
/*
	* Style settings of LayerSlider
	*
	* (c) 2011-2013 George Krupa, John Gera & Kreatura Media
	*
	* Plugin web:			http://kreaturamedia.com/
	* Licenses: 			http://codecanyon.net/licenses/
*/



/* Global settings */

.ls-container {
	visibility: hidden;
	position: relative;
}

.ls-lt-container {
	position: absolute;
}

.ls-lt-container,
.ls-lt-container * {
	text-align: left !important;
	direction: ltr !important;
}

.ls-container-fullscreen {
	margin: 0 auto !important;
	padding: 2% !important;
	background: black !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border: none !important;
}

.ls-container-fullscreen .ls-thumbnail-wrapper,
.ls-container-fullscreen .ls-fullscreen,
.ls-container-fullscreen .ls-shadow {
	display: none !important;
}

.ls-overflow-hidden {
	overflow: hidden;
}

.ls-inner {
	position: relative;
	background-position: center center;
	z-index: 2;
}

.ls-loading-container {
	position: absolute !important;
	display: none;
	z-index: 3 !important;
	left: 50% !important;
	top: 50% !important;
}

.ls-loading-indicator {
	margin: 0 auto;
}

.ls-inner,
.ls-slide {
	width: 100%;
	height: 100%;
}

.ls-slide,
.ls-layer {
	position: absolute;
	display: none;
	background-position: center center;
	overflow: hidden;
}

.ls-active,
.ls-animating {
	display: block !important;
}

.ls-slide > * {
	position: absolute;
	line-height: normal;
	margin: 0;
	left: 0;
	top: 0;
}

.ls-slide .ls-bg {
	left: 0px;
	top: 0px;
	transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
}

.ls-yourlogo {
	position: absolute;
	z-index: 99;
}



/* Timers */

.ls-bar-timer {
	position: absolute;
	width: 0;
	height: 2px;
	background: white;
	border-bottom: 2px solid #555;
	opacity: .55;
	filter: alpha(opacity=55);
	z-index: 4;
	top: 0;
}

.ls-circle-timer {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 4;
	opacity: .65;
	filter: alpha(opacity=65);
	display: none;
}

.ls-ct-half {
	background: white;
}

.ls-ct-center {
	background: #444;
}

.ls-ct-left,
.ls-ct-right {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ls-ct-left,
.ls-ct-right {
	float: left;
	position: relative;
}

.ls-ct-rotate {
	width: 200%;
	height: 100%;
	position: absolute;
	top: 0;
}

.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
	left: 0;
}

.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
	right: 0;
}

.ls-ct-hider,
.ls-ct-half {
	position: absolute;
	top: 0;
}

.ls-ct-hider {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ls-ct-half {
	width: 200%;
	height: 100%;
}

.ls-ct-center {
	width: 50%;
	height: 50%;
	left: 25%;
	top: 25%;
	position: absolute;
}

.ls-ct-half,
.ls-ct-center {
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}



/* Navigation */

.ls-bottom-nav-wrapper {
	height: 0;
}

.ls-bottom-slidebuttons {
	text-align: left;
}

.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
	z-index: 2;
	height: 0;
	position: relative;
	text-align: center;
	margin: 0 auto;
}

.ls-below-thumbnails {
	display: none;
	z-index: 6;
}

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
	outline: none;
}

* .ls-bottom-nav-wrapper *,
* .ls-bottom-nav-wrapper span * {
	direction: ltr !important;
}

.ls-bottom-slidebuttons {
	position: relative;
	z-index: 1000;
}

.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
	position: relative;
}

.ls-nothumb {
	text-align: center !important;
}

.ls-link {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	left: 0 !important;
	top: 0 !important;
	background-image: url(../../plugins/LayerSlider/static/css/blank.gif);
}

.ls-slide > a > * {
	background-image: url(../../plugins/LayerSlider/static/css/blank.gif);
}



/* Embedded videos */

.ls-vpcontainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.ls-videopreview {
	width : 100%;
	height : 100%;
	position : absolute;
	left : 0;
	top : 0;
	cursor : pointer;
}

.ls-playvideo {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
}



/* Thumbnails */

.ls-tn {
	display: none !important;
}

.ls-thumbnail-hover {
	display: none;
	position: absolute;
	left: 0;
}

.ls-thumbnail-hover-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.ls-thumbnail-hover-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ls-thumbnail-hover-img {
	position: absolute;
	overflow: hidden;
}

.ls-thumbnail-hover img {
	max-width: none !important;
	position: absolute;
	display: inline-block;
	visibility: visible !important;
	left: 50%;
	top: 0;
}

.ls-thumbnail-hover span {
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}

.ls-thumbnail-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 4;
}

.ls-thumbnail {
	position: relative;
	margin: 0 auto;
}

.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
	width: 100%;
}

.ls-thumbnail-slide-container {
	overflow: hidden !important;
	position: relative;
}

.ls-touchscroll {
	overflow-x: auto !important;
}

.ls-thumbnail-slide {
	text-align: center;
	white-space: nowrap;
	float: left;
	position: relative;
}

.ls-thumbnail-slide a {
	overflow: hidden;
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
}

.ls-thumbnail-slide img {
	max-width: none !important;
	max-height: 100% !important;
	height: 100%;
	visibility: visible !important;
}

.ls-shadow {
	display: none;
	position: absolute;
	z-index: 1;
	top: 100%;
	width: 100%;
	left: 0;
	overflow: hidden !important;
	visibility: hidden;
}

.ls-shadow img {
	width: 100% !important;
	height: auto !important;
	position: absolute !important;
	left: 0 !important;
	bottom: 0 !important;
}

.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
	visibility: hidden;
}



/* WP plugin fullwidth */

.ls-wp-fullwidth-container {
	width: 100%;
	position: relative;
}

.ls-wp-fullwidth-helper {
	position: absolute;
}



/* 2D & 3D Layer Transitions */

.ls-overflow-hidden {
	overflow: hidden;
}

.ls-lt-tile {
	position: relative;
	float: left;
	perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	-moz-perspective: 1000px;
	-webkit-perspective: 1000px;
}

.ls-lt-tile img {
	visibility: visible;
	display: inline-block;
}

.ls-curtiles {
	overflow: hidden;
}

.ls-curtiles,
.ls-nexttiles {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ls-curtile, .ls-nexttile {
	overflow: hidden;
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.ls-curtile {
	left: 0;
	top: 0;
}

.ls-curtile img,
.ls-nexttile img {
	position: absolute;
	filter: inherit;
}

.ls-3d-container {
	position: relative;
	overflow: visible !important;
}

.ls-3d-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.ls-3d-box div {
	overflow: hidden;
	background: #777;
	margin: 0;
	padding: 0;
	position: absolute;
}



/* Full screen */

.ls-fullscreen {
	position: absolute;
	z-index: 10;
	cursor: pointer;
	display: block;
}



/* Removing all default global styles of WordPress themes */

html * .ls-nav-prev,
html * .ls-nav-next,
html * .ls-container img,
html * .ls-bottom-nav-wrapper a,
html * .ls-container .ls-fullscreen,
body * .ls-nav-prev,
body * .ls-nav-next,
body * .ls-container img,
body * .ls-bottom-nav-wrapper a,
body * .ls-container .ls-fullscreen,
#ls-global * .ls-nav-prev,
#ls-global * .ls-nav-next,
#ls-global * .ls-container img,
#ls-global * .ls-bottom-nav-wrapper a,
#ls-global * .ls-container .ls-fullscreen,
html * .ls-thumbnail a,
body * .ls-thumbnail a,
#ls-global * .ls-thumbnail a {
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	line-height: normal;
	outline: none;
	padding: 0;
	border: 0;
}

html * .ls-slide > a,
body * .ls-slide > a,
#ls-global * .ls-slide > a,
html * .ls-slide > h1,
body * .ls-slide > h1,
#ls-global * .ls-slide > h1,
html * .ls-slide > h2,
body * .ls-slide > h2,
#ls-global * .ls-slide > h2,
html * .ls-slide > h3,
body * .ls-slide > h3,
#ls-global * .ls-slide > h3,
html * .ls-slide > h4,
body * .ls-slide > h4,
#ls-global * .ls-slide > h4,
html * .ls-slide > h5,
body * .ls-slide > h5,
#ls-global * .ls-slide > h5,
html * .ls-slide > p,
body * .ls-slide > p,
#ls-global * .ls-slide > p,
html * .ls-slide > div,
body * .ls-slide > div,
#ls-global * .ls-slide > div,
html * .ls-slide > span,
body * .ls-slide > span,
#ls-global * .ls-slide > span,
html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
	margin: 0;
}

html * .ls-container img,
body * .ls-container img,
#ls-global * .ls-container img {
	background: none !important;
	min-width: 0 !important;
	max-width: none !important;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding: 0;
}

/*html * .ls-thumbnail a img,
body * .ls-thumbnail a img,
#ls-global * .ls-thumbnail a img {
	min-width: 100% !important;
}
*/

html * .ls-wp-container .ls-slide > *,
body * .ls-wp-container .ls-slide > *,
#ls-global * .ls-wp-container .ls-slide > * {
	line-height: normal;
	outline: none;
	padding: 0;
	margin: 0;
	border: 0;
}

html * .ls-wp-container .ls-slide > a > *,
body * .ls-wp-container .ls-slide > a > *,
#ls-global * .ls-wp-container .ls-slide > a > * {
	margin: 0;
}

html * .ls-wp-container .ls-slide > a,
body * .ls-wp-container .ls-slide > a,
#ls-global * .ls-wp-container .ls-slide > a {
	text-decoration: none;
}

.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper,
.ls-container,
.ls-container * {
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
}

html * .ls-yourlogo,
body * .ls-yourlogo,
#ls-global * .ls-yourlogo {
	margin: 0;
}

html * .ls-tn,
body * .ls-tn,
#ls-global * .ls-tn {
	display: none;
}

.site {
	overflow: visible !important;
}



/* Style of LayerSlider Debug Console */

.ls-debug-console * {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	color: white !important;
	text-shadow: none !important;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
	line-height: normal !important;
	-webkit-font-smoothing: antialiased !important;
	text-align: left !important;
	font-style: normal !important;
}

.ls-debug-console h1 {
	padding-top: 10px !important;
	font-size: 17px !important;
	font-weight: bold !important;
}

.ls-debug-console h1:first-child {
	padding-top: 0 !important;
}

.ls-debug-console ul {
	padding-top: 10px !important;
	list-style: none !important;
}

.ls-debug-console li {
	margin-left: 10px !important;
	font-size: 13px !important;
	position: relative !important;
	font-weight: normal !important;
}

html * .ls-debug-console li ul,
body * .ls-debug-console li ul,
#ls-global * .ls-debug-console li ul {
	display: none;
	width: 260px;
	left: -10px;
}

.ls-debug-console li ul {
	position: absolute !important;
	bottom: 100% !important;
	padding: 10px 10px 10px 0 !important;
	background: white !important;
	border-radius: 10px !important;
	box-shadow: 0 0 20px black !important;
}

html * .ls-debug-console li:hover ul,
body * .ls-debug-console li:hover ul,
#ls-global * .ls-debug-console li:hover ul {
	display: block;
}

.ls-debug-console li ul * {
	color: black !important;
}

.ls-debug-console a {
	text-decoration: none !important;
	border-bottom: 1px dotted white !important;
}

.ls-error {
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-wenkit-border-radius: 5px !important;
	background: white !important;
	height: auto !important;
	width: auto !important;
	color: white !important;
	padding: 20px 40px 30px 80px !important;
	position: relative !important;
	box-shadow: 0 2px 20px -5px black;
}

.ls-error p {
	line-height: normal !important;
	text-shadow: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	text-align: justify !important;
	font-family: Arial, sans-serif !important;
}

.ls-error .ls-error-title {
	line-height: 40px !important;
	color: red !important;
	font-weight: bold !important;
	font-size: 16px !important;
}

.ls-error .ls-error-text {
	color: #555 !important;
	font-weight: normal !important;
	font-size: 13px !important;
}

.ls-error .ls-exclam {
	width: 40px !important;
	height: 40px !important;
	position: absolute !important;
	left: 20px !important;
	top: 20px !important;
	border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	font-size: 30px !important;
	font-weight: bold !important;
	color: white !important;
	line-height: 40px !important;
	background: red !important;
	text-align: center !important;
}



/* GPU Hardware Acceleration */

html * .ls-container .ls-shadow,
html * .ls-container .ls-slide > *,
html * .ls-container .ls-fullscreen,
html * .ls-container .ls-3d-container,
html * .ls-container .ls-lt-container,
html * .ls-container .ls-lt-container *,
html * .ls-container .ls-thumbnail-wrapper,
html * .ls-container .ls-bottom-nav-wrapper,
body * .ls-container .ls-shadow,
body * .ls-container .ls-slide > *,
body * .ls-container .ls-fullscreen,
body * .ls-container .ls-3d-container,
body * .ls-container .ls-lt-container,
body * .ls-container .ls-lt-container *,
body * .ls-container .ls-thumbnail-wrapper,
body * .ls-container .ls-bottom-nav-wrapper,
#ls-global * .ls-container .ls-shadow,
#ls-global * .ls-container .ls-slide > *,
#ls-global * .ls-container .ls-fullscreen,
#ls-global * .ls-container .ls-3d-container,
#ls-global * .ls-container .ls-lt-container,
#ls-global * .ls-container .ls-lt-container *,
#ls-global * .ls-container .ls-thumbnail-wrapper,
#ls-global * .ls-container .ls-bottom-nav-wrapper,
.ls-gpuhack {
	transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.ls-videohack {
	transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform-origin: none !important;
	-o-transform-origin: none !important;
	-ms-transform-origin: none !important;
	-moz-transform-origin: none !important;
	-webkit-transform-origin: none !important;
}

.ls-oldiepnghack {
	filter: none !important;
}

.ls-gpuhack {
	width: 100% !important;
	height: 100% !important;
	left: 0px !important;
	top: 0px !important;
}


html * .ls-container .ls-webkit-hack,
body * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-webkit-hack {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

/* GPU */

@media (transform-3d), (-o-transform-3d), (-ms-transform-3d), (-moz-transform-3d), (-webkit-transform-3d) {
	#ls-test3d {
		position: absolute;
		left: 9px;
		height: 3px;
	}
}

/* Mobile features */

.ls-forcehide {
	display: none !important;
}

/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */.clearfix{*zoom:1}.clearfix:after,.clearfix:before{display:table;content:"";line-height:0}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:active,a:hover{outline:0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{max-width:100%;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}#map_canvas img,.google-maps img{max-width:none}button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle}button,input{*overflow:visible}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button,input[type=button],input[type=checkbox],input[type=radio],input[type=reset],input[type=submit],label,select{cursor:pointer}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}textarea{overflow:auto}@media print{*{text-shadow:none!important;color:#000!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}.row{margin-left:-20px;*zoom:1}.row:after,.row:before{display:table;content:"";line-height:0}.row:after{clear:both}[class*=span]{float:left;min-height:1px;margin-left:20px}.container,.navbar-fixed-bottom .container,.navbar-fixed-top .container,.navbar-static-top .container,.span12{width:940px}.span11{width:860px}.span10{width:780px}.span9{width:700px}.span8{width:620px}.span7{width:540px}.span6{width:460px}.span5{width:380px}.span4{width:300px}.span3{width:220px}.span2{width:140px}.span1{width:60px}.offset12{margin-left:980px}.offset11{margin-left:900px}.offset10{margin-left:820px}.offset9{margin-left:740px}.offset8{margin-left:660px}.offset7{margin-left:580px}.offset6{margin-left:500px}.offset5{margin-left:420px}.offset4{margin-left:340px}.offset3{margin-left:260px}.offset2{margin-left:180px}.offset1{margin-left:100px}.row-fluid{width:100%;*zoom:1}.row-fluid:after,.row-fluid:before{display:table;content:"";line-height:0}.row-fluid:after{clear:both}.row-fluid [class*=span]{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.127659574468085%;*margin-left:2.074468085106383%}.row-fluid [class*=span]:first-child{margin-left:0}.row-fluid .controls-row [class*=span]+[class*=span]{margin-left:2.127659574468085%}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.48936170212765%;*width:91.43617021276594%}.row-fluid .span10{width:82.97872340425532%;*width:82.92553191489361%}.row-fluid .span9{width:74.46808510638297%;*width:74.41489361702126%}.row-fluid .span8{width:65.95744680851064%;*width:65.90425531914893%}.row-fluid .span7{width:57.44680851063829%;*width:57.39361702127659%}.row-fluid .span6{width:48.93617021276595%;*width:48.88297872340425%}.row-fluid .span5{width:40.42553191489362%;*width:40.37234042553192%}.row-fluid .span4{width:31.914893617021278%;*width:31.861702127659576%}.row-fluid .span3{width:23.404255319148934%;*width:23.351063829787233%}.row-fluid .span2{width:14.893617021276595%;*width:14.840425531914894%}.row-fluid .span1{width:6.382978723404255%;*width:6.329787234042553%}.row-fluid .offset12{margin-left:104.25531914893617%;*margin-left:104.14893617021275%}.row-fluid .offset12:first-child{margin-left:102.12765957446808%;*margin-left:102.02127659574467%}.row-fluid .offset11{margin-left:95.74468085106382%;*margin-left:95.6382978723404%}.row-fluid .offset11:first-child{margin-left:93.61702127659574%;*margin-left:93.51063829787232%}.row-fluid .offset10{margin-left:87.23404255319149%;*margin-left:87.12765957446807%}.row-fluid .offset10:first-child{margin-left:85.1063829787234%;*margin-left:84.99999999999999%}.row-fluid .offset9{margin-left:78.72340425531914%;*margin-left:78.61702127659572%}.row-fluid .offset9:first-child{margin-left:76.59574468085106%;*margin-left:76.48936170212764%}.row-fluid .offset8{margin-left:70.2127659574468%;*margin-left:70.10638297872339%}.row-fluid .offset8:first-child{margin-left:68.08510638297872%;*margin-left:67.9787234042553%}.row-fluid .offset7{margin-left:61.70212765957446%;*margin-left:61.59574468085106%}.row-fluid .offset7:first-child{margin-left:59.574468085106375%;*margin-left:59.46808510638297%}.row-fluid .offset6{margin-left:53.191489361702125%;*margin-left:53.085106382978715%}.row-fluid .offset6:first-child{margin-left:51.063829787234035%;*margin-left:50.95744680851063%}.row-fluid .offset5{margin-left:44.68085106382979%;*margin-left:44.57446808510638%}.row-fluid .offset5:first-child{margin-left:42.5531914893617%;*margin-left:42.4468085106383%}.row-fluid .offset4{margin-left:36.170212765957444%;*margin-left:36.06382978723405%}.row-fluid .offset4:first-child{margin-left:34.04255319148936%;*margin-left:33.93617021276596%}.row-fluid .offset3{margin-left:27.659574468085104%;*margin-left:27.5531914893617%}.row-fluid .offset3:first-child{margin-left:25.53191489361702%;*margin-left:25.425531914893618%}.row-fluid .offset2{margin-left:19.148936170212764%;*margin-left:19.04255319148936%}.row-fluid .offset2:first-child{margin-left:17.02127659574468%;*margin-left:16.914893617021278%}.row-fluid .offset1{margin-left:10.638297872340425%;*margin-left:10.53191489361702%}.row-fluid .offset1:first-child{margin-left:8.51063829787234%;*margin-left:8.404255319148938%}.row-fluid [class*=span].hide,[class*=span].hide{display:none}.row-fluid [class*=span].pull-right,[class*=span].pull-right{float:right}.badge,.label{display:inline-block;padding:2px 4px;font-size:11.84px;font-weight:700;line-height:14px;color:#fff;vertical-align:baseline;white-space:nowrap;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#999}.label{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.badge{padding-left:9px;padding-right:9px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px}.badge:empty,.label:empty{display:none}a.badge:focus,a.badge:hover,a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.badge-important,.label-important{background-color:#b94a48}.badge-important[href],.label-important[href]{background-color:#953b39}.badge-warning,.label-warning{background-color:#f89406}.badge-warning[href],.label-warning[href]{background-color:#c67605}.badge-success,.label-success{background-color:#468847}.badge-success[href],.label-success[href]{background-color:#356635}.badge-info,.label-info{background-color:#3a87ad}.badge-info[href],.label-info[href]{background-color:#2d6987}.badge-inverse,.label-inverse{background-color:#333}.badge-inverse[href],.label-inverse[href]{background-color:#1a1a1a}.btn .badge,.btn .label{position:relative;top:-1px}.btn-mini .badge,.btn-mini .label{top:0}form{margin:0}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:40px;color:#333;border:0;border-bottom:1px solid #e5e5e5}legend small{font-size:15px;color:#999}button,input,label,select,textarea{font-size:14px;font-weight:400;line-height:20px}button,input,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}label{display:block;margin-bottom:5px}.uneditable-input,input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{display:inline-block;height:20px;padding:4px 6px;margin-bottom:10px;font-size:14px;line-height:20px;color:#555;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;vertical-align:middle}.uneditable-input,input,textarea{width:206px}textarea{height:auto}.uneditable-input,input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border linear .2s,box-shadow linear .2s;-moz-transition:border linear .2s,box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}.uneditable-input:focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus{border-color:rgba(82,168,236,.8);outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6)}input[type=checkbox],input[type=radio]{margin:4px 0 0;*margin-top:0;line-height:normal}input[type=button],input[type=checkbox],input[type=file],input[type=image],input[type=radio],input[type=reset],input[type=submit]{width:auto}input[type=file],select{height:30px;*margin-top:4px;line-height:30px}select{width:220px;border:1px solid #ccc;background-color:#fff}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus,select:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.uneditable-input,.uneditable-textarea{color:#999;background-color:#fcfcfc;border-color:#ccc;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.025);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.025);box-shadow:inset 0 1px 2px rgba(0,0,0,.025);cursor:not-allowed}.uneditable-input{overflow:hidden;white-space:nowrap}.uneditable-textarea{width:auto;height:auto}input:-moz-placeholder,textarea:-moz-placeholder{color:#999}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999}.checkbox,.radio{min-height:20px;padding-left:20px}.checkbox input[type=checkbox],.radio input[type=radio]{float:left;margin-left:-20px}.controls>.checkbox:first-child,.controls>.radio:first-child{padding-top:5px}.checkbox.inline,.radio.inline{display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle}.checkbox.inline+.checkbox.inline,.radio.inline+.radio.inline{margin-left:10px}.input-mini{width:60px}.input-small{width:90px}.input-medium{width:150px}.input-large{width:210px}.input-xlarge{width:270px}.input-xxlarge{width:530px}.row-fluid .uneditable-input[class*=span],.row-fluid input[class*=span],.row-fluid select[class*=span],.row-fluid textarea[class*=span],.uneditable-input[class*=span],input[class*=span],select[class*=span],textarea[class*=span]{float:none;margin-left:0}.input-append .uneditable-input[class*=span],.input-append input[class*=span],.input-prepend .uneditable-input[class*=span],.input-prepend input[class*=span],.row-fluid .input-append [class*=span],.row-fluid .input-prepend [class*=span],.row-fluid .uneditable-input[class*=span],.row-fluid input[class*=span],.row-fluid select[class*=span],.row-fluid textarea[class*=span]{display:inline-block}.uneditable-input,input,textarea{margin-left:0}.controls-row [class*=span]+[class*=span]{margin-left:20px}.uneditable-input.span12,input.span12,textarea.span12{width:926px}.uneditable-input.span11,input.span11,textarea.span11{width:846px}.uneditable-input.span10,input.span10,textarea.span10{width:766px}.uneditable-input.span9,input.span9,textarea.span9{width:686px}.uneditable-input.span8,input.span8,textarea.span8{width:606px}.uneditable-input.span7,input.span7,textarea.span7{width:526px}.uneditable-input.span6,input.span6,textarea.span6{width:446px}.uneditable-input.span5,input.span5,textarea.span5{width:366px}.uneditable-input.span4,input.span4,textarea.span4{width:286px}.uneditable-input.span3,input.span3,textarea.span3{width:206px}.uneditable-input.span2,input.span2,textarea.span2{width:126px}.uneditable-input.span1,input.span1,textarea.span1{width:46px}.controls-row{*zoom:1}.controls-row:after,.controls-row:before{display:table;content:"";line-height:0}.controls-row:after{clear:both}.controls-row [class*=span],.row-fluid .controls-row [class*=span]{float:left}.controls-row .checkbox[class*=span],.controls-row .radio[class*=span]{padding-top:5px}input[disabled],input[readonly],select[disabled],select[readonly],textarea[disabled],textarea[readonly]{cursor:not-allowed;background-color:#eee}input[type=checkbox][disabled],input[type=checkbox][readonly],input[type=radio][disabled],input[type=radio][readonly]{background-color:transparent}.control-group.warning .checkbox,.control-group.warning .control-label,.control-group.warning .help-block,.control-group.warning .help-inline,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{color:#c09853}.control-group.warning input,.control-group.warning select,.control-group.warning textarea{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e}.control-group.warning .input-append .add-on,.control-group.warning .input-prepend .add-on{color:#c09853;background-color:#fcf8e3;border-color:#c09853}.control-group.error .checkbox,.control-group.error .control-label,.control-group.error .help-block,.control-group.error .help-inline,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{color:#b94a48}.control-group.error input,.control-group.error select,.control-group.error textarea{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392}.control-group.error .input-append .add-on,.control-group.error .input-prepend .add-on{color:#b94a48;background-color:#f2dede;border-color:#b94a48}.control-group.success .checkbox,.control-group.success .control-label,.control-group.success .help-block,.control-group.success .help-inline,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{color:#468847}.control-group.success input,.control-group.success select,.control-group.success textarea{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b}.control-group.success .input-append .add-on,.control-group.success .input-prepend .add-on{color:#468847;background-color:#dff0d8;border-color:#468847}.control-group.info .checkbox,.control-group.info .control-label,.control-group.info .help-block,.control-group.info .help-inline,.control-group.info .radio,.control-group.info input,.control-group.info select,.control-group.info textarea{color:#3a87ad}.control-group.info input,.control-group.info select,.control-group.info textarea{border-color:#3a87ad;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus{border-color:#2d6987;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7ab5d3;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7ab5d3;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7ab5d3}.control-group.info .input-append .add-on,.control-group.info .input-prepend .add-on{color:#3a87ad;background-color:#d9edf7;border-color:#3a87ad}input:focus:invalid,select:focus:invalid,textarea:focus:invalid{color:#b94a48;border-color:#ee5f5b}input:focus:invalid:focus,select:focus:invalid:focus,textarea:focus:invalid:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;-moz-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7}.form-actions{padding:19px 20px 20px;margin-top:20px;margin-bottom:20px;background-color:#f5f5f5;border-top:1px solid #e5e5e5;*zoom:1}.form-actions:after,.form-actions:before{display:table;content:"";line-height:0}.form-actions:after{clear:both}.help-block,.help-inline{color:#595959}.help-block{display:block;margin-bottom:10px}.help-inline{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;padding-left:5px}.input-append,.input-prepend{display:inline-block;margin-bottom:10px;vertical-align:middle;font-size:0;white-space:nowrap}.input-append .dropdown-menu,.input-append .popover,.input-append .uneditable-input,.input-append input,.input-append select,.input-prepend .dropdown-menu,.input-prepend .popover,.input-prepend .uneditable-input,.input-prepend input,.input-prepend select{font-size:14px}.input-append .uneditable-input,.input-append input,.input-append select,.input-prepend .uneditable-input,.input-prepend input,.input-prepend select{position:relative;margin-bottom:0;*margin-left:0;vertical-align:top;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-append .uneditable-input:focus,.input-append input:focus,.input-append select:focus,.input-prepend .uneditable-input:focus,.input-prepend input:focus,.input-prepend select:focus{z-index:2}.input-append .add-on,.input-prepend .add-on{display:inline-block;width:auto;height:20px;min-width:16px;padding:4px 5px;font-size:14px;font-weight:400;line-height:20px;text-align:center;text-shadow:0 1px 0 #fff;background-color:#eee;border:1px solid #ccc}.input-append .add-on,.input-append .btn,.input-append .btn-group>.dropdown-toggle,.input-prepend .add-on,.input-prepend .btn,.input-prepend .btn-group>.dropdown-toggle{vertical-align:top;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-append .active,.input-prepend .active{background-color:#a9dba9;border-color:#46a546}.input-prepend .add-on,.input-prepend .btn{margin-right:-1px}.input-append .uneditable-input,.input-append input,.input-append select,.input-prepend .add-on:first-child,.input-prepend .btn:first-child{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.input-append .uneditable-input+.btn-group .btn:last-child,.input-append input+.btn-group .btn:last-child,.input-append select+.btn-group .btn:last-child{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-append .add-on,.input-append .btn,.input-append .btn-group{margin-left:-1px}.input-append .add-on:last-child,.input-append .btn-group:last-child>.dropdown-toggle,.input-append .btn:last-child{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-prepend.input-append .uneditable-input,.input-prepend.input-append input,.input-prepend.input-append select{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-prepend.input-append .uneditable-input+.btn-group .btn,.input-prepend.input-append input+.btn-group .btn,.input-prepend.input-append select+.btn-group .btn{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-prepend.input-append .btn-group:first-child{margin-left:0}input.search-query{padding-right:14px;padding-left:14px;margin-bottom:0;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.form-search .input-append .search-query{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px}.form-search .input-append .btn,.form-search .input-prepend .search-query{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0}.form-search .input-prepend .btn{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px}.form-horizontal .help-inline,.form-horizontal .input-append,.form-horizontal .input-prepend,.form-horizontal .uneditable-input,.form-horizontal input,.form-horizontal select,.form-horizontal textarea,.form-inline .help-inline,.form-inline .input-append,.form-inline .input-prepend,.form-inline .uneditable-input,.form-inline input,.form-inline select,.form-inline textarea,.form-search .help-inline,.form-search .input-append,.form-search .input-prepend,.form-search .uneditable-input,.form-search input,.form-search select,.form-search textarea{display:inline-block;*display:inline;*zoom:1;margin-bottom:0;vertical-align:middle}.form-horizontal .hide,.form-inline .hide,.form-search .hide{display:none}.form-inline .btn-group,.form-inline label,.form-search .btn-group,.form-search label{display:inline-block}.form-inline .input-append,.form-inline .input-prepend,.form-search .input-append,.form-search .input-prepend{margin-bottom:0}.form-inline .checkbox,.form-inline .radio,.form-search .checkbox,.form-search .radio{padding-left:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio],.form-search .checkbox input[type=checkbox],.form-search .radio input[type=radio]{float:left;margin-right:3px;margin-left:0}.control-group{margin-bottom:10px}legend+.control-group{margin-top:20px;-webkit-margin-top-collapse:separate}.form-horizontal .control-group{margin-bottom:20px;*zoom:1}.form-horizontal .control-group:after,.form-horizontal .control-group:before{display:table;content:"";line-height:0}.form-horizontal .control-group:after{clear:both}.form-horizontal .control-label{float:left;width:160px;padding-top:5px;text-align:right}.form-horizontal .controls{*display:inline-block;*padding-left:20px;margin-left:180px;*margin-left:0}.form-horizontal .controls:first-child{*padding-left:180px}.form-horizontal .help-block{margin-bottom:0}.form-horizontal .input-append+.help-block,.form-horizontal .input-prepend+.help-block,.form-horizontal .uneditable-input+.help-block,.form-horizontal input+.help-block,.form-horizontal select+.help-block,.form-horizontal textarea+.help-block{margin-top:10px}.form-horizontal .form-actions{padding-left:180px}.btn{display:inline-block;*display:inline;*zoom:1;padding:4px 12px;margin-bottom:0;font-size:14px;line-height:20px;text-align:center;vertical-align:middle;cursor:pointer;color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);border:1px solid #ccc;*border:0;border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.btn.active,.btn.disabled,.btn:active,.btn:focus,.btn:hover,.btn[disabled]{color:#333;background-color:#e6e6e6;*background-color:#d9d9d9}.btn:first-child{*margin-left:0}.btn:focus,.btn:hover{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.btn.disabled,.btn[disabled]{cursor:default;background-image:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-large{padding:11px 19px;font-size:17.5px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.btn-large [class*=" icon-"],.btn-large [class^=icon-]{margin-top:4px}.btn-small{padding:2px 10px;font-size:11.9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.btn-small [class*=" icon-"],.btn-small [class^=icon-]{margin-top:0}.btn-mini [class*=" icon-"],.btn-mini [class^=icon-]{margin-top:-1px}.btn-mini{padding:0 6px;font-size:10.5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.btn-primary{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1)rgba(0,0,0,.1)rgba(0,0,0,.25);*background-color:#04c;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-primary.active,.btn-primary.disabled,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.btn-primary[disabled]{color:#fff;background-color:#04c;*background-color:#003bb3}.btn-warning{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#faa732;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;border-color:#f89406 #f89406 #ad6704;border-color:rgba(0,0,0,.1)rgba(0,0,0,.1)rgba(0,0,0,.25);*background-color:#f89406;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-warning.active,.btn-warning.disabled,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.btn-warning[disabled]{color:#fff;background-color:#f89406;*background-color:#df8505}.btn-danger{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#da4f49;background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);background-repeat:repeat-x;border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,.1)rgba(0,0,0,.1)rgba(0,0,0,.25);*background-color:#bd362f;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-danger.active,.btn-danger.disabled,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.btn-danger[disabled]{color:#fff;background-color:#bd362f;*background-color:#a9302a}.btn-success{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#5bb75b;background-image:-moz-linear-gradient(top,#62c462,#51a351);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(to bottom,#62c462,#51a351);background-repeat:repeat-x;border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,.1)rgba(0,0,0,.1)rgba(0,0,0,.25);*background-color:#51a351;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-success.active,.btn-success.disabled,.btn-success:active,.btn-success:focus,.btn-success:hover,.btn-success[disabled]{color:#fff;background-color:#51a351;*background-color:#499249}.btn-info{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#49afcd;background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);background-repeat:repeat-x;border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,.1)rgba(0,0,0,.1)rgba(0,0,0,.25);*background-color:#2f96b4;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-info.active,.btn-info.disabled,.btn-info:active,.btn-info:focus,.btn-info:hover,.btn-info[disabled]{color:#fff;background-color:#2f96b4;*background-color:#2a85a0}.btn-inverse{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#363636;background-image:-moz-linear-gradient(top,#444,#222);background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));background-image:-webkit-linear-gradient(top,#444,#222);background-image:-o-linear-gradient(top,#444,#222);background-image:linear-gradient(to bottom,#444,#222);background-repeat:repeat-x;border-color:#222 #222 #000;border-color:rgba(0,0,0,.1)rgba(0,0,0,.1)rgba(0,0,0,.25);*background-color:#222;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-inverse.active,.btn-inverse.disabled,.btn-inverse:active,.btn-inverse:focus,.btn-inverse:hover,.btn-inverse[disabled]{color:#fff;background-color:#222;*background-color:#151515}button.btn,input[type=submit].btn{*padding-top:3px;*padding-bottom:3px}button.btn::-moz-focus-inner,input[type=submit].btn::-moz-focus-inner{padding:0;border:0}button.btn.btn-large,input[type=submit].btn.btn-large{*padding-top:7px;*padding-bottom:7px}button.btn.btn-small,input[type=submit].btn.btn-small{*padding-top:3px;*padding-bottom:3px}button.btn.btn-mini,input[type=submit].btn.btn-mini{*padding-top:1px;*padding-bottom:1px}.btn-link,.btn-link:active,.btn-link[disabled]{background-color:transparent;background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-link{border-color:transparent;cursor:pointer;color:#08c;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-link:focus,.btn-link:hover{color:#005580;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover{color:#333;text-decoration:none}.nav{margin-left:0;margin-bottom:20px;list-style:none}.nav>li>a{display:block}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li>a>img{max-width:none}.nav>.pull-right{float:right}.nav-header{display:block;padding:3px 15px;font-size:11px;font-weight:700;line-height:20px;color:#999;text-shadow:0 1px 0 rgba(255,255,255,.5);text-transform:uppercase}.nav li+.nav-header{margin-top:9px}.nav-list{padding-left:15px;padding-right:15px;margin-bottom:0}.nav-list .nav-header,.nav-list>li>a{margin-left:-15px;margin-right:-15px;text-shadow:0 1px 0 rgba(255,255,255,.5)}.nav-list>li>a{padding:3px 15px}.nav-list>.active>a,.nav-list>.active>a:focus,.nav-list>.active>a:hover{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.2);background-color:#08c}.nav-list [class*=" icon-"],.nav-list [class^=icon-]{margin-right:2px}.nav-list .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}.nav-pills,.nav-tabs{*zoom:1}.nav-pills:after,.nav-pills:before,.nav-tabs:after,.nav-tabs:before{display:table;content:"";line-height:0}.nav-pills:after,.nav-tabs:after{clear:both}.nav-pills>li,.nav-tabs>li{float:left}.nav-pills>li>a,.nav-tabs>li>a{padding-right:12px;padding-left:12px;margin-right:2px;line-height:14px}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{margin-bottom:-1px}.nav-tabs>li>a{padding-top:8px;padding-bottom:8px;line-height:20px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.nav-tabs>li>a:focus,.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>.active>a,.nav-tabs>.active>a:focus,.nav-tabs>.active>a:hover{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-pills>li>a{padding-top:8px;padding-bottom:8px;margin-top:2px;margin-bottom:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.nav-pills>.active>a,.nav-pills>.active>a:focus,.nav-pills>.active>a:hover{color:#fff;background-color:#08c}.nav-stacked>li{float:none}.nav-stacked>li>a{margin-right:0}.nav-tabs.nav-stacked{border-bottom:0}.nav-tabs.nav-stacked>li>a{border:1px solid #ddd;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.nav-tabs.nav-stacked>li:first-child>a{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px}.nav-tabs.nav-stacked>li:last-child>a{-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px}.nav-tabs.nav-stacked>li>a:focus,.nav-tabs.nav-stacked>li>a:hover{border-color:#ddd;z-index:2}.nav-pills.nav-stacked>li>a{margin-bottom:3px}.nav-pills.nav-stacked>li:last-child>a{margin-bottom:1px}.nav-tabs .dropdown-menu{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px}.nav-pills .dropdown-menu{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.nav .dropdown-toggle .caret{border-top-color:#08c;border-bottom-color:#08c;margin-top:6px}.nav .dropdown-toggle:focus .caret,.nav .dropdown-toggle:hover .caret{border-top-color:#005580;border-bottom-color:#005580}.nav-tabs .dropdown-toggle .caret{margin-top:8px}.nav .active .dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff}.nav-tabs .active .dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555}.nav>.dropdown.active>a:focus,.nav>.dropdown.active>a:hover{cursor:pointer}.nav-pills .open .dropdown-toggle,.nav-tabs .open .dropdown-toggle,.nav>li.dropdown.open.active>a:focus,.nav>li.dropdown.open.active>a:hover{color:#fff;background-color:#999;border-color:#999}.nav li.dropdown.open .caret,.nav li.dropdown.open a:focus .caret,.nav li.dropdown.open a:hover .caret,.nav li.dropdown.open.active .caret{border-top-color:#fff;border-bottom-color:#fff;opacity:1;filter:alpha(opacity=100)}.tabs-stacked .open>a:focus,.tabs-stacked .open>a:hover{border-color:#999}.tabbable{*zoom:1}.tabbable:after,.tabbable:before{display:table;content:"";line-height:0}.tabbable:after{clear:both}.tab-content{overflow:auto}.tabs-below>.nav-tabs,.tabs-left>.nav-tabs,.tabs-right>.nav-tabs{border-bottom:0}.pill-content>.pill-pane,.tab-content>.tab-pane{display:none}.pill-content>.active,.tab-content>.active{display:block}.tabs-below>.nav-tabs{border-top:1px solid #ddd}.tabs-below>.nav-tabs>li{margin-top:-1px;margin-bottom:0}.tabs-below>.nav-tabs>li>a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.tabs-below>.nav-tabs>li>a:focus,.tabs-below>.nav-tabs>li>a:hover{border-bottom-color:transparent;border-top-color:#ddd}.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:focus,.tabs-below>.nav-tabs>.active>a:hover{border-color:transparent #ddd #ddd}.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{float:none}.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{min-width:74px;margin-right:0;margin-bottom:3px}.tabs-left>.nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd}.tabs-left>.nav-tabs>li>a{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.tabs-left>.nav-tabs>li>a:focus,.tabs-left>.nav-tabs>li>a:hover{border-color:#eee #ddd #eee #eee}.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:focus,.tabs-left>.nav-tabs .active>a:hover{border-color:#ddd transparent #ddd #ddd;*border-right-color:#fff}.tabs-right>.nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd}.tabs-right>.nav-tabs>li>a{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.tabs-right>.nav-tabs>li>a:focus,.tabs-right>.nav-tabs>li>a:hover{border-color:#eee #eee #eee #ddd}.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:focus,.tabs-right>.nav-tabs .active>a:hover{border-color:#ddd #ddd #ddd transparent;*border-left-color:#fff}.nav>.disabled>a{color:#999}.nav>.disabled>a:focus,.nav>.disabled>a:hover{text-decoration:none;background-color:transparent;cursor:default}.thumbnails{margin-left:-20px;list-style:none;*zoom:1}.thumbnails:after,.thumbnails:before{display:table;content:"";line-height:0}.thumbnails:after{clear:both}.row-fluid .thumbnails{margin-left:0}.thumbnails>li{float:left;margin-bottom:20px;margin-left:20px}.thumbnail{display:block;padding:4px;line-height:20px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.055);-moz-box-shadow:0 1px 3px rgba(0,0,0,.055);box-shadow:0 1px 3px rgba(0,0,0,.055);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}a.thumbnail:focus,a.thumbnail:hover{border-color:#08c;-webkit-box-shadow:0 1px 4px rgba(0,105,214,.25);-moz-box-shadow:0 1px 4px rgba(0,105,214,.25);box-shadow:0 1px 4px rgba(0,105,214,.25)}.thumbnail>img{display:block;max-width:100%;margin-left:auto;margin-right:auto}.thumbnail .caption{padding:9px;color:#555}.alert{padding:8px 35px 8px 14px;margin-bottom:20px;text-shadow:0 1px 0 rgba(255,255,255,.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.alert,.alert h4{color:#c09853}.alert h4{margin:0}.alert .close{position:relative;top:-2px;right:-21px;line-height:20px}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847}.alert-success h4{color:#468847}.alert-danger,.alert-error{background-color:#f2dede;border-color:#eed3d7;color:#b94a48}.alert-danger h4,.alert-error h4{color:#b94a48}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#3a87ad}.alert-info h4{color:#3a87ad}.alert-block{padding-top:14px;padding-bottom:14px}.alert-block>p,.alert-block>ul{margin-bottom:0}.alert-block p+p{margin-top:5px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop,.modal-backdrop.fade.in{opacity:.8;filter:alpha(opacity=80)}.modal{position:fixed;top:10%;left:50%;z-index:1050;width:560px;margin-left:-280px;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.3);*border:1px solid #999;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0,0,0,.3);-moz-box-shadow:0 3px 7px rgba(0,0,0,.3);box-shadow:0 3px 7px rgba(0,0,0,.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;outline:0}.modal.fade{-webkit-transition:opacity .3s linear,top .3s ease-out;-moz-transition:opacity .3s linear,top .3s ease-out;-o-transition:opacity .3s linear,top .3s ease-out;transition:opacity .3s linear,top .3s ease-out;top:-25%}.modal.fade.in{top:10%}.modal-header{padding:9px 15px;border-bottom:1px solid #eee}.modal-header .close{margin-top:2px}.modal-header h3{margin:0;line-height:30px}.modal-body{position:relative;overflow-y:auto;max-height:400px;padding:15px}.modal-form{margin-bottom:0}.modal-footer{padding:14px 15px 15px;margin-bottom:0;text-align:right;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #fff;-moz-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;*zoom:1}.modal-footer:after,.modal-footer:before{display:table;content:"";line-height:0}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.close{float:right;font-size:20px;font-weight:700;line-height:20px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.fade{opacity:0;-webkit-transition:opacity .15s linear;-moz-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-moz-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}.collapse.in{height:auto}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-ms-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f7f7f7;background-image:-moz-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-o-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:linear-gradient(to bottom,#f5f5f5,#f9f9f9);background-repeat:repeat-x;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress .bar{float:left;width:0;height:100%;font-size:12px;color:#fff;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#0e90d2;background-image:-moz-linear-gradient(top,#149bdf,#0480be);background-image:-webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));background-image:-webkit-linear-gradient(top,#149bdf,#0480be);background-image:-o-linear-gradient(top,#149bdf,#0480be);background-image:linear-gradient(to bottom,#149bdf,#0480be);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:width .6s ease;-moz-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress .bar+.bar{-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.15),inset 0 -1px 0 rgba(0,0,0,.15);-moz-box-shadow:inset 1px 0 0 rgba(0,0,0,.15),inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 1px 0 0 rgba(0,0,0,.15),inset 0 -1px 0 rgba(0,0,0,.15)}.progress-striped .bar{background-color:#149bdf;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.15)),color-stop(0.75,rgba(255,255,255,.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);-webkit-background-size:40px 40px;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px}.progress.active .bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress .bar-danger,.progress-danger .bar{background-color:#dd514c;background-image:-moz-linear-gradient(top,#ee5f5b,#c43c35);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#c43c35));background-image:-webkit-linear-gradient(top,#ee5f5b,#c43c35);background-image:-o-linear-gradient(top,#ee5f5b,#c43c35);background-image:linear-gradient(to bottom,#ee5f5b,#c43c35);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0)}.progress-danger.progress-striped .bar,.progress-striped .bar-danger{background-color:#ee5f5b;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.15)),color-stop(0.75,rgba(255,255,255,.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent)}.progress .bar-success,.progress-success .bar{background-color:#5eb95e;background-image:-moz-linear-gradient(top,#62c462,#57a957);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957));background-image:-webkit-linear-gradient(top,#62c462,#57a957);background-image:-o-linear-gradient(top,#62c462,#57a957);background-image:linear-gradient(to bottom,#62c462,#57a957);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0)}.progress-striped .bar-success,.progress-success.progress-striped .bar{background-color:#62c462;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.15)),color-stop(0.75,rgba(255,255,255,.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent)}.progress .bar-info,.progress-info .bar{background-color:#4bb1cf;background-image:-moz-linear-gradient(top,#5bc0de,#339bb9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#339bb9));background-image:-webkit-linear-gradient(top,#5bc0de,#339bb9);background-image:-o-linear-gradient(top,#5bc0de,#339bb9);background-image:linear-gradient(to bottom,#5bc0de,#339bb9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0)}.progress-info.progress-striped .bar,.progress-striped .bar-info{background-color:#5bc0de;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.15)),color-stop(0.75,rgba(255,255,255,.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent)}.progress .bar-warning,.progress-warning .bar{background-color:#faa732;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0)}.progress-striped .bar-warning,.progress-warning.progress-striped .bar{background-color:#fbb450;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.15)),color-stop(0.75,rgba(255,255,255,.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent)}.tooltip{position:absolute;z-index:1030;display:block;font-size:11px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.8;filter:alpha(opacity=80)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}
.row{margin-right:-20px;margin-left:auto}[class*=span]{float:right;margin-right:20px;margin-left:auto}.offset12{margin-right:980px;margin-left:auto}.offset11{margin-right:900px;margin-left:auto}.offset10{margin-right:820px;margin-left:auto}.offset9{margin-right:740px;margin-left:auto}.offset8{margin-right:660px;margin-left:auto}.offset7{margin-right:580px;margin-left:auto}.offset6{margin-right:500px;margin-left:auto}.offset5{margin-right:420px;margin-left:auto}.offset4{margin-right:340px;margin-left:auto}.offset3{margin-right:260px;margin-left:auto}.offset2{margin-right:180px;margin-left:auto}.offset1{margin-right:100px;margin-left:auto}.row-fluid [class*=span]{float:right;margin-right:2.127659574468085%;*margin-right:2.074468085106383%;margin-left:auto}.row-fluid [class*=span]:first-child{margin-right:0;margin-left:auto}.row-fluid .controls-row [class*=span]+[class*=span]{margin-right:2.127659574468085%;margin-left:auto}.row-fluid .offset12{margin-right:104.25531914893617%;*margin-right:104.14893617021275%;margin-left:auto}.row-fluid .offset12:first-child{margin-right:102.12765957446808%;*margin-right:102.02127659574467%;margin-left:auto}.row-fluid .offset11{margin-right:95.74468085106382%;*margin-right:95.6382978723404%;margin-left:auto}.row-fluid .offset11:first-child{margin-right:93.61702127659574%;*margin-right:93.51063829787232%;margin-left:auto}.row-fluid .offset10{margin-right:87.23404255319149%;*margin-right:87.12765957446807%;margin-left:auto}.row-fluid .offset10:first-child{margin-right:85.1063829787234%;*margin-right:84.99999999999999%;margin-left:auto}.row-fluid .offset9{margin-right:78.72340425531914%;*margin-right:78.61702127659572%;margin-left:auto}.row-fluid .offset9:first-child{margin-right:76.59574468085106%;*margin-right:76.48936170212764%;margin-left:auto}.row-fluid .offset8{margin-right:70.2127659574468%;*margin-right:70.10638297872339%;margin-left:auto}.row-fluid .offset8:first-child{margin-right:68.08510638297872%;*margin-right:67.9787234042553%;margin-left:auto}.row-fluid .offset7{margin-right:61.70212765957446%;*margin-right:61.59574468085106%;margin-left:auto}.row-fluid .offset7:first-child{margin-right:59.574468085106375%;*margin-right:59.46808510638297%;margin-left:auto}.row-fluid .offset6{margin-right:53.191489361702125%;*margin-right:53.085106382978715%;margin-left:auto}.row-fluid .offset6:first-child{margin-right:51.063829787234035%;*margin-right:50.95744680851063%;margin-left:auto}.row-fluid .offset5{margin-right:44.68085106382979%;*margin-right:44.57446808510638%;margin-left:auto}.row-fluid .offset5:first-child{margin-right:42.5531914893617%;*margin-right:42.4468085106383%;margin-left:auto}.row-fluid .offset4{margin-right:36.170212765957444%;*margin-right:36.06382978723405%;margin-left:auto}.row-fluid .offset4:first-child{margin-right:34.04255319148936%;*margin-right:33.93617021276596%;margin-left:auto}.row-fluid .offset3{margin-right:27.659574468085104%;*margin-right:27.5531914893617%;margin-left:auto}.row-fluid .offset3:first-child{margin-right:25.53191489361702%;*margin-right:25.425531914893618%;margin-left:auto}.row-fluid .offset2{margin-right:19.148936170212764%;*margin-right:19.04255319148936%;margin-left:auto}.row-fluid .offset2:first-child{margin-right:17.02127659574468%;*margin-right:16.914893617021278%;margin-left:auto}.row-fluid .offset1{margin-right:10.638297872340425%;*margin-right:10.53191489361702%;margin-left:auto}.row-fluid .offset1:first-child{margin-right:8.51063829787234%;*margin-right:8.404255319148938%;margin-left:auto}.checkbox,.radio{padding-right:20px;padding-left:0}.checkbox input[type=checkbox],.radio input[type=radio]{float:right;margin-right:-20px;margin-left:auto}.checkbox.inline+.checkbox.inline,.radio.inline+.radio.inline{margin-right:10px;margin-left:auto}.thumbnails{margin-right:-20px;margin-left:auto}.row-fluid .thumbnails{margin-right:0;margin-left:auto}.thumbnails>li{float:right;margin-right:20px;margin-left:auto}.thumbnail>img{margin-right:auto;margin-left:auto}.alert{padding:8px 14px 8px 35px}.alert .close{left:-21px;right:auto}.close,.pull-left{float:left}.pull-right{float:right}
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

span.wpcf7-not-valid-tip {
	direction: rtl;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip { 
	left: auto;
	right: 20%;
}

span.wpcf7-list-item {
	margin-left: 0;
	margin-right: 0.5em;
}

.rw-rating-table {
	position: relative !important;
	width: auto !important; /* Needed for proper first column width calculation */
}

.rw-rating-table.rw-center {
	margin: auto !important;
}

.rw-rating-table.rw-right {
	margin-left: auto !important;
}

.rw-rating-table,
.rw-rating-table tbody,
.rw-rating-table td,
.rw-rating-table tr {
    border: none !important;
}

.rw-rating-table td {
	padding: 0 !important;
}

.rw-rating-table td:first-child {
	white-space: nowrap; /* IE needs this */
	word-wrap: normal; /* IE needs this */
	position: relative;
}

.rw-rating-table td:first-child nobr {
	vertical-align: middle !important;
}

.rw-rating-table.rw-no-labels td:first-child {
	display: none !important;
}

.rw-rating-table td:last-child {
	left: 10px;
	padding-bottom: 10px !important;
	position: relative;
}

.rw-rating-table.rw-no-labels td:last-child {
	left: auto !important;
}

/* RTL */
.rw-rating-table.rw-rtl {
	direction: rtl;
}

.rw-rating-table.rw-rtl td {
	text-align: right;
}

.rw-rating-table.rw-rtl td:last-child {
	left: 0;
	right: 10px;
}

.rw-rating-table.rw-rtl.rw-no-labels td:last-child {
	right: auto !important;
}

.rw-rating-table.rw-rtl .rw-left {
	text-align: right;
}

/* TOP-RATED */
.rw-wp-ui-top-rated-list-container
{
    border: 1px solid #CCC;
    padding: 10px 10px 5px 10px;
    margin-bottom: 20px;
}

.rw-wp-ui-top-rated-list 
{
    list-style: none !important;
    margin: 0;
}

.rw-wp-ui-top-rated-list-item
{
    padding: 5px;
    border: 1px solid #CCC;
    margin-bottom: 5px !important;
	margin-left: 0 !important;
    height: 100px;
    overflow: hidden;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.rw-wp-ui-top-rated-list-count 
{
    display: block;
    font-size: 26px;
    background: gray;
    float: left;
    height: 100%;
    width: 40px;
    text-align: center;
    line-height: 100px;
}

.rw-wp-ui-top-rated-list-item-thumbnail
{
    width: 100px;
    height: 100px;
    border: none;
    margin-left: 10px;
    display: block;
    float: left;
}

.rw-wp-ui-top-rated-list-item-data
{
    margin-left: 160px;
}

.rw-wp-ui-top-rated-list-item .rw-ui-container
{
    float: right;
}

.rw-wp-ui-top-rated-list-item-excerpt
{
	display: inline-block;
    margin-top: 5px;
}

/* TOP-RATED RTL */
.rw-top-rated-page.rtl {
	direction: rtl;
}

.rw-top-rated-page.rtl .rw-wp-ui-top-rated-list-count,
.rw-top-rated-page.rtl .rw-wp-ui-top-rated-list-item-thumbnail {
	float: right;
}

.rw-top-rated-page.rtl .rw-wp-ui-top-rated-list-item-data {
	margin-left: auto;
	margin-right: 160px;
}

.rw-top-rated-page.rtl .rw-wp-ui-top-rated-list-item .rw-ui-container {
	float: left;
}

.rw-top-rated-page.rtl .rw-wp-ui-top-rated-list-item-thumbnail {
	margin-right: 10px;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../plugins/wp-floating-menu/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../../plugins/wp-floating-menu/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../../plugins/wp-floating-menu/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../../plugins/wp-floating-menu/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../../plugins/wp-floating-menu/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../../plugins/wp-floating-menu/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
/**

	Genericons

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Genericons";
  src: url("../../plugins/wp-floating-menu/css/./Genericons.eot");
  src: url("../../plugins/wp-floating-menu/css/./Genericons.eot?") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Genericons";
  src: url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAADakAA0AAAAAVqwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAA2iAAAABoAAAAcdeu6KE9TLzIAAAGgAAAARQAAAGBkLHXFY21hcAAAAogAAACWAAABsqlys6FjdnQgAAADIAAAAAQAAAAEAEQFEWdhc3AAADaAAAAACAAAAAj//wADZ2x5ZgAABFQAAC7AAABIkKrsSc5oZWFkAAABMAAAAC8AAAA2C2BCV2hoZWEAAAFgAAAAHQAAACQQuAgGaG10eAAAAegAAACfAAABOFjwU3Jsb2NhAAADJAAAATAAAAEwy4vdrm1heHAAAAGAAAAAIAAAACAA6QEZbmFtZQAAMxQAAAE5AAACN1KGf59wb3N0AAA0UAAAAjAAAAXo9iKXv3jaY2BkYGAAYqUtWvLx/DZfGbg5GEDgkmLVWhj9/ycDAwcbWJyDgQlEAQABJgkgAHjaY2BkYOBgAIIdHAz/fwLZbAyMDKiAFQBE7gLWAAAAAAEAAACXAOgAEAAAAAAAAgAAAAEAAQAAAEAALgAAAAB42mNgYf/MOIGBlYGB1Zh1JgMDoxyEZr7OkMYkxMDAxMDKzAADjAIMCBCQ5prC0MCg8FWcA8TdwQFVg6REgYERAPvTCMQAAAB42i1PsRXCUAg8SAprl7FN4QZqb2WZGRjAIVLrHj4be4ews7OJHAd54cMBd+Af7JHmt3RPYAOHAYFweFhmYE4jlj+uVb8nshCzd/qVeNUCLysG8lgwrojfSW/pcTK6o7rWX82En6HJwIEv+wbi28IwpndxRu/JaJGStHRDq5EB+OKCNumZLlSVl2TnOFVtl9nR5t7woR0QzVT+D7cKLeIAeNpjYGBgZoBgGQZGBhBYA+QxgvksDBOAtAIQsoDoj5yfOD9JflL7zPGF84vkF80vll88v0R+yfxS9lX8/3+wCoZPDJ8EPil8ZvjC8EXgi8IXgy8OXwK+JHwp+Mrw////x/wsfHx8HHxMvJo8Rjw6PGo8CjxSPCI8fDwc3PVQ2/ECRjYGuDJGJiDBhK4A4pXhDABtHClYAAAARAURAAAALAAsACwALABaAIQAzADyAQABHAFGAZQBzgIIArIDTAOkA+AEEgTCBRYFYgW+BjAGwgbkByQHSAeCB+AI2Ao4CowLGgvQDBwM6g08DX4Nug4kDkYOYg6ADsoO7A8yD4gP8hAwEGYQpBDuEUgRshHUEfYSQBJeEnoSlhLEEtwTIBNYE6oT6hQaFC4UShSQFJ4UtBTyFSAVjBW4FegV+hYUFiwWQBZWFmQWchaIFuYXFhdUF4gXyhgEGCwYThh8GNYZEhlCGVgZZhl8GZIZoBnQGhIaShp8GtIa6Br+GzAbVBt+G8Ib/Bw6HGgciBy8HOwdHh1WHXAdmB3eHvYfIB8uHzofSB9WH6of4CA4IMghACFCIcQh4CIGIjoiSCJ8IpYiyCLmIxAjWiPwJCQkSHja1Xx5YFTVvf/53nUm++zJJJnMkpkJJJkss5GFMIQ9w04IS0BZRSJLMIIo1l4XFETQFkVFBKwVrbuWpRaXPOtalZaCPKu1D2yf28NX21qfQubk9z3nzoSAS//+Mbn3nnvuuWc/n+/n+z3fCxHIaEKEJfJMIhKVhJ4GUtP8jCqRz+ufVuQ/NT8jChgkT4ssWmbRz6gK9DU/Ayw+bPKY/B6TZ7TgpuVwN71Unnnm0dHS24QQRSACUYis8XyzST6xEAch4LF5ZJsnKkc9NsDDj2ETXgUikT4iaClNJEBSGoZIP74qa+l//YRfKB5EAEyj4g/ztWBZbslcIEjucqHATOpjkYBXsYo18DNYeOQI3UMvonuOHIHXj+/YcXyHSs7FLGQp+o7sYA8IFq+BpmqKhtk6SDEZinWVWfMsHlLfIkRCgjdPsLpAtMlRUu8CmzVP8HlDEInJmkC+wcbihT54cN/6cePW79Mv/f1E+MUT2zvCM68cOWt7Rwc2pk8TNQ3IWW0gEbuI3yxI7KW9HdtnjbxyZrhj+xPbWX0EYhjcf9h3Jg9gldjBfhLm1af1ERF7BTAEmoxngQDeU35mB/YPsDiFtU0gxChgX2tn8S6FP3zG38O+zMWEVkU1yaYQRCMxt13WblvTT9bcdgpaTsnahlcqUp9owt0Vr2zYc+oUHwN8S2FjwMYV62PNA5+pPhaFc0EP4JhuPr2la4eQCVCsNRvnLac3A9nRNShIBFZPXpciEmHjareZsEbRWNTEBhVvHDasmyniwP7HJ+4AhlsgbmOP7PUsWVA8DFmHuzoSa3avSXR09XZ0HaZfHa7raOARKjm8kWoLdwfuamwHbcqaNVOo1t54V2D3QtA2nsQL1TYePrwRtMTaWUWYhvI0gGlYz5FeldWtgPiwvfW8bpVgAk/cwxqtR/hwhHxeVq9YWNG6duzo0miCHtBgy55TlN/jbYIHFGwyi6IJ6NVO7RG0c7c7ugBDRITMuMlYqovNAFYeuNg4BWPRSBCDBRhsEaKRQJCl5mOvSfmxpqbY3GQSCmYvXjy7s6bVP2WcjI/P4iEUxG7ddWt0brKrC5/P+Yz2fTans2bNjWMvPTwOi8B2Vhtw5pEr+cpyCWabVVAkVQngpGDFtChYcIsQCIYgT1ADQUUNifmQB7g4HIrN6pIdiponhCAYkoJDMd7ucEkOlxK32q02qxIMlAewtuYWQVwLdsg6+fyNbcufpfRunw+CruicxZMm1JYsV4zGfIuUV9+8OH7VzTdfFV80IpSVVZBvMErLS2rHT140JxrJtYfGjRjrFIyl3liplFNkNDlFY6nTmwuKwx0fu6gZfL67aOrZ5W03Pn/SQNiZfrXlIfr62RfrVXeh9JvpoxY4FUt5/eRFm2bsvTy/YvzFdSDK5jq/F8DrrzMpglAxtSFekt2zZ/rmRZPr/WYl1JmVJxdEq6VcX3GhoGY7zaAUuoZ5pNwhrqF5WabyKXVZhW4l/MJZaHhoC28cdiIDKkJ4nxqIiZQittSTBJlKiL8+LogKUe3+mDleLrvAjLhidsRIPBDMAda9LsERkxwCsETlccHiVXx2S4sUD1SBWyIIewRxjzDgk8iBw54n/0w3db0rjt/1ViE9TY/nNXaeue+KFT+Cxz4uSNCP6Bp5+biD/9dsLw0qj8DEq51nG1+if695Cb68Zevjbs19yW+VvZO2LB9yLT1Er4JdsAEsP/85/ZxupEvw+PznPweLNhWq4MY2evS13r0roL03FCq+m/5W2Jx4iP5u/dsQm1SrddTDuw0Xd7lKw+05HqUYSuGfM+nhE/bxIXBCrGAf3Sc0ultay6/9qXZB5lggL5R1FyAeVyEef0Aa8EZR7Qi4kuRz++3helzyOL0wgJfhOL8YXsXtkgNnaIsQrrc7YvE8UGOqllwpVM/Vnvo9pdvoEdpfVTXzgZ+MuPJ5n99dV/vjhyfPTs6uvwVu+TCrcfGm5OQt4R+tsLY3rFJquycX25Yff/vwfT0jH5QDY+vEbavV3KI3b5QrxfqfXbS445E3s4dUtm1a3Dg8XpRILPfm6vUlKD9UjQQH0MGHKG3xDEcZEXbEAz4UIKUIiyg0zwMI+hHk5dCPKlv3yZOWX/TT2VWUpqrYAxUR4SxB6HwNpN6c5jj8Iyt28drRp2lfqmFHl4xPOLZjufLHWK6b4YPIBAMrI9IiYU+Ugejl5YrSbpiQT1+lvX/+s6N6/EXXtsW7nE51/pKKiNMofU2P9h0SJ0ANCJEFs8bHShVRpB+Z/NVeUTASRJ9M2yyIzB6yhKzi2GA3s0HxeXFFF5hjgDMXFKjHuZsNdgtYYvEWMRphQGBA6AjXOwLlPq+kqPXh+tgIiNkVVVHBIiKOxBz2c3F+HGpVjJmjEbENVsDEL7aN7Nn38idXH6T7v9i27Qv6pzNv0x+PFQO3XC8JX/+j+y/gmypIBXkW1VFoBYdslvMkVZjcCMZV9NN7b6H9R8YXF/lX+Lw2S561qhb8T13bbs23WjdOCVzm82GkrVLwycO/OvSeqmHu+w9e/cnL+3pGbvsCJvLSU3mn6YYlUul9fTUhWREeSo30SHv7dkOOklNXNzZcGJoT9Qp+gzu7JL/Qlt3QAUu6Ox9YJQsilHlFWei7SzDBbFXwuiErE6lWVN68M9XQBT3vH2FzXSC3wj9Rlm4ldWQ4G0W73q8hITOh1ZARh5FBLM5+Me7xh20+my/qi4ajYeE9IZAbGLPkmh3T1723++JF9797+do3WncKVqO9oMjucpWblz66ZMmjS0d2j48VSXS/uE9nVJIWDE/fcc2SMYGLd7+3bu37uy+ePPEeyFVzDdmqURIXP/rbRxeXx8Y0Fb3Nk2M9RZ13Kc8jJzFjXTkjCTJxx4YX4R/FPkZF2FQHFYWyxxz02FoUfCbYhPn0ILQ9KExbumxGvL0KqjrkAnpoWkfluKG52fSQJMGEbJvbUxNuLZ++eVkDEPG/bl40oW1h9aS62kmhszsF8/Ir/WF3cSz1n+L187eaSnzFxZbs+GWPr2ZcKT0/Gct0k+ZBKzC91Bg/saCYDoEPiYTVjhG8moIa9dgLbCrWOs672mbSVyVbeCiGHfSbG0ZPg6mto6ZPGyk1PbSpftowbwH9GgAMhixvg3fMyMwy1ZfkGSIW9X0sbpzS2DxpclPjlL4N8NqTB4sqg4XdHtpz4CAcrrQ5h5Re3E5nY2c+isJhGsqFqazGLkkf9kBQwJURDMQtbALEWKWsrD/ZGsFVEULemYdJkQSpeewvyOeJLNWt++MT2xZEqmdctePgksVPeicUeOffqZb+TMqzb71kxuxAc57j6iVrn1005obXfzT/0ZtXTQjOMKuqaBVUn33munj5xBV3/fIvBhJftGnvgfkbPnxx18rm+Qn6wbAN22MPXy08ZfQsj9x6+LLp4e3/0bD49l9B3cFLn76uLTSt+6a7p965yOYszJmSVWgy+u54rnvS7nu3rp9Vr+N4RvYtzvCJAiFPwGYGY3ELn8/AGiXqjbI77AgbEI8Fgmk0x6nD2CRS7TinOWxuYboywE5yBMiFXCIt5+/YliwZX7J12lW/u31a0+W73u5Zd3T3tVOGdC0zl8iCSZDlvNHjtN41Sx/oGjZ1x0XRdn9Odp1r3KjY3GiBwbjG4pAP0NO7BjMH+hn9iuU/dP1icEaTlx0G8c7Ox+9YnYhfdM3td7bdcmyoIc9iSGRZbaYpVy185uZpzctvm7n96zujndGaXVcObZ01+upk5TSLhfpnLNo8BRyw7sgAQRDIXmGBukDei4srn/PeAuS2BeXpq2yF2V9+SR/+MnVFOiDvZecv03d41eUlUW9Xc4gXbyQR+bkP0TuIkwWpYhx/FrPDjCITQxhlVjaAtSAHlaGfpu5bsco7bZ71qvaN1z0152hdxNo8YdiabkPBpsSYG1VioA/SFB1Oh0AZ3HYtlLWvuKLnboOV/p7+agr9+1NPzbu7FB5nbcjoT/mIDd9af0ZBIag27OnjZ+CanoKsl/J7Ac99nL0SgHeJplTgWvbqWgUqEw47kw9xEwoHnDaMeEZNvihvVFwaBb+gs0wF1c0TN93cM3/+ig0XXzSqNfJqVzIZqjapGm2iH9PIrqoqZ/ls+lHMbi8ra2i8boOwNuVLJObO2cKm52D8cJBqjsEX1J+4lQK7O1aANeKr0c05B9bNHkb2b8J5WQlepRSs9iaojw2GELGMvnSKqVBIzf/XvPk0/ez0ZjP932RUJtFkMqqlT+ejCCWn9Lf6TolkbCMqSKg7NY1JsVekA5l3knxp9QOooPSTbeSnZAe5h9xH7icPkoeZNodNsNUq7M+q1KHOoNQpqpWdFBsDFOxOJR9A8QahtgYCwdpANKB3byAYCfIVGIhiZAS7IFobi8bqIqzPo/VxftV/I6A2DrF6B9Ta62rtYbtj4GdjRy37szqsdXYwyXEjOPyyLQ4mv+qPB1UjBGV/VFVx1Pk/Af+E9BkvqVZThSnVCiLgdBZZrADn/RNgIDGKVuEFTC68AAIM5JHOCDArcH2cujJ19mNwpV59EO6kH34sjPv000+hUpA/ph8KjQ9K/5AlWi2oAkjsHVaowIpM54D5A63OzoFjLPt0TUX+HC+AL+GLEhyTZAFkEPCWHew1ngE7H8vOptXpFop6jqwMlgzfgCn07Rd3wmz68M4X9/5pVeoFiLx47+Rdu3ZhaPbOF+//06rz56oF5dwL5GM2V5GJFaCO5uaqVQsSYVTXBJQPDrsUV9I8AjEVgXUEMEzFFKiHWTgDUxiRRmStjdQhVQuUsyj+aoyBcAgUPUI4B8whIRjggocnY1Qcc2MP2T0TSiIqi0GO1w6XiLfsjfStAPXlOINQiAVZlojhEpYZDJjjMYyPK5KCcG+2SxI5yJgfI2T0Dkb8OAc8tpueWLlyidW075r14N4wIbn6rTtmlSdC2KNGEUb+/OVlD4Brodt/KX3/dnHo0I4tV6xrn7vgyWuT2V3tl9AvV14xvCXLsHPlqv9qanEkQxs3RTsstnBBVbS0am4gEDEYzEUFlfXFzki1udghK5VlFTWh8bmohxlt9jGBwFirTTYbi70V9spOj9cvCh0bW8Mza3Js5qmXrBtWPjJsKjaaHRsebp91+0y64TRsuqRp1o43eibdsNAZG9/TTQ899BD9dFxb7qzZUP2MyXwv/fSNdde9DyGdd+rNZLQzzUDvMqxdfRn945139E8Yn9dgm739re6xm9bWY1uzBEiuaLp1Q7j62jtTWaNuGtYz1FfiTV775ALhshdbJlmbWpZfds3637g80+d3fpgMV1uDwxcsnFlcWaZm5zkc44YMbfc4PBZByHGai9v8/haTXYFhlQKUTSh1eQSo9Pnag1aP0yIZi8rcc2pHXhYy5Yy5aHU00l5tsOfVDC+Pb2ieclU0P2flA303f/3WTTeuPXrvZVb3yq3T7qJPrN/QXer8rz27YOU99/7BJQk5t7xL/7x7H/3D+9f//8R1mT73Y3W4ej25BG9cuAjy5BAqSKY8A858HnIJsTiKJ5eI+ngspPiC3kAeJgOXWAZqSMLF0iK6RIe8Wy2aMGb26CZnXlnlitVXdl86K2E2I+waTFa3P1IaWdU+xmzxjB41rACGKdbEiNmTpo+oyxLKW6Z3zpsx0mKRCsKR5NgZ48aXFBeJJmeR0XhKdTQOKc0eP2rMww899bO7N8xzqkPEnKH1M+ffsO3QojmbZ8Qtcm6uqtD/EVS7w+3yuUqzzUKRKycXCr2VeeXV4jOpjwQ5W5It1aMuGzPx+s62Km++ASFJyS+sCCerqxdMm9hYlZP9htG9fNWD9786b/LlTW4hr6QoKz2GiEFXIAYNIddh79hVbgwNMqiRUCwy5iaivseUAtlmBWapCgz+YRqmD9rTgn3gORITJpusg2SINS3zB57bMnQgpo4Mw6QbDiy5auWUiZe//yukq6ZRdZ3r75y69cq2sYteeHB7z4wqekmT1ze8qX368g6Xu9xtKYjEOxdVDvWUOIpqIj5vkXPYsBkzu7ctXzGsIR7tnL1xXsswr6el9dLJ1aFCp8NWUlYV8/pikVlXHrxnVbfYuuzyJQdumNSYN3zFrmff62mfefnGqXeu76xL5lTN6Nn+4AuL5tPftl86e3hzRbDY6bAYjeZ8zCPkLXe7W0I2e3l5dai+FqmIMzhkQtuCS0a3BgMlVrPJ46ofMbTKbvN4orWFRagDJSdNrBkRCnH+jKyIKMzuGGESHXFX1wbwrFQiS+EcJSRUgomjOO94Zp1Gwe6ptyuaPVhkZ0cymmCsgSZGXjFu7lCtt27VwgSoiACeOWMLDAbYG01KpLiu3OAJ6mdM3ZWsqK0QtIvu/3qzbKr2lLTvnD5zrz+Q1Cn927BVDas93KIVJLVkBBmPesxmrGUMq6UPWwSJAY4VYC3TWqK9nKkzCrvzxzidV+0oE1iQWwesdgmsjhgzlyjEqzCzbsRi1e0/gBKO866MXoTpLCimHHILYgXrCtQSgn7R7mD3LpBezx/qyu949nBHvmto/rDbfkL/1hoKjRwZCrXC6HmtrfNaBU9lw5DqshmpLY+C75FH6AePPkY/eOQR8KU+rKiZWVo1pFGuxoEYUb1vWCjvilfoF/QE/eKVtQWllUXrZtTNKDn03/Nks9kGDYXT69qWL2+rmVIn0jOT/vxkycz62LyYaMh3VeZ3dORXuvKHgRJqxeJbW/VzKDS8rHZIQ3B4alnXgctWHOzqOnjiYJdwb03JxOHlDUJ7qCVUnUg9Fe8srq9b+uzGKVM2/mop6n/hkb4Z66oDC43whj07Rx4/pG75HcurJ4Wa6bU5CypCsXlsfSK/Znq6RnwkjuPBjDBM7RX5loUwHDw23VzOu81hU2VPRscKRh1x/aE0ze63e2sA5t03f4w2LwZqzega+bUtW16X7kMaoc7bPX/+7nmw/D6Mlo7Os/ttIS8tm3vPnGjnj0YfPeKpqfHAx5uef3HTZdU/Ptq5a+6cnZ1/qA0dZ/FEryPbP8B5nU/KM3ybb+Lo+jrbxkF+yPZyHBB3IamOOxRkxpn9GyTW7wWSXX76Hn3P35UMwHLZ1DC6wSSr3Kx+VN/iOcrs6Kl9LAF9H/z8hR1Sqc9XKhHdrvUCcqnWgT0WByFG0WTMiduMEHUIt8Ga1Od0O6wULBTDggVWpv4u5NPtqc9hDb0dLt+d+iL1xW61lb5FD0F56lnw0V/RtyAC4+kH9CFxL/0TTIDI2W/o28t66EvQ0rOMt10ghCpzsO0uMoa3XRUFNU9iKoQKeaBrOEwcMr6F65vtb8TNyLCYcqGzMKaZcMuiBxVo+dXZjdbIHFlWrEU1rjMGWaVX5g11Z1vL8suaK4RTXtlpSa2ylcr/dFpLyz6wFouCS5RcFvr3Yp+vGEZk2wtUsmgRpbTFarVV2MyCgTYU5IqyWlkh2xxVVSV09S/tZW5zn0GRcZ4U5jnzDLtyrT5vcbDYk2PhOMX2R9h+0GDtb9BmCPnezY/0bgfHOgFnLd9TYnsdqPw5PDaPGBZ6xd5+wjRETJ7i8jylIRPW+klmLmHJCmPHOdwqZYTMRqCESyFFKBHf7GKApmAwRdg+U5Ldk8weC5+HZcSftmtm2DQza+q7f4hNeCdZTKhsmcQ6cIH8XHf3c/Qs/ZCefX716ufhjrXv3NvZee87a3fRr3buhKw/wdBO+rRKVj+vJ2LJkefji8+fXd2588RnJ3Z27qRf0dcxuUToXPqfnTAV3tPnB9aJ8L1IE957GY7arSLrVQ/rTKmL72ZqTGs+tUfS+B4m/ezUnn7siD2nCBncrmxSTKp0W53JEw3b8LAw45c+rbj+mh4vNlQ+VlhYRqFzBg9NwM5ORvu4xiniOdXrRKYcSODZqWhn2RLStLOYjCVIsbNwIOCkhD2HXkx5fl1cZChpxLrUoqasioxHxS16iZ4mqK0PowJRAnU/VFUJy1JC4RJ1xRO8DMK0KYebmya/s8bSb0AwqFij4pxQETyNVRLcDtTnDn9X5QnJGajr4H3rYpwblaQJZdwohqdhm5g+MmFPOowc1Wb6oZ7OvHtuO5vVmF+/pwGU6GnYM37Q9DVzFsh3NQWi+qY5Xx8zYaZ6tXo1tseNCAcOQB2tRYA4qAFvPt+jUyFurx+BsAt/Fsrmpk6VNzUGvTnWYcLX+4WyA/6uwIFCs7lwf+rkgQCG/cIwnspfU5pnDIWnS88dSJ3c7/cfKGptLTwglGHwoL9rYG1ynC8gJdh3KqCUZjv15W7JjOyOIM9HBEMJhdhHNGq6+9n0+oFhkLVzdd/q9Ue+PLKenQAb/LfVmSe4dHY9eze8mX64fv2AfTpdFm/pBcWRdFGoXtgtUY9NNsHfvlVmauxAngZBE1dT07fKpd+cq5VhsG2cr7cSUsFtVza2FeOJMjj6gXqIOIw4UGzpCv+mOkomIb6S+jf14vKNQKWBKO+QXKxTKaJbNdv/Z9AWNEIMqyIagXe8EZi2FUNVI8aNjgLnXYifMpyl8hL6JfKeL5dSBc4shRwYCjl+WEu3Tnrl3Zcn0lvh8kmvrFjxypQUYWauU/SlhRxbZXyTypf09CyDM3BmWU9PXyVcAT2TZ0yfTG+lW/EKL+3RXzglRDk6n1dn5ofh46uOgDcIjDWyuiOtjDNLeByCFgcE46whqEtk8N7PmSM2KK7zTYkUeWC/ckoAWMBbcucvdm2/qH3FK0lY+8fQdWfJdRpt5M268//eSG3h1YC3u257eAVvWsuaEaf2rEDIgf2eoj2nhJN0L2vTlO3e6ZPhinfhQ54DvMoauDf1Fm/4V13LeRNfWrNgJQdjEBho6b4S2P/M7IX1MwIKo15IaLSX9mqQ4CdIyBfcayxNen+R29HPz8NA+nrFhNbX29eriQl+EhPqBfcaS8PmqJaWKxbEsyjzcLFVGqJ+ziLsKutBhlWIVHJ4wPgZPveTiQ44mo49ySgg0DCB4OxPA76mg4+eQuGJEYoOIOjiX2+KqyACXjMH5w1QirxhBzGy9WrBP5CLQSW0/BD1U/8hWi5M3L9f+jE9mPoUJtL9ggPaQHCkPmXYovMFDbs2i692BN4gMxqj1Ne0PqKJuGAUBpiUGahTvdBLE+f4MeMLRu6TZAT8M3kYi0jhT8TfGQxzF5pedmJVJRLvv16lF98zkDzGdIwCW90OHIoaQfXjfMQ+6u3TaELUUo8vEGak9moLEgs0mIThBQqW3qdBL7acPetbwJ/lskdp/oS5syE2Ztx8VOQ5jPYgDCVS/E1WFegdjDc5uLY5g+a+Gp6IUO4z1aMYcwLeZEGgCnxmphyhmAWi7zm09ZMjdPfvj8I2mAYlr67qJ/Me/Jx+TA880b23G//kjLvE72HREZGsepX+lT5JLz/6BCSh6PMH5/VpPB2X7f3fADEo6ovYG07uo+JCecJ1UlyiLcgsBpZmMXgs6luVeZErZnxzunVZs8PhE76u7L68u5L+H193f4zQj8LC3LHa/LgvMbNrmPTO2AkTxp45ylcVRNmeAQ5MZp/BhtgQ1nkNQwXUXeJc3+RIhqCG6Oth0GB3sMYH1ZAgcBqleJnHFv1tkv7mpVkPbm0E1AoC0S2TmIMOHqi+JmH4S9d/MofFg2/G4i95YyWcSo8dD7U3AWoT/tjwU0IZ28h47PiSOSwCyutLaS3vPd3fivsxVWa8mPLAyzg9Liu7m7sz+bwDTkt8rXGazJ2XOIJrLLRmytRuXDcauzLXpZR2NcP2qxk2MD8lQZuypntqmmy9TJvZnUA2snUBP1HY3Mgjhbp/HIKnyrA+GjGjClHAii+wi+VccsyZSpfT5VPn7IR9Nz733I2Ys0qYNFl7DB/AXVOPrd0FWSnnc2B4jjlTMTxbwPBMPsmWEJIJH8QdMucl9KR2Uj65IEVgr9aLY4Vz1EAGuBQpwsFi48WuBvI10Q82k3GZ4pHionAQZ7CQIZhHEFd1HrMLO0w4iKwJzALi8JjKcIJxDwMTTn34y18E7ZOa0f4/PnTz6UcXrZc3DVs69i8pzfLO+KlLnljF4pRSvP8k1L1xzNP0b1X0jH3zqyDeugvsdPKlrz48Dt+3vDP215euPbKtFBR8SFNMJxGxrZLGW8OWpcb87tL1ZPjDOoG1j89EfzrFWVRP+vC9PsKd3RjSzBASBtZnKtczy9gq5/wgfQGHlN7vM6fXizCM/gu2a9QCa6UH04HuvlE4Mdgw/H33mjW718j30zLEJyLsSZ3Sry0L2VOcPvTwGpbkPG6icj7L8IW7kg1emTL3HUNVCa+QPLceEYnTsSJ3IBu8GAnLisuUdN4ZphzXmTJJ4475gqs/7f2pM2Vd/Mhc8Hi4EEK1Ecmzz8TSCPu48Bj8B2nnRuZHmRFDNKGrA/ycwMqx5zgI/A3QX6T6ZZ9OjCVOm5lE0nM9yzVK5oTKCB0j4kRlumgJ12d1cRiJNUHajsVtTNw+OWizT1UPb2xdVxV67vI9pwolwvWyHWWejYfD1Us3nNrT0srXpqaCKqf9Ye1Wxr+DbGEEA5ERbCdNRFquHEwmP207mqQN9CS8Bm1tnyaPt83e20/2yruSx/ARjKcN4GaPjuNdW2rHXiAMkIHJLpnRKPVc/4t6RWS9Qtym+Af5f+UnuKwRsPCoByQCn1PLLJjFXFTpL+THqYVaOmCWBrO4HRIX2B8UTX8H1zySWyS1EplFf8G8UGHWLGqRH++gv8B3O+BzrssnFFYPxuiYgASEiFRvCllNr8xksYDUJsHTMSxJsHRYFyMm41YCIYE/jQlsDKZ6B3wJRKwe88bEGSxyd9o+Pg8BVyhWTX+Gc5st0syzNE+QNe6STIwiq7zGSBmbAWeJoDsecx5fwG5kTfm2/ucjQZzZNShz4lwTJBl9jx3xsM03+D48SB/8vnthgEylMqE+7cLAgAN0xgP6e0K8awRuB+G2DFbnb+1iZ5CF4ZisG2T4WbeNMEMJs5718TiJObNo6dUu4qM0jvD8GX4FLsg/zASuzRcdVI4YZYownCtKYxlpmQI5K2NWwEyZqOExxfhcwQeYituv2xAydnCGM8U6FjN5Lqev4LEKCiOAIRBEfIc3iF/6cJBv+vQn/eQnn96kcODglnD9mnrzbvqvX5bSf0Ju6S8hm9FEoq97Ja3FMXxOAwBDq8Eg4IIBFJCwesz1FnDe8NZi43SHX0U5vLGqfVypDgoCVk3HLmBmGyZH8OJ2bzzsqHSlMeIc9pQPYI9ej+8rPe1JSDJ10If1/JI5HOnQ+R1lCtxfn/EqI7fgmdjWlkfl8hqBGDECFy3zLmf6JzNHpN6bKwToXIGNEMV1xy1yKMD38Qfn2bDymZgo5c4cePJFue86MKjFNP2MZbNhuUpNsdXI8gaUm/q6TY+5iY84kxBNyGrTs5nVLRCJc41F4apFIjN1+4hYX1/fd4TZo9hU0vT5fBZLi/80zjRNAdFyj7pAXUCq+M6K6ldUixpkRDFoCQTlINMf48G4HIuLcQeictwh2h1+h2rHseaT216vLmikv6tptm95Y4Sz5Y0ttqZa+rvGTwyGTxqhrrbJtuWNkdaRb9xqb6qFOhZNN3H4FU7fam+uOZdSzyA3O4E5NNfoST/RM771dcy4jGM3ucDGYEV9/rwvH4Ab+VWI+fnOaRyUC7+BkOo3n96yaYNweHwf4aHUmPHf+iAidWTL6c3jU2M2bGJX4fCGb/GH4nNypTyjVyCgstXPlrusc4eUfmEsCGGYsEkj4ezRY/XF/SaTwWx1n5srOo8y6SyRxWZEvUx0qGbceoBz8ZTsyxH965GBbxIyOK+7D4n48AwrnmTwftD+QyYtkiELm576dyB6iSkuIAa+nyCDvp/A0tLfT4jAHbwN34u5ZBDm6kbwNNalQRc7x4AAeEZfsXj+OgO6vKoixyOWv4LaFcNcjqnG84rxpH+DihPS4CoMFAm82rj0M0XzL1Gw/0UtUzy+hO1mrR+oxoXzznLhvJMym3TI1zy2MDK3C+edsExH+720V9v7rQlXz4vpSzJooWk5dl55ju/+wodx1m995ZMazFsvKOjskfP0yPPKCH93GfrONa4qB9+uZkDLfqUQjnIPqO8pH170t7ffsf/n825aUlHkLCyKjC52vmUyj5n+fXUSGhqndSdGXrR/XEFBia+k2Du0umpkg7fUaquOpH3hdZ1Xn9Xsp+K8YYYKjrknqRuHzQ0nL0jLEhpZ2hSOvESYwZ6lZcyHupk9I2MHYUzHTOz4RhgVg7AFj6DPb0HNLlzMggqjGimWeQe00/85UamlPuvgtkitYwTeybwu3I7JE6bDvO7/xPrkKtvYTgbTQFsEexnEW8CF0horv35CU/DGZ1+YcP/9E1741caK5gk4ZZeO+c1r97YMHXP33WOGttz7+ktj2Jwgl8BJdafixhWsfw3F7F8iqBbRwQzaQeGyE/Qo1Jw4Kh09cfToCag52/U1kK/lhm3IoRu2QQO8to2+Rl/bBq/RshaJtDCdjOunaTtQEdv9MQpRFLSoxX3LgTjKtTREubBJNxIpiCqsnX0oqges7lEm33UTrcxhhFnz8IRU9lwKbtMfMPp+ux6lP1wP2w+Xn/p3JWvkO8os+4EyLSj+g+oPldoHL8+lOw50/lDJOH1e7mSJGIqm56iMcgzLNRkF5rRgCqIIY/Y0k8CtngyARYJyaEfbc0v6OR7LCWYdpb18CrMPyujxHW0Tqabfp/0ldFzP4z7Vg3OVL8iLfMf752wPIuuTjCzycgdl0Weq5w4WHD0kPsnHrk4mV48dt6Il3ODzNYRbVozjMcB7SsaVxzRSdogDoUEYx/lRNrPSQBrEeYnMv9kT5Fv1wC0jDLgljS2shmHdKdLtDxcxNS/FxaPE51EfSW6Nr1lTPvfiem0wd+K2hguHlDkEurFzZE+Uf1qncEW4j583nwb76c1slxR5h3TeGGq6J6rG6SbTNwQiz8I2FBAn99f1cJRUVBt3QfF5mCmOQWglFOlBH8qkZV+uXr1w6sqFf/0NnQbk+iVz6uouXbt96YK3FG3smHuW3ZinFt20+r6nhV8NH9daWkpb6PFJU28jaTs6kTP7wz4xrHriYYsv7pFna19oFTRRwS6oXnKFikvOtM1b49wim2EQ6+eMYwmYgswRk7MLOJCWxzhxe/s5Vko6Xel7U0j0phaAm00QI/ezZv3KeIOR5HB/ZxuOIMp+i8ljYR8asNk2BEC3DKt+I6BKr+nKDWjf8DHTzS2gm5i1bzROhPFeThNjiqVnDC9shEHjLErjagYztmnny0kz+Y/zZZgjqKgjuLtlMF4j5EONMEJ1jIAyCNRAvhQcAY54cIQQCKoO/MsXWSK8RVkXR3jmCeP5QhnGYaAM8iGuloEazzcEK/HGEccMJYdaIyvMXdNRI48QkDiPEPBtScWkIuboyMdZd6GIzBPFLNnkEsjLkGhT8n1FhcMiFUEAWXbkWnL9geJRzsJch5xX6nCGC8XcGkOhrSJ/Yo9k9Ug2Q/OkZqUgJ2R3j3FdtuidJwO1bl+NSynJrk2Wx3ODxV6Lx2MszbYmY0PlvOxQgbMsz+fMcjsNhaFgnVLamD8kWIUKowEMcpYMTtc1726SsrJHubPUPIMh35rbHBTyLaPrvEaDx1BTWyY4Suoryk2CRxr6LcH9L0mxIMPum/zHp7LCRQaLTSyNueOq2ZdndfogS/VnNcdkVbD7so0VTtHuNNqz1ycFk5wlGLN8pc0em9VkMIH/ZsgxGBTVLDrkItvQfHOJN+AwmbPiVos9x1SgWixyvsliLXQ2O2srKt2uSqfRPKW2oNWUZcpxlIcWz/gJ7X+mPOeWEa3DSgqiLXK2Uc01Fxepdq9FrjMWZEuWxpGjyzplh8mpcBm6V3SrC6SMDfJbPH6Az/t+fcMNv75BFAdfpJM38Ougv7SfJLO79DJUxzlvIF9rYq84YK/BGwNbKyRqArEXUb8vwd6REnwvC+ORa/BYA+lLcDtOIr3PJXD+wqL1PAfbACpILRmmf6+sey4hJ/Po3y2nv5YxIWOLDYd0VHl6wUtpYodI08i/Ru4njWOZLtwYuPqmrh083KfvRQrJtMPI2LXeB5jc6NIkn3fdGIZ8oY5WB7WP29H1gHftWIyw87QHMoRZGdAtzv/2PS1LMps7me+4gejSpI8wBV5EAU55jMhAgmlOeFCSCQHnYXqY41ucY4BGcvX9EKOIOjEEWyS+Y+rzBiEaDCj5oDBfLodubiyDcyYaAp9igf/0+8EP3MtP/G0M2xGjBxPOTv9Ef5c/X9Dy/RjKdya0p6KBQNSvatSBtDPX3xWAclG2jZu+8QyNTkx2xaBNSzjzMbH+VheGOp2J1L/wJX+UkMHfEo4mE0k7mUeW8D2jtE9gC8SZU6DHNBDDfGzZ8A6KiHLlf2C0mdUHrxlQH/D8ueCqDgx1Mpoe9rGN/Sjx0kG2m5MOMiealD4N+tJq2vmX+fq484nwAJKqD9L3Y9Z5wZeMPpCeJ3j7wJ5TkJk2OJPoB6f2pMXKmeQgZTiZmTsC9skpNaH08v00ou/Lh42CiGzXwbZHM2tWfsS3plXMFmh3v84k6fH/Hsc9A/Cnb0TJPdEWoe+kwGcPqoOzerYxkxi7F36W3sETYBWuqZ/imvLwvRYH9w6Iu8BhYh7XgzrZFrb5TC2Q6WaZ3rGMPkCX0AeW3TH2lR5NS/edpvW8Qn+kd9OROY/+9s1H5rRdYoF/aQ+c64UHNJptWSqm0o0W0nOCkMk4H3SLVyX75tdcCqytwyESZFt85UFlIMIcDwR9ujUsEg+YeC3xoUtwtwjML47dFah2m98bCOreoI48QeWbBG/neucuCkQC18+lX+28h/5rzg14s3iOJ+9t9rS39D68XfrY5yB9/thSDO4qSWk7U8Pn/mNT5+M/aarY8mu+qTCybRnt38rzS5x49MpbNl/52HH9bivAsgmtmGTqgiMg6HHXY1aY5fX6He0/0tmh/WLzwpXhzsTcWyZnbF3aoL1swZNGC1nTTXps3TOeInHGwMaQMgSAAQ7AuI09bPJWAclCLcHqUO3EIb9+371H6eX0SfrXV1cJpOv5S6D+sBgOU7LqVSiBabDt6Ocnnn+a/m06r8OrOBca+f8FUcr9zjhX5CTaGg8rAjOvBoRg2AXumDR1z5o1UyJzws/2Wr98up88/aW11/EOFB8XtTVTBDJlTXhOhJKpBYfoF0PoF1AwBAoObT50KO3TLGJLB++pySS9p3buO2pHxoLDDZ+mwWE13SeDzpxAZc6MOn1XPKTfy+gJvL+zM9+Z6T/mLsDwltnSGbHWQ6y/+TduhNfNyHbRQPTIoh//PCIKMe654JHIOroVqtahHh25Eqro1nXHhMdT77yTOpE68U7qHeFx+WN6zx/onvffh4V/EFENodekboRb6DrhGrgx8917poyMP4SnGFCFH5TJsWOo7g96Mb0ZN7h++YPfFnklL8zjWKaK386MVrD6wbK07x7X1ezI8CuZ/cmIs4vtZnOc9nBvczbv1EAQYZk9hfq43cFs1gof036udnWxweCBueOHzLphj77r20f0O8q4MQcyLpaBpP/TkKZrF3Xq8ZSH4cLv9arJBLLoO7029Z3hgId9i8x2j+3hWJhv3NnjulJSnv5M2Wp31PNHkqPebhl4xp+EM0/s4njohol/27r1b3Q/vZ3uZyGxy+LKN+bn/Z3+NXb1xNEmk6nI6cz95SU//uKiXK2kPLiJPvPIuFunjA6HyhSn0vPLn0OgK8epuWrCd9Dr3+l7JBEO5Lvlx359GGZfXaRqg7OGiby4s8vykRcX5qlbTWaTIbvYbHPlOpsacj6qcTVYJ8/GEk3NJZGs3GDbqFxwRvxh57xZYduYQDg3MCWZc15fidybtIjNdh//TwL4ZrzoyzARWxxn7y6hZFffxcpwWk3v/+yvlChLzpyFiz+Fx+THaDUcYwccP/s8HcUIiPR6apQ45+yOY8c4DqVtSen95cHaJhPPusJznmcmV3XYyuQx/Pz/AAfdhq542o2QsWrDMBCGfyVOSjOUDn4AdSlJiY1sMCTZ0hQHQqcM6RyMahsSKVj2EChd+wgd+wZ9s7xDz4pKl0IrkO7T3a+73wZwhU8wnNcNHhwzDPDiuIMLvDvu4hYnxx4G7M5xD9fsyXGf8q+kZN4l3e7tq5YZfDw77tDcN8ddPOLDsQef+Y574Cxx3Kd8gQU0DjiiQokcBWpwDJFhRDGGQIQEY+IV6SQU0RwGezR0GpvBQh+OVZkXNR9mIx6LKBnzlZaKz82+MUaSZGmV0k7JqJOit1hKJasy04p4TcWcmu6wJRHWMm92W4LUimsbK1JIayskYxwz2r81PlciTBBgSvv7M5BqVae6yiWPQ8Fn/McAXaJJMA1a8/9wu7FFQ2Vtf4mwE0IbW2fYyMqUWnEholAIwf/u+QXtVlqxAAAAeNpt0meTFVUUheH7DhkJEgQJgpIFhdvn7NM9gxKGCZKzKGZyUHJGySAgSq7i5wrFfYdPdFXX+tRP9V61Wl2tt8//rdbh1vueV29eWl2tYXQxjOGMYCSjGM0YxvIB4xjPBCbyIZOYzBSm8hHTmM7HzGAms5jNJ8xhLp/yGfOYzwIWsojFLOFzlrKML/iS5aygTUUiExRqGrrpYSVf8TWrWM0a1tLLOvroZ4BBvmE9G9jIJjazha1sYzs72MkudvMte/iO79nLD/zIT/zML/zKb+xjPwc4yCEOc4SjHOM4v/MHJzjJKU5zhrOc4zwXuMglLnOFq/zJX1zjOje4yS1uc4e73ONv7vOAh/zDI/7lPx7zhKc84zkveDnqwsljg1W7bVZmMrMZZjFrszG7zZ63mfSSXtJLekkv6SW9pJf00pBX6VV6lV6lV+lVepVepVfpVXpJL+klvaSX9JJe6njZu7J3Ze/K3pW9K3tXbg9915id/wid0Amd0Amd0Amd0Il3TueesJ+wn7CfsJ+wn7CfsJ+wn7CfsJ+wn7CfsJ+wn7CfsJ+wn0h6SS/pZb2sl/WyXtbLelkv62W9rBd6oRd6oRd6oRd6oRd6oVf0il7RK3pFr+gVvaJX9IperVfr1Xq1Xq1X69V6tV6tV+s1eo1eo9foNXqNXtPxijsr7qy4s+LOijsr7qy0h75rzG6zx+w115l9Zr85YA520l0Wd1ncZXGXxV0Wd1ncZama1x+EcTsAAAAB//8AAnjaY2BgYGQAgosrjpwF0ZcUq9bCaABTzgdAAAA=") format("woff"),
       url("../../plugins/wp-floating-menu/css/./Genericons.ttf") format("truetype"),
       url("../../plugins/wp-floating-menu/css/./Genericons.svg#Genericons") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Genericons";
    src: url("../../plugins/wp-floating-menu/css/./Genericons.svg#Genericons") format("svg");
  }
}


/**
 * All Genericons
 */

.genericon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Genericons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Helper classes
 */

.genericon-rotate-90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.genericon-rotate-180 {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.genericon-rotate-270 {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.genericon-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.genericon-flip-vertical {
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}


/**
 * Individual icons
 */

.genericon-404:before { content: "\f423"; }
.genericon-activity:before { content: "\f508"; }
.genericon-anchor:before { content: "\f509"; }
.genericon-aside:before { content: "\f101"; }
.genericon-attachment:before { content: "\f416"; }
.genericon-audio:before { content: "\f109"; }
.genericon-bold:before { content: "\f471"; }
.genericon-book:before { content: "\f444"; }
.genericon-bug:before { content: "\f50a"; }
.genericon-cart:before { content: "\f447"; }
.genericon-category:before { content: "\f301"; }
.genericon-chat:before { content: "\f108"; }
.genericon-checkmark:before { content: "\f418"; }
.genericon-close:before { content: "\f405"; }
.genericon-close-alt:before { content: "\f406"; }
.genericon-cloud:before { content: "\f426"; }
.genericon-cloud-download:before { content: "\f440"; }
.genericon-cloud-upload:before { content: "\f441"; }
.genericon-code:before { content: "\f462"; }
.genericon-codepen:before { content: "\f216"; }
.genericon-cog:before { content: "\f445"; }
.genericon-collapse:before { content: "\f432"; }
.genericon-comment:before { content: "\f300"; }
.genericon-day:before { content: "\f305"; }
.genericon-digg:before { content: "\f221"; }
.genericon-document:before { content: "\f443"; }
.genericon-dot:before { content: "\f428"; }
.genericon-downarrow:before { content: "\f502"; }
.genericon-download:before { content: "\f50b"; }
.genericon-draggable:before { content: "\f436"; }
.genericon-dribbble:before { content: "\f201"; }
.genericon-dropbox:before { content: "\f225"; }
.genericon-dropdown:before { content: "\f433"; }
.genericon-dropdown-left:before { content: "\f434"; }
.genericon-edit:before { content: "\f411"; }
.genericon-ellipsis:before { content: "\f476"; }
.genericon-expand:before { content: "\f431"; }
.genericon-external:before { content: "\f442"; }
.genericon-facebook:before { content: "\f203"; }
.genericon-facebook-alt:before { content: "\f204"; }
.genericon-fastforward:before { content: "\f458"; }
.genericon-feed:before { content: "\f413"; }
.genericon-flag:before { content: "\f468"; }
.genericon-flickr:before { content: "\f211"; }
.genericon-foursquare:before { content: "\f226"; }
.genericon-fullscreen:before { content: "\f474"; }
.genericon-gallery:before { content: "\f103"; }
.genericon-github:before { content: "\f200"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-googleplus-alt:before { content: "\f218"; }
.genericon-handset:before { content: "\f50c"; }
.genericon-heart:before { content: "\f461"; }
.genericon-help:before { content: "\f457"; }
.genericon-hide:before { content: "\f404"; }
.genericon-hierarchy:before { content: "\f505"; }
.genericon-home:before { content: "\f409"; }
.genericon-image:before { content: "\f102"; }
.genericon-info:before { content: "\f455"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-italic:before { content: "\f472"; }
.genericon-key:before { content: "\f427"; }
.genericon-leftarrow:before { content: "\f503"; }
.genericon-link:before { content: "\f107"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-linkedin-alt:before { content: "\f208"; }
.genericon-location:before { content: "\f417"; }
.genericon-lock:before { content: "\f470"; }
.genericon-mail:before { content: "\f410"; }
.genericon-maximize:before { content: "\f422"; }
.genericon-menu:before { content: "\f419"; }
.genericon-microphone:before { content: "\f50d"; }
.genericon-minimize:before { content: "\f421"; }
.genericon-minus:before { content: "\f50e"; }
.genericon-month:before { content: "\f307"; }
.genericon-move:before { content: "\f50f"; }
.genericon-next:before { content: "\f429"; }
.genericon-notice:before { content: "\f456"; }
.genericon-paintbrush:before { content: "\f506"; }
.genericon-path:before { content: "\f219"; }
.genericon-pause:before { content: "\f448"; }
.genericon-phone:before { content: "\f437"; }
.genericon-picture:before { content: "\f473"; }
.genericon-pinned:before { content: "\f308"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-pinterest-alt:before { content: "\f210"; }
.genericon-play:before { content: "\f452"; }
.genericon-plugin:before { content: "\f439"; }
.genericon-plus:before { content: "\f510"; }
.genericon-pocket:before { content: "\f224"; }
.genericon-polldaddy:before { content: "\f217"; }
.genericon-portfolio:before { content: "\f460"; }
.genericon-previous:before { content: "\f430"; }
.genericon-print:before { content: "\f469"; }
.genericon-quote:before { content: "\f106"; }
.genericon-rating-empty:before { content: "\f511"; }
.genericon-rating-full:before { content: "\f512"; }
.genericon-rating-half:before { content: "\f513"; }
.genericon-reddit:before { content: "\f222"; }
.genericon-refresh:before { content: "\f420"; }
.genericon-reply:before { content: "\f412"; }
.genericon-reply-alt:before { content: "\f466"; }
.genericon-reply-single:before { content: "\f467"; }
.genericon-rewind:before { content: "\f459"; }
.genericon-rightarrow:before { content: "\f501"; }
.genericon-search:before { content: "\f400"; }
.genericon-send-to-phone:before { content: "\f438"; }
.genericon-send-to-tablet:before { content: "\f454"; }
.genericon-share:before { content: "\f415"; }
.genericon-show:before { content: "\f403"; }
.genericon-shuffle:before { content: "\f514"; }
.genericon-sitemap:before { content: "\f507"; }
.genericon-skip-ahead:before { content: "\f451"; }
.genericon-skip-back:before { content: "\f450"; }
.genericon-skype:before { content: "\f220"; }
.genericon-spam:before { content: "\f424"; }
.genericon-spotify:before { content: "\f515"; }
.genericon-standard:before { content: "\f100"; }
.genericon-star:before { content: "\f408"; }
.genericon-status:before { content: "\f105"; }
.genericon-stop:before { content: "\f449"; }
.genericon-stumbleupon:before { content: "\f223"; }
.genericon-subscribe:before { content: "\f463"; }
.genericon-subscribed:before { content: "\f465"; }
.genericon-summary:before { content: "\f425"; }
.genericon-tablet:before { content: "\f453"; }
.genericon-tag:before { content: "\f302"; }
.genericon-time:before { content: "\f303"; }
.genericon-top:before { content: "\f435"; }
.genericon-trash:before { content: "\f407"; }
.genericon-tumblr:before { content: "\f214"; }
.genericon-twitch:before { content: "\f516"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-unapprove:before { content: "\f446"; }
.genericon-unsubscribe:before { content: "\f464"; }
.genericon-unzoom:before { content: "\f401"; }
.genericon-uparrow:before { content: "\f500"; }
.genericon-user:before { content: "\f304"; }
.genericon-video:before { content: "\f104"; }
.genericon-videocamera:before { content: "\f517"; }
.genericon-vimeo:before { content: "\f212"; }
.genericon-warning:before { content: "\f414"; }
.genericon-website:before { content: "\f475"; }
.genericon-week:before { content: "\f306"; }
.genericon-wordpress:before { content: "\f205"; }
.genericon-xpost:before { content: "\f504"; }
.genericon-youtube:before { content: "\f213"; }
.genericon-zoom:before { content: "\f402"; }





.wpfm-menu-main-wrapper a:focus {
    outline: 0;
}
.wpfm-menu-main-wrapper *{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	outline: 0;
}
.wpfm-menu-main-wrapper a,
.wpfm-menu-main-wrapper span ,
.wpfm-menu-main-wrapper *{
    font-family: 'Roboto', sans-serif;
}
.wpfm-menu-main-wrapper li:focus,
.wpfm-menu-main-wrapper a:focus,
.wpfm-menu-main-wrapper span:focus ,
.wpfm-menu-main-wrapper i:focus{
	outline:0;
}
.wpfm-menu-nav ul {
    margin: 0;
    list-style: none;
}
.wpfm-position-left.wpfm-menu-nav  ul,
.wpfm-position-right.wpfm-menu-nav  ul{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.wpfm-menu-nav.wpfm-position-left ul,
.wpfm-position-top-left ul,
.wpfm-position-bottom-left ul{
    left: 0;
}
.wpfm-menu-nav.wpfm-position-right ul ,
.wpfm-position-top-right ul,
.wpfm-position-bottom-right ul{
    right: 0;
}
.wpfm-position-top-left ul,
.wpfm-position-top-right ul{
	top:7%;
	position:fixed;
}
.wpfm-position-bottom-left ul,
.wpfm-position-bottom-right ul{
	bottom:7%;
	position:fixed;
}
.wpfm-menu-nav ul{
    z-index:99999;
}
/*---------------------------------
Template 1 css start
-----------------------------------*/
.wpfm-template-1 ul li {
   	display: block;
    line-height:40px;
}
.wpfm-template-1 ul li a {
    position: relative;
    display: inline-block;
    height: 40px;
    margin-bottom: 2px;
    background:#ff6e01;
    -webkit-transition:all 0.4s linear;
    transition:all 0.4s linear;
    backface-visibility:hidden;
}
.wpfm-template-1 .wpfm-position-left ul li a,
.wpfm-template-1 .wpfm-position-top-left ul li a,
.wpfm-template-1 .wpfm-position-bottom-left ul li a {
    left: -100%;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    width: 100%;
}
.wpfm-template-1 .wpfm-position-left ul li a:hover .wpfm-menu-name,
.wpfm-template-1 .wpfm-position-top-left ul li a:hover .wpfm-menu-name,
.wpfm-template-1 .wpfm-position-bottom-left ul li a:hover .wpfm-menu-name{
	padding:0 40px;
	transition:padding 0.3s linear;
}
.wpfm-template-1 .wpfm-position-right ul li a ,
.wpfm-template-1 .wpfm-position-top-right ul li a ,
.wpfm-template-1 .wpfm-position-bottom-right ul li a {
    right: -100%;
    transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    width: 100%;
    padding: 0 40px;
}
.wpfm-template-1 ul li .wpfm-menu-name {
    position: relative;
    opacity: 0;
    z-index: 1;
    line-height: 40px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    color: #fff;
    font-size:0;
    font-weight: 400;
   	padding:0 5px;
}
.wpfm-template-1 ul li a:hover .wpfm-menu-name {
	font-size:14px;
}
.wpfm-template-1 ul li .wpfm-icon-block {
    position: absolute;
    top: 0;
    width: 40px;
    line-height: 40px;
    background:#ff6e01;
    display: block;
    text-align: center;
    z-index: 2;
    transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    color: #fff;
    display:block;
    height:40px;
    backface-visibility:hidden;
}
.wpfm-template-1 .wpfm-position-left ul li .wpfm-icon-block ,
.wpfm-template-1 .wpfm-position-top-left ul li .wpfm-icon-block,
.wpfm-template-1 .wpfm-position-bottom-left ul li .wpfm-icon-block{
    right: 0;
}
.wpfm-template-1 .wpfm-position-right ul li .wpfm-icon-block,
.wpfm-template-1 .wpfm-position-top-right ul li .wpfm-icon-block,
.wpfm-template-1 .wpfm-position-bottom-right ul li .wpfm-icon-block {
    left: 0;
}
.wpfm-template-1 ul li .wpfm-icon-block i {
    line-height: 40px;
    width: 100%;
    font-size:20px;
}
.wpfm-template-1 ul li a:hover {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    line-height:40px;
}
.wpfm-template-1 .wpfm-position-right ul li.wpfm-title-hidden a:hover,
.wpfm-template-1 .wpfm-position-top-right ul li.wpfm-title-hidden a:hover,
.wpfm-template-1 .wpfm-position-bottom-right ul li.wpfm-title-hidden a:hover{
	transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
}
.wpfm-template-1 .wpfm-position-left ul li.wpfm-title-hidden a:hover,
.wpfm-template-1 .wpfm-position-top-left ul li.wpfm-title-hidden a:hover,
.wpfm-template-1 .wpfm-position-bottom-left ul li.wpfm-title-hidden a:hover{
	transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
}
.wpfm-template-1 .wpfm-position-left ul li a:hover ,
.wpfm-template-1 .wpfm-position-top-left ul li a:hover ,
.wpfm-template-1 .wpfm-position-bottom-left ul li a:hover {
    left: 0;
    padding-left: 45px;
}
.wpfm-template-1 .wpfm-position-right ul li a:hover,
.wpfm-template-1 .wpfm-position-top-right ul li a:hover,
.wpfm-template-1 .wpfm-position-bottom-right ul li a:hover {
    right: 0;
    padding-right: 45px;
}
.wpfm-template-1 .wpfm-position-right ul li.wpfm-title-hidden a:hover,
.wpfm-template-1 .wpfm-position-top-right ul li.wpfm-title-hidden a:hover,
.wpfm-template-1 .wpfm-position-bottom-right ul li.wpfm-title-hidden a:hover {
    right: -100%;
}
.wpfm-template-1 .wpfm-position-left ul li.wpfm-title-hidden a:hover,
.wpfm-template-1 .wpfm-position-top-left ul li.wpfm-title-hidden a:hover,
.wpfm-template-1 .wpfm-position-bottom-left ul li.wpfm-title-hidden a:hover {
    left: -100%;
}

.wpfm-template-1 ul li a:hover .wpfm-menu-name {
    opacity: 1;
}
.wpfm-template-1 .wpfm-position-left ul li a:hover .wpfm-menu-name,
.wpfm-template-1 .wpfm-position-top-left ul li a:hover .wpfm-menu-name,
.wpfm-template-1 .wpfm-position-bottom-left ul li a:hover .wpfm-menu-name {
    left: 0;
}
.wpfm-template-1 .wpfm-position-right ul li a:hover .wpfm-menu-name,
.wpfm-template-1 .wpfm-position-top-right ul li a:hover .wpfm-menu-name,
.wpfm-template-1 .wpfm-position-bottom-right ul li a:hover .wpfm-menu-name {
    right: 0;
}
.wpfm-template-1 .wpfm-position-left ul li a:hover .wpfm-icon-block ,
.wpfm-template-1 .wpfm-position-top-left ul li a:hover .wpfm-icon-block ,
.wpfm-template-1 .wpfm-position-bottom-left ul li a:hover .wpfm-icon-block {
    right: auto;
    left: 0;
    background:#ff6e01;
}
.wpfm-template-1 .wpfm-position-left ul li.wpfm-title-hidden a:hover .wpfm-icon-block ,
.wpfm-template-1 .wpfm-position-top-left ul li.wpfm-title-hidden a:hover .wpfm-icon-block ,
.wpfm-template-1 .wpfm-position-bottom-left ul li.wpfm-title-hidden a:hover .wpfm-icon-block {
    right:0;
    left: auto;
    background:#ff6e01;
}
.wpfm-template-1 .wpfm-position-right ul li a:hover .wpfm-icon-block ,
.wpfm-template-1 .wpfm-position-top-right ul li a:hover .wpfm-icon-block,
.wpfm-template-1 .wpfm-position-bottom-right ul li a:hover .wpfm-icon-block  {
    left: auto;
    right: 0;
    background:#ff6e01;
}
.wpfm-template-1 .wpfm-position-right ul li.wpfm-title-hidden a:hover .wpfm-icon-block ,
.wpfm-template-1 .wpfm-position-top-right ul li.wpfm-title-hidden a:hover .wpfm-icon-block,
.wpfm-template-1 .wpfm-position-bottom-right ul li.wpfm-title-hidden a:hover .wpfm-icon-block{
	left: 0;
    right:auto;
}
.wpfm-template-1 ul li a.wpfm-active-nav,
.wpfm-template-1 ul li a.wpfm-active-nav .wpfm-icon-block,
.wpfm-template-1 .wpfm-position-left ul li a.wpfm-active-nav:hover .wpfm-icon-block ,
.wpfm-template-1 .wpfm-position-top-left ul li a.wpfm-active-nav:hover .wpfm-icon-block ,
.wpfm-template-1 .wpfm-position-bottom-left ul li a.wpfm-active-nav:hover .wpfm-icon-block,
.wpfm-template-1 .wpfm-position-right ul li a.wpfm-active-nav:hover .wpfm-icon-block ,
.wpfm-template-1 .wpfm-position-top-right ul li a.wpfm-active-nav:hover .wpfm-icon-block,
.wpfm-template-1 .wpfm-position-bottom-right ul li a.wpfm-active-nav:hover .wpfm-icon-block,
.wpfm-template-1 .wpfm-position-left ul li.wpfm-title-hidden a.wpfm-active-nav:hover .wpfm-icon-block ,
.wpfm-template-1 .wpfm-position-top-left ul li.wpfm-title-hidden a.wpfm-active-nav:hover .wpfm-icon-block ,
.wpfm-template-1 .wpfm-position-bottom-left ul li.wpfm-title-hidden a.wpfm-active-nav:hover .wpfm-icon-block{
	background:#b44d00;
}
/*---------------------------------
Template 1 css end
-----------------------------------*/
/*---------------------------------
Template 2 css start
----------------------------------*/
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-right ul,
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-top-right ul,
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-bottom-right ul {
    right: 0;
}
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-left ul,
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-top-left ul,
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-bottom-left ul {
    left: 0;
}
.wpfm-template-2 .wpfm-menu-nav ul li a{
    position: relative;
    display: block;
}
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-right ul li a ,
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-top-right ul li a ,
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-bottom-right ul li a {
    background: #d85f5f;
    display: inline-block;
    height: 40px;
    position: relative;
    text-align: left;
    width: 100%;
    right: -100%;
    padding-left: 45px;
    transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-left ul li a,
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-top-left ul li  a,
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-bottom-left ul li a {
    background: #d85f5f;
    display: inline-block;
    margin-bottom: 2px;
    height:40px;
    position: relative;
    text-align: right;
    width: 100%;
    left: -100%;
    padding-right: 45px;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
}
.wpfm-template-2 .wpfm-menu-nav ul li a.wpfm-active-nav{
	background:#a60112;
}
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-left ul li a:hover ,
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-top-left ul li a:hover ,
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-bottom-left ul li a:hover {
    left: 0;
    margin-left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
}
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-right ul li a:hover,
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-top-right ul li a:hover,
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-bottom-right ul li a:hover {
    right: 0;
    margin-right: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
}
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-right ul li.wpfm-title-hidden a:hover,
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-top-right ul li.wpfm-title-hidden a:hover,
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-bottom-right ul li.wpfm-title-hidden a:hover{
	right: -100%;
    margin-right: 0;
    transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
}
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-left ul li.wpfm-title-hidden a:hover,
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-top-left ul li.wpfm-title-hidden a:hover,
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-bottom-left ul li.wpfm-title-hidden a:hover{
	left: -100%;
    margin-left: 0;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -o-transform: translateX(40px);
    -ms-transform: translateX(40px);
}
.wpfm-template-2 .wpfm-menu-nav ul li a span {
    display: inline-block;
    line-height:40px;
    color: #fff;
    text-transform: uppercase;
    font-size:12px;
    font-weight: 400;
}
.wpfm-template-2 .wpfm-menu-nav ul li a span.wpfm-menu-name {
    padding: 0 10px;
}
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-right ul > li > a span.wpfm-icon-block,
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-top-right ul > li > a span.wpfm-icon-block,
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-bottom-right ul > li > a span.wpfm-icon-block {
    width:40px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-left ul > li > a span.wpfm-icon-block,
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-top-left ul > li > a span.wpfm-icon-block,
.wpfm-template-2 .wpfm-menu-nav.wpfm-position-bottom-left ul > li > a span.wpfm-icon-block {
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    text-align:center;
}
.wpfm-template-2 .wpfm-menu-nav ul li a span i {
    width:100%;
    height: auto;
    line-height: 40px;
    font-size:20px;
    text-align: center;
}
/*---------------------------------
Template 2 css end
-----------------------------------*/
/*--------------------
Template 3 css start
--------------------*/
.wpfm-template-3 .wpfm-menu-nav ul li a span {
    display: inline-block;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    height:40px;
}
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-right ul ,
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-top-right ul,
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-bottom-right ul{
    right: 0;
}
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-left ul ,
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-top-left ul ,
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-bottom-left ul {
    left: 0;
}
.wpfm-template-3 .wpfm-menu-nav ul li {
    position: relative;
    display: block;
}
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-right ul li > a ,
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-top-right ul li > a ,
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-bottom-right ul li > a {
    display: inline-block;
    margin-bottom: 2px;
    height: 40px;
    position: relative;
    text-align:left;
    width: 100%;
    right: -100%;
    transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    border-radius: 25px;
    padding: 0 20px 0 55px;
}
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-left ul li a ,
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-top-left ul li a,
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-bottom-left ul li a{
    display:block;
    margin-bottom: 2px;
    height:40px;
    position: relative;
    text-align: left;
    width: 100%;
    left: -100%;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transition: all 0.5s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    border-radius: 25px;
    padding: 0 55px 0 20px;
}
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-right ul li a:hover,
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-top-right ul li a:hover,
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-bottom-right ul li a:hover {
    right: 0;
    margin-right: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    background: #edc211;
}
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-right ul li.wpfm-title-hidden > a:hover ,
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-top-right ul li.wpfm-title-hidden > a:hover ,
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-bottom-right ul li.wpfm-title-hidden > a:hover {
	right: -100%;
    transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
}
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-left ul li a:hover ,
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-top-left ul li a:hover,
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-bottom-left ul li a:hover {
    left: 0;
    margin-left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    background: #edc211;
}
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-left ul li.wpfm-title-hidden > a:hover ,
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-top-left ul li.wpfm-title-hidden > a:hover ,
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-bottom-left ul li.wpfm-title-hidden > a:hover {
	left :-100%;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
}
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-right ul > li > a span.wpfm-icon-block ,
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-top-right ul > li > a span.wpfm-icon-block ,
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-bottom-right ul > li > a span.wpfm-icon-block {
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: #edc211;
}

.wpfm-template-3 .wpfm-menu-nav.wpfm-position-left ul > li > a span.wpfm-icon-block,
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-top-left ul > li > a span.wpfm-icon-block,
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-bottom-left ul > li > a span.wpfm-icon-block {
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    background: #edc211;
}
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-left ul > li > a.wpfm-active-nav span.wpfm-icon-block, 
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-top-left ul > li > a.wpfm-active-nav span.wpfm-icon-block, 
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-bottom-left ul > li > a.wpfm-active-nav span.wpfm-icon-block,
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-right ul > li > a.wpfm-active-nav span.wpfm-icon-block, 
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-top-right ul > li > a.wpfm-active-nav span.wpfm-icon-block, 
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-bottom-right ul > li > a.wpfm-active-nav span.wpfm-icon-block,
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-left ul li a.wpfm-active-nav:hover, 
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-top-left ul li a.wpfm-active-nav:hover, 
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-bottom-left ul li a.wpfm-active-nav:hover,
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-right ul li a.wpfm-active-nav:hover, 
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-top-right ul li a.wpfm-active-nav:hover, 
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-bottom-right ul li a.wpfm-active-nav:hover{
	background:#d05e5e;
}
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-left ul li a span.wpfm-menu-name,
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-top-left ul li a span.wpfm-menu-name,
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-bottom-left ul li a span.wpfm-menu-name {
    text-align: right;
}
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-right ul li a span.wpfm-menu-name,
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-top-right ul li a span.wpfm-menu-name,
.wpfm-template-3 .wpfm-menu-nav.wpfm-position-bottom-right ul li a span.wpfm-menu-name {
    text-align: left;
}
.wpfm-template-3 .wpfm-menu-nav ul li a span i {
    width: 100%;
    height: auto;
    line-height: 40px;
    font-size:20px;
    text-align: center;
}
/*template 3 end*/
/*template 4 start*/
.wpfm-template-4 ul li {
    display: block;
    margin-bottom: 2px;
}
.wpfm-template-4 ul li a {
    position: relative;
    display: inline-block;
    height: 40px;
    z-index:99;
    -webkit-transition:none;
    transition:none;
}
.wpfm-template-4 .wpfm-position-left ul li a,
.wpfm-template-4 .wpfm-position-top-left ul li a,
.wpfm-template-4 .wpfm-position-bottom-left ul li a {
    left: -100%;
    transform: translateX(40px) translateZ(0);
    -webkit-transform: translateX(40px) translateZ(0);
    -moz-transform: translateX(40px) translateZ(0);
    -ms-transform: translateX(40px) translateZ(0);
    -o-transform: translateX(40px) translateZ(0);
    width: 100%;
}
.wpfm-template-4 .wpfm-position-right ul li a ,
.wpfm-template-4 .wpfm-position-top-right ul li a ,
.wpfm-template-4 .wpfm-position-bottom-right ul li a {
    right: -100%;
    transform: translateX(-40px) translateZ(0);
    -webkit-transform: translateX(-40px) translateZ(0);
    -moz-transform: translateX(-40px) translateZ(0);
    -ms-transform: translateX(-40px) translateZ(0);
    -o-transform: translateX(-40px) translateZ(0);
    width: 100%;
}
.wpfm-template-4 ul li .wpfm-menu-name {
    position: relative;
    opacity: 0;
    z-index: 1;
    line-height: 40px;
    color: #222;
    font-weight: 400;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color=#777777)";
    text-shadow: 0 0 1px #777777;
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#777777);
    z-index:9;
}
.wpfm-template-4 .wpfm-position-left ul li .wpfm-menu-name,
.wpfm-template-4 .wpfm-position-top-left ul li .wpfm-menu-name,
.wpfm-template-4 .wpfm-position-bottom-left ul li .wpfm-menu-name {
    left:0px;
    transition: left 0.5s ease ,opacity 0.5s ease;
    -webkit-transition: left 0.5s ease ,opacity 0.5s ease;
    -moz-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    -ms-transition: left 0.5s ease;
}
.wpfm-template-4 .wpfm-position-right ul li .wpfm-menu-name,
.wpfm-template-4 .wpfm-position-top-right ul li .wpfm-menu-name,
.wpfm-template-4 .wpfm-position-bottom-right ul li .wpfm-menu-name {
    right:0px;
    transition: right 0.5s ease;
    -webkit-transition: right 0.5s ease, opacity 0.5s ease;
    -moz-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    -ms-transition: right 0.5s ease;
}
.wpfm-template-4 ul li .wpfm-icon-block {
    position: absolute;
    top: 0;
    width: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    text-align: center;
    z-index: 2;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    color: #fff;
    height:40px;
    z-index:99;
}
.wpfm-template-4 .wpfm-position-left ul li .wpfm-icon-block ,
.wpfm-template-4 .wpfm-position-top-left ul li .wpfm-icon-block,
.wpfm-template-4 .wpfm-position-bottom-left ul li .wpfm-icon-block{
    right: 0;
}
.wpfm-template-4 .wpfm-position-right ul li .wpfm-icon-block,
.wpfm-template-4 .wpfm-position-top-right ul li .wpfm-icon-block,
.wpfm-template-4 .wpfm-position-bottom-right ul li .wpfm-icon-block {

    left: 0;
}
.wpfm-template-4 ul li .wpfm-icon-block i {
    line-height: 40px;
    width: 100%;
    font-size:20px;
}
.wpfm-template-4 ul li a:hover {
    transform: translateX(0px) translateZ(0);
    -webkit-transform: translateX(0px) translateZ(0);
    -moz-transform: translateX(0px) translateZ(0);
    -ms-transform: translateX(0px) translateZ(0);
    -o-transform: translateX(0px) translateZ(0);
}
.wpfm-template-4 .wpfm-position-left ul li a:hover ,
.wpfm-template-4 .wpfm-position-top-left ul li a:hover ,
.wpfm-template-4 .wpfm-position-bottom-left ul li a:hover {
    left: 0;
    padding-left: 45px;
}
.wpfm-template-4 .wpfm-position-right ul li a:hover,
.wpfm-template-4 .wpfm-position-top-right ul li a:hover,
.wpfm-template-4 .wpfm-position-bottom-right ul li a:hover {
    right: 0;
    padding-right: 45px;
}
.wpfm-template-4 ul li a:hover .wpfm-menu-name {
    opacity: 1;
}
.wpfm-template-4 .wpfm-position-left ul li a:hover .wpfm-menu-name,
.wpfm-template-4 .wpfm-position-top-left ul li a:hover .wpfm-menu-name,
.wpfm-template-4 .wpfm-position-bottom-left ul li a:hover .wpfm-menu-name {
    left: 7px;
}
.wpfm-template-4 .wpfm-position-right ul li a:hover .wpfm-menu-name,
.wpfm-template-4 .wpfm-position-top-right ul li a:hover .wpfm-menu-name,
.wpfm-template-4 .wpfm-position-bottom-right ul li a:hover .wpfm-menu-name {
    right:7px;
}
.wpfm-template-4 .wpfm-position-left ul li a:hover .wpfm-icon-block ,
.wpfm-template-4 .wpfm-position-top-left ul li a:hover .wpfm-icon-block ,
.wpfm-template-4 .wpfm-position-bottom-left ul li a:hover .wpfm-icon-block {
    right: auto;
    left: 0;
}
.wpfm-template-4 .wpfm-position-right ul li a:hover .wpfm-icon-block ,
.wpfm-template-4 .wpfm-position-top-right ul li a:hover .wpfm-icon-block,
.wpfm-template-4 .wpfm-position-bottom-right ul li a:hover .wpfm-icon-block  {
    left: auto;
    right: 0;
}
.wpfm-template-4 .wpfm-position-left ul li a:hover .wpfm-icon-block ,
.wpfm-template-4 .wpfm-position-top-left ul li a:hover .wpfm-icon-block ,
.wpfm-template-4 .wpfm-position-bottom-left ul li a:hover .wpfm-icon-block,
.wpfm-template-4 .wpfm-position-right ul li a:hover .wpfm-icon-block ,
.wpfm-template-4 .wpfm-position-top-right ul li a:hover .wpfm-icon-block,
.wpfm-template-4 .wpfm-position-bottom-right ul li a:hover .wpfm-icon-block,

.wpfm-template-4 .wpfm-position-left ul li a.wpfm-active-nav  .wpfm-icon-block ,
.wpfm-template-4 .wpfm-position-top-left ul li .wpfm-active-nav .wpfm-icon-block ,
.wpfm-template-4 .wpfm-position-bottom-left ul li a.wpfm-active-nav  .wpfm-icon-block,
.wpfm-template-4 .wpfm-position-right ul li a.wpfm-active-nav  .wpfm-icon-block ,
.wpfm-template-4 .wpfm-position-top-right ul li a.wpfm-active-nav  .wpfm-icon-block,
.wpfm-template-4 .wpfm-position-bottom-right ul li a.wpfm-active-nav  .wpfm-icon-block{
	 background: rgba(0, 0, 0, 1);
} 
/*template 4 end*/
/*template 1 to 4 start*/
.wpfm-template-1 ul li, 
.wpfm-template-2 ul li, 
.wpfm-template-3 ul li ,
.wpfm-template-4 ul li {
    margin-bottom: 2px;
    height: 40px;
    outline:0;
    position:relative;
}
.wpfm-template-1 ul li a, 
.wpfm-template-2 ul li a, 
.wpfm-template-3 ul li a,
.wpfm-template-4 ul li a{
	z-index:9999;
	width:55px;
}
.wpfm-template-4 .wpfm-menu-nav ul li >a >span.wpfm-menu-name{
	font-size:0;
	backface-visibility:hidden;
}
.wpfm-template-2 .wpfm-menu-nav ul li >a >span.wpfm-menu-name,
.wpfm-template-3 .wpfm-menu-nav ul li >a >span.wpfm-menu-name{
    font-size:12px;
    visibility:hidden;
    opacity:0;
}
.wpfm-template-2 .wpfm-menu-nav ul li >a:hover >span.wpfm-menu-name,
.wpfm-template-3 .wpfm-menu-nav ul li >a:hover >span.wpfm-menu-name{
    visibility:visible;
    opacity:1;
}
.wpfm-template-4 .wpfm-menu-nav ul li >a:hover >span.wpfm-menu-name{
    font-size:12px;
}
.wpfm-template-1 ul li > .wpfm-tootltip-title,
.wpfm-template-2 ul li > .wpfm-tootltip-title,
.wpfm-template-3 ul li > .wpfm-tootltip-title ,
.wpfm-template-4 ul li > .wpfm-tootltip-title {
    position: absolute;
    width:auto;
    opacity:0;
    white-space:nowrap;
    color:#eee;
    background:#222;
    top:50%;
    font-size:10px;
    font-style:italic;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    padding:5px 10px 5px 20px;
    border-radius:3px;
    line-height:1;
}
.wpfm-template-1 ul li > .wpfm-tootltip-title:before,
.wpfm-template-2 ul li > .wpfm-tootltip-title:before,
.wpfm-template-3 ul li > .wpfm-tootltip-title:before ,
.wpfm-template-4 ul li > .wpfm-tootltip-title:before{
	content: "\f129";
	position:absolute;
	font-family:FontAwesome;
	left:7px;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.wpfm-template-1 ul li > .wpfm-tootltip-title:after,
.wpfm-template-2 ul li > .wpfm-tootltip-title:after,
.wpfm-template-3 ul li > .wpfm-tootltip-title:after,
.wpfm-template-4 ul li > .wpfm-tootltip-title:after{
	width: 0;
	height: 0;
	border-style: solid;
	content:'';
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.wpfm-template-1 .wpfm-position-left ul li > .wpfm-tootltip-title:after,
.wpfm-template-1 .wpfm-position-top-left ul li > .wpfm-tootltip-title:after,
.wpfm-template-1 .wpfm-position-bottom-left ul li > .wpfm-tootltip-title:after,
.wpfm-template-2 .wpfm-position-left ul li > .wpfm-tootltip-title:after,
.wpfm-template-2 .wpfm-position-top-left ul li > .wpfm-tootltip-title:after,
.wpfm-template-2 .wpfm-position-bottom-left ul li > .wpfm-tootltip-title:after,
.wpfm-template-3 .wpfm-position-left ul li > .wpfm-tootltip-title:after,
.wpfm-template-3 .wpfm-position-top-left ul li > .wpfm-tootltip-title:after,
.wpfm-template-3 .wpfm-position-bottom-left ul li > .wpfm-tootltip-title:after,
.wpfm-template-4 .wpfm-position-left ul li > .wpfm-tootltip-title:after,
.wpfm-template-4 .wpfm-position-top-left ul li > .wpfm-tootltip-title:after,
.wpfm-template-4 .wpfm-position-bottom-left ul li > .wpfm-tootltip-title:after{
	border-width: 5.5px 7px 5.5px 0;
	border-color: transparent #222 transparent transparent;
	left:-6px;
}
.wpfm-template-1 .wpfm-position-right ul li > .wpfm-tootltip-title:after,
.wpfm-template-1 .wpfm-position-top-right ul li > .wpfm-tootltip-title:after,
.wpfm-template-1 .wpfm-position-bottom-right ul li > .wpfm-tootltip-title:after,
.wpfm-template-2 .wpfm-position-right ul li > .wpfm-tootltip-title:after,
.wpfm-template-2 .wpfm-position-top-right ul li > .wpfm-tootltip-title:after,
.wpfm-template-2 .wpfm-position-bottom-right ul li > .wpfm-tootltip-title:after,
.wpfm-template-3 .wpfm-position-right ul li > .wpfm-tootltip-title:after,
.wpfm-template-3 .wpfm-position-top-right ul li > .wpfm-tootltip-title:after,
.wpfm-template-3 .wpfm-position-bottom-right ul li > .wpfm-tootltip-title:after,
.wpfm-template-4 .wpfm-position-right ul li > .wpfm-tootltip-title:after,
.wpfm-template-4 .wpfm-position-top-right ul li > .wpfm-tootltip-title:after,
.wpfm-template-4 .wpfm-position-bottom-right ul li > .wpfm-tootltip-title:after{
	border-width: 5.5px 0 5.5px 7px;
	border-color: transparent transparent transparent #222;
	right:-6px;
}
.wpfm-template-1 .wpfm-position-left ul li > .wpfm-tootltip-title,
.wpfm-template-1 .wpfm-position-top-left ul li > .wpfm-tootltip-title,
.wpfm-template-1 .wpfm-position-bottom-left ul li > .wpfm-tootltip-title,
.wpfm-template-2 .wpfm-position-left ul li > .wpfm-tootltip-title,
.wpfm-template-2 .wpfm-position-top-left ul li > .wpfm-tootltip-title,
.wpfm-template-2 .wpfm-position-bottom-left ul li > .wpfm-tootltip-title,
.wpfm-template-3 .wpfm-position-left ul li > .wpfm-tootltip-title,
.wpfm-template-3 .wpfm-position-top-left ul li > .wpfm-tootltip-title,
.wpfm-template-3 .wpfm-position-bottom-left ul li > .wpfm-tootltip-title,
.wpfm-template-4 .wpfm-position-left ul li > .wpfm-tootltip-title,
.wpfm-template-4 .wpfm-position-top-left ul li > .wpfm-tootltip-title,
.wpfm-template-4 .wpfm-position-bottom-left ul li > .wpfm-tootltip-title
{	
	left:60px;
	-webkit-transition:left 0.6s ease-in-out, opacity 0.5s ease-in-out;
    transition:left 0.6s ease-in-out , opacity 0.5s ease-in-out;
}
.wpfm-template-1 .wpfm-position-right ul li > .wpfm-tootltip-title,
.wpfm-template-1 .wpfm-position-top-right ul li > .wpfm-tootltip-title,
.wpfm-template-1 .wpfm-position-bottom-right ul li > .wpfm-tootltip-title,
.wpfm-template-2 .wpfm-position-right ul li > .wpfm-tootltip-title,
.wpfm-template-2 .wpfm-position-top-right ul li > .wpfm-tootltip-title,
.wpfm-template-2 .wpfm-position-bottom-right ul li > .wpfm-tootltip-title,
.wpfm-template-3 .wpfm-position-right ul li > .wpfm-tootltip-title,
.wpfm-template-3 .wpfm-position-top-right ul li > .wpfm-tootltip-title,
.wpfm-template-3 .wpfm-position-bottom-right ul li > .wpfm-tootltip-title,
.wpfm-template-4 .wpfm-position-right ul li > .wpfm-tootltip-title,
.wpfm-template-4 .wpfm-position-top-right ul li > .wpfm-tootltip-title,
.wpfm-template-4 .wpfm-position-bottom-right ul li > .wpfm-tootltip-title{
	right:60px;
	-webkit-transition: right 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: right 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.wpfm-template-1 .wpfm-position-right ul li.wpfm-title-hidden > a:hover  + .wpfm-tootltip-title,
.wpfm-template-1 .wpfm-position-top-right ul li.wpfm-title-hidden > a:hover + .wpfm-tootltip-title,
.wpfm-template-1 .wpfm-position-bottom-right ul li.wpfm-title-hidden >a:hover +  .wpfm-tootltip-title,
.wpfm-template-2 .wpfm-position-right ul li.wpfm-title-hidden > a:hover + .wpfm-tootltip-title,
.wpfm-template-2 .wpfm-position-top-right ul li.wpfm-title-hidden > a:hover + .wpfm-tootltip-title,
.wpfm-template-2 .wpfm-position-bottom-right ul li.wpfm-title-hidden > a:hover+  .wpfm-tootltip-title,
.wpfm-template-3 .wpfm-position-right ul li.wpfm-title-hidden > a:hover + .wpfm-tootltip-title,
.wpfm-template-3 .wpfm-position-top-right ul li.wpfm-title-hidden > a:hover + .wpfm-tootltip-title,
.wpfm-template-3 .wpfm-position-bottom-right ul li.wpfm-title-hidden > a:hover + .wpfm-tootltip-title,
.wpfm-template-4 .wpfm-position-right ul li.wpfm-title-hidden >a:hover  + .wpfm-tootltip-title,
.wpfm-template-4 .wpfm-position-top-right ul li.wpfm-title-hidden > a:hover + .wpfm-tootltip-title,
.wpfm-template-4 .wpfm-position-bottom-right ul li.wpfm-title-hidden >a:hover +  .wpfm-tootltip-title{
		right:47px;
		margin-right:0px;
}
.wpfm-template-1 .wpfm-position-left ul li.wpfm-title-hidden > a:hover +  .wpfm-tootltip-title,
.wpfm-template-1 .wpfm-position-top-left ul li.wpfm-title-hidden > a:hover + .wpfm-tootltip-title,
.wpfm-template-1 .wpfm-position-bottom-left ul li.wpfm-title-hidden >a:hover +  .wpfm-tootltip-title,
.wpfm-template-2 .wpfm-position-left ul li.wpfm-title-hidden > a:hover + .wpfm-tootltip-title,
.wpfm-template-2 .wpfm-position-top-left ul li.wpfm-title-hidden > a:hover + .wpfm-tootltip-title,
.wpfm-template-2 .wpfm-position-bottom-left ul li.wpfm-title-hidden > a:hover+  .wpfm-tootltip-title,
.wpfm-template-3 .wpfm-position-left ul li.wpfm-title-hidden > a:hover+  .wpfm-tootltip-title,
.wpfm-template-3 .wpfm-position-top-left ul li.wpfm-title-hidden > a:hover + .wpfm-tootltip-title,
.wpfm-template-3 .wpfm-position-bottom-left ul li.wpfm-title-hidden > a:hover + .wpfm-tootltip-title,
.wpfm-template-4 .wpfm-position-left ul li.wpfm-title-hidden >a:hover +  .wpfm-tootltip-title,
.wpfm-template-4 .wpfm-position-top-left ul li.wpfm-title-hidden > a:hover+  .wpfm-tootltip-title,
.wpfm-template-4 .wpfm-position-bottom-left ul li.wpfm-title-hidden >a:hover +  .wpfm-tootltip-title{
		left:47px;
		margin-left:0px;
}

.wpfm-template-1  ul li a:hover +  .wpfm-tootltip-title,
.wpfm-template-2  ul li a:hover + .wpfm-tootltip-title,
.wpfm-template-3  ul li a:hover + .wpfm-tootltip-title,
.wpfm-template-4  ul li  a:hover + .wpfm-tootltip-title{
	opacity:1;
}
.wpfm-template-1 .wpfm-position-left ul li a:hover + .wpfm-tootltip-title,
.wpfm-template-1 .wpfm-position-top-left ul li a:hover + .wpfm-tootltip-title,
.wpfm-template-1 .wpfm-position-bottom-left ul li a:hover + .wpfm-tootltip-title,
.wpfm-template-2 .wpfm-position-left ul li a:hover + .wpfm-tootltip-title,
.wpfm-template-2 .wpfm-position-top-left ul li a:hover + .wpfm-tootltip-title,
.wpfm-template-2 .wpfm-position-bottom-left ul li a:hover + .wpfm-tootltip-title,
.wpfm-template-3 .wpfm-position-left ul li a:hover + .wpfm-tootltip-title,
.wpfm-template-3 .wpfm-position-top-left ul li  a:hover + .wpfm-tootltip-title,
.wpfm-template-3 .wpfm-position-bottom-left ul li a:hover + .wpfm-tootltip-title{
	left:104%;
}
.wpfm-template-1 .wpfm-position-right ul li a:hover + .wpfm-tootltip-title,
.wpfm-template-1 .wpfm-position-top-right ul li a:hover + .wpfm-tootltip-title,
.wpfm-template-1 .wpfm-position-bottom-right ul li a:hover + .wpfm-tootltip-title,
.wpfm-template-2 .wpfm-position-right ul li a:hover + .wpfm-tootltip-title,
.wpfm-template-2 .wpfm-position-top-right ul li a:hover + .wpfm-tootltip-title,
.wpfm-template-2 .wpfm-position-bottom-right ul li a:hover + .wpfm-tootltip-title,
.wpfm-template-3 .wpfm-position-right ul li a:hover + .wpfm-tootltip-title,
.wpfm-template-3 .wpfm-position-top-right ul li a:hover + .wpfm-tootltip-title,
.wpfm-template-3 .wpfm-position-bottom-right ul li a:hover + .wpfm-tootltip-title{
	right:104%;
}
.wpfm-template-4 .wpfm-position-left ul li a:hover + .wpfm-tootltip-title,
.wpfm-template-4 .wpfm-position-top-left ul li a:hover + .wpfm-tootltip-title,
.wpfm-template-4 .wpfm-position-bottom-left ul li a:hover + .wpfm-tootltip-title{
	left:110%;
}
.wpfm-template-4 .wpfm-position-right ul li a:hover + .wpfm-tootltip-title,
.wpfm-template-4 .wpfm-position-top-right ul li a:hover + .wpfm-tootltip-title,
.wpfm-template-4 .wpfm-position-bottom-right ul li a:hover + .wpfm-tootltip-title{
	right:110%;
}
/*template 1 to 4 end*/
/*template 5 start*/
.wpfm-template-5 .wpfm-menu-nav {
    position: fixed;
    z-index: 2;
}
.wpfm-template-5 .wpfm-position-bottom-right,
.wpfm-template-5 .wpfm-position-bottom-left{
	bottom:5%;
}
.wpfm-template-5 .wpfm-position-top-right,
.wpfm-template-5 .wpfm-position-top-left{
	top:5%;
	padding-top:70px;
}
.wpfm-template-5 .wpfm-position-top-right ul,
.wpfm-template-5 .wpfm-position-top-left ul{
	padding-top:48px;
	padding-bottom: 3px;
}

.wpfm-template-5 .wpfm-position-right,
.wpfm-template-5 .wpfm-position-left{
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.wpfm-template-5 .wpfm-position-right,
.wpfm-template-5 .wpfm-position-top-right,
.wpfm-template-5 .wpfm-position-bottom-right {
    right: 10px;
}
.wpfm-template-5 .wpfm-position-left,
.wpfm-template-5 .wpfm-position-top-left ,
.wpfm-template-5 .wpfm-position-bottom-left  {
    left: 10px;
}
.wpfm-template-5 .wpfm-nav-strech-trigger,
.wpfm-template-5 .wpfm-nav-close-trigger {
    position: relative;
    display: block;
    text-align: center;
    outline:0;
}
.wpfm-template-5 .wpfm-position-top-right .wpfm-nav-strech-trigger,
.wpfm-template-5 .wpfm-position-top-left .wpfm-nav-strech-trigger{
	position:absolute;
	top:0;
}
.wpfm-template-5 .wpfm-position-top-right .wpfm-nav-strech-trigger{
	right:0;
}
.wpfm-template-5 .wpfm-position-top-left .wpfm-nav-strech-trigger{
	left:0;
}
.wpfm-template-5 .wpfm-position-top-right .wpfm-nav-close-trigger,
.wpfm-template-5 .wpfm-position-top-left .wpfm-nav-close-trigger{
	position:absolute;
	top:10px;
	right:0;
	left:0;
}
.wpfm-template-5 .wpfm-nav-strech-trigger span {
    display: block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background:#222;
    font-size:20px;
    color: #fff;
}
.wpfm-template-5 .wpfm-nav-strech-trigger span i{
	line-height:55px;
}
.wpfm-template-5 .wpfm-menu-nav ul li{
	margin-bottom:10px;
}
.wpfm-template-5 .wpfm-menu-nav ul li,
.wpfm-template-5 .wpfm-menu-nav ul li a,
.wpfm-template-5 .wpfm-menu-nav ul li a span.wpfm-icon-block {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.wpfm-template-5 .wpfm-menu-nav ul li a span.wpfm-icon-block i,
.wpfm-template-5 .wpfm-nav-close-trigger span {
    font-size:20px;
    width: 100%;
    line-height: 1;
    color: #fff;
}
.wpfm-template-5 .wpfm-menu-nav ul li a span.wpfm-menu-name {
     overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    line-height: 1;
    padding: 0;
}
.wpfm-template-5 .wpfm-menu-nav ul li a:hover span.wpfm-icon-block i,
.wpfm-template-5 .wpfm-menu-nav ul li a:hover span.wpfm-menu-name,
.wpfm-template-5 .wpfm-menu-nav ul li a.wpfm-active-nav span.wpfm-icon-block i,
.wpfm-template-5 .wpfm-menu-nav ul li a.wpfm-active-nav span.wpfm-menu-name{
	color: #c13f20;;
}
.wpfm-template-5 .wpfm-menu-nav ul li a {
    color: #fff;
    text-align: center;
    position: relative;
    line-height:1;
    z-index:9;
}
.wpfm-template-5 ul {
    width:55px;
    background:#222;
    position: relative;
    border-radius: 30px;
    padding: 15px 5px 10px;
    margin-bottom:10px;
}
.wpfm-template-5 .wpfm-menu-nav ul li{
	position:relative;
}
.wpfm-template-5 .wpfm-menu-nav ul li > span.wpfm-tootltip-title {
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	position:absolute;
	font-size:10px;
	background:#222;
	color:#fff;
	border-radius:5px;
	padding: 5px 10px 5px 20px;
	white-space:nowrap;
	opacity:0;
	-webkit-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	line-height:1;
}
.wpfm-template-5 .wpfm-menu-nav ul li  span.wpfm-tootltip-title:after{
	position:absolute;
	content:"\f129";
	font-family:FontAwesome;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	left:8px;
	font-family:10px;
	color:#eee;
}
.wpfm-template-5 .wpfm-menu-nav ul li  span.wpfm-tootltip-title:before{
	position:absolute;
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.wpfm-template-5 .wpfm-position-left ul li  span.wpfm-tootltip-title:before,
.wpfm-template-5 .wpfm-position-top-left ul li  span.wpfm-tootltip-title:before,
.wpfm-template-5 .wpfm-menu-nav.wpfm-position-bottom-left ul li  span.wpfm-tootltip-title:before{
	border-width: 4px 6px 4px 0;
	border-color: transparent #222 transparent transparent;
	left:-5px;
}
.wpfm-template-5 .wpfm-position-right ul li  span.wpfm-tootltip-title:before,
.wpfm-template-5 .wpfm-position-top-right ul li  span.wpfm-tootltip-title:before,
.wpfm-template-5 .wpfm-menu-nav.wpfm-position-bottom-right ul li  span.wpfm-tootltip-title:before{
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #222;
	right:-5px;
}
.wpfm-template-5 .wpfm-position-right ul li  span.wpfm-tootltip-title,
.wpfm-template-5 .wpfm-position-top-right ul li  span.wpfm-tootltip-title,
.wpfm-template-5 .wpfm-menu-nav.wpfm-position-bottom-right ul li  span.wpfm-tootltip-title{
 	right:62px;
 	-webkit-transition:all 0.25s linear;
 	transition:all 0.25s linear;
 	backface-visibility:hidden;
}
.wpfm-template-5 .wpfm-position-right ul li a:hover + span.wpfm-tootltip-title,
.wpfm-template-5 .wpfm-position-top-right ul li a:hover + span.wpfm-tootltip-title,
.wpfm-template-5 .wpfm-menu-nav.wpfm-position-bottom-right ul li  a:hover + span.wpfm-tootltip-title{
	right:57px;
	opacity:1;
}
.wpfm-template-5 .wpfm-position-left ul li  span.wpfm-tootltip-title,
.wpfm-template-5 .wpfm-position-top-left ul li  span.wpfm-tootltip-title,
.wpfm-template-5 .wpfm-position-bottom-left ul li  span.wpfm-tootltip-title {
    left:62px;
 	-webkit-transition:all 0.5s linear;
 	transition:all 0.5s linear;
 	backface-visibility:hidden;
}
.wpfm-template-5 .wpfm-position-left ul li a:hover + span.wpfm-tootltip-title,
.wpfm-template-5 .wpfm-position-top-left ul li a:hover + span.wpfm-tootltip-title,
.wpfm-template-5 .wpfm-position-bottom-left ul li a:hover + span.wpfm-tootltip-title{
	left:57px;
	opacity:1;
}
/*template 5 end*/

@font-face{font-family:dashicons;src:url(../../wp-includes/fonts/dashicons.eot)}@font-face{font-family:dashicons;src:url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),url(../../wp-includes/fonts/dashicons.ttf) format("truetype"),url(../../wp-includes/fonts/dashicons.svg#dashicons) format("svg");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{display:inline-block;width:20px;height:20px;font-size:20px;line-height:1;font-family:dashicons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;-webkit-transition:color .1s ease-in 0;transition:color .1s ease-in 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dashicons-menu:before{content:"\f333"}.dashicons-admin-site:before{content:"\f319"}.dashicons-dashboard:before{content:"\f226"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-users:before{content:"\f110"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-filter:before{content:"\f536"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-links:before,.dashicons-format-links:before{content:"\f103"}.dashicons-admin-post:before,.dashicons-format-standard:before{content:"\f109"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-video:before{content:"\f126"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-quote:before{content:"\f122"}.dashicons-welcome-edit-page:before,.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-filter:before{content:"\f533"}.dashicons-undo:before{content:"\f171"}.dashicons-redo:before{content:"\f172"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-distractionfree:before,.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-video:before{content:"\f219"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-table:before{content:"\f535"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-none:before{content:"\f138"}.dashicons-lock:before{content:"\f160"}.dashicons-unlock:before{content:"\f528"}.dashicons-calendar:before{content:"\f145"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-visibility:before{content:"\f177"}.dashicons-hidden:before{content:"\f530"}.dashicons-post-status:before{content:"\f173"}.dashicons-edit:before{content:"\f464"}.dashicons-post-trash:before,.dashicons-trash:before{content:"\f182"}.dashicons-sticky:before{content:"\f537"}.dashicons-external:before{content:"\f504"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-leftright:before{content:"\f229"}.dashicons-sort:before{content:"\f156"}.dashicons-randomize:before{content:"\f503"}.dashicons-list-view:before{content:"\f163"}.dashicons-excerpt-view:before,.dashicons-exerpt-view:before{content:"\f164"}.dashicons-grid-view:before{content:"\f509"}.dashicons-move:before{content:"\f545"}.dashicons-hammer:before{content:"\f308"}.dashicons-art:before{content:"\f309"}.dashicons-migrate:before{content:"\f310"}.dashicons-performance:before{content:"\f311"}.dashicons-universal-access:before{content:"\f483"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-tickets:before{content:"\f486"}.dashicons-nametag:before{content:"\f484"}.dashicons-clipboard:before{content:"\f481"}.dashicons-heart:before{content:"\f487"}.dashicons-megaphone:before{content:"\f488"}.dashicons-schedule:before{content:"\f489"}.dashicons-wordpress:before{content:"\f120"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-pressthis:before{content:"\f157"}.dashicons-update:before{content:"\f463"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-cart:before{content:"\f174"}.dashicons-feedback:before{content:"\f175"}.dashicons-cloud:before{content:"\f176"}.dashicons-translation:before{content:"\f326"}.dashicons-tag:before{content:"\f323"}.dashicons-category:before{content:"\f318"}.dashicons-archive:before{content:"\f480"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-text:before{content:"\f478"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-yes:before{content:"\f147"}.dashicons-no:before{content:"\f158"}.dashicons-no-alt:before{content:"\f335"}.dashicons-plus:before{content:"\f132"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-minus:before{content:"\f460"}.dashicons-dismiss:before{content:"\f153"}.dashicons-marker:before{content:"\f159"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-star-empty:before{content:"\f154"}.dashicons-flag:before{content:"\f227"}.dashicons-info:before{content:"\f348"}.dashicons-warning:before{content:"\f534"}.dashicons-share:before{content:"\f237"}.dashicons-share1:before{content:"\f237"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-twitter:before{content:"\f301"}.dashicons-rss:before{content:"\f303"}.dashicons-email:before{content:"\f465"}.dashicons-email-alt:before{content:"\f466"}.dashicons-facebook:before{content:"\f304"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-networking:before{content:"\f325"}.dashicons-googleplus:before{content:"\f462"}.dashicons-location:before{content:"\f230"}.dashicons-location-alt:before{content:"\f231"}.dashicons-camera:before{content:"\f306"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-vault:before{content:"\f178"}.dashicons-shield:before{content:"\f332"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-sos:before{content:"\f468"}.dashicons-search:before{content:"\f179"}.dashicons-slides:before{content:"\f181"}.dashicons-analytics:before{content:"\f183"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-area:before{content:"\f239"}.dashicons-groups:before{content:"\f307"}.dashicons-businessman:before{content:"\f338"}.dashicons-id:before{content:"\f336"}.dashicons-id-alt:before{content:"\f337"}.dashicons-products:before{content:"\f312"}.dashicons-awards:before{content:"\f313"}.dashicons-forms:before{content:"\f314"}.dashicons-testimonial:before{content:"\f473"}.dashicons-portfolio:before{content:"\f322"}.dashicons-book:before{content:"\f330"}.dashicons-book-alt:before{content:"\f331"}.dashicons-download:before{content:"\f316"}.dashicons-upload:before{content:"\f317"}.dashicons-backup:before{content:"\f321"}.dashicons-clock:before{content:"\f469"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-microphone:before{content:"\f482"}.dashicons-desktop:before{content:"\f472"}.dashicons-laptop:before{content:"\f547"}.dashicons-tablet:before{content:"\f471"}.dashicons-smartphone:before{content:"\f470"}.dashicons-phone:before{content:"\f525"}.dashicons-smiley:before{content:"\f328"}.dashicons-index-card:before{content:"\f510"}.dashicons-carrot:before{content:"\f511"}.dashicons-building:before{content:"\f512"}.dashicons-store:before{content:"\f513"}.dashicons-album:before{content:"\f514"}.dashicons-palmtree:before{content:"\f527"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-money:before{content:"\f526"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-layout:before{content:"\f538"}.dashicons-paperclip:before{content:"\f546"}
﻿/*-----------------------------------------------------------------------------------

	Theme Name: مولتی نیوز
	Theme URI: http://www.momizat.com
	Description: <strong>یک پوسته مجله خبری وردپرس</strong> - فارسی سازی شده توسط <a href="http://tempfa.org"><strong>تمپ‌فا</strong></a>.
	Author: Momizat Team
	Author URI: http://www.momizat.com
	Version: 2.0.2
	
	Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-	image-header, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
	
	

License:
License URI:

General comments (optional).
-----------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'Archivo Narrow';
    src: url('../../themes/multinews/fonts/ar/archivonarrow-bolditalic-webfont.eot');
    src: url('../../themes/multinews/fonts/ar/archivonarrow-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../../themes/multinews/fonts/ar/archivonarrow-bolditalic-webfont.woff2') format('woff2'),
    url('../../themes/multinews/fonts/ar/archivonarrow-bolditalic-webfont.woff') format('woff'),
    url('../../themes/multinews/fonts/ar/archivonarrow-bolditalic-webfont.ttf') format('truetype'),
    url('../../themes/multinews/fonts/ar/archivonarrow-bolditalic-webfont.svg#archivo_narrowbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;

}

@font-face {
    font-family: 'Archivo Narrow';
    src: url('../../themes/multinews/fonts/ar/archivonarrow-regular-webfont.eot');
    src: url('../../themes/multinews/fonts/ar/archivonarrow-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../../themes/multinews/fonts/ar/archivonarrow-regular-webfont.woff2') format('woff2'),
    url('../../themes/multinews/fonts/ar/archivonarrow-regular-webfont.woff') format('woff'),
    url('../../themes/multinews/fonts/ar/archivonarrow-regular-webfont.ttf') format('truetype'),
    url('../../themes/multinews/fonts/ar/archivonarrow-regular-webfont.svg#archivo_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Archivo Narrow';
    src: url('../../themes/multinews/fonts/ar/archivonarrow-italic-webfont.eot');
    src: url('../../themes/multinews/fonts/ar/archivonarrow-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../../themes/multinews/fonts/ar/archivonarrow-italic-webfont.woff2') format('woff2'),
    url('../../themes/multinews/fonts/ar/archivonarrow-italic-webfont.woff') format('woff'),
    url('../../themes/multinews/fonts/ar/archivonarrow-italic-webfont.ttf') format('truetype'),
    url('../../themes/multinews/fonts/ar/archivonarrow-italic-webfont.svg#archivo_narrowitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'Archivo Narrow';
    src: url('../../themes/multinews/fonts/ar/archivonarrow-bold-webfont.eot');
    src: url('../../themes/multinews/fonts/ar/archivonarrow-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../../themes/multinews/fonts/ar/archivonarrow-bold-webfont.woff2') format('woff2'),
    url('../../themes/multinews/fonts/ar/archivonarrow-bold-webfont.woff') format('woff'),
    url('../../themes/multinews/fonts/ar/archivonarrow-bold-webfont.ttf') format('truetype'),
    url('../../themes/multinews/fonts/ar/archivonarrow-bold-webfont.svg#archivo_narrowbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

/*Light Box*/
@media only screen and (min-width: 0) and (max-width: 670px) {
    /* prettyPhoto styling for small screens */
    .pp_pic_holder.pp_default {
        width: 100% !important;
        left: 0 !important;
        overflow: hidden;
    }

    div.pp_default .pp_content_container .pp_left {
        padding-left: 0 !important;
    }

    div.pp_default .pp_content_container .pp_right {
        padding-right: 0 !important;
    }

    .pp_content {
        width: 100% !important;
        height: auto !important;
    }

    .pp_fade {
        width: 100% !important;
        height: 100% !important;
    }

    a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top,
    .pp_bottom {
        display: none !important;
    }

    #pp_full_res img {
        width: 100% !important;
        height: auto !important;
    }

    .pp_details {
        width: 94% !important;
        padding-left: 3%;
        padding-right: 4%;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        margin-top: -2px !important;
    }

    a.pp_close {
        right: 10px !important;
        top: 10px !important;
    }
}

@media only screen and (min-width: 0) and (max-width: 1210px) {
    .mom_contet_ads {
        display: none !important;
    }
}

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    margin: 0
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
}

.site-content h1 {
    margin-bottom: 10px;
}

h2 {
    font-size: 1.5em;
}

.site-content h2 {
    margin-bottom: 10px;
}

h3 {
    font-size: 1.17em;
}

.site-content h3 {
    margin-bottom: 7px;
}

h4 {
    font-size: 1em;
}

.site-content h4 {
    margin-bottom: 7px;
}

h5 {
    font-size: .83em;
}

.site-content h5 {
    margin-bottom: 7px;
}

h6 {
    font-size: .67em;
}

.site-content h6 {
    margin-bottom: 7px;
}

.site-content header h1,
.site-content header h2,
.site-content header h3,
.site-content header h4,
.site-content header h5,
.site-content header h6 {
    margin: 0;
}

.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6 {
    color: black;
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700 !important
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

p,
pre {
    margin: 1em 0
}

iframe {
    border: 0 none;
    display: block;
    max-width: 100%;
    outline: medium none;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: '';
    content: none
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl,
menu,
ol,
ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu,
ol,
ul {
    padding: 0 0 0 40px
}

::-webkit-input-placeholder {
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

.wpb_row input {
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}

.search-form .search-field,
.login-widget input[type="text"], .login-widget input[type="password"] {
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
.search-form input.search-field.sf{ margin-bottom: 0; }
button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input {
    height: 40px;
    background: #fafafa;
    border: 1px solid #e7e7e7;
    padding: 0 10px;
    outline: 0;
    color: #c6c6c6;
    font-size: 15px
}

input[type="submit"] {
    margin-bottom: 0;
    width: auto;
}

textarea {
    background: #fafafa;
    border: 1px solid #e7e7e7;
    padding: 10px;
    outline: 0;
    font-size: 15px
}

.border-box, button, input, select, textarea {
    box-sizing: border-box;
}

/* ==========================================================================
 *                form elements
   ========================================================================== */
input,
select, textarea, .mom-select {
    background: #fafafa;
    border: 1px solid #e7e7e7;
    color: #c6c6c6;
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0;
}

input[type="cehckbox"] {
    -webkit-appearance: inherit;
}

input[type="file"] {
    height: auto;
    padding: 8px;
}

input:last-child , select:last-child, textarea:last-child, .mom-select:last-child {
    margin-bottom: 0;
}

input {
    height: 40px;
    padding: 0 8px;
}

textarea {
    width: 100%;
    padding: 10px;
}

label {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 15px;
}

select {
    padding: 9px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.mom-select {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f8f8f8;

}

.mom-select:before {
    content: '\e6d6';
    height: 100%;
    width: 34px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border: 0px solid #eaeaea;
    border-left-width: 1px;
    text-align: center;
    font-family: 'enotype';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 38px;
    color: #83868a;
    z-index: 1;
}

.mom-select select {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    padding: 9px 5px;
    margin-left: 5px;
    width: 123%;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    line-height: 18px;
    height: 18px;
}

.rtl .mom-select:before {
    right: auto;
    left: 0;
    border-left-width: 0;
    border-right-width: 1px;
}

input[type="submit"] {
    width: auto;
    margin-bottom: 0;
}

input[type="checkbox"], input[type="radio"] {
    width: auto;
    height: auto;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

input[type="radio"] {
    -webkit-appearance: radio;
}

.widget_search input {
    margin-bottom: 0;
}

.wpcf7-form input:first-child, .wpcf7-form textarea:first-child {
    margin-bottom: 10px;
    width: 100%;
}

.wpcf7-form p {
    margin-bottom: 0;
}

.alignleft {
    float: left;
}

.footer-bottom .alignleft {
    width: 50%;
}

.alignright {
    float: right
}

.footer-bottom .alignright {
    width: 50%;
}

.aligncenter {
    clear: both;
    margin: auto;
    float: none;
}

.entry-content .post-thumbnail {
    text-align: center;
    margin-bottom: 20px;
    background-color: #f9f9f9
}

.page .entry-content p,
article .entry-content p {
    margin-bottom: 20px
}

a img.aligncenter,
img.aligncenter {
    display: block;
    margin-bottom: 15px;

}

a img.alignright,
img.alignright {
    float: right;
    margin-bottom: 0.5em;
    margin-right: 0;
    margin-left: 1.5em;
    margin-top: 0;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft, img.alignleft {
    float: left;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 1.5em;
    margin-top: 0;
}

.spacer {
    clear: both;
    display: block;
    padding-top: 35px;
}

.wp-caption {
    background-color: #F8F8F8;
    border: 0 none;
    box-sizing: border-box;
    margin-bottom: 20px;
    max-width: 100%;
    outline: 1px solid #EAEAEA;
    padding: 5px 5px 10px;
    text-align: center;
}

.wp-caption img {
    margin-bottom: 10px !important;
}

.wp-caption-text {
    color: #808080;
    font-size: 15px;
    margin-bottom: 5px;
}

.gallery-caption {
    text-align: center;
}

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

.gallery .gallery-item img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.gallery-columns-4 .gallery .gallery-item img {
    width: 23.6%;
}

.gallery-columns-4 .gallery .gallery-item:last-child img {
    margin-right: 0;
}

#gallery-1 .gallery-caption {
    display: inline-block;
}

.post.sticky {
    border-color: #0083B9;
}

.bypostauthor {}

.noside {
    padding: 10px;
    text-align: center;
}

.wp-caption {}

.wp-caption-text {}

.sticky {}

.bypostauthor {}

.gallery-caption {
    text-align: center;
}

.wp-caption.alignnone {
    margin: 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

tr:nth-of-type(2n+1) {
    background: none repeat scroll 0 0 #fff;
}

.footer tr:nth-of-type(2n+1) {
    background: transparent;
}

th {
    background: none repeat scroll 0 0 #f8f8f8;
    color: #40454d;
    font-weight: normal;
}

td, th {
    border: 1px solid #e5e5e5;
    padding: 10px;
    text-align: left;
}

dt {
    color: #40454d;
    font-weight: bold;
}

dd {
    background: none no-repeat scroll left top rgba(0, 0, 0, 0);
    margin-bottom: 10px;
    padding-left: 0;
}

table {
    margin-bottom: 20px;
    margin-top: 0;
}

.link-pages {
    clear: both;
}

.entry-content blockquote {
    padding: 18px 25px 18px 45px;
    background: #f2f2f2;
    border-left: 5px solid #0083b9;
}

.entry-content blockquote,
.entry-content blockquote p {
    font-size: 19px;
    color: #666666;
    line-height: 30px;
}

.entry-content ul {
    list-style: outside;
}

.entry-content ul,
.entry-content ol {
    padding: 0 0 0 40px;
    margin-bottom: 20px;
}

.entry-content ul li, .entry-content ol li {
    margin-bottom: 2px;
}

code {
    background-color: #f8f8f8;
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
    padding: 5px;
    font-size: 13px;
}

pre {
    background-color: #f8f8f8;
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
    margin-bottom: 10px;
    max-height: 600px;
    overflow: auto;
    padding: 10px 8px 10px 12px;
    width: auto;
    font-size: 13px;
    border: 1px solid #e7e7e7;
}

.disappear {
    opacity: 0;

}

.appear {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #C6C6C6;
}

html {
    font-size: 1em;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

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

.clear, .clearboth {
    clear: both;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.no-touch a img {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    -moz-backface-visibility: hidden;
    outline: 1px solid transparent;
}

.no-touch a img:hover {
    opacity: 0.8;
}

.header a img:hover {
    opacity: 1;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
ul.top-menu li,
ul.top-social-icon li.top-search div input, ul.main-menu li, .breaking-news .breaking-title,
.section-header, footer.show-more a, .def-slider-desc, .f-tabbed-head li a,
.scroller ul li .entry-meta, .secondary-sidebar .post-list li .read-more-link,
.widget-tab .post-list li .entry-meta, .tagcloud a, .sidebar .social-counter,
ul.widget-tabbed-header li a, ul.latest-comment-list li cite, ul.latest-comment-list li .ctime,
.login-widget input[type="text"], .login-widget input[type="password"],
input[type="button"], input[type="reset"], input[type="submit"],
input[type="email"], .login-pwd-wrap span, .login-widget .login-button,
ul.login-links li a, .login-widget label, .first-weather .weather-date,
.first-weather .weather-result span, .w-item-title, .w-item-content ul li,
.poll-widget ul li .poll-title, .poll-widget p, .poll-widget ul li small,
.poll-widget ul li button.poll-vote, ul.twiter-list, .sidebar .widget_categories,
.sidebar .widget_archive, .secondary-sidebar .widget_categories,
.search-form .search-field, .footer .newsletter .nsf, .footer .newsletter .nsb,
footer.footer, .footer-menu, .footer-bottom, ol.nb-tabbed-head li a,
.nb2 ul li.show-more a, .cat-slider-nav-title, .cat-slider-pop, .entry-crumbs,
.entry-content-data .story-highlights ul li, .entry-tag-links, .mom-share-buttons a,
.mom-share-post .sh_arrow, .post-nav-links, .author-bio-name a, .comment-list .single-comment cite,
.comment-list .single-comment time, .comment-list .single-comment .comment-reply-link,
.media-sort-title, .media-cat-filter li, .weather-switch-tabs a, .t-w-title .weather-date,
.weather-results-status, .find-weather-box, .adv-search-form label,
.adv-search-form .submit, .ajax-search-results a, .mom-megamenu .view-all-link,
.widget_pages li, .widget_meta li, .widget_recent_comments li, .widget_recent_entries li,
.widget_rss li, .span.blog-timeline-date, .blog-timeline-more, .user-login-links li a,
.nsd, .mom-reveiw-system .review-header h2, .today_date, a.read-more,
button, .pagination, h1, h2, h3, h4, h5, h6, input[type="text"], textarea,
select, .not-valid-city, .entry-content blockquote, ul.mom_tabs li a,
.media-cat-filter li, .widget_archive li, .widget_nav_menu ul a, .mobile-menu li a,
.device-menu-holder, #navigation .device-menu li.menu-item > a, .section-header h1.section-title2,
section-header span.mom-sub-title, .mom-reveiw-system .review-circle .circle .val,
.mom-reveiw-system .review-circles .review-circle, .mom-reveiw-system .score-wrap .review-circle,
.review-footer .total-votes, .rs-smaller_than_default.mom-reveiw-system .stars-cr,
.review-summary .review-score .score-wrap.stars-score .score-title,
.mom-reveiw-system .review-summary .review-score .score, .rs-smaller_than_default.mom-reveiw-system .mom-bar .mb-inner .cr,
.mom-reveiw-system .mom-bar .mb-score, .mom-reveiw-system .review-summary .review-score .score-wrap,
footer.author-box-footer span, .weather-switch-tabs label, .main_tabs .tabs a,
.wp-caption-text, th, .bbp-forum-info, .bbp-forums li, #bbpress-forums .mom-bbp-content,
.bbp-topics li, .bbp-pagination, .mom-main-font, .widget_display_stats,
#buddypress div.item-list-tabs ul, #buddypress button, #buddypress a.button,
#buddypress input[type=submit], #buddypress input[type=button], #buddypress input[type=reset],
#buddypress ul.button-nav li a, #buddypress div.generic-button a, #buddypress .comment-reply-link,
a.bp-title-button, #buddypress .activity-list li.load-more, #buddypress .activity-list li.load-newest,
.widget.buddypress ul.item-list, .bp-login-widget-user-links, .vid-box-nav li h2,
.chat-author, .photo-credit, .wp-polls-form,
.secondary-sidebar .social-counter li, .mom-members, .feature-cat-slider .cat-label, widget-tabbed-body {
    font-family: 'Archivo Narrow', sans-serif;
}

body
.mom-megamenu .sub-mom-megamenu2 ul li h2 a,
.mom-megamenu .sub-mom-megamenu ul li h2 a,
ul.webticker li h4,
.entry-meta a,
.entry-meta,
.review-widget li .rev-title,
.review-widget li small,
.widget_rss .rss-date {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background: #262626 url(../../themes/multinews/images/bg.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    font-size: 14px;
    line-height: 20px;
    color: #9a9a9a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hide {
    display: none;
}

img {
    display: inline-block;
}

.news-box img {
    display: block;
}

.post-thumbnail {
    position: relative;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    outline: none;
    border: none;
    margin: 0;
    background: #0083b9;
    color: white;
    padding: 0 10px;
    line-height: 36px;
    font-weight: 300;
    font-size: 13px;
}

a {
    color: #2d2d2d;
    text-decoration: none;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

a:hover,
.sidebar .post-list li h2 a:hover,
.secondary-sidebar .post-list li h2 a:hover,
.nb1 ul li h2 a:hover,
.nb2 .first-item h2 a:hover,
.nb3 .first-item h2 a:hover,
.nb4 .first-item h2 a:hover,
.nb5 .first-item h2 a:hover,
.nb6 ul li h2 a:hover,
.nb3 ul li h2 a:hover,
.nb4 ul li h2 a:hover,
.nb2 ul li h2 a:hover,
.nb5 ul li h2 a:hover,
ul.f-tabbed-list li h2 a:hover,
.scroller .owl-next:hover:after,
.scroller .owl-prev:hover:before,
.sidebar .widget_categories li:hover,
.sidebar .widget_categories li:hover a,
.secondary-sidebar .widget_categories li:hover,
.secondary-sidebar .widget_categories li:hover a,
.scroller2 .owl-next:hover:after,
.scroller2 .owl-prev:hover:before,
.mom-related-posts li:hover h2 a,
.author-bio-name a {
    color: #0083b9;
}

/*layout*/
.mom_row{
    position: relative;
}

.inner {
    width: 1160px;
    margin: 0 auto;
}

.col2 .inner {
    width: 960px;
}

.fixed,
.fixed2 {
    background: #f2f2f2;
    width: 1200px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.44);
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.44);
}

.fixed2 {
    margin: 30px auto;
}

.col2 .fixed,
.col2 .fixed2 {
    width: 1000px;
}

.both-sidebars-all .main-left {
    float: left;
}

.both-sidebars-all .main-content {
    float: right;
}

.both-sidebars-all .secondary-sidebar {
    margin: 0 10px 0 0;
}

.both-sidebars-left .main-left {
    float: right;
    margin: 0 0 0 10px;
}

.both-sidebars-left .main-content {
    float: right;
}

.both-sidebars-left .secondary-sidebar {
    margin: 0 10px 0 0;
}

.left-sidebar .media-main-content,
.left-sidebar .main-left {
    margin: 0 0 0 10px;
}

.left-sidebar .media-main-content,
.left-sidebar .main-content {
    float: right;
}

.left-sidebar .sidebar {
    float: left;
}

.page-template-media-php.left .media-main-content {
    float: right;
}

.page-template-media-php.left .secondary-sidebar {
    margin: 0 10px 0 0;
}

.page-template-media-php.right .media-main-content {
    float: left;
}

.page-template-media-php.right .secondary-sidebar {
    float: right;
}

.page-template-media-php.both-sidebars-left .media-main-content {
    float: right;
}

.page-template-media-php.both-sidebars-left .sidebar {
    float: left;
    margin: 0 10px 0 0;
}

.col2:not(.page-template-media-php) .secondary-sidebar {
    display: none;
}

.ad_bg {
    top: 0;
    left: 0;
    position: absolute;
    display: inline;
    width: 100%;
    cursor: pointer;
}

.wrap {
    position: relative;
}

/*header*/
header.header {
    margin-bottom: 30px;
    position: relative;
}

.header-wrap p {
    margin: 0;
}

.hst1 .header-wrap {
    background: white;
}

.hst1 .fixed-header,
.hst2 .fixed-header,
.hst3 .fixed-header {
    background: #fafafa;
}

.hst1 .fixed-header,
.hst2 .fixed-header,
.hst3 .fixed-header {
    border-width: 1px 0 0;
}

.hst1 .fixed-header .navigation,
.hst2 .fixed-header .navigation,
.hst3 .fixed-header .navigation {
    border: none;
}

.hst1 .fixed-header ul.main-menu,
.hst2 .fixed-header ul.main-menu,
.hst3 .fixed-header ul.main-menu {
    border-left: 1px solid #e1e1e1;
}

.hst1 .navigation,
.hst2 .navigation,
.hst3 .navigation {
    background: #fafafa;
    border: 1px solid #e1e1e1;
}

.hst1 .breaking-news,
.hst2 .breaking-news,
.hst3 .breaking-news {
    background: white;
    border-color: #e1e1e1;
}

.hst1 .breaking-news .breaking-title,
.hst2 .breaking-news .breaking-title,
.hst3 .breaking-news .breaking-title {
    background: white;
}

.hst1 .breaking-news .breaking-title,
.hst2 .breaking-news .breaking-title,
.hst3 .breaking-news .breaking-title {
    border-color: #e1e1e1;
}

.hst1 ul.main-menu li span.menu_bl,
.hst2 ul.main-menu li span.menu_bl,
.hst3 ul.main-menu li span.menu_bl {
    background: #f2f2f2;
}

.hst1 ul.main-menu li.current-menu-item span.menu_bl,
.hst2 ul.main-menu li.current-menu-item span.menu_bl,
.hst3 ul.main-menu li.current-menu-item span.menu_bl {
    background: #e0e0e0;
}

.hst1 ul.main-menu li,
.hst1 ul.main-menu li:first-child,
.hst1 .breaking-cont,
.hst1 ul.br-right li,
.hst2 ul.main-menu li,
.hst2 ul.main-menu li:first-child,
.hst2 .breaking-cont,
.hst2 ul.br-right li,
.hst3 ul.main-menu li,
.hst3 ul.main-menu li:first-child,
.hst3 .breaking-cont,
.hst3 ul.br-right li,
.hst1 .breaking-news .brmenu,
.hst1 .breaking-news .br-right, .hst1 ul.br-right li,
.hst2 .breaking-news .brmenu,
.hst2 .breaking-news .br-right, .hst2 ul.br-right li,
.hst3 .breaking-news .brmenu,
.hst3 .breaking-news .br-right, .hst3 ul.br-right li,
.hst1 ul.main-menu li:not(.mom_mega) ul li,
.hst2 ul.main-menu li:not(.mom_mega) ul li,
.hst3 ul.main-menu li:not(.mom_mega) ul li {
    border-color: #e1e1e1;
}

.hst1 .breaking-cont:after,
.hst2 .breaking-cont:after,
.hst3 .breaking-cont:after {
    border-right-color: #e1e1e1;
}

.hst1 ul.main-menu > li:last-child,
.hst2 ul.main-menu > li:last-child,
.hst3 ul.main-menu > li:last-child,
.hst1 .navigation .mom-megamenu ul li.active:before, 
.hst1 .navigation .mom-megamenu ul li:hover:before,
.hst2 .navigation .mom-megamenu ul li.active:before, 
.hst2 .navigation .mom-megamenu ul li:hover:before,
.hst3 .navigation .mom-megamenu ul li.active:before, 
.hst3 .navigation .mom-megamenu ul li:hover:before {
    border-left-color: #e1e1e1;
}

.hst1 .breaking-news .breaking-title,
.hst1 ul.main-menu li a,
.hst2 .breaking-news .breaking-title,
.hst2 ul.main-menu li a,
.hst3 .breaking-news .breaking-title,
.hst3 ul.main-menu li a {
    color: #2d2d2d;
}

.hst1 ul.webticker li span,
.hst2 ul.webticker li span,
.hst3 ul.webticker li span {
    color: #888;
}

.hst1 ul.br-right li a,
.hst2 ul.br-right li a,
.hst3 ul.br-right li a {
    color: #8b8b8b;
}

.hst1 ul.main-menu li:hover,
.hst2 ul.main-menu li:hover,
.hst3 ul.main-menu li:hover,
.hst1 ul.main-menu li.current-menu-parent, 
.hst1 ul.main-menu li.current-menu-item,
.hst1 .device-menu-holder, 
.hst1 #navigation .device-menu li.menu-item:hover,
.hst2 ul.main-menu li.current-menu-parent, 
.hst2 ul.main-menu li.current-menu-item,
.hst2 .device-menu-holder, 
.hst2 #navigation .device-menu li.menu-item:hover,
.hst3 ul.main-menu li.current-menu-parent, 
.hst3 ul.main-menu li.current-menu-item,
.hst3 .device-menu-holder, 
.hst3 #navigation .device-menu li.menu-item:hover {
    background: #f2f2f2;
}

.hst1 ul.main-menu > li ul.sub-menu,
.hst2 ul.main-menu > li ul.sub-menu,
.hst3 ul.main-menu > li ul.sub-menu,
.hst1 .navigation ul.main-menu > li:not(.mom_mega) ul.sub-menu,
.hst2 .navigation ul.main-menu > li:not(.mom_mega) ul.sub-menu,
.hst3 .navigation ul.main-menu > li:not(.mom_mega) ul.sub-menu {
    background: white;
    border-color: #e1e1e1;
}

.hst1 .navigation .mom-megamenu ul li:last-child,
.hst2 .navigation .mom-megamenu ul li:last-child,
.hst3 .navigation .mom-megamenu ul li:last-child {
    border-bottom: 1px solid #e1e1e1 !important;
}

.hst1 ul.main-menu li:not(.mom_mega) ul li:hover,
.hst2 ul.main-menu li:not(.mom_mega) ul li:hover,
.hst3 ul.main-menu li:not(.mom_mega) ul li:hover {
    background: white;
}

.hst1 .mom-megamenu,
.hst2 .mom-megamenu,
.hst3 .mom-megamenu {
    background: #f2f2f2;
    border-color: #e1e1e1;
}

.hst1 .mom-megamenu .view-all-link,
.hst2 .mom-megamenu .view-all-link,
.hst3 .mom-megamenu .view-all-link {
    border-color: #e1e1e1 !important;
    color: white;
}

.hst1 .mom-megamenu ul li:last-child,
.hst2 .mom-megamenu ul li:last-child,
.hst3 .mom-megamenu ul li:last-child,
.hst1 .mom-megamenu .sub-mom-megamenu2 ul, .hst1 .mom-megamenu .sub-mom-megamenu ul,
.hst2 .mom-megamenu .sub-mom-megamenu2 ul, .hst2 .mom-megamenu .sub-mom-megamenu ul,
.hst3 .mom-megamenu .sub-mom-megamenu2 ul, .hst3 .mom-megamenu .sub-mom-megamenu ul {
    border-color: #e1e1e1 !important;
}

.hst1 .mom-megamenu ul li:hover:before,
.hst2 .mom-megamenu ul li:hover:before,
.hst3 .mom-megamenu ul li:hover:before {
    border-left-color: #e1e1e1;
}

.hst1 ul.main-menu > li ul.sub-menu a, .hst2 ul.main-menu > li ul.sub-menu a,
.hst3 ul.main-menu > li ul.sub-menu a {
    font-weight: 300;
}

.hst1 .mom-megamenu .sub-mom-megamenu2 ul li img,
.hst2 .mom-megamenu .sub-mom-megamenu2 ul li img,
.hst3 .mom-megamenu .sub-mom-megamenu2 ul li img {
    border: none;
}

.hst1 ul.br-right li:hover,
.hst2 ul.br-right li:hover,
.hst3 ul.br-right li:hover {
    background: #f2f2f2;
}

.hst1 ul.webticker li h4 a:hover,
.hst2 ul.webticker li h4 a:hover,
.hst3 ul.webticker li h4 a:hover {
    color: #6b6b6b;
}

.hst1 .breaking-news, .hst1 .breaking-news .br-right,
.hst2 .breaking-news,
.hst2 .breaking-news .br-right,
.hst3 .breaking-news, .hst3 .breaking-news .br-right {
    background: white;
}

.hst1 ul.br-right:after,
.hst2 ul.br-right:after,
.hst3 ul.br-right:after {
    border-right-color: #e1e1e1;
}

.hst1 .navigation ul.main-menu > li .mom-megamenu,
.hst2 .navigation ul.main-menu > li .mom-megamenu,
.hst3 .navigation ul.main-menu > li .mom-megamenu {
    background: white;
    border-color: #e1e1e1;
}

.hst1 .navigation ul.main-menu > li:not(.mom_mega) ul.sub-menu,
.hst2 .navigation ul.main-menu > li:not(.mom_mega) ul.sub-menu,
.hst3 .navigation ul.main-menu > li:not(.mom_mega) ul.sub-menu {
    background: #f2f2f2;
}

.hst1 .navigation .mom-megamenu ul li.active, .hst1 .navigation .mom-megamenu ul li:hover,
.hst2 .navigation .mom-megamenu ul li.active, .hst2 .navigation .mom-megamenu ul li:hover,
.hst3 .navigation .mom-megamenu ul li.active, .hst3 .navigation .mom-megamenu ul li:hover {
    background: white;
}

.hst1 .navigation .mom-megamenu ul li.active:before, .hst1 .navigation .mom-megamenu ul li:hover:before,
.hst2 .navigation .mom-megamenu ul li.active:before, .hst2 .navigation .mom-megamenu ul li:hover:before,
.hst3 .navigation .mom-megamenu ul li.active:before, .hst3 .navigation .mom-megamenu ul li:hover:before, {
    border-left-color: #e1e1e1;
}

.hst1 .navigation .mom-megamenu .sub-mom-megamenu2 ul li img,
.hst1 .navigation .mom-megamenu .sub-mom-megamenu ul li img,
.hst2 .navigation .mom-megamenu .sub-mom-megamenu2 ul li img,
.hst2 .navigation .mom-megamenu .sub-mom-megamenu ul li img,
.hst3 .navigation .mom-megamenu .sub-mom-megamenu2 ul li img,
.hst3 .navigation .mom-megamenu .sub-mom-megamenu ul li img {
    border-color: #e1e1e1;
}

.hst1 .navigation ul.main-menu > li.mom_mega.menu-item-depth-0 > .mom_mega_wrap,
.hst2 .navigation ul.main-menu > li.mom_mega.menu-item-depth-0 > .mom_mega_wrap,
.hst3 .navigation ul.main-menu > li.mom_mega.menu-item-depth-0 > .mom_mega_wrap {
    background: #fff;
    border-color: #e1e1e1;
}

.hst1 .main-menu .mom_mega.menu-item-depth-0 > ul.sub-menu > li > a,
.hst2 .main-menu .mom_mega.menu-item-depth-0 > ul.sub-menu > li > a,
.hst3 .main-menu .mom_mega.menu-item-depth-0 > ul.sub-menu > li > a,
.hst1 .sticky-nav ul.main-menu li:first-child,
.hst2 .sticky-nav ul.main-menu li:first-child,
.hst3 .sticky-nav ul.main-menu li:first-child {
    border-color: #e1e1e1;
}

.hst1 ul.main-menu li.mega_col_title:hover,
.hst2 ul.main-menu li.mega_col_title:hover,
.hst3 ul.main-menu li.mega_col_title:hover {
    background: transparent;
}

.hst1 ul.main-menu li.mom_mega ul li:not(.mega_col_title):hover,
.hst2 ul.main-menu li.mom_mega ul li:not(.mega_col_title):hover,
.hst3 ul.main-menu li.mom_mega ul li:not(.mega_col_title):hover {
    background: #F2F2F2;
}

.hst1 .main-menu .mom_mega.menu-item-depth-0 > ul.sub-menu > li ul li a:hover,
.hst2 .main-menu .mom_mega.menu-item-depth-0 > ul.sub-menu > li ul li a:hover,
.hst3 .main-menu .mom_mega.menu-item-depth-0 > ul.sub-menu > li ul li a:hover {
    color: #000;
}

.hst1 .footer-menu .mom-megamenu, .hst2 .footer-menu .mom-megamenu,
.hst3 .footer-menu .mom-megamenu {
    background: transparent;
}

.hst2 ul.br-right li:last-child {
    border-right: 1px solid #E1E1E1;
}

.hst2 ul.br-right,
.hst3 ul.br-right {
    border-width: 0 1px;
}

.hst2 .header-wrap {
    background: transparent;
    border-bottom: 1px solid #e1e1e1;
}

.hst3 .header-wrap {
    background: transparent;
}

.hst2 .navigation {
    width: 1157px;
    margin: 0 auto;
    border-top: none;
}

.hst3 .navigation {
    width: 1157px;
    margin: 0 auto;
}

.col2.hst2 .navigation,
.col2.hst3 .navigation {
    width: 958px;
}

.hst2 .breaking-news,
.hst3 .breaking-news {
    width: 1159px;
    margin: 0 auto;
}

.col2.hst2 .breaking-news,
.col2.hst3 .breaking-news {
    width: 960px;
}

.hst2 ul.main-menu li:first-child,
.hst3 ul.main-menu li:first-child {
    border-left: none;
}

.no-bnmenu .breaking-cont {
    width: 1031px
}

.no-bnmenu.col2 .breaking-cont {
    width: 831px;
}

/*topbar*/

.top-bar {
    background: #000;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #222222;
}

.top-bar-right {
    float: right;
}

.top-bar .menu-message {
    line-height: 33px;
}

.today_date {
    float: left;
    line-height: 5px;
    font-size: 15px;
    margin-right: 20px;
    background: #1A1919;
    padding: 0 15px;
    color: whitesmoke;
}

/*topmenu*/
.mobile-menu {
    display: none;
}

ul.main-menu,
ul.top-menu {
    float: left;
}

ul.top-menu li {
    float: left;
    font-weight: 700 !important;
    font-size: 12px;
    border-right: 1px solid #222222;
    position: relative;
}

ul.top-menu li:first-child {
    border-left: 1px solid #222222;
}

ul.top-menu li.current-menu-item,
ul.top-menu li:hover {
    background: #1A1919;
}

ul.top-menu li a {
    color: #c3c3c3;
    padding: 0 14px;
    display: inline-block;
}

.col2 ul.top-menu li a {
    padding: 0 12px;
}

ul.top-menu li.current-menu-item a,
ul.top-menu li a:hover {
    color: white;
}

ul.top-menu li .responsive-caret{
    display: none;
}

ul.top-menu > li ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    background: #1A1919;
    width: 170px;
    left: -1px;
}

ul.top-menu li:hover > ul.sub-menu {
    display: block;
}

.top-menu li:hover ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: 0;
}

ul.top-menu li ul li {
    float: none;
    border-right: none;
    border-bottom: 1px solid #222222;
    line-height: 18px;
}

.col2 ul.top-menu li ul li a {
    padding: 10px 12px;
}

ul.top-menu li ul li a {
    padding: 10px 14px;
}

ul.top-menu li ul li:hover {
    background: black;
}

ul.main-menu li ul li:first-child,
ul.top-menu li ul li:first-child {
    border-left: none;
}

ul.main-menu li ul li:last-child,
ul.top-menu li ul li:last-child {
    border-bottom: none;
}

ul.top-menu li i {
    margin-right: 5px;
    top: 1px;
    position: relative;
    font-weight: bold;
}

ul.top-menu li.menu-item-iconsOnly {
    line-height: 33px;
}

ul.top-menu li i.icon_only {
    margin: 0;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*top social icons*/

ul.top-social-icon {
    height: 35px;
    position: relative;
}

ul.top-social-icon li {
    float: left;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #222222;
    height: 34px;
    position: relative;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

ul.top-social-icon li:last-child {
    margin-right: 0;
    border-right: 1px solid #1b1b1b;
}

ul.top-social-icon li:hover {
    background: #1A1919;
}

ul.top-social-icon li.facebook:hover {
    background: #44619D;
}

ul.top-social-icon li.twitter:hover {
    background: #00BAFF;
}

ul.top-social-icon li.youtube:hover {
    background: #C30000;
}

ul.top-social-icon li.google:hover {
    background: #E71414;
}

ul.top-social-icon li.pin:hover {
    background: #C21F25;
}

ul.top-social-icon li.rss:hover {
    background: #FF7E00;
}

ul.top-social-icon li.vimeo:hover {
    background: #44BBFF;
}

ul.top-social-icon li a {
    display: block;
    text-align: center;
    color: #ededed;
    padding: 7px 9px;
    line-height: normal;
}

ul.top-social-icon li a:hover {
    color: #F9F9F9;
}

ul.top-social-icon li a:before {
    position: static;
    font-family: 'momizat';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    font-size: 19px;
}

ul.top-social-icon li.facebook a:before {
    content: "\e769";
}

ul.top-social-icon li.twitter a:before {
    content: "\e76d";
    font-size: 18px;
}

ul.top-social-icon li.youtube a:before {
    font-family: 'font-awesome';
    content: "\e745";
    font-size: 20px;
}

ul.top-social-icon li.google a:before {
    content: "\e764";
    font-size: 20px;
}

ul.top-social-icon li.pin a:before {
    content: "\e7a6";
    font-size: 18px;
}

ul.top-social-icon li.rss a:before {
    content: "\e770";
    font-size: 17px;
}

ul.top-social-icon li.vimeo a:before {
    content: "\e775";
}

ul.top-social-icon li i {
    font-size: 19px;
}

ul.top-social-icon li.top-search {
    border-right: 1px solid #222222;
    position: relative;
}

ul.top-social-icon li.top-search > a:before {
    content: "\e602";
    font-family: 'font-awesome';
    color: #c6c6c6;
    font-size: 16px;
    line-height: 19px;
}

ul.top-social-icon li.top-search.active > a:before {
    content: "\e60d";
    font-size: 19px;
}

div.search-dropdown {
    position: absolute;
    background: #1A1919;
    padding: 5px 10px;
    right: 0;
    top: 35px;
    z-index: 9999;
}

div.search-dropdown input {
    height: 24px;
    width: 209px;
    outline: none;
    font-size: 13px;
    padding: 0 5px;
    border: 1px solid #e7e7e7;
    background: #fafafa;
    margin-bottom: 0;
}

input:focus,
.sidebar .search-form .search-field:focus,
div.search-dropdown input:focus {
    color: #222;
}

.top-search a:hover {
    background: transparent;
}

/*ajax search*/
.search-dropdown {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.search-dropdown.sw-show {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
}

.sw-not_found {
    font-style: italic;
    font-size: 12px;
}

.search-dropdown .sf-loading {
    position: absolute;
    height: 40px;
    right: 15px;
    line-height: 40px;
    top: 3px;
    width: 16px;
    display: none;
}

.search-dropdown .sf-loading img {
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

.ajax-search-results {
    position: absolute;
    z-index: 9999;
    background: #1e1e1e;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: black;
    width: 207px;
    left: 0;
    top: 45px;
    padding: 0 10px;
}

.ajax-search-results:empty {
    display: none;
}

.col2 .ajax-search-results {
    width: 207px;
}

.ajax-search-results h4 {
    font-size: 13px;
    color: #8b8b8b;
    background: #262626;
    border-width: 1px 0;
    border-style: solid;
    border-color: black;
    padding: 2px 11px;
    margin: 0 -10px;
    text-transform: uppercase;
}

.ajax-search-results a {
    padding: 10px 0 !important;
    font-size: 14px;
    border-top: 1px solid black;
    text-align: left !important;
    display: block;
    line-height: normal;
}

.ajax-search-results h4 + a {
    border-top: none;
}

.ajax-search-results h4:last-of-type a {
    border: none;
}

.ajax-search-results .post_format,
.ajax-search-results a img {
    float: left;
    margin-right: 8px;
}

.ajax-search-results a h2 {
    color: #c6c6c6;
    font-size: 14px;
    margin-bottom: 5px;
}

.ajax-search-results a:hover h2 {
    color: #f2f2f2;
}

.ajax-search-results a:hover {
    background: #262626;
}

.ajax-search-results a span {
    color: #535353;
}

.ajax-search-results .post_format {
    background: #A8A8A8;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #272727;
    display: block;
}

.ajax-search-results h4.show-all-results {
    border-bottom: none;
    text-align: center;
    line-height: 45px;
}

.ajax-search-results h4.show-all-results a {
    display: inline-block;
    font-size: 13px !important;
    color: #c6c6c6;
}

.ajax-search-results h4.show-all-results i {
    position: relative;
    top: 2px;
    left: 10px;
}

.ajax-search-results > a .post_format:before {
    content: '';
    font-family: 'brankic';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 35px;
}

.ajax-search-results > a.type-page .post_format:before {
    content: "\e621";
}

.ajax-search-results > a.format-image .post_format:before {
    content: "\e650";
}

.ajax-search-results > a.format-video .post_format:before {
    content: "\e62d";
}

.ajax-search-results > a.format-audio .post_format:before {
    font-family: 'font-awesome' !important;
    content: "\e711";
    line-height: 40px;
    font-size: 24px;
}

.ajax-search-results > a.format-quote .post_format:before {
    font-family: 'momizat' !important;
    content: "\e676";
    font-size: 25px;
}

.ajax-search-results > a.format-gallery .post_format:before {
    font-family: 'momizat' !important;
    content: "\e60e";
    font-size: 25px;
}

/*header content*/

.header-wrap {
    clear: both;
    background: #000;
    height: 122px;
    line-height: 122px;
    overflow: hidden;
}

.header-wrap > .inner {
    height: 122px;
    line-height: 122px;
    position: relative;
}

.logo {
    float: left;
}

.logo a img {
    display: inline-block;
}

.logo .site_title {
    margin-top: 27px;
}

.logo .site_title, .logo .site_desc {
    line-height: normal;
}

.header-banner {
    float: right;
    max-width: 728px;
}

.header-banner img {
    display: inline-block;
}
.header-right{ 
    float: right; 
    max-width: 728px;
}
.header-right_custom-content {
    line-height: normal;
}
/*navigation*/
body.sticky_navigation_on .navigation.sticky-nav {
    width: 100%;
    position: fixed;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    z-index: 5000;
    left: 0;
}
/*.sticky-nav ul.main-menu > li:first-child {
    border-width: 0 1px;
    border-style: solid;
}
*/
.icon_only_label {
    display: none;
}

.navigation {
    height: 47px;
    background: #262626;
    border-bottom: 1px solid black;
}

.navigation > .inner {
    position: relative;
}

.fixed-header .navigation > .inner {
    position: inherit;
}

ul.main-menu > li > a {
    position: relative;
    padding-bottom: 5px !important;
    overflow: hidden;

}

ul.main-menu > li:not(.mom_mega) {
    position: relative;
}

ul.main-menu > li {
    float: left;
    line-height: 42px;
    font-size: 15px;
    font-weight: 700 !important;
    text-transform: uppercase;
    border-right: 1px solid black;
}

ul.main-menu li:first-child {
    border-left: 1px solid black;
}

ul.main-menu li.current-menu-parent,
ul.main-menu li.current-menu-item,
ul.main-menu li:hover {
    background: #1e1e1e;
}

ul.main-menu .cats-mega-wrap li.current-menu-parent,
ul.main-menu .cats-mega-wrap li.current-menu-item {
    background: transparent;
}

ul.main-menu li a {
    color: #ededed;
    padding: 0 15px;
    display: block;
}

.navigation ul.main-menu li ul li a {
    line-height: normal;
    padding: 11px 15px;
}

ul.main-menu li span.menu_bl {
    content: '';
    position: absolute;
    height: 5px;
    bottom: 0;
    width: 100%;
    left: 0;
}

ul.main-menu li span.menu_bl {
    background: #5a5a5a;
}

.menu-message {
    line-height: 45px;
}

.navigation ul.main-menu > li:not(.mom_mega) ul.sub-menu {
    overflow: visible;
    position: absolute;
    z-index: 9999;
    background: #262626;
    border: 1px solid black;
    left: -1px;
    top: 47px;
    width: 210px;
}

.navigation ul.main-menu li:not(.mom_mega) ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: -1px;
}

ul.main-menu li:not(.mom_mega) ul li {
    float: none;
    text-transform: none;
    border-right: none;
    border-bottom: 1px solid #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 38px;
    position: relative;
}

ul.main-menu li.mom_mega ul li ul li:hover {
    background: #262626;
}

ul.main-menu li ul:not(.mom_mega_wrap) li:last-child {
    border-bottom: none;
}

ul.main-menu li ul li:hover {
    background: #1e1e1e;
}

ul.top-menu li a .img_icon,
ul.main-menu li a i {
    font-size: 16px;
    float: left;
    position: relative;
    margin-right: 7px;
    line-height: inherit;
}

ul.top-menu li.menu-item-iconsOnly a .img_icon {
    margin-right: 0;
}

ul.main-menu li .icon_only {
    font-size: 22px;
    margin: 0;
}

ul.top-menu li .img_icon,
ul.main-menu li .img_icon, #navigation ul.device-menu li .img_icon {
    width: 18px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}

ul.top-menu li .img_icon {
    height: 35px;
}

ul.main-menu li ul.mom_mega_col_4 li .img_icon {
    height: 18px;
}

ul.main-menu li .img_icon.icon_only, #navigation ul.device-menu li .img_icon.icon_only {
    width: 24px;
    background-size: 24px;
}

#navigation ul.device-menu li .img_icon {
    height: 37px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
    background-size: 18px;
}

ul.main-menu li:not(.mom_mega) > ul > li.menu-item-has-children > a:after {
    content: "\e6d0";
    font-family: 'enotype';
    position: relative;
    /* color: black; */
    right: -5px;
    float: right;
    top: 2px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*MegaMenu*/
.navigation ul.main-menu > li:hover .mom-megamenu {
    visibility: visible;
    opacity: 1;
}

.navigation ul.main-menu > li .mom-megamenu {
    background: #1e1e1e;
    position: absolute;
    z-index: 1000;
    border: 1px solid black;
    top: 47px;
    padding-top: 39px;
    left: -1px;
}

.navigation ul.main-menu > li.mom_mega.menu-item-depth-0 > .mom_mega_wrap {
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 1px;
    top: 100%;
    background: #1e1e1e;
    border: 1px solid black;
    padding: 20px;
    z-index: 1000;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4;
    padding-top: 15px;
}

.navigation ul.main-menu > li .mom-megamenu ul.sub-menu {
    width: 135px;
    float: left;
    top: 0;
    position: relative;
    left: 0;
    border: none;
}

.navigation .mom-megamenu ul li:last-child {
    border-bottom: 1px solid black !important;
}

.navigation .mom-megamenu > ul > li {
    line-height: 38px;
    padding: 0;
}

.navigation .mom-megamenu ul li.active,
.navigation .mom-megamenu ul li:hover {
    background: #1e1e1e;
    position: relative;
}

.navigation .mom-megamenu ul li.active:before,
.navigation .mom-megamenu ul li:hover:before {
    content: "";
    right: -13px;
    top: 35%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(240, 240, 240, 0);
    border-left-color: #000;
    border-width: 6px;
}

.navigation .mom-megamenu .view-all-link {
    background: #5a5a5a;
    height: 38px;
    line-height: 33px;
    color: white;
    display: block;
    padding-left: 13px;
    font-size: 13px;
    width: 95.3%;
    text-transform: none;
    position: absolute;
    font-weight: 300 !important;
    top: 0;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: black;
    left: -1px;
}

.navigation .sub-mom-megamenu2 .view-all-link {
    width: 93.3% !important;
}

.navigation .mom-megamenu .view-all-link i {
    margin-left: 10px;
    font-size: 18px;
    top: 4px;
    position: relative;
    float: none;
}

.navigation .mom-megamenu .sub-mom-megamenu {
    width: 595px !important;
}

.navigation .mom-megamenu .sub-mom-megamenu2 ul,
.navigation .mom-megamenu .sub-mom-megamenu ul {
    width: auto;
    background: transparent;
    border-right: none;
    float: none;
    overflow: hidden;
    border-left: 1px solid black;
}

.navigation .sub-cat-megamenu ul.mn-load:before {
    content: "";
    position: absolute;
    background: url('../../themes/multinews/images/ajax-search-nav.png') no-repeat center;
    width: 16px;
    height: 16px;
    top: 52%;
    left: 59%;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

.navigation .sub-mom-megamenu2 ul.mn-load:before {
    left: 62% !important;
}

.navigation .mom-megamenu .sub-mom-megamenu2 ul {
    margin-bottom: -300px;
    padding-bottom: 300px;
}

.cats-mega-wrap {
    overflow: hidden;
}

.navigation .mom-megamenu .sub-mom-megamenu ul li {
    float: left;
    width: 153px;
    padding: 10px 0;
    border-right: 1px solid black;
    border-bottom: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 600px;
    margin-bottom: -506px;
}

.navigation .mom-megamenu .sub-mom-megamenu ul li:last-child {
    border-right: none;
}

.navigation .mom-megamenu .sub-mom-megamenu ul li img {
    display: inline-block;
    border: 1px solid black;
    /* margin-bottom: 14px; */
}

.navigation .mom-megamenu .sub-mom-megamenu2 ul li h2 a,
.navigation .mom-megamenu .sub-mom-megamenu ul li h2 a {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    padding: 0 20px;
}

.navigation .mom-megamenu .sub-mom-megamenu2 {
    width: 418px;
}

.navigation .mom-megamenu .sub-mom-megamenu2 ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 14px;
    overflow: hidden;
}

.navigation .mom-megamenu .sub-mom-megamenu2 ul li:last-child {
    margin-bottom: -1px;
}

.navigation .mom-megamenu .sub-mom-megamenu2 ul li a {
    padding: 0;
}

.navigation .mom-megamenu .sub-mom-megamenu2 ul li img {
    float: left;
    width: 78px;
    height: 51px;
    margin-right: 14px;
    border: 1px solid black;
}

.active.mom-cat-latest {
    display: block;
}

.mom-cat-latest {
    display: none;
}

.main-menu li.mom_mega > .mom_mega_wrap a {
    display: block;
    margin-bottom: 0;
    padding: 8px 10px;
}

.navigation ul.main-menu li a i[class*="brankic-icon-"] {
    font-size: 21px;
}

/* Mega Menu columns */
.mom_mega_wrap .menu-item-depth-1.mega_column {
    float: left;
    width: 22%;
    margin-right: 4%;
}

.mom_mega_wrap .menu-item-depth-1.mega_column:last-child {
    margin-right: 0;
}

.mom_mega_wrap.mom_mega_col_3 .menu-item-depth-1.mega_column {
    width: 30.666%;
}

.mom_mega_wrap.mom_mega_col_2 .menu-item-depth-1.mega_column {
    width: 48%;
}

.mom_mega_wrap.mom_mega_col_5 .menu-item-depth-1.mega_column {
    width: 16.8%;
}

.mom_mega_wrap.mom_mega_col_1 .menu-item-depth-1.mega_column {
    width: 100%;
    margin-right: 0;
}

.main-menu .mom_mega.menu-item-depth-0 > .mom_mega_wrap .menu-item-depth-1.mega_column:first-child {
    border-left: none;
}

.main-menu .mom_mega.menu-item-depth-0 > ul.sub-menu > li > a {
    font-weight: bold;
    border-bottom: 2px solid black;
}

.main-menu .mom_mega.menu-item-depth-0 > ul.sub-menu > li ul li a {
    padding-left: 4px;
}

.main-menu .mom_mega.menu-item-depth-0 > ul.sub-menu > li ul li a:hover {
    color: white;
}

.main-menu .mom_mega.menu-item-depth-0 > ul.sub-menu > li ul li a i {
    top: -2px;
}

.main-menu .mom_mega.menu-item-depth-0 > ul.sub-menu li.menu-item-depth-1.mega_col_title a {
    padding-left: 0;
}

.main-menu ul.menu li.mom_mega .mega_col_title > a {
    color: #313131;
    font-size: 14px;
    margin-left: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #e7e7e7;
    font-weight: 700;
    margin-bottom: 7px;
    display: block;

}

#navigation .main-menu > li.sub-menu-left .cats-mega-wrap {
    right: -1px;
    left: auto;
}

#navigation > .inner {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#navigation .sticky_logo {
    line-height: 45px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

#navigation .sticky_logo img {
    display: inline-block;
    opacity: 1;
}

/* ==========================================================================
 *                Drop down effects 
   ========================================================================== */
/* Older than css3 */
.lt-ie9 #navigation ul.main-menu li:not(.mom_mega):not(.mom_mega_cats) > ul.sub-menu,
.lt-ie9 #navigation .main-menu li.mom_mega.menu-item-depth-0 > .mom_mega_wrap,
.lt-ie9 #navigation .main-menu li.menu-item-depth-0 > .cats-mega-wrap {
    display: none;
}

.lt-ie9 ul.main-menu li:not(.mom_mega):not(.mom_mega_cats):hover > ul.sub-menu,
.lt-ie9 #navigation .main-menu li.mom_mega.menu-item-depth-0:hover .mom_mega_wrap, 
.lt-ie9 #navigation .main-menu li.menu-item-depth-0:hover > .cats-mega-wrap
{
    display: block;
}

/* Fade effect (default) */
.dd-effect-fade ul.main-menu li:not(.mom_mega):not(.mom_mega_cats) > ul.sub-menu,
#navigation.dd-effect-fade .main-menu li.mom_mega.menu-item-depth-0 > .mom_mega_wrap,
#navigation.dd-effect-fade .main-menu li.menu-item-depth-0 > .cats-mega-wrap {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -moz-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    transform: scaleY(0.98);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.dd-effect-fade ul.main-menu li:not(.mom_mega):not(.mom_mega_cats):hover > ul.sub-menu,
#navigation.dd-effect-fade .main-menu li.mom_mega.menu-item-depth-0:hover .mom_mega_wrap, 
#navigation.dd-effect-fade .main-menu li.menu-item-depth-0:hover > .cats-mega-wrap
{
    opacity: 1;
    visibility: visible;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);

}

/* Slide effect */
.dd-effect-slide ul.main-menu li:not(.mom_mega):not(.mom_mega_cats) > ul.sub-menu,
#navigation.dd-effect-slide .main-menu li.mom_mega.menu-item-depth-0 > .mom_mega_wrap,
#navigation.dd-effect-slide .main-menu li.menu-item-depth-0 > .cats-mega-wrap {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.28s ease-in-out;
    -moz-transition: all 0.28s ease-in-out;
    -ms-transition: all 0.28s ease-in-out;
    -o-transition: all 0.28s ease-in-out;
    transition: all 0.28s ease-in-out;
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;

}

.dd-effect-slide ul.main-menu li:not(.mom_mega):not(.mom_mega_cats):hover > ul.sub-menu,
#navigation.dd-effect-slide .main-menu li.mom_mega.menu-item-depth-0:hover .mom_mega_wrap, 
#navigation.dd-effect-slide .main-menu li.menu-item-depth-0:hover > .cats-mega-wrap {
    opacity: 1;
    visibility: visible;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);

}

/* Skew effect */
.dd-effect-skew ul.main-menu li:not(.mom_mega):not(.mom_mega_cats) > ul.sub-menu,
#navigation.dd-effect-skew .main-menu li.mom_mega.menu-item-depth-0 > .mom_mega_wrap,
#navigation.dd-effect-skew .main-menu li.menu-item-depth-0 > .cats-mega-wrap {
    opacity: 0;
    visibility: visible;
    max-width: 0;
    max-height: 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;

}

.dd-effect-skew ul.main-menu li:not(.mom_mega):not(.mom_mega_cats):hover > ul.sub-menu,
#navigation.dd-effect-skew .main-menu li.mom_mega.menu-item-depth-0:hover .mom_mega_wrap, 
#navigation.dd-effect-skew .main-menu li.menu-item-depth-0:hover > .cats-mega-wrap {
    opacity: 1;
    visibility: visible;
    max-width: 5000px;
    max-height: 5000px;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;

}

/*breaking news*/
.breaking-news-items {
    height: 39px;
    padding-left: 122px;
}

.breaking-news.brnews-disable {
    height: 39px;
}

.breaking-news.brnews-disable ul.br-right {
    left: 0;
}

.breaking-news.brnews-disable ul.br-right:after {
    display: none;
}

.breaking-news.brnews-disable ul.br-right li:last-child {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #000;
}

.breaking-news {
    /*height: 39px;*/
    line-height: 39px;
    background: #262626;
    border-bottom: 1px solid black;
    /* overflow: hidden; */
    clear: both;
}

.breaking-news > .inner {
    position: relative;
}

.breaking-news .breaking-title {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    width: 120px;
    border-width: 0 1px;
    border-color: black;
    border-style: solid;
}

.breaking-cont {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 5px 0 0;
    overflow: hidden;
    position: relative;
}

.breaking-cont {
    height: 39px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    border-right: 1px solid #000;

}

.breaking-cont .mask {
    height: 39px;
    overflow: hidden;
    position: relative;
}

ul.webticker {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    transition: all 0s linear 0s;
}

ul.webticker li {
    float: left;
    margin-right: 25px;
}

ul.webticker li span {
    color: #ededed;
    font-size: 17px;
    position: relative;
    float: left;
}

ul.webticker li h4 {
    margin: 0;
    font-size: 11px;
}

ul.webticker li h4 a {
    color: #888888;
}

ul.webticker li h4 a:hover {
    color: #b1b1b1;
}

.tickercontainer {
    overflow: hidden;
    width: 99.6%;
    float: left;
}

.tickercontainer li {
    float: left;
}

ul.newsticker {
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
}

/*breaking right*/
ul.br-right:after {
    content: "";
    right: 100%;
    top: 35%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(240, 240, 240, 0);
    border-right-color: #000;
    border-width: 6px;
}

ul.br-right {
    background: #262626;
    position: absolute;
    right: 0;
    top: 0;
    border: 0 solid #000;
    border-left-width: 1px;
}

ul.br-right li {
    float: left;
    border-right: 1px solid black;
    position: relative;
}

ul.br-right li:last-child {
    border-right: 0;
}

ul.br-right li:hover {
    background: #1e1e1e;
}

ul.br-right li a {
    color: #ededed;
    font-size: 14px;
    padding: 0 10px;
    line-height: 39px;
    height: 39px;
    display: block;
}

ul.br-right li:not(.menu-item-iconsOnly) a i {
    margin-right: 6px;
}

ul.br-right li a i.icon_only {
    font-size: 20px;
}

ul.br-right li a i.img_icon {
    float: left;
    width: 16px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

ul.br-right li a i.img_icon.icon_only {
    background-size: 20px;
    width: 20px;
}

ul.br-right li.b-right-magazine a {
    font-size: 18px;
    line-height: 42px;
}

ul.br-right li.b-right-weather a {
    font-size: 21px;
}

.nav-login {
    background: #262626;
    right: 0;
    position: absolute;
    top: 0;
    border-left: 1px solid black;
    width: 40px;
    text-align: center;
    font-size: 18px;
    color: white;
    height: 39px;
}

.nav-login.active {
    height: 40px;
}

.nav-login:hover {
    background: #1e1e1e;
    cursor: pointer;
}

.nav-login-on ul.br-right {
    right: 40px;
}

.nb-inner-wrap {
    width: 294px;
    position: absolute;
    z-index: 1000;
    right: -1px;
    top: 40px;
    background: #262626;
    padding: 15px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: black;
}

body.hst1 .nb-inner-wrap,
body.hst2 .nb-inner-wrap,
body.hst3 .nb-inner-wrap {
    background: #fff;
    border-color: #e1e1e1;
}

body.hst1 .nav-login,
body.hst2 .nav-login,
body.hst3 .nav-login {
    background: #fff;
    border-color: #e1e1e1;
    color: #8b8b8b;
}

body.hst1 .nav-login:hover,
body.hst2 .nav-login:hover,
body.hst3 .nav-login:hover {
    background: #f2f2f2;
}

.nb-inner-wrap .user-login-links li:last-child {
    margin-right: 0;
}

.nb-inner-wrap .author-avatar {
    float: left;
    margin-right: 20px;
}

.nb-inner-wrap h2.welcome-text {
    margin-bottom: 14px;
}

.nb-inner-wrap .user-login-links {
    line-height: 30px;
}

.nb-inner-wrap .user-login-links li a {
    padding: 0 10px;
}

.nb-inner-wrap .login-widget input[type="text"], .nb-inner-wrap .login-widget input[type="password"] {
    width: 232px;
}

.nb-inner-wrap .login-widget form .login-input-wrap {
    width: 295px;
}

body:not(.hst1):not(.hst2):not(.hst3) .nb-inner-wrap input[type="text"],
body:not(.hst1):not(.hst2):not(.hst3) .nb-inner-wrap input[type="password"] {
    background: #212121;
    border-color: #1a1a1a;
    color: #404040;
}

body:not(.hst1):not(.hst2):not(.hst3) .nb-inner-wrap .login-widget .login-button,
body:not(.hst1):not(.hst2):not(.hst3) .nb-inner-wrap .login-widget span {
    background: #313131;
    color: #6e6e6e;
    border-color: #1a1a1a;
}

body:not(.hst1):not(.hst2):not(.hst3) .nb-inner-wrap .login-widget .login-button:hover {
    background: #333333;
}

.nb-inner-wrap {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.nb-inner-wrap.sw-show {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
}

/*container*/
.main-container {
    margin: 0 auto;
    width: 1162px;
}

.col2 .main-container {
    width: 960px;
}

.main-left {
    margin-right: 10px;
}

.main-content {
    width: 578px;
    float: left;
}

.one-side-wide:not(.both-sides-true) .main-content:not(.both-sides-layout), .one-side-wide .vc_sidebar.sidebar+.main-content.both-sides-layout,
.one-side-wide .main-content.one_side:not(.both-sides-layout) {
    width: 788px;
}

.section {
    background: white;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 1px 0 #e5e5e5;
    box-shadow: 0 1px 0 #e5e5e5;
    padding: 15px;
    margin-bottom: 20px;
    clear: both;
}

.section-header {
    margin: -15px -15px 15px;
    padding: 13px 0;
    text-align: center;
    background: #e9e9e9;
    border-bottom: 1px solid #e1e1e1;
}

.section-header h2.section-title a,
.section-header h2.section-title {
    font-size: 17px;
    color: #2d2d2d;
    font-weight: bold;
    text-transform: uppercase;
}

.section-header h1.section-title2 a,
.section-header h1.section-title2 {
    font-size: 30px;
    color: #2d2d2d;
    font-weight: bold;
    margin-top: 4px;
}

.section-header span.mom-sub-title {
    color: #868686;
    font-size: 16px;
    display: inline-block;
    margin-top: 5px;
}

footer.show-more {
    text-align: center;
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #e1e1e1;
    margin: 0 -15px -15px;
    position: relative;
}

.f-tabbed-grid+footer.show-more {
    margin-top: 15px;
}

footer.show-more a {
    display: block;
    font-size: 15px;
}

footer.show-more .nomoreposts {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
}

.sm-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.entry-content p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

.entry-meta {
    margin-top: 15px;
}

.entry-meta a,
.entry-meta {
    color: #c6c6c6;
    font-size: 12px;
}

.media-item .entry-meta a:hover,
.entry-meta a:hover {
    color: #969696;
}

.entry-meta time,
.entry-meta span {
    float: left;
    margin-right: 20px;
}

.entry-meta i {
    margin-right: 5px;
    font-size: 15px;
}

body.no-post-format-icons .post-format-icon {
    display: none;
}

/*banners*/

.banner468 {
    text-align: center;
}

.banner468 img {
    display: inline-block;
}

/*Slider1*/
.def-slider {
    width: 100%;
}

.one-side-wide .main-content:not(.both-sides-layout) .def-slider {}

.def-slider-wrap {
    overflow: hidden;
}

.def-slider-wrap .def-slider-item {
    width: 100%;
    display: none;
}

.def-slider-wrap .owl-item .def-slider-item {
    display: block;
}

.def-slider-wrap .def-slider-item a img {
    min-width: 100%;
    display: block !important;
    -webkit-transition: none !important;
    opacity: 1 !important;
}

.def-slider .owl-carousel .owl-stage-outer.owl-height {
    -webkit-transition: none !important;
}

.def-slider {
    position: relative;
}

.def-slider-cap {
    position: absolute;
    bottom: 21px;
    padding: 0 15px;
}

.def-slider-title {
    text-align: center;
}

.def-slider-desc,
.def-slider-title h2 a {
    background: url(../../themes/multinews/images/cap.png);
}

.def-slider-title h2 a {
    display: inline-block;
    padding: 17px 20px 20px;
    margin-bottom: 1px;
    font-size: 28px;
    font-weight: 700 !important;
    line-height: 30px;
}

.def-slider-desc {
    font-size: 16px;
    padding: 17px 20px;
    margin: 0;
}

.def-slider-desc,
.def-slider-title h2 a {
    color: white;
}

.def-slider .owl-dots {
    bottom: 0;
    position: absolute;
    text-align: center;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
}

.def-slider .owl-dots > div {
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 2px solid #818181;
    background: #818181;
    text-indent: -9999px;
    margin-right: 3px;
    -webkit-transition: all ease-in-out 0.0s;
    transition: all ease-in-out 0.0s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wpb-js-composer .def-slider .owl-dots > div {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.def-slider .owl-dots > div.active {
    background: black;
}

.momizat-custom-slider .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 888;
}

.momizat-custom-slider .owl-nav > div {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.4);
    float: left;
    display: inline-block;
    line-height: 29px;
    text-align: center;
    color: #D8D8D8;
    font-size: 16px;
}

.momizat-custom-slider .owl-nav > div:first-child {
    margin-right: 1px;
}

.momizat-custom-slider .owl-nav > div:hover {
    color: white;
}

/* slider2 */
.slider2 .big-slider2 {
    overflow: hidden;
    width: 50%;
    height: auto;
    margin-bottom: 6px;
}

.slider2 .big-slider2 img, .slider2 .small-slider2 img {
    width: 100%;
}

.slider2 .small-slider2:nth-child(3n+3) {
    clear: left;
}

.slider2 .small-slider2,
.slider2 .big-slider2 {
    float: left;
    padding: 0 3px;
    position: relative;
    box-sizing: border-box !important;
}

.slider2 .big-slider2:nth-child(2n+2) {
    margin-right: 0;
}

.slider2 .def-slider-title {
    text-align: inherit;
}

.slider2 .small-slider2 {
    width: 33.3%;
    height: auto;
    margin-bottom: 0;
}

.slider2 .small-slider2:last-child {
    margin-right: 0;
}

.slider2 .small-slider2 .def-slider-title h2 a {
    font-size: 23px;
    line-height: 25px;
}

.slider2 .big-slider2 .def-slider-cap,
.slider2 .small-slider2 .def-slider-cap {
    padding: 0 10px;
    bottom: 10px;
}

.col2 .slider2 .big-slider2 {
    width: 462px;
    height: auto;
}

.col2 .slider2 .small-slider2 {
    width: 306.5px;
    height: auto;
}

/*Feature tabbed*/

.f-tabbed-head {
    background: #e9e9e9;
    border: 1px solid #dbdbdb;
    margin: -16px -16px 0;
    height: 38px;
    line-height: 38px;
}

.f-tabbed-head li {
    height: 38px;
    float: left;
    border-right: 1px solid #dbdbdb;
    position: relative;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    z-index: 10;
}

.f-tabbed-head li:hover {
    background: white;
}

.f-tabbed-head li.active,
.f-tabbed-head li a.current {
    background: white;
}

.f-tabbed-head li:after,
.f-tabbed-head li:before {
    top: 88%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.f-tabbed-head li:hover:after,
.f-tabbed-head li:hover:before {
    top: 100%;
    opacity: 1;
}

.f-tabbed-head li a.current:after,
.f-tabbed-head li a.current:before,
.f-tabbed-head li.active:after,
.f-tabbed-head li.active:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    opacity: 1;
}

.f-tabbed-head li:after,
.f-tabbed-head li.active:after,
.f-tabbed-head li a.current:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 4px;
    margin-left: -4px;
}

.f-tabbed-head li:before,
.f-tabbed-head li.active:before,
.f-tabbed-head li a.current:before {
    border-color: rgba(240, 240, 240, 0);
    border-top-color: #e5e5e5;
    border-width: 6px;
    margin-left: -6px;
}

.f-tabbed-head li a {
    padding: 10px 15px 9px;
    font-size: 15px;
    color: #4b4b4b;
}

.f-tabbed-header li a {
    padding: 0 15px;
    display: block;
}

.f-tabbed-head li a.current,
.media-main-content .f-tabbed-head li.active a span,
.media-main-content .f-tabbed-head li a:hover span,
.media-main-content .f-tabbed-head li.active a,
.media-main-content .f-tabbed-head li a:hover,
.f-tabbed-head li.active a,
.f-tabbed-head li a:hover {
    color: #0083b9;
}

/*sort*/

ul.f-tabbed-sort {
    float: right;
}

ul.f-tabbed-sort li {
    border-right: 0;
    border-left: 1px solid #dbdbdb;
}

ul.f-tabbed-sort li a {
    padding: 10px 15px 10px 1px;
    outline: none;
}

ul.f-tabbed-sort li span {
    font-size: 32px;
    position: relative;
    right: -6px;
    bottom: -9px;
    line-height: 0;
}

ul.f-tabbed-sort li.list span {
    right: -1px;
}

ul.f-tabbed-sort li.list a {
    padding: 10px 15px 10px 6px;
}

/*feature tabbed body*/

.f-tabbed-body .f-tabbed-grid {
    overflow: hidden;
    padding-top: 15px;
    margin: 0 -7px -14px -7px;
}

ul.f-tabbed-grid li {
    float: left;
    width: 50%;
    min-height: 179px;
    position: relative;
    padding: 0 7px;
    margin-bottom: 14px;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

ul.f-tabbed-grid.f-tabbed-cols3 li {
    width: 33.3%;
}

ul.f-tabbed-grid.f-tabbed-cols4 li {
    width: 25%;
}

ul.f-tabbed-grid.f-tabbed-cols5 li {
    width: 20%;
}

ul.f-tabbed-grid.f-tabbed-cols2 li:nth-child(2n+1), ul.f-tabbed-grid.f-tabbed-cols3 li:nth-child(3n+1), ul.f-tabbed-grid.f-tabbed-cols4 li:nth-child(4n+1), ul.f-tabbed-grid.f-tabbed-cols5 li:nth-child(5n+1) {
    clear: left;
}

ul.f-tabbed-grid li img,
ul.f-tabbed-list li .post-thumbnail img,
.cat-grid li img,
.cat-list li img {
    -webkit-transition: none !important;
}

ul.f-tabbed-grid li img {
    width: 100%;
    height: auto;
}

ul.f-tabbed-grid li:nth-child(2n+1) {
    margin-right: 0;
}

.slider-mpop-big .f-p-title,
ul.f-tabbed-grid li .f-p-title {
    background: rgba(0, 0, 0, 0.40);
    right: 7px;
    left: 7px;
    bottom: 0;
    position: absolute;
    padding: 11px 20px 14px 11px;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}

.slider-mpop-big .f-p-title h2 a,
ul.f-tabbed-grid li .f-p-title h2 a {
    color: white;
    font-size: 18px;
    font-weight: 300;
}

ul.f-tabbed-grid li .f-p-title h2 a {
    margin-right: 33px;
}

ul.f-tabbed-grid li .entry-content,
ul.f-tabbed-grid li .entry-meta {
    display: none;
}

.f-p-title .post-format-icon:before,
.post-list .post-format-icon:before {
    font-family: 'brankic';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    color: #fff;
    content: "";
    position: absolute;
    bottom: 6px;
    right: 2px;
}

.f-tabbed-list .format-chat .post-format-icon:before {
    font-size: 18px !important;
}

.format-chat .post-format-icon:before {
    font-family: 'momizat' !important;
    content: "\e66b" !important;
}

.format-video .post-format-icon:before {
    content: "\e62d" !important;
    line-height: 29px !important;
    padding-left: 1px;
}

.format-audio .post-format-icon:before {
    font-family: 'font-awesome' !important;
    content: "\e711" !important;
}

.format-quote .post-format-icon:before {
    font-family: 'momizat' !important;
    content: "\e676" !important;
}

.format-image .post-format-icon:before {
    content: "\e650" !important;
    line-height: 29px !important;
    padding-left: 1px;
}

.ajax-search-results > a.format-standard .post_format:before,
.format-standard .post-format-icon:before {
    content: "\e621" !important;
}

.format-gallery .post-format-icon:before {
    font-family: 'momizat' !important;
    content: "\e60e" !important;
}

.format-chat .post-format-icon:before {
    font-family: 'momizat' !important;
    content: "\e66b" !important;
}

ul.f-tabbed-grid li.format-chat .f-p-title .post-format-icon:before {
    font-size: 20px;
    right: 7px;
    bottom: 8px;
}

ul.f-tabbed-grid li.format-audio .f-p-title .post-format-icon:before {
    right: 7px;
    font-size: 24px;
}

ul.f-tabbed-grid li.format-quote .f-p-title .post-format-icon:before {
    right: 7px;
    font-size: 23px;
}

ul.f-tabbed-grid li.format-gallery .f-p-title .post-format-icon:before {
    right: 7px;
    font-size: 22px;
}

/*feature tabbed list*/

ul.f-tabbed-list {
    margin: 0 -15px 0 -15px;
}

ul.f-tabbed-list li {
    overflow: hidden;
    padding: 15px 15px 10px;
    border-bottom: 1px solid #e1e1e1;
}

ul.f-tabbed-list li:last-child {
    border-bottom: 0;
}

ul.f-tabbed-list li .post-thumbnail img {
    float: left;
    margin-right: 15px;
    width: 170px;
    height: 115px;
}

ul.f-tabbed-list li h2 a {
    display: block;
    font-size: 18px;
    font-weight: 700 !important;
    color: #4e4e4e;
    margin: -3px 0 10px;
}

ul.f-tabbed-list li .entry-meta {
    margin-top: 11px;
}

ul.f-tabbed-list li .entry-meta .momizat-icon-eye {
    position: relative;
    top: 4px;
    font-size: 18px;
}

ul.f-tabbed-list li .entry-meta .post-views {
    position: relative;
    top: -4px;
}

ul.f-tabbed-list li .entry-content P {
    margin-bottom: 0;
}

ul.f-tabbed-list .f-p-title {
    position: relative;
}

ul.f-tabbed-list .f-p-title .post-format-icon:before {
    content: "";
    font-family: 'brankic';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.40);
    position: absolute;
    top: 88px;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 28px;
    margin-left: -185px;
}

ul.f-tabbed-list .format-audio .post-format-icon:before {
    font-size: 19px;
    line-height: 31px;
}

ul.f-tabbed-list .format-standard .post-format-icon:before,
ul.f-tabbed-list .format-image .post-format-icon:before {
    font-size: 26px;
}

ul.f-tabbed-list .format-quote .post-format-icon:before,
ul.f-tabbed-list .format-gallery .post-format-icon:before {
    font-size: 20px;
}

ul.f-tabbed-list .f-tabbed-list-content {
    margin-left: 185px;
}

/*Scroller*/
.scroller {
    margin: 0 15px;
}

.col2 .scroller {
    margin: 0;
}

.scroller ul {
    margin: 0 auto;
    position: relative;
    padding: 5px 0;
}

.col2 .scroller ul {
    width: 920px;
}

.scroller ul li {
    float: left;
    position: relative;
    text-align: center;
    display: none;
    /* margin-right: 1px; */
}

.scroller ul .owl-item li {
    display: block;
    width: 100%;
}

.col2 .scroller ul li {
    width: 229px;
    height: 154px;
}

.scroller ul li:nth-child(4n+4) {
    margin-right: 0;
}

.scroller ul li img {
    display: block;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    -webkit-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
    width: 274px;
    height: 183px;
}

.col2 .scroller ul li img {
    width: 229px;
    height: 154px;
}

.scroller ul li a {
    display: block;
    background: #000;
}

.scroller ul li:hover img {
    opacity: 1;
}

.scroller ul li h2 {
    position: absolute;
    width: 100%;
    bottom: 20px;
    padding: 0 20px;
    font-size: 17px;
    font-weight: 700 !important;
    color: white;
    text-shadow: 0 0 6px #000;
    -webkit-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.scroller ul li .entry-meta {
    position: absolute;
    bottom: -5px;
    width: 100%;
    font-size: 13px;
    color: white;
    opacity: 0;
    text-shadow: 0 0 6px #000;
    -webkit-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
    text-align: center;
}

.col2 .scroller ul li .entry-meta {
    width: 100%;
}

.scroller ul li .entry-meta a {
    background: transparent;
    display: inline-block;
    color: white;
}

.scroller2 ul li .entry-meta .author-link,
.scroller ul li .entry-meta .author-link,
.scroller2 ul li .entry-meta time,
.scroller ul li .entry-meta time,
.scroller2 ul li .entry-meta .cat-link,
.scroller ul li .entry-meta .cat-link {
    float: none;
    display: inline-block;
}

.scroller2 ul li .entry-meta time,
.scroller ul li .entry-meta time {
    margin: 0 10px;
}

.scroller2 ul li .entry-meta .cat-link,
.scroller ul li .entry-meta .cat-link {
    margin-right: 0;
}

.scroller ul li:hover .entry-meta {
    bottom: 5px;
    opacity: 1;
}

.scroller ul li:hover h2 {
    bottom: 20px;
    margin-bottom: 20px;
}

.scroller .owl-prev,
.scroller .owl-next,
.scroller2 .owl-prev,
.scroller2 .owl-next {
    text-indent: -9999px;
}

.scroller .owl-next,
.scroller .owl-prev {
    float: left;
}

.scroller .owl-next:after,
.scroller .owl-prev:before {
    font-family: 'font-awesome';
    content: "\e6e8";
    text-indent: 0;
    float: left;
    width: 11px;
    height: 18px;
    position: absolute;
    left: -21px;
    bottom: 45%;
    font-size: 31px;
    color: #dbdbdb;
}

.col2 .scroller .owl-next:after,
.col2 .scroller .owl-prev:before {
    font-size: 25px;
    left: -15px;
}

.scroller .owl-buttons {
    width: 0;
    height: 0;
}

.scroller .owl-next:after {
    content: "\e6e9";
    left: auto;
    float: right;
    right: -21px;
}

.col2 .scroller .owl-next:after {
    float: right;
    left: auto;
    right: -17px;
}

/*scroller style2*/

.scroller2 {
    margin: -15px -14px -15px -15px;
    overflow: hidden;
}

.scroller2 li {
    float: left;
    padding: 15px;
    width: 259px;
    border-right: 1px solid #e4e4e4;
    text-align: center;
    padding-bottom: 220px;
    margin-bottom: -195px;
    display: none;
}

.scroller2 ul .owl-item li {
    display: block;
}

.col2 .scroller2 li {
    width: 209px;
}

.scroller2 li img {
    display: block;
    width: 260px;
    height: 175px;
    margin-bottom: 15px;
}

.col2 .scroller2 li img {
    display: inline-block;
    width: 209px;
    height: 140px;
}

.scroller2 ul li h2 {
    font-size: 17px;
}

.scroller2 ul li h2 a {
    color: #2d2d2d;
}

.scroller2 li .entry-meta {
    margin-top: 13px;
    overflow: hidden;
}

.col2 .scroller2 li .entry-meta {
    padding: 0 4px 0 3px;
}

.scroller2 .owl-stage-outer {
    border-bottom: 1px solid #e4e4e4;
}

.scroller2 .owl-controls {
    position: relative;
}

.scroller2 .owl-next:after,
.scroller2 .owl-prev:before {
    position: absolute;
    font-family: 'font-awesome';
    content: "\e6e8";
    text-indent: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #e4e4e4;
    bottom: 20%;
    left: 10px;
    text-align: center;
    line-height: 25px;
    color: #999999;
    font-size: 22px;
}

.scroller2 .owl-nav {
    height: 48px;
}

.scroller2 .owl-prev {
    float: left;
}

.scroller2 .owl-next {
    float: right;
}

.scroller2 .owl-next:after {
    content: "\e6e9";
    right: 10px;
    left: inherit;
}

.scroller2 .owl-dots {
    bottom: 18px;
    left: 50%;
    position: absolute;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.scroller2 .owl-dots .owl-dot {
    width: 11px;
    height: 11px;
    border: 1px solid #d2d2d2;
    float: left;
    margin-right: 3px;
    position: relative;
}

.scroller2 .owl-dots .owl-dot.active:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #999999;
    position: absolute;
    top: 2px;
    left: 2px;
}

/*news boxes*/

header.block-title {
    background: #e9e9e9;
    height: 38px;
    line-height: 38px;
    margin: -15px -15px 15px;
    padding: 0 0 0 15px;
    border-bottom: 1px solid #e1e1e1;
}

header.block-title h2 a,
header.block-title h2 {
    font-size: 17px;
    font-weight: 700 !important;
    color: #0083b9;
    float: left;
}

.nb5 .first-item .post-format-icon:before {
    top: 57px;
    bottom: inherit;
}

.nb1 .entry-content p,
.nb2 .entry-content p,
.nb3 .entry-content p,
.nb4 .entry-content p,
.nb5 .entry-content p,
.nb6 .entry-content p {
    margin-bottom: 0;
}

.nb1 .post-format-icon:before,
.nb2 .first-item .post-format-icon:before,
.nb3 .first-item .post-format-icon:before,
.nb4 .first-item .post-format-icon:before,
.nb5 .first-item .post-format-icon:before,
.nb6 .post-format-icon:before {
    content: "";
    font-family: 'brankic';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.40);
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 28px;
}

.nb1 .format-audio .post-format-icon:before,
.nb2 .first-item.format-audio .post-format-icon:before,
.nb3 .first-item.format-audio .post-format-icon:before,
.nb4 .first-item.format-audio .post-format-icon:before,
.nb5 .first-item.format-audio .post-format-icon:before,
.nb6 .format-audio .post-format-icon:before,
.blog_posts .format-audio .post-format-icon:before {
    font-size: 19px;
    line-height: 33px;
}

.nb1 .format-standard .post-format-icon:before,
.nb2 .first-item.format-standard .post-format-icon:before,
.nb3 .first-item.format-standard .post-format-icon:before,
.nb4 .first-item.format-standard .post-format-icon:before .nb5 .first-item.format-standard .post-format-icon:before,
.nb6 .format-standard .post-format-icon:before,
.nb1 .format-image .post-format-icon:before,
.nb2 .first-item.format-image .post-format-icon:before,
.nb3 .first-item.format-image .post-format-icon:before,
.nb4 .first-item.format-image .post-format-icon:before,
.nb5 .first-item.format-image .post-format-icon:before,
.nb6 .format-image .post-format-icon:before,
.blog_posts .format-image .post-format-icon:before {
    font-size: 26px;
}

.nb1 .format-quote .post-format-icon:before,
.nb2 .first-item.format-quote .post-format-icon:before,
.nb3 .first-item.format-quote .post-format-icon:before,
.nb4 .first-item.format-quote .post-format-icon:before,
.nb5 .first-item.format-quote .post-format-icon:before,
.nb6 .format-quote .post-format-icon:before,
.nb1 .format-gallery .post-format-icon:before,
.nb2 .first-item.format-gallery .post-format-icon:before,
.nb3 .first-item.format-gallery .post-format-icon:before,
.nb4 .first-item.format-gallery .post-format-icon:before,
.nb5 .first-item.format-gallery .post-format-icon:before,
.nb6 .format-gallery .post-format-icon:before,
.blog_posts .format-gallery .post-format-icon:before,
.blog_posts .format-quote .post-format-icon:before {
    font-size: 20px;
}

.nb1 .format-chat .post-format-icon:before,
.nb2 .first-item.format-chat .post-format-icon:before,
.nb3 .first-item.format-chat .post-format-icon:before,
.nb4 .first-item.format-chat .post-format-icon:before,
.nb5 .first-item.format-chat .post-format-icon:before,
.nb6 .format-chat .post-format-icon:before,
.blog_posts .format-chat .post-format-icon:before {
    font-size: 16px;
}

ol.nb-tabbed-head {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}

ol.nb-tabbed-head li {
    float: left;
    height: 38px;
    border-left: 1px solid #dbdbdb;
    position: relative;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

ol.nb-tabbed-head li:hover {
    background: white;
}

ol.nb-tabbed-head li a {
    padding: 10px;
    outline: none;
}

ol.nb-tabbed-head li.active {
    font-weight: 400;
    background: white;
}

ol.nb-tabbed-head li:after,
ol.nb-tabbed-head li:before {
    top: 88%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

ol.nb-tabbed-head li:hover:after,
ol.nb-tabbed-head li:hover:before {
    top: 100%;
    opacity: 1;
}

ol.nb-tabbed-head li.active:after,
ol.nb-tabbed-head li.active:before {
    content: "";
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    opacity: 1;
}

ol.nb-tabbed-head li:before,
ol.nb-tabbed-head li.active:before {
    border-color: rgba(240, 240, 240, 0);
    border-top-color: #e5e5e5;
    border-width: 6px;
    margin-left: -6px;
}

ol.nb-tabbed-head li:after,
ol.nb-tabbed-head li.active:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 4px;
    margin-left: -4px;
}

ol.nb-tabbed-head li.active a {
    color: #0083b9;
}

/*newsbox1*/
.nb1 ul {
    margin: -15px -15px;
    overflow: hidden;
}

.nb1 ul+.show-more {
    margin-top: 15px;
}

.cat-grid li {
    position: relative;
}

.cat-grid li,
.nb1 ul li {
    float: left;
    width: 50%;
    padding: 14px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #e4e4e4;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.cat-grid li:nth-child(2n+1),
.nb1 ul li:nth-child(2n+1) {
    clear: left;
}

.cat-grid.grid-col-3 li {
    width: 33.3%;
}

.cat-grid.grid-col-3 li:nth-child(2n+1) {
    clear: none;
}

.cat-grid.grid-col-3 li:nth-child(3n+1) {
    clear: left;
    border-left: 0;
}

.nb5 ul li:nth-child(2n+1):before,
.nb3 ul li:nth-child(2n+1):before,
.cat-grid li:nth-child(2n+1):before,
.cat-grid.grid-col-3 li:nth-child(3n+1):before
{
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    left: 100%;
    top: -1px;
    content: '';
    padding-right: 1px;
}

.cat-grid.grid-col-3 li:nth-child(3n+1):before {
    width: 200%;
}

.nb1 ul li {
    padding-bottom: 200px;
    margin-bottom: -190px;
}

/* news list */
.news-list ul li {
    float: none;
    width: auto;
    padding-bottom: 14px;
    margin-bottom: 0;
    border-width: 0px 0 1px 0;
}

.news-list ul li .entry-content {
    margin-bottom: 10px;
}

.news-list ul li .entry-content:last-child {
    margin-bottom: 0;
}

.news-list ul li .entry-meta {
    margin-top: 0;
}

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

.cat-grid li:nth-child(2n+2),
.nb1 ul li:nth-child(2n+2) {
    border-right: 0;
}

.nb1 ul li:first-child,
.nb1 ul li:nth-child(2) {
    border-top: 0;
}

.nb1 ul li .post-thumbnail img {
    margin-bottom: 15px;
}

.nb1 ul li h2 a,
.nb2 .first-item h2 a,
.nb3 .first-item h2 a,
.nb4 .first-item h2 a,
.nb5 .first-item h2 a,
.nb6 ul li h2 a {
    font-size: 19px;
    font-weight: 700 !important;
    color: #2d2d2d;
    line-height: 24px;
    display: block;
    margin-bottom: 9px;
}

.site-content .nb1 h2 {
    margin: 0;
}

.entry-meta i {
    font-size: 14px;
}

/*newsbox2*/
.nb2 {
    margin: -15px;
    overflow: hidden;
}

.nb2 .first-item,
.nb4 .first-item {
    width: 259px;
    float: left;
    padding: 14px;
}

.nb2 .first-item .entry-meta,
.nb4 .first-item .entry-meta {
    margin: 9px 0 5px;
}

.nb2 ul,
.nb4 ul {
    margin-left: 287px;
    border-left: 1px solid #e4e4e4;
    margin-bottom: -999px !important;
    padding-bottom: 999px;
}

.nb2 ul li {
    padding: 10px 15px !important;
}

.nb2 ul li,
.nb4 ul li {
    overflow: hidden;
    padding: 15px;
    border-bottom: 1px solid #e4e4e4;
}

.nb2 ul li:last-child,
.nb4 ul li:last-child {
    border-bottom: 0;
}

.nb2 ul li h2 a,
.nb5 ul li h2 a {
    font-size: 16px;
    font-weight: 300;
    color: #2d2d2d;
    line-height: 24px;
    display: block;
}

.nb2 ul li .entry-meta,
.nb5 ul li .entry-meta {
    margin-top: 3px;
}

.nb2 ul li.show-more {
    padding: 9px 0;
    text-align: center;
}

.nb2 ul li.show-more a {
    font-size: 15px;
    display: block;
}

.newb2.show-more {
    margin-top: 15px;
}

/*newsbox3*/
.nb3,
.nb4,
.nb5,
.nb6 {
    overflow: hidden;
    margin: -15px -15px 0;
}

.nb3 .first-item {
    float: left;
    width: 50%;
    padding: 14px;
    border-width: 0 1px 0px 0;
    border-style: solid;
    border-color: #e4e4e4;
    padding-bottom: 214px;
    margin-bottom: -200px;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;

}

.nb3 .first-item:nth-child(2n+2) {
    border-right: 0;
}

.nb3 .first-item .post-thumbnail img {
    margin-bottom: 15px;
}

.nb3 ul li:nth-child(2n+1) {
    clear: left;
}

.nb3 ul li,
.nb5 ul li {
    width: 50%;
    float: left;
    padding: 14px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #e4e4e4;
    position: relative;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.nb5 ul li:first-child,
.nb5 ul li:nth-child(2) {
    border-top: none;
}

.nb3 ul li:nth-child(2n+2),
.nb5 ul li:nth-child(2n+2) {
    border-right: none;
}

.nb3 ul li .post-thumbnail img {
    max-width: 80px;
}

.nb3 ul li .post-thumbnail img,
.nb4 ul li .post-thumbnail img {
    float: left;
    margin-right: 15px;
    max-width: 80px;
}

.nb3 ul li h2 a,
.nb4 ul li h2 a {
    display: block;
    font-size: 15px;
    font-weight: 300;
    color: #2d2d2d;
    margin-top: -3px;
    line-height: 18px;
}

.nb3 ul li .entry-meta,
.nb4 ul li .entry-meta {
    margin-top: 3px;
}

.nb3 ul li .entry-meta .brankic-icon-calendar,
.nb4 ul li .entry-meta .brankic-icon-calendar {
    font-size: 16px;
}

/*Newsbox4*/

.nb4 .first-item .post-thumbnail img {
    margin-bottom: 10px;
}

.nb4 .first-item .entry-meta {
    margin-bottom: 0;
}

/*newsbox5*/

.nb5 ul li {
    padding: 9px 14px;
    padding-bottom: 35px;
    margin-bottom: -25px;
}

.nb5 .first-item {
    padding: 14px;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
}

.nb5 .first-item h2 a {
    margin-bottom: 15px;
}

.nb5 .first-item .post-thumbnail img {
    float: left;
    margin-right: 15px;
}

.nb5 .first-item .entry-meta {
    margin-top: 11px;
}

.nb5 h2 {
    margin: 0;
}

/*Newsbox6*/

.nb6 ul {
    overflow: hidden;
}

.nb6 ul li {
    float: left;
    width: 33.3%;
    padding: 15px 14px 11px 15px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #e4e4e4;
    padding-bottom: 215px;
    margin-bottom: -200px;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;

}

.nb6 ul li:nth-child(3n+1) {
    clear: left;
}

.nb6 ul li:nth-child(3n+3) {
    border-right: 0;
}

.nb6 ul li:nth-child(-n+3) {
    border-top: 0;
}

.nb6 ul li .post-thumbnail img {
    margin-bottom: 10px;
}

/* Video box */
.vid-box-wrap ul.widget-tabbed-header {
    width: 32.6%;
    margin: -2px 0 0 -15px;
    float: left;
    position: absolute;
    top: 1px;
}

.vid-box-wrap .widget-tabbed-body,
.vid-box-wrap.main_tabs {
    border: none;
}

.vid-box-wrap.main_tabs {
    background: #fafafa;
    margin: -15px;
}

.vid-box-wrap ul.widget-tabbed-header li {
    width: 48.55%;
}

.vid-box-wrap ul.widget-tabbed-header li a {
    font-weight: bold;
    text-transform: inherit;
    font-size: 15px;
    padding: 0 41px;
    z-index: 99;
}

.vid-box-wrap .widget-tabbed-body {
    padding-top: 19px;
}

.mgw-inner > * {
    max-width: 100%;
}

.vid-vert {
    position: relative;
    overflow: hidden;
    width: 32.6%;
    height: 428px;
    margin: 21px 16px -15px -15px;
    border-right: 1px solid #dbdbdb;
    float: left;
}

.vid-box-nav {
    background: #fff;
    width: 100%;
    height: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.vid-box-nav li {
    padding: 14.4px 15px;
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb !important;
}

.vid-box-nav li.active,
.vid-box-nav li:hover {
    background: #fafafa;
}

.vid-box-nav li img {
    width: 82px;
    height: 56px;
    float: left;
    margin-right: 15px;
}

.vid-box-nav li h2 {
    font-size: 17px;
}

.vid-box-nav li:hover a,
.vid-box-nav li.active h2 a {
    color: #0083b9;
}

.vid-box-nav li .entry-meta {
    margin-top: 4px;
}

.vid-carousel-stage {
    position: relative;
    width: 67%;
    overflow: hidden;
    height: 460px;
}

.vid-box-item-wrap {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.vid-box-item-wrap li {
    float: left;
    position: relative;
    padding: 0;
    width: 758px;
}

.vid-item.format-audio a.vid-item-img:before,
.vid-item.format-video a.vid-item-img:before {
    content: "\e705";
    font-family: 'momizat';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 48%;
    color: #fff;
    z-index: 999;
    font-size: 48px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.45);
}

.vid-item img {
    max-width: 100%;
}

.vid-item h2 {
    position: absolute;
    bottom: 6px;
    background: rgba(0, 0, 0, 0.48);
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.vid-item h2 a {
    color: white;
    font-size: 27px;
    font-weight: bold;
}

.vid-items-arrnav {
    position: absolute;
    top: 45% !important;
    width: 100%;
    z-index: 99;
}

.vid-items-arrnav a {
    width: 42px;
    height: 50px;
    background: rgba(0, 0, 0, 0.48);
    display: inline-block;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 24px;
}

.vid-items-arrnav a.vid-items-nav0 {
    float: left;
}

.vid-items-arrnav a.vid-items-nav0 i {
    left: -1px;
}

.vid-items-arrnav a.vid-items-nav1 {
    float: right;
}

.vid-items-arrnav a.vid-items-nav1 i {
    right: -1px;
}

.vid-items-arrnav a i {
    position: relative;
    top: 1px;
}

.nav-arr-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 25px;
    line-height: 25px;
    background: #e9e9e9;
    border-top: 1px solid #dbdbdb;
    overflow: hidden;
    width: 31.85%;
}

.nav-arr-nav a {
    display: inline-block;
    padding: 0 80.8px;
    font-size: 22px;
    border-right: 1px solid #dbdbdb;
    float: left;
}

.nav-arr-nav a:hover {
    background: #fff;
}

.col2 .vid-box-item-wrap li {
    width: 624px;
}

.col2 .vid-item h2 {
    bottom: -1px;
}

.col2 .vid-box-wrap ul.widget-tabbed-header li a {
    padding: 0 26px;
}

.col2 .vid-carousel-stage {
    width: 624px;
    height: 384px;
}

.col2 .nav-arr-nav {
    width: 31.55%;
}

.col2 .nav-arr-nav a {
    padding: 0 64px;
}

.col2 .vid-vert {
    height: 351px;
    width: 32.5%;
}

.col2 .vid-box-wrap ul.widget-tabbed-header {
    width: 32.3%;
}

.main-content .widget-tabbed-header,
.main-content .vid-box-nav li h2,
.main-content .vid-box-nav li .entry-meta,
.main-content .nav-arr-nav {
    display: none;
}

.main-content .vid-vert {
    margin: -18px 16px -15px -15px;
    width: 18%;
    height: 306px;
}

.main-content .vid-box-nav li img {
    height: 47px;
}

.main-content .vid-carousel-stage {
    width: 446px;
    height: 275px;
}

.main-content .vid-box-item-wrap li {
    width: 446px;
}

.main-content .vid-item h2 {
    bottom: 0;
    padding: 17px;
}

.main-content .vid-item h2 a {
    font-weight: normal;
    font-size: 21px;
}

.main-content .vid-item.format-audio a.vid-item-img:before, .vid-item.format-video a.vid-item-img:before {
    font-size: 38px;
}

.main-content .vid-items-arrnav {
    top: 42% !important;
}

.main-content .vid-items-arrnav a {
    font-size: 19px;
    width: 37px;
    height: 45px;
}

.main-content .vid-items-arrnav a i {
    top: -1px;
}

.one-side-wide .main-content .vid-carousel-stage {
    width: 640px;
    height: 394px;
}

.one-side-wide .main-content .vid-box-item-wrap li {
    width: 640px;
}

.one-side-wide .vid-item h2 {
    bottom: -1px;
}

.one-side-wide .vid-box-wrap ul.widget-tabbed-header li a {
    padding: 0 26px;
}

.one-side-wide .nav-arr-nav {
    width: 31.55%;
}

.one-side-wide .nav-arr-nav a {
    padding: 0 64px;
}

.one-side-wide .main-content .vid-vert {
    height: 426px;
    width: 15.3%;
}

.one-side-wide .vid-box-wrap ul.widget-tabbed-header {
    width: 32.3%;
}

.one-side-wide .main-content .vid-box-nav li img {
    width: auto;
    height: auto;
}

/*newspics*/
.nip {
    margin: -15px;
    padding: 14px;
}

.nip .first-item {
    float: left;
    margin-right: 14px;
}

.nip .first-item img {
    height: 240px;
    width: 359px;
}

.nip ul {
    margin: -4px;
    margin-left: 371px;
}

.nip ul li {
    float: left;
    padding: 2px;
}

.nip ul li img {
    width: 85px;
    height: 57px;
}

.nip ul li:nth-child(2n+2) {
    margin-right: 0
}

.media-filter,
.secondary-sidebar {
    /*padding: 13px 14px 0;
        width: 170px;*/
    width: 198px;
    float: left;
    margin: 0 0 0 10px;
    background: white;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 1px 0 #e5e5e5;
    box-shadow: 0 1px 0 #e5e5e5;
    margin-bottom: 20px;
}

.sidebar {
    /*padding: 13px 13px 0;
        width: 336px;*/
    width: 362px;
    float: right;
    background: white;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 1px 0 #e5e5e5;
    box-shadow: 0 1px 0 #e5e5e5;
    margin-bottom: 20px;
}
.sws2{
    background: transparent;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 0;
}
.sidebar.sws2 .widget,
.secondary-sidebar.sws2 .widget{
    background: white;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 1px 0 #e5e5e5;
    box-shadow: 0 1px 0 #e5e5e5;
    margin-bottom: 20px;
}
.sidebar.sws2 .widget-title, .secondary-sidebar.sws2 .widget-title{
    margin-top: -14px;
}
.secondary-sidebar.sws2{
    width: 200px;
}
.sidebar.sws2{
    width: 364px;
}
.secondary-sidebar .widget,
.sidebar .widget {
    padding: 13px 13px;
    margin-bottom: 0;
}

.sidebar .widget-title,
.secondary-sidebar .widget-title {
    margin: -13px -14px 13px;
}

.sidebar, .secondary-sidebar {
    position: relative;
}

/* ==========================================================================
   widgets
   ========================================================================== */
.widget-title h2:empty {
    background: #dbdbdb !important;
    border: none !important;
    height: 1px !important;
}

.secondary-sidebar .widget-title h2,
.sidebar .widget-title h2 {
    padding: 0 15px;
    background: #e9e9e9;
    border: 1px solid #dbdbdb;
    height: 38px;
    line-height: 38px;
}

.widget-title h2 {
    font-size: 17px;
    font-weight: 700 !important;
    color: #2d2d2d;
}

/*.sidebar .widget-title {
    margin: 0 -14px 13px;
}
.widget {
    margin-bottom: 15px;
}*/
.widget:first-child .widget-title {
    margin-top: -14px;
}

.widget:first-child .widget-title h2:empty {
    background: none !important;
}

/* newsletter */
.newsletter .nsd {
    margin: 0 0 10px;
}

.newsletter .nsf {
    width: 72%;
    float: left;
}

.sidebar .newsletter .nsf {
    width: 68%;
}

.newsletter .nsb {
    width: 28%;
    height: 40px;
    font-size: 14px;
}

.sidebar .newsletter .nsb {
    width: 22%;
    box-sizing: content-box;
}

.secondary-sidebar .newsletter .nsf {
    width: 100%;
    float: none;
    margin-bottom: 10px;
}

.mom-newsletter .sf-loading {
    position: absolute;
    top: 11px;
    margin-left: -23px;
    z-index: 10;
    display: none;
}

.sidebar .mom-newsletter .sf-loading {
    left: 68%;
}

.footer .mom-newsletter .sf-loading {
    left: 65%;
    top: 10px;
}

.secondary-sidebar .mom-newsletter .sf-loading {
    right: 5px;
}

.mom-newsletter form {
    position: relative;
}

.mom-newsletter .sf-loading img {
    opacity: 1;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

.secondary-sidebar .nsb {
    width: 50%;
}

/*post list widget*/

.secondary-sidebar .post-list {
    margin: -15px;
}

.secondary-sidebar .post-list li {
    overflow: hidden;
    padding: 14px;
    border-bottom: 1px solid #e5e5e5;
}

.secondary-sidebar .post-list li:last-child {
    border-bottom: 0;
}

.secondary-sidebar .post-list li img {
    margin: 0 auto 10px;
}

.sidebar .post-list li h2 {
    margin-top: -4px;
}

.sidebar .post-list li:first-child h2 {
    margin-top: 0;
}

.sidebar .post-list li h2 a,
.secondary-sidebar .post-list li h2 a {
    display: block;
    font-size: 17px;
    font-weight: 300;
    color: #2d2d2d;
    line-height: 19px;
}

.secondary-sidebar .post-list li .entry-meta {
    overflow: hidden;
    color: #c6c6c6;
    margin: 3px 0 5px;
}

.secondary-sidebar .post-list li .comments-link,
.secondary-sidebar .post-list li .entry-meta i {
    display: none;
}

.secondary-sidebar .post-list li .read-more-link {
    font-size: 13px;
    color: #0083b9;
    float: left;
}

/*post list widget sidebar*/
.footer .post-list li .comments-link,
.footer .post-list li .read-more-link,
.sidebar .post-list li .read-more-link {
    display: none;
}

.sidebar .post-list {
    margin: -13px -13px 0;
}

.sidebar .post-list li {
    padding: 15px 15px 11px;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
}

.sidebar .post-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0 !important;
}

.footer .post-list li img,
.sidebar .post-list li img {
    float: left;
    max-width: 80px;
    max-height: 54px;
    margin: 0 15px 4px 0;
}

.footer .post-list li:last-child img,
.sidebar .post-list li:last-child img {
    margin-bottom: 0;
}

.sidebar .post-list li .entry-meta {
    margin-top: 5px;
}

/*post list tab*/
.widget-tab .entry-meta time {
    margin-right: 17px;
}

.sidebar .widget-tab .post-list {
    margin: 0;
}

.secondary-sidebar .widget-tab .post-list {
    margin: 0;
}

.widget-tab .post-list li {
    overflow: hidden;
    padding: 15px 0 11px;
    border-bottom: 1px solid #e5e5e5;
}

.widget-tab .post-list li:first-child {
    padding-top: 0;
}

.widget-tab .post-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.widget-tab .post-list li img {
    float: left;
    margin-right: 15px;
}

.widget-tab .post-list li h2 a {
    display: block;
    font-size: 17px;
    color: #2d2d2d;
    font-weight: 300;
    line-height: 18px;
    margin-top: -3px;
}

.widget-tab .post-list li .entry-meta {
    font-weight: 300;
    font-size: 14px;
    margin-top: 5px;
    color: #c6c6c6;
}

.post-list .post-format-icon:before {
    font-size: 21px;
    color: #c6c6c6;
    position: relative;
    float: left;
    bottom: inherit;
    right: inherit;
    margin-right: 6px;
}

.post-list .format-video .post-format-icon:before {
    left: -2px;
    bottom: -3px;
    margin-right: 4px;
}

.post-list .format-audio .post-format-icon:before {
    font-size: 18px;
    margin: 7px 10px 0 0;
}

.post-list .format-image .post-format-icon:before {
    left: -2px;
    margin: 2px 4px 0 0;
}

.post-list .format-standard .post-format-icon:before {
    left: -4px;
    margin: 3px 2px 0 0;
}

.post-list .format-chat .post-format-icon:before {
    font-size: 15px;
    margin: 7px 8px 0 0;
}

/*reivew widget*/

.sidebar .post-list.review-widget li {
    padding: 15px 15px 10px;
}

.review-widget li .rev-title {
    color: #c6c6c6;
    font-size: 12px;
}

.review-widget li .entry-review {
    margin-top: 3px;
}

.review-widget li small {
    color: #2d2d2d;
    font-size: 12px;
    margin-left: 5px;
}

/* ads widgets */
.ads120 a {
    float: left;
    margin: 0 24px;
}

.ads120b a {
    margin: 24px;
    float: left;
}

.ads120x a {
    float: left;
    margin: 24px;
}

.ads125 a {
    float: left;
    margin: 21px;
}

.ads250,
.ads300,
.ads160 {
    text-align: center;
}

.ads250 a img,
.ads300 a img,
.ads160 a img {
    display: inline-block;
}

.ads300x a img {
    margin: 18px;
}

.ads160 a:nth-child(2n+2) {
    margin-left: 9px;
}

/*Tags*/
.tagcloud {
    margin: -2px 0;
}

.tagcloud a {
    display: inline-block;
    padding: 4px 9px;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    color: #a3a3a3;
    font-weight: 300;
    font-size: 13px !important;
    margin: 2px;
    -webkit-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

.tagcloud a:hover {
    border: 1px solid #0083b9;
    color: #0083b9;
}

footer.footer .tagcloud a {
    background: #444444;
    color: #b0b0b0;
    border-color: #1a1a1a;
}

footer.footer .tagcloud a:hover {
    color: #d4d4d4;
}

/*Social counter*/

.sidebar .social-counter {
    overflow: hidden;
    text-transform: uppercase;
}

.sidebar .social-counter li {
    float: left;
    width: 81px;
    text-align: center;
    margin: 10px 4px 0 0;
    color: #262626;
    font-size: 11pt;
    font-weight: 300;
}

.sidebar .social-counter li:hover .sc-header {
    border-color: #b4b4b4;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

.sidebar .social-counter li:nth-child(-n+4) {
    margin-top: 0;
}

.sidebar .social-counter li:nth-child(4n+4) {
    margin-right: 0;
}

.sidebar .social-counter li .sc-header {
    border: 1px solid #e1e1e1;
    border-bottom: none;
}

.sidebar .social-counter li a {
    display: block;
    padding: 10px 0 6px;
    color: #262626;
}

.sidebar .social-counter li .sc-header i {
    display: block;
    line-height: 1;
}

.sidebar .social-counter li small {
    font-size: 78%;
}

.sidebar .social-counter li .sc-footer {
    background: #8b8b8b;
    color: white;
    font-size: 14px;
    font-weight: 300;
    padding: 8px 0;
}

.sidebar .social-counter li.sc-twitter i {
    color: #00baff;
    font-size: 22px;
    margin-bottom: 3px;
}

.sidebar .social-counter li.sc-facebook i {
    color: #44619d;
    font-size: 22px;
    padding: 1px 0 2px;
}

.sidebar .social-counter li.sc-rss i {
    color: #ff7e00;
    font-size: 25px;
}

.sidebar .social-counter li.sc-google i {
    color: #e71414;
    font-size: 23px;
    padding: 1px 0;
}

.sidebar .social-counter li.sc-youtube i {
    color: #c30000;
    font-size: 25px;
}

.sidebar .social-counter li.sc-vimeo i {
    color: #44bbff;
    font-size: 23px;
    padding: 1px 0;
}

.sidebar .social-counter li.sc-dribble i {
    color: #ca376f;
    font-size: 25px;
    padding: 0 0 1px;
    margin-bottom: -1px;
}

.sidebar .social-counter li.sc-soundcloude i {
    color: #ff681e;
    font-size: 28px;
    padding: 1px 0;
    margin-top: -5px;
}

.sidebar .social-counter li.sc-instgram i {
    color: #95624F;
    font-size: 23px;
    padding: 1px 0;
}

.sidebar .social-counter li.sc-behance i {
    color: #2F9AD2;
    font-size: 23px;
    padding: 1px 0;
}

.sidebar .social-counter li.sc-pin i {
    color: #C21F25;
    font-size: 25px;
}

.sidebar .social-counter li.sc-delicious i {
    color: #0B79E5;
    font-size: 23px;
    padding: 1px 0;
}

.sidebar .social-counter li .resul{
    display: none;
}

.secondary-sidebar .social-counter li,
.footer .social-counter li{
    width: 100%;
    height: 41px;
    line-height: 35px;
    color: white;
    padding: 0 13px;
    margin-bottom: 7px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    font-size: 14px;
}
.secondary-sidebar .social-counter li:last-child,
.footer .social-counter li:last-child{
    margin-bottom: 0;
}
.secondary-sidebar .social-counter li a,
.footer .social-counter li a{
    color: white !important;
    display: inline-block;
}
.secondary-sidebar .social-counter li.sc-facebook,
.footer .social-counter li.sc-facebook{
    background: #526ca4;
}
.secondary-sidebar .social-counter li.sc-twitter,
.footer .social-counter li.sc-twitter{
    background: #00baff;
}
.secondary-sidebar .social-counter li.sc-rss,
.footer .social-counter li.sc-rss{
    background: #f29400;
}
.secondary-sidebar .social-counter li.sc-google,
.footer .social-counter li.sc-google{
    background: #e71414;
}
.secondary-sidebar .social-counter li.sc-youtube,
.footer .social-counter li.sc-youtube{
    background: #c30000;
}
.secondary-sidebar .social-counter li.sc-vimeo,
.footer .social-counter li.sc-vimeo{
    background: #44bbff;
}
.secondary-sidebar .social-counter li.sc-dribble,
.footer .social-counter li.sc-dribble{
    background: #ca376f;
}
.secondary-sidebar .social-counter li.sc-soundcloude,
.footer .social-counter li.sc-soundcloude{
    background: #ff681e;
}
.secondary-sidebar .social-counter li.sc-instgram,
.footer .social-counter li.sc-instgram{
    background: #95624F;
}
.secondary-sidebar .social-counter li.sc-behance,
.footer .social-counter li.sc-behance{
    background: #2F9AD2;
}
.secondary-sidebar .social-counter li.sc-pin,
.footer .social-counter li.sc-pin{
    background: #C21F25;
}
.secondary-sidebar .social-counter li.sc-delicious,
.footer .social-counter li.sc-delicious{
    background: #0B79E5;
}
.secondary-sidebar .social-counter li i,
.footer .social-counter li i{
    font-size: 19px;    
    padding-right: 10px;
    border-right: 1px solid #fff;
    margin-right: 8px;
    top: 4px;
    position: relative;
}
.secondary-sidebar .social-counter li .resul,
.footer .social-counter li .resul{
    margin-right: 5px;
}
.secondary-sidebar .social-counter li small,
.footer .social-counter li small{
    font-size: 100%;
}
.secondary-sidebar .social-counter li .sc-footer,
.footer .social-counter li .sc-footer{
    display: none;
}
/*tabbed widget*/
.widget .main_tabs {
    border: none;
    margin: 0;
}

ul.widget-tabbed-header {
    height: 39px;
    line-height: 38px;
    position: relative;
    bottom: -1px;
}

ul.widget-tabbed-header li {
    background: #e9e9e9;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #dbdbdb;
    float: left;
}

ul.widget-tabbed-header li:first-child {
    border-left: 1px solid #dbdbdb;
}

ul.widget-tabbed-header li a {
    padding: 0 15px;
    font-size: 13px;
    color: #2d2d2d;
    text-transform: uppercase;
    display: block;
}

ul.widget-tabbed-header li a:hover,
ul.widget-tabbed-header li a.current,
ul.widget-tabbed-header li a.selected {
    color: #0083b9;
    background: white;
    position: relative;
}

ul.widget-tabbed-header li a:hover:after,
ul.widget-tabbed-header li a:hover:before,
ul.widget-tabbed-header li a.current:after,
ul.widget-tabbed-header li a.current:before,
ul.widget-tabbed-header li a.selected:not(.loading):after,
ul.widget-tabbed-header li a.selected:not(.loading):before {
    content: "";
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

ul.widget-tabbed-header li a:hover:after,
ul.widget-tabbed-header li a.current:after,
ul.widget-tabbed-header li a.selected:not(.loading):after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 4px;
    margin-left: -4px;
}

ul.widget-tabbed-header li a:hover:before,
ul.widget-tabbed-header li a.current:before,
ul.widget-tabbed-header li a.selected:not(.loading):before {
    border-color: rgba(240, 240, 240, 0);
    border-top-color: #e5e5e5;
    border-width: 6px;
    margin-left: -6px;
}

.widget-tabbed-body {
    clear: both;
    overflow: hidden;
    border: 1px solid #dbdbdb;
    padding: 20px 14px 14px;
    margin-top: -1px;
}

.widget-tabbed-body .widget-tab {
    display: none;
}

/*facebook like box*/

.widget .facebook-widget {
    border: 1px solid #e7e7e7;
}

/*Latest commetns widget*/

ul.latest-comment-list {
    margin: -13px;
}

ul.latest-comment-list li {
    overflow: hidden;
    padding: 15px;
    border-bottom: 1px solid #e1e1e1;
}

ul.latest-comment-list li:last-child {
    border-bottom: none;
}

ul.latest-comment-list li img {
    float: left;
    margin-right: 15px;
}

ul.latest-comment-list li cite {
    color: #2d2d2d;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    margin-right: 5px;
    display: block;
    float: left;
}

ul.latest-comment-list li div.ctime {
    display: block;
    color: #c6c6c6;
    font-size: 15px;
}

ul.latest-comment-list li span {
    display: inline-block;
    margin: 5px 0 7px;
}

ul.latest-comment-list li span a {
    color: #c6c6c6;
}

ul.latest-comment-list li p {
    margin: 0 0 0 85px;
}

.secondary-sidebar ul.latest-comment-list li p {
    margin: 0;
}

/*login widget*/
h2.welcome-text {
    font-size: 15px;
    margin-bottom: 10px;
}

.user-login-links li {
    background: #999999;
    display: inline-block;
    margin-right: 6px;
}

.secondary-sidebar .user-login-links li {
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}

.user-login-links li a {
    padding: 7px 11px;
    color: #f2f2f2;
    display: block;
}

.user-login-links li:hover {
    background: #61a2c6;
}

.user-login-links li a:hover {
    color: white;
}

.user-login-links li i {
    font-size: 17px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.login_widget #user-login {
    overflow: hidden;
}

.login_widget .author-avatar img {
    float: left;
    margin-right: 15px;
}

.secondary-sidebar .login_widget .author-avatar img {
    margin-bottom: 15px;
}

.login-widget form .login-input-wrap {
    float: left;
    width: 165px;
}

.login-widget input[type="text"],
.login-widget input[type="password"] {
    background: #fafafa;
    color: #c6c6c6;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #e7e7e7;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    padding: 0 10px;
    height: 38px;
    outline: none;
    float: left;
    width: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 7px;
    box-sizing: content-box;
}

.login-widget span {
    background: #e9e9e9;
    color: #a1a1a1;
    font-size: 17px;
    border: 1px solid #dbdbdb;
    text-align: center;
    float: left;
    width: 40px;
    height: 38px;
    line-height: 40px;
}

.login-pwd-wrap span {
    font-size: 52px;
    position: relative;
}

.login-pwd-wrap span:before {
    position: absolute;
    content: '*';
    width: 100%;
    height: 100%;
    left: 0;
    top: 9px;
}

.login-widget .login-user-wrap {
    float: left;
    margin-right: 6px;
}

.login-widget .login-button {
    width: 76px;
    height: 35px;
    background: #e9e9e9;
    border: 1px solid #dbdbdb;
    color: #4b4b4b;
    font-size: 15px;
    font-weight: 700 !important;
    margin-right: 5px;
    padding: 0;
    box-sizing: content-box;
}

.login-widget .login-button:hover {
    background: #E4E4E4;
}

.login-widget input.rememberme {
    position: relative;
    outline: none;
    margin-right: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    width: 10px;
    height: 10px;
}

.login-widget input.rememberme:before {
    position: relative;
    display: block;
    content: "";
    top: -2px;
    left: -2px;
    width: 13px;
    height: 13px;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
}

.login-widget input.rememberme:hover:before {
    border: 1px solid #9a9a9a;
}

.login-widget input[type="checkbox"].rememberme:checked:after {
    position: absolute;
    font-family: 'enotype';
    content: "\e677";
    top: -1px;
    left: -1px;
    color: #9a9a9a;
}

ul.login-links li a,
.login-widget label {
    font-size: 14px;
    color: #9a9a9a;
    font-weight: 300;
}

ul.login-links {
    margin-top: 15px;
}

.breaking-news ul.login-links {
    margin-top: -5px;
    overflow: hidden;
    margin-bottom: -12px;
}

.breaking-news ul.login-links li {
    float: left;
    display: inline-block;
    margin-right: 25px
}

ul.login-links li:before {
    content: "";
    position: relative;
    width: 5px;
    height: 5px;
    left: 0;
    bottom: 2px;
    background: #a1a1a1;
    display: inline-block;
    margin-right: 5px;
}

/* login in footer */
.footer .login-widget form .login-input-wrap {
    float: none;
    width: auto;
    overflow: hidden;
}

.footer .login-widget form .login-input-wrap input {
    float: none;
    width: 100%;
}

.footer .login-widget span {
    display: none;
}

/*news picture widget*/
.news-pics-widget li {
    float: left;
    margin: 4px 4px 0 0;
}

.news-pics-widget li img {
    width: 81px;
    height: 55px;
}

.news-pics-widget li:nth-child(-n+4) {
    margin-top: 0;
}

.news-pics-widget li:nth-child(4n+4) {
    margin-right: 0;
}

.secondary-sidebar .news-pics-widget li:nth-child(-n+4) {
    margin-top: 4px;
}

.footer .news-pics-widget ul {
    margin-right: -6px;
}

.footer .news-pics-widget li {
    margin: 0;
    margin-right: 6px;
    margin-bottom: 6px;
}

.footer .news-pics-widget li, .footer .news-pics-widget li img {
    width: 79px;
    height: 53px;
}

.postformat-gallery {
    direction: ltr;
}

.postformat-gallery,
.slider-widget {
    position: relative;
}

.postformat-gallery-item {
    display: none;
}

.owl-item .postformat-gallery-item {
    display: block;
}

.slider-widget .slider-widget-wrap .slider-widget-item img,
.slider-widget .slider-widget-wrap {
    width: 333px;
    height: 227px;
}

.slider-widget .slider-widget-wrap .slider-widget-item {
    display: none;
}

.slider-widget .slider-widget-wrap .owl-item .slider-widget-item {
    display: block;
}

.slider-widget .slider-widget-title {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    padding: 18px 11px;
    width: 100%;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
}

.slider-widget .slider-widget-title h2 a {
    color: white;
    font-size: 18px;
    font-weight: 300;
}

.postformat-gallery .postformat-gallery-nav,
.slider-widget .slider-widget-nav,
.cat-slider .slider-widget-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.postformat-gallery .postformat-gallery-nav .postformat-gallery-nav-next,
.postformat-gallery .postformat-gallery-nav .postformat-gallery-nav-prev,
.cat-slider .slider-widget-nav .slider-widget-next,
.cat-slider .slider-widget-nav .slider-widget-prev,
.slider-widget .slider-widget-nav .slider-widget-next,
.slider-widget .slider-widget-nav .slider-widget-prev {
    background: rgba(0, 0, 0, 0.4);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: #D8D8D8;
    font-size: 16px;
    float: left;
}

.cat-slider .slider-widget-nav .slider-widget-next,
.cat-slider .slider-widget-nav .slider-widget-prev {
    line-height: 30px;
}

.secondary-sidebar .slider-widget .slider-widget-nav .slider-widget-next,
.secondary-sidebar .slider-widget .slider-widget-nav .slider-widget-prev {
    font-size: 14px;
    height: 25px;
    line-height: 24px;
    width: 25px;
}

.postformat-gallery .postformat-gallery-nav .postformat-gallery-nav-next:hover,
.postformat-gallery .postformat-gallery-nav .postformat-gallery-nav-prev:hover,
.cat-slider .slider-widget-nav .slider-widget-next:hover,
.cat-slider .slider-widget-nav .slider-widget-prev:hover,
.slider-widget .slider-widget-nav .slider-widget-next:hover,
.slider-widget .slider-widget-nav .slider-widget-prev:hover {
    color: white;
}

.postformat-gallery .postformat-gallery-nav .postformat-gallery-nav-next,
.slider-widget .slider-widget-nav .slider-widget-next,
.cat-slider .slider-widget-nav .slider-widget-next {
    margin-left: 1px;
}

.secondary-sidebar .slider-widget .slider-widget-wrap,
.secondary-sidebar .slider-widget .slider-widget-wrap img {
    width: 172px;
    height: 118px;
}

.secondary-sidebar .slider-widget .slider-widget-title {
    padding: 6px 11px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.secondary-sidebar .slider-widget .slider-widget-wrap h2 a {
    line-height: 10px;
    font-size: 14px;
}

/*banner 160 widget*/

.banner160 {
    text-align: center;
    padding: 5px 0;
}

.banner160 img {
    display: inherit;
}

/*banner 125 widget*/

.secondary-sidebar .ads125 {
    text-align: center;
}

.secondary-sidebar .ads125 a img {
    display: inherit;
}

/*weather widget*/
.widget .w-item-wrap .basecloud:before,
.widget .w-item-wrap .weather-icon [class^="icon-"], .widget .w-item-wrap .weather-icon [class*=" icon-"] {
    font-size: 38px;
}

.weather-widget {
    margin: -13px -13px -14px;
}

.secondary-sidebar .weather-widget {
    margin: -13px -12px -14px;
}

.first-weather {
    background: white;
    overflow: hidden;
    padding: 14px;
    border-bottom: 1px solid #e5e5e5;
}
.footer .first-weather{
    background: transparent;
    border-bottom: none;
    text-align: center;
}
.first-weather .weather-data,
.first-weather .weather-result {
    width: 50%;
    float: left;
}

.first-weather .weather-data {
    margin-top: 5px;
}

.first-weather h2 {
    color: #2d2d2d;
    font-size: 30px;
    font-weight: 700 !important;
    padding-bottom: 14px;
    border-bottom: 1px solid #e9e9e9;
}
.footer .first-weather h2{
    border-color: #595959;
    color: white;
}
.first-weather .weather-date {
    display: block;
    margin-top: 10px;
    color: #cccccc;
    font-size: 15px;
}

.first-weather .weather-date span {
    margin-right: 14px;
}

.first-weather .weather-result {
    width: 42%;
    border-left: 1px solid #e9e9e9;
    line-height: 65px;
    padding-left: 24px;
}
.footer .first-weather .weather-result{
    border-left: none;
    padding-left: 0;
    width: 100%;
    float: none;
    text-align: center;
}
.footer .first-weather .weather-data{
    float: none;
    width: 100%
}
.footer .first-weather .weather-icon{
    left: 20px;
    margin-right: 0;
}
.footer .w-item-wrap{ display: none; }
.footer .first-weather .weather-result span{ color: white; }
.first-weather .weather-result span {
    color: #2d2d2d;
    font-size: 36px;
    font-weight: 700 !important;
}

.first-weather .weather-icon {
    position: relative;
    width: 54px;
    height: 61px;
    float: left;
    left: -12px;
    margin-right: 3px; /*10*/
    font-size: 14px;
}

.weather-icon i {
    font-style: normal;
}
.secondary-sidebar .widget i.icon-rainy.icon-night{
    right: auto;
}
.footer .widget i.icon-rainy.icon-night{
    position: relative;
    right: -25px;
}
.first-weather .weather-icon .basecloud:before {
    font-size: 54px;
}

/*.first-weather .weather-icon i.icon-frosty:before {
    font-size: 87%;
    left: 2px;
    top: -3px;
}
.first-weather .weather-icon i.icon-sunny:after {
    font-size: 89%;
    top: -9px;
    left: 15px;
}*/
.w-item-wrap {
    background: #f9f9f9;
}

.w-item-title {
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    color: #999999;
    font-weight: 300;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.w-item-title.active {
    border-bottom: 1px solid transparent;
}

.w-item-wrap:last-child .w-item-title {
    border-bottom: 1px solid transparent;
}

.w-item-title .w-item-day {
    float: left;
    width: 56px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    text-transform: uppercase;
    font-weight: 700 !important;
    margin-right: 20px;
    background: white;
    color: #2d2d2d;
}

.w-item-title div.time {
    color: #a1a1a1;
    font-weight: 300;
    margin-right: 15px;
    float: left;
}

.w-item-title .w-item-status {
    float: left;
    margin-right: 20px;
}

.w-item-title .weather-icon {
    width: 26px;
    height: 48px;
    font-size: 46%;
    position: relative;
    float: right;
    margin-right: 52px;
    line-height: 48px;
    top: -1px;
}

.w-item-title .t-ic {
    padding: 0 6px;
    background: white;
    border-left: 1px solid #e5e5e5;
    position: absolute;
    right: 0;
    top: 0;
}

.w-item-title .t-ic i:before {
    font-family: 'enotype';
    speak: none;
    font-style: normal;
    font-weight: normal;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    text-transform: none !important;
    content: "";
    line-height: 45px;
}

.w-item-title.active .t-ic i:before {
    content: "\e6cb";
    color: #0083B9;
}

.w-item-title .t-ic i:before {
    content: "\e6ca";
}

.w-item-content {
    background: #61a2c6;
    color: #c9e0f4;
}

.w-item-content ul {
    overflow: hidden;
    padding: 0 27px 0 56px;
    border-top: 2px solid #5a95b7;
}

.w-item-content ul li {
    float: left;
    border: 1px solid #5a95b7;
    border-bottom: 0;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    width: 49.4%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.w-item-content ul li:nth-child(2n+2) {
    border-right: 0;
}

.w-item-content ul li span {
    color: white;
}

.w-item-closed .w-item-content,
.sidebar .w-item-content ul li.w-status {
    display: none;
}

.secondary-sidebar .first-weather {
    padding-bottom: 0;
}

.secondary-sidebar .first-weather .weather-data {
    margin-top: 0;
    text-align: center;
}

.secondary-sidebar .first-weather .weather-data,
.secondary-sidebar .first-weather .weather-result {
    width: auto;
    float: none;
}

.secondary-sidebar .first-weather .weather-result {
    border-left: none;
    padding-left: 0;
    text-align: center;
}

.secondary-sidebar .first-weather .weather-date {
    margin-bottom: 9px;
}

.secondary-sidebar .first-weather .weather-icon {
    width: inherit;
    left: 3px;
    margin-right: 72px;
}

.secondary-sidebar .w-item-title div.time,
.secondary-sidebar .w-item-title .w-item-status {
    display: none;
}

.secondary-sidebar .w-item-title .weather-icon {
    float: none;
    margin: 0 auto;
    left: 9px;
}

.secondary-sidebar .w-item-wrap {
    margin: 0 -1px;
}

.secondary-sidebar .w-item-content ul {
    padding: 0;
}

.secondary-sidebar .w-item-content ul li {
    float: none;
    border-right: none;
    border-left: none;
    width: inherit;
    border-top: 1px solid #5a95b7;
    text-align: left;
    padding-left: 15px;
}

.secondary-sidebar .w-item-content ul li:first-child {
    border-top: 0;
}

/*Flicker widget*/

.flicker-widget-item {
    float: left;
}

.sidebar .flicker-widget-item {
    margin: 4px;
}

.secondary-sidebar .flicker-widget-item img {
    margin: 4px 4px 0 0;
    width: 82px;
    height: 82px;
}

.secondary-sidebar .flicker-widget-item:nth-child(-n+2) img {
    margin-top: 0;
}

.secondary-sidebar .flicker-widget-item:nth-child(2n+2) img {
    margin-right: 0;
}

/*poll widget*/

.poll-widget ul li .poll-title,
.poll-widget p {
    font-size: 17px;
    color: #2d2d2d;
}

.poll-widget ul li {
    float: left;
    margin-right: 9px;
    text-align: center;
}

.poll-widget ul li:last-child {
    margin-right: 0;
}

.poll-widget ul li .poll-img {
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
    margin-bottom: 7px;
}

.poll-widget ul li .poll-title {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 4px;
}

.poll-widget ul li small {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
}

.poll-widget ul li button.poll-vote {
    display: block;
    background: #999999;
    border: none;
    outline: none;
    width: 100%;
    color: #f2f2f2;
    font-size: 15px;
}

.poll-widget ul li button.poll-vote:hover {
    background: #61a2c6;
    color: #f2f2f2;
}

.poll-widget ul li:hover small {
    color: #0083b9;
}

/*social icons widget*/

@-webkit-keyframes pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pop {
    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.secondary-sidebar ul.social-widget li {
    margin: 0 10px 10px 0;
}

.secondary-sidebar ul.social-widget li:nth-child(3n+3) {
    margin-right: 0;
}

ul.social-widget li {
    float: left;
    width: 50px;
    height: 50px;
    margin: 7px 7px 0 0;
    background: #00baff;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

ul.social-widget li:hover {
    -webkit-animation-name: pop;
    animation-name: pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    z-index: 99;
}

ul.social-widget li:nth-child(6n+6) {
    margin-right: 0;
}

ul.social-widget li:nth-child(-n+6) {
    margin-top: 0;
}

ul.social-widget li a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
}

ul.social-widget li a:hover {
    color: #fff;
}

ul.social-widget li a:before {
    content: "";
    position: static;
    font-family: 'momizat';
    font-size: 24px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    line-height: 50px;
}

ul.social-widget li.twitter a:before {
    content: "\e76d";
}

ul.social-widget li.facebook,
.footer .social-widget li.facebook:hover {
    background: #516ca4;
}

ul.social-widget li.facebook a:before {
    content: "\e769";
}

ul.social-widget li.gplus,
ul.social-widget li.youtube,
ul.social-widget li.pin,
.footer .social-widget li.gplus:hover,
.footer .social-widget li.youtube:hover,
.footer .social-widget li.pin:hover {
    background: #f20000;
}

ul.social-widget li.gplus a:before {
    content: "\e764";
}

ul.social-widget li.rss,
.footer .social-widget li.rss:hover {
    background: #f29400;
}

ul.social-widget li.rss a:before {
    content: "\e770";
}

ul.social-widget li.youtube a:before {
    font-family: 'font-awesome';
    content: "\e745";
    font-size: 27px;
}

ul.social-widget li.dribble,
.footer .social-widget li.dribble:hover {
    background: #dc71a6;
}

ul.social-widget li.dribble a:before {
    content: "\e781";
    font-size: 27px;
}

ul.social-widget li.pin a:before {
    content: "\e7a6";
    font-size: 27px;
}

ul.social-widget li.instagram,
.footer .social-widget li.instagram:hover {
    background: #406f94;
}

ul.social-widget li.instagram a:before {
    font-family: 'font-awesome';
    content: "\e74b";
    font-size: 28px;
}

ul.social-widget li.vimeo,
.footer .social-widget li.vimeo:hover {
    background: #44bbff;
}

ul.social-widget li.vimeo a:before {
    content: "\e775";
    font-size: 27px;
}

ul.social-widget li.tumblr,
.footer .social-widget li.tumblr:hover {
    background: #395875;
}

ul.social-widget li.tumblr a:before {
    content: "\e792";
    font-size: 26px;
}

ul.social-widget li.linkedin,
.footer .social-widget li.linkedin:hover {
    background: #1985bc;
}

ul.social-widget li.linkedin a:before {
    font-family: 'font-awesome';
    content: "\e6c7";
    font-size: 27px;
    top: 2px;
}

ul.social-widget li.soundcloude,
.footer .social-widget li.soundcloude:hover {
    background: #ff6600;
}

ul.social-widget li.soundcloude a:before {
    content: "\e79b";
    font-size: 28px;
}

ul.social-widget li.skype,
.footer .social-widget li.skype:hover {
    background: #00b0f6;
}

ul.social-widget li.skype a:before {
    content: "\e79d";
}

ul.social-widget li.picasa,
.footer .social-widget li.picasa:hover {
    background: #000;
}

ul.social-widget li.picasa a:before {
    content: "\e77d";
}

ul.social-widget li.flicker,
.footer .social-widget li.flicker:hover {
    background: #0460C8;
}

ul.social-widget li.flicker a:before {
    content: "\e77b";
}

ul.social-widget li.stum,
.footer .social-widget li.stum:hover {
    background: #ec4823;
}

ul.social-widget li.stum a:before {
    content: "\e7a4";
}

ul.social-widget li.forrst,
.footer .social-widget li.forrst:hover {
    background: #6C9E41;
}

ul.social-widget li.forrst a:before {
    content: "\e782";
}

ul.social-widget li.semail a:before {
    content: "\e762";
    font-size: 28px;
}

/*twitter widget 2*/

ul.twiter-list {
    margin: -14px;
}

ul.twiter-list > li {
    padding: 14px;
    border-bottom: 1px solid #e1e1e1;
}

.footer ul.twiter-list > li {
    border-color: #1a1a1a;
}

ul.twiter-list > li:last-child {
    border-bottom: none;
}

ul.twiter-list > li img {
    float: left;
    margin-right: 15px;
}

ul.twiter-list > li .twitter-user a {
    color: #2d2d2d;
    font-size: 14px;
    margin-top: -4px;
    display: block;
}

.footer ul.twiter-list > li .twitter-user a {
    color: white;
}

.footer ul.twiter-list > li .twitter-user a,
.sidebar ul.twiter-list > li .twitter-user a {
    margin: 0;
}

ul.twiter-list > li time {
    font-size: 12px;
    color: #c9c9c9;
    position: relative;
    top: -2px;
}

ul.twiter-list > li a.twiter-follow {
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dedede));
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dedede));
    background-image: -webkit-linear-gradient(top, #fff, #dedede);
    background-image: linear-gradient(top, #fff, #dedede);
    border: #ccc solid 1px;
    border-radius: 3px;
    clear: none;
    cursor: pointer;
    font-weight: 700 !important;
    height: 20px;
    overflow: hidden;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 62px;
    font-size: 12px;
    outline: none;
    color: #333333;
    padding: 2px 6px 3px;
}

.sidebar ul.twiter-list > li a.twiter-follow {
    margin-left: 10px;
}

ul.twiter-list > li a.twiter-follow:before {
    position: relative;
    font-family: 'momizat';
    content: "\e76d";
    font-size: 13px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    left: -2px;
    top: 1px;
    color: #00acee;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

ul.twiter-list > li .twiter-tweet {
    color: #9a9a9a;
    margin-top: 10px;
}

.sidebar ul.twiter-list > li .twiter-tweet {
    margin-top: 15px;
}

ul.twiter-list > li .twiter-tweet a {
    color: #0083b9;
}

.twiter-list ul.twiter-buttons {
    overflow: hidden;
    margin-top: 5px;
}

.twiter-list ul.twiter-buttons li {
    float: left;
    margin-right: 5px;
}

.twiter-list ul.twiter-buttons li:last-child {
    margin-right: 0;
}

.twiter-list ul.twiter-buttons li a {
    color: #c9c9c9;
    font-size: 13px;
}

.twiter-list ul.twiter-buttons li a:hover {
    color: #969696
}

.twiter-list ul.twiter-buttons li a:before {
    position: relative;
    font-family: 'enotype';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    padding-right: 3px;
    top: 1px;
    color: #ddd;
}

.twiter-list ul.twiter-buttons li.replay a:before {
    content: "\e60a";
}

.twiter-list ul.twiter-buttons li.retweet a:before {
    content: "\e68e";
}

.twiter-list ul.twiter-buttons li.favorite a:before {
    content: "\e61b";
}

ul.tweet_list {
    margin: -14px;
}

ul.tweet_list li {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
    padding-left: 40px !important;
}

.sidebar ul.tweet_list li {
    padding-left: 44px !important;
}

ul.tweet_list li:last-child {
    border-bottom: 0;
}

.widget .twitter-widget ul li a {
    color: #0083b9;
}

.widget .twitter-widget ul li a:hover {
    text-decoration: underline;
}

.widget .twitter-widget ul li:before {
    font-family: 'font-awesome';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e690' !important;
    float: left;
    font-size: 21px;
    margin: 0;
    margin-left: -29px;
    margin-top: 3px;
    color: #00BAFF !important;
}

.footer .widget .twitter-widget ul {
    margin: 0;
}

.footer .widget .twitter-widget ul li {
    padding-bottom: 10px;
    /*    margin-bottom: 10px; */
    padding-left: 30px;
}

.footer .widget .twitter-widget ul li:before {
    color: #fff;
}

/*wordpress widgets*/
.widget_nav_menu {
    ==========================>>>>
}

.widget select {
    margin: 0;
}

.sidebar .search-form {
    position: relative;
}

.search-form .search-field {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.search-form .search-submit {
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.sidebar ul:not(.widget-tabbed-header):not(.social-counter):not(.social-widget):not(.latest-comment-list):not(.npwidget):not(.post-list):not(.twiter-list):not(.user-login-links):not(.login-links):not(.product_list_widget):not(.twiter-buttons):not(.w-co-w),
.sidebar .widget_rss ul,
.sidebar .widget_pages ul,
.sidebar .widget_archive ul,
.sidebar .widget_meta ul,
.sidebar .widget_categories ul {
    margin: -13px -13px 0;
    font-size: 14px;
}

.sidebar ul:not(.widget-tabbed-header):not(.social-counter):not(.social-widget):not(.latest-comment-list):not(.npwidget):not(.post-list):not(.twiter-list):not(.user-login-links):not(.login-links):not(.product_list_widget):not(.twiter-buttons):not(.w-co-w) li ul,
.sidebar .widget_rss ul.children,
.sidebar .widget_pages ul.children,
.sidebar .widget_archive ul.children,
.sidebar .widget_meta ul.children,
.sidebar .widget_categories ul.children {
    margin: 30px -12px 0 -12px;
    border-top: 1px solid #e1e1e1;
    padding-bottom: 4px;
}

.sidebar ul:not(.widget-tabbed-header):not(.social-counter):not(.social-widget):not(.latest-comment-list):not(.npwidget):not(.post-list):not(.twiter-list):not(.user-login-links):not(.login-links):not(.product_list_widget):not(.twiter-buttons):not(.w-co-w) li ul li ul li a {
    padding-left: 47px;
}

.sidebar ul:not(.widget-tabbed-header):not(.social-counter):not(.social-widget):not(.latest-comment-list):not(.npwidget):not(.post-list):not(.twiter-list):not(.user-login-links):not(.login-links):not(.product_list_widget):not(.twiter-buttons):not(.w-co-w) li ul li a,
.sidebar .widget_rss ul.children li,
.sidebar .widget_pages ul.children li,
.sidebar .widget_archive ul.children li,
.sidebar .widget_meta ul.children li,
.sidebar .widget_categories ul.children li {
    padding-left: 27px;
}

.sidebar ul:not(.widget-tabbed-header):not(.social-counter):not(.social-widget):not(.latest-comment-list):not(.npwidget):not(.post-list):not(.twiter-list):not(.user-login-links):not(.product_list_widget):not(.twiter-buttons):not(.w-co-w) li ul {
    margin-top: 10px;
}

.sidebar ul:not(.widget-tabbed-header):not(.social-counter):not(.social-widget):not(.latest-comment-list):not(.npwidget):not(.post-list):not(.twiter-list):not(.user-login-links):not(.login-links):not(.product_list_widget):not(.twiter-buttons):not(.w-co-w) li,
.sidebar .widget_rss li,
.sidebar .widget_recent_entries li,
.sidebar .widget_recent_comments li, 
.sidebar .widget_pages li,
.sidebar .widget_archive li,
.sidebar .widget_meta li,
.sidebar .widget_categories li {
    padding: 10px 12px;
    border-bottom: 1px solid #e1e1e1;
    color: #2d2d2d;
    position: relative;
    overflow: hidden;
}

.sidebar ul:not(.widget-tabbed-header):not(.social-counter):not(.social-widget):not(.latest-comment-list):not(.npwidget):not(.post-list):not(.twiter-list):not(.user-login-links):not(.login-links):not(.product_list_widget):not(.twiter-buttons):not(.w-co-w) li:last-child,
.sidebar .widget_rss li:last-child,
.sidebar .widget_recent_entries li:last-child, 
.sidebar .widget_recent_comments li:last-child,
.sidebar .widget_pages li:last-child, 
.sidebar .widget_archive li:last-child,
.sidebar .widget_meta li:last-child,
.sidebar .widget_categories li:last-child {
    margin-bottom: -15px;
    border-bottom: none;
}

.sidebar .widget_recent_entries ul,
.sidebar .widget_recent_comments ul {
    margin: -14px;
}

.widget_rss li,
.widget_recent_entries li,
.widget_recent_comments li {
    font-weight: 300 !important;
    font-size: 15px;
}

.widget_pages li a,
.widget_archive li a,
.widget_meta li a,
.widget_categories li a {
    float: left;
    font-weight: 300;
}

.media-cat-filter,
.secondary-sidebar .widget_pages,
.secondary-sidebar .widget_archive,
.secondary-sidebar .widget_meta,
.secondary-sidebar .widget_categories {
    font-size: 14px;
}

.secondary-sidebar ul:not(.widget-tabbed-header):not(.social-counter):not(.social-widget):not(.latest-comment-list):not(.npwidget):not(.post-list):not(.twiter-list):not(.user-login-links):not(.login-links):not(.product_list_widget):not(.twiter-buttons):not(.w-co-w) li a {
    margin-bottom: 4px;
    display: block;
}

.media-cat-filter li a,
.secondary-sidebar .widget_pages li a,
.secondary-sidebar .widget_archive li a,
.secondary-sidebar .widget_meta li a,
.secondary-sidebar .widget_categories li a {
    display: block;
    margin-bottom: 4px;
    text-align: left;
    float: left;
}

.media-cat-filter li,
.secondary-sidebar .widget_archive li,
.secondary-sidebar .widget_categories li {
    text-align: right;
    overflow: hidden;
}

.secondary-sidebar ul:not(.widget-tabbed-header):not(.social-counter):not(.social-widget):not(.latest-comment-list):not(.npwidget):not(.post-list):not(.twiter-list):not(.user-login-links):not(.login-links):not(.product_list_widget):not(.twiter-buttons):not(.w-co-w) li ul li ul li a {
    padding-left: 36px;
}

.secondary-sidebar ul:not(.widget-tabbed-header):not(.social-counter):not(.social-widget):not(.latest-comment-list):not(.npwidget):not(.post-list):not(.twiter-list):not(.user-login-links):not(.login-links):not(.product_list_widget):not(.twiter-buttons):not(.w-co-w) li ul li a {
    padding-left: 16px;
}

.secondary-sidebar .widget_categories ul.children {
    margin-top: 5px;
    padding-left: 16px;
}

.widget ul:not(.widget-tabbed-header):not(.social-counter):not(.social-widget):not(.latest-comment-list):not(.npwidget):not(.post-list):not(.twiter-list):not(.user-login-links):not(.login-links):not(.product_list_widget):not(.twiter-buttons):not(.w-co-w) li a:before,
.mom-archive ul li ul li a:before,
.widget_archive li a:before,
.widget_pages li a:before,
.widget_meta li a:before,
.media-cat-filter li a:before,
.widget_categories li a:before,
.widget_nav_menu ul li a:before {
    content: "";
    position: relative;
    width: 6px;
    height: 6px;
    left: 0;
    bottom: 2px;
    background: #c6c6c6;
    display: inline-block;
    margin-right: 10px;
}

.widget_recent_comments li a:before {
    display: none !important;
}

.footer ul:not(.widget-tabbed-header):not(.social-counter):not(.social-widget):not(.latest-comment-list):not(.npwidget):not(.post-list):not(.twiter-list):not(.user-login-links):not(.login-links):not(.product_list_widget):not(.twiter-buttons):not(.w-co-w) li a:before,
.footer .widget_archive li a:before,
.footer .widget_pages li a:before,
.footer .widget_meta li a:before,
.footer .widget_categories li a:before,
.footer .widget_nav_menu ul li a:before {
    display: none;
}

.widget ul:not(.widget-tabbed-header):not(.social-counter):not(.social-widget):not(.latest-comment-list):not(.npwidget):not(.post-list):not(.twiter-list):not(.user-login-links):not(.login-links):not(.product_list_widget):not(.twiter-buttons):not(.w-co-w) > li:hover > a:before,
.sidebar .widget_archive li:hover a:before,
.media-cat-filter ul > li:hover > a:before,
.widget_archive li:hover a:before,
.widget_pages li:hover a:before,
.widget_meta li:hover a:before,
.widget_categories li:hover a:before,
.widget_nav_menu ul li a:hover:before {
    background: #0083b9;
}

.cat_num {
    right: 12px;
    top: 0;
    position: absolute;
    background: #f9f9f9;
    border-width: 0 1px;
    border-style: solid;
    border-color: #e5e5e5;
    height: 40px;
    width: 42px;
    text-align: center;
    line-height: 40px;
}
li:last-child .cat_num{
    height: 38px;
}
.product-categories .cat_num {
    background: transparent;
    border: none;
}

.widget_archive li:hover .cat_num,
.widget_categories li:hover .cat_num {
    background: white;
}

.widget_archive li:hover .cat_num:after,
.widget_archive li:hover .cat_num:before,
.widget_categories li:hover .cat_num:after,
.widget_categories li:hover .cat_num:before {
    content: "";
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.widget_archive li:hover .cat_num:after,
.widget_categories li:hover .cat_num:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 4px;
    margin-top: -4px;
}

.widget_archive li:hover .cat_num:before,
.widget_categories li:hover .cat_num:before {
    border-color: rgba(240, 240, 240, 0);
    border-right-color: #e5e5e5;
    border-width: 6px;
    margin-top: -6px;
}

.secondary-sidebar .widget_rss ul li {
    margin-bottom: 10px;
}

.widget_rss .rsswidget img {
    float: left;
    position: relative;
    top: 12px;
    margin-right: 10px;
}

.widget_rss .rss-date {
    display: block;
    padding: 10px 0;
    color: #c6c6c6;
    font-size: 12px;
}

.secondary-sidebar .widget_pages li a,
.secondary-sidebar .widget_meta li a {
    float: none;
}

.widget_nav_menu ul li ul {
    margin-left: 15px;
    margin-top: 8px !important;
}

#wp-calendar {
    width: 100%;
    font-size: 11px;
    border: none;
}

#wp-calendar caption {
    font-size: 14px;
    padding-bottom: 4px;
    text-align: left;
}

#wp-calendar thead {
    font-size: 11px;
}

#wp-calendar thead th {
    background: #e9e9e9;
    border: 1px solid #dbdbdb;
    color: #2d2d2d;
    font-weight: normal;
    line-height: 26px;
    padding: 0;
    font-size: 13px;
    text-align: center;
}

#wp-calendar tfoot, #wp-calendar tfoot td {
    background: none;
    border: none !important;
    font-size: 13px;
    text-align: left;
    padding: 0;
}

#wp-calendar tfoot td#prev {
    border-top: 1px solid transparent !important;
}

#wp-calendar tfoot tr {
    border: none;
}

#wp-calendar td:first-child {
    font-weight: normal;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    background: #f8f8f8;
    color: #525252;
    font-size: 11px;
    border: 1px solid #eaeaea;
    padding: 3px 0 2px;
    text-align: center;
}

#wp-calendar tbody .pad {
    background: none;
    border: none;
}

#wp-calendar tfoot #next {
    text-align: right;
}

.footer .widget select {
    background: #212121;
    border-color: #1a1a1a;
    color: #404040;
}

.footer #wp-calendar thead th {
    background: #212121;
    border-color: #1a1a1a;
    color: #404040;
}

.footer #wp-calendar tbody td {
    background: #2b2b2b;
    border-color: #1a1a1a;
    color: #535353;
}

.footer .widget_pages ul,
.footer .widget_meta ul {
    overflow: hidden;
}

.footer .widget_pages ul li a,
.footer .widget_meta ul li a {
    clear: both;
}

/*search widget*/

.search-box {
    overflow: hidden;
    position: relative;
}

.search-form .screen-reader-text {
    display: none;
}

.search-form .search-field {
    height: 39px;
    padding: 0 10px;
    padding-right: 60px;
    background: #fafafa;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #e7e7e7;
    outline: none;
    color: #dbdbdb;
    font-size: 15px;
    font-weight: 300;
    float: left;
}

.search-form .search-submit {
    width: 50px;
    height: 37px;
    line-height: 38px;
    background: #e9e9e9;
    border: 1px solid #dbdbdb;
    text-indent: -9999px;
    outline: none;
    padding: 0;
}

.secondary-sidebar .search-form .search-submit {
    height: 41px;
}

.search-form .search-submit:hover {
    background: #E1E1E1;
}

.search-form .search-submit:before {
    content: "\e602";
    font-family: 'font-awesome';
    text-indent: 0;
    position: absolute;
    color: #696969;
    font-size: 16px;
    left: 50%;
    top: 0;
    margin-left: -8px;
}

/* ==========================================================================
   footer Widgets
   ========================================================================== */

/*text widget*/
.widget .textwidget .wp-caption {
    padding: 5px;
}

.widget .textwidget .wp-smiley {
    margin-bottom: 0 !important;
}

.widget .textwidget strong {
    display: block;
}

.widget .textwidget img {
    margin-bottom: 5px;
}

.footer .textwidget {
    font-size: 17px;
    font-style: italic;
    line-height: 22px;
}

/*post list*/

.footer .post-list li {
    overflow: hidden;
    margin-bottom: 14px;
}

.footer .post-list li:last-child {
    margin-bottom: 0;
}

.footer .post-list li img {
    float: left;
    margin-right: 15px;
}

.col2 .footer .post-list li img {
    margin-right: 10px;
}

.footer .post-list li h2 {
    margin-top: -3px;
}

.footer .post-list li h2 a {
    color: #b0b0b0;
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    display: block;
}

.footer .post-list li h2 a:hover {
    color: #fafafa;
}

.footer .post-list li .entry-meta,
.footer .post-list li .entry-meta a {
    font-size: 12px;
    color: #474747;
    margin-top: 5px;
}

.footer .post-list li .read-more {
    display: none;
}

.col2 .footer .post-list li .comments-link {
    display: none;
}

/*social icons*/

.footer ul.social-widget li {
    width: 37px;
    height: 37px;
    margin: 2px 2px 0 0;
    background: #444444;
    -webkit-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

.footer ul.social-widget li a {
    width: 37px;
    height: 37px;
}

.footer ul.social-widget li a:before {
    line-height: 37px;
    font-size: 19px !important;
    color: #262626;
}

.footer ul.social-widget li:hover a:before {
    color: white;
}

.footer .social-widget li.twitter:hover {
    background: #00baff;
}

/*newsletter widget*/

.newsletter {
    overflow: hidden;
    width: 100%;
}

.footer .newsletter .nsf,
.footer .newsletter .nsb {
    font-size: 13px;
    outline: none;
    float: left;
}

.footer .newsletter .nsf {
    background: #212121;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #1a1a1a;
    height: 40px;
    padding: 0 15px;
    width: 65%;
    color: #404040;
}

.col2 .footer .newsletter .nsf {
    width: 65%;
}

.footer input[type="text"], .footer input[type="password"],.footer input[type="email"], .footer textarea {
    background: #212121;
    border: 1px solid #1a1a1a;
    color: #404040;
}

.footer .newsletter .nsb {
    background: #2b2b2b;
    border: 1px solid #1a1a1a;
    width: 35%;
    height: 40px;
    color: #535353;
}

.footer button, .footer input[type="button"], .footer input[type="reset"],
.footer input[type="submit"] {
    background: #2b2b2b;
    border: 1px solid #1a1a1a;
    color: #535353;
}

.footer button:hover, .footer input[type="button"]:hover, .footer input[type="reset"]:hover, .footer input[type="submit"]:hover,
.footer .newsletter .nsb:hover {
    background: #313131;
    color: #6e6e6e;
}

footer.footer p.nsd {
    color: #a6a6a6;
    margin-bottom: 20px !important;
}

/*twitter widget*/
.footer ul.twiter-list {
    margin: 0;
}

.footer .widget .tweet_list {
    margin-top: -15px !important;
}

.footer .widget .tweet_list li {
    padding: 15px 10px 15px 35px !important;
    border-bottom: 1px solid #1a1a1a;
    position: relative !important;
    color: #9b9b9b !important;
    font-size: 14px !important;
    overflow: hidden !important;
}

.col2 .footer .widget .tweet_list li {
    padding-right: 0 !important;
}

.footer .widget .tweet_list li:before {
    content: "\e76d" !important;
    font-family: 'momizat' !important;
    font-size: 24px !important;
    speak: none !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased !important;
    position: absolute !important;
    left: 0 !important;
    top: 19px !important;
    color: #5c5c5c !important;
    margin: 0 !important;
}

/*wordoress widgets*/

.footer .widget_nav_menu {
    overflow: hidden;
    margin-bottom: -15px;
}

.footer .widget_nav_menu li {
    float: left;
    width: 45%;
    margin: 0 15px 15px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #1a1a1a;
    text-transform: uppercase;
}

.footer .widget_nav_menu li:nth-child(2n+2) {
    margin-right: 0;
}

/* ==========================================================================
   footer
   ========================================================================== */

footer.footer {
    background: #262626;
    border-top: 5px solid #1a1a1a;
    overflow: hidden;
    margin-top: 20px;
    border-right: none !important;
    border-left: none !important;
    border-bottom: none !important;
}

footer.footer .footer-widget {
    float: left;
    width: 21.6%;
    padding: 20px 19px 9999px;
    border-right: 1px solid #1a1a1a;
    color: #c6c6c6;
    margin-bottom: -9999px;
    margin-right: 0;
}

.col2 footer.footer .footer-widget {
    padding: 20px 15px 9999px;
    width: 21.72%;
}

footer.footer .footer-widget:first-child {
    border-left: 1px solid #1a1a1a;
}

/*
.col2 footer.footer .footer-widget:first-child {
    width: 21.8%;
}
*/
footer.footer .footer-widget .widget {
    margin-bottom: 30px;
}

footer.footer .footer-widget .widget-title {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    line-height: normal;
    height: inherit;
    margin-bottom: 23px;
}

footer.footer .footer-widget .widget-title h2 {
    color: white;
    text-transform: uppercase;
}

footer.footer .footer-widget p {
    margin: 0;
    padding: 0;
}

footer.footer .footer-widget a {
    color: #c6c6c6;
}

footer.footer .footer-widget a:hover {
    color: #fafafa;
}

/*footer Menu*/

.footer-menu {
    background: #262626;
    font-size: 14px;
    text-transform: uppercase;
    overflow: hidden;
}

.footer-menu ul {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #1a1a1a;
    overflow: hidden;
}

.footer-menu ul > li {
    float: left;
    width: 14.28%;
    position: relative;
    padding-bottom: 12px;
}

.footer-menu ul > li ul li {
    float: none;
    width: 100%;
}

.footer-menu ul li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 1000%;
    right: 0;
    background: #1a1a1a;
    top: 0;
}

.footer-menu ul li:first-child:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 1000%;
    left: 0;
    background: #1a1a1a;
    top: 0;
}

.footer-menu ul li a {
    color: white;
    padding: 18px 15px 13px;
    display: block;
}

.footer-menu ul li a i {
    margin-right: 8px;
}

.footer-menu ul > li span.menu_bl {
    content: '';
    position: absolute;
    height: 5px;
    top: 0;
    width: 100%;
    left: 0;
}

.footer-menu ul > li span.menu_bl {
    background: #5a5a5a;
}

.footer-menu ul li ul {
    border: none;
}

.footer-menu ul li ul li {
    border: none !important;
    width: auto !important;
    padding: 0;
}

.footer-menu ul li ul li:before {
    content: "";
    background: transparent;
    width: auto;
    height: auto;
}

.footer-menu ul li ul li a {
    padding: 0 15px 5px;
    color: #565656;
}

.footer-menu ul li ul li a:hover {
    color: #808080;
}

.footer-menu ul li ul li:first-child:after {
    content: "";
    background: transparent;
    width: auto;
    height: auto;
}

/*
.footer-menu ul li ul li:last-child {
    text-transform: capitalize;
}
*/
.footer-menu .sub-mom-megamenu,
.footer-menu .sub-mom-megamenu2,
.footer-menu .view-all-link {
    display: none;
}

/*footer bottom*/

.footer-bottom {
    background: black;
    height: 72px;
    padding: 20px 0;
    color: #313131;
    font-size: 13px;
    font-weight: 300;
}

.footer-bottom a {
    color: #3f3f3f;
}

.footer-bottom .footer-logo {
    margin-bottom: 10px;
}

/*footer bottom menu*/

ul.footer-bottom-menu {
    float: right;
    overflow: hidden;
    padding: 6px 0;
    border-bottom: 1px solid #1a1a1a;
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
}

ul.footer-bottom-menu> li {
    display: inline-block;
}

ul.footer-bottom-menu> li > a {
    display: block;
    padding: 0 15px;
    color: #c6c6c6;
    text-transform: uppercase;
}

ul.footer-bottom-menu> li > a:hover {
    color: white;
}

ul.footer-bottom-menu> li:first-child > a {
    padding-left: 0;
}

ul.footer-bottom-menu> li:last-child > a {
    padding-right: 0;
}

.footer-bottom-menu ul.sub-menu {
    display: none;
}

/*footer bottom social*/

ul.footer-bottom-social {
    float: right;
    padding-top: 10px;
    clear: both;
}

ul.footer-bottom-social li {
    float: left;
    margin-right: 15px;
}

ul.footer-bottom-social li:last-child {
    margin-right: 0;
}

ul.footer-bottom-social li a {
    position: relative;
    display: block;
    text-align: center;
}

ul.footer-bottom-social li a i {
    font-size: 18px;
}

ul.footer-bottom-social li a:before {
    position: static;
    font-family: 'momizat';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    font-size: 19px;
}

ul.footer-bottom-social li a:hover:before,
ul.footer-bottom-social li a:hover i {
    color: #fafafa;
}

ul.footer-bottom-social li.facebook a:before {
    content: "\e769";
}

ul.footer-bottom-social li.twitter a:before {
    content: "\e76d";
    font-size: 17px;
}

ul.footer-bottom-social li.youtube a:before {
    font-family: 'font-awesome';
    content: "\e745";
    font-size: 20px;
}

ul.footer-bottom-social li.google a:before {
    content: "\e764";
    font-size: 20px;
}

ul.footer-bottom-social li.pin a:before {
    content: "\e7a6";
    font-size: 18px;
}

ul.footer-bottom-social li.rss a:before {
    content: "\e770";
    font-size: 17px;
}

ul.footer-bottom-social li.vimeo a:before {
    content: "\e775";
}

/*scroll to up*/
.toup {
    width: 45px;
    height: 45px;
    line-height: 45px;
    right: 50px;
    bottom: 50px;
    z-index: 99;
    position: fixed;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: #262626;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    display: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #1a1a1a;
}

.toup:hover {
    color: #fff;
    -webkit-animation-name: wobble-vertical;
    animation-name: wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* ==========================================================================
   Category Page
   ========================================================================== */
.cat-desc p {
    margin: 0;
}

.blog_posts,
.page-wrap {
    background: white;
    border: 1px solid #e1e1e1;
    padding: 20px;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 1px 0 #e5e5e5;
    box-shadow: 0 1px 0 #e5e5e5;
    margin-bottom: 20px;
    position: relative;
}

.page-wrap .f-tabbed-head {
    margin: -21px;
}

.page-wrap .f-tabbed-head .f-tabbed-sort {
    float: left;
    margin-left: 13px;
}

.page-wrap .f-tabbed-head li:last-child {
    border-right: 1px solid #dbdbdb;
}

ul.cat-grid,
ul.cat-list {
    margin: 20px -20px -20px;
}

.no-head ul.cat-grid,
.no-head ul.cat-list {
    margin: -20px;
}

ul.cat-grid.grid-col-3 {
    margin-right: -22px;
}

ul.cat-grid {
    overflow: hidden;
}

.cat-grid li {
    padding-bottom: 820px;
    margin-bottom: -800px;
}

.cat-grid li img {
    display: block;
    margin-bottom: 12px;
}

.cat-grid li h2 a {
    display: block;
    color: #0083b9;
    font-size: 19px;
    font-weight: 700 !important;
    margin-bottom: 16px;
    line-height: 24px;
}

.cat-grid li .entry-meta,
.cat-list li .entry-meta {
    margin: 8px 0 15px;
    overflow: hidden;
}

.cat-grid li .entry-meta {
    margin-top: 0;
}

.cat-grid li .entry-content.cat-grid-meta {
    margin-bottom: 8px;
}

h2.cat-list-title {
    margin-bottom: 8px !important;
}

.cat-list li .entry-meta {
    margin-top: 0;
}

.cat-list li .entry-content {
    margin-bottom: 13px;
}

.cat-grid li .entry-meta time {
    margin-right: 2px;
    float: left;
}

.blog-post-big .entry-meta div,
.blog-post-big .entry-meta time,
.blog-post-big .entry-meta span,
.blog-post .entry-meta div,
.blog-post .entry-meta time,
.blog-post .entry-meta span,
.cat-list li .entry-meta time,
.cat-list li .entry-meta div,
.cat-grid li .entry-meta div,
.cat-slider-nav ul li .entry-meta div,
.cat-slider-nav ul li .entry-meta time,
.top-cat-slider-nav ul li .entry-meta div,
.top-cat-slider-nav ul li .entry-meta time {
    float: left
}

.cat-grid li .entry-meta .cat-link,
.cat-grid li .entry-meta .author-link {
    margin-right: 2px;
}

a.read-more {
    outline: none;
    border: none;
    margin: 0;
    background: #0083b9;
    color: white;
    padding: 5px 10px 6px;
    font-weight: 300;
    font-size: 13px;
}

a.read-more i {
    font-size: 17px;
    top: 4px;
    position: relative;
    left: 1px;
}

a.read-more:hover {
    background: #2d2d2d;
}

.cat-grid li button.read-more {
    margin-bottom: 10px;
}

.cat-grid li .cat-list-title,
.cat-list li .cat-grid-title,
.cat-grid li .cat-list-meta,
.cat-list li .cat-grid-meta {
    display: none;
}

.cat-list li {
    padding: 20px;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
}

.cat-list li:last-child {
    border-bottom: none;
}

.blog-post-big h2 a,
.blog-post h2 a,
.cat-list li h2 a {
    display: block;
    color: #0083b9;
    font-size: 25px;
    font-weight: 700 !important;
    line-height: 30px;
    margin: -3px 0 0;
}

.blog-post-big h2 a:hover, .blog-post h2 a:hover, .cat-list li h2 a:hover {
    color: #2d2d2d;
}

.blog-post-big .entry-meta div,
.blog-post-big .entry-meta time,
.blog-post-big .entry-meta span,
.blog-post .entry-meta div,
.blog-post .entry-meta time,
.blog-post .entry-meta span,
.cat-list li .entry-meta div,
.cat-list li .entry-meta time,
.cat-list li .entry-meta span {
    margin-right: 10px;
}

.cat-list li img {
    position: relative;
    float: left;
    width: 232px;
    height: 155px;
    margin-right: 17px;
}

.cat-list .post-format-icon:before {
    top: 125px;
    bottom: auto;
}

.cat-list li .entry-content p {
    color: #565656;
}

/*category slider*/

.cat-slider {
    position: relative;
    height: 435px;
}

.col2 .cat-slider {
    height: 392px;
}

.cat-slider .slider-widget-nav {
    display: none;
}

.cat-slider-wrap {
    float: left;
    height: 382px;
    width: 100%;
}

.col2 .cat-slider-wrap {
    width: 98.5%;
}

.cat-slider-wrap .cat-slider-item {
    display: none;
    max-width: 100%;
}

.cat-slider-wrap .cat-slider-item:first-child {
    display: block;
}

.col2 .cat-slider-cap {
    display: block;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e1e1e1;
    height: 69px;
    padding-top: 14px;
}

.cat-slider-cap {
    display: none;
}

.cat-slider-title h2 {
    padding: 0 20px;
    margin-bottom: 3px;
}

.cat-slider-title h2 a {
    font-size: 23px;
    font-weight: 700 !important;
    line-height: 30px;
    color: #4b4b4b;
}

.top-cat-slider-nav {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.top-cat-slider-nav,
.cat-slider-nav {
    width: 37.78%;
    margin: -15px;
    float: right;
    border-left: 1px solid #e1e1e1;
    height: 465px;
}

.col2 .top-cat-slider-nav,
.col2 .cat-slider-nav {
    height: 422px;
}

.cat-slider-nav-title {
    height: 52px;
    line-height: 53px;
    color: #0083b9;
    text-align: center;
    font-size: 15px;
    font-weight: 700 !important;
    margin: 0;
    text-transform: uppercase;
}

.top-cat-slider-nav ul li,
.cat-slider-nav ul li {
    background: #f9f9f9;
    padding: 8px 14px;
    border-top: 1px solid #e1e1e1;
    position: relative;
    clear: both;
    cursor: pointer;
}

.top-cat-slider-nav ul li:last-child,
.cat-slider-nav ul li:last-child {
    border-bottom: 1px solid #e1e1e1 !important;
}

.top-cat-slider-nav ul li:nth-child(7),
.cat-slider-nav ul li:nth-child(7) {
    border-bottom: none !important;
}

.col2 .cat-slider-nav ul li:nth-child(6) {
    /* border-bottom: none !important; */
}

.top-cat-slider-nav ul li h2,
.cat-slider-nav ul li h2 {
    color: #4b4b4b;
    font-size: 17px;
    font-weight: 300;
}

.cat-slider-nav ul li .entry-meta,
.top-cat-slider-nav ul li .entry-meta {
    margin-top: 2px;
    overflow: hidden;
}

.cat-slider-nav ul li .entry-meta div,
.cat-slider-nav ul li .entry-meta time,
.top-cat-slider-nav ul li .entry-meta div,
.top-cat-slider-nav ul li .entry-meta time {
    margin-right: 3px;
}

.cat-slider-nav ul li.activeSlide,
.cat-slider-nav ul li:hover,
.top-cat-slider-nav ul li:hover {
    background: #0083b9;
    border-color: #0083b9
}

.cat-slider-nav ul li.activeSlide+li,
.cat-slider-nav ul li:hover+li,
.top-cat-slider-nav ul li:hover+li {
    border-color: #0083b9
}

.cat-slider-nav ul li h2 {
    position: relative;
}

.cat-slider-nav ul li.inactive_arrow.activeSlide h2:before,
.cat-slider-nav ul li:hover.inactive_arrow h2:before {
    content: "";
    border: none;
}

.cat-slider-nav ul li.activeSlide h2,
.cat-slider-nav ul li:hover h2,
.top-cat-slider-nav ul li:hover h2 {
    color: white;
}

.cat-slider-nav ul li.activeSlide h2:before,
.cat-slider-nav ul li:hover h2:before {
    left: -27px;
    top: 65%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(240, 240, 240, 0);
    border-right-color: #0083b9;
    border-width: 6px;
}

.cat-slider-nav ul li.activeSlide:after,
.cat-slider-nav ul li:hover:after,
.top-cat-slider-nav ul li:hover:after {
    content: "";
    width: 1px;
    height: 104%;
    background: #0083b9;
    left: -1px;
    bottom: -1px;
    position: absolute;
}

.cat-slider-nav ul li.activeSlide:before,
.cat-slider-nav ul li:hover:before,
.top-cat-slider-nav ul li:hover:before {
    content: "";
    width: 1px;
    height: 104%;
    background: #0083b9;
    right: -1px;
    bottom: -1px;
    position: absolute;
}

.cat-slider-nav ul li.activeSlide:nth-child(7):after,
.cat-slider-nav ul li:hover:nth-child(7):after,
.cat-slider-nav ul li.activeSlide:nth-child(7):before,
.cat-slider-nav ul li:nth-child(7):hover:before,
.top-cat-slider-nav ul li:hover:nth-child(7):after,
.top-cat-slider-nav ul li:nth-child(7):hover:before {
    height: 102%;
    bottom: 0;
}

.col2 .cat-slider-nav ul li.activeSlide:nth-child(6):after,
.col2 .cat-slider-nav ul li:hover:nth-child(6):after,
.col2 .cat-slider-nav ul li.activeSlide:nth-child(6):before,
.col2 .cat-slider-nav ul li:nth-child(6):hover:before,
.col2 .top-cat-slider-nav ul li:hover:nth-child(6):after,
.col2 .top-cat-slider-nav ul li:nth-child(6):hover:before {
    height: 102%;
    bottom: 0;
}

.cat-slider-nav ul li.activeSlide .entry-meta,
.cat-slider-nav ul li.activeSlide .entry-meta a,
.cat-slider-nav ul li:hover .entry-meta,
.cat-slider-nav ul li:hover .entry-meta a,
.top-cat-slider-nav ul li:hover .entry-meta,
.top-cat-slider-nav ul li:hover .entry-meta a {
    color: #e9e9e9;
}

.cat-slider-pop {
    background: black;
    position: absolute;
    right: 1.1%;
    z-index: 999;
    color: white;
    width: 113px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}

.cat-slider-pop:hover {
    color: white;
}

.cat-slider-pop i {
    font-size: 18px;
    position: relative;
    left: 3px;
    top: 3px;
}

.col2 .cat-slider-pop {
    right: 1.6%;
}

.cat-slider-mpop {
    float: left;
    width: 702px;
    max-width: 100%;
}

.col2 .cat-slider-mpop {
    width: 577px;
}

.cat-slider .bb-bookblock .bb-item:nth-child(2) {
    display: none;
}

.cat-slider-mpop-head {
    height: 52px;
    line-height: 52px;
    margin: -15px -15px 14px;
    border-bottom: 1px solid #e1e1e1;
}

.cat-slider-mpop-head h2 {
    color: #8b8b8b;
    font-size: 16px;
    margin-left: 17px;
}

.cat-slider-mpop-head .cat-slider-pop {
    width: 89px;
    top: -4px;
    right: 1.1%;
}

.col2 .cat-slider-mpop-head .cat-slider-pop {
    right: 1.6%;
}

.cat-slider-mpop-head .cat-slider-pop i {
    left: -1px;
}

.col2 .cat-slider-mpop .slider-mpop-big {
    width: 280px;
    margin-right: 17px;
}

.cat-slider-mpop .slider-mpop-big {
    width: 344px;
    float: left;
    margin-right: 14px;
    margin-bottom: 15px;
    position: relative;
}

#bb-nav-prev {
    display: none;
}

.slider-mpop-big .f-p-title {
    padding: 11px 20px 7px 11px;
    width: 100%;
    left: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col2 .slider-mpop-big .f-p-title {}

.slider-mpop-big .f-p-title time {
    font-size: 12px;
    color: #c6c6c6;
}

.cat-slider-mpop .slider-mpop-big:last-of-type {
    margin-right: 0;
}

.cat-slider-mpop ul {
    clear: both;
}

.cat-slider-mpop ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-top: 15px;
}

.cat-slider-mpop ul li:nth-child(-n+2) {
    margin-top: 0;
}

.cat-slider-mpop ul li:nth-child(2n+2) {
    margin-right: 0;
}

.cat-slider-mpop ul li img {
    float: left;
    margin-right: 15px;
    width: 90px;
    height: 60px;
}

.cat-slider-mpop ul li h2 a {
    color: #0083b9;
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 4px;
    display: block;
}

.cat-slider-mpop ul li time {
    color: #c6c6c6;
    font-size: 12px;
}

.mob-title {
    display: none;
}

.feature-cat-slider div.cat-slider-wrap{
    height: auto;
}
.feature-cat-slider .cat-slider-nav{
    overflow: hidden !important;
}
.col2 .feature-cat-slider .cat-slider-nav{
    height: 425px;
}
.feature-cat-slider .cat-slider-nav ul li:first-child{
    border-top: none;
}

.feature-cs-cap{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height:39%;*/
    overflow: hidden;
    padding: 35px 25px 10px 25px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
}

.wpb_row .section .feature-cs-cap{
     box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
}

.feature-cs-cap h2{
    clear: both;
}

.cat-slider.feature-cat-slider{
    height: auto;
}

.feature-cs-cap h2 a{
    color: white;
    font-size: 30px;
    text-shadow: 1px 1px 2px #000;
}

.col2 .feature-cat-slider .cat-slider-wrap{
    width: 100%;
    height: auto;
}

.feature-cat-slider .cat-label{
    padding: 2px 7px;
    background: #0083b9;
    float: left;
    margin-bottom: 15px; 
    font-size: 13px;          
}

.feature-cat-slider .cat-label a{
    color: white;
}

.feature-cs-desc {
    color: #f0f0f0;
}
/*Pagination*/

.pagination {
    margin: 20px -20px -20px;
    border-top: 1px solid #e1e1e1;
    height: 39px;
    line-height: 39px;
    padding: 0 20px;
    font-size: 15px;
    color: #2d2d2d;
}

.pagination a,
.pagination span {
    margin-right: 15px;
}

.pagination span {
    color: #0083b9;
}

/*breadcrumb*/
.mom-page-title h1 {
    font-size: 25px;
    font-weight: 700 !important;
    color: #0083b9;
    margin-bottom: 25px;
}

.entry-crumbs {
    height: 47px;
    line-height: 47px;
    background: white;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #e5e5e5;
}

.entry-crumbs .crumb-icon {
    float: left;
    background: #0083b9;
    width: 55px;
    height: 49px;
    line-height: 48px;
    margin: -1px 0 -1px -1px;
    text-align: center;
    color: white;
    font-size: 22px;
    position: relative;
}

.entry-crumbs .crumb-icon i.img_icon {
    display: inline-block;
    width: 24px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}

.single-post.post-page-layout1 .crumb-icon, .single-post.post-page-layout2 .crumb-icon,
.single-post.post-page-layout3 .crumb-icon, .single-post.post-page-layout4 .crumb-icon {
    height: 30px !important;
}

.single-post.post-page-layout1 .crumb-icon i.img_icon, .single-post.post-page-layout2 .crumb-icon i.img_icon,
.single-post.post-page-layout3 .crumb-icon i.img_icon, .single-post.post-page-layout4 .crumb-icon i.img_icon {
    height: 30px;
    background-size: 18px;
}

.entry-crumbs .crumb-icon:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(229, 229, 229, 0);
    border-left-color: #0083b9;
    border-width: 6px;
    margin-top: -6px;
}

.woocommerce-breadcrumb a:last-child,
.entry-crumbs div.vbreadcrumb:last-of-type a {
    margin-right: 15px;
}

.single-post .entry-crumbs .vbreadcrumb:last-of-type a:before,
.single-post .entry-crumbs .vbreadcrumb:last-of-type a:after {
    display: none;
}

.woocommerce-breadcrumb a,
.entry-crumbs .vbreadcrumb > a {
    float: left;
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #e5e5e5;
    position: relative;
    font-size: 17px;
    color: #0083b9;
    font-weight: 300;
}

.entry-crumbs a {
    color: #0083b9;
}

.woocommerce-breadcrumb a:hover,
.entry-crumbs .vbreadcrumb > a:hover {
    color: #2d2d2d;
}

.woocommerce-breadcrumb a:after,
.woocommerce-breadcrumb a:before,
.entry-crumbs .vbreadcrumb > a:after,
.entry-crumbs .vbreadcrumb > a:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.woocommerce-breadcrumb a:after,
.entry-crumbs .vbreadcrumb > a:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 4px;
    margin-top: -4px;
}

.woocommerce-breadcrumb a:before,
.entry-crumbs .vbreadcrumb > a:before {
    border-color: rgba(229, 229, 229, 0);
    border-left-color: #e5e5e5;
    border-width: 6px;
    margin-top: -6px;
}

.entry-crumbs {
    font-size: 25px;
    font-weight: 700 !important;
    color: #0083b9;
}

.entry-crumbs .cat-feed {
    float: right;
    width: 45px;
    text-align: center;
    border-left: 1px solid #e1e1e1;
}

.entry-crumbs .cat-feed a {
    display: block;
    color: #ff7e00;
    font-size: 20px;
    line-height: 45px;
}

.entry-crumbs .cat-feed i {
    position: relative;
    top: 2px;
}

.post-crumbs.entry-crumbs {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 13px;
}

.post-thumbnail img {
    display: block;
}

/* ==========================================================================
   post single
   ========================================================================== */
/* format gallery */
.postformat-gallery {
    overflow: hidden;
    margin-bottom: 20px;
}

.postformat-gallery-cap {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    padding: 15px;
    width: 100%;
}

.postformat-gallery-cap h2 {
    color: white !important;
    margin: 0px !important;
    font-weight: normal !important;
    font-size: 18px;
}

/* Post page */
/* layout1 */
.post-layout1,
.post-layout2,
.post-layout3 {
    width: 100%;
    height: 578px;
    margin-top: -30px;
    background-size: cover !important;
    position: relative;
}

.single-post.post-page-layout1 .main-container,
.single-post.post-page-layout2 .main-container {
    margin-top: -101px;
}

.single-post.post-page-layout1 .post-crumbs.entry-crumbs,
.single-post.post-page-layout2 .post-crumbs.entry-crumbs,
.single-post.post-page-layout3 .post-crumbs.entry-crumbs,
.single-post.post-page-layout4 .post-crumbs.entry-crumbs {
    background: transparent;
    border: none;
    margin-bottom: 0;
    height: 30px;
    line-height: 30px;
}

.single-post.post-page-layout1 .entry-crumbs .crumb-icon,
.single-post.post-page-layout2 .entry-crumbs .crumb-icon,
.single-post.post-page-layout3 .entry-crumbs .crumb-icon,
.single-post.post-page-layout4 .entry-crumbs .crumb-icon {
    background: transparent;
    width: auto;
    height: auto;
    line-height: 30px;
    font-size: 18px;
}

.single-post.post-page-layout1 .entry-crumbs .vbreadcrumb > a,
.single-post.post-page-layout2 .entry-crumbs .vbreadcrumb > a,
.single-post.post-page-layout3 .entry-crumbs .vbreadcrumb > a,
.single-post.post-page-layout4 .entry-crumbs .vbreadcrumb > a {
    border: none;
    font-size: 12px;
    color: white;
    font-weight: bold;
    padding: 0 7px;
}

.post-layout2 .inner .entry-post-meta a:hover,
.post-layout3 .inner .entry-post-meta a:hover,
.post-layout4 .inner .entry-post-meta a:hover,
.single-post.post-page-layout1 .entry-crumbs .vbreadcrumb > a:hover,
.single-post.post-page-layout2 .entry-crumbs .vbreadcrumb > a:hover,
.single-post.post-page-layout3 .entry-crumbs .vbreadcrumb > a:hover,
.single-post.post-page-layout4 .entry-crumbs .vbreadcrumb > a:hover {
    text-decoration: underline;
}

.single-post.post-page-layout1 .entry-crumbs .vbreadcrumb > a:after,
.single-post.post-page-layout2 .entry-crumbs .vbreadcrumb > a:after,
.single-post.post-page-layout3 .entry-crumbs .vbreadcrumb > a:after,
.single-post.post-page-layout4 .entry-crumbs .vbreadcrumb > a:after {
    left: 97%;
}

.single-post.post-page-layout1 .entry-crumbs .vbreadcrumb > a:before,
.single-post.post-page-layout2 .entry-crumbs .vbreadcrumb > a:before,
.single-post.post-page-layout3 .entry-crumbs .vbreadcrumb > a:before,
.single-post.post-page-layout4 .entry-crumbs .vbreadcrumb > a:before {
    display: none;
}

.single-post.post-page-layout1 .entry-crumbs .crumb-icon:before,
.single-post.post-page-layout2 .entry-crumbs .crumb-icon:before,
.single-post.post-page-layout3 .entry-crumbs .crumb-icon:before,
.single-post.post-page-layout4 .entry-crumbs .crumb-icon:before {
    display: none;
}

/* Layout2 */
.pl2-shadow {
    height: 100%;
    background: url('../../themes/multinews/images/shd.png');
}

.pl3-shadow {
    height: 100%;
    background: url('../../themes/multinews/images/shd-bt.png') repeat-x bottom left;
}

.pl3-shadow > .inner {
    position: relative;
    height: 100%;
}

.pl2-tab-wrap {
    display: table;
    height: 507px;
    margin: auto;
}

.post-layout2 .inner {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0 100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.post-layout2 .inner h1.entry-title {
    color: #fff; /* text color */
    font-size: 58px;
    font-weight: bold;
    text-shadow: 3px 4px 6px rgba(0, 0, 0, .33); /* drop shadow */
    margin-bottom: 35px !important;
    line-height: 1.1;
}

.post-layout2 .inner .entry-post-meta {
    text-align: center;
    border-color: white;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
}

.fixed .post-layout2 .inner .entry-post-meta,
.fixed2 .post-layout2 .inner .entry-post-meta {
    margin: 0;
}

.post-layout2 .inner .entry-post-meta div {
    display: inline-block;
    float: none;
    border-color: white;
}

.post-layout2 .inner .entry-post-meta, .post-layout2 .inner .entry-post-meta a,
.post-layout3 .inner .entry-post-meta, .post-layout3 .inner .entry-post-meta a,
.post-layout4 .entry-post-meta, .post-layout4 .entry-post-meta a {
    color: #fff; /* text color */
    text-shadow: 3px 4px 6px rgba(0, 0, 0, .33); /* drop shadow */
}

/* Layout3 */
.pl2-bottom {
    position: absolute;
    bottom: 5px;
    left: 0;
    padding: 0 20px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.post-layout4 .entry-post-meta,
.post-layout3 .entry-post-meta {
    border: none;
}

.post-layout4 .entry-post-meta, .post-layout4 .inner .entry-post-meta a,
.post-layout3 .inner .entry-post-meta, .post-layout3 .inner .entry-post-meta a {
    font-size: 14px;
}

.post-layout4 h1.entry-title,
.post-layout3 .inner h1.entry-title {
    color: #fff;
    font-size: 37px;
    text-shadow: 3px 4px 6px rgba(0, 0, 0, .33);
}

/* layout4 */
.post-layout4 {
    width: 100%;
    background-size: cover !important;
}

.post-layout4 > img {
    width: 100%;
    height: auto;
}

.pl4 {
    margin-bottom: 10px
}

.pl4-content {
    padding: 0 40px;
}

.post-layout4 h1.entry-title {
    margin-bottom: 5px !important;
}

img.post_layout_5_img {
    margin-bottom: 20px;
}

h1.entry-title {
    font-size: 28px;
    color: #0083b9;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    line-height: 35px;
}

article header h3 {
    margin-bottom: 15px;
}

.entry-post-meta,
.entry-post-meta a {
    color: #999999;
    font-size: 12px;
}

.entry-post-meta a:hover {
    color: #767676;
}

.entry-post-meta {
    overflow: hidden;
    border-width: 1px 0;
    border-style: solid;
    border-color: #e9e9e9;
    margin-bottom: 20px;
    padding: 10px 0;
}

.entry-post-meta div {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #e9e9e9;
    line-height: 17px;
}

.entry-post-meta div:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.entry-content-data {
    position: relative;
    width: 164px;
    float: left;
    margin-right: 20px;
}

.entry-content-data .post-thumbnail {
    top: 3px;
    left: 0;
    background: #fff;
    padding: 5px;
    border: 1px solid #e9e9e9;
    cursor: pointer;
    z-index: 100;
    min-height: 90px;
    position: absolute;
    width: 152px;
    max-width: 765px;
}

.entry-content-data .post-thumbnail img {
    max-width: 100%;
    clear: right;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.entry-content-data .img_post_wrap_open {
    position: absolute;
}

.entry-content-data .post-thumbnail .img-toggle {
    position: absolute;
    width: 20px;
    height: 20px;
    background: white;
    text-align: center;
    bottom: 0;
    right: 0;
    color: #0384ba;
}

.entry-content-data.has_f_image {
    padding-top: 130px;
}

.entry-content-data .story-highlights h4 {
    color: #0083b9;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    margin: 0;
}

.story-highlights ul {
    list-style: none !important;
    padding: 0;
    margin-bottom: 0;
}

.entry-content-data .story-highlights ul li {
    border-bottom: 1px solid #e9e9e9;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.entry-content-data .story-highlights ul li a {
    display: inline-block;
    font-size: 15px;
    color: #7e7e7e;
    padding: 10px 0 10px 15px;
}

.entry-content-data .story-highlights ul li a:hover {
    color: #2d2d2d;
}

.entry-content-data .story-highlights ul li a:before {
    content: "";
    position: relative;
    width: 5px;
    height: 5px;
    left: -15px;
    bottom: 2px;
    background: #c6c6c6;
    display: inline-block;
    margin-right: -5px;
}

.entry-content-data .story-highlights ul li:hover a:before {
    background: #0384ba;
}

article .entry-content p,
article .entry-content {
    color: #7e7e7e;
    line-height: 22px;
}

article .entry-content ul {
    list-style: outside;
    margin-bottom: 20px;
}

article .entry-content .video_frame,
article .entry-content .audio_frame {
    margin-bottom: 20px;
}

/*tags*/

.entry-tag-links {
    margin: 20px 0;
}

.entry-tag-links span {
    color: #7e7e7e;
    font-size: 14px;
    font-weight: 700 !important;
    margin-right: 5px;
}

.entry-tag-links a {
    display: inline-block;
    background: #7e7e7e;
    color: white;
    font-size: 13px;
    padding: 3px 10px;
    margin: 0 2px 3px;
}

.entry-tag-links a:hover {
    background: #0083b9;
    color: #fff;
}

/*share post*/

.mom-share-post {
    margin: 15px -20px 0;
    padding: 10px 20px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #e9e9e9;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.mom-share-post-free {
    margin: 15px -20px 40px;
    border-bottom: 1px solid #e9e9e9;
}

.mom-share-post h4 {
    float: left;
    padding: 0 11px;
    background: #e9e9e9;
    border: 1px solid #dbdbdb;
    color: #4b4b4b;
    margin: 0 20px 0 0;
    height: 23px;
    line-height: 23px;
    font-weight: normal;
}

.mom-share-buttons {
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    /* padding-right: 100px; */
}

.mom-share-buttons a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #9d9d9d;
    font-size: 15px;
    display: inline-block;
    height: 25px;
    cursor: pointer;
    border-right: 1px solid #e9e9e9;
    margin: 0 5px 5px 0;
    padding-right: 10px;
}

.mom-share-buttons a i {
    position: relative;
    top: 1px;
    margin-right: 4px;
}

.mom-share-buttons a.share-facebook i {
    color: #4173ab;
    margin-right: 1px;
}

.mom-share-buttons a.share-twitter i {
    color: #00afef;
}

.mom-share-buttons a.share-google i {
    color: #f10f0f;
}

.mom-share-buttons a.share-linkedin i {
    font-size: 16px;
    color: #006599;
}

.mom-share-buttons a.share-pin i {
    color: #cb2027;
    font-size: 13px;
}

.mom-share-buttons a.share-vk i {
    color: #45668e;
}

.mom-share-buttons a.share-email i {
    color: #d4d4d4;
    font-size: 18px;
    top: 4px;
    margin-right: 0;
}

.mom-share-post .sh_arrow {
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    color: #2d2d2d;
    text-align: center;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.mom-share-post .sh_arrow i {
    font-size: 17px;
    color: #d5d5d5;
}

.top-share-icons .mom-share-post {
    margin: -15px -20px 20px;
    border: none;
}

.top-share-icons .mom-share-post h4 {
    margin-right: 20px;
}

/*Post nav*/

.post-nav-links {
    overflow: hidden;
    font-size: 15px;
    margin-bottom: 35px;
}

.post-nav-links a {
    color: #7e7e7e;
}

.post-nav-links a:hover {
    color: #0083b9;
}

.post-nav-links .post-nav-prev,
.post-nav-links .post-nav-next {
    width: 49.9%;
}

.post-nav-links .post-nav-prev {
    float: left;
    border-right: 1px solid #e9e9e9;
}

.post-nav-links .post-nav-prev span:before,
.post-nav-links .post-nav-next span:after {
    content: "\e6e4";
    font-family: 'font-awesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 2px;
    margin-right: 10px;
    position: relative;
}

.post-nav-links .post-nav-next span:after {
    content: "\e6e5";
    margin-right: 0;
    margin-left: 10px;
}

.post-nav-links .post-nav-next {
    float: right;
    text-align: right;
}

.post-nav-links span {
    display: block;
    color: #2d2d2d;
    font-weight: 700 !important;
}

/*author bio*/

.post-section-box {
    margin-bottom: 40px;
}

.post-section-title h2 {
    color: #2d2d2d;
    font-size: 17px;
    font-weight: 700 !important;
    padding-bottom: 17px;
    border-bottom: 1px solid #e9e9e9;
}

.author-bio-wrap {
    overflow: hidden;
}

.author-bio-wrap,
.mom-related-posts {
    padding: 20px 0 14px;
    border-bottom: 1px solid #e9e9e9;
}

.mom-related-posts {
    margin-top: 6px;
    margin-right: -20px;
    padding-top: 0;
}

.author-bio-wrap img {
    float: left;
}

.author-bio-content {
    margin-left: 100px;
}

.author-bio-name a {
    display: block;
    font-size: 17px;
    font-weight: 700 !important;
    margin-bottom: 12px;
}

.author-bio-wrap .author-bio-social {
    margin-top: 12px;
}

.author-bio-social li {
    display: inline-block;
}

.author-bio-social li a {
    color: #7e7e7e;
    margin-right: 10px;
    font-size: 15px;
}

.author-bio-social li a:hover {
    color: #575757;
}

.author-bio-social li.twitter a:hover {
    color: #00BAF0;
}

.author-bio-social li.fb a:hover {
    color: #3B5997
}

.author-bio-social li.youtube a:hover {
    color: #B70606;
}

.author-bio-social li.google a:hover {
    color: #D84937;
}

.author-bio-social li.linkedin a:hover {
    color: #006599;
}

.author-bio-social li.pin a:hover {
    color: #F20000;
}

.author-bio-social li.flicker a:hover {
    color: #0065ca;
}

.author-bio-social li.dribble a:hover {
    color: #DE4A84;
}

.author-bio-social .dashicons-email-alt {
    top: -1px;
    position: relative;
    font-size: 19px;
}

/*Related posts*/

.mom-related-posts li {
    float: left;
    width: 165px;
    margin: 14px 20px 0 0;
}

/*
.mom-related-posts li:nth-child(3n+1) {
    clear: left;
}
.rtl .mom-related-posts li:nth-child(3n+1) {
    clear: right;
}
*/

.mom-related-posts li:nth-child(3n+3) {
    margin-right: 0;
}

.one-side-wide .mom-related-posts li:nth-child(3n+3) {
    margin-right: 20px;
}

.mom-related-posts li img {
    display: block;
    margin-bottom: 4px;
}

.mom-related-posts li h2 {
    margin: 0;
}

.mom-related-posts li h2 a {
    color: #2d2d2d;
    font-size: 17px;
    font-weight: 300;
}

.mom-related-posts li .entry-meta {
    margin-top: 2px;
}

/*Comment Tamplate*/

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}

.comment-list .single-comment {
    margin-bottom: 20px;
    padding: 20px 0 18px;
    border-bottom: 1px solid #e9e9e9;
}

.comment-list .single-comment .comment-author-avatar img {
    float: left;
    margin-right: 20px;
}

.comment-list .single-comment .comment-wrap {
    margin-left: 80px;
}

.comment-list .single-comment cite {
    font-style: normal;
    font-size: 17px;
    color: #2d2d2d;
}

.comment-list .single-comment time,
.comment-list .single-comment .comment-reply-link {
    color: #c6c6c6;
    font-size: 14px;
}

.comment-list .single-comment .edit-link a {
    color: #c6c6c6;
    font-size: 14px;
    margin-left: 20px;
}

.comment-list .single-comment .comment-content p {
    color: #7e7e7e;
    margin: 0;
}

.comment-list .single-comment .comment-content {
    margin: 7px 0;
}

.comment-list ol.children {
    margin-left: 80px;
    list-style: none;
    padding: 0;
}

.comment-form #author,
.comment-form input[type="text"] {
    width: 32%;
}

.comment-form #author,
.comment-form #email {
    margin-right: 6px;
}

.comment-form #author, 
.comment-form #email,
.comment-form #url {
    margin-bottom: 0;
}

.comment-form textarea {
    width: 100%;
    margin: 10px 0;
    color: #c6c6c6;
}

.comment-form #comment-submit {
    font-size: 17px;
}

p.form-submit,
p.comment-form-comment,
h3.comment-reply-title {
    margin: 0;
}

p.logged-in-as {
    margin: 10px 0 0 !important;
}

#comments #comment-nav-below {
    padding: 10px;
    margin: -10px 0 20px;
    background: transparent;
    border: none;
    height: auto;
}

#comments #comment-nav-below h1 {
    display: none !important;
}

#comments #comment-nav-below a {
    display: inline-block;
    float: left;
}

#comments #comment-nav-below .nav-next a {
    float: right;
}

.mom-feed-item{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.mom-feed-item .entry-meta{
    margin: 5px 0;
}

div.mom-feed-item.last{
    border-bottom: none;
}
/* Multinews review system*/
.mom-reveiw-system {
    clear: both;
}

.review-wrap {
    background: white;
    border: 1px solid #e5e5e5;
    margin-bottom: 65px;
}

.review-wrap-header {
    background: #f9f9f9;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    border-bottom: 1px solid #e5e5e5;
}

.review-content {
    padding: 20px;
}

/*star rating */
.post-list .star-rating, .star-rating {
    display: inline-block;
    top: 3px;
    left: 5px;
    margin-right: 2px;
    width: 80px;
    font-size: 16px;
    color: #0083b9;
}

.star-rating, .star-rating {
    display: block;
    overflow: hidden;
    position: relative;
    height: 16px;
    font-size: 15px;
    width: 75px;
    font-family: 'momizat';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0083b9;
}

.star-rating:before, .star-rating:before {
    content: "\e6ce\e6ce\e6ce\e6ce\e6ce";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.star-rating span, .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 16px;
}

.star-rating span:before, .star-rating span:before {
    content: "\e6d0\e6d0\e6d0\e6d0\e6d0";
    top: 0;
    position: absolute;
    left: 0;
}

.mom_user_rate {
    cursor: pointer;
}

/* ==========================================================================
 *                Main Title
   ========================================================================== */
.main-title {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
    padding-bottom: 8px;
}

.main-title h4 {
    font-size: 20px;
}

.main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5,
.main-title h6 {
    font-weight: bold;
}

.nav-cart {
    color: #fff;
    position: relative;
}

/* ==========================================================================
 *                Review System 
   ========================================================================== */
.mom-reveiw-system {
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.mom-reveiw-system .review-header {
    background: #f9f9f9;
    border-bottom: 1px solid #e5e5e5;
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
}

.mom-reveiw-system .review-header h2 {
    font-size: 17px;
    font-weight: bold !important;
    line-height: inherit;
    margin-bottom: 0;
    float: left;
}

.mom-reveiw-system .review-header .mr-types {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.mom-reveiw-system .review-header .mr-types li {
    float: left;
    width: 48px;
    height: 48px;
    text-align: center;
    border: 0px solid #e5e5e5;
    border-left-width: 1px;
    font-size: 32px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.mom-reveiw-system .review-header .mr-types li.stars {
    line-height: 52px;
}

.mom-reveiw-system .review-header .mr-types li:hover, .mom-reveiw-system .review-header .mr-types li.current {
    background: #fff;
    color: #000;
}

.mom-reveiw-system .review-header .mr-types li.current:after,
.mom-reveiw-system .review-header .mr-types li.current:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.mom-reveiw-system .review-header .mr-types li.current:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 6px;
    margin-left: -6px;
}

.mom-reveiw-system .review-header .mr-types li.current:before {
    border-color: rgba(229, 229, 229, 0);
    border-top-color: #e5e5e5;
    border-width: 7px;
    margin-left: -7px;
}

.mom-reveiw-system .review-content {
    padding: 16px 20px;
    padding-bottom: 20px;
}

.review-desc {
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
}

.review-desc *:last-child {
    margin-bottom: 0;
}

.mom-reveiw-system .review-area {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    margin-bottom: 20px;
}

.mom-reveiw-system .review-summary {
    position: relative;
    min-height: 151px;
}

.mom-reveiw-system .review-summary h3 {
    line-height: 1;
}

.mom-reveiw-system .review-summary p {
    margin-bottom: 0;
}

.mom-reveiw-system .review-summary .review-score {
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    width: 149px;
    height: 148px;
    text-align: center;
    display: table;
    float: right;
    margin-left: 20px;
}

.mom-reveiw-system .review-summary .review-score .score-wrap {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    color: #7E7E7E;
}

.mom-reveiw-system .review-summary .review-score .score {
    font-weight: bold !important;
    font-size: 48px;
    display: block;
    color: #2d2d2d;
    line-height: 1;
}

.mom-reveiw-system .review-summary .review-score .score-wrap .star-rating {
    margin: auto;
    margin-bottom: 15px;
    color: black;
    font-size: 21px;
    height: 21px;
    width: 105px;
}

.mom-reveiw-system .review-summary .review-score .score-wrap .star-rating span {
    padding-top: 21px;
}

.mom-reveiw-system .review-summary .review-score .score-wrap.stars-score .score-title {
    font-size: 32px;
    font-weight: bold !important;
    color: #7e7e7e;
}

.mom-reveiw-system .review-footer {
    height: 35px;
    overflow: hidden;
    padding: 6px 5px;
    border-top: 1px solid #e5e5e5;
    color: #c6c6c6;
    font-size: 13px;
    display: table;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mom-reveiw-system .review-tab:not(.circles-tab) .review-footer h3, .mom-reveiw-system .user-rate-bar,
.review-tab:not(.circles-tab) .review-footer .total-votes {
    display: table-cell;
    padding: 0 10px;
    vertical-align: middle;
}

.mom-reveiw-system .user-rate-bar {
    padding: 0;
}

.mom-reveiw-system .review-tab:not(.circles-tab) .review-footer h3 {
    padding-left: 12px;
}

.mom-reveiw-system .review-footer h3 {
    min-width: 76px;
    padding-right: 0 !important;
}

.review-footer .total-votes {
    min-width: 52px;
}

.mom-reveiw-system .review-footer h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    color: #454545;
}

.mom-reveiw-system .user-rate-bar {
    width: 100%;
    max-width: 100%
}

.mom-reveiw-system .user-rate-bar > div {
    height: 29px;
    padding: 2px;
    border: 1px solid #eaeaea;
}

.mom-reveiw-system .user-rate-bar .ub-inner {
    background: #7e7e7e;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    height: 29px;
    line-height: 29px;
}

.user-star-rate .user-rate-bar {
    text-align: center;
}

.user-star-rate .star-rating {
    display: inline-block;
    position: relative;
    overflow: visible;
}

/*--------------------------
            Bars
---------------------------*/

.mom-reveiw-system .mom-bar {
    height: 34px;
    line-height: 34px;
    margin-bottom: 7px;
    margin-right: 59px;
}

.mom-reveiw-system .mom-bar:last-child {
    margin-bottom: 0;
}

.mom-reveiw-system .mom-bar .mb-inner .cr {
    padding: 0 11px;
    color: #f9f9f9;
    font-size: 15px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.mom-reveiw-system .mom-bar .mb-inner {
    background: #78bce7;
    position: relative;
}

.mom-reveiw-system .mom-bar .mb-score {
    position: absolute;
    left: 100%;
    color: #78bce7;
    padding: 0 10px;
    width: 39px;
    font-size: 15px;
    font-weight: bold !important;
}

/* predefind colors */
.mom-reveiw-system .mom-bar.blue .mb-inner {
    background: #78bce7;
}

.mom-reveiw-system .mom-bar.blue .mb-inner .mb-score {
    color: #78bce7;
}

.mom-reveiw-system .mom-bar.green .mb-inner {
    background: #88d46d;
}

.mom-reveiw-system .mom-bar.green .mb-inner .mb-score {
    color: #88d46d;
}

.mom-reveiw-system .mom-bar.orange .mb-inner {
    background: #e7be78;
}

.mom-reveiw-system .mom-bar.orange .mb-inner .mb-score {
    color: #e7be78;
}

.mom-reveiw-system .mom-bar.red .mb-inner {
    background: #e77878;
}

.mom-reveiw-system .mom-bar.red .mb-inner .mb-score {
    color: #e77878;
}

.mom-reveiw-system .mom-bar.carissma .mb-inner {
    background: #e778b9;
}

.mom-reveiw-system .mom-bar.carissma .mb-inner .mb-score {
    color: #e778b9;
}

/*--------------------------
            Stars
---------------------------*/
.mom-reveiw-system .stars-cr {
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    margin-bottom: 5px;
    padding: 0 10px;
    line-height: 32px;
    font-size: 15px;
    color: #78bce7;
}

.mom-reveiw-system .stars-cr:last-child {
    margin-bottom: 0;
}

.mom-reveiw-system .stars-cr .star-rating {
    float: right;
    margin-top: 8px;
    color: #78bce7;
}

.mom-reveiw-system .review-footer .user-star-rate .star-rating {
    margin: auto;
    margin-top: 3px;
    margin-right: 10px;
    color: #dbdbdb;
}

.stars-rate-wrap {
    position: relative;
    display: inline-block;
}

.user-star-rate .yr {
    position: absolute;
    margin-left: 5px;
    font-style: normal;
    left: 100%;
    top: -2px;
    line-height: 35px;
}

.mom-reveiw-system .review-footer .user-star-rate .star-rating span {
    color: #40454D;
}

/* predefind colors */
.mom-reveiw-system .stars-cr.blue, .mom-reveiw-system .stars-cr.blue .star-rating {
    color: #78bce7;
}

.mom-reveiw-system .stars-cr.green, .mom-reveiw-system .stars-cr.green .star-rating {
    color: #76c65c;
}

.mom-reveiw-system .stars-cr.orange, .mom-reveiw-system .stars-cr.orange .star-rating {
    color: #e7be78;
}

.mom-reveiw-system .stars-cr.red, .mom-reveiw-system .stars-cr.red .star-rating {
    color: #e77878;
}

.mom-reveiw-system .stars-cr.carissma, .mom-reveiw-system .stars-cr.carissma .star-rating {
    color: #e778b9;
}

/*--------------------------
            Circles 
---------------------------*/
.mom-reveiw-system .review-circles {
    overflow: hidden;
    margin-bottom: -2%;
}

.mom-reveiw-system .review-circles .review-circle {
    float: left;
    width: 32%;
    padding: 20px 17px;
    padding-bottom: 16px;
    border: 1px solid #e5e5e5;
    margin-bottom: 2%;
    margin-left: 2%;
    text-align: center;
    font-size: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mom-reveiw-system .review-circles .review-circle:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
}

.mom-reveiw-system .review-circle .circle {
    padding-bottom: 7px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 4px;
    position: relative;

}

.mom-reveiw-system .review-circle .circle * {
    max-width: 100%;
}

.mom-reveiw-system .review-circle .circle .val {
    font-size: 20px;
    font-weight: bold !important;
    width: 100%;
    left: 0;
    bottom: 15%;
    text-align: center;
    position: absolute;

}

.mom-reveiw-system .score-wrap .review-circle {
    color: #2d2d2d;
    font-size: 19px;
    font-weight: bold !important;
}

.mom-reveiw-system .score-wrap .review-circle .circle {
    height: 76px;
    margin: 0 14px;
    padding-bottom: 4px;
    margin-bottom: 6px;

}

.mom-reveiw-system .circles-tab .review-footer {
    line-height: 55px;
    height: 79px !important;
    padding: 10px;
    padding-bottom: 14px;
    text-align: center;
    display: block;
}

.mom-reveiw-system .circles-tab .review-footer .user-rate {
    display: inline-block;
}

.mom-reveiw-system .circles-tab .review-footer h3 {
    margin-right: 18px;
    line-height: 45px;
    float: left;
}

.mom-reveiw-system .circles-tab .review-footer h3, .mom-reveiw-system .circles-tab .review-footer .total-votes {
    position: relative;
    line-height: 70px;
}

.mom-reveiw-system .user-rate-circle {
    float: left;
    width: 80px;
    text-align: center;
    margin-right: 17px;
    height: 45px;
}

.mom-reveiw-system .user-rate-circle .circle {
    position: relative;
}

.mom-reveiw-system .user-rate-circle .cru-score {
    position: absolute;
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #4A525D;
    font-weight: bold;
    line-height: normal;
    left: 0;
    bottom: 0;
}

/* predefind colors */
.mom-reveiw-system .stars-cr.blue, .mom-reveiw-system .review-circle.blue 
color:#78bce7;
}

.mom-reveiw-system .stars-cr.green, .mom-reveiw-system .review-circle.green {
    color: #76c65c;
}

.mom-reveiw-system .stars-cr.orange, .mom-reveiw-system .review-circle.orange {
    color: #e7be78;
}

.mom-reveiw-system .stars-cr.red, .mom-reveiw-system .review-circle.red {
    color: #e77878;
}

.mom-reveiw-system .stars-cr.carissma, .mom-reveiw-system .review-circle.carissma {
    color: #e778b9;
}

/*--------------------------
            Review Tabs
---------------------------*/

.mom-reveiw-system .review-tab {
    display: none;
}

.mom-reveiw-system .review-tab:first-of-type {
    display: block;
}

/*--------------------------
            user rate
---------------------------*/
.mom_user_rate {
    cursor: pointer;
}

/*--------------------------
            Adaptin
---------------------------*/
/* smaller */
rs-smaller_than_default.mom-reveiw-system .review-header .mr-types li {}

.rs-smaller_than_default.mom-reveiw-system .review-header .mr-types li i {
    position: relative;
}

/* bars */

.rs-smaller_than_default.mom-reveiw-system .mom-bar .mb-inner .cr,
.rs-smaller_than_default.mom-reveiw-system .mom-bar .mb-score {
    font-size: 15px;
}

/* stars */
.rs-smaller_than_default.mom-reveiw-system .stars-cr {
    font-size: 15px;
}

.rs-smaller_than_default.mom-reveiw-system .stars-cr .star-rating {
    margin-top: 4px;
}

/* Circles */
.rs-smaller_than_default.mom-reveiw-system .review-circles .review-circle {
    width: 32%;
}

.rs-smaller_than_default.mom-reveiw-system .review-circles .review-circle:nth-child(3n+1) {
    margin-left: 2%;
}

.rs-smaller_than_default.mom-reveiw-system .review-circles .review-circle:nth-child(3n+1) {
    margin-left: 0;
}

/* bigger */
.rs-full_width.mom-reveiw-system .review-circles .review-circle {
    width: 18.8%;
    margin-left: 1.5%;
}

.rs-full_width.mom-reveiw-system .review-circles .review-circle:nth-child(3n+1) {
    margin-left: 1.5%;
}

.rs-full_width.mom-reveiw-system .review-circles .review-circle:nth-child(5n+1) {
    margin-left: 0;
}

/* ==========================================================================
 *                end Review System 
   ========================================================================== */
/* ==========================================================================
   Media Page Template
   ========================================================================== */

.col2 .media-main-content {
    width: 747px;
}

.media-main-content {
    width: 788px;
    float: left;
}

.media-filter {
    margin: 0;
}

.media-filter .widget-title h2 {
    padding: 0 15px;
    background: #e9e9e9;
    border: 1px solid #dbdbdb;
    height: 38px;
    line-height: 38px;
    margin: -15px -15px 15px;
}

.f-tabbed-body {
    display: none;
}

.media-main-content .page-wrap .f-tabbed-head .f-tabbed-sort {
    margin-left: 20px;
}

ul.f-tabbed-sort li.all a {
    padding: 10px 15px;
}

.media-main-content ul.f-tabbed-sort li a span {
    color: #8b8b8b;
}

.media-main-content ul.f-tabbed-sort li a {
    color: #2d2d2d;
}

ul.f-tabbed-sort li.media-video span,
ul.f-tabbed-sort li.media-gallery span,
ul.f-tabbed-sort li.media-audio span {
    font-size: 21px;
    position: relative;
    right: -10px;
    bottom: -4px;
    line-height: 0;
    margin-right: 10px;
}

.media-sort-form {
    float: right;
    margin-right: 20px;
}

.adv-search-form .select-wrap,
.media-sort-wrap {
    position: relative;
    overflow: hidden;
    height: 28px;
    top: 5px;
    background: #f2f2f2;
    border: 1px solid #dbdbdb;
}

.adv-search-form select,
.media-sort-wrap select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border-radius: 0;
    border: none;
    outline: none;
    color: #8b8b8b;
    padding: 8px 0 7px 10px;
    font-size: 12px;
    z-index: 2;
    margin-right: -18px;
    min-width: 122px;
    top: -5px;
}

.adv-search-form select:-moz-focusring,
.media-sort-wrap select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #727272;
}

.adv-search-form .sort-arrow:before,
.media-sort-wrap .sort-arrow:before {
    -moz-font-feature-settings: "liga";
    -moz-osx-font-smoothing: grayscale;
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #E7E7E7;
    color: #c6c6c6;
    content: "\e6eb";
    cursor: pointer;
    font-family: 'font-awesome';
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 100%;
    line-height: 31px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: none;
    top: 0;
    width: 22px;
    z-index: 1;
}

.media-sort-title {
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 700 !important;
    float: right;
    margin-right: 5px;
}

.media-main-content .f-tabbed-head {
    margin-bottom: 20px;
}

.featured-media-items {
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}

.featured-media-items .media-item {
    width: 347px;
    float: left;
}

.featured-media-items .media-item:first-child {
    margin-right: 11px;
}

.media-item h2 {
    margin: 0;
}

.media-item h2 a {
    color: #2d2d2d;
    font-size: 17px;
    font-weight: 300;
}

.media-item .media-data {
    bottom: 0;
    right: 0;
    position: absolute;
}

.media-item .media-format,
.media-item .video-time,
.media-item .image-num {
    height: 30px;
    background: rgba(0, 0, 0, 0.60);
    color: #fafafa;
    text-align: center;
    line-height: 30px;
    float: left;
    bottom: 0;
    right: 0;
}

.media-item .media-format {
    width: 30px;
    margin-right: 1px;
}

.media-item .video-time,
.media-item .image-num {
    padding: 0 10px;
}

.media-item .media-format:before {
    font-family: 'momizat';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    position: relative;
}

.media-item.format-video .media-format:before {
    content: "\e70a";
    top: 2px;
}

.media-item.format-gallery .media-format:before {
    content: "\e60e";
    top: 3px;
}

.media-item.format-audio .media-format:before {
    content: "\e715";
    top: 2px;
    left: 2px;
}

.media-item.format-gallery .media-format {
    width: auto;
    padding: 0 1px;
}

.media-item img {
    margin-bottom: 2px;
}

.media-item .entry-meta,
.media-item .entry-meta a {
    margin-top: 5px;
    line-height: 15px;
    color: #a3a3a3;
}

.media-item .entry-meta time {
    border-right: 1px solid #c9c9c9;
    padding-right: 10px;
    margin-right: 10px;
}

.col2 .media-items-list li.featured {
    width: 347px;
    min-height: 216px;
}

.media-items-list li.featured {
    width: 367px;
    padding-bottom: 30px;
    position: relative;
    min-height: 300px;
}

.media-items-list li.featured:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #E1E1E1;
    left: 0;
    bottom: 0;
}

.col2 .media-items-list li {
    width: 169px;
}

.media-items-list li {
    float: left;
    width: 179px;
    margin: 0 0 0 11px;
}

.media-items-list li#m-items {
    margin: 30px 0 0 9px;
    min-height: 183px;
}

.media-items-list #m-items:nth-child(4n+3) {
    margin-left: 0;
}

.media-items-list .m-items:nth-child(4n+4) {
    margin-left: 0;
}

.media-items-list li.featured:first-child {
    margin-left: 0;
}

.media-items-list li.featured:first-child:before {
    padding-right: 11px;
}

.media-items-list li.media-item .media-format,
.media-items-list li.media-item .video-time,
.media-items-list li.media-item .image-num {
    height: 25px;
    line-height: 27px;
}

.media-items-list li.media-item .media-format {
    width: 27px;
}

.media-items-list li.media-item .video-time,
.media-items-list li.media-item .image-num {
    padding: 0 5px;
}

.media-cat-filter li ul {
    clear: both;
}

.media-cat-filter li ul li {
    margin-left: 17px;
}

.media-cat-filter li ul li a:before {
    width: 7px;
    height: 2px;
}

/* ==========================================================================
   Magazine Page
   ========================================================================== */
.magazine-wrap .fade-imgs-in-appear img {
    opacity: 1 !important;
}

.fixed-header {
    background: #262626;
    height: 47px;
    line-height: 47px;
    border-width: 1px 0;
    border-style: solid;
    border-color: black;
    -webkit-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.83);
    box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.83);
    z-index: 9999;
    position: relative;
}

.col2 .fixed-header .inner {
    width: 1160px;
}

.fixed-header .main-menu {
    position: relative;
}

.fixed-header .logo {
    margin-right: 15px;
    z-index: 9999;
    position: relative;
    line-height: 45px;
}

.fixed-header ul.br-right {
    float: left;
    line-height: 47px;
    height: 47px;
    overflow: hidden;
}

.fixed-header ul.br-right li.b-right-video a {}

.fixed-header ul.br-right li.b-right-video a,
.fixed-header ul.br-right li.b-right-magazine a {
    line-height: 53px;
}

.fixed-header ul.br-right li:first-child {
    border-left: none;
}

.magazine-container {
    height: 100%;
    position: fixed;
    left: 0;
    width: 100%;
}

.bb-custom-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.bb-custom-wrapper .bb-bookblock {
    width: 100%;
    height: 100%;
    -webkit-perspective: 2000px;
    -ms-perspective: 2000px;
    perspective: 2000px;
}

.bb-custom-side {
    width: 50%;
    float: left;
    height: 100%;
    overflow: hidden;
    /* Centering with flexbox */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.magazine-page-img {
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-width: 960px;
    background-position: 50%;
    z-index: 5;
}

.ma-content-wrap {
    z-index: 10;
    position: absolute;
    bottom: 156px;
    left: 117px;
    width: 392px;
    background: rgba(0, 0, 0, 0.80);
    padding: 30px;
}

.ma-content-wrap h2 a {
    display: block;
    color: white;
    font-size: 32px;
    font-weight: 700 !important;
    line-height: 36px;
    margin-bottom: 15px;
}

.ma-content-wrap .entry-meta {
    margin-top: 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #5a5a5a;
    padding: 10px 0;
    overflow: hidden;
    color: #c6c6c6;
    line-height: 15px;
    margin-bottom: 15px;
}

.ma-content-wrap .entry-meta div {
    float: left;
}

.ma-content-wrap .entry-meta time {
    float: none;
    margin: 0;
}

.ma-content-wrap .entry-meta .author-link,
.ma-content-wrap .entry-meta .entry-date {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #e9e9e9;
}

.ma-content-wrap .entry-content {
    margin-bottom: 20px;
}

.ma-content-wrap .entry-content p {
    color: #c6c6c6;
}

.magazine-nav {
    z-index: 9999;
    position: absolute;
    bottom: 50%;
    width: 100%;
}

.magazine-nav #bb-nav-prev {
    display: inherit;
}

.magazine-nav .bb-custom-left,
.magazine-nav .bb-custom-right {
    display: block;
    background: rgba(0, 0, 0, 0.60);
    width: 40px;
    height: 60px;
    text-align: center;
    line-height: 66px;
    font-size: 32px;
    color: white;
}

.magazine-nav .bb-custom-left {
    float: left;
    margin-left: 20px;
}

.magazine-nav .bb-custom-right {
    float: right;
    margin-right: 20px;
}

.magazine-nav .bb-custom-left i {
    position: relative;
    right: 1px;
    top: -2px;
    line-height: inherit
}

.magazine-nav .bb-custom-right i {
    position: relative;
    left: 1px;
    top: -2px;
    line-height: inherit
}

/* ==========================================================================
   Weather Page template
   ========================================================================== */
.weather-page-wrap {
    background: url('../../themes/multinews/images/image-bg3.jpg') no-repeat center;
    width: 100%;
    padding: 47px 0 25px;
    height: 350px;
    margin: -30px 0 30px;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}

.weather-page-icon {
    float: left;
    width: 55px;
    height: 49px;
    line-height: 52px;
    background: #ffa500;
    text-align: center;
    color: white;
    font-size: 27px;
    position: relative;
}

.weather-page-icon:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(229, 229, 229, 0);
    border-left-color: #ffa500;
    border-width: 6px;
    margin-top: -6px;
}

.weather-page-head {
    height: 49px;
    line-height: 49px;
    background: white;
    border: 1px solid #e1e1e1;
    border-left: none;
    padding: 0 0 0 14px;
    color: #ffa500;
    margin-left: 55px;
    font-size: 18px;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.weather-page-head h2 {
    float: left;
}

.weather-switch-tabs {
    float: right;
}

.weather-switch-tabs a {
    color: #ffa500;
    display: block;
    float: left;
    padding: 0 30px 0 25px;
    position: relative;
    font-size: 25px;
}

.weather-switch-tabs a.active {
    color: white;
    background: #ffa500;
}

.weather-switch-tabs a.active:before,
.weather-switch-tabs a.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ffa500;
}

.weather-switch-tabs a.active:after {
    top: -1px;
    left: 0;
}

.weather-switch-tabs a.active:before {
    bottom: -1px;
    left: 0;
}

.today-weather-box {
    background: rgba(255, 255, 255, 0.8);
    width: 168px;
    height: 291px;
    position: absolute;
    left: 0;
    top: 0;
    float: left;
    text-align: center;
    margin-right: 10px;
}

.t-w-title {
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 14px;
}

.t-w-title h2 {
    color: #1e1e1e;
    font-weight: 700 !important;
    font-size: 30px;
    margin-bottom: 7px;
}

.t-w-title .weather-date {
    color: #b8b6b8;
    font-size: 15px;
}

.t-w-title .weather-date span {
    margin-right: 16px;
}

.weather-results .weather-icon {
    position: relative;
    width: 105px;
    height: 63px;
    font-size: 19px;
    margin: 20px auto;
    text-align: -webkit-auto;
    padding-top: 20px;
    text-align: left;
}

.weather-results .weather-icon .basecloud:before {
    font-size: 54px;
}

.weather-results .weather-icon i.icon-frosty:before {
    font-size: 87%;
    left: 2px;
    top: -3px;
}

.weather-results .weather-icon i.icon-sunny::after {
    font-size: 89%;
    top: -1px;
    left: 2px;
}

.page-template-weather-php .today-weather-box .weather-results .weather-icon i.icon-sunny::after {
    font-size: 130%;
    top: 11px;
    left: 18px;
}

.weather-page-wrap .today-weather-box .icon-sun:after {
    font-size: 100px;
}

.weather-results-status {
    color: #2d2d2d;
    font-size: 17px;
}

.weather-results span,
.weather-results small {
    color: #2d2d2d;
    font-size: 40px;
    font-weight: 700 !important;
}

.weather-results small {
    font-size: 20px;
}

.weather-data-wrap {
    position: relative;
    padding-left: 178px;
}

.week-weather-wrap {
    width: 100%;
}
.today-weather-box .weather-icon .icon-cloud{
    font-size: 5em;
}
.today-weather-box .weather-icon .icon-cloud.behind{
    font-size: 4em
}
.today-weather-box .weather-icon .icon-cloud.behind:after{
    right: -1px;
    top: 12px;
}
.week-weather-box {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 236px;
    float: right;
    margin-bottom: 10px;
    overflow: hidden
}

.week-weather-box li {
    float: left;
    text-align: center;
    width: 16.6%;
    border-right: 1px solid #e4e4e4;
    padding-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 200px;
    margin-bottom: -200px;
}

.week-weather-box li:last-child {
    border-right: none;
}

.week-weather-box li .t-w-title h2 {
    font-size: 25px;
}

.week-weather-box li .weather-results .weather-icon {
    font-size: 10px;
    padding-top: 0;
    width: 58px;
    height: 30px;
    margin: 15px auto;
}

.week-weather-box li .weather-results span {
    font-size: 27px;
    display: block;
    margin-bottom: 5px;
}

.week-weather-box li .weather-results small {
    font-size: 17px;
}

.find-weather-box {
    background: rgba(255, 255, 255, 0.8);
    height: 35px;
    line-height: 35px;
    padding: 5px;
    color: #1e1e1e;
    font-size: 17px;
    clear: both;
}

.find-weather-box > span {
    float: left;
    padding-left: 15px;
}

.find-weather-box input {
    height: 33px;
    width: 100%;
    background: white;
    border-color: #e8e8e8;
    color: #bdbbbd;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

form#find-weather {
    margin-left: 121px;
}

form#find-weather .twitter-typeahead {
    width: 100%;

}

form#find-weather input {
    width: 100%;
    padding: 0 10px;
    height: 35px;
}

.weather-maps {
    margin: -20px -20px 20px !important;
}

header.weather-maps h2 {
    color: #2d2d2d;
    font-size: 15px;
}

.ui-autocomplete-loading {
    background: url('../../themes/multinews/images/ui-load.gif') right center no-repeat;
}

.not-valid-city {
    color: red;
    position: absolute;
    line-height: 34px;
    text-align: right;
    width: 200px;
    font-weight: 700 !important;
    right: 5px;
    bottom: 5px;
    z-index: 100;
}

.not-valid-city i {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 32px;
}

.invalid {
    border-color: #FFAFAF !important;
    color: red !important;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

.weather-data-wrap .icon-cloud.behind:after {}

.mom-map-wrap {
    position: relative;
    margin-bottom: 25px;
}

#map {
    width: 100%;
    height: 100%;
    border: 0px;
    padding: 0px;
    position: absolute;
}

#OpenLayers_Control_MaximizeDiv {
    display: none !important;
}

.weather-switch-tabs {
    margin-top: -1px;
    margin-right: -1px;
}

.weather-switch-tabs .w-unit {
    line-height: 49px;
    float: left;
    padding: 0 25px;
    cursor: pointer;
    position: relative;
}

.weather-switch-tabs .w-unit.selected {
    background: #FFA500;
    color: #fff;
}

.weather-switch-tabs input {
    position: absolute;
    visibility: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.tt-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;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    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;
}

.tt-suggestion > p {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion > p:hover,
.tt-suggestion > p:focus,
.tt-suggestion.tt-cursor p {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

/* ==========================================================================
   Search Page
   ========================================================================== */
.advanced-search {
    padding: 20px;
}

.search-page .block-title h2 {
    color: #4b4b4b;
    font-size: 17px;
    font-weight: 300;
}

.search-page .block-title {
    margin: -20px -20px 20px !important;
    clear: both;
}

.search-page .media-sort-title {
    color: #5a5a5a;
    font-weight: 300;
    float: left;
}

.search-page .media-sort-wrap {
    top: 4px;
    position: relative;
}

.search-page .media-sort-form {
    margin-right: 5px;
}

.search-page .media-sort-form select {
    font-size: 13px;
    padding: 0 0 0 5px;
    height: 28px;
    width: 165px;
    position: relative;
    top: -5px;
    left: 2px;
}

.media-sort-form span {
    margin: 0;
    margin-right: 4px;
}

.adv-search-form .adv-s,
.adv-search-form span {
    float: left;
}

.adv-search-form label {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.adv-search-form .select-wrap {
    float: left;
    height: 33px;
    top: 0;
    background: #f8f8f8;
    color: #d9d9d9;
    border-color: #eaeaea;
}

.adv-search-form select {
    top: 0;
    font-size: 17px;
    color: #d9d9d9;
    padding: 5px 0 11px 8px;
}

.adv-search-form span {
    margin-top: -27px;
}

.adv-search-form input.adv-s {
    background: #f8f8f8;
    border-color: #eaeaea;
    color: black;
    width: 293px;
    margin-right: 20px;
    font-size: 17px;
    height: 33px;
}

.adv-search-form select#adv-cat,
.adv-search-form select#adv-format {
    min-width: 140px;
}

.adv-search-form select#adv-year {
    min-width: 91px;
}

.adv-search-form select#adv-mon {
    min-width: 95px;
}

.adv-search-form .adv-s-month .select-wrap:last-child {
    border-left: none;
}

.adv-search-form .adv-s-cat,
.adv-search-form .adv-s-month,
.adv-search-form .adv-s-format {
    margin-right: 20px;
}

.adv-search-form .sort-arrow:before {
    line-height: 36px;
}

.adv-search-form .submit {
    width: 96px;
    height: 35px;
    border: none;
    outline: none;
    color: white;
    font-size: 17px;
    text-transform: uppercase;
}

.search-page .nb1 ul {
    margin: -20px;
}

.search-page .nb1 ul li {
    width: 33.32%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 19px;
    padding-bottom: 300px;
}

.search-page .nb1 ul li {
    margin-bottom: -290px;
}

.search-page .nb1 ul li:nth-child(-n+3) {
    border-top: 0;
}

.search-page .nb1 ul li:nth-child(2n+2) {
    border-right: 1px solid #e4e4e4;
}

.search-page .nb1 ul li:nth-child(3n+3) {
    border-right: 0;
    padding-right: 21px;
}

.search-page .nb1 ul li:nth-child(3n+1) {
    clear: left !important;
}

.search-page .cat-grid li:nth-child(2n+1),
.search-page .nb1 ul li:nth-child(2n+1) {
    clear: none;
}

/* ==========================================================================
   Archive page
   ========================================================================== */
.mom-archive {
    border-top: 1px solid #e9e9e9;
    padding-top: 50px;
    margin-top: 40px;
}

.mom-archive .mom-archive-title h2 {
    color: #555555;
    font-size: 17px;
    font-weight: 700 !important;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.archive-page.entry-crumbs span {
    padding-left: 15px;
}

.main-archive-content .page-wrap {
    padding: 20px 40px 40px;
}

.mom-archive > ul > li {
    width: 31%;
    margin-right: 3.4%;
    margin-bottom: 20px;
    float: left;
}

.mom-archive > ul > li:nth-child(3n+3) {
    margin-right: 0;
}

.mom-archive ul li ul {
    margin: 0 0 20px 30px;
    clear: both;
}

.mom-archive ul.children {
    margin-bottom: 0;
}

.mom-archive ul.children li:first-of-type {
    padding-top: 15px;
}

.mom-archive ul.children li:last-of-type {
    border-bottom: none;
}

.mom-archive ul li ul li {
    border-bottom: 1px solid #e9e9e9;
    text-align: right;
    overflow: hidden;
    padding: 10px 0;
    color: #6c6c6c;
}

.mom-archive ul li ul li:first-of-type {
    padding-top: 0;
}

.mom-archive ul li ul li a {
    display: inline-block;
    text-align: left;
    float: left;
    color: #6c6c6c;
}

.mom-archive ul li ul li a:before {
    background: #0083b9;
    width: 7px;
    height: 7px;
}

.mom-archive ul li ul li a:hover {
    color: #0083B9;
}

/* ==========================================================================
   Authors page
   ========================================================================== */
.auhtor-list-temp .author-list-box {
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
}

.author-list-box .author-box-content {
    overflow: hidden;
    padding: 20px;
}

.author-list-box .author-box-content img {
    float: left;
    margin-right: 10px;
}

.author-list-box .entry-contnet {
    color: #7e7e7e;
    font-size: 14px;
}

.author-list-box .entry-contnet p {
    padding: 0;
    margin: 0;
}

.page-template-authors-temp-php .author-bio-social {
    position: relative;
    top: 3px;
}

.auhtor-list-temp .author-list-box:last-child {
    margin-bottom: 0;
}

footer.author-box-footer {
    background: #e9e9e9;
    border-top: 1px solid #e1e1e1;
    height: 41px;
    line-height: 41px;
    padding: 0 15px;
    color: #8b8b8b;
}

footer.author-box-footer span {
    float: right;
}

/* ==========================================================================
   Author page
   ========================================================================== */
.author-page .entry-crumbs {
    border-bottom: 1px solid #e5e5e5;
}

.author-cover {
    background: url('../../themes/multinews/images/cover.png');
    position: relative;
    width: 100%;
    height: 354px;
    background-size: cover !important;
}

.author-page .author-list-box {
    background: white;
    border: 1px solid #e1e1e1;
    width: 556px;
    position: absolute;
    bottom: -20%;
    left: 25%;
    z-index: 999;
}

.col2 .author-page .author-list-box {
    left: 20%;
}

.author-page footer.author-box-footer {
    background: white;
}

footer.author-box-footer .dashicons {
    vertical-align: text-bottom !important;
}

.author-page .page-wrap {
    padding-top: 70px;
}

.author-page.timeline .page-wrap {
    padding-top: 0;
}

.author-page .mom-blog-timeline {
    margin: 20px auto 0;
    text-align: center;
    width: 918px;
}

.author .author-bio-social li a {
    position: relative;
    top: 3px;
}

/* timeline style */
.mom-blog-timeline .nb5 {
    margin: 0;
    overflow: visible;
}

.mom-blog-timeline .nb5 .first-item {
    border-bottom: none;
    padding: 15px 20px;
    overflow: hidden;
}

.tl-posts .nb5 .first-item .post-thumbnail img {
    width: 130px;
    height: 87px;
}

span.blog-timeline-date {
    background: #262626;
    padding: 0 18px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: white;
    font-weight: 700 !important;
    text-transform: uppercase;
    display: inline-block;
    z-index: 9999;
}

.mom-blog-timeline ul {
    overflow: hidden;
    position: relative;
    padding: 20px 0 20px;
}

.mom-blog-timeline ul:before {
    content: '';
    width: 1px;
    height: 110%;
    background: #e9e9e9;
    position: absolute;
    top: -15px;
    z-index: 44;
    left: 28.7pc;
}

.mom-blog-timeline ul li {
    background: #f9f9f9;
    position: relative;
    width: 437px;
    border: 1px solid #e9e9e9;
    text-align: left;
    float: left;
    margin-bottom: 20px !important;
    clear: left;
}

.mom-blog-timeline ul li:before {
    content: '';
    position: absolute;
    width: 21px;
    height: 1px;
    background: #e9e9e9;
    right: -21px;
    top: 50%;
}

.mom-blog-timeline ul li:nth-child(2n+2) {
    float: right;
    margin-top: 20px;
    margin-bottom: 0 !important;
    clear: right;
}

.mom-blog-timeline ul li:nth-child(2n+2):before {
    left: -21px;
    right: auto;
}

.blog-timeline-more {
    display: inline-block;
    border: 1px solid #e1e1e1;
    font-size: 15px;
    color: #5c5c5c;
    padding: 9px 14px;
    background: #E9E9E9;
    position: relative;
    z-index: 9999;
}

.blog-timeline-more span {
    position: relative;
    top: 3px;
    left: 4px;
    font-size: 16px;
}

.mom-blog-timeline .tl-month {
    display: none;
}

.mom-blog-timeline .tl-month:first-child {
    display: block;
}

/* blog style */
.blog_posts {
    padding: 0;
}

.blog_posts .pagination {
    margin: 0;
}

.blog-post-big,
.blog-post {
    overflow: hidden;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.blog-post-big:last-of-type,
.blog-post:last-of-type {
    border-bottom: none;
}

.blog-post-big .entry-meta,
.blog-post .entry-meta {
    overflow: hidden;
    margin: 2px 0 10px 0;
}

.blog-post-big h2 a,
.blog-post h2 a {
    font-size: 22px;
}

.blog-post img {
    float: left;
    margin-right: 15px;
    width: 179px;
    height: 120px;
}

.blog-post .entry-content {
    margin: -6px 0 10px;
}

.blog-post .post-format-icon:before {
    top: 90px;
}

.blog-post-big img {
    margin-bottom: 12px;
}

.blog-post-big .entry-content {
    margin-bottom: 15px;
}

.blog-post-big .read-more {
    display: inline-block;
}

/* ==========================================================================
   404
   ========================================================================== */
.error-page {
    overflow: hidden;
    text-align: center;
}

.error-page h4 {
    color: #9b9b9b;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 40px;
    display: block;
}

.error-page h1 {
    color: #f2f2f2;
    font-size: 150px;
    font-weight: 700 !important;
    margin: 0 0 40px;
    line-height: 103px;
}

.entry-crumbs .crumb-icon .brankic-icon-error:before {
    font-size: 31px;
    position: relative;
}

.error-page .search-box {
    margin: 0 auto;
    display: inline-block;
    overflow: visible;
}

.error-page .search-form .search-field {
    width: 285px;
    height: 35px;
    background: #f8f8f8;
}

.error-page .search-form .esearch-submit {
    width: 77px;
    height: 37px;
    background: white;
    border: 1px solid #eaeaea;
    text-align: center;
    color: #0083b9;
    font-size: 17px;
    padding: 0;
}

.error-page .mom-archive {
    border: none;
    padding: 0;
    margin-top: 65px;
}

.error-page .mom-archive .mom-archive-title h2 {
    text-align: left;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Composer */
.wpb_row .wpb_column.column_container {
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}

.wpb_row *,
.wpb_row .section,
.wpb_row .wpb_column.vc_main_col,
.wpb_row .wpb_column.vc_sidebar,
.wpb_row .wpb_column.vc_sec_sidebar
{
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
}

.vc_responsive .wpb_row .vc_col-sm-12 {
    float: none !important;
    width: auto !important;
}

.wpb_row .vc_main_col:first-child, .wpb_row .vc_sec_sidebar:first-child, .wpb_row .vc_sidebar:first-child {
    margin-left: 15px;
}

.wpb_row .vc_main_col:last-child, .wpb_row .vc_sec_sidebar:last-child, .wpb_row .vc_sidebar:last-child {
    margin-right: 15px;
}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        -webkit-box-shadow: none !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href)")";
    }

    abbr[title]:after {
        content: " (" attr(title)")";
    }

    /*
         * Don't show links for images, or javascript/internal links
         */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
 *                Ajax Call
   ========================================================================== */

section.section {
    position: relative;
}

section.section.news-box {
    overflow: hidden; /* news box title background colorful */
}

.nb-load {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff url(../../themes/multinews/images/ajax-loader.gif) no-repeat center;
    opacity: 0.7;
    margin-top: 45px; /* news box title background colorful */
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
    .nb-load {
        background-image: url(../../themes/multinews/images/ajax-loader@x2.gif);
        -webkit-background-size: 64px 64px;
        background-size: 64px 64px;
    }
}

@font-face {
    font-family: 'Archivo Narrow';
    font-style: normal;
    font-weight: 400;
    src: local('Archivo Narrow Regular'), local('ArchivoNarrow-Regular'), url(http://themes.googleusercontent.com/static/fonts/archivonarrow/v3/DsLzC9scoPnrGiwYYMQXpp4t0mJKPaLVqklzZuc32b4.woff) format('woff');
}

@font-face {
    font-family: 'Archivo Narrow';
    font-style: normal;
    font-weight: 700;
    src: local('Archivo Narrow Bold'), local('ArchivoNarrow-Bold'), url(http://themes.googleusercontent.com/static/fonts/archivonarrow/v3/M__Wu4PAmHf4YZvQM8tWsHhM4mdXpoxYNWk7Ev34U70.woff) format('woff');
}

/* ==========================================================================
 *                Visual composer 
   ========================================================================== */
.wpb_row,
.wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin,
.wpb_button {
    margin-bottom: 0 !important;
}

.vc_sec_sidebar:first-child {
    margin: 0 10px 0 0;
}

.custom-layout.vc_responsive .wpb_row .vc_span12 {}

.alignrighti {
    float: right;
}

.alignlefti {
    float: left;
}

/* ==========================================================================
 *               retina
   ========================================================================== */
.mom_retina_logo {
    display: none !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-device-pixel-ratio: 2) {
    .header .logo img {
        display: none !important;
    }

    .header .logo .mom_retina_logo {
        display: inline-block !important;
    }
}

/*---------------------------------
            Visibility 
---------------------------------*/
.mom_visibility_desktop {
    display: block;
}

.mom_visibility_mobile, .mom_visibility_tablet, .mom_visibility_device {
    display: none;
}

.display_none {
    display: none;
}

/* ==========================================================================
 *                ads 
   ========================================================================== */
.mom-ads {
    text-align: center;
    margin: auto;
    margin-bottom: -14px;
}

.mom-ad {
    margin: auto;
    max-width: 100%;
    margin-bottom: 14px;
}

.mom-ad .ad-code {
    overflow: hidden;
}

.header .mom-ad {
    vertical-align: middle;
    white-space: normal;
    line-height: normal;
    display: inline-block;
    margin-bottom: 0;

}

.header .adCenter {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.mom-ad a img:hover{
    opacity: 1;
}
/* Grid */
.ads-layout-grid.mom-ads {
    margin-right: -12px;
}

.ads-layout-grid .mom-ad {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    margin-right: 11px;
}

.mom-ad-empty {
    background: #F9F9F9;
    border: 1px solid #E1E1E1;
    padding: 0 10px;
    position: relative;
}

.mom-ad-empty a {
    color: #a5a8ad;
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
}

.mom-ad-empty a.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.mom-ad-empty:hover a {
    color: #222;
}

/* rotator */
.ads-layout-rotator {
    overflow: hidden;
    position: relative;
}

.header .ads-layout-rotator {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 0;
    margin-top: -45px;
}

.header .ads-layout-rotator .mom-ad {
    display: block;
}

.ads-layout-rotator .adr-arrows {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.ads-layout-rotator .adr-arrows span {
    float: left;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    height: 20px;
    width: 20px;
    margin-left: 1px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.ads-layout-rotator .adr-arrows span.adr-next i {
    position: relative;
    left: 1px;
}

.tr-ad-widget {
    padding-bottom: 20px;
}

.mom_contet_ads {
    position: absolute;
    left: 50%;
}

.mom_contet_ads.mca-fixed.mca_touch_top {
    padding-top: 20px;
}

.mom_contet_ads.mc-ad-right {
    /* half the inner + space*/
    margin-left: 620px;
}

.col2 .mom_contet_ads.mc-ad-right {
    margin-left: 519px;
}

.both-sidebars .mom_contet_ads.mc-ad-right {
    margin-left: 615px;

}

.layout-boxed.both-sidebars .mom_contet_ads.mc-ad-right {
    margin-left: 625px;

}

.mom_contet_ads.mc-ad-left {
    /* half the inner + space*/
    left: auto;
    right: 50%;
    margin-right: 620px;
}

.col2 .mom_contet_ads.mc-ad-left {
    margin-right: 519px;
}

.both-sidebars .mom_contet_ads.mc-ad-left {
    margin-right: 615px;
}

.both-sidebars.layout-boxed .mom_contet_ads.mc-ad-left {
    margin-right: 625px;
}

.sticky_navigation_on .mom_contet_ads.mca-fixed.mca_touch_top {
    padding-top: 72px;
}

.wpb_column .mom-ads-wrap, .main-col .mom-ads-wrap {
    margin-bottom: 20px;
    overflow: hidden;
}

.main-content .mom-ads-wrap {
    margin-bottom: 20px !important;
}

.secondary-sidebar .mom-ads-wrap,
.sidebar .mom-ads-wrap {
    margin-bottom: 0;
    overflow: inherit;
}

.s-img {
    max-width: 21px;
}

.mom-members{ 
    padding: 15px; 
    margin: 20px 0;
}

.header-banner .mom-ads-wrap.responsive .mom-ad {
	width: 728px;
	max-width: 100%;
}
.mom_google_map.full {
    padding: 40px 1000px;
    margin-left: -1000px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
    color: #fff;
}
button.mfp-close{
    background: white !important;
}
.mom_popup{
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
}

.ajelly .mom_popup{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: jelly-anim-open;
    animation-name: jelly-anim-open;
}

.asimple .mom_popup{
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: sandra-anim-open;
    animation-name: sandra-anim-open;
}

.azoom .mom_popup{
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: sally-anim-open;
    animation-name: sally-anim-open;
    -webkit-animation-timing-function: cubic-bezier(0.6,0,0.4,1);
    animation-timing-function: cubic-bezier(0.6,0,0.4,1);
}

.atop .mom_popup{
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: cathy-anim-open;
    animation-name: cathy-anim-open;
    -webkit-animation-timing-function: cubic-bezier(0.7,0,0.3,1);
    animation-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.aleft .mom_popup{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-name: val-anim-open;
    animation-name: val-anim-open;
}

.aricky .mom_popup{
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: cubic-bezier(0.7,0,0.3,1);
    animation-timing-function: cubic-bezier(0.7,0,0.3,1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform-origin: -150% 50%;
    transform-origin: -150% 50%;
    -webkit-animation-name: ricky-anim-open;
    animation-name: ricky-anim-open;
}

.apop .mom_popup{
    -webkit-animation-name: pop;
    animation-name: pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.afadein .mom_popup{
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

/*fadein*/
@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
/* Jelly */
@-webkit-keyframes jelly-anim-open {
    0% { opacity: 0; -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    2.083333% { -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    4.166667% { -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    6.25% { -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    8.333333% { -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    10.416667% { -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    12.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    14.583333% { -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    16.666667% { -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    18.75% { -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    20.833333% { -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    22.916667% { -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    25% { -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    27.083333% { -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    29.166667% { -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    31.25% { -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    33.333333% { -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    35.416667% { -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    37.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    39.583333% { -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    41.666667% { -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    43.75% { -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    45.833333% { -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    47.916667% { -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    50% { opacity: 1; -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    52.083333% { -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    54.166667% { -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    56.25% { -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    58.333333% { -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    60.416667% { -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    62.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    64.583333% { -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    66.666667% { -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    68.75% { -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    70.833333% { -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    72.916667% { -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    75% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    77.083333% { -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    79.166667% { -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    81.25% { -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    83.333333% { -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    85.416667% { -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    87.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    89.583333% { -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    91.666667% { -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    93.75% { -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    95.833333% { -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    97.916667% { -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    100% { opacity: 1; -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

@keyframes jelly-anim-open {
    0% { opacity: 0; -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    2.083333% { -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    4.166667% { -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    6.25% { -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    8.333333% { -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    10.416667% { -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    12.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    14.583333% { -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    16.666667% { -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    18.75% { -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    20.833333% { -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    22.916667% { -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    25% { -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    27.083333% { -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    29.166667% { -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    31.25% { -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    33.333333% { -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    35.416667% { -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    37.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    39.583333% { -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    41.666667% { -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    43.75% { -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    45.833333% { -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    47.916667% { -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    50% { opacity: 1; -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    52.083333% { -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    54.166667% { -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    56.25% { -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    58.333333% { -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    60.416667% { -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    62.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    64.583333% { -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    66.666667% { -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    68.75% { -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    70.833333% { -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    72.916667% { -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    75% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    77.083333% { -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    79.166667% { -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    81.25% { -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    83.333333% { -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    85.416667% { -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    87.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    89.583333% { -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    91.666667% { -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    93.75% { -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    95.833333% { -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    97.916667% { -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    100% { opacity: 1; -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

/*sandra*/
@-webkit-keyframes sandra-anim-open {
    0% { opacity: 0; -webkit-transform: scale3d(1.1, 1.1, 1); }
    100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); }
}

@keyframes sandra-anim-open {
    0% { opacity: 0; -webkit-transform: scale3d(1.1, 1.1, 1); transform: scale3d(1.1, 1.1, 1); }
    100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}

/*sally*/
@-webkit-keyframes sally-anim-open {
    0% { opacity: 0; -webkit-transform: scale3d(0, 0, 1); }
    100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); }
}

@keyframes sally-anim-open {
    0% { opacity: 0; -webkit-transform: scale3d(0, 0, 1); transform: scale3d(0, 0, 1); }
    100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}
/*cathy*/
@-webkit-keyframes cathy-anim-open {
    0% { opacity: 0; -webkit-transform: translate3d(0, -400px, 0); }
    100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); }
}

@keyframes cathy-anim-open {
    0% { opacity: 0; -webkit-transform: translate3d(0, -400px, 0); transform: translate3d(0, -400px, 0); }
    100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
/*val*/
@-webkit-keyframes val-anim-open {
    0% { opacity: 0; -webkit-transform: translate3d(calc(-100vw - 50%), 0, 0); }
    50% { opacity: 1; -webkit-transform: translate3d(100px, 0, 0); }
    100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); }
}

@keyframes val-anim-open {
    0% { opacity: 0; -webkit-transform: translate3d(calc(-100vw - 50%), 0, 0); transform: translate3d(calc(-100vw - 50%), 0, 0); }
    50% { opacity: 1; -webkit-transform: translate3d(100px, 0, 0); transform: translate3d(100px, 0, 0); }
    100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
/*ricky*/
@-webkit-keyframes ricky-anim-open {
    0% { opacity: 0; -webkit-transform: rotate3d(0, 0, 1, -45deg); }
    100% { opacity: 1; -webkit-transform: rotate3d(0, 0, 1, 0deg); }
}

@keyframes ricky-anim-open {
    0% { opacity: 0; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); }
    100% { opacity: 1; -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg); }
}

.aleft.mfp-removing .mom_popup{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-name: val-anim-close;
    animation-name: val-anim-close;
}

.aricky.mfp-removing .mom_popup{
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: cubic-bezier(0.7,0,0.3,1);
    animation-timing-function: cubic-bezier(0.7,0,0.3,1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform-origin: -150% 50%;
    transform-origin: -150% 50%;
    -webkit-animation-name: ricky-anim-close;
    animation-name: ricky-anim-close;
}

.mfp-removing .mom_popup{
    -webkit-animation-name: anim-close;
    animation-name: anim-close;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes anim-close {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: scale3d(0.8, 0.8, 1); }
}

@keyframes anim-close {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: scale3d(0.8, 0.8, 1); transform: scale3d(0.8, 0.8, 1); }
}
@-webkit-keyframes val-anim-close {
    0% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); }
    50% { opacity: 1; -webkit-transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1); }
    100% { opacity: 0; -webkit-transform: translate3d(calc(100vw + 50%), 0, 0); }
}

@keyframes val-anim-close {
    0% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
    50% { opacity: 1; -webkit-transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1); transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1); }
    100% { opacity: 0; -webkit-transform: translate3d(calc(100vw + 50%), 0, 0); transform: translate3d(calc(100vw + 50%), 0, 0); }
}
@-webkit-keyframes ricky-anim-close {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: rotate3d(0, 0, 1, 45deg); }
}

@keyframes ricky-anim-close {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); }
}
/* ==========================================================================
 *                End Ads System
   ========================================================================== */
.brmenu .nav-button.nav-cart i {
    font-size: 18px;
    position: relative;
    top: 2px;
}

.brmenu .nav-button.nav-cart span.numofitems {
    background: #0083b9;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    height: 16px;
    line-height: 17px;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 8px;
    width: 15px;
}

#tab-reviews ol.commentlist li {
    border: 1px solid #e1e1e1;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}

#tab-reviews ol.commentlist li time {
    font-size: 12px;
    color: #c6c6c6;
}

#tab-reviews ol.commentlist li img.avatar {
    float: left;
    margin-right: 10px;
}

#tab-reviews ol.commentlist li .description {
    margin: 5px 0 0 70px;
}

#review_form_wrapper .comment-reply-title {
    font-size: 18px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 6px;
    margin-bottom: 13px;
}

#review_form_wrapper .comment-form-rating {
    margin-bottom: 10px;
}

#review_form_wrapper .comment-form-rating label {
    margin-bottom: 5px;
    display: block;
}

/* ==========================================================================
 *                Media element Video
   ========================================================================== */
.wp-video,
.mejs-video, .mejs-inner, .wp-video-shortcode, .mejs-overlay, .mejs-poster,
.mejs-layer, .mejs-mediaelement .me-plugin, .mejs-mediaelement embed {
    width: 100% !important;
}

.wp-video, .mejs-video, .wp-video-shortcode, .mejs-overlay, .mejs-poster,
.mejs-layer, .mejs-mediaelement .me-plugin, .mejs-mediaelement embed {
    height: 340px !important;
}

.mejs-poster {
    background-size: cover !important;
}

/*******************************************************************
 *  3.  Column
 *******************************************************************/
.one_half,
.one_third, .two_third, .three_fourth, .two_fourth, .one_fourth, .one_fifth,
.two_fifth, .three_fifth, .four_fifth, .one_sixth, .two_sixth, .three_sixth,
.four_sixth, .five_sixth {
    position: relative;
    margin-right: 4%;
    float: left;
    /*overflow:hidden;*/
}

.one_half {
    width: 48%;
}

.one_third {
    width: 30.6666%;
}

.two_third {
    width: 65.3332%;
}

.one_fourth {
    width: 22%;
}

.two_fourth {
    width: 48%;
}

.three_fourth {
    width: 74%;
}

.one_fifth {
    width: 16.8%;
}

.two_fifth {
    width: 37.6%;
}

.three_fifth {
    width: 58.4%;
}

.four_fifth {
    width: 79.2%;
}

.one_sixth {
    width: 13.3333%;
}

.two_sixth {
    width: 30.6666%;
}

.three_sixth {
    width: 47.9998%;
}

.four_sixth {
    width: 65.3332%;
}

.five_sixth {
    width: 82.6665%;
}

.last {
    margin-right: 0 !important;
    clear: right;
}

.col2 footer.footer .footer-widget.one-full,
footer.footer .footer-widget.one-full {
    width: 100%;
}

.col2 footer.footer .footer-widget.one_half {
    width: 46.7%;
}

footer.footer .footer-widget.one_half {
    width: 46.58%;
}

.col2 footer.footer .footer-widget.one_third {
    width: 30%;
}

footer.footer .footer-widget.one_third {
    width: 29.94%;
}

.col2 footer.footer .footer-widget.two_third,
footer.footer .footer-widget.two_third {
    width: 65.3332%;
}

.col2 footer.footer .footer-widget.two_fourth,
footer.footer .footer-widget.two_fourth {
    width: 49%;
    margin-right: 2%;
}

.col2 footer.footer .footer-widget.three_fourth,
footer.footer .footer-widget.three_fourth {
    width: 74.5%;
    margin-right: 2%;
}

.col2 footer.footer .footer-widget.one_fifth {
    width: 16.74%;
}

footer.footer .footer-widget.one_fifth {
    width: 16.6%;
}

.col2 footer.footer .footer-widget.two_fifth,
footer.footer .footer-widget.two_fifth {
    width: 37.6%;
}

.col2 footer.footer .footer-widget.three_fifth,
footer.footer .footer-widget.three_fifth {
    width: 58.4%;
}

.col2 footer.footer .footer-widget.four_fifth,
footer.footer .footer-widget.four_fifth {
    width: 79.2%;
}

.col2 footer.footer .footer-widget.one_sixth {
    width: 13.4%;
}

footer.footer .footer-widget.one_sixth {
    width: 13.28%;
}

.col2 footer.footer .footer-widget.two_sixth,
footer.footer .footer-widget.two_sixth {
    width: 30.6666%;
}

.col2 footer.footer .footer-widget.three_sixth,
footer.footer .footer-widget.three_sixth {
    width: 47.9998%;
}

.col2 footer.footer .footer-widget.four_sixth,
footer.footer .footer-widget.four_sixth {
    width: 65.3332%;
}

.col2 footer.footer .footer-widget.five_sixth,
footer.footer .footer-widget.five_sixth {
    width: 82.6665%;
}

.col2 footer.footer .footer-widget.last,
footer.footer .footer-widget.last {
    margin-right: 0 !important;
    clear: right;
}

/* ==========================================================================
 *                Plugins
   ========================================================================== */
p.wysija-paragraph {
    margin: 0;
}

.widget_wysija_cont .wysija-submit {
    margin: 0;
}

.shortcode_wysija {
    margin-bottom: 20px;
}

.message-box {
    padding: 6px 35px 6px 12px;
    border: 1px solid #e5e5e5;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.message-box i {
    position: absolute;
    right: 1px;
    top: 6px;
    font-size: 32px;
    cursor: pointer;
}

.message-box.error {
    color: #e96d6d;
    border-color: #e96d6d;
}

.message-box.error i {
    color: #e76868;
}

.message-box.success {
    color: #9eae52;
    border-color: #c3d666;
}

.message-box.success i {
    color: #aec64c;
}

#mc4wp-form-1 input {
    height: 40px;
}

.widget_adrotate_widgets {
    text-align: center;
}

/* ==========================================================================
 *                bbPress
   ========================================================================== */
#bbpress-forums:last-child {
    margin-bottom: -20px;
}

#bbpress-forums div.bbp-search-form {
    float: none;
    position: relative;
}

form#bbp-search-form {
    position: relative;
}

.widget form#bbp-search-form #bbp_search {
    margin-bottom: 0;
}

#bbp-search-form #bbp_search {
    height: 41px;
    padding: 0 10px;
    background: #fafafa;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #e7e7e7;
    outline: none;
    color: #dbdbdb;
    font-size: 15px;
    font-weight: 300;
    width: 100% !important;
    padding-right: 60px;
    margin-bottom: 18px;
}

#bbp_search_submit {
    position: absolute;
    height: 41px;
    line-height: 39px;
    right: 0;
    top: 0;
    background: #e9e9e9;
    border: 1px solid #dbdbdb;
    color: #696969;
    font-size: 16px;
    padding: 0 24px;
}

#bbpress-forums li.bbp-footer {
    display: none;
}

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
    border: 0;
}

#bbpress-forums {
    overflow: visible;
}

.page-wrap #bbpress-forums ul.bbp-lead-topic, .page-wrap #bbpress-forums ul.bbp-topics,
.page-wrap #bbpress-forums ul.bbp-forums, .page-wrap #bbpress-forums ul.bbp-replies,
.page-wrap #bbpress-forums ul.bbp-search-results {
    margin: 0 -20px;
}

#bbpress-forums li.bbp-header, #bbpress-forums div.bbp-reply-header,
#bbpress-forums div.bbp-topic-header {
    padding: 0 14px;
    line-height: 38px;
    background: #e9e9e9;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #dbdbdb;
}

#bbpress-forums div.bbp-reply-header {
    border-top: 0;
    margin: 0 -20px;
    font-size: 14px;
}

#bbpress-forums #bbp-search-results div.bbp-reply-header {
    margin: 0;
}

#bbpress-forums #bbp-search-results div.bbp-topic-header, #bbpress-forums #bbp-search-results div.bbp-reply-header {
    line-height: 1.5em;
    padding: 14px;
}

#bbpress-forums #bbp-search-results div.bbp-forum-content {
    margin: 0;
}

#bbpress-forums div.bbp-forum-title h3, #bbpress-forums div.bbp-topic-title h3,
#bbpress-forums div.bbp-reply-title h3 {
    line-height: inherit;
    margin: 0;
}

.mom-bbp-title+#bbpress-forums div.bbp-reply-header, #bbpress-forums #bbp-search-results div.bbp-topic-header:first-child, #bbpress-forums #bbp-search-results div.bbp-reply-header:first-child {
    border-top: 0;
}

.forum-titles {
    font-size: 15px;
    color: #2d2d2d;
}

li.bbp-forum-info, li.bbp-topic-title {
    width: 50%;
}

li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
    width: 17%;
    text-transform: uppercase;
    font-size: 12px;
}

li.bbp-forum-freshness, li.bbp-topic-freshness {
    width: 33%;
    text-align: right;
}

li.bbp-forum-topic-count .mom-main-color, li.bbp-topic-voice-count .mom-main-color,
li.bbp-forum-reply-count .mom-main-color, li.bbp-topic-reply-count .mom-main-color {
    margin-right: 3px;
}

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
    font-size: 14px;
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    border-top: 0;
    border-bottom: 1px solid #e1e1e1;
    padding: 15px;
}

#buddypress #bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    padding: 15px 20px;
}

.bbp-body .bbp-forum-title, .mom-bbp-topic-data .bbp-topic-permalink {
    font-size: 17px;
    font-weight: bold;
}

.bbp-body .bbp-forum-title, .mom-main-color, .site-content .mom-main-color,
.bbp-forum-freshness .bbp-author-name, .mom-bbp-topic-data .bbp-topic-permalink,
.bbp-topics .bbp-author-name, .bbp-pagination-links span.current,
.mom-main-color a {
    color: #0083b9;
}

.bbp-body .bbp-forum-content {
    color: #6b6b6b;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
}

#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar {
    margin: 0;
    border: 0;
}

#bbpress-forums .bbp-forum-freshness img.avatar {
    float: right !important;
    margin-left: 10px !important;
}

.bbp-body .bbp-forum-freshness, .bbp-body .bbp-forum-freshness a {
    color: #9a9a9a;
}

#bbpress-forums p.bbp-topic-meta {
    margin: 0;
    font-size: 14px;
}

#bbpress-forums p.bbp-topic-meta+a {
    font-size: 13px;
}

#bbpress-forums ul.odd {
    background: #fff;
}

#bbpress-forums h1 {
    font-size: 24px;
    font-weight: bold;
}

#bbpress-forums .mom-bbp-title {
    border-bottom: 1px solid #e1e1e1;
    margin: 0 -20px;
    margin-top: -4px;
    padding: 0 20px 14px;

}

#bbpress-forums .mom-bbp-content {
    margin: 0 -20px;
    padding: 14px 20px 11px 20px;
    ;
    color: #454545;
    border-bottom: 1px solid #e1e1e1;
}

#bbpress-forums .mom-bbp-topic-avatar {
    float: left;
    margin-right: 15px;
}

#bbpress-forums .mom-bbp-topic-avatar img {
    max-width: 100%;
}

#bbpress-forums .mom-bbp-topic-data {
    float: left;
    width: 85%;
}

#bbpress-forums .mom-bbp-topic-counts {
    float: right;
    margin-top: 20px;
}

.bbp-pagination {
    float: none;
    padding: 14px 20px;
    margin: 0 -20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
    font-size: 14px;
}

.bbp-pagination-links a, .bbp-pagination-links span.current, .bbp-pagination-links a:hover {
    border: 0;
    background: 0;
}

.quicktags-toolbar input {
    height: 28px;
    width: auto;
}

.bbp-the-content-wrapper {
    border: 1px solid #e7e7e7;
}

#bbpress-forums div.odd, #bbpress-forums ul.odd {
    background: #fff;
}

li.bbp-body div.hentry, #bbpress-forums div.reply {
    padding: 20px;
    border-bottom: 1px solid #e1e1e1;
    width: auto;
}

#bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
    margin: 0;
}

#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
    margin-left: 80px;
    padding: 0;
    text-align: inherit;
}

#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
    width: auto;
    margin-right: 15px;
}

.mom-bbp-reply-author {
    font-size: 17px;
    margin-bottom: 15px;
}

.mom-bbp-reply-author .bbp-reply-permalink, .mom-bbp-reply-author .bbp-topic-permalink,
#bbpress-forums #bbp-search-results .mom-bbp-permalink {
    font-size: 12px;
    color: #9a9a9a;
}

#bbpress-forums .bbp-reply-content p {
    margin-bottom: 15px;
}

span.bbp-admin-links a {
    color: #9a9a9a;
}

#bbpress-forums #bbp-single-user-details, #bbpress-forums #bbp-single-user-details #bbp-user-avatar {
    width: 120px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
    height: auto;
}

#bbpress-forums #bbp-user-body {
    margin-left: 150px;
}

#bbpress-forums .bbp-user-section {
    overflow: hidden;
}

.widget_display_stats dl {
    overflow: hidden;
    margin: 0;
}

.widget_display_stats dt {
    font-weight: 400;
    float: left;
    clear: both;
    margin-bottom: 5px;
}

.widget_display_stats dd {
    margin: 0;
    float: right;
    font-weight: normal;
}

.widget_display_stats dd strong {
    font-weight: normal;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content {
    margin-bottom: 0;
}

#lang_sel_list {
    height: auto;
}

#lang_sel_list.lang_sel_list_vertical ul {
    height: auto;
    overflow: hidden;
}

#lang_sel ul, #lang_sel li {
    overflow: visible;
}

.mom_box_sc {
    background: #fff;
}

.widget .lang_sel_click ul li {
    overflow: visible !important;
    padding: 0 !important;
}
#bbpress-forums div.bbp-forum-content .userpro-badges ,
#bbpress-forums div.bbp-topic-content .userpro-badges,
#bbpress-forums div.bbp-reply-content .userpro-badges,
#bbpress-forums div.bbp-forum-content .userpro-profile-badge-verified ,
#bbpress-forums div.bbp-topic-content .userpro-profile-badge-verified,
#bbpress-forums div.bbp-reply-content .userpro-profile-badge-verified {
    display: none !important;
}
/* ==========================================================================
 *                Chat Post Format
   ========================================================================== */
.chat-transcript {
    margin-bottom: 20px;
    clear: both;
}

.chat-row {
    margin-bottom: 10px;
}

.chat-author {
    float: left;
    width: 70px;
    margin-right: 10px;
    color: #6c6c6c;
    font-size: 15px;
}

.chat-author cite {
    font-style: normal;
}

.chat-text {
    margin-left: 90px;
    padding: 20px;
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    position: relative;
}

.chat-text *:last-child {
    margin-bottom: 0;
}

.chat-text:after, .chat-text:before {
    right: 100%;
    top: 12px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top: 0;
}

.chat-text:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #f8f8f8;
    border-width: 10px;
}

.chat-text:before {
    border-color: rgba(237, 237, 237, 0);
    border-right-color: #f0f0f0;
    border-width: 12px;
    top: 11px;
}

.chat-speaker-1 .chat-author {
    color: #7e7e7e;
}

/* v 1.7 */
.photo-credit {
    font-size: 13px;
    color: white;
    font-style: italic;
    position: absolute;
    right: 20px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    padding: 4px 9px;
    z-index: 99;
}

.photo-credit a {
    color: white;
}

.photo-credit i {
    margin-right: 10px;
}

.photo-credit.img-pct {
    background: transparent;
    padding: 0;
    color: #C5C5C5;
    position: relative;
    left: 2px;
    top: -12px;
}

.photo-credit.img-pct a {
    color: #C5C5C5;
}

.post-layout1 .photo-credit,
.post-layout2 .photo-credit {
    bottom: 112px;
}

.post-layout4 .photo-credit {
    bottom: 15px;
    right: 16px;
}

/* wp-polls */
.wp-polls-form p strong {
    font-size: 17px;
    font-weight: normal !important;
    color: #2d2d2d;
}

ul.wp-polls-ul {
    margin-top: 10px !important;
}

.wp-polls-ul li label {
    font-size: 14px;
    color: #9a9a9a;
}

.wp-polls-ul li input {
    margin-right: 10px;
}

.wp-polls .Buttons {
    margin-top: 15px;
    background: #e9e9e9;
    border: 1px solid #dbdbdb;
    color: #4b4b4b;
}

/* ==========================================================================
 *                Gallery
   ========================================================================== */
.gallery .gallery-item {
    float: left;
}

.gallery .gallery-item img {
    margin-bottom: 0;
}

.gallery img.attachment-thumbnail {
    border: none !important;
}

.gallery br {
    height: 0 !important;
    display: block;
}

.gallery .gallery-item {
    margin-top: 0 !important;
    margin-bottom: 2%;
    margin-left: 2%;
}

.gallery .gallery-item:first-child, .gallery br+.gallery-item {
    margin-left: 0;
}

.gallery-columns-6 .gallery-item {
    width: 15% !important;
}

.gallery-columns-5 .gallery-item {
    width: 18.4% !important;
}

.gallery-columns-4 .gallery-item {
    width: 23.5% !important;
}

.gallery-columns-3 .gallery-item {
    width: 32% !important;
}

.gallery-columns-2 .gallery-item {
    width: 49% !important;
}

.ppt {
    display: none !important;
}

.gallery dl dt img {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -moz-backface-visibility: hidden;
}

.gallery dl dt img:hover {
    opacity: 0.7;
}

.print-logo {
    display: none;
}

.sidebar .tabs li {
    padding: 0 !important;
    border: none !important;
}

/* wpml switch fix */
#lang_sel_click img.iclflag {
    top: -1px;
    margin-right: 5px;
}

#lang_sel_click li, #lang_sel_click ul ul {
    width: 100%;
}

.post_source p,
.post_source p a {
    font-style: italic;
    color: #9a9a9a;
}

.post_source span {
    color: #40454d;
    margin-right: 5px;
    font-style: normal;
}

.mom_accordion ol, .mom_accordion ul {
    padding: 0;
    margin: 0;
}

.mom_accordion ol li, .mom_accordion ul li {
    margin-bottom: 0;
}

h2.mom-sub-title {
    color: #888;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px !important;
    margin-top: -5px !important;
}

.post-layout4 h2.mom-sub-title {
    margin-bottom: 0 !important;
    margin-top: 5px !important;
}

.post-layout2 h2.mom-sub-title,
.post-layout3 h2.mom-sub-title,
.post-layout4 h2.mom-sub-title {
    color: white;
    text-shadow: 3px 4px 6px rgba(0, 0, 0, .33);
}
.entry-content .news-box ul{ padding: 0; margin-bottom: 0;}
.entry-content .news-box ul li{ list-style: none; }

.ubermenu, .ubermenu-nav{ z-index: 900 !important; }
/* ==========================================================================
 *                Icons spin
   ========================================================================== */
.fa-spin {
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}
@charset "UTF-8";.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scaleX(1.25)scaleY(.75);transform:scaleX(1.25)scaleY(.75)}40%{-webkit-transform:scaleX(.75)scaleY(1.25);transform:scaleX(.75)scaleY(1.25)}60%{-webkit-transform:scaleX(1.15)scaleY(.85);transform:scaleX(1.15)scaleY(.85)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes rubberBand{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scaleX(1.25)scaleY(.75);-ms-transform:scaleX(1.25)scaleY(.75);transform:scaleX(1.25)scaleY(.75)}40%{-webkit-transform:scaleX(.75)scaleY(1.25);-ms-transform:scaleX(.75)scaleY(1.25);transform:scaleX(.75)scaleY(1.25)}60%{-webkit-transform:scaleX(1.15)scaleY(.85);-ms-transform:scaleX(1.15)scaleY(.85);transform:scaleX(1.15)scaleY(.85)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9)rotate(-3deg);transform:scale(.9)rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1)rotate(3deg);transform:scale(1.1)rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1)rotate(-3deg);transform:scale(1.1)rotate(-3deg)}100%{-webkit-transform:scale(1)rotate(0);transform:scale(1)rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9)rotate(-3deg);-ms-transform:scale(.9)rotate(-3deg);transform:scale(.9)rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1)rotate(3deg);-ms-transform:scale(1.1)rotate(3deg);transform:scale(1.1)rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1)rotate(-3deg);-ms-transform:scale(1.1)rotate(-3deg);transform:scale(1.1)rotate(-3deg)}100%{-webkit-transform:scale(1)rotate(0);-ms-transform:scale(1)rotate(0);transform:scale(1)rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%)rotate(-5deg);transform:translateX(-25%)rotate(-5deg)}30%{-webkit-transform:translateX(20%)rotate(3deg);transform:translateX(20%)rotate(3deg)}45%{-webkit-transform:translateX(-15%)rotate(-3deg);transform:translateX(-15%)rotate(-3deg)}60%{-webkit-transform:translateX(10%)rotate(2deg);transform:translateX(10%)rotate(2deg)}75%{-webkit-transform:translateX(-5%)rotate(-1deg);transform:translateX(-5%)rotate(-1deg)}100%{-webkit-transform:translateX(0%);transform:translateX(0%)}}@keyframes wobble{0%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%)rotate(-5deg);-ms-transform:translateX(-25%)rotate(-5deg);transform:translateX(-25%)rotate(-5deg)}30%{-webkit-transform:translateX(20%)rotate(3deg);-ms-transform:translateX(20%)rotate(3deg);transform:translateX(20%)rotate(3deg)}45%{-webkit-transform:translateX(-15%)rotate(-3deg);-ms-transform:translateX(-15%)rotate(-3deg);transform:translateX(-15%)rotate(-3deg)}60%{-webkit-transform:translateX(10%)rotate(2deg);-ms-transform:translateX(10%)rotate(2deg);transform:translateX(10%)rotate(2deg)}75%{-webkit-transform:translateX(-5%)rotate(-1deg);-ms-transform:translateX(-5%)rotate(-1deg);transform:translateX(-5%)rotate(-1deg)}100%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);transform:scale(.9)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}100%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}}@keyframes bounceOut{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes bounceOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes bounceOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px)translateZ(0)rotateY(-360deg)scale(1);transform:perspective(400px)translateZ(0)rotateY(-360deg)scale(1)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(-190deg)scale(1);transform:perspective(400px)translateZ(150px)rotateY(-190deg)scale(1)}50%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(-170deg)scale(1);transform:perspective(400px)translateZ(150px)rotateY(-170deg)scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px)translateZ(0)rotateY(0)scale(.95);transform:perspective(400px)translateZ(0)rotateY(0)scale(.95)}80%,100%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px)translateZ(0)rotateY(0)scale(1);transform:perspective(400px)translateZ(0)rotateY(0)scale(1)}}@keyframes flip{0%{-webkit-transform:perspective(400px)translateZ(0)rotateY(-360deg)scale(1);-ms-transform:perspective(400px)translateZ(0)rotateY(-360deg)scale(1);transform:perspective(400px)translateZ(0)rotateY(-360deg)scale(1)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(-190deg)scale(1);-ms-transform:perspective(400px)translateZ(150px)rotateY(-190deg)scale(1);transform:perspective(400px)translateZ(150px)rotateY(-190deg)scale(1)}50%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(-170deg)scale(1);-ms-transform:perspective(400px)translateZ(150px)rotateY(-170deg)scale(1);transform:perspective(400px)translateZ(150px)rotateY(-170deg)scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px)translateZ(0)rotateY(0)scale(.95);-ms-transform:perspective(400px)translateZ(0)rotateY(0)scale(.95);transform:perspective(400px)translateZ(0)rotateY(0)scale(.95)}80%,100%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px)translateZ(0)rotateY(0)scale(1);-ms-transform:perspective(400px)translateZ(0)rotateY(0)scale(1);transform:perspective(400px)translateZ(0)rotateY(0)scale(1)}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px)rotateX(-10deg);transform:perspective(400px)rotateX(-10deg)}70%{-webkit-transform:perspective(400px)rotateX(10deg);transform:perspective(400px)rotateX(10deg)}100%{-webkit-transform:perspective(400px)rotateX(0);transform:perspective(400px)rotateX(0);opacity:1}}@keyframes flipInX{0%{-webkit-transform:perspective(400px)rotateX(90deg);-ms-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px)rotateX(-10deg);-ms-transform:perspective(400px)rotateX(-10deg);transform:perspective(400px)rotateX(-10deg)}70%{-webkit-transform:perspective(400px)rotateX(10deg);-ms-transform:perspective(400px)rotateX(10deg);transform:perspective(400px)rotateX(10deg)}100%{-webkit-transform:perspective(400px)rotateX(0);-ms-transform:perspective(400px)rotateX(0);transform:perspective(400px)rotateX(0);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px)rotateY(-10deg);transform:perspective(400px)rotateY(-10deg)}70%{-webkit-transform:perspective(400px)rotateY(10deg);transform:perspective(400px)rotateY(10deg)}100%{-webkit-transform:perspective(400px)rotateY(0);transform:perspective(400px)rotateY(0);opacity:1}}@keyframes flipInY{0%{-webkit-transform:perspective(400px)rotateY(90deg);-ms-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px)rotateY(-10deg);-ms-transform:perspective(400px)rotateY(-10deg);transform:perspective(400px)rotateY(-10deg)}70%{-webkit-transform:perspective(400px)rotateY(10deg);-ms-transform:perspective(400px)rotateY(10deg);transform:perspective(400px)rotateY(10deg)}100%{-webkit-transform:perspective(400px)rotateY(0);-ms-transform:perspective(400px)rotateY(0);transform:perspective(400px)rotateY(0);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px)rotateX(0);transform:perspective(400px)rotateX(0);opacity:1}100%{-webkit-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px)rotateX(0);-ms-transform:perspective(400px)rotateX(0);transform:perspective(400px)rotateX(0);opacity:1}100%{-webkit-transform:perspective(400px)rotateX(90deg);-ms-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px)rotateY(0);transform:perspective(400px)rotateY(0);opacity:1}100%{-webkit-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px)rotateY(0);-ms-transform:perspective(400px)rotateY(0);transform:perspective(400px)rotateY(0);opacity:1}100%{-webkit-transform:perspective(400px)rotateY(90deg);-ms-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%)skewX(-30deg);transform:translateX(100%)skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%)skewX(30deg);transform:translateX(-20%)skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%)skewX(-15deg);transform:translateX(0%)skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%)skewX(0);transform:translateX(0%)skewX(0);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%)skewX(-30deg);-ms-transform:translateX(100%)skewX(-30deg);transform:translateX(100%)skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%)skewX(30deg);-ms-transform:translateX(-20%)skewX(30deg);transform:translateX(-20%)skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%)skewX(-15deg);-ms-transform:translateX(0%)skewX(-15deg);transform:translateX(0%)skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%)skewX(0);-ms-transform:translateX(0%)skewX(0);transform:translateX(0%)skewX(0);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%)skewX(0);transform:translateX(0%)skewX(0);opacity:1}100%{-webkit-transform:translateX(100%)skewX(-30deg);transform:translateX(100%)skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%)skewX(0);-ms-transform:translateX(0%)skewX(0);transform:translateX(0%)skewX(0);opacity:1}100%{-webkit-transform:translateX(100%)skewX(-30deg);-ms-transform:translateX(100%)skewX(-30deg);transform:translateX(100%)skewX(-30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,100%{-webkit-transform-origin:center center;transform-origin:center center}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}0%,100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}0%,100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:center center;transform-origin:center center}100%{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}100%{-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes slideInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);transform:rotate(0)}0%,20%,60%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%{-webkit-transform:rotate(60deg);transform:rotate(60deg)}40%,80%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg)translateY(0);transform:rotate(60deg)translateY(0);opacity:1}100%{-webkit-transform:translateY(700px);transform:translateY(700px);opacity:0}}@keyframes hinge{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}0%,20%,60%{-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-ms-transform:rotate(80deg);transform:rotate(80deg)}40%{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}40%,80%{-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg)translateY(0);-ms-transform:rotate(60deg)translateY(0);transform:rotate(60deg)translateY(0);opacity:1}100%{-webkit-transform:translateY(700px);-ms-transform:translateY(700px);transform:translateY(700px);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%)rotate(-120deg);transform:translateX(-100%)rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0)rotate(0);transform:translateX(0)rotate(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%)rotate(-120deg);-ms-transform:translateX(-100%)rotate(-120deg);transform:translateX(-100%)rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0)rotate(0);-ms-transform:translateX(0)rotate(0);transform:translateX(0)rotate(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0)rotate(0);transform:translateX(0)rotate(0)}100%{opacity:0;-webkit-transform:translateX(100%)rotate(120deg);transform:translateX(100%)rotate(120deg)}}@keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0)rotate(0);-ms-transform:translateX(0)rotate(0);transform:translateX(0)rotate(0)}100%{opacity:0;-webkit-transform:translateX(100%)rotate(120deg);-ms-transform:translateX(100%)rotate(120deg);transform:translateX(100%)rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale(.1)translateY(-2000px);transform:scale(.1)translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475)translateY(60px);transform:scale(.475)translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale(.1)translateY(-2000px);-ms-transform:scale(.1)translateY(-2000px);transform:scale(.1)translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475)translateY(60px);-ms-transform:scale(.475)translateY(60px);transform:scale(.475)translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1)translateX(-2000px);transform:scale(.1)translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475)translateX(48px);transform:scale(.475)translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1)translateX(-2000px);-ms-transform:scale(.1)translateX(-2000px);transform:scale(.1)translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475)translateX(48px);-ms-transform:scale(.475)translateX(48px);transform:scale(.475)translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale(.1)translateX(2000px);transform:scale(.1)translateX(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475)translateX(-48px);transform:scale(.475)translateX(-48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale(.1)translateX(2000px);-ms-transform:scale(.1)translateX(2000px);transform:scale(.1)translateX(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475)translateX(-48px);-ms-transform:scale(.475)translateX(-48px);transform:scale(.475)translateX(-48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale(.1)translateY(2000px);transform:scale(.1)translateY(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475)translateY(-60px);transform:scale(.475)translateY(-60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale(.1)translateY(2000px);-ms-transform:scale(.1)translateY(2000px);transform:scale(.1)translateY(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475)translateY(-60px);-ms-transform:scale(.475)translateY(-60px);transform:scale(.475)translateY(-60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.3);transform:scale(.3)}50%,100%{opacity:0}}@keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%,100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale(.475)translateY(-60px);transform:scale(.475)translateY(-60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1)translateY(2000px);transform:scale(.1)translateY(2000px);-webkit-transform-origin:center bottom;transform-origin:center bottom}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale(.475)translateY(-60px);-ms-transform:scale(.475)translateY(-60px);transform:scale(.475)translateY(-60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1)translateY(2000px);-ms-transform:scale(.1)translateY(2000px);transform:scale(.1)translateY(2000px);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale(.475)translateX(42px);transform:scale(.475)translateX(42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1)translateX(-2000px);transform:scale(.1)translateX(-2000px);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale(.475)translateX(42px);-ms-transform:scale(.475)translateX(42px);transform:scale(.475)translateX(42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1)translateX(-2000px);-ms-transform:scale(.1)translateX(-2000px);transform:scale(.1)translateX(-2000px);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale(.475)translateX(-42px);transform:scale(.475)translateX(-42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1)translateX(2000px);transform:scale(.1)translateX(2000px);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale(.475)translateX(-42px);-ms-transform:scale(.475)translateX(-42px);transform:scale(.475)translateX(-42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1)translateX(2000px);-ms-transform:scale(.1)translateX(2000px);transform:scale(.1)translateX(2000px);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale(.475)translateY(60px);transform:scale(.475)translateY(60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1)translateY(-2000px);transform:scale(.1)translateY(-2000px);-webkit-transform-origin:center top;transform-origin:center top}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale(.475)translateY(60px);-ms-transform:scale(.475)translateY(60px);transform:scale(.475)translateY(60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1)translateY(-2000px);-ms-transform:scale(.1)translateY(-2000px);transform:scale(.1)translateY(-2000px);-webkit-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@font-face{font-family:'momizat';src:url('../../themes/multinews/fonts/icons/momizat/momizat.eot');src:url('../../themes/multinews/fonts/icons/momizat/momizat.eot?#iefix') format('embedded-opentype'),url('../../themes/multinews/fonts/icons/momizat/momizat.ttf') format('truetype'),url('../../themes/multinews/fonts/icons/momizat/momizat.woff') format('woff'),url('../../themes/multinews/fonts/icons/momizat/momizat.svg#momizat') format('svg');font-weight:400;font-style:normal}[class*="momizat-icon-"]{font-family:'momizat';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:inherit;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;-o-font-feature-settings:"liga";font-feature-settings:"liga";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.momizat-icon-home:before{content:"\e600"}.momizat-icon-home2:before{content:"\e601"}.momizat-icon-home3:before{content:"\e602"}.momizat-icon-office:before{content:"\e603"}.momizat-icon-newspaper:before{content:"\e604"}.momizat-icon-pencil:before{content:"\e605"}.momizat-icon-pencil2:before{content:"\e606"}.momizat-icon-quill:before{content:"\e607"}.momizat-icon-pen:before{content:"\e608"}.momizat-icon-blog:before{content:"\e609"}.momizat-icon-droplet:before{content:"\e60a"}.momizat-icon-paint-format:before{content:"\e60b"}.momizat-icon-image:before{content:"\e60c"}.momizat-icon-image2:before{content:"\e60d"}.momizat-icon-images:before{content:"\e60e"}.momizat-icon-camera:before{content:"\e60f"}.momizat-icon-music:before{content:"\e610"}.momizat-icon-headphones:before{content:"\e611"}.momizat-icon-play:before{content:"\e612"}.momizat-icon-film:before{content:"\e613"}.momizat-icon-camera2:before{content:"\e614"}.momizat-icon-dice:before{content:"\e615"}.momizat-icon-pacman:before{content:"\e616"}.momizat-icon-spades:before{content:"\e617"}.momizat-icon-clubs:before{content:"\e618"}.momizat-icon-diamonds:before{content:"\e619"}.momizat-icon-pawn:before{content:"\e61a"}.momizat-icon-bullhorn:before{content:"\e61b"}.momizat-icon-connection:before{content:"\e61c"}.momizat-icon-podcast:before{content:"\e61d"}.momizat-icon-feed:before{content:"\e61e"}.momizat-icon-book:before{content:"\e61f"}.momizat-icon-books:before{content:"\e620"}.momizat-icon-library:before{content:"\e621"}.momizat-icon-file:before{content:"\e622"}.momizat-icon-profile:before{content:"\e623"}.momizat-icon-file2:before{content:"\e624"}.momizat-icon-file3:before{content:"\e625"}.momizat-icon-file4:before{content:"\e626"}.momizat-icon-copy:before{content:"\e627"}.momizat-icon-copy2:before{content:"\e628"}.momizat-icon-copy3:before{content:"\e629"}.momizat-icon-paste:before{content:"\e62a"}.momizat-icon-paste2:before{content:"\e62b"}.momizat-icon-paste3:before{content:"\e62c"}.momizat-icon-stack:before{content:"\e62d"}.momizat-icon-folder:before{content:"\e62e"}.momizat-icon-folder-open:before{content:"\e62f"}.momizat-icon-tag:before{content:"\e630"}.momizat-icon-tags:before{content:"\e631"}.momizat-icon-barcode:before{content:"\e632"}.momizat-icon-qrcode:before{content:"\e633"}.momizat-icon-ticket:before{content:"\e634"}.momizat-icon-cart:before{content:"\e635"}.momizat-icon-cart2:before{content:"\e636"}.momizat-icon-cart3:before{content:"\e637"}.momizat-icon-coin:before{content:"\e638"}.momizat-icon-credit:before{content:"\e639"}.momizat-icon-calculate:before{content:"\e63a"}.momizat-icon-support:before{content:"\e63b"}.momizat-icon-phone:before{content:"\e63c"}.momizat-icon-phone-hang-up:before{content:"\e63d"}.momizat-icon-address-book:before{content:"\e63e"}.momizat-icon-notebook:before{content:"\e63f"}.momizat-icon-envelope:before{content:"\e640"}.momizat-icon-pushpin:before{content:"\e641"}.momizat-icon-location:before{content:"\e642"}.momizat-icon-location2:before{content:"\e643"}.momizat-icon-compass:before{content:"\e644"}.momizat-icon-map:before{content:"\e645"}.momizat-icon-map2:before{content:"\e646"}.momizat-icon-history:before{content:"\e647"}.momizat-icon-clock:before{content:"\e648"}.momizat-icon-clock2:before{content:"\e649"}.momizat-icon-alarm:before{content:"\e64a"}.momizat-icon-alarm2:before{content:"\e64b"}.momizat-icon-bell:before{content:"\e64c"}.momizat-icon-stopwatch:before{content:"\e64d"}.momizat-icon-calendar:before{content:"\e64e"}.momizat-icon-calendar2:before{content:"\e64f"}.momizat-icon-print:before{content:"\e650"}.momizat-icon-keyboard:before{content:"\e651"}.momizat-icon-screen:before{content:"\e652"}.momizat-icon-laptop:before{content:"\e653"}.momizat-icon-mobile:before{content:"\e654"}.momizat-icon-mobile2:before{content:"\e655"}.momizat-icon-tablet:before{content:"\e656"}.momizat-icon-tv:before{content:"\e657"}.momizat-icon-cabinet:before{content:"\e658"}.momizat-icon-drawer:before{content:"\e659"}.momizat-icon-drawer2:before{content:"\e65a"}.momizat-icon-drawer3:before{content:"\e65b"}.momizat-icon-box-add:before{content:"\e65c"}.momizat-icon-box-remove:before{content:"\e65d"}.momizat-icon-download:before{content:"\e65e"}.momizat-icon-upload:before{content:"\e65f"}.momizat-icon-disk:before{content:"\e660"}.momizat-icon-storage:before{content:"\e661"}.momizat-icon-undo:before{content:"\e662"}.momizat-icon-redo:before{content:"\e663"}.momizat-icon-flip:before{content:"\e664"}.momizat-icon-flip2:before{content:"\e665"}.momizat-icon-undo2:before{content:"\e666"}.momizat-icon-redo2:before{content:"\e667"}.momizat-icon-forward:before{content:"\e668"}.momizat-icon-reply:before{content:"\e669"}.momizat-icon-bubble:before{content:"\e66a"}.momizat-icon-bubbles:before{content:"\e66b"}.momizat-icon-bubbles2:before{content:"\e66c"}.momizat-icon-bubble2:before{content:"\e66d"}.momizat-icon-bubbles3:before{content:"\e66e"}.momizat-icon-bubbles4:before{content:"\e66f"}.momizat-icon-user:before{content:"\e670"}.momizat-icon-users:before{content:"\e671"}.momizat-icon-user2:before{content:"\e672"}.momizat-icon-users2:before{content:"\e673"}.momizat-icon-user3:before{content:"\e674"}.momizat-icon-user4:before{content:"\e675"}.momizat-icon-quotes-left:before{content:"\e676"}.momizat-icon-busy:before{content:"\e677"}.momizat-icon-spinner:before{content:"\e678"}.momizat-icon-spinner2:before{content:"\e679"}.momizat-icon-spinner3:before{content:"\e67a"}.momizat-icon-spinner4:before{content:"\e67b"}.momizat-icon-spinner5:before{content:"\e67c"}.momizat-icon-spinner6:before{content:"\e67d"}.momizat-icon-binoculars:before{content:"\e67e"}.momizat-icon-search:before{content:"\e67f"}.momizat-icon-zoom-in:before{content:"\e680"}.momizat-icon-zoom-out:before{content:"\e681"}.momizat-icon-expand:before{content:"\e682"}.momizat-icon-contract:before{content:"\e683"}.momizat-icon-expand2:before{content:"\e684"}.momizat-icon-contract2:before{content:"\e685"}.momizat-icon-key:before{content:"\e686"}.momizat-icon-key2:before{content:"\e687"}.momizat-icon-lock:before{content:"\e688"}.momizat-icon-lock2:before{content:"\e689"}.momizat-icon-unlocked:before{content:"\e68a"}.momizat-icon-wrench:before{content:"\e68b"}.momizat-icon-settings:before{content:"\e68c"}.momizat-icon-equalizer:before{content:"\e68d"}.momizat-icon-cog:before{content:"\e68e"}.momizat-icon-cogs:before{content:"\e68f"}.momizat-icon-cog2:before{content:"\e690"}.momizat-icon-hammer:before{content:"\e691"}.momizat-icon-wand:before{content:"\e692"}.momizat-icon-aid:before{content:"\e693"}.momizat-icon-bug:before{content:"\e694"}.momizat-icon-pie:before{content:"\e695"}.momizat-icon-stats:before{content:"\e696"}.momizat-icon-bars:before{content:"\e697"}.momizat-icon-bars2:before{content:"\e698"}.momizat-icon-gift:before{content:"\e699"}.momizat-icon-trophy:before{content:"\e69a"}.momizat-icon-glass:before{content:"\e69b"}.momizat-icon-mug:before{content:"\e69c"}.momizat-icon-food:before{content:"\e69d"}.momizat-icon-leaf:before{content:"\e69e"}.momizat-icon-rocket:before{content:"\e69f"}.momizat-icon-meter:before{content:"\e6a0"}.momizat-icon-meter2:before{content:"\e6a1"}.momizat-icon-dashboard:before{content:"\e6a2"}.momizat-icon-hammer2:before{content:"\e6a3"}.momizat-icon-fire:before{content:"\e6a4"}.momizat-icon-lab:before{content:"\e6a5"}.momizat-icon-magnet:before{content:"\e6a6"}.momizat-icon-remove:before{content:"\e6a7"}.momizat-icon-remove2:before{content:"\e6a8"}.momizat-icon-briefcase:before{content:"\e6a9"}.momizat-icon-airplane:before{content:"\e6aa"}.momizat-icon-truck:before{content:"\e6ab"}.momizat-icon-road:before{content:"\e6ac"}.momizat-icon-accessibility:before{content:"\e6ad"}.momizat-icon-target:before{content:"\e6ae"}.momizat-icon-shield:before{content:"\e6af"}.momizat-icon-lightning:before{content:"\e6b0"}.momizat-icon-switch:before{content:"\e6b1"}.momizat-icon-power-cord:before{content:"\e6b2"}.momizat-icon-signup:before{content:"\e6b3"}.momizat-icon-list:before{content:"\e6b4"}.momizat-icon-list2:before{content:"\e6b5"}.momizat-icon-numbered-list:before{content:"\e6b6"}.momizat-icon-menu:before{content:"\e6b7"}.momizat-icon-menu2:before{content:"\e6b8"}.momizat-icon-tree:before{content:"\e6b9"}.momizat-icon-cloud:before{content:"\e6ba"}.momizat-icon-cloud-download:before{content:"\e6bb"}.momizat-icon-cloud-upload:before{content:"\e6bc"}.momizat-icon-download2:before{content:"\e6bd"}.momizat-icon-upload2:before{content:"\e6be"}.momizat-icon-download3:before{content:"\e6bf"}.momizat-icon-upload3:before{content:"\e6c0"}.momizat-icon-globe:before{content:"\e6c1"}.momizat-icon-earth:before{content:"\e6c2"}.momizat-icon-link:before{content:"\e6c3"}.momizat-icon-flag:before{content:"\e6c4"}.momizat-icon-attachment:before{content:"\e6c5"}.momizat-icon-eye:before{content:"\e6c6"}.momizat-icon-eye-blocked:before{content:"\e6c7"}.momizat-icon-eye2:before{content:"\e6c8"}.momizat-icon-bookmark:before{content:"\e6c9"}.momizat-icon-bookmarks:before{content:"\e6ca"}.momizat-icon-brightness-medium:before{content:"\e6cb"}.momizat-icon-brightness-contrast:before{content:"\e6cc"}.momizat-icon-contrast:before{content:"\e6cd"}.momizat-icon-star:before{content:"\e6ce"}.momizat-icon-star2:before{content:"\e6cf"}.momizat-icon-star3:before{content:"\e6d0"}.momizat-icon-heart:before{content:"\e6d1"}.momizat-icon-heart2:before{content:"\e6d2"}.momizat-icon-heart-broken:before{content:"\e6d3"}.momizat-icon-thumbs-up:before{content:"\e6d4"}.momizat-icon-thumbs-up2:before{content:"\e6d5"}.momizat-icon-happy:before{content:"\e6d6"}.momizat-icon-happy2:before{content:"\e6d7"}.momizat-icon-smiley:before{content:"\e6d8"}.momizat-icon-smiley2:before{content:"\e6d9"}.momizat-icon-tongue:before{content:"\e6da"}.momizat-icon-tongue2:before{content:"\e6db"}.momizat-icon-sad:before{content:"\e6dc"}.momizat-icon-sad2:before{content:"\e6dd"}.momizat-icon-wink:before{content:"\e6de"}.momizat-icon-wink2:before{content:"\e6df"}.momizat-icon-grin:before{content:"\e6e0"}.momizat-icon-grin2:before{content:"\e6e1"}.momizat-icon-cool:before{content:"\e6e2"}.momizat-icon-cool2:before{content:"\e6e3"}.momizat-icon-angry:before{content:"\e6e4"}.momizat-icon-angry2:before{content:"\e6e5"}.momizat-icon-evil:before{content:"\e6e6"}.momizat-icon-evil2:before{content:"\e6e7"}.momizat-icon-shocked:before{content:"\e6e8"}.momizat-icon-shocked2:before{content:"\e6e9"}.momizat-icon-confused:before{content:"\e6ea"}.momizat-icon-confused2:before{content:"\e6eb"}.momizat-icon-neutral:before{content:"\e6ec"}.momizat-icon-neutral2:before{content:"\e6ed"}.momizat-icon-wondering:before{content:"\e6ee"}.momizat-icon-wondering2:before{content:"\e6ef"}.momizat-icon-point-up:before{content:"\e6f0"}.momizat-icon-point-right:before{content:"\e6f1"}.momizat-icon-point-down:before{content:"\e6f2"}.momizat-icon-point-left:before{content:"\e6f3"}.momizat-icon-warning:before{content:"\e6f4"}.momizat-icon-notification:before{content:"\e6f5"}.momizat-icon-question:before{content:"\e6f6"}.momizat-icon-info:before{content:"\e6f7"}.momizat-icon-info2:before{content:"\e6f8"}.momizat-icon-blocked:before{content:"\e6f9"}.momizat-icon-cancel-circle:before{content:"\e6fa"}.momizat-icon-checkmark-circle:before{content:"\e6fb"}.momizat-icon-spam:before{content:"\e6fc"}.momizat-icon-close:before{content:"\e6fd"}.momizat-icon-checkmark:before{content:"\e6fe"}.momizat-icon-checkmark2:before{content:"\e6ff"}.momizat-icon-spell-check:before{content:"\e700"}.momizat-icon-minus:before{content:"\e701"}.momizat-icon-plus:before{content:"\e702"}.momizat-icon-enter:before{content:"\e703"}.momizat-icon-exit:before{content:"\e704"}.momizat-icon-play2:before{content:"\e705"}.momizat-icon-pause:before{content:"\e706"}.momizat-icon-stop:before{content:"\e707"}.momizat-icon-backward:before{content:"\e708"}.momizat-icon-forward2:before{content:"\e709"}.momizat-icon-play3:before{content:"\e70a"}.momizat-icon-pause2:before{content:"\e70b"}.momizat-icon-stop2:before{content:"\e70c"}.momizat-icon-backward2:before{content:"\e70d"}.momizat-icon-forward3:before{content:"\e70e"}.momizat-icon-first:before{content:"\e70f"}.momizat-icon-last:before{content:"\e710"}.momizat-icon-previous:before{content:"\e711"}.momizat-icon-next:before{content:"\e712"}.momizat-icon-eject:before{content:"\e713"}.momizat-icon-volume-high:before{content:"\e714"}.momizat-icon-volume-medium:before{content:"\e715"}.momizat-icon-volume-low:before{content:"\e716"}.momizat-icon-volume-mute:before{content:"\e717"}.momizat-icon-volume-mute2:before{content:"\e718"}.momizat-icon-volume-increase:before{content:"\e719"}.momizat-icon-volume-decrease:before{content:"\e71a"}.momizat-icon-loop:before{content:"\e71b"}.momizat-icon-loop2:before{content:"\e71c"}.momizat-icon-loop3:before{content:"\e71d"}.momizat-icon-shuffle:before{content:"\e71e"}.momizat-icon-arrow-up-left:before{content:"\e71f"}.momizat-icon-arrow-up:before{content:"\e720"}.momizat-icon-arrow-up-right:before{content:"\e721"}.momizat-icon-arrow-right:before{content:"\e722"}.momizat-icon-arrow-down-right:before{content:"\e723"}.momizat-icon-arrow-down:before{content:"\e724"}.momizat-icon-arrow-down-left:before{content:"\e725"}.momizat-icon-arrow-left:before{content:"\e726"}.momizat-icon-arrow-up-left2:before{content:"\e727"}.momizat-icon-arrow-up2:before{content:"\e728"}.momizat-icon-arrow-up-right2:before{content:"\e729"}.momizat-icon-arrow-right2:before{content:"\e72a"}.momizat-icon-arrow-down-right2:before{content:"\e72b"}.momizat-icon-arrow-down2:before{content:"\e72c"}.momizat-icon-arrow-down-left2:before{content:"\e72d"}.momizat-icon-arrow-left2:before{content:"\e72e"}.momizat-icon-arrow-up-left3:before{content:"\e72f"}.momizat-icon-arrow-up3:before{content:"\e730"}.momizat-icon-arrow-up-right3:before{content:"\e731"}.momizat-icon-arrow-right3:before{content:"\e732"}.momizat-icon-arrow-down-right3:before{content:"\e733"}.momizat-icon-arrow-down3:before{content:"\e734"}.momizat-icon-arrow-down-left3:before{content:"\e735"}.momizat-icon-arrow-left3:before{content:"\e736"}.momizat-icon-tab:before{content:"\e737"}.momizat-icon-checkbox-checked:before{content:"\e738"}.momizat-icon-checkbox-unchecked:before{content:"\e739"}.momizat-icon-checkbox-partial:before{content:"\e73a"}.momizat-icon-radio-checked:before{content:"\e73b"}.momizat-icon-radio-unchecked:before{content:"\e73c"}.momizat-icon-crop:before{content:"\e73d"}.momizat-icon-scissors:before{content:"\e73e"}.momizat-icon-filter:before{content:"\e73f"}.momizat-icon-filter2:before{content:"\e740"}.momizat-icon-font:before{content:"\e741"}.momizat-icon-text-height:before{content:"\e742"}.momizat-icon-text-width:before{content:"\e743"}.momizat-icon-bold:before{content:"\e744"}.momizat-icon-underline:before{content:"\e745"}.momizat-icon-italic:before{content:"\e746"}.momizat-icon-strikethrough:before{content:"\e747"}.momizat-icon-omega:before{content:"\e748"}.momizat-icon-sigma:before{content:"\e749"}.momizat-icon-table:before{content:"\e74a"}.momizat-icon-table2:before{content:"\e74b"}.momizat-icon-insert-template:before{content:"\e74c"}.momizat-icon-pilcrow:before{content:"\e74d"}.momizat-icon-left-toright:before{content:"\e74e"}.momizat-icon-right-toleft:before{content:"\e74f"}.momizat-icon-paragraph-left:before{content:"\e750"}.momizat-icon-paragraph-center:before{content:"\e751"}.momizat-icon-paragraph-right:before{content:"\e752"}.momizat-icon-paragraph-justify:before{content:"\e753"}.momizat-icon-paragraph-left2:before{content:"\e754"}.momizat-icon-paragraph-center2:before{content:"\e755"}.momizat-icon-paragraph-right2:before{content:"\e756"}.momizat-icon-paragraph-justify2:before{content:"\e757"}.momizat-icon-indent-increase:before{content:"\e758"}.momizat-icon-indent-decrease:before{content:"\e759"}.momizat-icon-new-tab:before{content:"\e75a"}.momizat-icon-embed:before{content:"\e75b"}.momizat-icon-code:before{content:"\e75c"}.momizat-icon-console:before{content:"\e75d"}.momizat-icon-share:before{content:"\e75e"}.momizat-icon-mail:before{content:"\e75f"}.momizat-icon-mail2:before{content:"\e760"}.momizat-icon-mail3:before{content:"\e761"}.momizat-icon-mail4:before{content:"\e762"}.momizat-icon-google:before{content:"\e763"}.momizat-icon-google-plus:before{content:"\e764"}.momizat-icon-google-plus2:before{content:"\e765"}.momizat-icon-google-plus3:before{content:"\e766"}.momizat-icon-google-plus4:before{content:"\e767"}.momizat-icon-google-drive:before{content:"\e768"}.momizat-icon-facebook:before{content:"\e769"}.momizat-icon-facebook2:before{content:"\e76a"}.momizat-icon-facebook3:before{content:"\e76b"}.momizat-icon-instagram:before{content:"\e76c"}.momizat-icon-twitter:before{content:"\e76d"}.momizat-icon-twitter2:before{content:"\e76e"}.momizat-icon-twitter3:before{content:"\e76f"}.momizat-icon-feed2:before{content:"\e770"}.momizat-icon-feed3:before{content:"\e771"}.momizat-icon-feed4:before{content:"\e772"}.momizat-icon-youtube:before{content:"\e773"}.momizat-icon-youtube2:before{content:"\e774"}.momizat-icon-vimeo:before{content:"\e775"}.momizat-icon-vimeo2:before{content:"\e776"}.momizat-icon-vimeo3:before{content:"\e777"}.momizat-icon-lanyrd:before{content:"\e778"}.momizat-icon-flickr:before{content:"\e779"}.momizat-icon-flickr2:before{content:"\e77a"}.momizat-icon-flickr3:before{content:"\e77b"}.momizat-icon-flickr4:before{content:"\e77c"}.momizat-icon-picassa:before{content:"\e77d"}.momizat-icon-picassa2:before{content:"\e77e"}.momizat-icon-dribbble:before{content:"\e77f"}.momizat-icon-dribbble2:before{content:"\e780"}.momizat-icon-dribbble3:before{content:"\e781"}.momizat-icon-forrst:before{content:"\e782"}.momizat-icon-forrst2:before{content:"\e783"}.momizat-icon-deviantart:before{content:"\e784"}.momizat-icon-deviantart2:before{content:"\e785"}.momizat-icon-steam:before{content:"\e786"}.momizat-icon-steam2:before{content:"\e787"}.momizat-icon-github:before{content:"\e788"}.momizat-icon-github2:before{content:"\e789"}.momizat-icon-github3:before{content:"\e78a"}.momizat-icon-github4:before{content:"\e78b"}.momizat-icon-github5:before{content:"\e78c"}.momizat-icon-wordpress:before{content:"\e78d"}.momizat-icon-wordpress2:before{content:"\e78e"}.momizat-icon-joomla:before{content:"\e78f"}.momizat-icon-blogger:before{content:"\e790"}.momizat-icon-blogger2:before{content:"\e791"}.momizat-icon-tumblr:before{content:"\e792"}.momizat-icon-tumblr2:before{content:"\e793"}.momizat-icon-yahoo:before{content:"\e794"}.momizat-icon-tux:before{content:"\e795"}.momizat-icon-apple:before{content:"\e796"}.momizat-icon-finder:before{content:"\e797"}.momizat-icon-android:before{content:"\e798"}.momizat-icon-windows:before{content:"\e799"}.momizat-icon-windows8:before{content:"\e79a"}.momizat-icon-soundcloud:before{content:"\e79b"}.momizat-icon-soundcloud2:before{content:"\e79c"}.momizat-icon-skype:before{content:"\e79d"}.momizat-icon-reddit:before{content:"\e79e"}.momizat-icon-linkedin:before{content:"\e79f"}.momizat-icon-lastfm:before{content:"\e7a0"}.momizat-icon-lastfm2:before{content:"\e7a1"}.momizat-icon-delicious:before{content:"\e7a2"}.momizat-icon-stumbleupon:before{content:"\e7a3"}.momizat-icon-stumbleupon2:before{content:"\e7a4"}.momizat-icon-stackoverflow:before{content:"\e7a5"}.momizat-icon-pinterest:before{content:"\e7a6"}.momizat-icon-pinterest2:before{content:"\e7a7"}.momizat-icon-xing:before{content:"\e7a8"}.momizat-icon-xing2:before{content:"\e7a9"}.momizat-icon-flattr:before{content:"\e7aa"}.momizat-icon-foursquare:before{content:"\e7ab"}.momizat-icon-foursquare2:before{content:"\e7ac"}.momizat-icon-paypal:before{content:"\e7ad"}.momizat-icon-paypal2:before{content:"\e7ae"}.momizat-icon-paypal3:before{content:"\e7af"}.momizat-icon-yelp:before{content:"\e7b0"}.momizat-icon-libreoffice:before{content:"\e7b1"}.momizat-icon-file-pdf:before{content:"\e7b2"}.momizat-icon-file-openoffice:before{content:"\e7b3"}.momizat-icon-file-word:before{content:"\e7b4"}.momizat-icon-file-excel:before{content:"\e7b5"}.momizat-icon-file-zip:before{content:"\e7b6"}.momizat-icon-file-powerpoint:before{content:"\e7b7"}.momizat-icon-file-xml:before{content:"\e7b8"}.momizat-icon-file-css:before{content:"\e7b9"}.momizat-icon-html5:before{content:"\e7ba"}.momizat-icon-html52:before{content:"\e7bb"}.momizat-icon-css3:before{content:"\e7bc"}.momizat-icon-chrome:before{content:"\e7bd"}.momizat-icon-firefox:before{content:"\e7be"}.momizat-icon-IE:before{content:"\e7bf"}.momizat-icon-opera:before{content:"\e7c0"}.momizat-icon-safari:before{content:"\e7c1"}.momizat-icon-IcoMoon:before{content:"\e7c2"}@font-face{font-family:'font-awesome';src:url('../../themes/multinews/fonts/icons/fa/font-awesome.eot');src:url('../../themes/multinews/fonts/icons/fa/font-awesome.eot?#iefix') format('embedded-opentype'),url('../../themes/multinews/fonts/icons/fa/font-awesome.ttf') format('truetype'),url('../../themes/multinews/fonts/icons/fa/font-awesome.woff') format('woff'),url('../../themes/multinews/fonts/icons/fa/font-awesome.svg#font-awesome') format('svg');font-weight:400;font-style:normal}[class*="fa-icon-"]{font-family:'font-awesome';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:inherit;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;-o-font-feature-settings:"liga";font-feature-settings:"liga";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-icon-glass:before{content:"\e600"}.fa-icon-music:before{content:"\e601"}.fa-icon-search:before{content:"\e602"}.fa-icon-envelope:before{content:"\e603"}.fa-icon-heart:before{content:"\e604"}.fa-icon-star:before{content:"\e605"}.fa-icon-star-empty:before{content:"\e606"}.fa-icon-user:before{content:"\e607"}.fa-icon-film:before{content:"\e608"}.fa-icon-th-large:before{content:"\e609"}.fa-icon-th:before{content:"\e60a"}.fa-icon-th-list:before{content:"\e60b"}.fa-icon-ok:before{content:"\e60c"}.fa-icon-remove:before{content:"\e60d"}.fa-icon-zoom-in:before{content:"\e60e"}.fa-icon-zoom-out:before{content:"\e60f"}.fa-icon-off:before{content:"\e610"}.fa-icon-signal:before{content:"\e611"}.fa-icon-cog:before{content:"\e612"}.fa-icon-trash:before{content:"\e613"}.fa-icon-home:before{content:"\e614"}.fa-icon-file:before{content:"\e615"}.fa-icon-time:before{content:"\e616"}.fa-icon-road:before{content:"\e617"}.fa-icon-download-alt:before{content:"\e618"}.fa-icon-download:before{content:"\e619"}.fa-icon-upload:before{content:"\e61a"}.fa-icon-inbox:before{content:"\e61b"}.fa-icon-play-circle:before{content:"\e61c"}.fa-icon-repeat:before{content:"\e61d"}.fa-icon-refresh:before{content:"\e61e"}.fa-icon-list-alt:before{content:"\e61f"}.fa-icon-lock:before{content:"\e620"}.fa-icon-flag:before{content:"\e621"}.fa-icon-headphones:before{content:"\e622"}.fa-icon-volume-off:before{content:"\e623"}.fa-icon-volume-down:before{content:"\e624"}.fa-icon-volume-up:before{content:"\e625"}.fa-icon-qrcode:before{content:"\e626"}.fa-icon-barcode:before{content:"\e627"}.fa-icon-tag:before{content:"\e628"}.fa-icon-tags:before{content:"\e629"}.fa-icon-book:before{content:"\e62a"}.fa-icon-bookmark:before{content:"\e62b"}.fa-icon-print:before{content:"\e62c"}.fa-icon-camera:before{content:"\e62d"}.fa-icon-font:before{content:"\e62e"}.fa-icon-bold:before{content:"\e62f"}.fa-icon-italic:before{content:"\e630"}.fa-icon-text-height:before{content:"\e631"}.fa-icon-text-width:before{content:"\e632"}.fa-icon-align-left:before{content:"\e633"}.fa-icon-align-center:before{content:"\e634"}.fa-icon-align-right:before{content:"\e635"}.fa-icon-align-justify:before{content:"\e636"}.fa-icon-list:before{content:"\e637"}.fa-icon-indent-left:before{content:"\e638"}.fa-icon-indent-right:before{content:"\e639"}.fa-icon-facetime-video:before{content:"\e63a"}.fa-icon-picture:before{content:"\e63b"}.fa-icon-pencil:before{content:"\e63c"}.fa-icon-map-marker:before{content:"\e63d"}.fa-icon-adjust:before{content:"\e63e"}.fa-icon-tint:before{content:"\e63f"}.fa-icon-edit:before{content:"\e640"}.fa-icon-share:before{content:"\e641"}.fa-icon-check:before{content:"\e642"}.fa-icon-move:before{content:"\e643"}.fa-icon-step-backward:before{content:"\e644"}.fa-icon-fast-backward:before{content:"\e645"}.fa-icon-backward:before{content:"\e646"}.fa-icon-play:before{content:"\e647"}.fa-icon-pause:before{content:"\e648"}.fa-icon-stop:before{content:"\e649"}.fa-icon-forward:before{content:"\e64a"}.fa-icon-fast-forward:before{content:"\e64b"}.fa-icon-step-forward:before{content:"\e64c"}.fa-icon-eject:before{content:"\e64d"}.fa-icon-chevron-left:before{content:"\e64e"}.fa-icon-chevron-right:before{content:"\e64f"}.fa-icon-plus-sign:before{content:"\e650"}.fa-icon-minus-sign:before{content:"\e651"}.fa-icon-remove-sign:before{content:"\e652"}.fa-icon-ok-sign:before{content:"\e653"}.fa-icon-question-sign:before{content:"\e654"}.fa-icon-info-sign:before{content:"\e655"}.fa-icon-screenshot:before{content:"\e656"}.fa-icon-remove-circle:before{content:"\e657"}.fa-icon-ok-circle:before{content:"\e658"}.fa-icon-ban-circle:before{content:"\e659"}.fa-icon-arrow-left:before{content:"\e65a"}.fa-icon-arrow-right:before{content:"\e65b"}.fa-icon-arrow-up:before{content:"\e65c"}.fa-icon-arrow-down:before{content:"\e65d"}.fa-icon-share-alt:before{content:"\e65e"}.fa-icon-resize-full:before{content:"\e65f"}.fa-icon-resize-small:before{content:"\e660"}.fa-icon-plus:before{content:"\e661"}.fa-icon-minus:before{content:"\e662"}.fa-icon-asterisk:before{content:"\e663"}.fa-icon-exclamation-sign:before{content:"\e664"}.fa-icon-gift:before{content:"\e665"}.fa-icon-leaf:before{content:"\e666"}.fa-icon-fire:before{content:"\e667"}.fa-icon-eye-open:before{content:"\e668"}.fa-icon-eye-close:before{content:"\e669"}.fa-icon-warning-sign:before{content:"\e66a"}.fa-icon-plane:before{content:"\e66b"}.fa-icon-calendar:before{content:"\e66c"}.fa-icon-random:before{content:"\e66d"}.fa-icon-comment:before{content:"\e66e"}.fa-icon-magnet:before{content:"\e66f"}.fa-icon-chevron-up:before{content:"\e670"}.fa-icon-chevron-down:before{content:"\e671"}.fa-icon-retweet:before{content:"\e672"}.fa-icon-shopping-cart:before{content:"\e673"}.fa-icon-folder-close:before{content:"\e674"}.fa-icon-folder-open:before{content:"\e675"}.fa-icon-resize-vertical:before{content:"\e676"}.fa-icon-resize-horizontal:before{content:"\e677"}.fa-icon-bar-chart:before{content:"\e678"}.fa-icon-twitter-sign:before{content:"\e679"}.fa-icon-facebook-sign:before{content:"\e67a"}.fa-icon-camera-retro:before{content:"\e67b"}.fa-icon-key:before{content:"\e67c"}.fa-icon-cogs:before{content:"\e67d"}.fa-icon-comments:before{content:"\e67e"}.fa-icon-thumbs-up:before{content:"\e67f"}.fa-icon-thumbs-down:before{content:"\e680"}.fa-icon-star-half:before{content:"\e681"}.fa-icon-heart-empty:before{content:"\e682"}.fa-icon-signout:before{content:"\e683"}.fa-icon-linkedin-sign:before{content:"\e684"}.fa-icon-pushpin:before{content:"\e685"}.fa-icon-external-link:before{content:"\e686"}.fa-icon-signin:before{content:"\e687"}.fa-icon-trophy:before{content:"\e688"}.fa-icon-github-sign:before{content:"\e689"}.fa-icon-upload-alt:before{content:"\e68a"}.fa-icon-lemon:before{content:"\e68b"}.fa-icon-phone:before{content:"\e68c"}.fa-icon-check-empty:before{content:"\e68d"}.fa-icon-bookmark-empty:before{content:"\e68e"}.fa-icon-phone-sign:before{content:"\e68f"}.fa-icon-twitter:before{content:"\e690"}.fa-icon-facebook:before{content:"\e691"}.fa-icon-github:before{content:"\e692"}.fa-icon-unlock:before{content:"\e693"}.fa-icon-credit:before{content:"\e694"}.fa-icon-rss:before{content:"\e695"}.fa-icon-hdd:before{content:"\e696"}.fa-icon-bullhorn:before{content:"\e697"}.fa-icon-bell:before{content:"\e698"}.fa-icon-certificate:before{content:"\e699"}.fa-icon-hand-right:before{content:"\e69a"}.fa-icon-hand-left:before{content:"\e69b"}.fa-icon-hand-up:before{content:"\e69c"}.fa-icon-hand-down:before{content:"\e69d"}.fa-icon-circle-arrow-left:before{content:"\e69e"}.fa-icon-circle-arrow-right:before{content:"\e69f"}.fa-icon-circle-arrow-up:before{content:"\e6a0"}.fa-icon-circle-arrow-down:before{content:"\e6a1"}.fa-icon-globe:before{content:"\e6a2"}.fa-icon-wrench:before{content:"\e6a3"}.fa-icon-tasks:before{content:"\e6a4"}.fa-icon-filter:before{content:"\e6a5"}.fa-icon-briefcase:before{content:"\e6a6"}.fa-icon-fullscreen:before{content:"\e6a7"}.fa-icon-group:before{content:"\e6a8"}.fa-icon-link:before{content:"\e6a9"}.fa-icon-cloud:before{content:"\e6aa"}.fa-icon-beaker:before{content:"\e6ab"}.fa-icon-cut:before{content:"\e6ac"}.fa-icon-copy:before{content:"\e6ad"}.fa-icon-paper-clip:before{content:"\e6ae"}.fa-icon-save:before{content:"\e6af"}.fa-icon-sign-blank:before{content:"\e6b0"}.fa-icon-reorder:before{content:"\e6b1"}.fa-icon-list-ul:before{content:"\e6b2"}.fa-icon-list-ol:before{content:"\e6b3"}.fa-icon-strikethrough:before{content:"\e6b4"}.fa-icon-underline:before{content:"\e6b5"}.fa-icon-table:before{content:"\e6b6"}.fa-icon-magic:before{content:"\e6b7"}.fa-icon-truck:before{content:"\e6b8"}.fa-icon-pinterest:before{content:"\e6b9"}.fa-icon-pinterest-sign:before{content:"\e6ba"}.fa-icon-google-plus-sign:before{content:"\e6bb"}.fa-icon-google-plus:before{content:"\e6bc"}.fa-icon-money:before{content:"\e6bd"}.fa-icon-caret-down:before{content:"\e6be"}.fa-icon-caret-up:before{content:"\e6bf"}.fa-icon-caret-left:before{content:"\e6c0"}.fa-icon-caret-right:before{content:"\e6c1"}.fa-icon-columns:before{content:"\e6c2"}.fa-icon-sort:before{content:"\e6c3"}.fa-icon-sort-down:before{content:"\e6c4"}.fa-icon-sort-up:before{content:"\e6c5"}.fa-icon-envelope-alt:before{content:"\e6c6"}.fa-icon-linkedin:before{content:"\e6c7"}.fa-icon-undo:before{content:"\e6c8"}.fa-icon-legal:before{content:"\e6c9"}.fa-icon-dashboard:before{content:"\e6ca"}.fa-icon-comment-alt:before{content:"\e6cb"}.fa-icon-comments-alt:before{content:"\e6cc"}.fa-icon-bolt:before{content:"\e6cd"}.fa-icon-sitemap:before{content:"\e6ce"}.fa-icon-umbrella:before{content:"\e6cf"}.fa-icon-paste:before{content:"\e6d0"}.fa-icon-lightbulb:before{content:"\e6d1"}.fa-icon-exchange:before{content:"\e6d2"}.fa-icon-cloud-download:before{content:"\e6d3"}.fa-icon-cloud-upload:before{content:"\e6d4"}.fa-icon-user-md:before{content:"\e6d5"}.fa-icon-stethoscope:before{content:"\e6d6"}.fa-icon-suitcase:before{content:"\e6d7"}.fa-icon-bell-alt:before{content:"\e6d8"}.fa-icon-coffee:before{content:"\e6d9"}.fa-icon-food:before{content:"\e6da"}.fa-icon-file-alt:before{content:"\e6db"}.fa-icon-building:before{content:"\e6dc"}.fa-icon-hospital:before{content:"\e6dd"}.fa-icon-ambulance:before{content:"\e6de"}.fa-icon-medkit:before{content:"\e6df"}.fa-icon-fighter-jet:before{content:"\e6e0"}.fa-icon-beer:before{content:"\e6e1"}.fa-icon-h-sign:before{content:"\e6e2"}.fa-icon-plus-sign2:before{content:"\e6e3"}.fa-icon-double-angle-left:before{content:"\e6e4"}.fa-icon-double-angle-right:before{content:"\e6e5"}.fa-icon-double-angle-up:before{content:"\e6e6"}.fa-icon-double-angle-down:before{content:"\e6e7"}.fa-icon-angle-left:before{content:"\e6e8"}.fa-icon-angle-right:before{content:"\e6e9"}.fa-icon-angle-up:before{content:"\e6ea"}.fa-icon-angle-down:before{content:"\e6eb"}.fa-icon-desktop:before{content:"\e6ec"}.fa-icon-laptop:before{content:"\e6ed"}.fa-icon-tablet:before{content:"\e6ee"}.fa-icon-mobile:before{content:"\e6ef"}.fa-icon-circle-blank:before{content:"\e6f0"}.fa-icon-quote-left:before{content:"\e6f1"}.fa-icon-quote-right:before{content:"\e6f2"}.fa-icon-spinner:before{content:"\e6f3"}.fa-icon-circle:before{content:"\e6f4"}.fa-icon-reply:before{content:"\e6f5"}.fa-icon-github-alt:before{content:"\e6f6"}.fa-icon-folder-close-alt:before{content:"\e6f7"}.fa-icon-folder-open-alt:before{content:"\e6f8"}.fa-icon-expand-alt:before{content:"\e6f9"}.fa-icon-collapse-alt:before{content:"\e6fa"}.fa-icon-smile:before{content:"\e6fb"}.fa-icon-frown:before{content:"\e6fc"}.fa-icon-meh:before{content:"\e6fd"}.fa-icon-gamepad:before{content:"\e6fe"}.fa-icon-keyboard:before{content:"\e6ff"}.fa-icon-flag-alt:before{content:"\e700"}.fa-icon-flag-checkered:before{content:"\e701"}.fa-icon-terminal:before{content:"\e702"}.fa-icon-code:before{content:"\e703"}.fa-icon-reply-all:before{content:"\e704"}.fa-icon-star-half-full:before{content:"\e705"}.fa-icon-location-arrow:before{content:"\e706"}.fa-icon-crop:before{content:"\e707"}.fa-icon-code-fork:before{content:"\e708"}.fa-icon-unlink:before{content:"\e709"}.fa-icon-question:before{content:"\e70a"}.fa-icon-info:before{content:"\e70b"}.fa-icon-exclamation:before{content:"\e70c"}.fa-icon-superscript:before{content:"\e70d"}.fa-icon-subscript:before{content:"\e70e"}.fa-icon-eraser:before{content:"\e70f"}.fa-icon-puzzle:before{content:"\e710"}.fa-icon-microphone:before{content:"\e711"}.fa-icon-microphone-off:before{content:"\e712"}.fa-icon-shield:before{content:"\e713"}.fa-icon-calendar-empty:before{content:"\e714"}.fa-icon-fire-extinguisher:before{content:"\e715"}.fa-icon-rocket:before{content:"\e716"}.fa-icon-maxcdn:before{content:"\e717"}.fa-icon-chevron-sign-left:before{content:"\e718"}.fa-icon-chevron-sign-right:before{content:"\e719"}.fa-icon-chevron-sign-up:before{content:"\e71a"}.fa-icon-chevron-sign-down:before{content:"\e71b"}.fa-icon-html5:before{content:"\e71c"}.fa-icon-css3:before{content:"\e71d"}.fa-icon-anchor:before{content:"\e71e"}.fa-icon-unlock-alt:before{content:"\e71f"}.fa-icon-bullseye:before{content:"\e720"}.fa-icon-ellipsis-horizontal:before{content:"\e721"}.fa-icon-ellipsis-vertical:before{content:"\e722"}.fa-icon-rss-sign:before{content:"\e723"}.fa-icon-play-sign:before{content:"\e724"}.fa-icon-ticket:before{content:"\e725"}.fa-icon-minus-sign-alt:before{content:"\e726"}.fa-icon-check-minus:before{content:"\e727"}.fa-icon-level-up:before{content:"\e728"}.fa-icon-level-down:before{content:"\e729"}.fa-icon-check-sign:before{content:"\e72a"}.fa-icon-edit-sign:before{content:"\e72b"}.fa-icon-external-link-sign:before{content:"\e72c"}.fa-icon-share-sign:before{content:"\e72d"}.fa-icon-compass:before{content:"\e72e"}.fa-icon-collapse:before{content:"\e72f"}.fa-icon-collapse-top:before{content:"\e730"}.fa-icon-expand:before{content:"\e731"}.fa-icon-euro:before{content:"\e732"}.fa-icon-gbp:before{content:"\e733"}.fa-icon-dollar:before{content:"\e734"}.fa-icon-rupee:before{content:"\e735"}.fa-icon-yen:before{content:"\e736"}.fa-icon-renminbi:before{content:"\e737"}.fa-icon-won:before{content:"\e738"}.fa-icon-bitcoin:before{content:"\e739"}.fa-icon-file2:before{content:"\e73a"}.fa-icon-file-text:before{content:"\e73b"}.fa-icon-sort-by-alphabet:before{content:"\e73c"}.fa-icon-sort-by-alphabet-alt:before{content:"\e73d"}.fa-icon-sort-by-attributes:before{content:"\e73e"}.fa-icon-sort-by-attributes-alt:before{content:"\e73f"}.fa-icon-sort-by-order:before{content:"\e740"}.fa-icon-sort-by-order-alt:before{content:"\e741"}.fa-icon-thumbs-up2:before{content:"\e742"}.fa-icon-thumbs-down2:before{content:"\e743"}.fa-icon-youtube-sign:before{content:"\e744"}.fa-icon-youtube:before{content:"\e745"}.fa-icon-xing:before{content:"\e746"}.fa-icon-xing-sign:before{content:"\e747"}.fa-icon-youtube-play:before{content:"\e748"}.fa-icon-dropbox:before{content:"\e749"}.fa-icon-stackexchange:before{content:"\e74a"}.fa-icon-instagram:before{content:"\e74b"}.fa-icon-flickr:before{content:"\e74c"}.fa-icon-adn:before{content:"\e74d"}.fa-icon-bitbucket:before{content:"\e74e"}.fa-icon-bitbucket-sign:before{content:"\e74f"}.fa-icon-tumblr:before{content:"\e750"}.fa-icon-tumblr-sign:before{content:"\e751"}.fa-icon-long-arrow-down:before{content:"\e752"}.fa-icon-long-arrow-up:before{content:"\e753"}.fa-icon-long-arrow-left:before{content:"\e754"}.fa-icon-long-arrow-right:before{content:"\e755"}.fa-icon-apple:before{content:"\e756"}.fa-icon-windows:before{content:"\e757"}.fa-icon-android:before{content:"\e758"}.fa-icon-linux:before{content:"\e759"}.fa-icon-dribbble:before{content:"\e75a"}.fa-icon-skype:before{content:"\e75b"}.fa-icon-foursquare:before{content:"\e75c"}.fa-icon-trello:before{content:"\e75d"}.fa-icon-female:before{content:"\e75e"}.fa-icon-male:before{content:"\e75f"}.fa-icon-gittip:before{content:"\e760"}.fa-icon-sun:before{content:"\e761"}.fa-icon-moon:before{content:"\e762"}.fa-icon-archive:before{content:"\e763"}.fa-icon-bug:before{content:"\e764"}.fa-icon-vk:before{content:"\e765"}.fa-icon-weibo:before{content:"\e766"}.fa-icon-renren:before{content:"\e767"}@font-face{font-family:'brankic';src:url('../../themes/multinews/fonts/icons/brankic/brankic.eot');src:url('../../themes/multinews/fonts/icons/brankic/brankic.eot?#iefix') format('embedded-opentype'),url('../../themes/multinews/fonts/icons/brankic/brankic.ttf') format('truetype'),url('../../themes/multinews/fonts/icons/brankic/brankic.woff') format('woff'),url('../../themes/multinews/fonts/icons/brankic/brankic.svg#brankic') format('svg');font-weight:400;font-style:normal}[class*="brankic-icon-"]{font-family:'brankic';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:inherit;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;-o-font-feature-settings:"liga";font-feature-settings:"liga";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.brankic-icon-number:before{content:"\e600"}.brankic-icon-number2:before{content:"\e601"}.brankic-icon-number3:before{content:"\e602"}.brankic-icon-number4:before{content:"\e603"}.brankic-icon-number5:before{content:"\e604"}.brankic-icon-number6:before{content:"\e605"}.brankic-icon-number7:before{content:"\e606"}.brankic-icon-number8:before{content:"\e607"}.brankic-icon-number9:before{content:"\e608"}.brankic-icon-number10:before{content:"\e609"}.brankic-icon-number11:before{content:"\e60a"}.brankic-icon-number12:before{content:"\e60b"}.brankic-icon-number13:before{content:"\e60c"}.brankic-icon-number14:before{content:"\e60d"}.brankic-icon-number15:before{content:"\e60e"}.brankic-icon-number16:before{content:"\e60f"}.brankic-icon-number17:before{content:"\e610"}.brankic-icon-number18:before{content:"\e611"}.brankic-icon-number19:before{content:"\e612"}.brankic-icon-number20:before{content:"\e613"}.brankic-icon-quote:before{content:"\e614"}.brankic-icon-quote2:before{content:"\e615"}.brankic-icon-tag:before{content:"\e616"}.brankic-icon-tag2:before{content:"\e617"}.brankic-icon-link:before{content:"\e618"}.brankic-icon-link2:before{content:"\e619"}.brankic-icon-cabinet:before{content:"\e61a"}.brankic-icon-cabinet2:before{content:"\e61b"}.brankic-icon-calendar:before{content:"\e61c"}.brankic-icon-calendar2:before{content:"\e61d"}.brankic-icon-calendar3:before{content:"\e61e"}.brankic-icon-file:before{content:"\e61f"}.brankic-icon-file2:before{content:"\e620"}.brankic-icon-file3:before{content:"\e621"}.brankic-icon-files:before{content:"\e622"}.brankic-icon-phone:before{content:"\e623"}.brankic-icon-tablet:before{content:"\e624"}.brankic-icon-window:before{content:"\e625"}.brankic-icon-monitor:before{content:"\e626"}.brankic-icon-ipod:before{content:"\e627"}.brankic-icon-tv:before{content:"\e628"}.brankic-icon-camera:before{content:"\e629"}.brankic-icon-camera2:before{content:"\e62a"}.brankic-icon-camera3:before{content:"\e62b"}.brankic-icon-film:before{content:"\e62c"}.brankic-icon-film2:before{content:"\e62d"}.brankic-icon-film3:before{content:"\e62e"}.brankic-icon-microphone:before{content:"\e62f"}.brankic-icon-microphone2:before{content:"\e630"}.brankic-icon-microphone3:before{content:"\e631"}.brankic-icon-drink:before{content:"\e632"}.brankic-icon-drink2:before{content:"\e633"}.brankic-icon-drink3:before{content:"\e634"}.brankic-icon-drink4:before{content:"\e635"}.brankic-icon-coffee:before{content:"\e636"}.brankic-icon-mug:before{content:"\e637"}.brankic-icon-ice-cream:before{content:"\e638"}.brankic-icon-cake:before{content:"\e639"}.brankic-icon-inbox:before{content:"\e63a"}.brankic-icon-download:before{content:"\e63b"}.brankic-icon-upload:before{content:"\e63c"}.brankic-icon-inbox2:before{content:"\e63d"}.brankic-icon-checkmark:before{content:"\e63e"}.brankic-icon-checkmark2:before{content:"\e63f"}.brankic-icon-cancel:before{content:"\e640"}.brankic-icon-cancel2:before{content:"\e641"}.brankic-icon-plus:before{content:"\e642"}.brankic-icon-plus2:before{content:"\e643"}.brankic-icon-minus:before{content:"\e644"}.brankic-icon-minus2:before{content:"\e645"}.brankic-icon-notice:before{content:"\e646"}.brankic-icon-notice2:before{content:"\e647"}.brankic-icon-cog:before{content:"\e648"}.brankic-icon-cogs:before{content:"\e649"}.brankic-icon-cog2:before{content:"\e64a"}.brankic-icon-warning:before{content:"\e64b"}.brankic-icon-health:before{content:"\e64c"}.brankic-icon-suitcase:before{content:"\e64d"}.brankic-icon-suitcase2:before{content:"\e64e"}.brankic-icon-suitcase3:before{content:"\e64f"}.brankic-icon-picture:before{content:"\e650"}.brankic-icon-pictures:before{content:"\e651"}.brankic-icon-pictures2:before{content:"\e652"}.brankic-icon-android:before{content:"\e653"}.brankic-icon-marvin:before{content:"\e654"}.brankic-icon-pacman:before{content:"\e655"}.brankic-icon-cassette:before{content:"\e656"}.brankic-icon-watch:before{content:"\e657"}.brankic-icon-chronometer:before{content:"\e658"}.brankic-icon-watch2:before{content:"\e659"}.brankic-icon-alarm-clock:before{content:"\e65a"}.brankic-icon-time:before{content:"\e65b"}.brankic-icon-time2:before{content:"\e65c"}.brankic-icon-headphones:before{content:"\e65d"}.brankic-icon-wallet:before{content:"\e65e"}.brankic-icon-checkmark3:before{content:"\e65f"}.brankic-icon-cancel3:before{content:"\e660"}.brankic-icon-eye:before{content:"\e661"}.brankic-icon-position:before{content:"\e662"}.brankic-icon-site-map:before{content:"\e663"}.brankic-icon-site-map2:before{content:"\e664"}.brankic-icon-cloud:before{content:"\e665"}.brankic-icon-upload2:before{content:"\e666"}.brankic-icon-chart:before{content:"\e667"}.brankic-icon-chart2:before{content:"\e668"}.brankic-icon-chart3:before{content:"\e669"}.brankic-icon-chart4:before{content:"\e66a"}.brankic-icon-chart5:before{content:"\e66b"}.brankic-icon-chart6:before{content:"\e66c"}.brankic-icon-location:before{content:"\e66d"}.brankic-icon-download2:before{content:"\e66e"}.brankic-icon-basket:before{content:"\e66f"}.brankic-icon-folder:before{content:"\e670"}.brankic-icon-gamepad:before{content:"\e671"}.brankic-icon-alarm:before{content:"\e672"}.brankic-icon-alarm-cancel:before{content:"\e673"}.brankic-icon-phone2:before{content:"\e674"}.brankic-icon-phone3:before{content:"\e675"}.brankic-icon-image:before{content:"\e676"}.brankic-icon-open:before{content:"\e677"}.brankic-icon-sale:before{content:"\e678"}.brankic-icon-direction:before{content:"\e679"}.brankic-icon-map:before{content:"\e67a"}.brankic-icon-trashcan:before{content:"\e67b"}.brankic-icon-vote:before{content:"\e67c"}.brankic-icon-graduate:before{content:"\e67d"}.brankic-icon-lab:before{content:"\e67e"}.brankic-icon-tie:before{content:"\e67f"}.brankic-icon-football:before{content:"\e680"}.brankic-icon-eight-ball:before{content:"\e681"}.brankic-icon-bowling:before{content:"\e682"}.brankic-icon-bowling-pin:before{content:"\e683"}.brankic-icon-baseball:before{content:"\e684"}.brankic-icon-soccer:before{content:"\e685"}.brankic-icon-3d-glasses:before{content:"\e686"}.brankic-icon-microwave:before{content:"\e687"}.brankic-icon-refrigerator:before{content:"\e688"}.brankic-icon-oven:before{content:"\e689"}.brankic-icon-washing-machine:before{content:"\e68a"}.brankic-icon-mouse:before{content:"\e68b"}.brankic-icon-smiley:before{content:"\e68c"}.brankic-icon-sad:before{content:"\e68d"}.brankic-icon-mute:before{content:"\e68e"}.brankic-icon-hand:before{content:"\e68f"}.brankic-icon-radio:before{content:"\e690"}.brankic-icon-satellite:before{content:"\e691"}.brankic-icon-medal:before{content:"\e692"}.brankic-icon-medal2:before{content:"\e693"}.brankic-icon-switch:before{content:"\e694"}.brankic-icon-key:before{content:"\e695"}.brankic-icon-cord:before{content:"\e696"}.brankic-icon-locked:before{content:"\e697"}.brankic-icon-unlocked:before{content:"\e698"}.brankic-icon-locked2:before{content:"\e699"}.brankic-icon-unlocked2:before{content:"\e69a"}.brankic-icon-magnifier:before{content:"\e69b"}.brankic-icon-zoom-in:before{content:"\e69c"}.brankic-icon-zoom-out:before{content:"\e69d"}.brankic-icon-stack:before{content:"\e69e"}.brankic-icon-stack2:before{content:"\e69f"}.brankic-icon-stack3:before{content:"\e6a0"}.brankic-icon-david-star:before{content:"\e6a1"}.brankic-icon-cross:before{content:"\e6a2"}.brankic-icon-moon-andstar:before{content:"\e6a3"}.brankic-icon-transformers:before{content:"\e6a4"}.brankic-icon-batman:before{content:"\e6a5"}.brankic-icon-space-invaders:before{content:"\e6a6"}.brankic-icon-skeletor:before{content:"\e6a7"}.brankic-icon-lamp:before{content:"\e6a8"}.brankic-icon-lamp2:before{content:"\e6a9"}.brankic-icon-umbrella:before{content:"\e6aa"}.brankic-icon-street-light:before{content:"\e6ab"}.brankic-icon-bomb:before{content:"\e6ac"}.brankic-icon-archive:before{content:"\e6ad"}.brankic-icon-battery:before{content:"\e6ae"}.brankic-icon-battery2:before{content:"\e6af"}.brankic-icon-battery3:before{content:"\e6b0"}.brankic-icon-battery4:before{content:"\e6b1"}.brankic-icon-battery5:before{content:"\e6b2"}.brankic-icon-megaphone:before{content:"\e6b3"}.brankic-icon-megaphone2:before{content:"\e6b4"}.brankic-icon-patch:before{content:"\e6b5"}.brankic-icon-pil:before{content:"\e6b6"}.brankic-icon-injection:before{content:"\e6b7"}.brankic-icon-thermometer:before{content:"\e6b8"}.brankic-icon-lamp3:before{content:"\e6b9"}.brankic-icon-lamp4:before{content:"\e6ba"}.brankic-icon-lamp5:before{content:"\e6bb"}.brankic-icon-cube:before{content:"\e6bc"}.brankic-icon-box:before{content:"\e6bd"}.brankic-icon-box2:before{content:"\e6be"}.brankic-icon-diamond:before{content:"\e6bf"}.brankic-icon-bag:before{content:"\e6c0"}.brankic-icon-money-bag:before{content:"\e6c1"}.brankic-icon-grid:before{content:"\e6c2"}.brankic-icon-grid2:before{content:"\e6c3"}.brankic-icon-list:before{content:"\e6c4"}.brankic-icon-list2:before{content:"\e6c5"}.brankic-icon-ruler:before{content:"\e6c6"}.brankic-icon-ruler2:before{content:"\e6c7"}.brankic-icon-layout:before{content:"\e6c8"}.brankic-icon-layout2:before{content:"\e6c9"}.brankic-icon-layout3:before{content:"\e6ca"}.brankic-icon-layout4:before{content:"\e6cb"}.brankic-icon-layout5:before{content:"\e6cc"}.brankic-icon-layout6:before{content:"\e6cd"}.brankic-icon-layout7:before{content:"\e6ce"}.brankic-icon-layout8:before{content:"\e6cf"}.brankic-icon-layout9:before{content:"\e6d0"}.brankic-icon-layout10:before{content:"\e6d1"}.brankic-icon-layout11:before{content:"\e6d2"}.brankic-icon-layout12:before{content:"\e6d3"}.brankic-icon-layout13:before{content:"\e6d4"}.brankic-icon-layout14:before{content:"\e6d5"}.brankic-icon-tools:before{content:"\e6d6"}.brankic-icon-screwdriver:before{content:"\e6d7"}.brankic-icon-paint:before{content:"\e6d8"}.brankic-icon-hammer:before{content:"\e6d9"}.brankic-icon-brush:before{content:"\e6da"}.brankic-icon-pen:before{content:"\e6db"}.brankic-icon-chat:before{content:"\e6dc"}.brankic-icon-comments:before{content:"\e6dd"}.brankic-icon-chat2:before{content:"\e6de"}.brankic-icon-chat3:before{content:"\e6df"}.brankic-icon-volume:before{content:"\e6e0"}.brankic-icon-volume2:before{content:"\e6e1"}.brankic-icon-volume3:before{content:"\e6e2"}.brankic-icon-equalizer:before{content:"\e6e3"}.brankic-icon-resize:before{content:"\e6e4"}.brankic-icon-resize2:before{content:"\e6e5"}.brankic-icon-stretch:before{content:"\e6e6"}.brankic-icon-narrow:before{content:"\e6e7"}.brankic-icon-resize3:before{content:"\e6e8"}.brankic-icon-download3:before{content:"\e6e9"}.brankic-icon-calculator:before{content:"\e6ea"}.brankic-icon-library:before{content:"\e6eb"}.brankic-icon-auction:before{content:"\e6ec"}.brankic-icon-justice:before{content:"\e6ed"}.brankic-icon-stats:before{content:"\e6ee"}.brankic-icon-stats2:before{content:"\e6ef"}.brankic-icon-attachment:before{content:"\e6f0"}.brankic-icon-hourglass:before{content:"\e6f1"}.brankic-icon-abacus:before{content:"\e6f2"}.brankic-icon-pencil:before{content:"\e6f3"}.brankic-icon-pen2:before{content:"\e6f4"}.brankic-icon-pin:before{content:"\e6f5"}.brankic-icon-pin2:before{content:"\e6f6"}.brankic-icon-discout:before{content:"\e6f7"}.brankic-icon-edit:before{content:"\e6f8"}.brankic-icon-scissors:before{content:"\e6f9"}.brankic-icon-profile:before{content:"\e6fa"}.brankic-icon-profile2:before{content:"\e6fb"}.brankic-icon-profile3:before{content:"\e6fc"}.brankic-icon-rotate:before{content:"\e6fd"}.brankic-icon-rotate2:before{content:"\e6fe"}.brankic-icon-reply:before{content:"\e6ff"}.brankic-icon-forward:before{content:"\e700"}.brankic-icon-retweet:before{content:"\e701"}.brankic-icon-shuffle:before{content:"\e702"}.brankic-icon-loop:before{content:"\e703"}.brankic-icon-crop:before{content:"\e704"}.brankic-icon-square:before{content:"\e705"}.brankic-icon-square2:before{content:"\e706"}.brankic-icon-circle:before{content:"\e707"}.brankic-icon-dollar:before{content:"\e708"}.brankic-icon-dollar2:before{content:"\e709"}.brankic-icon-coins:before{content:"\e70a"}.brankic-icon-pig:before{content:"\e70b"}.brankic-icon-bookmark:before{content:"\e70c"}.brankic-icon-bookmark2:before{content:"\e70d"}.brankic-icon-address-book:before{content:"\e70e"}.brankic-icon-address-book2:before{content:"\e70f"}.brankic-icon-safe:before{content:"\e710"}.brankic-icon-envelope:before{content:"\e711"}.brankic-icon-envelope2:before{content:"\e712"}.brankic-icon-radio-active:before{content:"\e713"}.brankic-icon-music:before{content:"\e714"}.brankic-icon-presentation:before{content:"\e715"}.brankic-icon-male:before{content:"\e716"}.brankic-icon-female:before{content:"\e717"}.brankic-icon-aids:before{content:"\e718"}.brankic-icon-heart:before{content:"\e719"}.brankic-icon-info:before{content:"\e71a"}.brankic-icon-info2:before{content:"\e71b"}.brankic-icon-piano:before{content:"\e71c"}.brankic-icon-rain:before{content:"\e71d"}.brankic-icon-snow:before{content:"\e71e"}.brankic-icon-lightning:before{content:"\e71f"}.brankic-icon-sun:before{content:"\e720"}.brankic-icon-moon:before{content:"\e721"}.brankic-icon-cloudy:before{content:"\e722"}.brankic-icon-cloudy2:before{content:"\e723"}.brankic-icon-car:before{content:"\e724"}.brankic-icon-bike:before{content:"\e725"}.brankic-icon-truck:before{content:"\e726"}.brankic-icon-bus:before{content:"\e727"}.brankic-icon-bike2:before{content:"\e728"}.brankic-icon-plane:before{content:"\e729"}.brankic-icon-paper-plane:before{content:"\e72a"}.brankic-icon-rocket:before{content:"\e72b"}.brankic-icon-book:before{content:"\e72c"}.brankic-icon-book2:before{content:"\e72d"}.brankic-icon-barcode:before{content:"\e72e"}.brankic-icon-barcode2:before{content:"\e72f"}.brankic-icon-expand:before{content:"\e730"}.brankic-icon-collapse:before{content:"\e731"}.brankic-icon-pop-out:before{content:"\e732"}.brankic-icon-pop-in:before{content:"\e733"}.brankic-icon-target:before{content:"\e734"}.brankic-icon-badge:before{content:"\e735"}.brankic-icon-badge2:before{content:"\e736"}.brankic-icon-ticket:before{content:"\e737"}.brankic-icon-ticket2:before{content:"\e738"}.brankic-icon-ticket3:before{content:"\e739"}.brankic-icon-microphone4:before{content:"\e73a"}.brankic-icon-cone:before{content:"\e73b"}.brankic-icon-blocked:before{content:"\e73c"}.brankic-icon-stop:before{content:"\e73d"}.brankic-icon-keyboard:before{content:"\e73e"}.brankic-icon-keyboard2:before{content:"\e73f"}.brankic-icon-radio2:before{content:"\e740"}.brankic-icon-printer:before{content:"\e741"}.brankic-icon-checked:before{content:"\e742"}.brankic-icon-error:before{content:"\e743"}.brankic-icon-add:before{content:"\e744"}.brankic-icon-minus3:before{content:"\e745"}.brankic-icon-alert:before{content:"\e746"}.brankic-icon-pictures3:before{content:"\e747"}.brankic-icon-atom:before{content:"\e748"}.brankic-icon-eyedropper:before{content:"\e749"}.brankic-icon-globe:before{content:"\e74a"}.brankic-icon-globe2:before{content:"\e74b"}.brankic-icon-shipping:before{content:"\e74c"}.brankic-icon-ying-yang:before{content:"\e74d"}.brankic-icon-compass:before{content:"\e74e"}.brankic-icon-zip:before{content:"\e74f"}.brankic-icon-zip2:before{content:"\e750"}.brankic-icon-anchor:before{content:"\e751"}.brankic-icon-locked-heart:before{content:"\e752"}.brankic-icon-magnet:before{content:"\e753"}.brankic-icon-navigation:before{content:"\e754"}.brankic-icon-tags:before{content:"\e755"}.brankic-icon-heart2:before{content:"\e756"}.brankic-icon-heart3:before{content:"\e757"}.brankic-icon-usb:before{content:"\e758"}.brankic-icon-clipboard:before{content:"\e759"}.brankic-icon-clipboard2:before{content:"\e75a"}.brankic-icon-clipboard3:before{content:"\e75b"}.brankic-icon-switch2:before{content:"\e75c"}.brankic-icon-ruler3:before{content:"\e75d"}@font-face{font-family:'enotype';src:url('../../themes/multinews/fonts/icons/enotype/enotype.eot');src:url('../../themes/multinews/fonts/icons/enotype/enotype.eot?#iefix') format('embedded-opentype'),url('../../themes/multinews/fonts/icons/enotype/enotype.ttf') format('truetype'),url('../../themes/multinews/fonts/icons/enotype/enotype.woff') format('woff'),url('../../themes/multinews/fonts/icons/enotype/enotype.svg#enotype') format('svg');font-weight:400;font-style:normal}[class*="enotype-icon-"]{font-family:'enotype';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:inherit;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;-o-font-feature-settings:"liga";font-feature-settings:"liga";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.enotype-icon-phone:before{content:"\e600"}.enotype-icon-mobile:before{content:"\e601"}.enotype-icon-mouse:before{content:"\e602"}.enotype-icon-directions:before{content:"\e603"}.enotype-icon-mail:before{content:"\e604"}.enotype-icon-paperplane:before{content:"\e605"}.enotype-icon-pencil:before{content:"\e606"}.enotype-icon-feather:before{content:"\e607"}.enotype-icon-paperclip:before{content:"\e608"}.enotype-icon-drawer:before{content:"\e609"}.enotype-icon-reply:before{content:"\e60a"}.enotype-icon-reply-all:before{content:"\e60b"}.enotype-icon-forward:before{content:"\e60c"}.enotype-icon-user:before{content:"\e60d"}.enotype-icon-users:before{content:"\e60e"}.enotype-icon-user-add:before{content:"\e60f"}.enotype-icon-vcard:before{content:"\e610"}.enotype-icon-export:before{content:"\e611"}.enotype-icon-location:before{content:"\e612"}.enotype-icon-map:before{content:"\e613"}.enotype-icon-compass:before{content:"\e614"}.enotype-icon-location2:before{content:"\e615"}.enotype-icon-target:before{content:"\e616"}.enotype-icon-share:before{content:"\e617"}.enotype-icon-sharable:before{content:"\e618"}.enotype-icon-heart:before{content:"\e619"}.enotype-icon-heart2:before{content:"\e61a"}.enotype-icon-star:before{content:"\e61b"}.enotype-icon-star2:before{content:"\e61c"}.enotype-icon-thumbs-up:before{content:"\e61d"}.enotype-icon-thumbs-down:before{content:"\e61e"}.enotype-icon-chat:before{content:"\e61f"}.enotype-icon-comment:before{content:"\e620"}.enotype-icon-quote:before{content:"\e621"}.enotype-icon-house:before{content:"\e622"}.enotype-icon-popup:before{content:"\e623"}.enotype-icon-search:before{content:"\e624"}.enotype-icon-flashlight:before{content:"\e625"}.enotype-icon-printer:before{content:"\e626"}.enotype-icon-bell:before{content:"\e627"}.enotype-icon-link:before{content:"\e628"}.enotype-icon-flag:before{content:"\e629"}.enotype-icon-cog:before{content:"\e62a"}.enotype-icon-tools:before{content:"\e62b"}.enotype-icon-trophy:before{content:"\e62c"}.enotype-icon-tag:before{content:"\e62d"}.enotype-icon-camera:before{content:"\e62e"}.enotype-icon-megaphone:before{content:"\e62f"}.enotype-icon-moon:before{content:"\e630"}.enotype-icon-palette:before{content:"\e631"}.enotype-icon-leaf:before{content:"\e632"}.enotype-icon-music:before{content:"\e633"}.enotype-icon-music2:before{content:"\e634"}.enotype-icon-new:before{content:"\e635"}.enotype-icon-graduation:before{content:"\e636"}.enotype-icon-book:before{content:"\e637"}.enotype-icon-newspaper:before{content:"\e638"}.enotype-icon-bag:before{content:"\e639"}.enotype-icon-airplane:before{content:"\e63a"}.enotype-icon-lifebuoy:before{content:"\e63b"}.enotype-icon-eye:before{content:"\e63c"}.enotype-icon-clock:before{content:"\e63d"}.enotype-icon-microphone:before{content:"\e63e"}.enotype-icon-calendar:before{content:"\e63f"}.enotype-icon-bolt:before{content:"\e640"}.enotype-icon-thunder:before{content:"\e641"}.enotype-icon-droplet:before{content:"\e642"}.enotype-icon-cd:before{content:"\e643"}.enotype-icon-briefcase:before{content:"\e644"}.enotype-icon-air:before{content:"\e645"}.enotype-icon-hourglass:before{content:"\e646"}.enotype-icon-gauge:before{content:"\e647"}.enotype-icon-language:before{content:"\e648"}.enotype-icon-network:before{content:"\e649"}.enotype-icon-key:before{content:"\e64a"}.enotype-icon-battery:before{content:"\e64b"}.enotype-icon-bucket:before{content:"\e64c"}.enotype-icon-magnet:before{content:"\e64d"}.enotype-icon-drive:before{content:"\e64e"}.enotype-icon-cup:before{content:"\e64f"}.enotype-icon-rocket:before{content:"\e650"}.enotype-icon-brush:before{content:"\e651"}.enotype-icon-suitcase:before{content:"\e652"}.enotype-icon-cone:before{content:"\e653"}.enotype-icon-earth:before{content:"\e654"}.enotype-icon-keyboard:before{content:"\e655"}.enotype-icon-browser:before{content:"\e656"}.enotype-icon-publish:before{content:"\e657"}.enotype-icon-progress-3:before{content:"\e658"}.enotype-icon-progress-2:before{content:"\e659"}.enotype-icon-brogress-1:before{content:"\e65a"}.enotype-icon-progress-0:before{content:"\e65b"}.enotype-icon-sun:before{content:"\e65c"}.enotype-icon-sun2:before{content:"\e65d"}.enotype-icon-adjust:before{content:"\e65e"}.enotype-icon-code:before{content:"\e65f"}.enotype-icon-screen:before{content:"\e660"}.enotype-icon-infinity:before{content:"\e661"}.enotype-icon-light-bulb:before{content:"\e662"}.enotype-icon-credit-card:before{content:"\e663"}.enotype-icon-database:before{content:"\e664"}.enotype-icon-voicemail:before{content:"\e665"}.enotype-icon-clipboard:before{content:"\e666"}.enotype-icon-cart:before{content:"\e667"}.enotype-icon-box:before{content:"\e668"}.enotype-icon-ticket:before{content:"\e669"}.enotype-icon-rss:before{content:"\e66a"}.enotype-icon-signal:before{content:"\e66b"}.enotype-icon-thermometer:before{content:"\e66c"}.enotype-icon-droplets:before{content:"\e66d"}.enotype-icon-uniE66E:before{content:"\e66e"}.enotype-icon-statistics:before{content:"\e66f"}.enotype-icon-pie:before{content:"\e670"}.enotype-icon-bars:before{content:"\e671"}.enotype-icon-graph:before{content:"\e672"}.enotype-icon-lock:before{content:"\e673"}.enotype-icon-lock-open:before{content:"\e674"}.enotype-icon-logout:before{content:"\e675"}.enotype-icon-login:before{content:"\e676"}.enotype-icon-checkmark:before{content:"\e677"}.enotype-icon-cross:before{content:"\e678"}.enotype-icon-minus:before{content:"\e679"}.enotype-icon-plus:before{content:"\e67a"}.enotype-icon-cross2:before{content:"\e67b"}.enotype-icon-minus2:before{content:"\e67c"}.enotype-icon-plus2:before{content:"\e67d"}.enotype-icon-cross3:before{content:"\e67e"}.enotype-icon-minus3:before{content:"\e67f"}.enotype-icon-plus3:before{content:"\e680"}.enotype-icon-erase:before{content:"\e681"}.enotype-icon-blocked:before{content:"\e682"}.enotype-icon-info:before{content:"\e683"}.enotype-icon-info2:before{content:"\e684"}.enotype-icon-question:before{content:"\e685"}.enotype-icon-help:before{content:"\e686"}.enotype-icon-warning:before{content:"\e687"}.enotype-icon-cycle:before{content:"\e688"}.enotype-icon-cw:before{content:"\e689"}.enotype-icon-ccw:before{content:"\e68a"}.enotype-icon-shuffle:before{content:"\e68b"}.enotype-icon-arrow:before{content:"\e68c"}.enotype-icon-arrow2:before{content:"\e68d"}.enotype-icon-retweet:before{content:"\e68e"}.enotype-icon-loop:before{content:"\e68f"}.enotype-icon-history:before{content:"\e690"}.enotype-icon-back:before{content:"\e691"}.enotype-icon-switch:before{content:"\e692"}.enotype-icon-list:before{content:"\e693"}.enotype-icon-add-to-list:before{content:"\e694"}.enotype-icon-layout:before{content:"\e695"}.enotype-icon-list2:before{content:"\e696"}.enotype-icon-text:before{content:"\e697"}.enotype-icon-text2:before{content:"\e698"}.enotype-icon-document:before{content:"\e699"}.enotype-icon-docs:before{content:"\e69a"}.enotype-icon-landscape:before{content:"\e69b"}.enotype-icon-pictures:before{content:"\e69c"}.enotype-icon-video:before{content:"\e69d"}.enotype-icon-music3:before{content:"\e69e"}.enotype-icon-folder:before{content:"\e69f"}.enotype-icon-archive:before{content:"\e6a0"}.enotype-icon-trash:before{content:"\e6a1"}.enotype-icon-upload:before{content:"\e6a2"}.enotype-icon-download:before{content:"\e6a3"}.enotype-icon-disk:before{content:"\e6a4"}.enotype-icon-install:before{content:"\e6a5"}.enotype-icon-cloud:before{content:"\e6a6"}.enotype-icon-upload2:before{content:"\e6a7"}.enotype-icon-bookmark:before{content:"\e6a8"}.enotype-icon-bookmarks:before{content:"\e6a9"}.enotype-icon-book2:before{content:"\e6aa"}.enotype-icon-play:before{content:"\e6ab"}.enotype-icon-pause:before{content:"\e6ac"}.enotype-icon-record:before{content:"\e6ad"}.enotype-icon-stop:before{content:"\e6ae"}.enotype-icon-next:before{content:"\e6af"}.enotype-icon-previous:before{content:"\e6b0"}.enotype-icon-first:before{content:"\e6b1"}.enotype-icon-last:before{content:"\e6b2"}.enotype-icon-resize-enlarge:before{content:"\e6b3"}.enotype-icon-resize-shrink:before{content:"\e6b4"}.enotype-icon-volume:before{content:"\e6b5"}.enotype-icon-sound:before{content:"\e6b6"}.enotype-icon-mute:before{content:"\e6b7"}.enotype-icon-flow-cascade:before{content:"\e6b8"}.enotype-icon-flow-branch:before{content:"\e6b9"}.enotype-icon-flow-tree:before{content:"\e6ba"}.enotype-icon-flow-line:before{content:"\e6bb"}.enotype-icon-flow-parallel:before{content:"\e6bc"}.enotype-icon-arrow-left:before{content:"\e6bd"}.enotype-icon-arrow-down:before{content:"\e6be"}.enotype-icon-arrow-up--upload:before{content:"\e6bf"}.enotype-icon-arrow-right:before{content:"\e6c0"}.enotype-icon-arrow-left2:before{content:"\e6c1"}.enotype-icon-arrow-down2:before{content:"\e6c2"}.enotype-icon-arrow-up:before{content:"\e6c3"}.enotype-icon-arrow-right2:before{content:"\e6c4"}.enotype-icon-arrow-left3:before{content:"\e6c5"}.enotype-icon-arrow-down3:before{content:"\e6c6"}.enotype-icon-arrow-up2:before{content:"\e6c7"}.enotype-icon-arrow-right3:before{content:"\e6c8"}.enotype-icon-arrow-left4:before{content:"\e6c9"}.enotype-icon-arrow-down4:before{content:"\e6ca"}.enotype-icon-arrow-up3:before{content:"\e6cb"}.enotype-icon-arrow-right4:before{content:"\e6cc"}.enotype-icon-arrow-left5:before{content:"\e6cd"}.enotype-icon-arrow-down5:before{content:"\e6ce"}.enotype-icon-arrow-up4:before{content:"\e6cf"}.enotype-icon-arrow-right5:before{content:"\e6d0"}.enotype-icon-arrow-left6:before{content:"\e6d1"}.enotype-icon-arrow-down6:before{content:"\e6d2"}.enotype-icon-arrow-up5:before{content:"\e6d3"}.enotype-icon-arrow-right6:before{content:"\e6d4"}.enotype-icon-arrow-left7:before{content:"\e6d5"}.enotype-icon-arrow-down7:before{content:"\e6d6"}.enotype-icon-arrow-up6:before{content:"\e6d7"}.enotype-icon-uniE6D8:before{content:"\e6d8"}.enotype-icon-arrow-left8:before{content:"\e6d9"}.enotype-icon-arrow-down8:before{content:"\e6da"}.enotype-icon-arrow-up7:before{content:"\e6db"}.enotype-icon-arrow-right7:before{content:"\e6dc"}.enotype-icon-menu:before{content:"\e6dd"}.enotype-icon-ellipsis:before{content:"\e6de"}.enotype-icon-dots:before{content:"\e6df"}.enotype-icon-dot:before{content:"\e6e0"}.enotype-icon-cc:before{content:"\e6e1"}.enotype-icon-cc-by:before{content:"\e6e2"}.enotype-icon-cc-nc:before{content:"\e6e3"}.enotype-icon-cc-nc-eu:before{content:"\e6e4"}.enotype-icon-cc-nc-jp:before{content:"\e6e5"}.enotype-icon-cc-sa:before{content:"\e6e6"}.enotype-icon-cc-nd:before{content:"\e6e7"}.enotype-icon-cc-pd:before{content:"\e6e8"}.enotype-icon-cc-zero:before{content:"\e6e9"}.enotype-icon-cc-share:before{content:"\e6ea"}.enotype-icon-cc-share2:before{content:"\e6eb"}.enotype-icon-daniel-bruce:before{content:"\e6ec"}.enotype-icon-daniel-bruce2:before{content:"\e6ed"}.enotype-icon-github:before{content:"\e6ee"}.enotype-icon-github2:before{content:"\e6ef"}.enotype-icon-flickr:before{content:"\e6f0"}.enotype-icon-flickr2:before{content:"\e6f1"}.enotype-icon-vimeo:before{content:"\e6f2"}.enotype-icon-vimeo2:before{content:"\e6f3"}.enotype-icon-twitter:before{content:"\e6f4"}.enotype-icon-twitter2:before{content:"\e6f5"}.enotype-icon-facebook:before{content:"\e6f6"}.enotype-icon-facebook2:before{content:"\e6f7"}.enotype-icon-facebook3:before{content:"\e6f8"}.enotype-icon-googleplus:before{content:"\e6f9"}.enotype-icon-googleplus2:before{content:"\e6fa"}.enotype-icon-pinterest:before{content:"\e6fb"}.enotype-icon-pinterest2:before{content:"\e6fc"}.enotype-icon-tumblr:before{content:"\e6fd"}.enotype-icon-tumblr2:before{content:"\e6fe"}.enotype-icon-linkedin:before{content:"\e6ff"}.enotype-icon-linkedin2:before{content:"\e700"}.enotype-icon-dribbble:before{content:"\e701"}.enotype-icon-dribbble2:before{content:"\e702"}.enotype-icon-stumbleupon:before{content:"\e703"}.enotype-icon-stumbleupon2:before{content:"\e704"}.enotype-icon-lastfm:before{content:"\e705"}.enotype-icon-lastfm2:before{content:"\e706"}.enotype-icon-rdio:before{content:"\e707"}.enotype-icon-rdio2:before{content:"\e708"}.enotype-icon-spotify:before{content:"\e709"}.enotype-icon-spotify2:before{content:"\e70a"}.enotype-icon-qq:before{content:"\e70b"}.enotype-icon-instagram:before{content:"\e70c"}.enotype-icon-dropbox:before{content:"\e70d"}.enotype-icon-evernote:before{content:"\e70e"}.enotype-icon-flattr:before{content:"\e70f"}.enotype-icon-skype:before{content:"\e710"}.enotype-icon-skype2:before{content:"\e711"}.enotype-icon-renren:before{content:"\e712"}.enotype-icon-sina-weibo:before{content:"\e713"}.enotype-icon-paypal:before{content:"\e714"}.enotype-icon-picasa:before{content:"\e715"}.enotype-icon-soundcloud:before{content:"\e716"}.enotype-icon-mixi:before{content:"\e717"}.enotype-icon-behance:before{content:"\e718"}.enotype-icon-circles:before{content:"\e719"}.enotype-icon-vk:before{content:"\e71a"}.enotype-icon-smashing:before{content:"\e71b"}@font-face{font-family:'linecon';src:url('../../themes/multinews/fonts/icons/linecon/linecon.eot');src:url('../../themes/multinews/fonts/icons/linecon/linecon.eot?#iefix') format('embedded-opentype'),url('../../themes/multinews/fonts/icons/linecon/linecon.ttf') format('truetype'),url('../../themes/multinews/fonts/icons/linecon/linecon.woff') format('woff'),url('../../themes/multinews/fonts/icons/linecon/linecon.svg#linecon') format('svg');font-weight:400;font-style:normal}[class*="linecon-icon-"]{font-family:'linecon';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:inherit;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;-o-font-feature-settings:"liga";font-feature-settings:"liga";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.linecon-icon-heart:before{content:"\e600"}.linecon-icon-cloud:before{content:"\e601"}.linecon-icon-star:before{content:"\e602"}.linecon-icon-tv:before{content:"\e603"}.linecon-icon-sound:before{content:"\e604"}.linecon-icon-video:before{content:"\e605"}.linecon-icon-trash:before{content:"\e606"}.linecon-icon-user:before{content:"\e607"}.linecon-icon-key:before{content:"\e608"}.linecon-icon-search:before{content:"\e609"}.linecon-icon-settings:before{content:"\e60a"}.linecon-icon-camera:before{content:"\e60b"}.linecon-icon-tag:before{content:"\e60c"}.linecon-icon-lock:before{content:"\e60d"}.linecon-icon-bulb:before{content:"\e60e"}.linecon-icon-pen:before{content:"\e60f"}.linecon-icon-diamond:before{content:"\e610"}.linecon-icon-display:before{content:"\e611"}.linecon-icon-location:before{content:"\e612"}.linecon-icon-eye:before{content:"\e613"}.linecon-icon-bubble:before{content:"\e614"}.linecon-icon-stack:before{content:"\e615"}.linecon-icon-cup:before{content:"\e616"}.linecon-icon-phone:before{content:"\e617"}.linecon-icon-news:before{content:"\e618"}.linecon-icon-mail:before{content:"\e619"}.linecon-icon-like:before{content:"\e61a"}.linecon-icon-photo:before{content:"\e61b"}.linecon-icon-note:before{content:"\e61c"}.linecon-icon-clock:before{content:"\e61d"}.linecon-icon-paperplane:before{content:"\e61e"}.linecon-icon-params:before{content:"\e61f"}.linecon-icon-banknote:before{content:"\e620"}.linecon-icon-data:before{content:"\e621"}.linecon-icon-music:before{content:"\e622"}.linecon-icon-megaphone:before{content:"\e623"}.linecon-icon-study:before{content:"\e624"}.linecon-icon-lab:before{content:"\e625"}.linecon-icon-food:before{content:"\e626"}.linecon-icon-t-shirt:before{content:"\e627"}.linecon-icon-fire:before{content:"\e628"}.linecon-icon-clip:before{content:"\e629"}.linecon-icon-shop:before{content:"\e62a"}.linecon-icon-calendar:before{content:"\e62b"}.linecon-icon-wallet:before{content:"\e62c"}.linecon-icon-vynil:before{content:"\e62d"}.linecon-icon-truck:before{content:"\e62e"}.linecon-icon-world:before{content:"\e62f"}@font-face{font-family:'steadysets';src:url('../../themes/multinews/fonts/icons/steadysets/steadysets.eot');src:url('../../themes/multinews/fonts/icons/steadysets/steadysets.eot?#iefix') format('embedded-opentype'),url('../../themes/multinews/fonts/icons/steadysets/steadysets.woff') format('woff'),url('../../themes/multinews/fonts/icons/steadysets/steadysets.ttf') format('truetype'),url('../../themes/multinews/fonts/icons/steadysets/steadysets.svg#steadysets') format('svg');font-weight:400;font-style:normal}[class^="steady-icon-"],[class*=" steady-icon-"]{font-family:'steadysets';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.steady-icon-type:before{content:"\e600"}.steady-icon-box:before{content:"\e601"}.steady-icon-archive:before{content:"\e602"}.steady-icon-envelope:before{content:"\e603"}.steady-icon-email:before{content:"\e604"}.steady-icon-files:before{content:"\e605"}.steady-icon-uniE606:before{content:"\e606"}.steady-icon-file-settings:before{content:"\e607"}.steady-icon-file-add:before{content:"\e608"}.steady-icon-file:before{content:"\e609"}.steady-icon-align-left:before{content:"\e60a"}.steady-icon-align-right:before{content:"\e60b"}.steady-icon-align-center:before{content:"\e60c"}.steady-icon-align-justify:before{content:"\e60d"}.steady-icon-file-broken:before{content:"\e60e"}.steady-icon-browser:before{content:"\e60f"}.steady-icon-windows:before{content:"\e610"}.steady-icon-window:before{content:"\e611"}.steady-icon-folder:before{content:"\e612"}.steady-icon-folder-add:before{content:"\e613"}.steady-icon-folder-settings:before{content:"\e614"}.steady-icon-folder-check:before{content:"\e615"}.steady-icon-wifi-low:before{content:"\e616"}.steady-icon-wifi-mid:before{content:"\e617"}.steady-icon-wifi-full:before{content:"\e618"}.steady-icon-connection-empty:before{content:"\e619"}.steady-icon-connection-25:before{content:"\e61a"}.steady-icon-connection-50:before{content:"\e61b"}.steady-icon-connection-75:before{content:"\e61c"}.steady-icon-connection-full:before{content:"\e61d"}.steady-icon-list:before{content:"\e61e"}.steady-icon-grid:before{content:"\e61f"}.steady-icon-uniE620:before{content:"\e620"}.steady-icon-battery-charging:before{content:"\e621"}.steady-icon-battery-empty:before{content:"\e622"}.steady-icon-battery-25:before{content:"\e623"}.steady-icon-battery-50:before{content:"\e624"}.steady-icon-battery-75:before{content:"\e625"}.steady-icon-battery-full:before{content:"\e626"}.steady-icon-settings:before{content:"\e627"}.steady-icon-arrow-left:before{content:"\e628"}.steady-icon-arrow-up:before{content:"\e629"}.steady-icon-arrow-down:before{content:"\e62a"}.steady-icon-arrow-right:before{content:"\e62b"}.steady-icon-reload:before{content:"\e62c"}.steady-icon-refresh:before{content:"\e62d"}.steady-icon-volume:before{content:"\e62e"}.steady-icon-volume-increase:before{content:"\e62f"}.steady-icon-volume-decrease:before{content:"\e630"}.steady-icon-mute:before{content:"\e631"}.steady-icon-microphone:before{content:"\e632"}.steady-icon-microphone-off:before{content:"\e633"}.steady-icon-book:before{content:"\e634"}.steady-icon-checkmark:before{content:"\e635"}.steady-icon-checkbox-checked:before{content:"\e636"}.steady-icon-checkbox:before{content:"\e637"}.steady-icon-paperclip:before{content:"\e638"}.steady-icon-download:before{content:"\e639"}.steady-icon-tag:before{content:"\e63a"}.steady-icon-trashcan:before{content:"\e63b"}.steady-icon-search:before{content:"\e63c"}.steady-icon-zoom-in:before{content:"\e63d"}.steady-icon-zoom-out:before{content:"\e63e"}.steady-icon-chat:before{content:"\e63f"}.steady-icon-chat-1:before{content:"\e640"}.steady-icon-chat-2:before{content:"\e641"}.steady-icon-chat-3:before{content:"\e642"}.steady-icon-comment:before{content:"\e643"}.steady-icon-calendar:before{content:"\e644"}.steady-icon-bookmark:before{content:"\e645"}.steady-icon-email2:before{content:"\e646"}.steady-icon-heart:before{content:"\e647"}.steady-icon-enter:before{content:"\e648"}.steady-icon-cloud:before{content:"\e649"}.steady-icon-book2:before{content:"\e64a"}.steady-icon-star:before{content:"\e64b"}.steady-icon-clock:before{content:"\e64c"}.steady-icon-printer:before{content:"\e64d"}.steady-icon-home:before{content:"\e64e"}.steady-icon-flag:before{content:"\e64f"}.steady-icon-meter:before{content:"\e650"}.steady-icon-switch:before{content:"\e651"}.steady-icon-forbidden:before{content:"\e652"}.steady-icon-lock:before{content:"\e653"}.steady-icon-unlocked:before{content:"\e654"}.steady-icon-unlocked2:before{content:"\e655"}.steady-icon-users:before{content:"\e656"}.steady-icon-user:before{content:"\e657"}.steady-icon-users2:before{content:"\e658"}.steady-icon-user2:before{content:"\e659"}.steady-icon-bullhorn:before{content:"\e65a"}.steady-icon-share:before{content:"\e65b"}.steady-icon-screen:before{content:"\e65c"}.steady-icon-phone:before{content:"\e65d"}.steady-icon-phone-portrait:before{content:"\e65e"}.steady-icon-phone-landscape:before{content:"\e65f"}.steady-icon-tablet:before{content:"\e660"}.steady-icon-tablet-landscape:before{content:"\e661"}.steady-icon-laptop:before{content:"\e662"}.steady-icon-camera:before{content:"\e663"}.steady-icon-microwave-oven:before{content:"\e664"}.steady-icon-credit-cards:before{content:"\e665"}.steady-icon-calculator:before{content:"\e666"}.steady-icon-bag:before{content:"\e667"}.steady-icon-diamond:before{content:"\e668"}.steady-icon-drink:before{content:"\e669"}.steady-icon-shorts:before{content:"\e66a"}.steady-icon-vcard:before{content:"\e66b"}.steady-icon-sun:before{content:"\e66c"}.steady-icon-bill:before{content:"\e66d"}.steady-icon-coffee:before{content:"\e66e"}.steady-icon-uniE66F:before{content:"\e66f"}.steady-icon-newspaper:before{content:"\e670"}.steady-icon-stack:before{content:"\e671"}.steady-icon-map-marker:before{content:"\e672"}.steady-icon-map:before{content:"\e673"}.steady-icon-support:before{content:"\e674"}.steady-icon-uniE675:before{content:"\e675"}.steady-icon-barbell:before{content:"\e676"}.steady-icon-stopwatch:before{content:"\e677"}.steady-icon-atom:before{content:"\e678"}.steady-icon-syringe:before{content:"\e679"}.steady-icon-health:before{content:"\e67a"}.steady-icon-bolt:before{content:"\e67b"}.steady-icon-pill:before{content:"\e67c"}.steady-icon-bones:before{content:"\e67d"}.steady-icon-lab:before{content:"\e67e"}.steady-icon-clipboard:before{content:"\e67f"}.steady-icon-mug:before{content:"\e680"}.steady-icon-bucket:before{content:"\e681"}.steady-icon-select:before{content:"\e682"}.steady-icon-graph:before{content:"\e683"}.steady-icon-crop:before{content:"\e684"}.steady-icon-image:before{content:"\e685"}.steady-icon-cube:before{content:"\e686"}.steady-icon-bars:before{content:"\e687"}.steady-icon-chart:before{content:"\e688"}.steady-icon-pencil:before{content:"\e689"}.steady-icon-measure:before{content:"\e68a"}.steady-icon-eyedropper:before{content:"\e68b"}@font-face{font-family:"iconvault";src:url("../../themes/multinews/fonts/icons/forecast/iconvault_forecastfont.eot");src:url("../../themes/multinews/fonts/icons/forecast/iconvault_forecastfont.eot?#iefix") format("embedded-opentype"),url("../../themes/multinews/fonts/icons/forecast/iconvault_forecastfont.woff") format("woff"),url("../../themes/multinews/fonts/icons/forecast/iconvault_forecastfont.ttf") format("truetype"),url("../../themes/multinews/fonts/icons/forecast/iconvault_forecastfont.svg#iconvault") format("svg");font-weight:400;font-style:normal}.weather-icon [class^="icon-"],.weather-icon [class*=" icon-"]{font-family:'iconvault';font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;font-size:54px}@media only screen and (min-width:479px)and (max-width:678px){[class^="icon-"],[class*=" icon-"]{font-family:'iconvault';font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased}}.basecloud:before{content:'\f105'}.basecloud:before,.windyraincloud:before{font-family:'iconvault';font-size:54px;position:absolute;color:#ccc}.windyraincloud:before{content:'\f111'}.windysnowcloud:before{content:'\f109';color:#ccc}.windysnowcloud:before,.basethundercloud:before{font-family:'iconvault';font-size:54px;position:absolute}.basethundercloud:before{content:'\f105';color:#000}.icon-thunder::before{content:"\f114";position:absolute;color:orange}.icon-sunny::after{content:"\f101";color:orange;position:absolute}.icon-drizzle::before{content:"\f10a";color:#82b2e4;position:absolute}.icon-hail::before{content:"\f10f";position:absolute;color:#ccc}.icon-showers::before{content:"\f104";position:absolute;color:#82b2e4}.icon-rainy::before{content:"\f107";position:absolute;color:#4681c3}.icon-snowy::before{content:"\f10b";position:absolute;color:#acd3f3}.icon-frosty::before{content:"\f102";position:absolute;color:#85d8f7}.icon-windy::before{content:"\f115";position:absolute;color:#ccc}.icon-windyrain::before{content:"\f10e";position:absolute;color:#acd3f3}.icon-windysnow::before{content:"\f103";position:absolute;color:#acd3f3}.icon-sleet::before{content:"\f10c";position:absolute;color:#acd3f3}.icon-moon::after{content:"\f10d";color:orange;position:absolute}.weather-icon .icon-night{font-size:55px}.icon-night::after{content:"\f100";position:absolute;color:orange}.icon-sun::after{content:"\f113";color:orange;position:absolute}.weather-icon .icon-cloud.behind{font-size:44px}.sidebar .first-weather .weather-icon .icon-cloud.behind:after{right:-10px}.secondary-sidebar .first-weather .icon-cloud.behind::after{right:-76px}.icon-cloud.behind::after{left:auto;right:-18px;top:-3px;color:#555}.weather-icon .icon-cloud{font-size:54px}.icon-cloud::after{content:"\f106";color:#ccc;position:absolute}.icon-sunrise:before{content:'\f112';color:orange;position:absolute}.icon-sunset:before{content:'\f110';color:#f96f23;position:absolute}.weather-icon .icon-mist{font-size:54px}.icon-mist:before{content:'\f108';color:#ccc;position:absolute}@-moz-keyframes spin{0%{-moz-transform:rotate(0)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-stage-outer.owl-height{-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-video-wrapper{position:relative;height:100%;background:#000}.owl-controls .owl-nav div,.owl-controls .owl-dot{cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url('../../themes/multinews/css/owl-video-play.png') no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition-property:scale;transition-duration:100ms;transition-timing-function:ease}.owl-carousel .owl-video-play-icon:hover{-moz-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);-o-transform:scale(1.3,1.3);-webkit-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;transition-property:opacity;transition-duration:400ms;transition-timing-function:ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}.owl-loaded,.owl-loading{display:block}.owl-loading,.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel .owl-item img.owl-lazy{opacity:0}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-stage.backfacefix .owl-item{-webkit-backface-visibility:hidden}.owl-rtl{direction:rtl}.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.animated{-webkit-animation-duration:600ms;animation-duration:600ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-animated-in{z-index:0}.owl-animated-out{z-index:1}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}div.pp_default .pp_top .pp_left{background:url(../../themes/multinews/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}div.pp_default .pp_top .pp_middle{background:url(../../themes/multinews/images/prettyPhoto/default/sprite_x.png) top left repeat-x}div.pp_default .pp_top .pp_right{background:url(../../themes/multinews/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}div.pp_default .pp_content .ppt{color:#f8f8f8}div.pp_default .pp_content_container .pp_left{background:url(../../themes/multinews/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}div.pp_default .pp_content_container .pp_right{background:url(../../themes/multinews/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}div.pp_default .pp_content{background-color:#fff}div.pp_default .pp_next:hover{background:url(../../themes/multinews/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}div.pp_default .pp_previous:hover{background:url(../../themes/multinews/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}div.pp_default .pp_expand{background:url(../../themes/multinews/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_expand:hover{background:url(../../themes/multinews/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}div.pp_default .pp_contract{background:url(../../themes/multinews/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_contract:hover{background:url(../../themes/multinews/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}div.pp_default .pp_close{width:30px;height:30px;background:url(../../themes/multinews/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}div.pp_default #pp_full_res .pp_inline{color:#000}div.pp_default .pp_gallery ul li a{background:url(../../themes/multinews/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a{border-color:#fff}div.pp_default .pp_social{margin-top:7px}div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../../themes/multinews/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}div.pp_default .pp_details{position:relative}div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../../themes/multinews/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}div.pp_default .pp_content_container .pp_details{margin-top:5px}div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:.7}div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}div.pp_default .pp_bottom .pp_left{background:url(../../themes/multinews/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}div.pp_default .pp_bottom .pp_middle{background:url(../../themes/multinews/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}div.pp_default .pp_bottom .pp_right{background:url(../../themes/multinews/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}div.pp_default .pp_loaderIcon{background:url(../../themes/multinews/images/prettyPhoto/default/loader.gif) center center no-repeat}div.light_rounded .pp_top .pp_left{background:url(../../themes/multinews/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_middle{background:#fff}div.light_rounded .pp_top .pp_right{background:url(../../themes/multinews/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_content .ppt{color:#000}div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{background:#fff}div.light_rounded .pp_content{background-color:#fff}div.light_rounded .pp_next:hover{background:url(../../themes/multinews/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(../../themes/multinews/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_expand{background:url(../../themes/multinews/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(../../themes/multinews/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_contract{background:url(../../themes/multinews/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(../../themes/multinews/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_close{width:75px;height:22px;background:url(../../themes/multinews/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_details{position:relative}div.light_rounded .pp_description{margin-right:85px}div.light_rounded #pp_full_res .pp_inline{color:#000}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next{margin-top:12px!important}div.light_rounded .pp_nav .pp_play{background:url(../../themes/multinews/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_nav .pp_pause{background:url(../../themes/multinews/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_arrow_previous{background:url(../../themes/multinews/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_arrow_next{background:url(../../themes/multinews/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_bottom .pp_left{background:url(../../themes/multinews/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_middle{background:#fff}div.light_rounded .pp_bottom .pp_right{background:url(../../themes/multinews/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.light_rounded .pp_loaderIcon{background:url(../../themes/multinews/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_top .pp_left{background:url(../../themes/multinews/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_middle{background:url(../../themes/multinews/images/prettyPhoto/dark_rounded/contentPattern.png) top left}div.dark_rounded .pp_top .pp_right{background:url(../../themes/multinews/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content_container .pp_left{background:url(../../themes/multinews/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}div.dark_rounded .pp_content_container .pp_right{background:url(../../themes/multinews/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}div.dark_rounded .pp_content{background:url(../../themes/multinews/images/prettyPhoto/dark_rounded/contentPattern.png) top left}div.dark_rounded .pp_next:hover{background:url(../../themes/multinews/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(../../themes/multinews/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_expand{background:url(../../themes/multinews/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(../../themes/multinews/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_contract{background:url(../../themes/multinews/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(../../themes/multinews/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_close{width:75px;height:22px;background:url(../../themes/multinews/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded .pp_details{position:relative}div.dark_rounded .pp_description{margin-right:85px}div.dark_rounded .currentTextHolder{color:#c4c4c4}div.dark_rounded .pp_description,div.dark_rounded #pp_full_res .pp_inline{color:#fff}div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next{margin-top:12px!important}div.dark_rounded .pp_nav .pp_play{background:url(../../themes/multinews/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_nav .pp_pause{background:url(../../themes/multinews/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_arrow_previous{background:url(../../themes/multinews/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_rounded .pp_arrow_next{background:url(../../themes/multinews/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_rounded .pp_bottom .pp_left{background:url(../../themes/multinews/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_middle{background:url(../../themes/multinews/images/prettyPhoto/dark_rounded/contentPattern.png) top left}div.dark_rounded .pp_bottom .pp_right{background:url(../../themes/multinews/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(../../themes/multinews/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_square .pp_description{color:#fff}div.dark_square .pp_loaderIcon{background:url(../../themes/multinews/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}div.dark_square .pp_expand{background:url(../../themes/multinews/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(../../themes/multinews/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_contract{background:url(../../themes/multinews/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(../../themes/multinews/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_close{width:75px;height:22px;background:url(../../themes/multinews/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square .pp_details{position:relative}div.dark_square .pp_description{margin:0 85px 0 0}div.dark_square #pp_full_res .pp_inline{color:#fff}div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}div.dark_square .pp_nav{clear:none}div.dark_square .pp_nav .pp_play{background:url(../../themes/multinews/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_nav .pp_pause{background:url(../../themes/multinews/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_arrow_previous{background:url(../../themes/multinews/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_square .pp_arrow_next{background:url(../../themes/multinews/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_square .pp_next:hover{background:url(../../themes/multinews/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(../../themes/multinews/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff}div.light_square .pp_content .ppt{color:#000}div.light_square .pp_expand{background:url(../../themes/multinews/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(../../themes/multinews/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(../../themes/multinews/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(../../themes/multinews/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_close{width:75px;height:22px;background:url(../../themes/multinews/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_details{position:relative}div.light_square .pp_description{margin-right:85px}div.light_square #pp_full_res .pp_inline{color:#000}div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}div.light_square .pp_nav .pp_play{background:url(../../themes/multinews/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_square .pp_nav .pp_pause{background:url(../../themes/multinews/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_square .pp_arrow_previous{background:url(../../themes/multinews/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_square .pp_arrow_next{background:url(../../themes/multinews/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_square .pp_next:hover{background:url(../../themes/multinews/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(../../themes/multinews/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_loaderIcon{background:url(../../themes/multinews/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.facebook .pp_top .pp_left{background:url(../../themes/multinews/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}div.facebook .pp_top .pp_middle{background:url(../../themes/multinews/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}div.facebook .pp_top .pp_right{background:url(../../themes/multinews/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}div.facebook .pp_content .ppt{color:#000}div.facebook .pp_content_container .pp_left{background:url(../../themes/multinews/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}div.facebook .pp_content_container .pp_right{background:url(../../themes/multinews/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}div.facebook .pp_content{background:#fff}div.facebook .pp_expand{background:url(../../themes/multinews/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}div.facebook .pp_expand:hover{background:url(../../themes/multinews/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}div.facebook .pp_contract{background:url(../../themes/multinews/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}div.facebook .pp_contract:hover{background:url(../../themes/multinews/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}div.facebook .pp_close{width:22px;height:22px;background:url(../../themes/multinews/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}div.facebook .pp_details{position:relative}div.facebook .pp_description{margin:0 37px 0 0}div.facebook #pp_full_res .pp_inline{color:#000}div.facebook .pp_loaderIcon{background:url(../../themes/multinews/images/prettyPhoto/facebook/loader.gif) center center no-repeat}div.facebook .pp_arrow_previous{background:url(../../themes/multinews/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}div.facebook .pp_arrow_next{background:url(../../themes/multinews/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}div.facebook .pp_nav{margin-top:0}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}div.facebook .pp_nav .pp_play{background:url(../../themes/multinews/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}div.facebook .pp_nav .pp_pause{background:url(../../themes/multinews/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}div.facebook .pp_next:hover{background:url(../../themes/multinews/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}div.facebook .pp_previous:hover{background:url(../../themes/multinews/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_bottom .pp_left{background:url(../../themes/multinews/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}div.facebook .pp_bottom .pp_middle{background:url(../../themes/multinews/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}div.facebook .pp_bottom .pp_right{background:url(../../themes/multinews/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}div.pp_pic_holder a:focus{outline:0}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle{left:0;position:static}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_fade{display:none}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:0}.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter,.pp_nav{float:left}.pp_nav{clear:right;margin:3px 10px 0 0}.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,.5)solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{background:url(../../themes/multinews/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}.pp_gallery li.default a img{display:none}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}a.pp_next{float:right}a.pp_next,a.pp_previous{background:url(../../themes/multinews/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;height:100%;text-indent:-10000px;width:49%}a.pp_previous{float:left}a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle{left:0;position:static}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res{line-height:1!important}#pp_full_res .pp_inline{text-align:left}#pp_full_res .pp_inline p{margin:0 0 15px}div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}.dropcap{float:left;font-size:60px;color:#0083b9;margin-right:20px;line-height:85%;font-weight:700;text-transform:uppercase;font-family:georgia}.square_dc{margin-top:5px}.square_dc,.circle_dc{background:#0083b9;color:#fff;height:46px;width:46px;font-size:22px;text-align:center;line-height:46px}.circle_dc{margin-top:7px;-webkit-border-radius:50px;border-radius:50px}.mom_quote:before{display:none}.mom_quote{font-size:15px;background-image:none;position:relative;background:#f5f5f5;color:#494949;padding:20px;border:0 solid #0083b9;border-left-width:4px;margin:0 0 20px;font-style:normal}.mom_quote *:last-child{margin-bottom:0}.mom_quote .quote-arrow{position:absolute;height:0;width:0;left:-1px;top:50%;margin-top:-7px;border-width:7px;border-color:#0083b9;border-style:solid;border-top-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;border-right-width:0}.quote_right{float:right;margin-left:20px}.quote_right,.quote_left{margin-bottom:10px;width:240px;margin-top:5px}.quote_left{float:left;margin-right:20px}.mom_testimonial{background-image:none;background:#f7f7f7;border:1px solid #eaeaea;font-style:italic;font-size:16px;font-family:'Roboto Slab',serif;position:relative;padding:20px 20px 20px 50px;margin:0}.mom_testimonial p{font-size:16px}.mom_testimonial *:last-child{margin-bottom:0}span.leftquote{color:#b5b5b5;font-size:55px;line-height:50px;position:absolute;left:17px;top:17px}.tesim_arrow_bot,.tesim_arrow{top:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-left:0}.tesim_arrow{border-color:rgba(247,247,247,0);border-top-color:#f7f7f7;border-width:20px;left:20px}.tesim_arrow_bot{border-color:rgba(234,234,234,0);border-top-color:#eaeaea;border-width:22px;left:19px}.testim_person{margin-top:30px;overflow:hidden;margin-bottom:25px}.testim_person br{display:none}.testim_person img{border:1px solid #eaeaea;float:left;margin-right:10px;max-width:53px;margin-bottom:0!important}.testim_person h3{margin-bottom:5px;font-size:15px;padding-top:7px}.testim_person h4{font-size:13px;font-family:arial;color:#9f9f9f;margin-bottom:0}.testim_slider_wrap>div{float:left;margin-right:10px}.testim_slider_wrap>br{display:none!important}.mom_button,.button{background:0 0 #262626;border:0 solid;color:#fff;display:inline-block;font-weight:400;line-height:36px;padding:0 16px}a.mom_button{margin-bottom:10px;margin-right:10px;position:relative}a.mom_button:active{top:1px}a.mom_button:hover{color:#000}a.mom_button+.divider{margin-top:15px}.mom_button_ob{border:5px solid #d7dfea;display:inline-block;margin-bottom:10px;margin-right:10px;position:relative}.mom_button_ob a:active{top:0}.mom_button_ob a{margin:0}.bt_icon{float:left;font-size:18px;margin-right:8px;opacity:.9;position:relative;top:0;vertical-align:middle}.big_bt .bt_icon{font-size:22px;margin-right:10px}.bigger_bt .bt_icon{font-size:26px;margin-right:10px}a.small_bt i{font-size:19px}.big_bt i{font-size:25px}a.border1_bt{border-width:1px!important}a.noborder_bt{border:medium none!important}.small_bt{font-size:12px;padding:5px 10px}a.big_bt{font-size:17px;line-height:44px;padding:0 25px}a.bigger_bt{font-size:19px;font-weight:600;line-height:64px;padding:0 30px}a.gray_bt{background:0 0 #ecf0f1;color:#898989}.ob_gray_bt{border-color:#f7f8f8}a.gray2_bt{background:0 0 #95a5a6;color:#fff}.ob_gray2_bt{border-color:#d8dfdf}a.orange2_bt{background:0 0 #f09217;color:#fff}a.black_bt{background:0 0 #333}a.black_bt:hover{color:#fff}.ob_black_bt{border-color:#b9b9b9}a.orange_bt{background:0 0 #e67e22;color:#fff}.ob_orange_bt,.ob_orange2_bt{border-color:#ffe5c1}a.blue_bt{background:0 0 #3498db;color:#fff}.ob_blue_bt{border-color:#c7e1ff}a.blue2_bt{background:0 0 #34495e;color:#fff}a.red_bt{background:0 0 #e74c3c;color:#fff}.ob_red_bt{border-color:#ffe6e2}a.green_bt{background:0 0 #2ecc71;color:#fff}.ob_green_bt{border-color:#c2ffd0}a.purple_bt{background:0 0 #a66bbe;color:#fff}.ob_purple_bt{border-color:#f4dcff}a.yellow_bt{background:0 0 #f1c40f;color:#fff}.ob_yellow_bt{border-color:#fff5b5}a.pink_bt{background:0 0 #f18caa;color:#fff}.ob_pink_bt{border-color:#ffdfe9}a.lime_bt,a.green2_bt{background:0 0 #1abc9c;color:#fff}.ob_lime_bt,.ob_green2_bt{border-color:#b2f4e1}a.brown_bt{background:0 0 #d2a985;color:#fff}.ob_brown_bt{border-color:#f3e6d6}.accordion{margin-bottom:25px;border:1px solid #e0e0e0;border-bottom:0;background:#fff}.base-box .accordion{border-color:#eaeaea}.accordion .wpb_text_column:last-child{margin-bottom:0}.accordion>ol{list-style:none;margin:0;padding:0}.accordion>ol>li{margin-bottom:0}.wpb_accordion_section:last-child .acc_title,.wpb_accordion_section:last-child .ui-accordion-header-active+.acc_content{border-color:#e0e0e0}.base-box .wpb_accordion_section:last-child .acc_title,.base-box .wpb_accordion_section:last-child .ui-accordion-header-active+.acc_content{border-color:#eaeaea}.accordion .acc_title{height:38px;line-height:38px;background:#f8f8f8;border-bottom:1px solid #eaeaea;position:relative;padding:0 20px;margin-top:0;margin-bottom:0;cursor:pointer;font-size:16px;color:#6d6d6d;outline:0;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;-ms-transition:all .2s linear;transition:all .2s linear}.accordion .acc_title.active,.accordion .acc_title:hover,.accordion .acc_title.ui-accordion-header-active{cursor:text;color:#373c43;background:#fff}.accordion h2:hover:not(.active){cursor:pointer}.accordion h2.active+.acc_content,.accordion .ui-accordion-header-active+.acc_content{border-bottom:1px solid #eaeaea}.accordion .acc_content{padding:20px;display:none;line-height:1.5em}.accordion .acc_content>div>*:last-child{margin-bottom:0}.accordion li:first-child .acc_content{display:block}.acc_vertical .acc_handle{position:absolute;right:12px}.acc_horizontal .acc_handle{position:absolute;left:15px}.acc_handle{speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#ccc}.acch_arrows{font-size:18px;top:50%;margin-top:-9px;right:10px;font-family:'enotype'}.acch_arrows:before{content:"\e6ce"}.accordion h2.active .acch_arrows:before,.accordion .ui-accordion-header-active .acch_arrows:before{content:"\e6cf"}.acch_numbers{line-height:38px;font-size:15px;font-style:normal}.acch_pm{font-family:'font-awesome';font-size:14px;top:50%;margin-top:-6px;right:10px!important}.acch_pm:before{content:"\e661"}.accordion h2.active .acch_pm:before{content:"\e662"}.acc_space{border:0}.acc_space .acc_title{border:1px solid #eaeaea;margin-bottom:4px}.acc_space h2.active+.acc_content{border:0}.acc_title i[class*="-icon-"]{font-size:20px;text-align:right;width:20px;float:left;line-height:inherit}.acc_title i[class*="-icon-"],.acc_ico{margin-right:10px;vertical-align:middle;margin-left:-10px}.acc_ico{margin-top:-2px}.acc_space .acc_content{background:none!important}.toggle_acc .acc_title{cursor:pointer!important}.main_tabs{padding:0;position:relative;border:1px solid #e1e1e1;margin-bottom:20px}.main_tabs .tabs{box-sizing:content-box;list-style:none outside none;background:0 0 #f2f2f2;border-bottom:1px solid #e1e1e1;clear:both;height:38px;margin:0;padding:10px 10px 0}.main_tabs .tabs li:before{display:none}.main_tabs .tabs li:first-child{border-left-width:1px}.main_tabs.tabs_v1 .tabs li:first-child,.main_tabs.tabs_v2 .tabs li:first-child,.main_tabs.tabs_v3 .tabs li:first-child{border-left-width:0}.main_tabs .tabs li{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;border-color:#e1e1e1;border-image:none;border-style:solid solid none;border-width:1px 1px 0 0;box-sizing:content-box;float:left;line-height:38px;margin:0;padding:0;position:relative}.main_tabs .tabs a{color:#6d6d6d;display:block;padding:0 10px}.main_tabs .tabs a.current{background:0 0 #fff;color:#0083b9}.main_tabs .tabs a.current:before{background:0 0 #fff;bottom:-1px;content:"";height:1px;left:0;position:absolute;width:100%}.tabs-content-wrap{clear:both}.main_tabs .tab-content{display:none;padding:20px;position:relative;top:0;}.main_tabs .tab-content .tab-content{padding:0}.tabs_v1:before,.tabs_v2:before{content:'';position:absolute;left:149px;width:1px;height:100%;background:#e1e1e1;z-index:30}.tabs_v1 ul.tabs li a{line-height:37px}.tabs_v1 ul.tabs,.tabs_v2 ul.tabs{width:150px}.tabs_v1 ul.tabs,.tabs_v2 ul.tabs,.tabs_v3 ul.tabs{float:left;margin-bottom:20px;height:auto;border-bottom:0;z-index:20;position:relative;padding:0}.tabs_v1 ul.tabs li,.tabs_v2 ul.tabs li{border-bottom:1px solid #e1e1e1}.tabs_v1 ul.tabs li,.tabs_v2 ul.tabs li,.tabs_v3 ul.tabs li{float:none;border-top:0;height:auto;border-left-width:0}.tabs_v1 .tabs-content-wrap,.tabs_v2 .tabs-content-wrap{margin-left:150px;border:0;position:relative;clear:none}.tabs_v3 .tabs-content-wrap{border:0;position:relative;clear:none}.tabs_v1 ul.tabs li a:before,.tabs_v2 ul.tabs li a:before,.tabs_v3 ul.tabs li a:before{width:3px;height:100%;top:0}.tabs_v1 ul.tabs li a:before{left:-1px}.tabs_v1 ul.tabs li a.current{border-right:0;height:auto}.tabs_v3 ul.tabs{width:234px}.tabs_v3 ul.tabs li{border-bottom:1px solid #e1e1e1;height:49px;line-height:49px}.tabs_v3 ul.tabs li a{height:49px;line-height:48px;font-size:16px;font-style:normal;padding-left:10px}.tabs_v3 ul.tabs li a.current{border-right:0}.tabs_v3 .tabs-content-wrap{margin-left:234px}.tabs_v3:before{content:'';position:absolute;left:233px;width:1px;height:100%;background:#e1e1e1}.tab_ico{margin-right:10px;float:left;width:25px}ul.tabs li i[class*='-icon-']{margin-right:5px;margin-left:-5px;width:25px;text-align:center;vertical-align:middle;display:inline-block;font-size:16px;margin-top:-3px}.tabs_v3 .tab_ico{margin-right:15px;width:32px}.tabs_v3 ul.tabs li i[class*='-icon-']{margin-right:8px;width:32px;font-size:19px;margin-top:-2px;margin-left:0}.mom_list{margin-bottom:20px}.mom_list ul{margin-bottom:0;padding:0}.mom_list li{line-height:18px;list-style:none outside none;margin-bottom:6px;padding-left:26px;transition:all .2s linear 0}.mom_list li i{display:inline-block;font-size:16px;margin-left:-26px;margin-right:9px;position:relative;top:2px;transition:all .2s linear 0;vertical-align:baseline}.mom_list_square_bg ul li i{top:2px}.mom_list_square_bg ul li i,.mom_list_circle_bg ul li i{background:0 0 #95a5a6;color:#fff;display:inline-block;font-size:12px;height:16px;line-height:17px;margin-right:10px;text-align:center;width:16px}.mom_list_circle_bg ul li i{border-radius:50%;top:0}.mom_icon_box{margin-bottom:40px}.iconbox_wrap{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;background:0 0 #fafafa;border-color:#e9e9e9;border-image:none;border-style:solid;border-width:1px 1px 3px;box-sizing:border-box;color:#777;margin-bottom:25px;padding:15px}.iconbox_wrap p:last-child{margin-bottom:0}.one_fourth .iconbox_wrap{padding:10px}.one_fourth .iconbox_wrap h3{font-size:14px}.one_fourth .iconbox_wrap p{font-size:11px}.mom_icon{display:inline-block;margin-bottom:10px;margin-right:15px;vertical-align:middle}.mom_iconbox{margin-bottom:25px;padding-left:47px;position:relative}.iconbox_wrap .mom_iconbox{margin-bottom:0}.mom_iconbox p{margin-bottom:15px}.mom_iconbox .iconb_wrap{position:absolute}.iconb_left .iconb_wrap{left:0}.iconb_wrap+br{display:none}.iconb_right{padding-left:0;padding-right:47px}.iconb_right .iconb_wrap{margin-left:15px;margin-right:0;right:0}.iconb_center{padding:0}.iconb_center .iconb_wrap{display:block;margin:auto auto 15px;position:relative;text-align:center}.iconb_center .mom_icon{display:inline-block;float:none;margin-right:0;position:relative}.iconb_middle_left .iconb_wrap{left:0;top:50%}.iconb_middle_right{padding-left:0;padding-right:47px}.iconb_middle_right .iconb_wrap{top:50%;margin-left:15px;margin-right:0;right:0}.mom_iconbox h3{font-size:18px;margin-bottom:5px}.iconb_wrap{color:#262626}.mom_iconbox_square,.mom_iconbox_circle{background:0 0 #262626;color:#fff;text-align:center;transition:all .2s linear 0}.mom_iconbox_circle{border-radius:50%;box-sizing:border-box;position:relative}.mom_iconbox_square .mom_icon,.mom_iconbox_circle .mom_icon{line-height:inherit;margin:0;vertical-align:inherit}.mom_icona{display:inline-block;float:left;line-height:1;margin-right:10px;position:relative;top:5px}.mom_icona.mom_iconbox_square,.mom_icona.mom_iconbox_circle{margin-right:15px}.mom_icona .mom_icon{margin:0}.iconb_wrap .border_increase_effect{border:3px solid #262626;box-sizing:border-box;height:100%;left:0;opacity:0;position:absolute;top:0;transform:scale(1);transition:all .3s linear 0;width:100%}.mom_iconbox_circle .border_increase_effect{border-radius:50%}.no-touch .iconb_wrap:hover:not(.mom_icon_has_border) .border_increase_effect{opacity:1;transform:scale(1.2)}.no-touch .iconb_wrap.mom_icon_has_border:hover .border_increase_effect{opacity:1;transform:scale(1.3)}.iconb_wrap .border_decrease_effect{border:3px solid #262626;box-sizing:border-box;height:100%;left:0;opacity:0;position:absolute;top:0;transform:scale(1.45);transition:all .3s linear 0;width:100%}.mom_iconbox_circle .border_decrease_effect{border-radius:50%}.no-touch .iconb_wrap:hover:not(.mom_icon_has_border) .border_decrease_effect{opacity:1;transform:scale(1.2)}.no-touch .iconb_wrap.mom_icon_has_border:hover .border_decrease_effect{opacity:1;transform:scale(1.3)}.no-touch .iconb_wrap.icon_move_effect_wrap:hover i{animation:.4s ease 0s normal forwards 1 toRightFromLeft}@-moz-keyframes toRightFromLeft{49%{transform:translate(100%)}50%{opacity:0;transform:translate(-100%)}51%{opacity:1}}@-moz-keyframes toRightFromLeft{49%{transform:translate(100%)}50%{opacity:0;transform:translate(-100%)}51%{opacity:1}}.mom_box_sc{border:1px solid #e1e1e1;margin-bottom:20px}.mom_box_sc.base-box{padding:20px 24px}.mom_box_sc{position:relative}.mom_box_sc p{margin-bottom:15px}.mom_box_sc .mom_icona{margin-left:-3px}.box_left{float:left;margin-bottom:5px;margin-right:5px}.box_right{float:right;margin-bottom:5px;margin-left:5px}.mom_box_sc a.button{margin-bottom:0}.mom_box_sc>*:last-child{margin-bottom:0}.base-box.mom_box_sc.mom_box_sc_info{background-color:#bde2ff;border-color:#97d2ff;color:#5089b4}.base-box.mom_box_sc.mom_box_sc_note{background-color:#ffebb5;border-color:#ffd664;color:#9b791f}.base-box.mom_box_sc.mom_box_sc_error{background-color:#ffc8c8;border-color:#f3b8b8;color:#a65959}.base-box.mom_box_sc.mom_box_sc_tip{background-color:#e9ecb3;border-color:#d8de82;color:#777a42}.base-box.mom_callout{padding:35px 40px}.callout_button .mom_button,.callout_button .mom_button_ob{margin:0}.social_icons_wrap{position:relative;display:inline-block;margin-bottom:15px;margin-right:30px;text-align:center}.social_icons_wrap .mom_icona{float:none;margin-right:0;text-align:center}.social_icons_wrap .mom_icona .mom_icon{color:#666}.social_icons_wrap .mom_icona.mom_iconbox_square .mom_icon,.social_icons_wrap .mom_icona.mom_iconbox_circle .mom_icon{color:#fff}.social_icons_wrap .video_wrap{margin-bottom:20px}.mom_map iframe{margin-bottom:0}.mom_map{margin-bottom:25px}.toggle_wrap{background:#f4f4f4;border:1px solid #eaeaea;padding:0 10px;position:relative;margin-bottom:5px}.toggle_wrap+*:not(.toggle_wrap){margin-top:20px}.toggle_wrap:before{content:'';position:absolute;left:-1px;top:-1px;width:3px;height:100%;background:#eaeaea;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;-moz-transition:all .2s linear;-webkit-transition:all .2s linear;-o-transition:all .2s linear;-ms-transition:all .2s linear;transition:all .2s linear}h4.toggle_title{cursor:pointer;color:#6d6d6d;font-size:13px;margin-bottom:0;padding:9px 0}.toggle_minimal h4.toggle_title{color:#494949}.toggle_content{margin-top:10px;padding:0 12px}.toggle_content p{margin-bottom:20px}.toggle_active:not(.toggle_minimal){background:#fff!important}.toggle_wrap.toggle_active h4{color:#2b2b2b}.toggle_active:before{background:#0083b9;border-color:#0083b9}.toggle_closed .toggle_content{display:none}.toggle_minimal{border-bottom:1px dotted #dedede}.toggle_minimal h4.toggle_title{font-size:14px}.toggle_icon{font-family:'momizat';speak:none;font-style:normal;font-weight:400;vertical-align:middle;float:left;margin-right:3px;-webkit-font-smoothing:antialiased;text-transform:none!important;font-size:18px;top:10px}.toggle_active .toggle_icon:before{color:#0083b9}.toggle_arrows{margin-top:1px}.toggle_arrows:before{content:"\e067"}.toggle_active .toggle_arrows:before{content:"\e069"}.toggle_pm{margin-top:-1px}.toggle_pm:before{content:"\e082";font-size:15px}.toggle_active .toggle_pm:before{content:"\e083"}.toggle_qm{font-size:16px;margin-right:7px;font-family:arial}.toggle_qm:before{content:"Q"}.mom_lightbox{margin-bottom:25px;position:relative}.mom_lightbox img{margin-bottom:0!important}.highlight{background:#ff9}.mom_images_grid{overflow:hidden}.mom_images_grid ul{list-style:none outside none;overflow:hidden;padding:0}.mom_images_grid ul:not(.mom-carousel){margin:0 -5px}.mom_images_grid ul li{box-sizing:border-box;float:left;margin-bottom:9px;overflow:hidden;padding:0 5px;position:relative;width:33.33%}.mom_images_grid.mom_images_three_cols ul li:nth-child(3n+3){margin-right:0}.mom_images_four_cols ul li{width:25%}.mom_images_grid.mom_images_four_cols ul li:nth-child(4n+4){margin-right:0}.mom_images_five_cols ul li{width:20%}.mom_images_grid.mom_images_five_cols ul li:nth-child(5n+5){margin-right:0}.mom_images_six_cols ul li{width:16.66%}.mom_images_grid.mom_images_six_cols ul li:nth-child(6n+6){margin-right:0}.mom_images_grid ul li img{backface-visibility:hidden;margin:0!important}.mom_images_grid ul.mom-carousel li{width:100%}.main_img_frame img{border:1px solid #eaeaea;padding:5px}.dark_text_shadow{text-shadow:0 2px 0 #000}.mom-carousel .owl-item{-moz-user-select:none;float:left;min-height:1px;position:relative}.mom-carousel.owl-text-select-on .owl-item{-moz-user-select:all}.mom-carousel .owl-grab{cursor:grab}.mom-carousel .owl-item img.owl-lazy{opacity:0}.mom-carousel .owl-item img{display:block;opacity:1;width:100%}.mom-carousel .owl-stage:after{clear:both;content:".";display:block;height:0;line-height:0;visibility:hidden}.mom-carousel{position:relative;width:100%;z-index:1}.mom-carousel .owl-loaded{display:block}.mom-carousel .owl-stage{position:relative}.mom-carousel .owl-stage-outer{overflow:hidden;position:relative}.mom-carousel .owl-stage-outer.owl-height{transition:height 500ms ease-in-out 0}.mom-carousel .owl-video-wrapper{background:0 0 #000;height:100%;position:relative}.mom-carousel .owl-controls .owl-nav div,.mom-carousel .owl-controls .owl-dot{-moz-user-select:none;cursor:pointer}.mom-carousel .owl-video-play-icon{background:url("../../themes/multinews/css/owl-video-play.png") no-repeat 0 0 rgba(0,0,0,0);cursor:pointer;height:80px;left:50%;margin-left:-40px;margin-top:-40px;position:absolute;top:50%;transition-duration:100ms;transition-property:scale;transition-timing-function:ease;width:80px;z-index:1}.mom-carousel .owl-video-play-icon:hover{transform:scale(1.3,1.3)}.mom-carousel .owl-video-playing .owl-video-tn,.mom-carousel .owl-video-playing .owl-video-play-icon{display:none}.mom-carousel .owl-video-tn{background-position:center center;background-repeat:no-repeat;background-size:contain;height:100%;opacity:0;transition-duration:400ms;transition-property:opacity;transition-timing-function:ease}.mom-carousel .owl-video-frame{position:relative;z-index:1}.mom-carousel .owl-refresh .owl-item{display:none}.progress_outer{margin-bottom:25px}.progress_bar{position:relative;margin-bottom:10px}div.progress_bar span{color:#fff;font-size:14px;line-height:27px;display:block;height:25px;margin-bottom:8px;padding:0 9px;position:absolute;top:0;width:100%;z-index:100;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.progress_wrap,.parograss_text{position:relative}.parograss_text{border:1px solid #eaeaea;color:#7b4c01;font-size:12px;height:25px;text-align:center;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.parograss_text span{position:relative;z-index:2}.parograss_inner{background:#0083b9;height:25px;position:absolute;top:0;left:0;z-index:1;display:none}@-moz-keyframes animate-bar{0%{width:0}}@-webkit-keyframes animate-bar{0%{width:0}}@-ms-keyframes animate-bar{0%{width:0}}@-o-keyframes animate-bar{0%{width:0}}@-keyframes animate-bar{0%{width:0}}@-keyframes animate-opacity{0%{opacity:0;filter:alpha(opacity=0)}}@-moz-keyframes animate-opacity{0%{opacity:0;filter:alpha(opacity=0)}}@-webkit-keyframes animate-opacity{0%{opacity:0;filter:alpha(opacity=0)}}@-ms-keyframes animate-opacity{0%{opacity:0;filter:alpha(opacity=0)}}@-o-keyframes animate-opacity{0%{opacity:0;filter:alpha(opacity=0)}}.ani-bar{-moz-animation:animate-bar 1.2s 1 ease-in-out;-webkit-animation:animate-bar 1.2s 1 ease-in-out;-ms-animation:animate-bar 1.2s 1 ease-in-out;-o-animation:animate-bar 1.2s 1 ease-in-out;animation:animate-bar 1.2s 1 ease-in-out}.ani-opacity{-moz-animation:animate-opacity 1.2s 1 linear;-webkit-animation:animate-opacity 1.2s 1 linear;-ms-animation:animate-opacity 1.2s 1 linear;-o-animation:animate-opacity 1.2s 1 linear;animation:animate-opacity 1.2s 1 linear}.mom_graph_strips{position:absolute;left:0;top:0;height:100%;width:100%;-webkit-background-size:30px 30px;-moz-background-size:30px 30px;background-size:30px 30px;background-image:-webkit-gradient(linear,left top,right bottom,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(135deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:-moz-linear-gradient(135deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:-ms-linear-gradient(135deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:-o-linear-gradient(135deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:linear-gradient(135deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);-webkit-animation:animate-stripes 3s linear infinite;-moz-animation:animate-stripes 3s linear infinite}@-webkit-keyframes animate-stripes{0%{background-position:0 0}100%{background-position:60px 0}}@-moz-keyframes animate-stripes{0%{background-position:0 0}100%{background-position:60px 0}}.mom_hr{margin-bottom:30px;margin-top:20px;clear:both}.tab-content .mom_hr{clear:none}.mom_hr .mom_inner_hr{height:0;border-bottom:1px solid #e7e7e7;display:block;position:relative}.mom_hr.mom_hr_dashs .mom_inner_hr{border-bottom-style:dashed}.mom_hr.mom_hr_dots .mom_inner_hr{border-bottom-style:dotted}.mom_hr .mom_inner_hr i{position:absolute;background:#fff;border:1px solid #e3e3e3;height:9px;width:10px;top:-5px;left:50%;margin-left:-5px}.mom_hr .mom_inner_hr i:before,.mom_hr .mom_inner_hr i:after{content:'';position:absolute;width:5px;height:5px;top:2px;background:#aeaeae}.mom_hr.mom_hr_circle i,.mom_hr.mom_hr_circle .mom_inner_hr i:before,.mom_hr.mom_hr_circle .mom_inner_hr i:after{border-radius:50%;-webkit-border-radius:50%}.mom_hr .mom_inner_hr i:before{left:-9px}.mom_hr .mom_inner_hr i:after{right:-9px}.mom_hr_short{padding:0 34%}.mom_hr_medium{padding:0 18%}.hr_icon_left .mom_inner_hr i{left:0;margin-left:0}.hr_icon_left .mom_inner_hr i:before,.hr_icon_right .mom_inner_hr i:after{display:none}.mom_hr_short.hr_icon_left{padding-left:0;padding-right:60%}.hr_icon_right .mom_inner_hr i{right:0;left:auto;margin-right:0}.mom_hr_short.hr_icon_right{padding-right:0;padding-left:60%}.divider2{margin-bottom:25px;height:25px;clear:both;position:relative;border-color:#dedede}.divider2:after{height:25px;background:url(../../themes/multinews/images/divider2.png) no-repeat center}.divider2:after,.divider2:before{position:absolute;content:'';width:100%}.divider2:before{border-color:inherit;top:50%;left:0;margin-top:-1px}.divider2:before,.divider3{height:0;border-bottom:1px dotted #dedede}.divider3,.divider4{margin-bottom:25px;clear:both}.fa-spin{-webkit-animation:spin 1s infinite linear;-moz-animation:spin 1s infinite linear;-o-animation:spin 1s infinite linear;animation:spin 1s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}.animated{opacity:0}[data-tooltip]{position:relative;display:inline-block}[data-tooltip]:before,[data-tooltip]:after{position:absolute;visibility:hidden;opacity:0;z-index:999999;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[data-tooltip]:before{content:'';border:6px solid transparent}[data-tooltip]:after{height:22px;padding:11px 11px 0;font-size:13px;line-height:11px;content:attr(data-tooltip);white-space:nowrap}[data-tooltip].simptip-position-top:before{border-top-color:#323232}[data-tooltip].simptip-position-top:after{background-color:#323232;color:#ecf0f1}[data-tooltip].simptip-position-bottom:before{border-bottom-color:#323232}[data-tooltip].simptip-position-bottom:after{background-color:#323232;color:#ecf0f1}[data-tooltip].simptip-position-left:before{border-left-color:#323232}[data-tooltip].simptip-position-left:after{background-color:#323232;color:#ecf0f1}[data-tooltip].simptip-position-right:before{border-right-color:#323232}[data-tooltip].simptip-position-right:after{background-color:#323232;color:#ecf0f1}[data-tooltip].simptip-position-top.half-arrow:before,[data-tooltip].simptip-position-bottom.half-arrow:before{border-right:7px solid #323232}[data-tooltip]:hover,[data-tooltip]:focus{background-color:transparent}[data-tooltip]:hover:before,[data-tooltip]:hover:after,[data-tooltip]:focus:before,[data-tooltip]:focus:after{opacity:1;visibility:visible}.simptip-position-right:before,.simptip-position-left:before,.simptip-position-right:after,.simptip-position-left:after{bottom:50%}.simptip-position-right:before,.simptip-position-left:before{margin-bottom:-5px}.simptip-position-right:after,.simptip-position-left:after{margin-bottom:-14.66667px}.half-arrow.simptip-position-right:before,.half-arrow.simptip-position-left:before{bottom:16px;border-style:none;border-top:7px solid transparent}.simptip-multiline.simptip-position-right:before,.simptip-multiline.simptip-position-left:before,.simptip-multiline.simptip-position-right:after,.simptip-multiline.simptip-position-left:after{bottom:-50%}.simptip-multiline.simptip-position-right:before,.simptip-multiline.simptip-position-left:before{margin-bottom:15px}.simptip-position-right:before,.simptip-position-right:after{left:100%}.simptip-position-right:before{margin-left:-2px}.simptip-position-right:after{margin-left:10px}.simptip-position-right.simptip-movable:before{margin-left:-10px}.simptip-position-right.simptip-movable:after{margin-left:2px}.simptip-position-right.simptip-movable:hover:before,.simptip-position-right.simptip-movable:hover:after{-webkit-transform:translateX(10px);-moz-transform:translateX(10px);-ms-transform:translateX(10px);-o-transform:translateX(10px);transform:translateX(10px)}.simptip-position-right.simptip-movable.half-arrow:before{margin-left:-5px}.simptip-position-right.half-arrow:before{margin-left:3px;border-right:7px solid #323232}.simptip-position-left:before,.simptip-position-left:after{right:100%}.simptip-position-left:before{margin-right:-2px}.simptip-position-left:after{margin-right:10px}.simptip-position-left.simptip-movable:before{margin-right:-10px}.simptip-position-left.simptip-movable:after{margin-right:2px}.simptip-position-left.simptip-movable:hover:before,.simptip-position-left.simptip-movable:hover:after{-webkit-transform:translateX(-10px);-moz-transform:translateX(-10px);-ms-transform:translateX(-10px);-o-transform:translateX(-10px);transform:translateX(-10px)}.simptip-position-left.simptip-movable.half-arrow:before{margin-right:-5px}.simptip-position-left.half-arrow:before{margin-right:3px;border-left:7px solid #323232}.simptip-position-bottom:before,.simptip-position-top:before,.simptip-position-bottom:after,.simptip-position-top:after{left:50%}.simptip-position-bottom:after,.simptip-position-top:after{margin-left:-18px}.half-arrow.simptip-position-bottom:before,.half-arrow.simptip-position-top:before{border-style:none;border-right:7px solid #323232}.simptip-position-bottom:before,.simptip-position-bottom:after{top:100%}.simptip-position-bottom:before{margin-top:-5px}.simptip-position-bottom:after{margin-top:7px}.simptip-position-bottom.simptip-movable:before{margin-top:-15px}.simptip-position-bottom.simptip-movable:after{margin-top:-3px}.simptip-position-bottom.simptip-movable:hover:before,.simptip-position-bottom.simptip-movable:hover:after{-webkit-transform:translateY(10px);-moz-transform:translateY(10px);-ms-transform:translateY(10px);-o-transform:translateY(10px);transform:translateY(10px)}.simptip-position-bottom.simptip-movable.half-arrow:before{margin-top:-10px}.simptip-position-bottom.half-arrow:before{margin-top:0;border-top:7px solid transparent}.simptip-position-top:before,.simptip-position-top:after{bottom:100%}.simptip-position-top:before{margin-bottom:-5px}.simptip-position-top:after{margin-bottom:7px}.simptip-position-top.simptip-movable:before{margin-bottom:-15px}.simptip-position-top.simptip-movable:after{margin-bottom:-3px}.simptip-position-top.simptip-movable:hover:before,.simptip-position-top.simptip-movable:hover:after{-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);-o-transform:translateY(-10px);transform:translateY(-10px)}.simptip-position-top.simptip-movable.half-arrow:before{margin-bottom:-10px}.simptip-position-top.half-arrow:before{margin-bottom:0;border-bottom:7px solid transparent}.simptip-movable:before,.simptip-movable:after{-webkit-transition:all .1s linear;-moz-transition:all .1s linear;-o-transition:all .1s linear;-ms-transition:all .1s linear;transition:all .1s linear}.simptip-smooth:after{-webkit-border-radius:4px;border-radius:4px}.simptip-fade:before,.simptip-fade:after{-webkit-transition:opacity .2s linear,visibility .2s linear;-moz-transition:opacity .2s linear,visibility .2s linear;-o-transition:opacity .2s linear,visibility .2s linear;-ms-transition:opacity .2s linear,visibility .2s linear;transition:opacity .2s linear,visibility .2s linear}.simptip-multiline:after{height:auto;width:150px;padding:11px;line-height:19px;white-space:normal;text-align:left}.simptip-success.simptip-position-top:before{border-top-color:#62c462}.simptip-success.simptip-position-top:after{background-color:#62c462;color:#ecf0f1}.simptip-success.simptip-position-bottom:before{border-bottom-color:#62c462}.simptip-success.simptip-position-bottom:after{background-color:#62c462;color:#ecf0f1}.simptip-success.simptip-position-left:before{border-left-color:#62c462}.simptip-success.simptip-position-left:after{background-color:#62c462;color:#ecf0f1}.simptip-success.simptip-position-right:before{border-right-color:#62c462}.simptip-success.simptip-position-right:after{background-color:#62c462;color:#ecf0f1}.simptip-success.simptip-position-top.half-arrow:before,.simptip-success.simptip-position-bottom.half-arrow:before{border-right:7px solid #62c462}.simptip-info.simptip-position-top:before{border-top-color:#5bc0de}.simptip-info.simptip-position-top:after{background-color:#5bc0de;color:#ecf0f1}.simptip-info.simptip-position-bottom:before{border-bottom-color:#5bc0de}.simptip-info.simptip-position-bottom:after{background-color:#5bc0de;color:#ecf0f1}.simptip-info.simptip-position-left:before{border-left-color:#5bc0de}.simptip-info.simptip-position-left:after{background-color:#5bc0de;color:#ecf0f1}.simptip-info.simptip-position-right:before{border-right-color:#5bc0de}.simptip-info.simptip-position-right:after{background-color:#5bc0de;color:#ecf0f1}.simptip-info.simptip-position-top.half-arrow:before,.simptip-info.simptip-position-bottom.half-arrow:before{border-right:7px solid #5bc0de}.simptip-danger.simptip-position-top:before{border-top-color:#e74c3c}.simptip-danger.simptip-position-top:after{background-color:#e74c3c;color:#ecf0f1}.simptip-danger.simptip-position-bottom:before{border-bottom-color:#e74c3c}.simptip-danger.simptip-position-bottom:after{background-color:#e74c3c;color:#ecf0f1}.simptip-danger.simptip-position-left:before{border-left-color:#e74c3c}.simptip-danger.simptip-position-left:after{background-color:#e74c3c;color:#ecf0f1}.simptip-danger.simptip-position-right:before{border-right-color:#e74c3c}.simptip-danger.simptip-position-right:after{background-color:#e74c3c;color:#ecf0f1}.simptip-danger.simptip-position-top.half-arrow:before,.simptip-danger.simptip-position-bottom.half-arrow:before{border-right:7px solid #e74c3c}.simptip-warning.simptip-position-top:before{border-top-color:#e67e22}.simptip-warning.simptip-position-top:after{background-color:#e67e22;color:#ecf0f1}.simptip-warning.simptip-position-bottom:before{border-bottom-color:#e67e22}.simptip-warning.simptip-position-bottom:after{background-color:#e67e22;color:#ecf0f1}.simptip-warning.simptip-position-left:before{border-left-color:#e67e22}.simptip-warning.simptip-position-left:after{background-color:#e67e22;color:#ecf0f1}.simptip-warning.simptip-position-right:before{border-right-color:#e67e22}.simptip-warning.simptip-position-right:after{background-color:#e67e22;color:#ecf0f1}.simptip-warning.simptip-position-top.half-arrow:before,.simptip-warning.simptip-position-bottom.half-arrow:before{border-right:7px solid #e67e22}.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group-sm>.btn{padding:5px 10px}.btn-group-sm>.btn,.btn-group-xs>.btn{font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn{padding:1px 5px}.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after,.vc_row:before,.vc_row:after{content:" ";display:table}.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after,.vc_row:after{clear:both}@media(max-width:767px){.vc_hidden-xs{display:none!important}}@media(min-width:768px)and (max-width:991px){.vc_hidden-sm{display:none!important}}@media(min-width:992px)and (max-width:1199px){.vc_hidden-md{display:none!important}}@media(min-width:1200px){.vc_hidden-lg{display:none!important}}.vc_non_responsive .vc_row .vc_col-sm-1{position:relative;float:left;width:8.33333333%;min-height:1px;padding-left:15px;padding-right:15px}.vc_non_responsive .vc_row .vc_col-sm-2{position:relative;float:left;width:16.66666667%;min-height:1px;padding-left:15px;padding-right:15px}.vc_non_responsive .vc_row .vc_col-sm-3{position:relative;float:left;width:25%;min-height:1px;padding-left:15px;padding-right:15px}.vc_non_responsive .vc_row .vc_col-sm-4{position:relative;float:left;width:33.33333333%;min-height:1px;padding-left:15px;padding-right:15px}.vc_non_responsive .vc_row .vc_col-sm-5{position:relative;float:left;width:41.66666667%;min-height:1px;padding-left:15px;padding-right:15px}.vc_non_responsive .vc_row .vc_col-sm-6{position:relative;float:left;width:50%;min-height:1px;padding-left:15px;padding-right:15px}.vc_non_responsive .vc_row .vc_col-sm-7{position:relative;float:left;width:58.33333333%;min-height:1px;padding-left:15px;padding-right:15px}.vc_non_responsive .vc_row .vc_col-sm-8{position:relative;float:left;width:66.66666667%;min-height:1px;padding-left:15px;padding-right:15px}.vc_non_responsive .vc_row .vc_col-sm-9{position:relative;float:left;width:75%;min-height:1px;padding-left:15px;padding-right:15px}.vc_non_responsive .vc_row .vc_col-sm-10{position:relative;float:left;width:83.33333333%;min-height:1px;padding-left:15px;padding-right:15px}.vc_non_responsive .vc_row .vc_col-sm-11{position:relative;float:left;width:91.66666667%;min-height:1px;padding-left:15px;padding-right:15px}.vc_non_responsive .vc_row .vc_col-sm-12{position:relative;float:left;width:100%;min-height:1px;padding-left:15px;padding-right:15px}.vc_non_responsive .vc_row .vc_col-sm-offset-12{margin-left:100%}.vc_non_responsive .vc_row .vc_col-sm-offset-11{margin-left:91.66666667%}.vc_non_responsive .vc_row .vc_col-sm-offset-10{margin-left:83.33333333%}.vc_non_responsive .vc_row .vc_col-sm-offset-9{margin-left:75%}.vc_non_responsive .vc_row .vc_col-sm-offset-8{margin-left:66.66666667%}.vc_non_responsive .vc_row .vc_col-sm-offset-7{margin-left:58.33333333%}.vc_non_responsive .vc_row .vc_col-sm-offset-6{margin-left:50%}.vc_non_responsive .vc_row .vc_col-sm-offset-5{margin-left:41.66666667%}.vc_non_responsive .vc_row .vc_col-sm-offset-4{margin-left:33.33333333%}.vc_non_responsive .vc_row .vc_col-sm-offset-3{margin-left:25%}.vc_non_responsive .vc_row .vc_col-sm-offset-2{margin-left:16.66666667%}.vc_non_responsive .vc_row .vc_col-sm-offset-1{margin-left:8.33333333%}.vc_non_responsive .vc_row .vc_col-sm-offset-0{margin-left:0}.vc_non_responsive .vc_row .vc_hidden-sm{display:none!important}.vc_row{margin-left:-15px;margin-right:-15px}.vc_col-xs-1,.vc_col-sm-1,.vc_col-md-1,.vc_col-lg-1,.vc_col-xs-2,.vc_col-sm-2,.vc_col-md-2,.vc_col-lg-2,.vc_col-xs-3,.vc_col-sm-3,.vc_col-md-3,.vc_col-lg-3,.vc_col-xs-4,.vc_col-sm-4,.vc_col-md-4,.vc_col-lg-4,.vc_col-xs-5,.vc_col-sm-5,.vc_col-md-5,.vc_col-lg-5,.vc_col-xs-6,.vc_col-sm-6,.vc_col-md-6,.vc_col-lg-6,.vc_col-xs-7,.vc_col-sm-7,.vc_col-md-7,.vc_col-lg-7,.vc_col-xs-8,.vc_col-sm-8,.vc_col-md-8,.vc_col-lg-8,.vc_col-xs-9,.vc_col-sm-9,.vc_col-md-9,.vc_col-lg-9,.vc_col-xs-10,.vc_col-sm-10,.vc_col-md-10,.vc_col-lg-10,.vc_col-xs-11,.vc_col-sm-11,.vc_col-md-11,.vc_col-lg-11,.vc_col-xs-12,.vc_col-sm-12,.vc_col-md-12,.vc_col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px;box-sizing:border-box!important}.vc_col-xs-1,.vc_col-xs-2,.vc_col-xs-3,.vc_col-xs-4,.vc_col-xs-5,.vc_col-xs-6,.vc_col-xs-7,.vc_col-xs-8,.vc_col-xs-9,.vc_col-xs-10,.vc_col-xs-11{float:left}.vc_col-xs-12{float:left;width:100%}.vc_col-xs-11{width:91.66666667%}.vc_col-xs-10{width:83.33333333%}.vc_col-xs-9{width:75%}.vc_col-xs-8{width:66.66666667%}.vc_col-xs-7{width:58.33333333%}.vc_col-xs-6{width:50%}.vc_col-xs-5{width:41.66666667%}.vc_col-xs-4{width:33.33333333%}.vc_col-xs-3{width:25%}.vc_col-xs-2{width:16.66666667%}.vc_col-xs-1{width:8.33333333%}.vc_col-xs-pull-12{right:100%}.vc_col-xs-pull-11{right:91.66666667%}.vc_col-xs-pull-10{right:83.33333333%}.vc_col-xs-pull-9{right:75%}.vc_col-xs-pull-8{right:66.66666667%}.vc_col-xs-pull-7{right:58.33333333%}.vc_col-xs-pull-6{right:50%}.vc_col-xs-pull-5{right:41.66666667%}.vc_col-xs-pull-4{right:33.33333333%}.vc_col-xs-pull-3{right:25%}.vc_col-xs-pull-2{right:16.66666667%}.vc_col-xs-pull-1{right:8.33333333%}.vc_col-xs-pull-0{right:auto}.vc_col-xs-push-12{left:100%}.vc_col-xs-push-11{left:91.66666667%}.vc_col-xs-push-10{left:83.33333333%}.vc_col-xs-push-9{left:75%}.vc_col-xs-push-8{left:66.66666667%}.vc_col-xs-push-7{left:58.33333333%}.vc_col-xs-push-6{left:50%}.vc_col-xs-push-5{left:41.66666667%}.vc_col-xs-push-4{left:33.33333333%}.vc_col-xs-push-3{left:25%}.vc_col-xs-push-2{left:16.66666667%}.vc_col-xs-push-1{left:8.33333333%}.vc_col-xs-push-0{left:auto}.vc_col-xs-offset-12{margin-left:100%}.vc_col-xs-offset-11{margin-left:91.66666667%}.vc_col-xs-offset-10{margin-left:83.33333333%}.vc_col-xs-offset-9{margin-left:75%}.vc_col-xs-offset-8{margin-left:66.66666667%}.vc_col-xs-offset-7{margin-left:58.33333333%}.vc_col-xs-offset-6{margin-left:50%}.vc_col-xs-offset-5{margin-left:41.66666667%}.vc_col-xs-offset-4{margin-left:33.33333333%}.vc_col-xs-offset-3{margin-left:25%}.vc_col-xs-offset-2{margin-left:16.66666667%}.vc_col-xs-offset-1{margin-left:8.33333333%}.vc_col-xs-offset-0{margin-left:0}@media(min-width:768px){.vc_col-sm-1,.vc_col-sm-2,.vc_col-sm-3,.vc_col-sm-4,.vc_col-sm-5,.vc_col-sm-6,.vc_col-sm-7,.vc_col-sm-8,.vc_col-sm-9,.vc_col-sm-10,.vc_col-sm-11{float:left}.vc_col-sm-12{float:left;width:100%}.vc_col-sm-11{width:91.66666667%}.vc_col-sm-10{width:83.33333333%}.vc_col-sm-9{width:75%}.vc_col-sm-8{width:66.66666667%}.vc_col-sm-7{width:58.33333333%}.vc_col-sm-6{width:50%}.vc_col-sm-5{width:41.66666667%}.vc_col-sm-4{width:33.33333333%}.vc_col-sm-3{width:25%}.vc_col-sm-2{width:16.66666667%}.vc_col-sm-1{width:8.33333333%}.vc_col-sm-pull-12{right:100%}.vc_col-sm-pull-11{right:91.66666667%}.vc_col-sm-pull-10{right:83.33333333%}.vc_col-sm-pull-9{right:75%}.vc_col-sm-pull-8{right:66.66666667%}.vc_col-sm-pull-7{right:58.33333333%}.vc_col-sm-pull-6{right:50%}.vc_col-sm-pull-5{right:41.66666667%}.vc_col-sm-pull-4{right:33.33333333%}.vc_col-sm-pull-3{right:25%}.vc_col-sm-pull-2{right:16.66666667%}.vc_col-sm-pull-1{right:8.33333333%}.vc_col-sm-pull-0{right:auto}.vc_col-sm-push-12{left:100%}.vc_col-sm-push-11{left:91.66666667%}.vc_col-sm-push-10{left:83.33333333%}.vc_col-sm-push-9{left:75%}.vc_col-sm-push-8{left:66.66666667%}.vc_col-sm-push-7{left:58.33333333%}.vc_col-sm-push-6{left:50%}.vc_col-sm-push-5{left:41.66666667%}.vc_col-sm-push-4{left:33.33333333%}.vc_col-sm-push-3{left:25%}.vc_col-sm-push-2{left:16.66666667%}.vc_col-sm-push-1{left:8.33333333%}.vc_col-sm-push-0{left:auto}.vc_col-sm-offset-12{margin-left:100%}.vc_col-sm-offset-11{margin-left:91.66666667%}.vc_col-sm-offset-10{margin-left:83.33333333%}.vc_col-sm-offset-9{margin-left:75%}.vc_col-sm-offset-8{margin-left:66.66666667%}.vc_col-sm-offset-7{margin-left:58.33333333%}.vc_col-sm-offset-6{margin-left:50%}.vc_col-sm-offset-5{margin-left:41.66666667%}.vc_col-sm-offset-4{margin-left:33.33333333%}.vc_col-sm-offset-3{margin-left:25%}.vc_col-sm-offset-2{margin-left:16.66666667%}.vc_col-sm-offset-1{margin-left:8.33333333%}.vc_col-sm-offset-0{margin-left:0}}@media(min-width:992px){.vc_col-md-1,.vc_col-md-2,.vc_col-md-3,.vc_col-md-4,.vc_col-md-5,.vc_col-md-6,.vc_col-md-7,.vc_col-md-8,.vc_col-md-9,.vc_col-md-10,.vc_col-md-11{float:left}.vc_col-md-12{float:left;width:100%}.vc_col-md-11{width:91.66666667%}.vc_col-md-10{width:83.33333333%}.vc_col-md-9{width:75%}.vc_col-md-8{width:66.66666667%}.vc_col-md-7{width:58.33333333%}.vc_col-md-6{width:50%}.vc_col-md-5{width:41.66666667%}.vc_col-md-4{width:33.33333333%}.vc_col-md-3{width:25%}.vc_col-md-2{width:16.66666667%}.vc_col-md-1{width:8.33333333%}.vc_col-md-pull-12{right:100%}.vc_col-md-pull-11{right:91.66666667%}.vc_col-md-pull-10{right:83.33333333%}.vc_col-md-pull-9{right:75%}.vc_col-md-pull-8{right:66.66666667%}.vc_col-md-pull-7{right:58.33333333%}.vc_col-md-pull-6{right:50%}.vc_col-md-pull-5{right:41.66666667%}.vc_col-md-pull-4{right:33.33333333%}.vc_col-md-pull-3{right:25%}.vc_col-md-pull-2{right:16.66666667%}.vc_col-md-pull-1{right:8.33333333%}.vc_col-md-pull-0{right:auto}.vc_col-md-push-12{left:100%}.vc_col-md-push-11{left:91.66666667%}.vc_col-md-push-10{left:83.33333333%}.vc_col-md-push-9{left:75%}.vc_col-md-push-8{left:66.66666667%}.vc_col-md-push-7{left:58.33333333%}.vc_col-md-push-6{left:50%}.vc_col-md-push-5{left:41.66666667%}.vc_col-md-push-4{left:33.33333333%}.vc_col-md-push-3{left:25%}.vc_col-md-push-2{left:16.66666667%}.vc_col-md-push-1{left:8.33333333%}.vc_col-md-push-0{left:auto}.vc_col-md-offset-12{margin-left:100%}.vc_col-md-offset-11{margin-left:91.66666667%}.vc_col-md-offset-10{margin-left:83.33333333%}.vc_col-md-offset-9{margin-left:75%}.vc_col-md-offset-8{margin-left:66.66666667%}.vc_col-md-offset-7{margin-left:58.33333333%}.vc_col-md-offset-6{margin-left:50%}.vc_col-md-offset-5{margin-left:41.66666667%}.vc_col-md-offset-4{margin-left:33.33333333%}.vc_col-md-offset-3{margin-left:25%}.vc_col-md-offset-2{margin-left:16.66666667%}.vc_col-md-offset-1{margin-left:8.33333333%}.vc_col-md-offset-0{margin-left:0}}@media(min-width:1200px){.vc_col-lg-1,.vc_col-lg-2,.vc_col-lg-3,.vc_col-lg-4,.vc_col-lg-5,.vc_col-lg-6,.vc_col-lg-7,.vc_col-lg-8,.vc_col-lg-9,.vc_col-lg-10,.vc_col-lg-11{float:left}.vc_col-lg-12{float:left;width:100%}.vc_col-lg-11{width:91.66666667%}.vc_col-lg-10{width:83.33333333%}.vc_col-lg-9{width:75%}.vc_col-lg-8{width:66.66666667%}.vc_col-lg-7{width:58.33333333%}.vc_col-lg-6{width:50%}.vc_col-lg-5{width:41.66666667%}.vc_col-lg-4{width:33.33333333%}.vc_col-lg-3{width:25%}.vc_col-lg-2{width:16.66666667%}.vc_col-lg-1{width:8.33333333%}.vc_col-lg-pull-12{right:100%}.vc_col-lg-pull-11{right:91.66666667%}.vc_col-lg-pull-10{right:83.33333333%}.vc_col-lg-pull-9{right:75%}.vc_col-lg-pull-8{right:66.66666667%}.vc_col-lg-pull-7{right:58.33333333%}.vc_col-lg-pull-6{right:50%}.vc_col-lg-pull-5{right:41.66666667%}.vc_col-lg-pull-4{right:33.33333333%}.vc_col-lg-pull-3{right:25%}.vc_col-lg-pull-2{right:16.66666667%}.vc_col-lg-pull-1{right:8.33333333%}.vc_col-lg-pull-0{right:auto}.vc_col-lg-push-12{left:100%}.vc_col-lg-push-11{left:91.66666667%}.vc_col-lg-push-10{left:83.33333333%}.vc_col-lg-push-9{left:75%}.vc_col-lg-push-8{left:66.66666667%}.vc_col-lg-push-7{left:58.33333333%}.vc_col-lg-push-6{left:50%}.vc_col-lg-push-5{left:41.66666667%}.vc_col-lg-push-4{left:33.33333333%}.vc_col-lg-push-3{left:25%}.vc_col-lg-push-2{left:16.66666667%}.vc_col-lg-push-1{left:8.33333333%}.vc_col-lg-push-0{left:auto}.vc_col-lg-offset-12{margin-left:100%}.vc_col-lg-offset-11{margin-left:91.66666667%}.vc_col-lg-offset-10{margin-left:83.33333333%}.vc_col-lg-offset-9{margin-left:75%}.vc_col-lg-offset-8{margin-left:66.66666667%}.vc_col-lg-offset-7{margin-left:58.33333333%}.vc_col-lg-offset-6{margin-left:50%}.vc_col-lg-offset-5{margin-left:41.66666667%}.vc_col-lg-offset-4{margin-left:33.33333333%}.vc_col-lg-offset-3{margin-left:25%}.vc_col-lg-offset-2{margin-left:16.66666667%}.vc_col-lg-offset-1{margin-left:8.33333333%}.vc_col-lg-offset-0{margin-left:0}}.vc_pull-right{float:right!important}.vc_pull-left{float:left!important}.vc_clearfix:before,.vc_clearfix:after{display:table;content:" ";display:table}.vc_clearfix:after{clear:both}.vc_el-clearfix{clear:both}@media(max-width:767px){.vc_el-clearfix-xs{clear:both}}@media(min-width:768px)and (max-width:991px){.vc_el-clearfix-sm{clear:both}}@media(min-width:992px)and (max-width:1199px){.vc_el-clearfix-md{clear:both}}@media(min-width:1200px){.vc_el-clearfix-lg{clear:both}}.vc_visible{display:block}.vc_table{width:100%;margin-bottom:20px;border-collapse:collapse}.vc_table>thead>tr>th{padding:8px;line-height:1.42857143;border-top:1px solid #ddd}.vc_table>tbody>tr>th,.vc_table>tfoot>tr>th,.vc_table>thead>tr>td,.vc_table>tbody>tr>td,.vc_table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.vc_table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.vc_table>caption+thead>tr:first-child>th,.vc_table>colgroup+thead>tr:first-child>th,.vc_table>thead:first-child>tr:first-child>th,.vc_table>caption+thead>tr:first-child>td,.vc_table>colgroup+thead>tr:first-child>td,.vc_table>thead:first-child>tr:first-child>td{border-top:0}.vc_table>tbody+tbody{border-top:2px solid #ddd}.vc_table .table{background-color:#fff}.vc_table-bordered,.vc_table-bordered>thead>tr>th,.vc_table-bordered>tbody>tr>th,.vc_table-bordered>tfoot>tr>th,.vc_table-bordered>thead>tr>td,.vc_table-bordered>tbody>tr>td,.vc_table-bordered>tfoot>tr>td{border:1px solid #ddd}.vc_table-bordered>thead>tr>th,.vc_table-bordered>thead>tr>td{border-bottom-width:2px}.vc_txt_align_left{text-align:left}.vc_txt_align_right{text-align:right}.vc_txt_align_center{text-align:center}.vc_txt_align_justify{text-align:justify;text-justify:inter-word}.vc_el_width_50{width:50%;margin-left:auto!important;margin-right:auto!important}.vc_el_width_60{width:60%}.vc_el_width_60,.vc_el_width_70{margin-left:auto!important;margin-right:auto!important}.vc_el_width_70{width:70%}.vc_el_width_80{width:80%}.vc_el_width_80,.vc_el_width_90{margin-left:auto!important;margin-right:auto!important}.vc_el_width_90{width:90%}.vc_el_width_100{width:100%}.vc_btn{border:1px solid transparent;cursor:pointer;display:inline-block;text-decoration:none!important;padding:9px 12px;font-size:100%;line-height:20px;border-radius:4px}.vc_btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.vc_btn-sm{padding:5px 10px}.vc_btn-sm,.vc_btn-xs{font-size:12px;line-height:1.5;border-radius:3px}.vc_btn-xs{padding:1px 5px}.vc_btn_square{border-radius:0}.vc_btn_square_outlined{border-radius:0;background:none!important;border:2px solid}.vc_btn_round{border-radius:25px}.vc_btn_outlined{background:none!important;border:2px solid}.vc_btn-blue{background-color:#5472d2;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-blue:hover{background-color:#3c5ecc;color:#f7f7f7!important}.vc_btn-blue.vc_btn_outlined,.vc_btn-blue.vc_btn_square_outlined{color:#5472d2!important}.vc_btn-blue.vc_btn_3d{-webkit-box-shadow:0 5px 0 #3253bc;box-shadow:0 5px 0 #3253bc;margin-bottom:5px}.vc_btn-turquoise{background-color:#00c1cf;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-turquoise:hover{background-color:#00a4b0;color:#f7f7f7!important}.vc_btn-turquoise.vc_btn_outlined,.vc_btn-turquoise.vc_btn_square_outlined{color:#00c1cf!important}.vc_btn-turquoise.vc_btn_3d{-webkit-box-shadow:0 5px 0 #008d97;box-shadow:0 5px 0 #008d97;margin-bottom:5px}.vc_btn-pink{background-color:#fe6c61;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-pink:hover{background-color:#fe5043;color:#f7f7f7!important}.vc_btn-pink.vc_btn_outlined,.vc_btn-pink.vc_btn_square_outlined{color:#fe6c61!important}.vc_btn-pink.vc_btn_3d{-webkit-box-shadow:0 5px 0 #fe3829;box-shadow:0 5px 0 #fe3829;margin-bottom:5px}.vc_btn-violet{background-color:#8d6dc4;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-violet:hover{background-color:#7c57bb;color:#f7f7f7!important}.vc_btn-violet.vc_btn_outlined,.vc_btn-violet.vc_btn_square_outlined{color:#8d6dc4!important}.vc_btn-violet.vc_btn_3d{-webkit-box-shadow:0 5px 0 #6e48b1;box-shadow:0 5px 0 #6e48b1;margin-bottom:5px}.vc_btn-peacoc{background-color:#4cadc9;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-peacoc:hover{background-color:#39a0bd;color:#f7f7f7!important}.vc_btn-peacoc.vc_btn_outlined,.vc_btn-peacoc.vc_btn_square_outlined{color:#4cadc9!important}.vc_btn-peacoc.vc_btn_3d{-webkit-box-shadow:0 5px 0 #338faa;box-shadow:0 5px 0 #338faa;margin-bottom:5px}.vc_btn-chino{background-color:#cec2ab;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-chino:hover{background-color:#c3b498;color:#f7f7f7!important}.vc_btn-chino.vc_btn_outlined,.vc_btn-chino.vc_btn_square_outlined{color:#cec2ab!important}.vc_btn-chino.vc_btn_3d{-webkit-box-shadow:0 5px 0 #b9a888;box-shadow:0 5px 0 #b9a888;margin-bottom:5px}.vc_btn-mulled_wine{background-color:#50485b;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-mulled_wine:hover{background-color:#413a4a;color:#f7f7f7!important}.vc_btn-mulled_wine.vc_btn_outlined,.vc_btn-mulled_wine.vc_btn_square_outlined{color:#50485b!important}.vc_btn-mulled_wine.vc_btn_3d{-webkit-box-shadow:0 5px 0 #342f3c;box-shadow:0 5px 0 #342f3c;margin-bottom:5px}.vc_btn-vista_blue{background-color:#75d69c;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-vista_blue:hover{background-color:#5dcf8b;color:#f7f7f7!important}.vc_btn-vista_blue.vc_btn_outlined,.vc_btn-vista_blue.vc_btn_square_outlined{color:#75d69c!important}.vc_btn-vista_blue.vc_btn_3d{-webkit-box-shadow:0 5px 0 #4ac97d;box-shadow:0 5px 0 #4ac97d;margin-bottom:5px}.vc_btn-black{background-color:#2a2a2a;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-black:hover{background-color:#1b1b1b;color:#f7f7f7!important}.vc_btn-black.vc_btn_outlined,.vc_btn-black.vc_btn_square_outlined{color:#2a2a2a!important}.vc_btn-black.vc_btn_3d{-webkit-box-shadow:0 5px 0 #0e0e0e;box-shadow:0 5px 0 #0e0e0e;margin-bottom:5px}.vc_btn-grey{background-color:#ebebeb;color:#666!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-grey:hover{background-color:#dcdcdc;color:#5e5e5e!important}.vc_btn-grey.vc_btn_outlined,.vc_btn-grey.vc_btn_square_outlined{color:#ebebeb!important}.vc_btn-grey.vc_btn_3d{-webkit-box-shadow:0 5px 0 #cfcfcf;box-shadow:0 5px 0 #cfcfcf;margin-bottom:5px}.vc_btn-orange{background-color:#f7be68;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-orange:hover{background-color:#f5b14b;color:#f7f7f7!important}.vc_btn-orange.vc_btn_outlined,.vc_btn-orange.vc_btn_square_outlined{color:#f7be68!important}.vc_btn-orange.vc_btn_3d{-webkit-box-shadow:0 5px 0 #f4a733;box-shadow:0 5px 0 #f4a733;margin-bottom:5px}.vc_btn-sky{background-color:#5aa1e3;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-sky:hover{background-color:#4092df;color:#f7f7f7!important}.vc_btn-sky.vc_btn_outlined,.vc_btn-sky.vc_btn_square_outlined{color:#5aa1e3!important}.vc_btn-sky.vc_btn_3d{-webkit-box-shadow:0 5px 0 #2a86db;box-shadow:0 5px 0 #2a86db;margin-bottom:5px}.vc_btn-green{background-color:#6dab3c;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-green:hover{background-color:#5f9434;color:#f7f7f7!important}.vc_btn-green.vc_btn_outlined,.vc_btn-green.vc_btn_square_outlined{color:#6dab3c!important}.vc_btn-green.vc_btn_3d{-webkit-box-shadow:0 5px 0 #53812d;box-shadow:0 5px 0 #53812d;margin-bottom:5px}.vc_btn-juicy_pink{background-color:#f4524d;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-juicy_pink:hover{background-color:#f23630;color:#f7f7f7!important}.vc_btn-juicy_pink.vc_btn_outlined,.vc_btn-juicy_pink.vc_btn_square_outlined{color:#f4524d!important}.vc_btn-juicy_pink.vc_btn_3d{-webkit-box-shadow:0 5px 0 #f11f18;box-shadow:0 5px 0 #f11f18;margin-bottom:5px}.vc_btn-sandy_brown{background-color:#f79468;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-sandy_brown:hover{background-color:#f57f4b;color:#f7f7f7!important}.vc_btn-sandy_brown.vc_btn_outlined,.vc_btn-sandy_brown.vc_btn_square_outlined{color:#f79468!important}.vc_btn-sandy_brown.vc_btn_3d{-webkit-box-shadow:0 5px 0 #f46e33;box-shadow:0 5px 0 #f46e33;margin-bottom:5px}.vc_btn-purple{background-color:#b97ebb;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-purple:hover{background-color:#ae6ab0;color:#f7f7f7!important}.vc_btn-purple.vc_btn_outlined,.vc_btn-purple.vc_btn_square_outlined{color:#b97ebb!important}.vc_btn-purple.vc_btn_3d{-webkit-box-shadow:0 5px 0 #a559a8;box-shadow:0 5px 0 #a559a8;margin-bottom:5px}.vc_btn-white{background-color:#fff;color:#666!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-white:hover{background-color:#f0f0f0;color:#5e5e5e!important}.vc_btn-white.vc_btn_outlined,.vc_btn-white.vc_btn_square_outlined{color:#fff!important}.vc_btn-white.vc_btn_3d{-webkit-box-shadow:0 5px 0 #e3e3e3;box-shadow:0 5px 0 #e3e3e3;margin-bottom:5px}.vc_btn-grace{background-color:#aed13b;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-grace:hover{background-color:#9ec02d;color:#f7f7f7!important}.vc_btn-grace.vc_btn_outlined,.vc_btn-grace.vc_btn_square_outlined{color:#aed13b!important}.vc_btn-grace.vc_btn_3d{-webkit-box-shadow:0 5px 0 #8dac28;box-shadow:0 5px 0 #8dac28;margin-bottom:5px}.vc_btn-default{color:#7d7d7d;background-color:#fff;border-color:transparent}.vc_btn-default:hover,.vc_btn-default:focus,.vc_btn-default:active,.vc_btn-default.active,.open>.dropdown-toggle.vc_btn-default{color:#7d7d7d;background-color:#e6e6e6;border-color:rgba(0,0,0,0)}.vc_btn-default:active,.vc_btn-default.active,.open>.dropdown-toggle.vc_btn-default{background-image:none}.vc_btn-default .badge{color:#fff;background-color:#7d7d7d}.vc_btn-primary{color:#fff;background-color:#00aef0;border-color:transparent}.vc_btn-primary:hover,.vc_btn-primary:focus,.vc_btn-primary:active,.vc_btn-primary.active,.open>.dropdown-toggle.vc_btn-primary{color:#fff;background-color:#0089bd;border-color:rgba(0,0,0,0)}.vc_btn-primary:active,.vc_btn-primary.active,.open>.dropdown-toggle.vc_btn-primary{background-image:none}.vc_btn-primary .badge{color:#00aef0;background-color:#fff}.vc_btn-success{color:#fff;background-color:#5cb85c;border-color:transparent}.vc_btn-success:hover,.vc_btn-success:focus,.vc_btn-success:active,.vc_btn-success.active,.open>.dropdown-toggle.vc_btn-success{color:#fff;background-color:#449d44;border-color:rgba(0,0,0,0)}.vc_btn-success:active,.vc_btn-success.active,.open>.dropdown-toggle.vc_btn-success{background-image:none}.vc_btn-success .badge{color:#5cb85c;background-color:#fff}.vc_btn-info{color:#fff;background-color:#5bc0de;border-color:transparent}.vc_btn-info:hover,.vc_btn-info:focus,.vc_btn-info:active,.vc_btn-info.active,.open>.dropdown-toggle.vc_btn-info{color:#fff;background-color:#31b0d5;border-color:rgba(0,0,0,0)}.vc_btn-info:active,.vc_btn-info.active,.open>.dropdown-toggle.vc_btn-info{background-image:none}.vc_btn-info .badge{color:#5bc0de;background-color:#fff}.vc_btn-warning{color:#fff;background-color:#f0ad4e;border-color:transparent}.vc_btn-warning:hover,.vc_btn-warning:focus,.vc_btn-warning:active,.vc_btn-warning.active,.open>.dropdown-toggle.vc_btn-warning{color:#fff;background-color:#ec971f;border-color:rgba(0,0,0,0)}.vc_btn-warning:active,.vc_btn-warning.active,.open>.dropdown-toggle.vc_btn-warning{background-image:none}.vc_btn-warning .badge{color:#f0ad4e;background-color:#fff}.vc_btn-danger{color:#fff;background-color:#d9534f;border-color:transparent}.vc_btn-danger:hover,.vc_btn-danger:focus,.vc_btn-danger:active,.vc_btn-danger.active,.open>.dropdown-toggle.vc_btn-danger{color:#fff;background-color:#c9302c;border-color:rgba(0,0,0,0)}.vc_btn-danger:active,.vc_btn-danger.active,.open>.dropdown-toggle.vc_btn-danger{background-image:none}.vc_btn-danger .badge{color:#d9534f;background-color:#fff}i.icon{display:inline-block;width:16px;height:16px;line-height:16px;vertical-align:text-top;margin-left:5px}.wpb_btn-large i.icon{height:19px;margin-left:9px}.wpb_btn-small i.icon{height:15px}.wpb_btn-mini i.icon{display:none}.wpb_address_book i.icon,option.wpb_address_book{background:url(../../themes/multinews/images/icons/address-book.png) no-repeat right center}.wpb_alarm_clock i.icon,option.wpb_alarm_clock{background:url(../../themes/multinews/images/icons/alarm-clock.png) no-repeat right center}.wpb_anchor i.icon,option.wpb_anchor{background:url(../../themes/multinews/images/icons/anchor.png) no-repeat right center}.wpb_application_image i.icon,option.wpb_application_image{background:url(../../themes/multinews/images/icons/application-image.png) no-repeat right center}.wpb_arrow i.icon,option.wpb_arrow{background:url(../../themes/multinews/images/icons/arrow.png) no-repeat right center}.wpb_asterisk i.icon,option.wpb_asterisk{background:url(../../themes/multinews/images/icons/asterisk.png) no-repeat right center}.wpb_hammer i.icon,option.wpb_hammer{background:url(../../themes/multinews/images/icons/auction-hammer.png) no-repeat right center}.wpb_balloon i.icon,option.wpb_balloon{background:url(../../themes/multinews/images/icons/balloon.png) no-repeat right center}.wpb_balloon_buzz i.icon,option.wpb_balloon_buzz{background:url(../../themes/multinews/images/icons/balloon-buzz.png) no-repeat right center}.wpb_balloon_facebook i.icon,option.wpb_balloon_facebook{background:url(../../themes/multinews/images/icons/balloon-facebook.png) no-repeat right center}.wpb_balloon_twitter i.icon,option.wpb_balloon_twitter{background:url(../../themes/multinews/images/icons/balloon-twitter.png) no-repeat right center}.wpb_battery i.icon,option.wpb_battery{background:url(../../themes/multinews/images/icons/battery-full.png) no-repeat right center}.wpb_binocular i.icon,option.wpb_binocular{background:url(../../themes/multinews/images/icons/binocular.png) no-repeat right center}.wpb_document_excel i.icon,option.wpb_document_excel{background:url(../../themes/multinews/images/icons/blue-document-excel.png) no-repeat right center}.wpb_document_image i.icon,option.wpb_document_image{background:url(../../themes/multinews/images/icons/blue-document-image.png) no-repeat right center}.wpb_document_music i.icon,option.wpb_document_music{background:url(../../themes/multinews/images/icons/blue-document-music.png) no-repeat right center}.wpb_document_office i.icon,option.wpb_document_office{background:url(../../themes/multinews/images/icons/blue-document-office.png) no-repeat right center}.wpb_document_pdf i.icon,option.wpb_document_pdf{background:url(../../themes/multinews/images/icons/blue-document-pdf.png) no-repeat right center}.wpb_document_powerpoint i.icon,option.wpb_document_powerpoint{background:url(../../themes/multinews/images/icons/blue-document-powerpoint.png) no-repeat right center}.wpb_document_word i.icon,option.wpb_document_word{background:url(../../themes/multinews/images/icons/blue-document-word.png) no-repeat right center}.wpb_bookmark i.icon,option.wpb_bookmark{background:url(../../themes/multinews/images/icons/bookmark.png) no-repeat right center}.wpb_camcorder i.icon,option.wpb_camcorder{background:url(../../themes/multinews/images/icons/camcorder.png) no-repeat right center}.wpb_camera i.icon,option.wpb_camera{background:url(../../themes/multinews/images/icons/camera.png) no-repeat right center}.wpb_chart i.icon,option.wpb_chart{background:url(../../themes/multinews/images/icons/chart.png) no-repeat right center}.wpb_chart_pie i.icon,option.wpb_chart_pie{background:url(../../themes/multinews/images/icons/chart-pie.png) no-repeat right center}.wpb_clock i.icon,option.wpb_clock{background:url(../../themes/multinews/images/icons/clock.png) no-repeat right center}.wpb_play i.icon,option.wpb_play{background:url(../../themes/multinews/images/icons/control.png) no-repeat right center}.wpb_fire i.icon,option.wpb_fire{background:url(../../themes/multinews/images/icons/fire.png) no-repeat right center}.wpb_heart i.icon,option.wpb_heart{background:url(../../themes/multinews/images/icons/heart.png) no-repeat right center}.wpb_mail i.icon,option.wpb_mail{background:url(../../themes/multinews/images/icons/mail.png) no-repeat right center}.wpb_shield i.icon,option.wpb_shield{background:url(../../themes/multinews/images/icons/plus-shield.png) no-repeat right center}.wpb_video i.icon,option.wpb_video{background:url(../../themes/multinews/images/icons/video.png) no-repeat right center}.vc_column_container .vc_btn,.vc_column_container .wpb_button{margin-top:5px;margin-bottom:5px}.wpb_alert{padding:1em 35px 1em 25px;text-shadow:0 1px 0 rgba(255,255,255,.5);background-color:#fcf8e3;border:1px solid #faebcc;border-radius:5px;color:#8a6d3b;clear:both}.wpb_alert .messagebox_text *:last-child{margin-bottom:0}.wpb_alert.vc_alert_square{border-radius:0}.wpb_alert.vc_alert_square_outlined{border-radius:0;background:none!important;border-width:2px}.wpb_alert.vc_alert_round{border-radius:50px}.wpb_alert.vc_alert_outlined{background:none!important;border-width:2px}.wpb_alert.vc_alert_3d{border-width:1px 1px 1px 1px}.wpb_alert-success{color:#3c763d;border-color:#d6e9c6;background-color:#dff0d8}.wpb_alert-success.vc_alert_outlined,.wpb_alert-success.vc_alert_square_outlined{color:#3c763d}.wpb_alert-success.vc_alert_3d{-webkit-box-shadow:0 5px 0 #c1e2b3;box-shadow:0 5px 0 #c1e2b3}.wpb_alert-error,.wpb_alert-danger{color:#a94442;border-color:#ebccd1;background-color:#f2dede}.wpb_alert-error.vc_alert_outlined,.wpb_alert-danger.vc_alert_outlined,.wpb_alert-error.vc_alert_square_outlined,.wpb_alert-danger.vc_alert_square_outlined{color:#a94442}.wpb_alert-error.vc_alert_3d,.wpb_alert-danger.vc_alert_3d{-webkit-box-shadow:0 5px 0 #e4b9b9;box-shadow:0 5px 0 #e4b9b9}.wpb_alert-info{color:#31708f;border-color:#bce8f1;background-color:#d9edf7}.wpb_alert-info.vc_alert_outlined,.wpb_alert-info.vc_alert_square_outlined{color:#31708f}.wpb_alert-info.vc_alert_3d{-webkit-box-shadow:0 5px 0 #afd9ee;box-shadow:0 5px 0 #afd9ee}.wpb_alert .messagebox_text,.wpb_alert-warning .messagebox_text{padding-left:40px;background:url(../../themes/multinews/vc/alert.png) no-repeat left center}.wpb_alert-info .messagebox_text{background:url(../../themes/multinews/vc/info.png) no-repeat left center}.wpb_alert-success .messagebox_text{background:url(../../themes/multinews/vc/tick.png) no-repeat left center}.wpb_alert-error .messagebox_text,.wpb_alert-danger .messagebox_text{background:url(../../themes/multinews/vc/exclamation.png) no-repeat left center}img{height:auto}.wpb_single_image img{height:auto;max-width:100%}.wpb_single_image.vc_align_center{text-align:center}.wpb_single_image.vc_align_right{text-align:right}.wpb_single_image.vc_align_left{text-align:left}div .vc_box_rounded{border-radius:4px;-webkit-box-shadow:none;box-shadow:none}div .vc_box_outline{border-radius:0;-webkit-box-shadow:none;box-shadow:none}div .vc_box_outline,div .vc_box_outline_circle{padding:6px;border:1px solid #ebebeb}div .vc_box_border{border-radius:0;-webkit-box-shadow:none;box-shadow:none}div .vc_box_border,div .vc_box_border_circle{padding:6px;border:0}div .vc_box_shadow,div .vc_box_shadow_border{border-radius:0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1)}div .vc_box_shadow_border,div .vc_box_shadow_border_circle{padding:6px}div .vc_box_shadow_3d{border-radius:0;-webkit-box-shadow:none;box-shadow:none;margin-bottom:15px}div .vc_box_circle,div .vc_box_outline_circle,div .vc_box_border_circle,div .vc_box_shadow_circle,div .vc_box_shadow_border_circle{border-radius:50%;-webkit-box-shadow:none;box-shadow:none;overflow:hidden}div .vc_box_shadow_circle,div .vc_box_shadow_border_circle{-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1)}.vc_box_shadow_3d_wrap{position:relative;z-index:0;display:inline-block;max-width:100%}.vc_box_shadow_3d_wrap:after,.vc_box_shadow_3d_wrap:before{content:"";position:absolute;box-shadow:0 15px 10px rgba(0,0,0,.5);left:10px;bottom:8%;width:40%;height:20%;max-height:100px;max-width:300px;z-index:-1;-webkit-transform:rotate(-6deg);-ms-transform:rotate(-6deg);-o-transform:rotate(-6deg);transform:rotate(-6deg)}.vc_box_shadow_3d_wrap:after{left:auto;right:10px;-webkit-transform:rotate(6deg);-ms-transform:rotate(6deg);-o-transform:rotate(6deg);transform:rotate(6deg)}.vc_box_outline.vc_box_border_blue,.vc_box_outline_circle.vc_box_border_blue{border-color:#5472d2}.vc_box_border.vc_box_border_blue,.vc_box_border_circle.vc_box_border_blue{background-color:#5472d2}.vc_box_outline.vc_box_border_turquoise,.vc_box_outline_circle.vc_box_border_turquoise{border-color:#00c1cf}.vc_box_border.vc_box_border_turquoise,.vc_box_border_circle.vc_box_border_turquoise{background-color:#00c1cf}.vc_box_outline.vc_box_border_pink,.vc_box_outline_circle.vc_box_border_pink{border-color:#fe6c61}.vc_box_border.vc_box_border_pink,.vc_box_border_circle.vc_box_border_pink{background-color:#fe6c61}.vc_box_outline.vc_box_border_violet,.vc_box_outline_circle.vc_box_border_violet{border-color:#8d6dc4}.vc_box_border.vc_box_border_violet,.vc_box_border_circle.vc_box_border_violet{background-color:#8d6dc4}.vc_box_outline.vc_box_border_peacoc,.vc_box_outline_circle.vc_box_border_peacoc{border-color:#4cadc9}.vc_box_border.vc_box_border_peacoc,.vc_box_border_circle.vc_box_border_peacoc{background-color:#4cadc9}.vc_box_outline.vc_box_border_chino,.vc_box_outline_circle.vc_box_border_chino{border-color:#cec2ab}.vc_box_border.vc_box_border_chino,.vc_box_border_circle.vc_box_border_chino{background-color:#cec2ab}.vc_box_outline.vc_box_border_mulled_wine,.vc_box_outline_circle.vc_box_border_mulled_wine{border-color:#50485b}.vc_box_border.vc_box_border_mulled_wine,.vc_box_border_circle.vc_box_border_mulled_wine{background-color:#50485b}.vc_box_outline.vc_box_border_vista_blue,.vc_box_outline_circle.vc_box_border_vista_blue{border-color:#75d69c}.vc_box_border.vc_box_border_vista_blue,.vc_box_border_circle.vc_box_border_vista_blue{background-color:#75d69c}.vc_box_outline.vc_box_border_black,.vc_box_outline_circle.vc_box_border_black{border-color:#2a2a2a}.vc_box_border.vc_box_border_black,.vc_box_border_circle.vc_box_border_black{background-color:#2a2a2a}.vc_box_outline.vc_box_border_grey,.vc_box_outline_circle.vc_box_border_grey{border-color:#ebebeb}.vc_box_border.vc_box_border_grey,.vc_box_border_circle.vc_box_border_grey{background-color:#ebebeb}.vc_box_outline.vc_box_border_orange,.vc_box_outline_circle.vc_box_border_orange{border-color:#f7be68}.vc_box_border.vc_box_border_orange,.vc_box_border_circle.vc_box_border_orange{background-color:#f7be68}.vc_box_outline.vc_box_border_sky,.vc_box_outline_circle.vc_box_border_sky{border-color:#5aa1e3}.vc_box_border.vc_box_border_sky,.vc_box_border_circle.vc_box_border_sky{background-color:#5aa1e3}.vc_box_outline.vc_box_border_green,.vc_box_outline_circle.vc_box_border_green{border-color:#6dab3c}.vc_box_border.vc_box_border_green,.vc_box_border_circle.vc_box_border_green{background-color:#6dab3c}.vc_box_outline.vc_box_border_juicy_pink,.vc_box_outline_circle.vc_box_border_juicy_pink{border-color:#f4524d}.vc_box_border.vc_box_border_juicy_pink,.vc_box_border_circle.vc_box_border_juicy_pink{background-color:#f4524d}.vc_box_outline.vc_box_border_sandy_brown,.vc_box_outline_circle.vc_box_border_sandy_brown{border-color:#f79468}.vc_box_border.vc_box_border_sandy_brown,.vc_box_border_circle.vc_box_border_sandy_brown{background-color:#f79468}.vc_box_outline.vc_box_border_purple,.vc_box_outline_circle.vc_box_border_purple{border-color:#b97ebb}.vc_box_border.vc_box_border_purple,.vc_box_border_circle.vc_box_border_purple{background-color:#b97ebb}.vc_box_outline.vc_box_border_white,.vc_box_outline_circle.vc_box_border_white{border-color:#fff}.vc_box_border.vc_box_border_white,.vc_box_border_circle.vc_box_border_white{background-color:#fff}.wpb_alert p:last-child,#content .wpb_alert p:last-child,.wpb_text_column p:last-child,.wpb_text_column *:last-child,#content .wpb_text_column p:last-child,#content .wpb_text_column *:last-child,.wpb_toggle_content p:last-child{margin-bottom:0}.wpb_row,.wpb_content_element,ul.wpb_thumbnails-fluid>li,.last_toggle_el_margin{margin-bottom:35px}.fb_like,.twitter-share-button,.entry-content .twitter-share-button,.wpb_googleplus,.wpb_pinterest,.wpb_tab .wpb_content_element,.wpb_accordion .wpb_content_element,.wpb_toggle_content{margin-bottom:21.73913043px}.fb_type_standard,.fb_type_standard iframe{height:25px}.fb_type_button_count,.fb_type_button_count iframe{height:20px}.fb_type_box_count,.fb_type_box_count iframe{height:62px}.wpb_googleplus_type_standard{height:25px}.wpb_googleplus_type_small{height:19px}.wpb_googleplus_type_medium,.wpb_googleplus_type_tall,.wpb_pinterest_type_horizontal{height:21px}.wpb_pinterest_type_vertical{height:60px}.wpb_pinterest_type_none{height:21px}iframe.twitter-share-button{margin:0}.wpb_toggle,#content h4.wpb_toggle{background:url(../../themes/multinews/images/toggle_open.png) no-repeat left center;padding-left:25px;clear:both;margin-top:0}.wpb_toggle_title_active,#content h4.wpb_toggle_title_active{background:url(../../themes/multinews/images/toggle_close.png) no-repeat left center}.wpb_toggle:hover{cursor:pointer}.wpb_toggle_content{display:none;overflow:hidden;padding:0 0 0 25px;margin-top:1em}.wpb_toggle_open{display:block}.wpb_widgetised_column .wpb_wrapper>ul{margin:0}.wpb_widgetised_column .wpb_wrapper>ul>li{margin-left:0;background-image:none;list-style:none!important}.wpb_widgetised_column .wpb_wrapper>ul>li:after,.wpb_widgetised_column .wpb_wrapper>ul>li:before{display:none!important}.wpb_button{display:inline-block;*display:inline;*zoom:1;padding:4px 10px;margin-bottom:0;margin-top:0;font-size:13px;line-height:18px;*line-height:20px;color:#333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,.75);vertical-align:middle;cursor:pointer;background-color:#f7f7f7;border:1px solid #ccc;*border:0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;*margin-left:.3em}.wpb_button:hover,.wpb_button:active,.wpb_button.active,.wpb_button.disabled,.wpb_button[disabled]{background-color:#eaeaea}.wpb_button:active,.wpb_button.active{background-color:#d1d1d1 \9}.wpb_button:first-child{*margin-left:0}.vc_vc_button2 .vc_btn,.vc_vc_button .vc_btn{margin-top:5px;margin-bottom:5px}.wpb_button:hover{color:#333;text-decoration:none;background-color:#e6e6e6;*background-color:#d9d9d9;-webkit-transition:background-color .1s linear;-o-transition:background-color .1s linear;transition:background-color .1s linear}.wpb_button:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.wpb_button.active,.wpb_button:active{background-color:#e6e6e6;background-color:#d9d9d9 \9;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}button.wpb_btn-large,span.wpb_btn-large{padding:9px 14px;font-size:15px;line-height:normal;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}button.wpb_btn-large [class^="icon-"],span.wpb_btn-large [class^="icon-"]{margin-top:1px}button.wpb_btn-small,span.wpb_btn-small{padding:5px 9px;font-size:11px;line-height:16px}button.wpb_btn-small [class^="icon-"],span.wpb_btn-small [class^="icon-"]{margin-top:-1px}button.wpb_btn-mini,span.wpb_btn-mini{padding:2px 6px;font-size:11px;line-height:14px}.wpb_btn-primary,.wpb_btn-primary:hover,.wpb_btn-warning,.wpb_btn-warning:hover,.wpb_btn-danger,.wpb_btn-danger:hover,.wpb_btn-success,.wpb_btn-success:hover,.wpb_btn-info,.wpb_btn-info:hover,.wpb_btn-inverse,.wpb_btn-inverse:hover{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.wpb_btn-primary.active,.wpb_btn-warning.active,.wpb_btn-danger.active,.wpb_btn-success.active,.wpb_btn-info.active,.wpb_btn-inverse.active{color:rgba(255,255,255,.75)}.wpb_button{border-color:#ccc;border-color:rgba(0,0,0,.1)rgba(0,0,0,.1)rgba(0,0,0,.1)}.wpb_btn-primary{background-color:#08c}.wpb_btn-primary:hover,.wpb_btn-primary:active,.wpb_btn-primary.active,.wpb_btn-primary.disabled,.wpb_btn-primary[disabled]{background-color:#0077b3}.wpb_btn-primary:active,.wpb_btn-primary.active{background-color:#005580 \9}.wpb_btn-warning{background-color:#f90}.wpb_btn-warning:hover,.wpb_btn-warning:active,.wpb_btn-warning.active,.wpb_btn-warning.disabled,.wpb_btn-warning[disabled]{background-color:#e68a00}.wpb_btn-warning:active,.wpb_btn-warning.active{background-color:#b36b00 \9}.wpb_btn-danger{background-color:#ff675b}.wpb_btn-danger:hover,.wpb_btn-danger:active,.wpb_btn-danger.active,.wpb_btn-danger.disabled,.wpb_btn-danger[disabled]{background-color:#ff4f42}.wpb_btn-danger:active,.wpb_btn-danger.active{background-color:#ff200f \9}.wpb_btn-success{background-color:#6ab165}.wpb_btn-success:hover,.wpb_btn-success:active,.wpb_btn-success.active,.wpb_btn-success.disabled,.wpb_btn-success[disabled]{background-color:#5aa855}.wpb_btn-success:active,.wpb_btn-success.active{background-color:#488644 \9}.wpb_btn-info{background-color:#58b9da}.wpb_btn-info:hover,.wpb_btn-info:active,.wpb_btn-info.active,.wpb_btn-info.disabled,.wpb_btn-info[disabled]{background-color:#43b0d5}.wpb_btn-info:active,.wpb_btn-info.active{background-color:#2a97bc \9}.wpb_btn-inverse{background-color:#555}.wpb_btn-inverse:hover,.wpb_btn-inverse:active,.wpb_btn-inverse.active,.wpb_btn-inverse.disabled,.wpb_btn-inverse[disabled]{background-color:#484848}.wpb_btn-inverse:active,.wpb_btn-inverse.active{background-color:#2f2f2f \9}button.wpb_button,input[type="submit"].wpb_button{*padding-top:2px;*padding-bottom:2px}button.wpb_button::-moz-focus-inner,input[type="submit"].wpb_button::-moz-focus-inner{padding:0;border:0}button.wpb_button.wpb_btn-large,input[type="submit"].wpb_button.wpb_btn-large{*padding-top:7px;*padding-bottom:7px}button.wpb_button.wpb_btn-small,input[type="submit"].wpb_button.wpb_btn-small{*padding-top:3px;*padding-bottom:3px}button.wpb_button.wpb_btn-mini,input[type="submit"].wpb_button.wpb_btn-mini{*padding-top:1px;*padding-bottom:1px}a.wpb_button_a{text-decoration:none;border:0}a.wpb_button_a:hover{text-decoration:none}.wpb_button:hover{background-image:none}.vc_call_to_action{background-color:#ebebeb;border:2px solid #ebebeb;padding:2em;border-radius:5px}.vc_call_to_action *:last-child{margin-bottom:0}.vc_call_to_action.vc_cta_square{border-radius:0}.vc_call_to_action.vc_cta_square_outlined{border-radius:0;background:none!important}.vc_call_to_action.vc_cta_round{border-radius:50px}.vc_call_to_action.vc_cta_outlined{background:none!important}.vc_call_to_action hgroup h2,.vc_call_to_action hgroup h4{margin:0;clear:none}.vc_call_to_action hgroup+p{margin-top:1em}.vc_call_to_action.vc_cta_btn_pos_right .vc_cta_btn{float:right;margin-left:2em}.vc_call_to_action.vc_cta_btn_pos_left .vc_cta_btn{float:left;margin-right:2em}.wpb_call_to_action{position:relative;background-color:#f7f7f7;padding:35px;border:1px solid #f0f0f0}.wpb_call_to_action,.wpb_call_to_action .wpb_button{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wpb_call_to_action .wpb_button{margin:0}.cta_align_left .wpb_button{float:left}.cta_align_right .wpb_button{float:right}.cta_align_left .wpb_button,.cta_align_right .wpb_button{max-width:27.5%}.cta_align_left .wpb_call_text{width:70%;clear:none}.cta_align_right .wpb_call_text{width:70%;float:left;clear:none}.cta_align_left .wpb_call_text{float:right}.wpb_call_to_action .wpb_call_text,#content .wpb_call_to_action .wpb_call_text{margin:0;padding-top:0}.cta_align_bottom{text-align:center}.cta_align_bottom .wpb_button{position:static;margin-top:21.73913043px;display:inline-block}.cta_no_button .wpb_call_text{width:auto;float:none}@media(max-width:600px){.vc_responsive .cta_align_left .wpb_button,.vc_responsive .cta_align_right .wpb_button{max-width:70%;width:70%;float:none;display:block;margin:3% auto}.vc_responsive .cta_align_left .wpb_call_text,.vc_responsive .cta_align_right .wpb_call_text{width:auto;max-width:none;text-align:center}}.wpb_gmaps_widget .wpb_wrapper{background-color:#f7f7f7;padding:5px}.wpb_gmaps_widget .wpb_map_wraper iframe{margin-bottom:0;padding:0;display:block;width:100%;border:0}.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper{position:relative;padding-bottom:56.25%;height:0}.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe{position:absolute;top:0;left:0;height:100%}.wpb_content_element .wpb_tabs_nav li a:focus,.wpb_accordion_section .wpb_accordion_header a:focus,.wpb_tour_next_prev_nav a:focus{outline:0}.wpb_content_element .wpb_tour_tabs_wrapper{padding:0}.wpb_content_element .wpb_tabs_nav{padding:0;margin:0;padding-left:0!important;text-indent:inherit!important}#content .wpb_content_element .wpb_tabs_nav{margin:0}.wpb_content_element .wpb_tabs_nav li{background-color:#fff;white-space:nowrap;padding:0;background-image:none;list-style:none!important}.wpb_content_element .wpb_tabs_nav li:after,.wpb_content_element .wpb_tabs_nav li:before{display:none!important}.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,.wpb_content_element .wpb_tabs_nav li:hover{background-color:#f7f7f7}.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a{cursor:default}.wpb_content_element .wpb_tour_tabs_wrapper .wpb_ui-tabs-hide{display:none}.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,.wpb_content_element .wpb_accordion_header a{border-bottom:0;text-decoration:none;display:block;padding:.5em 1em}.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{background-color:#f7f7f7}.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab,.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content{padding:1em}.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab>.wpb_content_element:last-child,.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content>.wpb_content_element:last-child,.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child>div>div.wpb_wrapper .wpb_content_element:last-child,.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child>div>div.wpb_wrapper .wpb_content_element:last-child{margin-bottom:0}.wpb_tabs .wpb_tabs_nav li{float:left;margin:0 1px 0 0}.wpb_tour .wpb_tabs_nav{float:left;width:31.66666667%}.wpb_tour .wpb_tabs_nav li{margin:0 0 1px;clear:left;width:100%}.wpb_tour .wpb_tabs_nav a{width:100%}.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:0;float:left;width:68.33333333%;padding:0 0 0 21.73913043px}.wpb_tour_next_prev_nav{margin-left:31.66666667%;padding-left:21.73913043px;font-size:80%}.wpb_tour_next_prev_nav a{border-bottom:1px dotted;text-decoration:none}.wpb_tour_next_prev_nav a:hover{text-decoration:none;border-bottom:0}.wpb_tour_next_prev_nav span{width:48%;display:inline-block;padding-top:1em;float:left}.wpb_tour_next_prev_nav span.wpb_next_slide{text-align:right;float:right}.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header{margin:0 0 1px;padding-top:0;position:relative;text-transform:none;font-weight:inherit;font-size:inherit;font-family:inherit;line-height:inherit;letter-spacing:inherit}.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a{padding-left:1em}.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon{display:block;width:16px;height:16px;background-image:url(../../themes/multinews/images/toggle_open.png);background-repeat:no-repeat;position:absolute;right:.7em;top:.7em}.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon{background-image:url(../../themes/multinews/images/toggle_close.png)}@media(max-width:480px){.vc_responsive .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav,.vc_responsive .wpb_tour .wpb_tab{width:100%;float:none;margin-left:0}.vc_responsive .wpb_tour_next_prev_nav{width:100%;float:none;margin-left:0;width:auto;padding:0 1em}.vc_responsive #content .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav{margin-bottom:1em}.vc_responsive .wpb_tour .wpb_tab{padding-left:1em;padding-right:1em}}.wpb_column .wpb_wrapper .wpb_teaser_grid{float:none}body ul.wpb_thumbnails-fluid li{padding:0;margin-left:0;background-image:none;list-style:none!important}body ul.wpb_thumbnails-fluid li:after,body ul.wpb_thumbnails-fluid li:before{display:none!important}body ul.wpb_thumbnails-fluid li .entry-content *:last-child{margin-bottom:0}.wpb_row .wpb_grid ul.wpb_thumbnails-fluid,.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid{padding:0;overflow:visible!important}.wpb_teaser_grid .entry-content{margin:0;padding:0;width:100%}.grid_layout-thumbnail .post-thumb{margin-bottom:0}.grid_layout-thumbnail .post-thumb img{max-width:100%}.wpb_carousel .wpb_wrapper{position:relative}.wpb_carousel .prev,.wpb_carousel .next{position:absolute;top:3px;background-color:#f7f7f7;padding:0 6px;font-size:12px;z-index:10;text-decoration:none;transition:all .2s linear;-moz-transition:all .2s linear;-webkit-transition:all .2s linear;-o-transition:all .2s linear}.wpb_carousel .prev:hover,.wpb_carousel .next:hover{background-color:#f0f0f0}.wpb_carousel .prev:focus,.wpb_carousel .next:focus{outline:0;text-decoration:none}.wpb_carousel .prev{right:30px}.wpb_carousel .next{right:0}.wpb_carousel .wpb_thumbnails-fluid{width:100%}.wpb_carousel .wpb_thumbnails-fluid>[class*="vc_span"]{height:auto!important}.wpb_teaser_grid .categories_filter,.wpb_categories_filter{list-style:none;list-style-type:none;padding:0;margin:0 0 10px}.wpb_teaser_grid .categories_filter li,.wpb_categories_filter li{display:block;float:left;margin:0 10px 10px 0;background-image:none;list-style:none!important}.wpb_teaser_grid .categories_filter li:after,.wpb_categories_filter li:after,.wpb_teaser_grid .categories_filter li:before,.wpb_categories_filter li:before{display:none!important}.wpb_teaser_grid .categories_filter li a,.wpb_categories_filter li a{border:0;text-decoration:none}.wpb_teaser_grid .categories_filter li a:hover,.wpb_categories_filter li a:hover{border-bottom:1px dotted}.wpb_teaser_grid .categories_filter li.active a,.wpb_categories_filter li.active a{border-bottom:1px dotted}@media(max-width:480px){.vc_responsive .wpb_row ul.wpb_thumbnails-fluid{margin-left:0;width:auto}.vc_responsive .wpb_row .wpb_teaser_grid ul.wpb_thumbnails-fluid [class*="vc_col-"]{width:100%;float:none;display:block;margin-left:0;margin-right:0}}.wpb_image_grid .wpb_image_grid_ul{margin:0;padding:0}.wpb_image_grid .wpb_image_grid_ul>li{background-image:none;list-style:none!important}.wpb_image_grid .wpb_image_grid_ul>li:after,.wpb_image_grid .wpb_image_grid_ul>li:before{display:none!important}.wpb_image_grid .wpb_image_grid_ul .isotope-item{list-style:none;margin:0 1px 1px 0;max-width:100%;float:left}.wpb_image_grid .wpb_image_grid_ul a{display:block}.wpb_image_grid .wpb_image_grid_ul img{display:block;max-width:100%;height:auto}.wpb_gallery .theme-default .nivoSlider{margin-bottom:0}.wpb_gallery .theme-default .nivo-controlNav{padding:10px 0 3px}.wpb_gallery .wpb_flexslider .flex-control-nav{bottom:-35px}.wpb_gallery .wpb_flexslider .flex-caption{cursor:default}.wpb_gallery .wpb_flexslider .flex-direction-nav a:before{line-height:1}.wpb_gallery .wpb_flexslider .flex-control-paging{z-index:10}#content .wpb_gallery_slides ul.slides,.content .wpb_gallery_slides ul.slides,.wpb_gallery_slides ul.slides,#content .wpb_gallery_slides ul.flex-direction-nav,.content .wpb_gallery_slides ul.flex-direction-nav,.wpb_gallery_slides ul.flex-direction-nav,body .wpb_gallery_slides ul li,.wpb_content_element .wpb_gallery_slides ul li{list-style:none;padding:0;background-image:none;margin:0}.flickr_badge_image{margin:0 10px 10px 0;width:72px;height:72px;float:left;background:0;padding:0}.flickr_badge_image a{border:0}.flickr_badge_image img{margin:0;overflow:hidden;position:relative;width:100%;height:100%;max-width:100%;max-height:100%}.wpb_flickr_widget p.flickr_stream_wrap{clear:both;margin-bottom:0;font-size:80%}.wpb_flickr_widget p.flickr_stream_wrap a{background-image:url(../../themes/multinews/images/flickr.png);background-repeat:no-repeat;background-position:left center;padding-left:25px;display:inline-block}.wpb_video_widget .wpb_wrapper .wpb_video_wrapper{padding-top:56%;position:relative}.wpb_video_widget .wpb_wrapper .wpb_video_wrapper>div{padding-top:0!important;position:static}.wpb_video_widget .wpb_wrapper iframe{width:100%;height:100%;display:block;position:absolute;margin:0;top:0;left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wpb_video_wrapper .fluid-width-video-wrapper{padding-top:0!important;position:static}.wpb_posts_slider .flex-caption,.wpb_posts_slider .nivo-caption{background-color:#f7f7f7;opacity:1;color:inherit;padding:10px 15px;position:static}.wpb_posts_slider .wpb_gallery_slides>ul>li{background-image:none;list-style:none!important}.wpb_posts_slider .wpb_gallery_slides>ul>li:after,.wpb_posts_slider .wpb_gallery_slides>ul>li:before{display:none!important}.vc_progress_bar .vc_single_bar{background:#f7f7f7;position:relative;margin-bottom:11.66666667px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1)inset;box-shadow:0 1px 2px rgba(0,0,0,.1)inset;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.vc_progress_bar .vc_single_bar:last-child{margin-bottom:0}.vc_progress_bar .vc_single_bar .vc_label{display:block;padding:.5em 1em;position:relative;z-index:1}.vc_progress_bar .vc_single_bar.bar_blue .vc_bar{background-color:#0074cc}.vc_progress_bar .vc_single_bar.bar_blue .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_single_bar.bar_turquoise .vc_bar{background-color:#49afcd}.vc_progress_bar .vc_single_bar.bar_turquoise .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_single_bar.bar_green .vc_bar{background-color:#5bb75b}.vc_progress_bar .vc_single_bar.bar_green .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_single_bar.bar_orange .vc_bar{background-color:#faa732}.vc_progress_bar .vc_single_bar.bar_orange .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_single_bar.bar_red .vc_bar{background-color:#da4f49}.vc_progress_bar .vc_single_bar.bar_red .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_single_bar.bar_black .vc_bar{background-color:#414141}.vc_progress_bar .vc_single_bar.bar_black .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_single_bar .vc_bar{display:block;position:absolute;height:100%;background-color:#e0e0e0;width:0;top:0;left:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;transition:width 1s linear;-moz-transition:width 1s linear;-webkit-transition:width 1s linear;-o-transition:width 1s linear}.vc_progress_bar .vc_single_bar .vc_bar.striped{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);-webkit-background-size:40px 40px;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px}.vc_progress_bar .vc_single_bar .vc_bar.animated{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-ms-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.vc_pie_chart{z-index:0;text-align:center;opacity:0}.vc_pie_chart.vc_ready{opacity:1}.vc_pie_chart .vc_pie_wrapper{position:relative;margin:0 auto}.vc_pie_chart canvas{position:relative;z-index:1}.vc_pie_chart .vc_pie_chart_value{font-size:200%;position:absolute;top:0;left:0;display:block;width:100%;height:100%;text-align:center}.vc_pie_chart[data-pie-color="wpb_button"] .vc_pie_chart_back{border-color:#f7f7f7}.vc_pie_chart[data-pie-color="btn-primary"] .vc_pie_chart_back{border-color:#08c}.vc_pie_chart[data-pie-color="btn-info"] .vc_pie_chart_back{border-color:#58b9da}.vc_pie_chart[data-pie-color="btn-success"] .vc_pie_chart_back{border-color:#6ab165}.vc_pie_chart[data-pie-color="btn-warning"] .vc_pie_chart_back{border-color:#f90}.vc_pie_chart[data-pie-color="btn-danger"] .vc_pie_chart_back{border-color:#ff675b}.vc_pie_chart[data-pie-color="btn-inverse"] .vc_pie_chart_back{border-color:#555}.vc_pie_chart_back{display:block;position:absolute;width:100%;height:100%;top:0;left:0;border:6px solid #f7f7f7;border-radius:50%;opacity:.3;filter:alpha(opacity=30);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.vc_carousel .vc_carousel-control{text-shadow:none;transition:all .2s linear;-moz-transition:all .2s linear;-webkit-transition:all .2s linear;-o-transition:all .2s linear}.vc_carousel .vc_carousel-control:active,.vc_carousel .vc_carousel-control:focus{outline:0}.vc_carousel .vc_carousel-indicators li{width:5px;height:5px;margin:0;border-color:#f7f7f7;transition:all .2s linear;-moz-transition:all .2s linear;-webkit-transition:all .2s linear;-o-transition:all .2s linear}.vc_separator{display:table}.vc_separator h4{line-height:1em;font-size:100%;display:table-cell;white-space:pre}.vc_separator h4 .normal{font-size:12px;font-weight:400}.vc_separator.vc_separator_align_center h4{padding:0 .8em}.vc_separator.vc_separator_align_left{margin-left:0}.vc_separator.vc_separator_align_left h4{padding:0 .8em 0 0}.vc_separator.vc_separator_align_left .vc_sep_holder{width:100%}.vc_separator.vc_separator_align_left .vc_sep_holder.vc_sep_holder_l{display:none}.vc_separator.vc_separator_align_right{margin-right:0}.vc_separator.vc_separator_align_right h4{padding:0 0 0 .8em;margin:0!important}.vc_separator.vc_separator_align_right .vc_sep_holder{width:100%}.vc_separator.vc_separator_align_right .vc_sep_holder.vc_sep_holder_r{display:none}.vc_separator .vc_sep_holder{display:table-cell;height:1px;position:relative;vertical-align:middle;width:50%}.vc_separator .vc_sep_holder .vc_sep_line{height:1px;border-top:1px solid #ebebeb;display:block;position:relative;top:1px;width:100%}.vc_separator.vc_sep_double{height:3px}.vc_separator.vc_sep_double .vc_sep_line{border-bottom:1px solid #ebebeb;border-top:1px solid #ebebeb;height:3px}.vc_separator.vc_sep_dashed .vc_sep_line{border-top-style:dashed}.vc_separator.vc_sep_dotted .vc_sep_line{border-top-style:dotted}.vc_separator.vc_sep_color_blue .vc_sep_line{border-color:#5472d2}.vc_separator.vc_sep_color_turquoise .vc_sep_line{border-color:#00c1cf}.vc_separator.vc_sep_color_pink .vc_sep_line{border-color:#fe6c61}.vc_separator.vc_sep_color_violet .vc_sep_line{border-color:#8d6dc4}.vc_separator.vc_sep_color_peacoc .vc_sep_line{border-color:#4cadc9}.vc_separator.vc_sep_color_chino .vc_sep_line{border-color:#cec2ab}.vc_separator.vc_sep_color_mulled_wine .vc_sep_line{border-color:#50485b}.vc_separator.vc_sep_color_vista_blue .vc_sep_line{border-color:#75d69c}.vc_separator.vc_sep_color_black .vc_sep_line{border-color:#2a2a2a}.vc_separator.vc_sep_color_grey .vc_sep_line{border-color:#ebebeb}.vc_separator.vc_sep_color_orange .vc_sep_line{border-color:#f7be68}.vc_separator.vc_sep_color_sky .vc_sep_line{border-color:#5aa1e3}.vc_separator.vc_sep_color_green .vc_sep_line{border-color:#6dab3c}.vc_separator.vc_sep_color_juicy_pink .vc_sep_line{border-color:#f4524d}.vc_separator.vc_sep_color_sandy_brown .vc_sep_line{border-color:#f79468}.vc_separator.vc_sep_color_purple .vc_sep_line{border-color:#b97ebb}.vc_separator.vc_sep_color_white .vc_sep_line{border-color:#fff}.vc_separator.vc_sep_color_grace .vc_sep_line{border-color:#aed13b}.wpb_separator,.vc_text_separator{border-bottom:1px solid #ebebeb;clear:both;height:1px}.vc_text_separator div{display:inline-block;background-color:#fff;padding:1px 1em;position:relative;top:-9px}.separator_align_center{text-align:center}.separator_align_left{text-align:left}.separator_align_right{text-align:right}.wpb_animate_when_almost_visible{opacity:0}.wpb_start_animation.wpb_top-to-bottom{-webkit-animation:wpb_ttb .7s 1 cubic-bezier(.175,.885,.32,1.275);-moz-animation:wpb_ttb .7s 1 cubic-bezier(.175,.885,.32,1.275);-o-animation:wpb_ttb .7s 1 cubic-bezier(.175,.885,.32,1.275);animation:wpb_ttb .7s 1 cubic-bezier(.175,.885,.32,1.275);opacity:1}.wpb_start_animation.wpb_bottom-to-top{-webkit-animation:wpb_btt .7s 1 cubic-bezier(.175,.885,.32,1.275);-moz-animation:wpb_btt .7s 1 cubic-bezier(.175,.885,.32,1.275);-o-animation:wpb_btt .7s 1 cubic-bezier(.175,.885,.32,1.275);animation:wpb_btt .7s 1 cubic-bezier(.175,.885,.32,1.275);opacity:1}.wpb_start_animation.wpb_left-to-right{-webkit-animation:wpb_ltr .7s 1 cubic-bezier(.175,.885,.32,1.275);-moz-animation:wpb_ltr .7s 1 cubic-bezier(.175,.885,.32,1.275);-o-animation:wpb_ltr .7s 1 cubic-bezier(.175,.885,.32,1.275);animation:wpb_ltr .7s 1 cubic-bezier(.175,.885,.32,1.275);opacity:1}.wpb_start_animation.wpb_right-to-left{-webkit-animation:wpb_rtl .7s 1 cubic-bezier(.175,.885,.32,1.275);-moz-animation:wpb_rtl .7s 1 cubic-bezier(.175,.885,.32,1.275);-o-animation:wpb_rtl .7s 1 cubic-bezier(.175,.885,.32,1.275);animation:wpb_rtl .7s 1 cubic-bezier(.175,.885,.32,1.275);opacity:1}.wpb_start_animation.wpb_appear{-webkit-animation:wpb_appear .7s 1 cubic-bezier(.175,.885,.32,1.275);-moz-animation:wpb_appear .7s 1 cubic-bezier(.175,.885,.32,1.275);-o-animation:wpb_appear .7s 1 cubic-bezier(.175,.885,.32,1.275);animation:wpb_appear .7s 1 cubic-bezier(.175,.885,.32,1.275);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}@-webkit-keyframes wpb_ttb{0%{-webkit-transform:translate(0,-10%);opacity:0}100%{-webkit-transform:translate(0,0);opacity:1}}@-moz-keyframes wpb_ttb{0%{-moz-transform:translate(0,-10%);opacity:0}100%{-moz-transform:translate(0,0);opacity:1}}@-o-keyframes wpb_ttb{0%{-o-transform:translate(0,-10%);opacity:0}100%{-o-transform:translate(0,0);opacity:1}}@keyframes wpb_ttb{0%{transform:translate(0,-10%);opacity:0}100%{transform:translate(0,0);opacity:1}}@-webkit-keyframes wpb_btt{0%{-webkit-transform:translate(0,10%);opacity:0}100%{-webkit-transform:translate(0,0);opacity:1}}@-moz-keyframes wpb_btt{0%{-moz-transform:translate(0,10%);opacity:0}100%{-moz-transform:translate(0,0);opacity:1}}@-o-keyframes wpb_btt{0%{-o-transform:translate(0,10%);opacity:0}100%{-o-transform:translate(0,0);opacity:1}}@keyframes wpb_btt{0%{transform:translate(0,10%);opacity:0}100%{transform:translate(0,0);opacity:1}}@-webkit-keyframes wpb_ltr{0%{-webkit-transform:translate(-10%,0);opacity:0}100%{-webkit-transform:translate(0,0);opacity:1}}@-moz-keyframes wpb_ltr{0%{-moz-transform:translate(-10%,0);opacity:0}100%{-moz-transform:translate(0,0);opacity:1}}@-o-keyframes wpb_ltr{0%{-o-transform:translate(-10%,0);opacity:0}100%{-o-transform:translate(0,0);opacity:1}}@keyframes wpb_ltr{0%{transform:translate(-10%,0);opacity:0}100%{transform:translate(0,0);opacity:1}}@-webkit-keyframes wpb_rtl{0%{-webkit-transform:translate(10%,0);opacity:0}100%{-webkit-transform:translate(0,0);opacity:1}}@-moz-keyframes wpb_rtl{0%{-moz-transform:translate(10%,0);opacity:0}100%{-moz-transform:translate(0,0);opacity:1}}@-o-keyframes wpb_rtl{0%{-o-transform:translate(10%,0);opacity:0}100%{-o-transform:translate(0,0);opacity:1}}@keyframes wpb_rtl{0%{transform:translate(10%,0);opacity:0}100%{transform:translate(0,0);opacity:1}}@-webkit-keyframes wpb_appear{0%{-webkit-transform:scale(.5);opacity:.1}100%{-webkit-transform:scale(1);opacity:1}}@-moz-keyframes wpb_appear{0%{-moz-transform:scale(.5);opacity:.1}100%{-moz-transform:scale(1);opacity:1}}@-o-keyframes wpb_appear{0%{-o-transform:scale(.5);opacity:.1}100%{-o-transform:scale(1);opacity:1}}@keyframes wpb_appear{0%{transform:scale(.5);opacity:.1}100%{transform:scale(1);opacity:1}}.connected-carousels .stage{width:620px;margin:20px auto;position:relative}.connected-carousels .photo-credits{position:absolute;right:15px;bottom:0;font-size:13px;color:#fff;text-shadow:0 0 1px rgba(0,0,0,.85);opacity:.66}.connected-carousels .photo-credits a{color:#fff}.connected-carousels .navigation{width:260px;margin:20px auto;position:relative}.connected-carousels .carousel{overflow:hidden;position:relative}.connected-carousels .carousel ul{width:20000em;position:relative;list-style:none;margin:0;padding:0}.connected-carousels .carousel li{float:left}.connected-carousels .carousel-stage{height:400px}.connected-carousels .carousel-stage,.connected-carousels .carousel-navigation{border:10px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 0 2px #999;-moz-box-shadow:0 0 2px #999;box-shadow:0 0 2px #999}.connected-carousels .carousel-navigation{height:60px;width:240px;background:#fff}.connected-carousels .carousel-navigation li{cursor:pointer}.connected-carousels .carousel-navigation li img{display:block;border:5px solid #fff}.connected-carousels .carousel-navigation li.active img{border-color:#ccc}.connected-carousels .next-stage,.connected-carousels .prev-stage{display:block;position:absolute;top:0;width:305px;height:410px;color:#fff}.connected-carousels .prev-stage{left:0}.connected-carousels .next-stage{right:0}.connected-carousels .next-stage.inactive,.connected-carousels .prev-stage.inactive{display:none}.connected-carousels .next-stage span,.connected-carousels .prev-stage span{display:none;position:absolute;top:50%;width:30px;height:30px;text-align:center;background:#4E443C;color:#fff;text-decoration:none;text-shadow:0 0 1px #000;font:24px/27px Arial,sans-serif;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;-webkit-box-shadow:0 0 2px #999;-moz-box-shadow:0 0 2px #999;box-shadow:0 0 2px #999}.connected-carousels .prev-stage span{left:20px}.connected-carousels .next-stage span{right:20px}.connected-carousels .next-stage:hover span,.connected-carousels .prev-stage:hover span{display:block}.connected-carousels .next-navigation,.connected-carousels .prev-navigation{display:block;position:absolute;width:30px;height:30px;background:#4E443C;color:#fff;text-decoration:none;text-shadow:0 0 1px #000;font:16px/29px Arial,sans-serif;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;-webkit-box-shadow:0 0 2px #999;-moz-box-shadow:0 0 2px #999;box-shadow:0 0 2px #999}.connected-carousels .prev-navigation{left:-15px;top:22px;text-indent:6px}.connected-carousels .next-navigation{right:-15px;top:22px;text-indent:20px}.connected-carousels .next-navigation.inactive,.connected-carousels .prev-navigation.inactive{opacity:.5;cursor:default}
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}
@media only screen and (min-width: 0) and (max-width: 1210px) {
    .mom_contet_ads {
        display: none !important;
    }
    .video_frame iframe {
        height: 381px !important;
    }
}

/****************************************************************
 *		@media Qurey
 ****************************************************************/
@media only screen and (min-width: 0px) and (max-width: 1165px) {
    .fixed, .fixed2 {
        width: 1024px;
    }

    .inner,
    .main-container,
    .hst2 .breaking-news,
    .hst3 .breaking-news,
    .hst2 .navigation {
        width: 960px;
    }

    .hst2 ul.br-right li:last-child, .hst3 ul.br-right li:last-child {
        border-right: none;
    }

    /*-- columns --*/
    .one_half, .one_third, .two_third, three_fourth,
    .two_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth,
    .one_sixth, .two_sixth, .three_sixth, .four_sixth, .five_sixth {
        width: 100%;
        float: none;
        margin: 0;
    }

    .one-side-wide:not(.both-sides-true) .main-content:not(.both-sides-layout), .one-side-wide .vc_sidebar.sidebar+.main-content.both-sides-layout,
    .one-side-wide .main-content.one_side:not(.both-sides-layout) {
        width: 578px;
    }

    .secondary-sidebar {
        display: none;
    }

    .fixed-header ul.main-menu li a {
        font-size: 13px;
        padding: 0 10px;
    }

    .fixed-header .navigation .inner {
        width: auto;
        position: inherit;
    }

    ul.top-menu li a {
        padding: 0 12px;
    }

    .header-banner img {
        display: block;
    }
    .header-banner .mom-ads-wrap.responsive .mom-ad {
	width: 100%;
	max-width: 100%;
    }
    
    .logo a img{
        max-width: 230px;
    }
    /* 	Fix images size */
    .def-slider-wrap .def-slider-item img,
    .slider-widget-item img,
    .post-list .post-thumbnail img {
        width: 100%;
        height: 100%;
    }

    .def-slider-wrap .def-slider-item img {
        height: auto;
    }

    .slider2 .small-slider2 .def-slider-desc {
        display: none;
    }

    .f-tabbed-grid img {
        width: 266px;
        height: 179px;
    }

    .col2 .scroller ul,
    .scroller ul {
        width: auto;
    }

    .col2 .scroller ul li img,
    .col2 .scroller ul li,
    .scroller ul li img,
    .scroller ul li {
        width: 231px;
        height: 154px;
    }

    .col2 .scroller .owl-prev:before,
    .scroller .owl-prev:before {
        left: -14px;
    }

    .col2 .scroller .owl-next:after,
    .scroller .owl-next:after {
        right: -13px;
    }

    .scroller2 li {
        width: 210px;
    }

    .scroller2 li img {
        height: 140px;
    }

    .nb1 img,
    .nb2 .first-item img,
    .nb3 .first-item img,
    .nb4 .first-item img {}

    .nb3 ul li img,
    .nb4 ul li img {
        width: 80px;
        height: 54px;
    }

    .nb3 ul li {
        padding-bottom: 114px;
        margin-bottom: -100px;
    }

    .nb5 .first-item img {
        width: 130px;
        height: 87px;
    }

    .nb6 ul li img {
        width: 162px;
        height: 109px;
    }

    .nip .first-item img {
        width: 359px;
        height: 240px;
    }

    .nip ul li img {
        width: 85px;
        height: 57px;
    }

    .vid-box-item-wrap li {
        width: 624px;
    }

    .vid-item h2 {
        bottom: -1px;
    }

    .vid-box-wrap ul.widget-tabbed-header li a {
        padding: 0 26px;
    }

    .vid-carousel-stage {
        width: 624px;
        height: 384px;
    }

    .nav-arr-nav {
        width: 31.55%;
    }

    .nav-arr-nav a {
        padding: 0 64px;
    }

    .vid-vert {
        height: 351px;
        width: 32.5%;
    }

    .vid-box-wrap ul.widget-tabbed-header {
        width: 32.3%;
    }

    /* 	blog */
    .blog-post img {
        width: auto !important;
        height: auto !important;
    }

    .blog-post .post-format-icon:before {
        top: 90px;
    }

    .blog-post-big img {
        width: 100% !important;
        height: auto !important;
    }

    /* 	footer */
    .col2 footer.footer .footer-widget,
    footer.footer .footer-widget {
        width: 20.9%;
    }

    .col2 .footer .newsletter .nsf,
    .footer .newsletter .nsf {
        width: 49%;
    }

    /* 	single */
    .mom-related-posts li img {
        width: 165px;
        height: 109px;
    }

    /* 	category */
    .cat-slider .bb-bookblock {
        width: 585px;
        height: 392px;
    }

    .cat-slider-mpop {
        width: 577px;
    }

    .cat-slider-mpop .slider-mpop-big {
        width: 280px;
        margin-right: 17px;
    }

    .cat-slider-mpop-head .cat-slider-pop {
        right: 0;
    }

    .cat-slider-pop {
        right: 0;
    }

    .slider-mpop-big .f-p-title {}

    .slider-mpop-big img {
        width: 280px;
        height: 187px;
    }

    .cat-slider-mpop ul li img {
        width: 90px;
        height: 60px;
    }

    .cat-slider-item img {
        width: 576px;
        height: 395px;
    }

    .feature-cat-slider .cat-slider-nav{
        height: 425px;
    }

    .cat-slider.feature-cat-slider{
        height: auto;
    }

    /* 	madia page template */
    .media-main-content {
        width: 586px;
    }

    .media-items-list li.featured {
        width: 48.9%;
        /* min-height: 238px; */
    }

    .media-items-list li.featured img {
        width: 266px;
        height: 172px;
    }

    .media-items-list li {
        width: 32.2%;
    }

    .media-items-list li img {
        width: 175px;
        height: 114px;
    }

    /* 	magazine page template */
    .ma-content-wrap {
        width: 320px;
    }

    /* 	weather page */
    .find-weather-box input {
        width: 80.9%;
    }

    /* 	author page */
    .author-cover {
        width: 960px;
        height: 354px;
    }

    .author-page .author-list-box {
        left: 21%;
    }

    .media-items-list li.featured{
        min-height: 216px;
    }
    /*Posts Layouts*/
    .post-layout1, .post-layout2, .post-layout3, .pl2-tab-wrap {
        height: 400px;
    }

    .post-layout2 .inner h1.entry-title {
        font-size: 38px;
    }

    .post-layout3 .inner .entry-post-meta {
        margin-bottom: 5px;
    }

    .post-layout3 h1.entry-title, .post-layout4 h1.entry-title {
        margin-bottom: 10px !important;
    }
}

/*------------------------------------------------------------------------------*/
/*                    all devices / ipad
/*------------------------------------------------------------------------------*/
@media only screen and (min-width: 0) and (max-width: 1000px) {
    .post-layout2 .inner h1.entry-title {
        font-size: 32px;
    }

    .post-layout2 .inner {
        padding: 0 30px;
    }

    .header .header-banner {
        float: none;
    }

    .header .header-banner * {
        max-width: 100%;
    }

    .header .header-banner .mom-ads {
        margin-right: 0;
    }

    .one_half, .one_third, .two_third, three_fourth, .two_fourth, .one_fourth,
    .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .two_sixth,
    .three_sixth, .four_sixth, .five_sixth,
    #footer .one_half, #footer .one_third,
    #footer .two_third, three_fourth, #footer .two_fourth, #footer .one_fourth,
    #footer .one_fifth, #footer .two_fifth, #footer .three_fifth, #footer .four_fifth,
    #footer .one_sixth, #footer .two_sixth, #footer .three_sixth, #footer .four_sixth,
    #footer .five_sixth,
    .both-sidebars #footer .one_half, .both-sidebars #footer .one_third,
    .both-sidebars #footer .two_third, three_fourth, .both-sidebars #footer .two_fourth,
    .both-sidebars #footer .one_fourth, .both-sidebars #footer .one_fifth,
    .both-sidebars #footer .two_fifth, .both-sidebars #footer .three_fifth,
    .both-sidebars #footer .four_fifth, .both-sidebars #footer .one_sixth,
    .both-sidebars #footer .two_sixth, .both-sidebars #footer .three_sixth,
    .both-sidebars #footer .four_sixth, .both-sidebars #footer .five_sixth,
    .wpb_row .vc_span1,
    .wpb_row .vc_span2,
    .wpb_row .vc_span3,
    .wpb_row .vc_span4,
    .wpb_row .vc_span5,
    .wpb_row .vc_span6,
    .wpb_row .vc_span7,
    .wpb_row .vc_span8,
    .wpb_row .vc_span9,
    .wpb_row .vc_span10,
    .wpb_row .vc_span11,
    .wpb_row .vc_span12,
    .wpb_row .vc_main_col:first-child, .wpb_row .vc_sec_sidebar:first-child, .wpb_row .vc_sidebar:first-child,
    .wpb_row .vc_main_col:last-child, .wpb_row .vc_sec_sidebar:last-child, .wpb_row .vc_sidebar:last-child
    {
        float: none !important;
        width: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .wpb_row {
        margin: 0;
    }

    .vc_responsive .wpb_row .vc_span12 {
        padding: 0;
    }

    #bb-nav-prev {
        display: block;
    }

    .both-sidebars-all .main-left {
        float: none;
    }

    .secondary-sidebar {
        display: block;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }

    .scroller {
        margin: 0;
    }

    .secondary-sidebar .nsb {
        width: auto;
    }

    .secondary-sidebar .post-list li img {
        float: left;
        margin: 0 15px 4px 0;
        max-width: 90px;
        height: auto;
    }

    .fixed_wrap {
        overflow: hidden;
    }

    input, textarea, select {
        -webkit-appearance: none;
    }

    .fixed, .fixed2 {
        width: 100% !important;
    }

    .inner, .col2 .inner, .main-container, .col2 .main-container {
        width: 577px;
        margin: 0 auto
    }

    .main-content {
        width: 100% !important;
        float: none !important;
    }

    .main-left {
        margin: 0;
    }

    .secondary-sidebar,
    .sidebar {
        width: auto;
        float: none;
        clear: both;
    }

    .mob-title {
        display: block;
        background: rgba(0, 0, 0, 0.40);
        padding: 15px;
        position: absolute;
        bottom: 0;
        width: 100%;
        box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        -webkit-box-sizing: border-box !important;
        color: white;
        z-index: 999;
    }

    /* 	header */
    .header-wrap {
        height: auto !important;
        padding: 35px 0;
    }

    .header .logo {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .header-wrap > .inner, .header > .inner, .header .logo {
        height: auto !important;
        line-height: normal !important;
    }

    .header .ads-layout-rotator, .header .mom-ads {
        position: static;
        margin: 0 auto;
        overflow: hidden;
    }

    .header .mom-ads .mom-ad {
        margin: 0 !important;
    }

    .mom-ads .mom-ad {
        height: auto !important;
    }

    .header .mom-ads {
        margin-top: 30px;
        margin-right: -70px;
    }

    .brmenu li .icon_only_label {
        display: none;
    }

    .fixed-header .navigation .inner {
        position: relative;
    }

    .fixed-header .device-menu-wrap {
        width: 70%;
        right: 0;
    }

    .hst2 ul.br-right, .hst3 ul.br-right {
        border-width: 0 0 0 1px;
    }

    /* 	top Menu */
    .top-menu {
        display: none;
    }

    .device-top-menu-wrap {
        position: relative;
        float: left;
    }

    .top-menu-holder {
        font-size: 19px;
        line-height: 40px;
        height: 35px;
        width: 38px;
        text-align: center;
        cursor: pointer;
        border-width: 0 1px;
        border-style: solid;
        border-color: #222222;
    }

    .top-menu-holder.active,
    .top-menu-holder:hover {
        color: white;
        background: #1A1919;
    }

    .device-top-nav {
        position: absolute;
        top: 36px;
        left: 0;
        z-index: 10000;
        background: #1A1919;
        width: 240px;
        display: none;
    }

    .top-right-content .device-top-nav {
        left: auto;
        right: 0;
    }

    .device-top-nav > li:first-child {
        border-top: 0;
    }

    .device-top-nav li {
        line-height: 1.4;
        border-top: 1px solid #222222;
        position: relative;
    }

    .device-top-nav li:hover {
        background: black;
    }

    .device-top-nav li .sub-menu {
        display: none;
    }

    .device-top-nav li ul li a:before {
        content: '-';
        margin-right: 5px;
        font-family: arial;
        font-size: 15px;
        float: left;
        line-height: 17px;
    }

    .device-top-nav li ul li a {
        padding-left: 30px;
    }

    .device-top-nav li ul li ul li a {
        padding-left: 40px;
    }

    .device-top-nav li a {
        color: #f0f0f0;
        display: block;
        font-size: 13px;
        padding: 7px 15px 8px;
    }

    .device-top-nav li .responsive-caret {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 14px;
        width: 33px;
        height: 33px;
        line-height: 33px;
        text-align: center;
        border: 0px solid #222;
        border-left-width: 1px;
        cursor: pointer;
    }

    .device-top-nav li.dm-active > .responsive-caret {
        border-color: #2e3339;
    }

    .device-top-nav li.dm-active > .responsive-caret:before {
        content: '\e6ea';
    }

    .device-top-nav li.dm-active:before, .device-top-nav li.dm-active:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background: #222;
        left: 0;
    }

    .device-top-nav li.dm-active:before {
        top: -1px;
    }

    .device-top-nav li.dm-active:after {
        top: 33px;
    }

    .device-top-nav li.dm-active > a {
        background: #000;
    }

    /* 	Main Menu */
    .mom_visibility_desktop {
        display: none !important;
    }

    .mom_visibility_device {
        display: block;
    }

    /*----------------------------
    	Navigation
    ----------------------------*/
    body.sticky_navigation_on .navigation.sticky-nav {
        position: relative !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .device-menu-wrap .icon_only_label {
        display: inline-block;
    }

    .device-menu-wrap {
        position: absolute;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 8888;
    }

    .device-menu-holder {
        background: #1e1e1e;
        padding: 0 15px;
        font-size: 17px;
        color: #ededed;
        cursor: pointer;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        position: relative;
        height: 47px;
        line-height: 47px;

    }

    .device-menu-wrap.has_nav_search .device-menu-holder {
        border-right-width: 0;
    }

    /*
    	.device-menu-wrap.has_nav_search .device-menu-holder.active:after {
    	    height: 50px;
    	    position: absolute;
    	    right: -1px;
    	    top: 0;
    	    width: 1px;
    	    background: #fff;
    	    content: '';
    	}
    	*/
    .the_menu_holder_area i {
        float: left;
        margin-right: 10px;
        color: #cacaca;
        position: relative;
        font-size: 15px;

    }

    .device-menu-holder .mh-caret {
        position: absolute;
        width: 43px;
        height: 44px;
        right: -1px;
        top: 0;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        color: #fff;
    }

    .device-menu-holder .mh-icon {
        font-size: 18px;
        float: left;
        margin-right: 13px;
        line-height: 49px;
        color: #ededed;
        position: relative;
        left: -1px;
    }

    #navigation .device-menu {
        background: #262626;
        border: 1px solid #000;
        border-top: 0;
        margin-top: 1px;
        display: none;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #navigation .device-menu li.menu-item-depth-0:first-child {
        border-top-color: #262626;
    }

    #navigation .device-menu li.menu-item > a .menu_bl {
        float: left;
        width: 5px;
        height: 40px;
        display: block;
        left: -15px;
        position: relative;
        background: #5A5A5A;
    }

    #navigation .device-menu li.menu-item-depth-0:first-child {
        line-height: 37px;
    }

    #navigation .device-menu li.menu-item a i {
        float: none !important;
    }

    .cats-mega-wrap,
    .mom_mega_cats {
        clear: both;
    }

    #navigation .device-menu-wrap.has_nav_search .device-menu {
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    #navigation .device-menu-holder .menu_bl {
        width: 575px;
        height: 5px;
        position: relative;
        bottom: 5px;
        left: -15px;
        display: block;
        background: #5A5A5A;
    }

    #navigation .device-menu li.mom_mega {
        overflow: hidden;
        clear: both;
    }

    #navigation .device-menu li.menu-item {
        border-top: 1px solid #000;
        line-height: 39px;
        position: relative;
    }

    #navigation .device-menu li.menu-item:hover {
        background: #1e1e1e;
    }

    #navigation .device-menu li.menu-item > a {
        padding: 0 15px;
        display: block;
        color: #ededed;
        font-size: 14px;
    }

    #navigation .device-menu li.menu-item.mom_default_menu_item ul.sub-menu li ul li a {
        margin-left: 20px;
    }

    #navigation .device-menu li.menu-item a i {
        margin-right: 10px;
        color: #cacaca;
        /* float: left; */
        font-size: 16px;
        line-height: inherit;
    }

    #navigation .mom_mega_wrap .menu-item-depth-1.mega_column {
        float: none;
        width: auto;
        border-top: 0;
        margin: 0;
    }

    .icon_only_label {
        display: inline-block;
    }

    #navigation .device-menu > li.menu-item:not(.mom_mega_cats) ul.sub-menu {
        width: 100%;
        clear: both;
    }

    #navigation .device-menu > li.menu-item > ul.sub-menu,
    #navigation .device-menu > li .mom-megamenu,
    #navigation .device-menu > li .sub-mom-megamenu,
    #navigation .device-menu > li .sub-mom-megamenu2 {
        display: none;
    }

    #navigation .device-menu li.menu-item .mom-megamenu {
        position: relative;
    }

    #navigation .device-menu li.menu-item .view-all-link {
        width: 100% !important;
    }

    #navigation .device-menu li.menu-item.dm-active {
        background: #1E1E1E;
    }

    #navigation .device-menu .mom-megamenu .sub-mom-megamenu,
    #navigation .device-menu .mom-megamenu .sub-mom-megamenu2 {
        width: 394px !important;
        float: left;
    }

    #navigation .device-menu .mom-megamenu .sub-mom-megamenu ul li,
    #navigation .device-menu .mom-megamenu .sub-mom-megamenu2 ul li {
        width: 100%;
        border-right: none;
        padding-bottom: 0;
        margin-bottom: 0;
        padding: 7px 14px;
    }

    #navigation .device-menu .mom-megamenu .sub-mom-megamenu ul li:first-child,
    #navigation .device-menu .mom-megamenu .sub-mom-megamenu2 ul li:first-child {
        padding-top: 14px;
    }

    #navigation .device-menu .mom-megamenu .sub-mom-megamenu ul li:last-child,
    #navigation .device-menu .mom-megamenu .sub-mom-megamenu2 ul li:last-child {
        padding-bottom: 14px;
    }

    .mom_visibility_device .device-menu .mom-megamenu .sub-menu li:first-child {
        border-top: none !important;
    }

    .mom_visibility_device .device-menu .sub-menu li {
        background: #262626;
    }

    #navigation .device-menu .mom-megamenu .sub-mom-megamenu ul li:last-child,
    #navigation .device-menu .mom-megamenu .sub-mom-megamenu2 ul li:last-child {
        border-bottom: none !important;
    }

    #navigation .device-menu .mom-megamenu .sub-mom-megamenu ul li img,
    #navigation .device-menu .mom-megamenu .sub-mom-megamenu2 ul li img {
        float: left;
        width: 78px;
        height: 51px;
        margin: 0 14px 0 0;
    }

    #navigation .device-menu .mom-megamenu .sub-mom-megamenu ul li h2,
    #navigation .device-menu .mom-megamenu .sub-mom-megamenu2 ul li h2 {
        text-align: left;
        line-height: 18px;
        font-size: 12px;
    }

    #navigation .device-menu .mom-megamenu .sub-mom-megamenu ul li h2 a,
    #navigation .device-menu .mom-megamenu .sub-mom-megamenu2 ul li h2 a {
        color: white;
        padding: 0
    }

    #navigation .device-menu .mom-megamenu .view-all-link {
        display: none;
    }

    #navigation .device-menu .mom-megamenu {
        border-top: 1px solid black;
    }

    #navigation .device-menu .mom-megamenu .sub-menu {
        display: block;
        width: 181px;
        float: left;
    }

    #navigation .device-menu li .responsive-caret {
        position: absolute;
        width: 42px;
        height: 40px;
        border-left: 1px solid #000;
        right: 0;
        top: 0;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        color: #cacaca;
    }

    #navigation .device-menu li .responsive-caret:before, .device-menu-holder .mh-caret:before, .device-top-nav li .responsive-caret:before {
        content: "\e6eb";
        font-family: 'font-awesome';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    #navigation .device-menu li.dm-active .responsive-caret:before, .device-menu-holder.active .mh-caret:before {
        content: '\e6ea';
    }

    #navigation .device-menu li.mega_column.mega_col_title .responsive-caret {
        display: none;
    }

    #navigation .device-menu li.dm-active > a, #navigation .device-menu li.dm-active > .responsive-caret {
        background: #1a1a1a;
    }

    #navigation .device-menu li .mom_custom_mega .sub-menu {
        display: none !important;
    }

    #navigation .device-menu .cats-mega-wrap .subcat {
        display: none;
    }

    #navigation .device-menu .mom_custom_mega.mom_mega_wrap {
        padding: 20px;
        border-top: 1px solid #f0f0f2;
        line-height: normal !important;
        display: none;
    }

    .mom_visibility_device .device-menu li.mom_mega_cats {
        overflow: hidden;
    }

    .no-bnmenu .breaking-cont {
        width: 448.9px;
    }

    .fixed-header #navigation .device-menu .mom-megamenu .sub-menu {
        width: 140px;
    }

    .fixed-header #navigation .device-menu .mom-megamenu .sub-mom-megamenu,
    .fixed-header #navigation .device-menu .mom-megamenu .sub-mom-megamenu2 {
        width: 244px !important;
    }

    .hst2 .navigation,
    .hst3 .navigation,
    .hst2 .breaking-news, 
    .hst3 .breaking-news {
        width: auto !important;
    }

    .hst2 ul.br-right, .hst2 ul.br-right {
        border-width: 0;
    }

    .hst1 .device-menu-holder,
    .hst2 .device-menu-holder,
    .hst3 .device-menu-holder {
        background: #fafafa;
        border-color: #e1e1e1;
        color: #2d2d2d;
    }

    .hst1 #navigation .device-menu li.dm-active > a, .hst1 #navigation .device-menu li.dm-active > .responsive-caret,
    .hst2 #navigation .device-menu li.dm-active > a, .hst2 #navigation .device-menu li.dm-active > .responsive-caret,
    .hst3 #navigation .device-menu li.dm-active > a, .hst3 #navigation .device-menu li.dm-active > .responsive-caret,
    .hst1 #navigation .device-menu li.menu-item.dm-active, .hst2 #navigation .device-menu li.menu-item.dm-active,
    .hst3 #navigation .device-menu li.menu-item.dm-active,
    .hst1 #navigation .device-menu-holder .menu_bl,
    .hst2 #navigation .device-menu-holder .menu_bl, .hst3 #navigation .device-menu-holder .menu_bl,
    .hst1 ul.main-menu li span.menu_bl, .hst2 ul.main-menu li span.menu_bl,
    .hst3 ul.main-menu li span.menu_bl {
        background: #f2f2f2;
    }

    .hst1 .device-menu-holder .mh-icon,
    .hst2 .device-menu-holder .mh-icon,
    .hst3 .device-menu-holder .mh-icon,
    .hst1 .device-menu-holder .mh-caret,
    .hst2 .device-menu-holder .mh-caret,
    .hst3 .device-menu-holder .mh-caret {
        color: #2d2d2d;
    }

    .hst1 .the_menu_holder_area i,
    .hst2 .the_menu_holder_area i,
    .hst3 .the_menu_holder_area i {
        color: #8b8b8b;
    }

    .hst1 #navigation .device-menu,
    .hst2 #navigation .device-menu,
    .hst3 #navigation .device-menu {
        background: #fafafa;
        border-color: #e1e1e1;
    }

    .hst1 #navigation .device-menu li .responsive-caret,
    .hst2 #navigation .device-menu li .responsive-caret,
    .hst3 #navigation .device-menu li .responsive-caret,
    .hst1 #navigation .device-menu li.menu-item,
    .hst2 #navigation .device-menu li.menu-item,
    .hst3 #navigation .device-menu li.menu-item {
        border-color: #e1e1e1;
    }

    .hst1 #navigation .device-menu li.menu-item > a,
    .hst2 #navigation .device-menu li.menu-item > a,
    .hst3 #navigation .device-menu li.menu-item > a {
        color: #2d2d2d;
    }

    .hst1 .brmenu.active, .breaking-news .brmenu:hover,
    .hst2 .brmenu.active, .breaking-news .brmenu:hover,
    .hst3 .brmenu.active, .breaking-news .brmenu:hover,
    .hst1 .mom_visibility_device .device-menu .sub-menu li,
    .hst2 .mom_visibility_device .device-menu .sub-menu li,
    .hst3 .mom_visibility_device .device-menu .sub-menu li {
        background: transparent !important;
    }

    .hst1 #navigation .device-menu .mom-megamenu,
    .hst2 #navigation .device-menu .mom-megamenu,
    .hst3 #navigation .device-menu .mom-megamenu {
        border-color: #e1e1e1;
    }

    .hst1 #navigation .device-menu .mom-megamenu .sub-mom-megamenu ul li h2 a,
    .hst1 #navigation .device-menu .mom-megamenu .sub-mom-megamenu2 ul li h2 a,
    .hst2 #navigation .device-menu .mom-megamenu .sub-mom-megamenu ul li h2 a,
    .hst2 #navigation .device-menu .mom-megamenu .sub-mom-megamenu2 ul li h2 a,
    .hst3 #navigation .device-menu .mom-megamenu .sub-mom-megamenu ul li h2 a,
    .hst3 #navigation .device-menu .mom-megamenu .sub-mom-megamenu2 ul li h2 a {
        color: #2d2d2d;
    }

    /* 	content */
    .def-slider {}

    .def-slider-nav {
        bottom: 0;
    }

    .def-slider-nav a.activeSlide {
        top: 0;
    }

    .f-tabbed-list {
        margin-bottom: -15px !important;
    }

    .slider2 .big-slider2 {
        width: 100%;
    }

    .slider2 .small-slider2 {
        width: 49.5%;
        margin-bottom: 4px;
    }

    .slider2 .small-slider2:nth-child(2n+2) {
        margin-right: 0;
    }

    .slider2 .small-slider2 .def-slider-title h2 a {
        font-size: 19px;
        line-height: 23px;
    }

    .col2 .scroller ul li img, .col2 .scroller ul li,
    .scroller ul li img, .scroller ul li {
        width: 271px;
        height: 181px;
    }

    .col2 .scroller2 li,
    .scroller2 li {
        width: 257px;
    }

    .scroller .owl-carousel .owl-stage-outer {
        width: 544px;
    }

    .scroller2 {
        margin: -15px;
    }

    .vid-box-nav li h2,
    .vid-box-nav li .entry-meta,
    .nav-arr-nav {
        display: none;
    }

    .vid-vert {
        margin: -18px 16px -15px -15px;
        width: 18%;
        height: 306px;
    }

    .vid-box-nav li img {
        height: 47px;
    }

    .vid-carousel-stage {
        width: 446px;
        height: 275px;
    }

    .vid-box-item-wrap li {
        width: 446px;
    }

    .vid-item h2 {
        bottom: 0;
        padding: 17px;
    }

    .vid-item h2 a {
        font-weight: normal;
        font-size: 21px;
    }

    .vid-item.format-audio a.vid-item-img:before, .vid-item.format-video a.vid-item-img:before {
        font-size: 38px;
    }

    .vid-items-arrnav {
        top: 42% !important;
    }

    .vid-items-arrnav a {
        font-size: 19px;
        width: 37px;
        height: 45px;
    }

    .vid-items-arrnav a i {
        top: -1px;
    }

    /* 	widgets */
    .sidebar .login-widget .login-button {
        height: 38px;
    }

    .sidebar .social-counter li:nth-child(4n+4) {
        margin-right: 0;
    }

    .sidebar .social-counter li:first-child {
        margin: 0;
    }

    .sidebar .social-counter li {
        margin: 12px 0 0 12px;
    }

    .sidebar .social-counter li:nth-child(-n+4) {
        margin-top: 12px
    }

    .sidebar .social-counter li:nth-child(7n+7) {
        margin-left: 0;
    }

    .sidebar .social-counter li:nth-child(-n+6) {
        margin-top: 0;
    }

    ul.social-widget li {
        margin: 5px 5px 0 0;
    }

    ul.social-widget li:nth-child(6n+6) {
        margin-right: 5px;
    }

    ul.social-widget li:nth-child(10n+10) {
        margin-right: 0;
    }

    ul.social-widget li:nth-child(-n+10) {
        margin-top: 0;
    }

    .news-pics-widget li {
        margin: 11px 11px 0 0;
    }

    .news-pics-widget li:nth-child(4n+4) {
        margin-right: 11px;
    }

    .news-pics-widget li:nth-child(-n+6) {
        margin-top: 0;
    }

    .news-pics-widget li:nth-child(6n+6) {
        margin-right: 0;
    }

    .news-pics-widget {
        margin-left: 4px;
    }

    .slider-widget {
        margin: 0 auto;
        width: 333px;
    }

    .col2 .footer .newsletter .nsf,
    .footer .newsletter .nsf {
        width: 78%;
    }

    .footer .newsletter .nsb {
        width: 22%;
    }

    .first-weather .weather-result {
        width: 31%;
        padding-left: 71px;
    }

    .login-pwd-wrap {
        margin-right: 9px;
    }

    /* 	category */
    .col2 .cat-slider,
    .cat-slider {
        height: auto;
    }

    .cat-slider-nav {
        display: none !important;
    }

    .col2 .cat-slider-mpop ul li {
        margin-top: 8px;
    }

    .col2 .cat-slider-mpop .slider-mpop-big {
        margin-bottom: 10px;
    }

    .col2 .cat-slider-mpop-head .cat-slider-pop,
    .col2 .cat-slider-pop {
        right: 0;
    }

    .col2 .cat-slider .bb-bookblock,
    .cat-slider .bb-bookblock {
        width: 544px;
        height: 370px;
    }

    .col2 .cat-slider-item img,
    .cat-slider-item img {
        width: 544px;
        height: 370px;
    }

    .col2 .cat-slider-mpop .slider-mpop-big,
    .cat-slider-mpop .slider-mpop-big {
        width: 263px;
    }

    .col2 .slider-mpop-big img
    .slider-mpop-big img {
        width: 265px;
        height: 176px;
    }

    .cat-slider-mpop-head {
        height: 42px;
        line-height: 42px;
    }

    .cat-slider-mpop-head .cat-slider-pop {
        top: -9px;
        right: 0;
    }

    .cat-slider-pop {
        right: 0;
    }

    .cat-slider .slider-widget-nav {
        display: block;
    }

    .top-cat-slider-nav {
        display: none !important;
    }

    /* 	media page template */
    .media-main-content {
        width: 577px;
    }

    /* 	weather page */
    .t-w-title {
        padding: 10px 0;
    }

    .week-weather-box li .weather-results span {
        font-size: 20px;
    }

    .week-weather-box li .weather-results small {
        font-size: 15px;
    }

    .find-weather-box input {
        width: 68%;
    }

    .weather-results .icon-cloud.behind:after {
        right: 1px;
    }

    /* 	Search page */
    .adv-search-form span.adv-s-cat {
        margin-top: -27px;
    }

    .adv-search-form span {
        margin-top: 5px;
    }

    .adv-search-form .submit {
        margin-top: 31px;
    }

    .search .nb1 img {
        width: 152px;
        height: 102px;
    }

    .facebook-widget iframe {
        width: 100% !important;
    }

    /* 	footer */
    .col2 footer.footer .footer-widget:first-child {
        width: 93.2%;
    }

    .col2 footer.footer .footer-widget,
    footer.footer .footer-widget {
        width: 93.2%;
        border-right: none;
        padding-top: 0;
    }

    footer.footer .footer-widget:first-child {
        border-right: 1px solid #1a1a1a;
        padding-top: 20px;
    }

    footer.footer .footer-widget .widget {
        position: relative;
        padding-bottom: 30px;
    }

    footer.footer .footer-widget .widget:before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 577px;
        left: -19px;
        height: 2px;
        background: #1a1a1a;
    }

    .col2 footer.footer .footer-widget .widget:before {
        left: -15px;
        width: 570px;
    }

    footer.footer .footer-widget:last-child .widget:last-child {
        margin-bottom: 0;
    }

    footer.footer .footer-widget:last-child .widget:last-child:before {
        content: "";
        display: none;
    }

    ul.footer-bottom-menu {
        float: none;
    }

    .footer .widget_nav_menu {
        overflow: visible;
    }

    .footer .widget_nav_menu ul {
        overflow: hidden
    }

    .footer-menu {
        display: none;
    }

    .footer-bottom {
        height: auto;
    }

    .footer-bottom .alignright {
        float: none;
        margin-bottom: 25px;
        text-align: center;
        /* border-bottom: 1px solid #1a1a1a; */
        padding-bottom: 25px;
    }

    .alignright .menu-br-container {
        display: inline-block;
    }

    ul.footer-bottom-social {
        float: none;
    }

    ul.footer-bottom-social li {
        display: inline-block;
        float: none;
    }

    .footer-bottom .alignleft {
        float: none;
        text-align: center;
    }

    .footer-logo img {
        display: inline-block;
    }

    /* 	Author page */
    .author-cover {
        width: 577px;
        height: 324px;
    }

    .col2 .author-page .author-list-box,
    .author-page .author-list-box {
        left: 10px;
    }

    .mom-blog-timeline ul li:nth-child(2n+2),
    .mom-blog-timeline ul li {
        float: none !important;
        clear: none !important;
        margin: 0 0 20px 0 !important;
    }

    .mom-blog-timeline ul:before,
    .mom-blog-timeline ul li:before {
        display: none;
    }

    .mom-blog-timeline ul li {
        width: 99.5%
    }

    .author-page .mom-blog-timeline {
        width: 533px;
    }

    .mom-blog-timeline .nb5 .first-item {
        overflow: hidden;
    }

    .breaking-news {
        clear: both;
    }

    .breaking-news-items {
        padding-right: 1px;
    }

    ul.br-right {
        right: 1px;
    }

    /*----------------------------
        News Tabs
     ----------------------------*/
    ul.f-tabbed-grid.f-tabbed-cols3 li,
    ul.f-tabbed-grid.f-tabbed-cols4 li, ul.f-tabbed-grid.f-tabbed-cols5 li {
        width: 50%;
    }

    ul.f-tabbed-grid.f-tabbed-cols3 li:nth-child(2n+1), ul.f-tabbed-grid.f-tabbed-cols4 li:nth-child(2n+1), ul.f-tabbed-grid.f-tabbed-cols5 li:nth-child(2n+1) {
        clear: left;
    }

    ul.f-tabbed-grid.f-tabbed-cols3 li:nth-child(3n+1), ul.f-tabbed-grid.f-tabbed-cols4 li:nth-child(4n+1), ul.f-tabbed-grid.f-tabbed-cols5 li:nth-child(5n+1) {
        clear: none;
    }

    /*Post Layout*/
    .post-layout4 h1.entry-title, .post-layout3 .inner h1.entry-title {
        font-size: 30px;
    }

    .post-layout3 h1.entry-title, .post-layout4 h1.entry-title {
        margin-bottom: 5px !important;
        line-height: 1;
    }
}

/*------------------------------------------------------------------------------*/
/*                    Width : 480
/*------------------------------------------------------------------------------*/
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 0) and (max-width: 768px) {
    .fixed, .fixed2 {
        width: 100%;
    }
}

/*------------------------------------------------------------------------------*/
/*                    Width : 568 = iphone 5 landscape
/*------------------------------------------------------------------------------*/
@media only screen and (min-width: 0) and (max-width: 670px) {
    .fixed, .fixed2 {
        width: 100%;
    }

    .toup {
        bottom: 0;
        right: 0;
    }

    .wp-video, .mejs-video, .wp-video-shortcode, .mejs-overlay, .mejs-poster, .mejs-layer, .mejs-mediaelement .me-plugin, .mejs-mediaelement embed,
    .video_frame iframe
    {
        max-height: 304px !important;
    }
}

/*------------------------------------------------------------------------------*/
/*                    Width : 480
/*------------------------------------------------------------------------------*/
@media only screen and (min-width: 0) and (max-width: 568px) {
    .col2 .inner,
    .col2 .main-container,
    .col2 .main-content,
    .inner,
    .main-container,
    .main-content {
        width: 470px;
    }

    .today_date {
        display: none;
    }

    .breaking-title {
        display: none;
    }

    .breaking-cont {
        border-left: 1px solid #000;
    }

    .breaking-news-items {
        padding-left: 0;
        padding-right: 2px;
    }

    .no-bnmenu .breaking-cont {
        width: 433px;
    }

    #navigation .device-menu .mom-megamenu .sub-menu {
        width: 168px;
    }

    #navigation .device-menu .mom-megamenu .sub-mom-megamenu, #navigation .device-menu .mom-megamenu .sub-mom-megamenu2 {
        width: 270px !important;
    }

    #navigation .device-menu-holder .menu_bl {
        width: 438px;
    }

    .fixed-header .device-menu-wrap {
        width: 60%;
    }

    .fixed-header #navigation .device-menu .cats-mega-wrap,
    .fixed-header #navigation .device-menu .mom-megamenu .sub-mom-megamenu,
    .fixed-header #navigation .device-menu .mom-megamenu .sub-mom-megamenu2 {
        display: none !important;
    }

    .vid-box-nav, .vid-vert {
        display: none;
    }

    .vid-carousel-stage,
    .vid-box-item-wrap li {
        width: 409px;
        height: 252px;
    }

    .vid-item h2 {
        bottom: -1px;
    }

    .vid-box-wrap .widget-tabbed-body {
        padding-top: 15px;
    }

    ul.f-tabbed-sort {}
    .f-tabbed-container{
        clear: both;
    }
    /* 	fslider */
    .def-slider-desc {
        display: none;
    }

    .def-slider-title h2 a {
        font-size: 23px;
    }

    .slider2 .small-slider2 .def-slider-cap {
        bottom: 5px;
    }

    .slider2 .small-slider2 .def-slider-title h2 a {
        font-size: 17px;
        line-height: 20px;
    }

    /* 	blog */
    .blog-post .post-format-icon:before {
        top: 90px;
        bottom: auto;
    }

    .blog-post-big .post-format-icon:before {
        top: 194px !important;
        bottom: auto !important;
    }

    /* 	scroller */
    .col2 .scroller ul,
    .scroller ul {
        padding: 0 2px;
    }

    .col2 .scroller ul li img, .col2 .scroller ul li,
    .scroller ul li img, .scroller ul li {
        width: 201px;
        height: 134px;
    }

    .scroller .owl-carousel .owl-stage-outer {
        width: auto;
    }

    .scroller ul li .entry-meta {
        display: none;
    }

    .scroller ul li h2 {
        font-size: 16px;
    }

    .scroller ul li:hover h2 {
        bottom: 20px;
    }

    .col2 .scroller2 li,
    .scroller2 li {
        width: 188px;
    }

    .scroller2 li img {
        height: 140px;
    }

    /* 	news tabs */
    .slider-mpop-big .f-p-title, ul.f-tabbed-grid li .f-p-title {}

    .slider-mpop-big .f-p-title, ul.f-tabbed-grid li .f-p-title {
        padding: 11px 24px 14px 11px;
    }

    .slider-mpop-big .f-p-title h2 a, ul.f-tabbed-grid li .f-p-title h2 a {
        font-size: 17px;
    }

    ul.f-tabbed-list li .post-thumbnail img {
        width: 130px;
        height: 87px;
    }

    ul.f-tabbed-list .f-p-title .post-format-icon:before {
        bottom: auto;
        top: 60px;
        margin-left: -145px;
    }

    ul.f-tabbed-list .f-tabbed-list-content {
        margin-left: 145px;
    }

    .category ul.f-tabbed-sort li {
        display: none;
    }

    .cat-body .nb1 .fix-right-content {
        padding-left: 166px;
    }

    /* 	newsboxes */
    .nb1 img,
    .nb2 .first-item img,
    .nb3 .first-item .post-thumbnail img,
    .nb4 .first-item img,
    .nb6 ul li .post-thumbnail img {
        height: 87px;
        width: 130px;
        float: left;
        margin-right: 15px;
    }

    .nb1 .fix-right-content, .nb2 .fix-right-content, .nb3 .fix-right-content,
    .nb4 .fix-right-content, .nb5 .fix-right-content, .nb6 .fix-right-content {
        padding-left: 145px;
    }

    .nb2 .fix-right-content {
        margin-top: -9px;
    }

    .nb1 .post-format-icon:before, .nb2 .first-item .post-format-icon:before, .nb3 .first-item .post-format-icon:before, .nb4 .first-item .post-format-icon:before, .nb5 .first-item .post-format-icon:before, .nb6 .post-format-icon:before {
        bottom: -87px;
    }

    .nb1 ul li {
        float: none;
        width: auto;
        border-width: 0 0 1px 0;
        margin-bottom: 0;
        padding-bottom: 9px;
    }

    .nb1 ul li:nth-child(2) {
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

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

    .nb2 .first-item, .nb4 .first-item {
        width: auto;
        float: none;
        border-bottom: 1px solid #E4E4E4;
    }

    .nb2 ul {
        float: none;
        width: auto;
        border-left: none;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .nb3 ul li, .nb5 ul li {
        width: 100%;
    }

    .nb3 .first-item {
        width: auto;
        float: none;
        border-right: none;
        margin-bottom: 0;
        padding-bottom: 9px;
        border-bottom: 1px solid #E4E4E4;
    }

    .nb3 .first-item:last-of-type {
        border-bottom: 0px solid black
    }

    .nb4 ul {
        border-left: 0;
        border-bottom: 1px solid #E4E4E4;
        width: auto;
        float: none;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .nb5 ul li:nth-child(2) {
        border-top: 1px solid #E4E4E4;
    }

    .nb6 ul li {
        float: none;
        width: auto;
        border-width: 0 0 1px 0;
        margin-bottom: 0;
        padding: 15px 14px 8px 15px;
    }

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

    /* 	widgets */
    .news-pics-widget {
        margin: 0;
    }

    .news-pics-widget li {
        margin: 4px 4px 0 0;
    }

    .news-pics-widget li:nth-child(-n+6) {
        margin-top: 4px;
    }

    .news-pics-widget li:nth-child(-n+4) {
        margin-top: 0 !important;
    }

    .news-pics-widget li:nth-child(6n+6) {
        margin-right: 4px;
    }

    ul.social-widget li {
        margin: 9px 9px 0 0;
    }

    ul.social-widget li:nth-child(6n+6) {
        margin-right: 9px;
    }

    ul.social-widget li:nth-child(-n+7) {
        margin-top: 0 !important;
    }

    ul.social-widget li:nth-child(-n+10) {
        margin-top: 9px;
    }

    ul.social-widget li:nth-child(7n+7) {
        margin-right: 0;
    }

    ul.social-widget li:nth-child(10n+10) {
        margin-right: 9px;
    }

    ul.social-widget {
        margin-left: 4px;
    }

    .nip .first-item {
        float: none;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 7px;
    }

    .nip {
        margin-bottom: -21px;
    }

    .nip ul {
        float: none;
        margin: 0 auto;
        width: 359px;
        height: auto;
    }

    .nip ul li {
        margin: 0 6px 6px 0;
    }

    .nip ul li:nth-child(2n+2) {
        margin-right: 6px;
    }

    .nip ul li:nth-child(4n+4) {
        margin-right: 0;
    }

    .sidebar .social-counter li {
        margin: 10px 10px 0 0;
    }

    .sidebar .social-counter li:nth-child(-n+4) {
        margin-top: 0 !important;
    }

    .sidebar .social-counter li:nth-child(-n+6) {
        margin-top: 10px;
    }

    .sidebar .social-counter li:first-child {
        margin-right: 10px;
    }

    .first-weather .weather-result {
        padding-left: 34px;
        width: 41%;
    }

    .col2 .footer .newsletter .nsf,
    .footer .newsletter .nsf {
        width: 78%;
    }

    .footer .widget_nav_menu li {
        margin: 0 40px 15px 0;
    }

    .sidebar .login-widget {
        overflow: hidden;
    }

    .sidebar .login-widget form .login-input-wrap {
        width: 200px
    }

    .sidebar .login-widget form .login-pwd {
        margin-bottom: 0;
    }

    .sidebar .login-widget input[type="text"], .sidebar .login-widget input[type="password"] {
        width: 137px;
    }

    /* 	footer */
    .col2 footer.footer .footer-widget .widget:before {
        width: 440px;
    }

    footer.footer .footer-widget .widget:before {
        width: 449px;
    }

    .ma-content-wrap {
        left: 10%;
    }

    /* 	media page template */
    .media-main-content {
        width: 467px;
    }

    .media-sort-form,
    .media-sort-title {
        display: none;
    }

    .media-items-list li.featured {
        width: 48.5%;
    }

    .media-items-list li.featured img {
        height: 125px;
    }

    .media-items-list li {
        width: 179px;
        min-height: 181px;
    }

    .media-items-list li img {
        width: auto;
        height: auto;
    }

    .media-items-list li#m-items {
        margin: 30px 40px 0 0;
    }

    .media-items-list li#m-items:nth-child(2n+2) {
        margin-right: 0;
    }

    .media-items-list li.featured:first-child {
        min-height: 190px;
    }

    /* 	weather page template */
    .today-weather-box {
        width: 137px;
    }

    .weather-results span, .weather-results small {
        font-size: 35px;
    }

    .t-w-title h2 {
        font-size: 23px;
    }

    .weather-data-wrap {
        padding-left: 148px;
    }

    .week-weather-box li .t-w-title h2 {
        font-size: 16px;
    }

    .week-weather-box li .weather-date {
        font-size: 10px;
    }

    .find-weather-box input {
        width: 63%;
    }

    .find-weather-box {
        font-size: 14px;
    }

    .week-weather-box li .weather-results-status {
        font-size: 13px;
    }

    .week-weather-box li .weather-results span {
        font-size: 16px;
        margin-bottom: 1px;
    }

    .week-weather-box li .weather-results small {
        font-size: 14px;
    }

    .week-weather-box li .weather-results .weather-icon {
        font-size: 8px;
        left: 2px;
    }

    .week-weather-box li .weather-results .weather-icon {
        font-size: 7px;
        left: 5px;
    }

    .weather-results .icon-cloud.behind:after {
        right: 18px;
    }

    .mom-chart,
    .mom-map-wrap {
        width: 398px !important;
    }

    form#find-weather {
        margin-left: 110px;
    }

    /* 	post page */
    .entry-content-data .post-thumbnail {
        max-width: 386px !important;
    }

    .post-nav-links .post-nav-prev, .post-nav-links .post-nav-next {
        width: 48.5%;
    }

    .post-nav-links .post-nav-next {
        padding-left: 5px;
    }

    .post-nav-links .post-nav-prev {
        padding-right: 5px;
    }

    .comment-form #author {
        margin-bottom: 10px;
    }

    .mom-related-posts li {
        width: 119px;
    }

    .mom-related-posts li img {
        width: 119px;
        height: auto;
    }

    .comment-form #author, .comment-form input[type="text"] {
        width: 31.6%;
        margin-bottom: 0;
    }

    /* 	category */
    .col2 .cat-slider .bb-bookblock,
    .cat-slider .bb-bookblock {
        width: 408px;
        height: 277px;
    }

    .col2 .cat-slider-item img,
    .cat-slider-item img {
        width: 408px;
        height: 277px;
    }

    .col2 .cat-slider-mpop,
    .cat-slider-mpop {
        width: 408px;
    }

    .col2 .cat-slider-mpop .slider-mpop-big,
    .cat-slider-mpop .slider-mpop-big {
        width: 195px;
    }

    .col2 .slider-mpop-big img,
    .slider-mpop-big img {
        height: 130px;
    }

    .col2 .cat-slider-mpop ul li img,
    .cat-slider-mpop ul li img {
        width: 70px;
        height: 50px;
        margin-right: 10px;
    }

    .cat-slider-mpop ul li h2 a {
        font-size: 14px;
    }

    .cat-slider-mpop ul li:nth-child(3),
    .cat-slider-mpop ul li:nth-child(4) {
        display: none;
    }

    .cat-slider-wrap {
        height: auto;
    }

    .cat-grid li {
        float: none;
        width: auto;
        margin-bottom: 0;
        padding-bottom: 18px;
        border-width: 0 0 1px;
        border-style: solid;
        border-color: #E4E4E4;
    }

    .cat-grid li:last-child {
        border-bottom: none;
    }

    .cat-list li img {
        width: 150px;
        height: 101px;
    }

    .cat-list .post-format-icon:before {
        top: 71px;
    }

    /* 	search page */
    .search .entry-crumbs {
        font-size: 17px;
    }

    .search-page .nb1 ul li {
        width: 100%;
        margin-bottom: 0;
        padding: 15px;
        overflow: hidden;
    }

    .search-page .nb1 ul li:nth-child(2n+2) {
        border-right: none;
    }

    .search .nb1 img {
        height: 87px;
        width: 130px;
        margin-bottom: 0 !important;
    }

    .search .nb1 h2 {
        margin: 0;
    }

    .adv-search-form .adv-s {
        margin-bottom: 32px;
    }

    .adv-search-form span {
        margin-top: -27px;
    }

    .adv-search-form span.adv-s-format {
        margin-top: 5px;
    }

    /* 	author page */
    .author-cover {
        width: 440px;
        height: 179px;
    }

    .col2 .author-page .author-list-box,
    .author-page .author-list-box {
        left: 0;
        width: 438px;
    }

    .author-page .mom-blog-timeline {
        width: 398px;
    }

    /* bbpress */
    li.bbp-forum-freshness, li.bbp-topic-freshness {
        display: none;
    }

    li.bbp-forum-info, li.bbp-topic-title {
        width: 75%;
    }

    li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count,
    li.bbp-topic-reply-count {
        width: 25%;
    }

    #bbpress-forums .bbp-body div.bbp-reply-author {
        min-height: 75px;
    }

    #bbpress-forums #bbp-single-user-details {
        width: 100%;
    }

    #bbpress-forums #bbp-single-user-details #bbp-user-avatar {
        float: left;
        margin-right: 15px;
    }

    #bbpress-forums #bbp-single-user-details #bbp-user-navigation {
        margin-left: 135px;
    }

    #bbpress-forums #bbp-user-body {
        margin: 0;
        width: 100%;
        clear: both;
    }

    /*Posts Layouts*/
    .post-layout1, .post-layout2, .post-layout3, .pl2-tab-wrap {
        height: 300px;
    }

    .post-layout2 .inner h1.entry-title {
        font-size: 28px;
    }

    .post-layout2 .inner .entry-post-meta, .post-layout4 .entry-post-meta {
        display: none;
    }

    .post-layout4 h1.entry-title, .post-layout3 .inner h1.entry-title {
        font-size: 25px;
    }

    .post-layout4 h1.entry-title {
        margin-bottom: 22px !important;
        font-size: 20px;
    }
    .wp-video, .mejs-video, .wp-video-shortcode, .mejs-overlay, .mejs-poster, .mejs-layer, .mejs-mediaelement .me-plugin, .mejs-mediaelement embed,
    .video_frame iframe
    {
        max-height: 249px !important;
    }
}

/*------------------------------------------------------------------------------*/
/*                    width : 320 = portrait mobiles
/*------------------------------------------------------------------------------*/
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 0) and (max-width: 450px) {
    .col2 .inner,
    .col2 .main-container,
    .col2 .main-content,
    .inner,
    .main-container,
    .main-content {
        width: 98%;
    }
	.header-banner .mom-ads-wrap.responsive .mom-ad {
		width: 300px !important;
	}
    .breaking-cont {
        width: 87%;
        border-left: 1px solid #000000;
    }

    .breaking-news .breaking-title {
        display: none;
    }

    .breaking-news {
        overflow: visible;
    }

    .breaking-cont {
        height: 40px;
    }

    .breaking-cont:after {
        top: 33%;
    }

    .breaking-news .brmenu {
        width: 47px;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        height: 39px;
        cursor: pointer;
        line-height: 40px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
    }

    .breaking-news .brmenu:before {
        content: "\e636";
        font-family: 'font-awesome';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-feature-settings: "liga";
        -moz-font-feature-settings: "liga=1";
        -moz-font-feature-settings: "liga";
        -ms-font-feature-settings: "liga" 1;
        -o-font-feature-settings: "liga";
        font-feature-settings: "liga";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        /* color: white; */
    }

    .brmenu.active,
    .breaking-news .brmenu:hover {
        background: #1e1e1e;
    }

    .breaking-news .br-right {
        width: 47px;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        z-index: 9999;
        background: #262626;
        top: 40px;
        overflow: hidden;
        border-width: 0 1px 1px;
        border-style: solid;
        left: -1px;
        border-color: black;
        line-height: 38px;
        background: #1e1e1e;
    }

    ul.br-right li a {
        padding: 0 14px;
    }

    .breaking-news .brmenu.active .br-right {
        opacity: 1 !important;
        visibility: visible !important;
    }

    ul.br-right li {
        border-right: none;
        border-bottom: 1px solid black;
    }

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

    ul.br-right li a i {
        position: relative;
    }

    ul.br-right li:hover {
        background: #262626;
    }

    .nav-login {
        display: none;
    }

    #navigation .device-menu .mom-megamenu .sub-mom-megamenu, #navigation .device-menu .mom-megamenu .sub-mom-megamenu2 {
        width: 223px !important;
    }

    #navigation .device-menu .mom-megamenu .sub-menu {
        width: 145px;
    }

    #navigation .device-menu .mom-megamenu .sub-mom-megamenu ul li img,
    #navigation .device-menu .mom-megamenu .sub-mom-megamenu2 ul li img {
        width: 65px;
        height: auto;
    }

    #navigation .device-menu-holder .menu_bl {
        width: 368px;
    }

    .fixed-header .device-menu-wrap {
        width: 55%;
    }

    .vid-carousel-stage, .vid-box-item-wrap li {
        width: 339px;
        height: 209px;
    }

    /* 	blog */
    .blog-post img {
        width: 130px !important;
        height: 87px !important;
    }

    .blog-post .post-format-icon:before {
        top: 57px;
    }

    .blog-post-big .post-format-icon:before {
        top: 156px !important;
    }

    /* 	scroller */
    .col2 .scroller ul li,
    .scroller ul li {
        left: 30px;
    }

    .col2 .scroller ul li img, .col2 .scroller ul li,
    .scroller ul li img, .scroller ul li {
        width: 274px;
        height: 183px;
    }

    .scroller .owl-prev:before {
        left: 0;
    }

    .scroller .owl-next:after {
        right: 0;
    }

    .col2 .scroller2 li,
    .scroller2 li {
        width: 337px;
        border-right: none;
    }

    .col2 .scroller2 li img,
    .scroller2 li img {
        width: 260px !important;
        height: 175px;
        display: inline-block !important;
    }

    /* 	slider */
    .def-slider-title h2 a {
        font-size: 18px;
        padding: 10px;
        line-height: 21px;
    }

    .def-slider-nav {
        left: 40%;
    }

    .slider2 .small-slider2 {
        width: 49.4%;
    }

    .slider2 .small-slider2 .def-slider-title h2 a {
        font-size: 14px;
        line-height: 18px;
    }

    /* 	news tabs */
    .tabbed-sort {
        display: none;
    }

    .f-tabbed-sort li a {
        font-size: 0;
    }

    ul.f-tabbed-sort li.list a {
        padding: 5px;
    }

    ul.f-tabbed-sort li.list span {
        right: 0;
    }

    ul.f-tabbed-sort li span {
        right: -7px;
    }

    ul.f-tabbed-grid li {}

    .f-tabbed-grid img {
        height: 112px;
    }

    .slider-mpop-big .f-p-title h2 a, ul.f-tabbed-grid li .f-p-title h2 a {
        font-size: 16px;
        line-height: 16px;
    }

    .f-tabbed-body .f-tabbed-grid {
        margin-bottom: -10px;
    }

    /* 	news boxes */
    .nb3 ul li, .nb5 ul li {
        width: 100%;
        border-right: 0 !important;
        border-left: 0 !important;
    }

    .nip .first-item img {
        width: 340px;
    }

    .nip ul li img {
        width: 80px;
        height: auto;
    }

    /* 	widgets */
    .sidebar .social-counter li {
        margin: 6px 6px 0 0;
    }

    .sidebar .social-counter li:first-child {
        margin-right: 6px;
    }

    .sidebar .social-counter li:nth-child(-n+6) {
        margin-top: 6px;
    }

    ul.social-widget li {
        margin: 5px 5px 0 0;
    }

    ul.social-widget li:nth-child(7n+7) {
        margin: 5px 5px 0 0 !important;
    }

    ul.social-widget li:nth-child(-n+10) {
        margin-top: 5px
    }

    ul.social-widget li:nth-child(10n+10) {
        margin-right: 5px;
    }

    .news-pics-widget li:nth-child(4n+4) {
        margin-right: 0;
    }

    .first-weather .weather-result {
        padding-left: 24px;
    }

    .col2 .footer .newsletter .nsf,
    .footer .newsletter .nsf {
        width: 69%;
    }

    .footer .widget_nav_menu li {
        margin: 0 34px 15px 0;
    }

    /* 	footer */
    .col2 footer.footer .footer-widget .widget:before {
        width: 374px;
    }

    footer.footer .footer-widget .widget:before {
        width: 384px;
    }

    /* 	post */
    .entry-content-data .post-thumbnail {
        max-width: 316px !important;
    }

    .comment-form #author, .comment-form input[type="text"] {
        width: 100%;
        margin-bottom: 10px;
    }

    .comment-form #url {
        margin-bottom: 0;
    }

    .post-nav-links .post-nav-prev, .post-nav-links .post-nav-next {
        width: 48%;
    }

    /* 	category */
    .col2 .cat-slider .bb-bookblock,
    .col2 .cat-slider-item img,
    .cat-slider .bb-bookblock,
    .cat-slider-item img {
        width: 339px;
        height: 222px;
    }

    .col2 .cat-slider-mpop,
    .cat-slider-mpop {
        width: 339px;
    }

    .col2 .cat-slider-mpop .slider-mpop-big,
    .cat-slider-mpop .slider-mpop-big {
        width: 161px;
    }

    .col2 .slider-mpop-big img,
    .slider-mpop-big img {
        height: 108px;
    }

    .slider-mpop-big .f-p-title {
        padding: 5px 24px 5px 11px;
    }

    .slider-mpop-big .f-p-title time {
        display: none;
    }

    .cat-slider-mpop ul li img {
        display: none;
    }

    /* 	media page template */
    .media-main-content {
        width: 370px;
    }

    .media-items-list li.featured {
        width: 317px;
        min-height: 181px;
    }

    .media-items-list li#m-items {
        width: 160px;
        margin: 30px 8px 0 0;
    }

    .media-items-list li:nth-child(2) {
        margin: 30px 0 0 0;
    }

    .media-items-list li.featured img {
        width: auto;
        height: auto;
    }

    .media-items-list li.featured:before {
        width: 306px;
    }

    .media-items-list li:nth-child(2).featured:before {
        width: 327px;
    }

    .page-template-media-php .f-tabbed-sort li a {
        font-size: inherit;
    }

    /* 	magazine */
    .ma-content-wrap {
        width: 260px;
        left: 65px;
    }

    .ma-content-wrap h2 a {
        font-size: 26px;
        line-height: 28px;
    }

    /* 	weather */
    .week-weather-box li {
        width: auto;
        float: none;
        border-bottom: 1px solid #e4e4e4;
        overflow: hidden;
        padding-bottom: 0;
    }

    .week-weather-box div {
        float: left;
    }

    .week-weather-box .t-w-title {
        padding: 2px 10px 1px 0;
        margin-bottom: 0;
        border-bottom: none;
        border-right: 1px solid #e4e4e4;
    }

    .week-weather-box li .weather-results-status {
        border-right: 1px solid #e4e4e4;
        line-height: 46px;
        max-width: 60px;
        height: 46px;
        min-width: 60px;
    }

    .week-weather-box li {
        margin-bottom: 0;
    }

    .week-weather-box .t-w-title h2 {
        margin-bottom: 0;
        position: relative;
        top: 5px;
    }

    .week-weather-box li {
        border-right: none;
        padding: 0 0 0 10px;
    }

    .week-weather-box li .weather-results .weather-icon {
        width: auto;
        height: auto;
        left: 10px;
        font-size: 5px;
    }

    .week-weather-box li .weather-results span {
        font-size: 16px;
        margin-bottom: 1px;
        float: left;
        margin-left: 47px;
        margin-top: 4px;
        display: block;
        position: relative;
        padding: 0 9px 0 11px;
        border-bottom: 1px solid #e4e4e4;
        font-size: 13px;
    }

    .week-weather-box li .weather-results span:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 250%;
        background: #e4e4e4;
        left: 0;
        top: -4px;
    }

    .week-weather-box li .weather-results small {
        margin-left: 107px;
        display: block;
        padding-left: 1px;
        font-weight: 300 !important;
        font-size: 11px;
    }

    .today-weather-box .t-w-title {
        padding: 15px 0;
        margin-bottom: 38px;
    }

    .weather-results .weather-icon {
        margin: 35px auto 20px;
    }

    .weather-page-wrap {
        height: 400px;
    }

    .today-weather-box {
        height: 337px;
    }

    .week-weather-box {
        height: 281px;
    }

    .find-weather-box span {
        display: none;
    }

    .find-weather-box input {
        width: 89%;
    }

    form#find-weather {
        margin-left: 0;
    }

    /* 	author page */
    .author-cover {
        width: 370px;
        height: 224px;
    }

    .author-list-box .author-box-content {
        padding: 15px;
    }

    .col2 .author-page .author-list-box,
    .author-page .author-list-box {
        width: 368px;
        bottom: -50%;
    }

    .col2 .author-page .author-list-box {
        bottom: -1px;
    }

    .author-page .mom-blog-timeline {
        width: 328px;
    }

    .author-page .page-wrap {
        padding-top: 130px;
    }

    .col2 .author-page .page-wrap {
        padding-top: 10px;
    }

    /* bbpress */
    #bbpress-forums .mom-bbp-topic-counts {
        display: none;
    }

    #bbpress-forums .mom-bbp-topic-data {
        width: 100%;
    }
    .wp-video, .mejs-video, .wp-video-shortcode, .mejs-overlay, .mejs-poster, .mejs-layer, .mejs-mediaelement .me-plugin, .mejs-mediaelement embed,
    .video_frame iframe
    {
        max-height: 155px !important;
    }
}

/*------------------------------------------------------------------------------*/
/*                    width : 240 = portrait mobiles
/*------------------------------------------------------------------------------*/
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 0) and (max-width: 360px) {
    .col2 .inner,
    .col2 .main-container,
    .col2 .main-content,
    .inner,
    .main-container,
    .main-content {
        width: 98%
    }

    ul.top-social-icon li a:before {
        font-size: 15px !important;
    }

    ul.top-social-icon li a {
        padding: 7px 7px;
    }

    .breaking-cont {
        width: 83%;
    }

    #navigation .device-menu .mom-megamenu .sub-mom-megamenu, #navigation .device-menu .mom-megamenu .sub-mom-megamenu2,
    .navigation .mom-megamenu .sub-mom-megamenu2, .navigation .mom-megamenu .sub-mom-megamenu {
        display: none !important;
    }

    #navigation .device-menu-holder .menu_bl {
        width: 288px;
    }

    #navigation .device-menu .mom-megamenu .sub-menu {
        width: 100%;
    }

    .fixed-header {
        height: 117px;
        line-height: normal;
        overflow: hidden;
    }

    .fixed-header .logo {
        float: none;
        text-align: center;
        padding: 17px 0
    }

    .fixed-header .device-menu-wrap {
        width: 100%;
        top: 2px;
    }

    .fixed-header .navigation {
        height: auto;
        border-bottom: none;
    }

    .fixed-header .device-menu-holder {
        border-top: 1px solid black;
    }

    .tabbed-sort,
    .def-slider-nav {
        display: none;
    }

    /* 	blog */
    .blog-post img {
        width: 100px !important;
        height: auto !important;
    }

    .blog-post .post-format-icon:before {
        top: 37px !important;
    }

    .blog-post-big .post-format-icon:before {
        top: 112px !important;
    }

    .vid-carousel-stage, .vid-box-item-wrap li {
        width: 259px;
        height: 159px;
    }

    .vid-item h2 {
        padding: 8px;
    }

    .vid-items-arrnav a {
        font-size: 17px;
        width: 27px;
        height: 35px;
        line-height: 35px;
    }

    .vid-items-arrnav a i {
        top: inherit;
    }

    .vid-item.format-audio a.vid-item-img:before, .vid-item.format-video a.vid-item-img:before {
        font-size: 28px;
    }

    .vid-item h2 a {
        font-size: 18px;
    }

    /* 	slider */
    .def-slider-cap {
        bottom: 20px;
    }

    .slider-def-nav a {
        font-size: 15px;
        height: 27px;
        width: 27px;
        line-height: 26px;
    }

    .def-slider-title h2 a {
        font-size: 16px;
        line-height: 20px;
    }

    .def-slider-wrap .def-slider-item img {
        height: auto;
    }

    .slider2 .small-slider2 {
        width: 49.2%;
    }

    .slider2 .small-slider2 .def-slider-cap {
        display: none;
    }

    /* 	news tabs */
    .f-tabbed-header li a {
        padding: 0 11px;
    }

    ul.f-tabbed-sort li.list a,
    ul.f-tabbed-sort li a {
        padding: 10px 0;
    }

    ul.f-tabbed-sort li span {
        right: 0;
    }

    ul.f-tabbed-grid li {
        width: 100%;
        height: 100%;
    }

    .f-tabbed-grid img {
        width: 100%;
        height: 100%;
    }

    .slider-mpop-big .f-p-title, ul.f-tabbed-grid li .f-p-title {
        padding: 11px 26px 14px 11px;
    }

    ul.f-tabbed-list li .post-thumbnail img {
        width: 100%;
        height: 100%;
        margin: 0;
        float: none;
        margin-bottom: 15px;
    }

    ul.f-tabbed-list .f-tabbed-list-content {
        margin: 0;
    }

    ul.f-tabbed-list .f-p-title .post-format-icon:before {
        margin: auto;
        bottom: 52px;
        top: -42px;
        margin-left: 0;
    }

    ul.f-tabbed-list .format-audio .post-format-icon:before {
        line-height: 35px;
    }

    ul.f-tabbed-grid.f-tabbed-cols3 li, ul.f-tabbed-grid.f-tabbed-cols4 li,
    ul.f-tabbed-grid.f-tabbed-cols5 li {
        width: 100%;
    }

    /* 	widgets */
    .sidebar .widget-tab ul.latest-comment-list li p {
        margin: 0;
    }

    .sidebar .login-widget form .login-input-wrap {
        width: 262px;
    }

    .sidebar .login-widget input[type="text"], .sidebar .login-widget input[type="password"] {
        width: 199px;
    }

    .sidebar .login-widget form .login-pwd {
        margin-bottom: 10px;
    }

    .sidebar .social-counter li:nth-child(4n+4),
    .sidebar .social-counter li {
        margin: 9px 9px 0 0 !important;
    }

    .sidebar .social-counter li:nth-child(3n+3) {
        margin-right: 0 !important;
    }

    ul.widget-tabbed-header li a {
        padding: 0 10px;
        font-size: 12px;
    }

    .mom-ad {
        width: auto !important;
        height: auto !important;
    }

    ul.social-widget li:nth-child(-n+6) {
        margin-top: 5px !important;
    }

    ul.social-widget li:nth-child(6n+6) {
        margin-right: 5px;
    }

    ul.latest-comment-list li img {
        width: 55px;
        margin-right: 10px;
    }

    ul.latest-comment-list li p {
        margin: 0 0 0 65px;
    }

    .news-pics-widget li:nth-child(4n+4) {
        margin-top: 4px !important;
        margin-right: 4px;
    }

    .slider-widget .slider-widget-wrap .slider-widget-item img, .slider-widget .slider-widget-wrap {
        width: 261px !important;
        height: 178px !important;
    }

    .w-item-content ul {
        padding: 0 14px 0 42px;
    }

    .first-weather .weather-result span {
        font-size: 21px;
    }

    .first-weather .weather-icon {
        font-size: 12px;
        left: -9px;
    }

    .first-weather .weather-data, .first-weather .weather-result {
        width: 45%;
    }

    .first-weather h2 {
        font-size: 25px;
    }

    .w-item-title .w-item-day {
        width: 42px;
        margin-right: 15px;
    }

    .w-item-title time {
        margin-right: 10px;
    }

    .w-item-title .w-item-status {
        margin-right: 0;
    }

    .w-item-title {
        font-size: 14px;
    }

    .w-item-title .weather-icon {
        width: 20px;
        font-size: 41%;
        margin-right: 38px;
    }

    .w-item-title .t-ic {
        padding: 0;
    }

    .sidebar .newsletter .nsf {
        width: 70.2%;
    }

    .col2 .footer .newsletter .nsf,
    .footer .newsletter .nsf {
        width: 67%;
    }

    .col2 .footer .newsletter .nsb,
    .footer .newsletter .nsb {
        width: 33%;
    }

    .footer .widget_nav_menu li {
        margin: 0 25px 15px 0;
    }

    /* 	Scroller */
    .col2 .scroller ul li img, .col2 .scroller ul li,
    .scroller ul li img,
    .scroller ul li {
        width: 254px;
        height: 181px;
    }

    .col2 .scroller ul li,
    .scroller ul li {
        left: 0;
    }

    .scroller .owl-prev:before {
        left: -14px;
    }

    .scroller .owl-next:after {
        right: -13px;
    }

    .col2 .scroller2 li,
    .scroller2 li {
        width: 259px;
    }

    /* 	News boxes */
    .nb1 .fix-right-content, .nb2 .fix-right-content,
    .nb3 .fix-right-content, .nb4 .fix-right-content, .nb5 .fix-right-content,
    .nb6 .fix-right-content {
        padding-left: 0;
    }

    .nb1 img, .nb2 .first-item img, .nb3 .first-item .post-thumbnail img,
    .nb4 .first-item img, .nb6 ul li .post-thumbnail img {
        width: 100%;
        height: 175px;
    }

    .nb1 .post-format-icon:before, .nb2 .first-item .post-format-icon:before, .nb3 .first-item .post-format-icon:before, .nb4 .first-item .post-format-icon:before, .nb6 .post-format-icon:before {
        bottom: auto;
        top: 145px;
    }

    .nb2 .first-item img {
        margin-bottom: 15px;
    }

    .nb6 ul li .entry-content {
        margin-left: 0;
    }

    .nip .first-item img {
        width: 260px;
        height: 174px;
    }

    .nip .first-item {
        height: auto;
    }

    .nip ul {
        width: 258px;
    }

    nip ul li:nth-child(4n+4),
    .nip ul li {
        margin: 6px 6px 0 0 !important;
    }

    nip ul li:nth-child(3n+3) {
        margin-right: 0;
    }

    .nip ul li img {
        height: 54px;
    }

    /* 	post page */
    .entry-content-data {
        width: 247px;
    }

    .entry-content-data .post-thumbnail {
        max-width: 236px !important;
    }

    .author-bio-wrap img {
        width: 55px;
    }

    .author-bio-content {
        margin-left: 70px;
    }

    .comment-list ol.children {
        margin-left: 0;
    }

    .comment-form #author, .comment-form #email {
        margin-bottom: 10px
    }

    .comment-form textarea {
        width: 100%;
    }

    .post-nav-links .post-nav-prev, .post-nav-links .post-nav-next {
        width: 47%;
    }

    .mom-related-posts li img {
        width: 165px;
        height: 109px;
    }

    .mom-related-posts li {
        width: 165px;
        margin: 0 0 10px;
    }

    .mom-reveiw-system .review-header .mr-types {
        border-bottom: 1px solid #E5E5E5;
    }

    .mom-reveiw-system .mom-bar {
        height: 24px;
        line-height: 24px;
    }

    .rs-smaller_than_default.mom-reveiw-system .mom-bar .mb-inner .cr,
    .rs-smaller_than_default.mom-reveiw-system .mom-bar .mb-score {
        font-size: 14px;
    }

    .rs-smaller_than_default.mom-reveiw-system .review-circles .review-circle {
        width: 49%;
    }

    .rs-smaller_than_default.mom-reveiw-system .review-circles .review-circle:nth-child(3n+1) {
        margin-left: 2%;
        clear: inherit;
    }

    .rs-smaller_than_default.mom-reveiw-system .review-circles .review-circle:nth-child(2n+1) {
        margin-left: 0;
    }

    .mom-reveiw-system .review-summary .review-score {
        float: none;
    }

    .mom-reveiw-system .review-tab:not(.circles-tab) .review-footer h3 {
        padding-left: 5px;
    }

    .mom-reveiw-system .review-tab:not(.circles-tab) .review-footer h3, .mom-reveiw-system .user-rate-bar,
    .review-tab:not(.circles-tab) .review-footer .total-votes {
        padding: 0 5px;
    }

    .user-star-rate .yr {
        display: none;
    }

    .mom-reveiw-system .circles-tab .review-footer h3,
    .mom-reveiw-system .user-rate-circle {
        margin-right: 10px;
    }

    .entry-tag-links a {
        margin-bottom: 2px;
    }

    /* 	category */
    .col2 .cat-slider .bb-bookblock, .col2 .cat-slider-item img,
    .cat-slider .bb-bookblock, .cat-slider-item img {
        width: 259px;
        height: 182px;
    }

    .cat-slider .cat-slider-mpop,
    .cat-slider .cat-slider-pop {
        display: none;
    }

    .cat-list li img {
        width: 100%;
        height: 175px;
        margin: 0 0 15px;
    }

    .category .cat-body .nb1 .fix-right-content {
        padding-left: 0;
    }

    /* 	media page template */
    .media-main-content {
        width: 290px;
    }

    .media-main-content .page-wrap .f-tabbed-head .f-tabbed-sort {
        margin-left: 0;
    }

    .media-main-content ul.f-tabbed-sort li:first-child {
        border-left: none;
    }

    .media-main-content ul.f-tabbed-sort li.all a {
        padding: 10px 11px;
    }

    .media-main-content ul.f-tabbed-sort li.list a, .media-main-content ul.f-tabbed-sort li a {
        padding: 10px 15px 10px 1px;
    }

    .media-items-list li.featured:before,
    .media-items-list li.featured:nth-child(2):before,
    .media-items-list li.featured {
        width: 248px;
    }

    /* 	weather page */
    .weather-switch-tabs .w-unit {
        padding: 0 10px;
    }

    .week-weather-box li .weather-results-status {
        display: none;
    }

    .week-weather-box li .weather-results .weather-icon {
        left: 4px;
        font-size: 6px;
    }

    .week-weather-box li .weather-results span {
        margin-left: 41px;
    }

    .week-weather-box li .weather-results small {
        margin-left: 52px !important;
        padding-left: 0;
        font-weight: normal !important;
        display: inline;
        position: relative;
        top: -5px;
    }

    .week-weather-box li {
        padding: 0 0 0 5px;
        height: 47px;
        margin: 0;
    }

    .week-weather-box .t-w-title {
        padding: 2px 5px 4px 0;
    }

    .week-weather-box .weather-results {
        width: 41px;
    }

    .find-weather-box input {
        width: 100%;
        font-size: 14px;
    }

    .mom-chart, .mom-map-wrap {
        width: 248px !important;
    }

    /* 	Magazine */
    .fixed-header {
        overflow: visible;
    }

    .ma-content-wrap {
        padding: 15px;
        width: 229px;
        left: 29px;
        vertical-align: middle;
    }

    .ma-content-wrap .read-more,
    .ma-content-wrap .entry-meta,
    .ma-content-wrap .entry-content {
        display: none;
    }

    .magazine-nav {
        bottom: 80%;
    }

    /* 	serach  */
    .adv-search-form input.adv-s {
        width: 226px;
    }

    .adv-search-form .adv-s-cat {
        margin-bottom: 10px;
    }

    .search .nb1 .post-format-icon:before {
        top: auto;
        bottom: -87px;
    }

    .search .nb1 .post-thumbnail img {
        width: 100%;
        height: 175px;
        margin: 0 0 15px !important;
    }

    .search .nb1 .post-format-icon:before {
        bottom: auto;
        top: 145px;
    }

    /* 	footer */
    .col2 footer.footer .footer-widget,
    footer.footer .footer-widget {
        width: 86.5%;
    }

    .col2 footer.footer .footer-widget .widget:before {
        width: 300px;
    }

    footer.footer .footer-widget .widget:before {
        width: 290px;
    }

    /* 	author page */
    .author-cover {
        width: 290px;
        height: 204px;
    }

    .col2 .author-page .author-list-box,
    .author-page .author-list-box {
        width: 288px;
    }

    .col2 .author-page .author-list-box {
        bottom: -81px;
    }

    .col2 .author-page .page-wrap {
        padding-top: 90px;
    }

    .author-page .mom-blog-timeline {
        width: 248px;
    }

    .author-page .author-list-box {
        bottom: -30%;
    }

    .mom-blog-timeline ul li {
        width: 99.3%;
    }

    .author-page .tl-posts .nb5 .first-item img {
        width: 100px;
        height: auto;
    }

    .author-page .nb5 .first-item .post-format-icon {
        display: none;
    }

    .author-bio-social li a {
        margin-right: 7px;
    }

    .author-page .page-wrap {
        padding-top: 80px;
    }

    .post-layout2 .inner h1.entry-title {
        font-size: 22px;
    }
}
@font-face{font-family:TablePress;src:url(../../plugins/tablepress/css/tablepress.eot);src:url(../../plugins/tablepress/css/tablepress.eot?#ie) format('embedded-opentype'),url(data:application/x-font-woff;base64,d09GRgABAAAAAAXYAAwAAAAACXwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABHAAAABwAAAAcZInHOk9TLzIAAAE4AAAAPgAAAGB7NXPDY21hcAAAAXgAAABMAAABUvD45QVnYXNwAAABxAAAAAgAAAAIAAAAEGdseWYAAAHMAAABKQAAAgjYVHFyaGVhZAAAAvgAAAAvAAAANv2jaBNoaGVhAAADKAAAAB0AAAAkCk0F6GhtdHgAAANIAAAAIAAAACgoAADqbG9jYQAAA2gAAAAWAAAAFgJWAbxtYXhwAAADgAAAAB0AAAAgAE4AH25hbWUAAAOgAAAB3AAAA43ZugaUcG9zdAAABXwAAABZAAAAgeNVfAkAAAABAAAAAMwXcmMAAAAAy1XFoAAAAADNHI82eJxjYGbexjiBgZWBhaWHxZiBgaENQjMVM0SB+ThBQWVRMYPDh+APd9gY/gP5bAyMykCKEUmJAgMjAC56Ct8AAHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwMDB9CPtz6cOf/fyAr+MN1EIt/A78evy5UFxgwsjHAuYxAPSB9KICRYdgDAL67D8kAAQAB//8AD3icXU/NTsJAEJ5ZFggxxmCbkiwHAzLTowlu4ejeyxPwCOBR7r3rE/geeubuG3i3TyGts12MtT18ndnd7w8QsvpdX/Q/IAboI9s1rpY3mMTDkcAVDuaqPD0RqRfaU05UGSxJhj2p5wDNUplqyjsZQT6EQ/2mc9GcyBIPReQOObPrkccHMZhgonMS3R1tiLCsDNFm8bgQF3W06ekgqqnN5Aa//D9nlrOgDeg09Aq4lK3RTiX16n621BBVLrIe2PQK09s2c4THyPIvF4TrAndwO5uHvhPUwOa7MNw8FsCtZfZDJBKB66BQhW58cRwHW09OVMEtI+3aOhEHX+E63crM2dh6X+WazMFLvf6F57OvAqiPGvo+87Tb+LrT4X9/7lT6bKXs9vsByDlkyAAAAHicY2BkYGAA4mO9Sxji+W2+MnCzM4DAWZl+bwT9fyuLN+tpIJeDgQkkCgAbqgoOAHicY2BkYGBj+HeXgYGdAQRYvBkYGVABFwA+hgJEAAAAeJxjZ4AAdiBmaWAwBeJSFhAbiJkaGByAGMwGADa+AxEAAAAAAAAAAAAqAFgAdgCUALIA0AEEAAB4nGNgZGBg4GKQYWBiAAEQycgAEnMA8xkABjEAbgAAAHicjZJBaxNBFMf/u0mbJoig5KC3QcRblt2tFCm9lEp701iKIHiZJLPJ0mSnzE5S8h38BB79Nn4ab94E/zN9JVB7MCEzv/3Pm/f+720ADPEbCe4/qXCCAV4Kp+jhrXAHGb4Ld/Ecv4T38Cx5I7yPQfJBuIdPyR/hAzxJa+E+Buk3Zku6fal8xwn9dIRTPMVr4Q6+4kS4S/Wn8B5eJanwPobJO+EefiRfhA/wIv0o3Mcw3YRyV9CYYAmDMRzXll9c6cnSjJ1pyZcU51gzRDMAl2a+XmrCOSwa+Lg7RhgolJxKzv2Yv8cSqwfZ7iILHGHEdcT7OfdDJreNP7dublSZ5epY7QwpMUCxOBoVozIvDh/v4mEx/JsE+MwQx+A6dhO8hA7y2EvwUjLEuLa2jSqyPFcsV/7H0MbxUFMOYwkhVSykODAb10U8OePTDbY8qel0QV3FO1PSvaUqDnh3p5LBB8WxxozqKnZ4TU1T9THfhJ3vsjTcw9M02s1ocWl0a5QzlXHKW+UXRp3Zm62r5wuvWjP1oenKunhS8YUo7/TMrLS7Vtp7V0/WMaSxvp6aNoP8FYKzU9zGOpbOTHidzqvTW9PaFZ/e0+QmtnJBatjAlqLeGHWhm9kWfwGPR6C4eJxjYGIAg/9VDFEM2AAXEDMyMDEyMTIzsjCyMrIxsjNy8CRnpJYV5efF56SmlfDCOEWZ6RklXMmJRakl8Sn55XkcEGZpAVQMpJgbwgQrZSnOLyoBACnGHqgAAAA=) format('woff'),url(../../plugins/tablepress/css/tablepress.ttf) format('truetype'),url(../../plugins/tablepress/css/tablepress.svg#TablePress) format('svg');font-weight:400;font-style:normal}.tablepress-table-description{clear:both;display:block}.tablepress{border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:1em;border:none}.tablepress td,.tablepress th{padding:8px;border:none;background:0 0;text-align:right;float:none!important}.tablepress tbody td{vertical-align:top}.tablepress tbody td,.tablepress tfoot th{border-top:1px solid #ddd}.tablepress tbody tr:first-child td{border-top:0}.tablepress thead th{border-bottom:1px solid #ddd}.tablepress tfoot th,.tablepress thead th{background-color:#d9edf7;font-weight:700;vertical-align:middle}.tablepress .odd td{background-color:#f9f9f9}.tablepress .even td{background-color:#fff}.tablepress .row-hover tr:hover td{background-color:#f3f3f3}.tablepress img{margin:0;padding:0;border:none;max-width:none}.dataTables_wrapper{clear:both;margin-bottom:1em}.dataTables_wrapper .tablepress{clear:both;margin:0!important}.dataTables_length{float:left;white-space:nowrap}.dataTables_filter{float:right;white-space:nowrap}.dataTables_info{clear:both;float:left;margin:4px 0 0}.dataTables_paginate{float:right;margin:4px 0 0;direction:rtl}.dataTables_paginate a{color:#111!important;display:inline-block;outline:0;position:relative;text-decoration:underline;text-decoration:none\0/IE;margin:0 5px}.dataTables_paginate a:first-child{margin-right:0}.dataTables_paginate a:last-child{margin-left:0}.paginate_button:hover{cursor:pointer;text-decoration:none}.paginate_button.disabled{color:#999!important;text-decoration:none;cursor:default}.paginate_button.current{font-weight:700;text-decoration:none;cursor:default}.dataTables_paginate.paging_simple{padding:0 15px}.paging_simple .paginate_button.next:after,.paging_simple .paginate_button.previous:before{text-align:right;font-family:TablePress;font-size:14px;font-weight:700;-webkit-font-smoothing:antialiased;content:"\f054";text-shadow:.1em .1em #666;position:absolute;top:0;right:-14px;bottom:0;left:auto;margin:auto;height:14px;width:14px;line-height:1}.paging_simple .paginate_button.next:after{text-align:left;content:"\f053";right:auto;left:-14px}.paginate_button:after,.paginate_button:before{color:#d9edf7}.paginate_button:hover:after,.paginate_button:hover:before{color:#049cdb}.paginate_button.disabled:after,.paginate_button.disabled:before{color:#f9f9f9}.dataTables_processing{display:none}.dataTables_scroll{clear:both}.dataTables_scrollBody{-webkit-overflow-scrolling:touch}.tablepress .sorting,.tablepress .sorting_asc,.tablepress .sorting_desc{position:relative;padding-left:20px;cursor:pointer;outline:0}.tablepress .sorting:before,.tablepress .sorting_asc:before,.tablepress .sorting_desc:before{font-family:TablePress;font-weight:400;font-size:14px;-webkit-font-smoothing:antialiased;position:absolute;top:0;bottom:0;left:6px;right:auto;margin:auto;height:14px;line-height:1}.tablepress .sorting:before{content:"\f0dc"}.tablepress .sorting_asc:before{content:"\f0d8";padding:0 0 2px}.tablepress .sorting_desc:before{content:"\f0d7"}.dataTables_scrollBody .tablepress thead th:before,.dataTables_wrapper:after{content:""}.tablepress .sorting:hover,.tablepress .sorting_asc,.tablepress .sorting_desc{background-color:#049cdb}.dataTables_wrapper:after{display:block;clear:both;visibility:hidden;line-height:0;height:0}.dataTables_wrapper label input,.dataTables_wrapper label select{display:inline;margin:2px;width:auto}
/* Common CSS Styles APS plugin */
.clearfix:before, .clearfix:after {content:""; display:table;}
.clearfix:after, .clear {clear:both;}
.aps-container {padding:10px 0; margin:0 auto; font-size:13px; color:#727374;}
.aps-container *, .aps-shortcode *, .aps-comps-overlay * {line-height:1.5; padding:0; margin:0; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.aps-container:before, .aps-container:after {content:" "; display:table;}
.aps-container:after {clear:both;}
.aps-content {width:70%;}
.aps-content-left {float:right;}
.aps-content-right {float:left;}
.aps-sidebar {float:right; width:30%;}
.aps-content, .aps-sidebar {padding-right:10px; padding-left:10px;}
.aps-row {margin-right:-10px; margin-left:-10px;}
.aps-row-mini {margin-right:-5px; margin-left:-5px;}
.aps-container ul, .aps-container ol {list-style:none;}
.aps-container p {font-size:13px; margin:0 0 15px;}
.alignleft {float:right;}
.alignright {float:left;}
.no-margin {margin:0;}
.uppercase {text-transform:uppercase;}
.aps-container a, .aps-button, .aps-search-btn, .aps-pd-search {transition:all .4s ease; -webkit-transition:all .4s ease; -ms-transition:all .4s ease;}
.aps-container p, .aps-shortcode p {margin:0 0 20px;}

/* APS Icons */
@font-face {
	font-family: 'aps-fonticon';
	src: url('../../plugins/aps-products/css/font/aps-fonticon.eot?131');
	src: url('../../plugins/aps-products/css/font/aps-fonticon.eot?131#iefix') format('embedded-opentype'),
		url('../../plugins/aps-products/css/font/aps-fonticon.woff?131') format('woff'),
		url('../../plugins/aps-products/css/font/aps-fonticon.ttf?131') format('truetype'),
		url('../../plugins/aps-products/css/font/aps-fonticon.svg?131#aps-fonticon') format('svg');
	font-weight: normal;
	font-style: normal;
}
 
[class^="aps-icon-"]:before, [class*=" aps-icon-"]:before {
	font-family: "aps-fonticon";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
}
 
.aps-icon-gauge:before {content:'\e800';}
.aps-icon-globe:before {content:'\e801';}
.aps-icon-trash:before {content:'\e802';}
.aps-icon-window:before {content:'\e803';}
.aps-icon-display:before {content:'\e804';}
.aps-icon-tablet:before {content:'\e805';}
.aps-icon-comment:before {content:'\e806';}
.aps-icon-hdd:before {content:'\e807';}
.aps-icon-signal:before {content:'\e808';}
.aps-icon-cog:before {content:'\e809';}
.aps-icon-cpu:before {content:'\e80a';}
.aps-icon-ticket:before {content:'\e80b';}
.aps-icon-ram:before {content:'\e80c';}
.aps-icon-camera:before {content:'\e80d';}
.aps-icon-pictures:before {content:'\e80e';}
.aps-icon-sitemap:before {content:'\e80f';}
.aps-icon-search:before {content:'\e810';}
.aps-icon-radio:before {content:'\e811';}
.aps-icon-media:before {content:'\e812';}
.aps-icon-sim:before {content:'\e813';}
.aps-icon-mail:before {content:'\e814';}
.aps-icon-picture:before {content:'\e815';}
.aps-icon-wifi:before {content:'\e816';}
.aps-icon-art:before {content:'\e817';}
.aps-icon-podcast:before {content:'\e818';}
.aps-icon-menu:before {content:'\e819';}
.aps-icon-check:before {content:'\e81a';}
.aps-icon-cancel:before {content:'\e81b';}
.aps-icon-plus:before {content:'\e81c';}
.aps-icon-minus:before {content:'\e81d';}
.aps-icon-phone:before {content:'\e81e';}
.aps-icon-tower:before {content:'\e81f';}
.aps-icon-angle-right:before {content:'\e820';}
.aps-icon-battery:before {content:'\e821';}
.aps-icon-mobile:before {content:'\e822';}
.aps-icon-angle-left:before {content:'\e823';}
.aps-icon-attention:before {content:'\e824';}
.aps-icon-compare:before {content:'\e825';}
.aps-icon-down:before {content:'\e826';}
.aps-icon-up:before {content:'\e827';}
.aps-icon-spin:before {content:'\e828';}
.aps-icon-grid:before {content:'\e829';}
.aps-icon-list:before {content:'\e82a';}
.aps-icon-heart:before {content:'\e82b';}
.aps-icon-star:before {content:'\e82c';}
.aps-icon-home:before {content:'\e82d';}
.aps-icon-download:before {content:'\e82e';}
.aps-icon-upload:before {content:'\e82f';}
.aps-icon-keyboard:before {content:'\e830';}
.aps-icon-music:before {content:'\e831';}
.aps-icon-calendar:before {content:'\e832';}
.aps-icon-briefcase:before {content:'\e833';}
.aps-icon-qrcode:before {content:'\e834';}
.aps-icon-book:before {content:'\e835';}
.aps-icon-chart-pie:before {content:'\e836';}
.aps-icon-money:before {content:'\e837';}
.aps-icon-bullseye:before {content:'\e838';}
.aps-icon-android:before {content:'\e839';}
.aps-icon-apple:before {content:'\e83a';}
.aps-icon-bell:before {content:'\e83b';}
.aps-icon-support:before {content:'\e83d';}
.aps-icon-thumbs-dn:before {content:'\e83e';}
.aps-icon-thumbs-up:before {content:'\e83f';}
.aps-icon-folder:before {content:'\e840';}
.aps-icon-print:before {content:'\e841';}
.aps-icon-attach:before {content:'\e842';}
.aps-icon-cart:before {content:'\e843';}
.aps-icon-share:before {content:'\e844';}
.aps-icon-shuffle:before {content:'\e845';}
.aps-icon-shareable:before {content:'\e846';}
.aps-icon-eye:before {content:'\e847';}
.aps-icon-gplus:before {content:'\e848';}
.aps-icon-pinterest:before {content:'\e849';}
.aps-icon-facebook:before {content:'\e84a';}
.aps-icon-twitter:before {content:'\e84b';}
.aps-icon-info:before {content:'\e84c';}

/* APS Brands Archive and Search */
.aps-products li {float:right; padding:10px;}
.aps-product-box {float:right; padding-top:5px; position:relative; background:#fff; overflow:hidden;}
.aps-product-thumb {display:block;}
.aps-product-thumb img, .aps-product-pic img, .aps-gallery-image img, .aps-wd-thumb img {width:100%; height:auto;}
.aps-product-title {margin:0; overflow:hidden;}
.aps-product-details {font-size:12px;}
.aps-product-details ul {margin:0;}
.aps-product-details ul li {width:100%; padding:0; margin-bottom:2px;}
.aps-view-info {font-size:20px; color:#929394; line-height:1; position:absolute; top:2px; left:3px; display:none; z-index:75; cursor:pointer;}
.aps-brand-desc {margin-bottom:10px;}

/* grid view */
.aps-products-grid .aps-product-title {font-size:14px; height:40px; line-height:1.2; padding:0 10px 10px; text-align:center;}
.aps-products-grid .aps-product-details {width:100%; padding:10px; position:absolute; top:-100%; right:0; z-index:71; background:#fff;}
.aps-products-grid .aps-comp-btn {width:100%; text-align:center; bottom:10px; right:0;}
.aps-products-grid .aps-comp-rating {display:none;}
.aps-products-grid .aps-product-box:hover .aps-view-info {display:block;}
.aps-product-box .aps-view-info:hover  + .aps-product-details, .aps-products-grid .aps-product-details:hover {top:0;}

/* list view */
.aps-products-list li {width:100%;}
.aps-products-list .aps-product-box {width:100%;}
.aps-products-list .aps-product-thumb {float:right; width:200px;}
.aps-products-list .aps-product-title {font-size:24px; padding:10px 0; clear:none;}
.aps-products-list .aps-product-details {float:right; padding:0; color:#727374;}
.aps-products-list .aps-comp-btn {bottom:20px; left:20px;}
.aps-products-list .aps-comp-rating {position:absolute; top:20px; left:20px; z-index:22;}

/* APS Single Product (post) */
.aps-tabs {float:right; width:100%; display:table; margin:10px 0 20px; border-bottom:1px solid #e8e9ea;}
.aps-tabs li {float:right; display:block; position:relative; margin-bottom:-1px;}
.aps-tabs li a {color:#777; display:block; padding:10px 15px; font-weight:bold; text-decoration:none; position:relative; text-decoration:none; margin-left:2px; border:1px solid transparent; border-radius:4px 4px 0 0; -webkit-border-radius:4px 4px 0 0; -ms-border-radius:4px 4px 0 0;}
.aps-tabs li a:hover {color:#555; background:#f8f8f8; border-bottom-color:#e8e9ea;}
.aps-tabs li.active a {color:#555; background:#fff; border-color:#e8e9ea #e8e9ea transparent;}
.aps-tab-content {display:none;}
.aps-tab-title {margin-bottom:15px;}
.aps-comp-title {font-size:16px; margin:0;}
.aps-column {float:right; width:100%;}
.aps-comp-column {width:100%; padding-top:10px;}
.aps-product-pic {float:right; width:50%; padding-left:10px; padding-right:10px; margin:0 0 20px 0;}
.aps-product-pic img {display:block;}
.aps-group {float:right; width:100%; margin-bottom:20px;}
.aps-main-title {font-size:30px; margin:10px 0 20px;}
.aps-group-title {font-size:20px; line-height:1; margin:0 0 10px;}
.aps-group-title span {color:#868788;}
.aps-specs-list {float:right; width:100%; background:url(../../plugins/aps-products/img/group-bg.png) 0 0 repeat-y #fff;}
.aps-specs-list li {float:right; width:100%; font-size:12px; position:relative; border-bottom:1px solid #f5f6f7;}
.aps-specs-list li:last-child {border-bottom:none;}
.aps-specs-list li:hover {background:#ffffe6;}
.aps-specs-list li strong.aps-term {width:110px; position:absolute; right:10px; top:50%; margin-top:-10px; z-index:21;}
.aps-specs-list li .aps-attr-value {padding-right:140px; line-height:20px; display:flex;}
.aps-1co, .aps-2co, .aps-3co, .aps-4co, .aps-5co {float:right; min-height:34px; padding:7px 10px; display:inline-block;}
.aps-2co, .aps-3co, .aps-4co, .aps-5co {text-align:center; border-left:1px solid #f5f6f7; position:relative;}
.aps-1co {width:100%;}
.aps-2co, .aps-comp-search {width:50%;}
.aps-3co {width:33.33333%;}
.aps-4co {width:25%;}
.aps-5co {width:20%;}
.aps-attr-value span:last-child, .aps-attr-value div:last-child {border:none;}
.aps-tooltip {cursor:help;}
.aps-tooltip-data {display:none;}
span.aps-tooltip-display {min-width:280px; max-width:460px; padding:6px 10px; font-size:12px; position:absolute; z-index:99; background:#f3f8ff; border:1px solid #eaf4ff; border-radius:3px; -webkit-border-radius:3px; -ms-border-radius:3px; box-shadow:1px 1px rgba(0,0,0, .1); -webkit-box-shadow:1px 1px rgba(0,0,0, .1); -ms-box-shadow:1px 1px rgba(0,0,0, .1);}
.aps-comp-search {float:right; padding-right:10px; padding-left:10px; margin-bottom:20px;}
.aps-gallery-thumbs li {float:right; width:25%; padding:0 10px; margin-bottom:20px;}
.aps-gallery-thumbs li a {width:100%; height:auto; padding-top:100%; position:relative; display:block; overflow:hidden;}
.aps-gallery-thumb {width:100%; height:auto; position:absolute; bottom:0; right:0;}
.aps-gallery-thumb, .aps-gallery-zoom, .aps-products-grid .aps-product-details, .aps-products-grid .aps-comp-btn, .aps-current-brand, .aps-select-icon, .aps-sort-controls ul li a, .aps-wd-thumb:after, .aps-view-info, .aps-feature-anim:after  {transition:all .5s ease-in-out; -webkit-transition:all .5s ease-in-out; -ms-transition:all .5s ease-in-out;}
.aps-gallery-zoom {width:100%; height:100%; color:#fff; position:absolute; right:0; bottom:-100%; text-shadow:rgba(0,0,0,.05);}
.aps-gallery-zoom .aps-icon-search {color:#fff; font-size:48px; position:absolute; right:50%; top:30px; margin-right:-24px;}
.aps-gallery-zoom .aps-image-title {width:100%; padding:20px 10px; font-size:13px; text-align:center; position:absolute; right:0; bottom:0;}
.aps-gallery-thumbs li a:hover .aps-gallery-zoom {bottom:0;}
.aps-gallery-thumbs li a:hover .aps-gallery-thumb {bottom:100px;}
.aps-main-features {float:right; width:50%; padding-left:10px; padding-right:10px;}
.aps-buttons-box {float:right; width:100%; border:1px solid #e8e9ea; border-top:none; background:#f9fafb;}
.aps-btn-boxed {max-height:38px; padding:8px 15px; margin:-1px; color:#777; font-size:14px; line-height:1; display:block; border:1px solid #e8e9ea;}
.aps-btn-boxed:hover {color:#fff;}
.aps-add-compare {float:right;}
.aps-add-cart, .aps-compare {float:left;}
.aps-add-cart {display:none;}
.aps-features li {float:right; width:50%; padding:0 10px; margin-bottom:20px;}
.aps-flipper {float:right; width:100%; height:133px; color:#fff; line-height:1.3; position:relative; overflow:hidden; text-shadow:rgba(0,0,0,.05);}
.flip-front, .flip-back {width:100%; height:100%; padding:10px; text-align:center; position:absolute; right:0; overflow:hidden; transition:all .5s ease-in-out; -webkit-transition:all .5s ease-in-out; -ms-transition:all .5s ease-in-out;}
.flip-front {top:0;}
.flip-back {bottom:-100%;}
.aps-flipper:hover .flip-front {top:-30%;}
.aps-flipper:hover .flip-back {bottom:0;}
.aps-flip-icon {font-size:60px; display:block;}
.aps-back-icon {font-size:24px;}
.aps-related-products li {float:right; padding:0 10px;}
.aps-rd-box {float:right; width:100%; padding:10px; background:#fff;}
.aps-rd-thumb {float:right; width:60px; margin-left:10px;}
.aps-attr-value .aps-icon-check, .aps-attr-value .aps-icon-cross {padding:2px; color:#fff; font-size:15px; line-height:1; display:inline-block; vertical-align:middle; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; -ms-border-radius:50%;}
.aps-attr-value .aps-icon-check {background:#8ac63c;}
.aps-attr-value .aps-icon-cross {background:#e32139;}
.aps-video-col {float:right; width:50%; padding-right:10px; padding-left:10px;}
.aps-video-box {padding:5px; background:#fff; margin-bottom:20px;}
.aps-video {height:0; padding-bottom:56.25%; display:block; position:relative; overflow:hidden;}
.aps-video iframe, .aps-video embed, .aps-video object {height:100%; width:100%; border:none; position:absolute; top:0; right:0; bottom:0;}
.aps-features-list li {height:50px; margin-bottom:10px;position:relative;}
.aps-feature-anim {height:100%; width:100%; padding:15px 10px 15px 60px; margin-bottom:10px; color:#fff; line-height:15px; position:absolute; top:0; left:0;}
.aps-feature-anim:after {height:100%; width:0; position:absolute; top:0; left:0; content:""; z-index:81}
.aps-features-list li:hover .aps-feature-anim:after {width:100%;}
.aps-list-icon {height:50px; padding:13px; color:#fff; font-size:24px; line-height:24px; position:absolute; top:0; left:0; z-index:82;}
.aps-feature-info {height:20px; position:relative; z-index:83; overflow:hidden;}

/* rating */
.aps-rating-card {float:right; width:100%; padding:20px 20px 0; margin-bottom:20px; border:1px solid #e8e9ea; background:#f8f9fa;}
.aps-rating-text-box {float:right;}
.aps-rating-bar-box {float:right; width:238px; margin-bottom:30px;}
.aps-overall-rating {float:left; padding-right:45px; position:relative;}
.aps-rating-total, .aps-comp-rating {width:48px; height:48px; color:#fff; font-size:20px; line-height:48px; text-align:center; background:#545556;}
.aps-rating-total {float:right; position:absolute; right:0; top:0; background:#545556;}
.aps-comp-rating {display:inline-block;}
.aps-total-wrap {float:right; width:190px; height:20px; margin-top:14px; background:#e1e2e3; position:relative;}
.aps-total-wrap, .aps-total-bar {border-radius:0 0 2px 2px; -webkit-border-radius:0 0 2px 2px; -ms-border-radius:0 0 2px 2px;}
.aps-total-bar {height:20px; position:absolute; right:0; top:0;}
.aps-rating-total, .aps-range-output, .aps-comp-rating {border-radius:50%; -webkit-border-radius:50%; -ms-border-radius:50%;}
.aps-pub-rating li {float:right; padding:0 10px; margin-bottom:20px;}
.aps-rating-box {width:100%; padding:5px 10px; background:#fff; box-shadow:1px 1px rgba(0,0,0, .1); -webkit-box-shadow:1px 1px rgba(0,0,0, .1); -ms-box-shadow:1px 1px rgba(0,0,0, .1); border-radius:1px; -webkit-border-radius:1px; -ms-border-radius:1px;}
.aps-rating-asp, .aps-rating-wrap, .aps-rating-bar {display:block;}
.aps-rating-wrap {height:5px; margin:3px 0; position:relative; background:#e8e9ea;}
.aps-rating-bar {height:5px; position:absolute; top:0; right:0;}
.aps-rating-num {float:left; color:#888; font-weight:bold;}
.aps-red-bg {background:#e32139;}
.aps-orange-bg {background:#f38522;}
.aps-blue-bg {background:#52a5f8;}
.aps-green-bg {background:#8ac63c;}

/* reviews list */
.aps-post-box {margin-bottom:20px;}
.aps-reviews-list li {float:right; padding-right:70px; margin-bottom:30px; position:relative;}
.aps-reviewer-image {width:56px; height:56px; padding:3px; border:1px solid #e8e9ea; position:absolute; top:0; right:0; background#fff;}
.mas-med-rating .aps-overall-rating {padding-right:33px;}
.mas-med-rating .aps-total-wrap {width:160px; height:16px; margin-top:10px;}
.mas-med-rating .aps-total-bar {height:16px;}
.mas-med-rating .aps-rating-total {width:36px; height:36px; line-height:36px; font-size:16px; font-weight:bold;}
.aps-review-date {color:#999; font-size:12px; font-style:italic;}
.aps-review-rating {position:absolute; top:0; left:0;}
.aps-rating-panel {float:right; width:100%;}
.aps-user-rating li {float:right; padding:0 10px; margin-bottom:10px;}
.aps-rating-wip {float:right; width:100%; padding-bottom:10px; border-bottom:1px dotted #e8e9ea;}
.aps-rating-cat {float:right; width:70%; padding:5px 0;}
.aps-rating-val {float:right; width:30%;}
.aps-rating-vic {display:block; font-size:12px; font-weight:bold; text-align:center;}
.aps-rating-bic {height:5px; display:block;}

/* review form */
#apsReviewForm ul {float:right; padding:20px 20px 0; margin-bottom:20px; border:1px solid #e8e9ea; background:#f8f9fa;}
#apsReviewForm ul li {float:right; width:100%; padding-bottom:20px;}
#apsReviewForm label, .aps-rating-label {float:right; width:158px; font-weight:bold;}
#apsReviewForm .aps-text, #apsReviewForm .aps-textarea, .aps-search, .aps-search-comp {padding:5px 10px; border:1px solid #e8e9ea; background:#fff;}
#apsReviewForm .aps-textarea {height:120px;}
#apsReviewForm .required {color:#d71717;}
.aps-total-score {width:40px; color:#fff; line-height:40px; font-size:20px; text-align:center; display:inline-block; border-radius:50%; -webkit-border-radius:50%; -ms-border-radius:50%;}
.aps-button, a.page-numbers {padding:7px 8px; color:#fff; font-weight:bold; font-size:13px; line-height:1; white-space:nowrap; display:inline-block; border:1px solid; cursor:pointer; border-radius:3px; -webkit-border-radius:3px; -ms-border-radius:3px;}
.aps-button i {font-size:14px; line-height:1;}
.aps-button:hover, a.page-numbers:hover {color:#fff;}
.aps-btn-black {background:#545556; border:1px solid #515253;}
.aps-btn-black:hover {background:#444546; border:1px solid #414243;}
.aps-loading {width:20px; height:20px; background:url(../../plugins/aps-products/img/spinner.gif) 0 0 no-repeat;}

/* response message box */
.aps-msg-overlay {width:100%; height:100%; display:none; background:rgba(0,0,0, .7); position:fixed; top:0; right:0; z-index:991;}
.aps-res-msg {width:420px; padding:10px 20px; display:none; background:#fff; position:fixed; top:50%; right:50%; z-index:999; border-radius:5px; -webkit-border-radius:5px; -ms-border-radius:5px; box-shadow:2px 2px 5px rgba(0,0,0, .3); -webkit-box-shadow:2px 2px 5px rgba(0,0,0, .3); -ms-box-shadow:2px 2px 5px rgba(0,0,0, .3);}
.aps-msg-success, .aps-msg-errors {padding-right:50px; display:block; position:relative;}
.aps-msg-success .aps-icon-check, .aps-msg-errors .aps-icon-attention {font-size:30px; line-height:1; margin-top:-15px; position:absolute; top:50%; right:0;}
.aps-close-icon {font-size:18px; color:#c7c8c9; line-height:1; cursor:pointer; position:absolute; top:3px; left:3px;}
.aps-msg-success .aps-icon-check {color:#27a50f;}
.aps-msg-errors .aps-icon-attention {color:#ffc000;}
.aps-close-icon:hover {color:#d71717;}

/* sorting filters */
.aps-display-controls {float:right; padding-top:3px; margin-left:20px; margin-bottom:10px;}
.aps-display-controls span{float:right; display:inline-block; margin-left:10px;}
.aps-display-controls ul {float:right;}
.aps-display-controls ul li a {float:right; padding:4px 5px; line-height:1; font-size:12px; cursor:pointer;}
.aps-display-controls ul li {float:right; margin-left:10px;}
.aps-display-controls ul li a.selected {color:#fff;}
.aps-dropdown {float:right; position:relative; margin-left:20px; margin-bottom:10px;}
.aps-filters-control {float:left; padding-top:3px; margin-bottom:10px;}
.aps-current-dp {float:right; height:28px; padding:6px 10px; line-height:1; font-size:13px; font-weight:bold; background:#f9fafb; border:1px solid #e8e9ea; cursor:pointer;}
.aps-select-icon {font-size:20px; color:#828384; line-height:1; position:absolute; top:3px; left:3px;}
.aps-dropdown:hover .aps-current-dp {color:#fff;}
.aps-dropdown:hover .aps-select-icon {color:#fff; transform:rotate(180deg); -webkit-transform:rotate(180deg); -ms-transform:rotate(180deg);}
.aps-dropdown ul {display:none; position:absolute; top:100%; right:0; z-index:32; background:#fff; border:1px solid #e8e9ea; border-top:none;}
.aps-dropdown ul li {display:list-item; border-bottom:1px dotted #e8e9ea;}
.aps-dropdown ul li:last-child {border:none;}
.aps-dropdown ul li a {padding:5px 10px; font-size:13px; display:block;}
.aps-filters-sw {font-weight:bold;}
.aps-filters {padding:10px 20px 20px; display:none; border:1px solid #e8e9ea; margin:10px 0; position:relative;}
.aps-filters h5 {margin:0; padding:0 0 10px; font-size:16px;}
.aps-filters-list li {padding-bottom:5px; margin-bottom:10px; border-bottom:1px dotted #e8e9ea;}
.aps-filters-list li:last-child {margin:0; padding:0; border-bottom:none;}
.aps-cb-label {padding-left:10px; padding-bottom:5px; font-size:12px; font-weight:bold; cursor:pointer; display:inline-block;}
.aps-filter-cb {display:none;}
.aps-cb-holder {float:right; width:14px; height:14px; border:1px solid #c1c2c3; background:#fff; margin:2px 3px 0 0; box-shadow:inset 0 0 3px rgba(0,0,0,.15); -moz-box-shadow:inset 0 0 3px rgba(0,0,0,.15); -webkit-box-shadow:inset 0 0 3px rgba(0,0,0,.15); -ms-box-shadow:inset 0 0 3px rgba(0,0,0,.15);}
.aps-cb-label:hover .aps-cb-holder {border-color:#a1a2a3;}
.aps-cb-holder i {display:none; line-height:1;}
.aps-filter-cb:checked + .aps-cb-holder i {color:#fff; display:block;}
.aps-filters-arrow, .aps-filters-arrow:after {width:0; height:0; position:absolute; border-right:20px solid transparent; border-left:20px solid transparent;}
.aps-filters-arrow {border-bottom:20px solid #e8e9ea; top:-20px; left:15px;}
.aps-filters-arrow:after {border-bottom:20px solid #fff; top:1px; left:-20px; content:"";}

/* pagination links */
.aps-pagination {float:right; width:100%; margin:10px 0;}
span.page-numbers, a.page-numbers {float:right; margin-left:5px; line-height:1;}
span.page-numbers {padding:7px 2px; font-weight:bold;}

/* simple range slider styles */
.slider-aps {float:right; margin-top:2px;}
.slider-aps > .dragger {width:10px; height:20px; border-radius:4px; -webkit-border-radius:4px; -ms-border-radius:4px;}
.slider-aps > .track, .slider-aps > .highlight-track {height:10px; background:#d7d8d9; border-radius:5px; -webkit-border-radius:5px; -ms-border-radius:5px;}
.aps-range-output {float:right; width:24px; height:24px; color:#fff; text-align:center; font-weight:bold; line-height:24px; margin-right:15px;}

/* sidebar widgets */
.aps-widget-title, .aps-column h3 {margin-bottom:10px;}
.aps-widget {float:right; width:100%; margin:10px 0;}
.aps-search-field, .aps-comp-field {position:relative;}
.aps-search-btn, .aps-pd-search {padding:5px 10px; color:#ccc; font-size:20px; line-height:1; position:absolute; top:0; left:0; border:1px solid #e8e9ea; background:#f9fafb; cursor:pointer;}
.aps-search-btn:hover, .aps-pd-search:hover {color:#fff;}
.aps-search, .aps-search-comp {width:100%; height:32px; max-height:32px;}
.aps-ajax-results, .aps-comp-results {width:100%; position:absolute; top:100%; right:0; z-index:39; background:#fff; border-right:1px solid #e8e9ea; border-left:1px solid #e8e9ea;}
.aps-comp-results {padding:10px 5px 0; border-bottom:1px solid #e8e9ea; background:#f9fafb;}
.aps-ajax-results li {float:right; width:100%; padding:10px; border-bottom:1px solid #e8e9ea;}
.aps-ajax-results li:hover {background:#f8f9fa;}
.aps-res-thumb {float:right; margin-left:10px;}
.aps-res-title {font-size:14px;}
.aps-res-rating, .aps-res-brand, .aps-res-view {font-size:12px;}
.aps-res-more {float:right; width:100%; display:block; text-align:center;}

.aps-wd-products li {float:right; width:33.3333%; padding:0 5px; margin-bottom:10px;}
.aps-wd-products li a {display:block; background:#fff;position:relative;}
.aps-wd-thumb, .aps-wd-thumb img {display:block;}
.aps-wd-thumb:after {width:100%; height:100%; position:absolute; top:0; right:0; content:""; background:#fff; opacity:0; filter:alpha(opacity=0);}
.aps-wd-products li a:hover .aps-wd-thumb:after {opacity:.4; filter:alpha(opacity=40);}
.aps-wd-title {height:42px; padding:0 5px 5px; font-size:12px; display:block; text-align:center; overflow:hidden;}

.aps-brands-list li {padding:0; margin:0;}
.aps-brands-list li a {padding:6px 0; display:block; font-weight:bold; border-bottom:1px dotted #e8e9ea; transition:all .3s ease; -webkit-transition:all .3s ease; -ms-transition:all .3s ease;}
.aps-brands-list li a span {float:left; padding:1px 8px; font-size:12px; color:#fff; border-radius:3px; -webkit-border-radius:3px; -ms-border-radius:3px;}
.aps-brands-list li a:hover, .aps-brands-list li a.current {padding-right:8px;}

/* comparisons and offers list */
.aps-comps li, .aps-offers-list li {float:right; width:100%; padding-bottom:10px; margin-bottom:10px; border-bottom:1px dotted #e8e9ea; position:relative;}
.aps-comps-thumb {float:right; padding:3px; margin-left:20px;}
.aps-comp-list-date {margin-left:10px;}
.aps-comp-list-date, .aps-comp-list-author {font-size:12px; display:inline-block;}
.aps-btn-view {position:absolute; bottom:10px; left:0;}
.aps-wd-compares li {float:right; width:100%; padding-bottom:10px; margin-bottom:10px; border-bottom:1px dotted #e8e9ea;}
.aps-cp-thumb {float:right; padding:3px; display:inline-flex; margin-left:10px;}
.aps-comp-thumb {max-width:100%;}
.aps-cp-title {display:block;}
.aps-cp-link {font-size:12px;}
.aps-cp-title, .aps-offer-title {font-weight:bold;}
.aps-offers-list {margin-bottom:20px;}
.aps-offer-title {float:right; margin-left:20px;}
.aps-offer-thumb {float:right; width:100px; margin-left:20px;}
.aps-offer-price {float:right; font-size:20px; text-align:center;}
.aps-offer-link {float:left;}
.zoomLens {z-index:99;}

/* comparisons list overlay */
.aps-comps-overlay {width:180px; height:100%; position:fixed; right:-182px; top:0; background:#f3f4f5; z-index:996; border-left:1px solid #e8e9ea;}
.aps-comps-handle {width:40px; height:40px; padding:5px; font-size:28px; line-height:28px; position:absolute; bottom:10px; left:-39px; background:#f3f4f5; cursor:pointer; border:1px solid #e8e9ea; border-right:none; border-radius:5px 0 0 5px; -moz-border-radius:5px 0 0 5px; -webkit-border-radius:5px 0 0 5px; -ms-border-radius:5px 0 0 5px;}
.aps-comps-list {width:200px; max-height:100%; padding:10px; position:absolute; top:0; left:0; overflow-y:scroll;}
.aps-comps-list li {margin-bottom:10px; position:relative; border:1px solid #e8e9ea;}
.aps-comps-list li.aps-comp-lb {width:100%; text-align:center; border:none;}
.aps-comps-list li a.aps-compare {float:none;}
.aps-comps-list li a img {display:block;}
/* 1200 CSS Styles APS plugin */
.aps-container {max-width:1180px;}
.aps-products-grid li {width:33.3333%;}
.aps-products-list .aps-product-details {width:600px;}
.aps-product-pic {width:50%;}
.aps-gallery-thumbs li {width:25%;}
.aps-main-features {width:50%;}
.aps-flipper {height:132px;}
.aps-flip-icon {line-height:110px;}
.aps-related-products li {width:33.3333%;}
.aps-rating-text-box {width:540px;}
.aps-pub-rating li {width:25%;}
.aps-user-rating li {width:25%;}
#apsReviewForm .aps-text, #apsReviewForm .aps-textarea {width:620px;}
.aps-current-dp, .aps-dropdown ul {width:220px;}
.slider-aps {width:570px;}
.aps-offer-title {width:460px;}
/* Responsive css */
@media (min-width: 320px) {
	.aps-container {max-width:300px;}
	.aps-content, .aps-sidebar {width:100%;}
	.aps-product-pic {width:100%;}
	.aps-main-features, .aps-video-col {width:100%;}
	.aps-main-title {font-size:24px;}
	.aps-features li {width:50%;}
	.aps-flipper {height:120px;}
	.aps-flip-icon, .aps-flip-icon:before {line-height:100px;}
	.aps-tabs li a {padding:6px; white-space:nowrap;}
	.aps-rating-text-box {width:100%;}
	.aps-pub-rating li, .aps-user-rating li, .aps-comp-search {width:100%;}
	.aps-review-meta, .aps-comps li {padding-bottom:40px;}
	.aps-review-rating {top:40px; left:20px;}
	span.aps-tooltip-display {max-width:240px;}
	.aps-res-msg {width:280px;}
	.aps-offer-title {width:200px;}
	#apsReviewForm .aps-text, #apsReviewForm .aps-textarea {width:260px;}
	.slider-aps {width:210px;}
	.aps-gallery-thumbs li {width:50%;}
	.aps-gallery-zoom .aps-icon-search {font-size:32px; margin-right:-16px; top:20px;}
	.aps-related-products li {width:100%; margin-bottom:10px;}
	.aps-wd-products li {width:33.3333%;}
	.aps-current-dp, .aps-dropdown ul, .aps-products-list .aps-product-thumb {width:300px;}
	.aps-brands-controls {margin-bottom:10px;}
	.aps-products-grid li {width:100%;}
	.aps-products-list .aps-comp-rating {top:10px; left:10px;}
	.aps-products-list .aps-product-details {width:100%; padding:10px 20px;}
	.aps-products-list .aps-comp-btn {bottom:10px; left:10px;}
	.aps-products-list .aps-product-title {padding:0 20px; font-size:20px;}
	.aps-offer-thumb, .aps-offer-title, .aps-offer-price {width:100%; margin:0 0 10px; text-align:center;}
}

@media (min-width: 480px) {
	.aps-container {max-width:460px;}
	.aps-features li {width:33.3333%;}
	.aps-tabs li a {padding:10px 12px;}
	.aps-pub-rating li, .aps-user-rating li {width:50%;}
	.aps-review-rating {top:0; left:0;}
	.mas-med-rating .aps-total-wrap {width:140px;}
	span.aps-tooltip-display {max-width:380px;}
	.aps-res-msg {width:380px;}
	.aps-offer-thumb {width:100px;}
	.aps-offer-thumb, .aps-offer-title {margin:0 20px 0 0; text-align:right;}
	.aps-offer-title {width:320px;}
	.aps-offer-price {width:auto; margin:0;}
	#apsReviewForm .aps-text, #apsReviewForm .aps-textarea {width:420px;}
	.aps-gallery-thumbs li {width:50%;}
	.aps-gallery-zoom .aps-icon-search {font-size:48px; margin-right:-24px; top:30px;}
	.aps-related-products li {width:50%;}
	.aps-current-dp, .aps-dropdown ul {width:200px;}
	.aps-wd-products li {width:25%;}
	.aps-products-grid li {width:50%;}
	.aps-products-list .aps-product-thumb {width:210px;}
	.aps-products-list .aps-comp-rating {top:50px;}
	.aps-products-list .aps-product-details {width:240px; padding:0;}
	.aps-products-list .aps-product-title {padding:10px 0;}
}

@media (max-width: 480px) {
	.aps-specs-list li .aps-attr-value {display:block;}
	.aps-2co, .aps-3co, .aps-4co, .aps-5co {width:100%; border-bottom:1px dotted #f5f6f7; border-left:none;}
}

@media (min-width: 768px) {
	.aps-container {max-width:750px;}
	.aps-main-title {font-size:30px;}
	.aps-product-pic {width:50%;}
	.aps-main-features, .aps-video-col {width:50%;}
	.aps-features li {width:50%;}
	.aps-tabs li a {padding:10px 15px;}
	.aps-flipper {height:120px;}
	.aps-flip-icon, .aps-flip-icon:before {line-height:100px;}
	.aps-pub-rating li, .aps-user-rating li, .aps-related-products li, .aps-products-grid li  {width:33.3333%;}
	.aps-rating-text-box {width:470px;}
	.aps-comps li {padding-bottom:10px;}
	span.aps-tooltip-display {max-width:480px;}
	.aps-res-msg, .aps-offer-title {width:420px;}
	.aps-current-dp, .aps-dropdown ul {width:190px;}
	#apsReviewForm .aps-text, #apsReviewForm .aps-textarea {width:550px;}
	.slider-aps {width:500px;}
	.aps-gallery-thumbs li {width:33.3333%;}
	.aps-wd-products li {width:16.6666%;}
	.aps-products-list .aps-comp-rating {top:20px; left:20px;}
	.aps-products-list .aps-product-details {width:530px;}
	.aps-products-list .aps-product-title {font-size:24px;}
	.aps-products-list .aps-comp-btn {bottom:20px; left:20px;}
}

@media (min-width: 992px) {
	.aps-container {max-width:960px;}
	.aps-content {width:70%;}
	.aps-sidebar {width:30%;}
	.aps-product-pic, .aps-comp-search {width:50%;}
	.aps-main-features, .aps-video-col {width:50%;}
	.aps-flipper {height:106px;}
	.aps-flip-icon, .aps-flip-icon:before {line-height:90px;}
	.aps-pub-rating li, .aps-user-rating li, .aps-products-grid li  {width:33.3333%;}
	.aps-rating-text-box {width:380px;}
	.aps-related-products li {width:50%;}
	.aps-offer-title {width:460px;}
	.aps-current-dp, .aps-dropdown ul {width:210px;}
	#apsReviewForm .aps-text, #apsReviewForm .aps-textarea {width:460px;}
	.slider-aps {width:410px;}
	.aps-gallery-thumbs li {width:33.3333%;}
	.aps-wd-products li {width:33.3333%;}
	.aps-products-list .aps-product-details {width:450px;}
}
/* Responsive css 1200px */
@media (min-width: 1200px) {
	.aps-container {max-width:1180px;}
	.aps-product-pic {width:50%;}
	.aps-main-features, .aps-video-col {width:50%;}
	.aps-flipper {height:132px;}
	.aps-flip-icon, .aps-flip-icon:before {line-height:110px;}
	.aps-products-grid li  {width:33.3333%;}
	.aps-pub-rating li, .aps-user-rating li {width:25%;}
	.aps-rating-text-box {width:540px;}
	.aps-related-products li {width:33.3333%;}
	.aps-current-dp, .aps-dropdown ul {width:220px;}
	#apsReviewForm .aps-text, #apsReviewForm .aps-textarea {width:620px;}
	.slider-aps {width:570px;}
	.aps-gallery-thumbs li {width:25%;}
	.aps-wd-products li {width:33.3333%;}
	.aps-products-list .aps-product-details {width:600px;}
}
/* APS Skin CSS Styles */ 
.slider-aps > .highlight-track {background:#d6bb84;}
.aps-view-info:hover, .aps-comps-handle:hover {color:#f46438;}
.flip-front, .aps-gallery-zoom, .aps-total-score, .aps-btn-skin, a.page-numbers, .aps-range-output, .slider-aps > .dragger, .aps-display-controls ul li a.selected, .aps-dropdown:hover .aps-current-dp, .aps-brands-list li a span, .aps-filter-cb:checked + .aps-cb-holder, .aps-search-btn:hover, .aps-pd-search:hover, .aps-btn-boxed:hover, .aps-features-list li {background:#f46438;}
.aps-brands-list li a.current {border-left:2px solid #f46438}
.flip-back, .aps-btn-skin:hover, a.page-numbers:hover, .slider-aps > .dragger:hover, .aps-list-icon {background:#f46438;}
.aps-btn-skin, a.page-numbers, .aps-dropdown:hover .aps-current-dp, .aps-filter-cb:checked + .aps-cb-holder, .aps-search-btn:hover, .aps-pd-search:hover, .aps-btn-boxed:hover {border-color:#f46438;}
.aps-product-box, .aps-product-pic img, .aps-gallery-thumbs li a, .aps-rd-box, .aps-specs-list, .aps-comps-thumb, .aps-wd-products li a, .aps-cp-thumb, .aps-video-box {border:1px solid #e8e9ea;}
.aps-feature-anim:after {background:#f46438;}

/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.nivo-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
	visibility: visible;
	opacity: 1;
}
.nivo-lightbox-wrap  {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
}
.nivo-lightbox-content {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
	position: absolute;
	top: 50%;
	left: 0;
}
.nivo-lightbox-next {
	position: absolute;
	top: 50%;
	right: 0;
}
.nivo-lightbox-close {
	position: absolute;
	top: 2%;
	right: 2%;
}

.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}
.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
	max-height: 100%;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle;
}

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	   -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	     -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
	-webkit-transform: translateX(-10%);
	   -moz-transform: translateX(-10%);
	    -ms-transform: translateX(-10%);
	        transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
	-webkit-transform: translateX(10%);
	   -moz-transform: translateX(10%);
	    -ms-transform: translateX(10%);
	        transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transform: translateY(-10%);
	   -moz-transform: translateY(-10%);
	    -ms-transform: translateY(-10%);
	        transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
	-webkit-transform: translateY(10%);
	   -moz-transform: translateY(10%);
	    -ms-transform: translateY(10%);
	        transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
	        perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	   -moz-transform: translateZ(300px);
	    -ms-transform: translateZ(300px);
	        transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	        transform: translateZ(0);
}

/*
 * Nivo Lightbox Default Theme v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
	background: #666;
	background: rgba(0,0,0,0.6); 
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(../../plugins/aps-products/img/loading.gif) no-repeat 50% 50%; }

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover { 
	opacity: 1; 
	background-color: rgba(0,0,0,0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
	background-image: url(../../plugins/aps-products/img/prev.png); 
	border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next { 
	background-image: url(../../plugins/aps-products/img/next.png); 
	border-radius: 3px 0 0 3px;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
	display: block;
	background: url(../../plugins/aps-products/img/close.png) no-repeat 5px 5px;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	padding: 5px;
	opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover { opacity: 1; }

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	background: #fff;
	padding: 40px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

@media (-webkit-min-device-pixel-ratio: 1.3),
       (-o-min-device-pixel-ratio: 2.6/2),
       (min--moz-device-pixel-ratio: 1.3),
       (min-device-pixel-ratio: 1.3),
       (min-resolution: 1.3dppx) {

	.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { 
		background-image: url(../../plugins/aps-products/img/loading@2x.gif); 
		background-size: 32px 32px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-prev { 
		background-image: url(../../plugins/aps-products/img/prev@2x.png); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-next { 
		background-image: url(../../plugins/aps-products/img/next@2x.png); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-close { 
		background-image: url(../../plugins/aps-products/img/close@2x.png); 
		background-size: 16px 16px;
	}
}
/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.label a{
	color:#fff !important;
}
 
.modal-open {
	overflow: hidden;
}


/* add a scroll bar to stop page from jerking around */
.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable {
	overflow-y: scroll;
}

@media (max-width: 979px) {
	.modal-open.page-overflow .page-container .navbar-fixed-top,
	.modal-open.page-overflow .page-container .navbar-fixed-bottom  {
		overflow-y: visible;
	}
}


.modal-scrollable {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
}

.modal {
	outline: none;
	position: absolute;
	margin-top: 0;
	top: 50%;
	overflow: visible; /* allow content to popup out (i.e tooltips) */
}

.modal.fade {
	top: -100%;
	-webkit-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;	
	   -moz-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
	     -o-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
	        transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
}

.modal.fade.in {
	top: 50%;
}

.modal-body {
	max-height: none;
	overflow: visible;
}

.modal.modal-absolute {
	position: absolute;
	z-index: 950;
}

.modal .loading-mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 6px;
}

.modal-backdrop.modal-absolute{
	position: absolute;
	z-index: 940;
}

.modal-backdrop, 
.modal-backdrop.fade.in{
	opacity: 0.8;
	filter: alpha(opacity=70);
}

.modal.container {
  width: 940px;
  margin-left: -470px;
}

/* Modal Overflow */

.modal-overflow.modal {
	top: 1%;
}

.modal-overflow.modal.fade {
	top: -100%;
}

.modal-overflow.modal.fade.in {
	top: 1%;
}

.modal-overflow .modal-body {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

/* Responsive */

@media (min-width: 1200px) {
	.modal.container {
		width: 1170px;
		margin-left: -585px;
	}
}

@media (max-width: 979px) {
	.modal, 
	.modal.container,
	.modal.modal-overflow 	{
		top: 1%;
		right: 1%;
		left: 1%;
		bottom: auto;
		width: auto !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	
	.modal.fade.in, 
	.modal.container.fade.in,
	.modal.modal-overflow.fade.in {
		top: 1%;
		bottom: auto;
	}
	
	.modal-body,
	.modal-overflow .modal-body {
		position: static;
		margin: 0;
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
	}
	
	.modal-footer,
	.modal-overflow .modal-footer {
		position: static;
	}
}

.loading-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
}

/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)
Copyright (c) 2012 Dan Eden*/

.animated {
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}