/*------------------------------------------------------------------
[Table of contents]

1. Global Elements
2. Global Container
3. Header & Menu
4. Afterheader / #outerafterheader
5. Slider
6. Slider Video
7. Middle Content - #outermain
8. Blog / Posts Style
9. Sidebar
10. Other Elements
11. Testimonials
12. People
13. Portfolio
14. Footer / #footerwrapper
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[1. Global Elements]
*/

/* Main global 'theme' and typographic styles */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	-webkit-font-smoothing:antialiased;
	margin:0 auto;
	padding:0;
	line-height:22px;
}

/* links */
a, a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
a{
transition: color 0.2s;
-moz-transition: color 0.2s; /* Firefox 4 */
-webkit-transition: color 0.2s; /* Safari and Chrome */
-o-transition: color 0.2s; /* Opera */
}

/* heading */
h1, h2{margin-bottom:24px; font-weight:500;}
h3, h4{margin-bottom:18px; font-weight:500;}
h5, h6{margin-bottom:12px; font-weight:700;}
h1	{font-size:36px; line-height:44px;}
h2	{font-size:30px; line-height:39px}
h3	{font-size:24px; line-height:32px}
h4	{font-size:18px;}
h5	{font-size:16px;}
h6	{font-size:14px;}
h4, h5, h6{ line-height:normal;}
.smallmargin{margin-bottom:12px;}
.largetext{font-size:22px; line-height:28px;}
.valignmiddle{line-height:28px; margin-bottom:8px}

/* Text elements */
hr {
	border-width:0;
	height:30px;
	line-height:0;
	margin:0px;
	margin-bottom:30px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
}
#content hr {
	height:40px;
	margin-bottom:40px;
}

p {
	margin-bottom:20px;
}

ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 2.2em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	margin:0px 0px 20px 0px;
	padding:0px 10px 0px 40px;
	background-image:url(../images/quote.png); background-repeat:no-repeat; background-position:0px 0px;
	clear:both;
	font-style:italic;
	font-size:16px;
	line-height:22px;
}
	
	
blockquote.left, blockquote.right  {
	float:right;
	letter-spacing:0px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:0px;
	padding:0px 20px 10px 60px;
	width:43%;
	background-position:0px 0px;
	}
	
blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;}

	
blockquote p{ margin:0px;}
blockquote div{}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

code {
	font-family:"Courier New", Courier, monospace;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:solid 4px #ebebeb;
	padding:15px 10px;
}

pre {
	border-left:solid 4px #ebebeb;
	line-height: 18px;
	margin-bottom: 18px;
	padding:20px;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
.hidden{display:none !important;}
.textcenter{text-align:center;}
.textleft{text-align:left;}
.textright{text-align:right;}
.invisible{display:none !important;}
.marginoff{margin:0px;}
.marginsmall{margin-bottom:10px !important;}
.marginnormal{margin-bottom:20px !important;}
.marginbig{margin-bottom:35px !important;}
.borderbottom{padding-bottom:12px;}
.fontthin{font-weight:300;}
.fontnormal{font-weight:500;}
.fontbold{font-weight:700;}
.lhbig{line-height:50px;}
.hiddenflow{overflow:hidden;}
.positionleft{float:left;}
.positionright{float:right;}
.blocked{display:block;}
.insetshadow{
	-moz-box-shadow: inset 0 0 5px -1px #000;
	-webkit-box-shadow: inset 0 0 5px -1px #000;
	box-shadow: inset 0 0 5px -1px #000;
}
.fullwidth100{width:100% !important;}

.wrapword{
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	white-space: pre-wrap;       /* css-3 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	word-break: break-all;
	white-space: normal;
}
.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #ff8800;
  -webkit-animation: loader 4s infinite ease;
  animation: loader 4s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #ff8800;
  -webkit-animation: loader-inner 4s infinite ease-in;
  animation: loader-inner 4s infinite ease-in;
}

@-webkit-keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
}

/*------------------------------------------------------------------
[2. Global Container]
*/

#subbody{
	width:100%; 
	margin:0px;
    padding-top:0px;
}

.nvrboxed #subbody{margin:0px auto; max-width:1170px;}

#outercontainer{width:100%;}
#outerheaderwrapper, #outerheader, #outerafterheader, #outerslider, #outermain,  #outerfootersidebar, #outerfooter{width:100%;}

#subbody .container{max-width:1170px; overflow:visible;}

.innersection{
	padding-top:60px;
	padding-bottom:60px;
}


/*------------------------------------------------------------------
[3. Header & Menu]
*/
#headertext{padding:0px;}
#headertext .topicon{float:right;}
#headertext .toptext{float:left; height:55px; padding:0px 17px;}
#headertext .toptext span{padding-top:16px; display:inline-block; font-size:13px; font-weight:600;}
#headertext .wishlink{float:right; height:55px; width:125px; text-align:center;}
#headertext .wishlink a{padding-top:16px; display:inline-block; font-size:13px; font-weight:600;}
#headertext #lang_sel{float:right; height:55px; padding:0px 17px;}
#headertext #lang_sel > ul > li{padding-top:13px !important; width:auto !important;}
#headertext #lang_sel a.lang_sel_sel{border:0px; padding-right:20px; font-weight:700;}
#headertext #lang_sel ul ul {top: 35px; right:0px; left: auto; z-index:104;}

#secondarynav{position:static; margin-top:0px; float:left;}
#secondarynav li{margin-left:0px; margin-right:-1px; height:49px; line-height:49px; border-width:0px 1px; border-style:solid; padding:0px 20px; display:block; float:left; list-style-type:none; }
#secondarynav li:before{position:static; display:inline-block; padding-right:10px;}
#secondarynav li a{ padding-bottom:0px; text-transform:capitalize; font-size:12px; font-weight:600; display:inline-block; }

/*---- Top Mini Cart
---------------------------------------*/
#topminicart{
	position:relative;
	float:right;
	padding:0px 20px;
	margin-left:-1px;
}
#topminicart .shopicon{
font-size:14px;
font-weight:600;
}
#topminicart .cart_subqty{padding:0px 0px 0px 13px;}
#topminicart .cart_totalqty{font-size:12px; line-height:16px;font-style:normal;}
#topminicart .cart_subtotal{font-weight:700; font-style:normal; padding-left:13px;}

.cartlistwrapper{
	display:none;
	position:absolute;
	right:-1px;
	z-index:101;
	line-height:normal !important;
	width:250px;
	padding:15px;
}
.cartlistwrapper .total{clear:both; padding:7px 0px 15px; border-width:0px 0px 1px; margin-bottom:15px; border-style:solid;}
body.novaro.woocommerce-cart .cartlistwrapper, body.novaro.woocommerce-checkout .cartlistwrapper{display:none !important;}
#topminicart ul.cart_list, #topminicart ul.product_list_widget{
	list-style: none outside;
	padding: 0;
	margin: 0;
}
#topminicart ul.cart_list li, #topminicart ul.product_list_widget li{
	padding: 0px;
	border-width:0px; border-style:solid;
	margin: 0px 0px 10px 0px;
	list-style: none;
	clear:both;
	background:none !important;
}
#topminicart ul.cart_list li a, #topminicart ul.product_list_widget li a{
	display: block;
	font-weight: normal;
	font-size:13px;
}
#topminicart ul.cart_list li img, #topminicart ul.product_list_widget li img {
	float:left;
	padding:3px;
	width:60px;
	margin:5px 15px 12px 0px;
	height: auto;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
}
#topminicart ul.product_list_widget li div.star-rating{text-indent:-8px; line-height:0.6em; height:2em;}
#topminicart ul.product_list_widget li dl {
	margin: 0;
	font-size: .8751em;
	padding-left: 1em;
	border-left: 2px solid rgba(0,0,0,0.1);
}
#topminicart ul.product_list_widget li dl dt {
	float: left;
	clear: left;
	margin-right: .25em;
}
#topminicart ul.product_list_widget li dl dd {
	margin-bottom: .5em;
}
#topminicart ul.cart_list li .quantity, #topminicart ul.product_list_widget li .quantity{
	float:none;
	clear:both;
	display:inline-block;
	margin-top:13px;
}
#topminicart .cartlistwrapper p.buttons{margin-bottom:0px;}
#topminicart .cartlistwrapper p.buttons a{
	display:inline-block;
	padding:10px 0px;
	width:47%;
	margin:0px 1%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	text-shadow:none;
}
.searchbox{float:right; position:relative; padding:0px 24px;}
.searchbox input.submit{display:block; width:19px; background-image:url(../images/btntopsearch.png); background-repeat:no-repeat; background-position:center; background-color:transparent; outline:none;}
.searchbox .searcharea{
	position:absolute; 
	padding:17px 25px;
	top:0px; 
	right:0px; 
	z-index:201; 
	display:none; 
	transition: top 0.6s; 
	-moz-transition:top 0.6s; 
	-webkit-transition:top 0.6s; 
	-o-transition:top 0.6s;
}
.searchbox .searcharea .txtsearch{width:200px; padding:5px; background:none; box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none; border-width:0px 0px 1px; border-style:solid; outline:none;}
#outerheader{
	z-index:300;
	position:static;
	top:-200px;
	transition:background-color .2s ease-in-out, border .2s ease-in-out, top .6s ease-in-out;
	-moz-transition:background-color .2s ease-in-out, border .2s ease-in-out, top .6s ease-in-out;
	-webkit-transition:background-color .2s ease-in-out, border .2s ease-in-out, top .6s ease-in-out;
	-o-transition:background-color .2s ease-in-out, border .2s ease-in-out, top .6s ease-in-out;
}

#outerheaderclone, #outerheader.sticky{position:fixed; left:0px; width:100%; opacity:0.9; z-index:1000;}
#outerheaderclone{top:-200px;}
#outerheaderclone.sticky, #outerheader.sticky{top:0px;}
#outerheader.sticky div.logo{display:none;}
#outerheaderclone .searchbox{display:none;}
.admin-bar #outerheaderclone.sticky, .admin-bar #outerheader.sticky{margin-top:32px;}
.secondarymenu ul{padding:0px;margin:0px; float:right;}
ul#secondarynav{margin:0px;}
.secondarymenu li{
	list-style-type:none;
	display:block;
	float:right;
	margin-left:10px;
	font-size:14px; 
	font-weight:500;
}
.secondarymenu a{
	text-decoration:none!important;
	display:		block;
	position:		relative;
	padding: 		10px 14px 10px 14px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-weight:500;
	letter-spacing:0px;
	font-size:14px;
}

.mmm section.navigation nav{float:left;}

/* Header's height */
div.logoimg{padding:30px 0px; float:left; width:33%;}
div.logoimg a{display:block;}
.rightlogotext{float:right; width:66%; display:block; padding:15px 0px; text-align:right;}
div.logoimg img{display:block; height:57px; width:auto;}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {top: 54px;}
.sf-menu > li > a{height:54px; line-height:54px;}
#topminicart{height:57px;}
#topminicart .topcartbutton{display:block; height:57px; line-height:57px;}
.searchbox input.submit{height:57px;}
.searchbox .searcharea.shown{top:57px;}
.cartlistwrapper{top:57px;}

.todaydatecontainer{height:57px; padding:0px 20px 0px 30px; text-align:center; float:right;}
.todaydatecontainer .thedate{font-size:16px; line-height:16px; margin-top:13px;}
.todaydatecontainer .themonthyear{font-size:8px;line-height:8px; text-transform:uppercase; margin-top:9px; letter-spacing:0.1em;}

/*====== LIGHT HEADER ======*/
.nvrdarkmenu div.logoimg img.darklogo{display:block;}
.nvrdarkmenu div.logoimg img.lightlogo{display:none;}
.nvrlightmenu div.logoimg img.darklogo{display:none;}
.nvrlightmenu div.logoimg img.lightlogo{display:block;}
.nvrlightmenu .searchbox input.submit{background-image:url(../images/btntopsearch-light.png);}

div.logo h1{margin-bottom:0px; letter-spacing:-1px;}
a.nav-toggle{height:54px; line-height:54px;}
.nvrlogocenter div.logoimg{width:100%;}
.nvrlogocenter div.logoimg img{margin:0px auto;}
.nvrlogocenter .rightlogotext{display:none;}

/* Menu */
section.navigation{
	float:left;
}
a.nav-toggle{display:none;}
a.nav-toggle:before{content:"\f0c9";}
ul.topnav{
	margin:0;
	padding:0px;
	list-style-type:none;
	overflow:visible;
	position:relative;
}
ul.topnav > li{border-width:3px 0px 0px; border-style:solid;}
.sf-menu a {
	
	text-decoration:none!important;
	display:		block;
	position:		relative;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:0px;
	font-size:13px;
	padding-bottom:0px ;
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	margin:0;
}

.sf-menu > li {
    position: relative;
    z-index: 10;
	padding:0px 22px;
	letter-spacing:0px;
}
.sf-menu > li.fa{padding-left:17px;}
.sf-menu > li:before {
	font-size:13px;
    bottom: auto;
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    z-index: -1;
}


/* Drop down menu */
.sf-menu ul a:hover {}
.sf-menu li li {
	text-align:left;
	line-height:20px;
	margin:0;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-size:13px;
	
}
.sf-menu {
	line-height:100%;
	position:absolute;
	left:0;
	top:0;
	float:left;
	
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0px;
	z-index: 99;
	padding:0px;
	width:200px !important;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			202px !important; /* match ul width */
	top:			-1px;
	margin-left:	0px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
	
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			202px !important; /* match ul width */
	top:			-1px;
	
}
.sf-menu ul li a{
	padding:15px 20px!important;
	font-weight:300;
}

.sf-menu li ul {
	padding:0px 0px;	
}
.sf-menu a.sf-with-ul {
	padding-right: 	0px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	width:			9px;
	height:			5px;
	top:4px;
	right:0px;
	text-indent: 	-999em;
	overflow:		hidden;
}
.sf-menu a.sf-with-ul:hover .sf-sub-indicator{
	background-position:0px 0px; 
}
.sf-menu ul.sub-menu .sf-sub-indicator{
	width:5px;
	height:9px;
	top:17px;
	right:-5px;
}
.sf-menu ul.sub-menu a.sf-with-ul:hover .sf-sub-indicator{
}

.sf-menu ul{border:0px;}
.sf-menu li li { border-right:0px;}
.sf-menu > li li:before{
	content: "";
	display: block;
	border-right:0px;
}

/*------------------------------------------------------------------
[4. After Header - #outerafterheader]
*/

#outerafterheader{
	padding:0px; 
	border-bottom:0px solid; 
	transition:padding 1s ease-in-out;
	-moz-transition:padding 1s ease-in-out;
	-webkit-transition:padding 1s ease-in-out;
	-o-transition:padding 1s ease-in-out;
}
#afterheader{padding-bottom:27px;}
#outerafterheader.parallax #afterheader{padding-bottom:0px;}
#scrollboxcontainer{position:relative;}
#afterheader #scrollnewstext{padding:0px 26px; height:53px; line-height:53px; text-transform:uppercase; position:absolute; z-index:3; top:0px; left:10px; font-size:12px; font-weight:700; }
.nvr1100more #afterheader #scrollnewstext{left:15px;}
#afterheader #scrollnews{height:53px; width:100%; overflow:hidden; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; border-width:0px 1px 1px; border-style:solid;}
#afterheader #scrollnews ul{margin:0px; padding:0px; width:1500px;}
#afterheader #scrollnews ul li{display:inline-block; width:248px; height:53px; overflow:hidden; margin:0px 46px 0px 0px;}
#afterheader #scrollnews .scr-item-container{padding-top:8px;}
#afterheader #scrollnews .nvr-scr-img{float:left; width:38px; margin-right:11px;}
#afterheader #scrollnews .meta-date{font-size:11px; line-height:11px; font-weight:700; text-transform:uppercase; margin-bottom:8px;}
#afterheader #scrollnews .scr-title{font-size:13px; line-height:13px; font-weight:700;}
#afterheader .parallaxtitlecontainer{padding-top:130px; padding-bottom:138px; text-align:center; position:relative;}
#afterheader .parallaxtitlecontainer div.meta-format, #afterheader .parallaxtitlecontainer div.meta-date, #afterheader .parallaxtitlecontainer div.meta-author{font-size:11px; line-height:11px; text-transform:uppercase; font-weight:700; display:inline;}
#afterheader .parallaxtitlecontainer .posttitle{ margin-top:11px; margin-bottom:0px; font-size:36px; line-height:normal; text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.62);}
#afterheader .parallaxtitlecontainer div.meta-format{margin-right:4px;}
#afterheader .parallaxtitlecontainer div.metacatcontainer{position:absolute; left:0px; bottom:0px; width:100%; text-align:center;}
#afterheader .parallaxtitlecontainer div.meta-cat, #afterheader .parallaxtitlecontainer div.meta-tags{display:inline-block; text-transform:uppercase; font-size:10px; line-height:10px; font-weight:300; }
#afterheader .parallaxtitlecontainer div.meta-tags{margin-left:-1px;}
#afterheader .parallaxtitlecontainer div.meta-cat a, #afterheader .parallaxtitlecontainer div.meta-tags a{display:inline-block; padding:6px; margin-right:1px;}
#afterheader .pagetitle{font-size:24px; line-height:24px; margin-top:0px; margin-bottom:0px; text-transform:none; font-weight:700; letter-spacing:-1px;}
#afterheader .pagedesc{font-size:14px; line-height:normal; font-weight:500; display:block; margin-top:24px;}


/*------------------------------------------------------------------
[5. Slider - .slidercontainer]
*/

#slidercontainer{width:100%; margin:0px auto 60px auto; border:0; }
#slider{width:100%; position:relative}
.flexslider.preloader{
	min-height:300px;
	background-image:url(../images/ajax-loader.gif); background-repeat:no-repeat; background-position:center center;
}
#slider .flexslider ul.slides li{position:relative;}
#slider .flexslider li .flex-caption{
	position:absolute;
	top:20px;
	left:20px;
	bottom:20px;
	right:20px;
}
#slider .flexslider li .text-caption{display:table; height:100%; width:100%; padding:0px; border:0px;}
#slider .flexslider li .caption-content{display:table-cell; vertical-align:middle; text-align:center;}
#slider .flexslider li .caption-content h2{font-size:32px; text-transform:uppercase; line-height:42px; font-weight:300;font-weight: 400;}
#slider .flexslider li .caption-content a.sliderbutton{display:inline-block; font-size:12px; line-height:12px; text-transform:uppercase; padding:15px 20px; border-width:2px; border-style:solid;}
#slider .flex-control-nav{bottom:13px;}

#subbody .flex-direction-nav a{
	width:49px;
	height:49px;
	z-index:100;
	top:50%;
	margin-top:-22px;
	font-family:'FontAwesome';
	font-size:36px;
	line-height:49px;
	text-align:center;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	text-indent:0px !important;
}
#subbody .flex-direction-nav a.flex-prev{left:0px;}
#subbody #slider .flex-direction-nav a.flex-prev{left:10px;}
body.nvr1100more #subbody #slider .flex-direction-nav a.flex-prev{left:15px;}
#subbody .flex-direction-nav a.flex-prev:before{content:"\f104";}
#subbody .flex-direction-nav a.flex-next{right:0px;}
#subbody #slider .flex-direction-nav a.flex-next{right:10px;}
body.nvr1100more #subbody #slider .flex-direction-nav a.flex-next{right:15px;}
#subbody .flex-direction-nav a.flex-next:before{content:"\f105";}
#subbody .flex-control-nav{bottom:20px;}
#subbody .flex-control-nav li a{background:#000; border:2px solid #fff; box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none; width:8px; height:8px;}
#subbody .flex-control-nav li a:hover, #subbody .flex-control-nav li a.flex-active{background:#ff8800;}
#slideritems li{}
#slideritems{height:424px; width:100%; overflow:hidden; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
#slideritems ul{margin:0px; padding:0px; width:8000px;}
#slideritems ul li{display:inline-block; width:411px; height:424px; overflow:hidden; margin:0px 10px 0px 0px;}
#slideritems .scrollitemcontainer{background-size:cover; background-repeat:no-repeat; width:411px; height:424px; display:block; position:relative; margin-bottom:10px;}
#slideritems li.twoslide .scrollitemcontainer{height:207px;}
#slideritems .scroll-category{position:absolute; top:0px; left:15px;}
#slideritems .scroll-category span{display:block; float:left; padding:0px 7px; height:24px; font-size:11px; font-weight:500; margin-right:2px; line-height:24px; text-transform:uppercase;}
#slideritems .scroll-category span.postcat{font-weight:700;}
#slideritems .scroll-caption{position:absolute; bottom:0px; left:0px; right:0px; padding:20px 18px 16px;
background:none;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.95))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); /* W3C */
}
#slideritems .scroll-caption h2{font-size:18px; font-weight:700; line-height:25px; margin:0px;}
#slideritems .scroll-caption .nvr-reviewcontainer{text-align:left;}
#slideritems .scroll-caption .nvr-reviewcontainer .review-total-only{margin:0px 0px 7px;}
#slideritems .entry-utility .meta-author img{margin-left:0px;}
#slideritems .entry-utility .meta-author span{display:inline-block; padding-bottom:0px; border-width:0px 0px 1px; border-style:dotted;}
#sliderscrollparent{position:relative;}
#sliderscrollparent a.scrollprev, #sliderscrollparent a.scrollnext{
	position:absolute;
	width:49px;
	height:49px;
	z-index:100;
	top:50%;
	margin-top:-22px;
	font-family:'FontAwesome';
	font-size:36px;
	line-height:49px;
	text-align:center;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	text-indent:0px !important;
}
#sliderscrollparent a.scrollprev{left:10px;}
body.nvr1100more #sliderscrollparent a.scrollprev{left:15px;}
#sliderscrollparent a.scrollprev:before{content:"\f104";}
#sliderscrollparent a.scrollnext{right:10px;}
body.nvr1100more #sliderscrollparent a.scrollnext{right:15px;}
#sliderscrollparent a.scrollnext:before{content:"\f105";}

/*------------------------------------------------------------------
[6. Breadcrumb]
*/

div.breadcrumb{
	font-size:11px; 
	line-height:12px;
	margin-bottom:27px; 
	margin-top:-27px;
	-webkit-text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.55);
	-moz-text-shadow:    0px 1px 4px rgba(0, 0, 0, 0.55);
	text-shadow:         0px 1px 4px rgba(0, 0, 0, 0.55);
}
div.breadcrumb a{
	font-weight:700;
	text-decoration:none;
}
div.breadcrumb a:hover{
	text-decoration:underline;
}


/*------------------------------------------------------------------
[7. Middle Content - #outermain]
*/

#outermain{overflow:hidden; padding:0px 0px 60px;}
#maincontent.two-col-left > #content{float:left;}
#maincontent.two-col-left > #sidebar1{float:right;}
#maincontent.two-col-right > #content{float:right;}
#maincontent.two-col-right > #sidebar1{float:left;}
#maincontent.three-col-center > #content{float:left;}
#maincontent.three-col-center > #sidebar1{float:right;}
#maincontent.three-col-center > #sidebar2{float:left;}
#maincontent.three-col-left > #content{float:left;}
#maincontent.three-col-left > #sidebar1{float:left;}
#maincontent.three-col-left > #sidebar2{float:right;}
#maincontent.three-col-right > #content{float:right;}
#maincontent.three-col-right > #sidebar1{float:left;}
#maincontent.three-col-right > #sidebar2{float:left;}
#maincontent.hasparallaxheader{padding-top:30px;}
#breadcrumbcontainer{border-width:0px 0px 7px 0px; border-style:solid; padding-bottom:18px; margin-bottom:24px;}
.nvr-breadcrumb{font-size:12px; line-height:100%;}
#content{}
.main{padding:0 0px 0 0;}
#content.positionright .main{padding:0 0 0 20px;}

.pagetitle{font-size:18px; text-transform:uppercase; font-weight:700; line-height:normal;}

#outerbeforecontent{ 
	-moz-box-shadow: inset 0 0 2px 0 #48c9b0;
	-webkit-box-shadow: inset 0 0 2px 0 #48c9b0;
	box-shadow: inset 0 0 2px 0 #48c9b0;
}
#beforecontent > .columns{
	height:94px;
	overflow:hidden;
}
#beforecontent > .beforecontenttext{
	height:auto;
	padding-top:35px;
	padding-bottom:35px;
}
.parallax, .parallax-container{background-position:50% 0px; background-attachment:fixed; background-repeat:no-repeat;}

/* SECTION VIDEO BACKGROUND - Start 
-------------------------------------------------------------- */

.stripecontainer .mobile-video-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.stripecontainer .video-overlay {
	height: 3000px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 11;
}

.stripecontainer .video-overlay.active {
	background-image: url("../images/bg-video.png");
	background-position: 0px 0px;
	background-repeat: repeat;
	opacity: 1;
}

.stripecontainer .video-wrap {
	top: 0px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.stripecontainer .video-wrap video{ margin:0px auto; display:block;}

.stripecontainer .video-wrap .mejs-poster {
	background-size: cover!important;
	-moz-background-size: cover!important;
	-webkit-background-size: cover!important;
	-o-background-size: cover!important;
}

.stripecontainer .video-wrap .mejs-container .mejs-controls {
	display: none!important;
}

.stripecontainer .video-wrap .mejs-controls .mejs-button button:focus {
	outline: none!important;
}

.stripecontainer .video-wrap .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background-color: rgba(255, 255, 255, 0.18) !important;
}

.stripecontainer .video-wrap .mejs-container {
	background-color: transparent!important;
	background-image: none!important;
	height: auto !important;
}

.stripecontainer .video-wrap .mejs-mediaelement{
	background: none !important;
	border: 0px !important;
}

.stripecontainer .video-wrap .mejs-container .mejs-poster img {
	max-width: none!important;
	width: 100%!important;
}

.stripecontainer .video-wrap .mejs-controls button { opacity: 0.8; }
.stripecontainer .video-wrap .mejs-controls button:hover, .mejs-controls .mejs-fullscreen-button:hover button { opacity: 1!important;}

.stripecontainer .video-wrap .mejs-controls .mejs-time-rail .mejs-time-total {
	background: #1f1f1f none repeat scroll 0 0 !important;	
}

.stripecontainer .video-wrap .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: transparent!important;
}
/* Section Video Background - End */

.smalltext{font-size:11px}

/* Images Responsive */
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}


/* Separator */
.separator {
	display:block;
	height:1px;
	padding:30px 0;
	text-align:center;
	width:100%;
	clear:both;
}
.separator.line div{
	height:1px;
	border-bottom:1px solid;
}
.spacer{
	display:block;
	clear:both;
	width:100%;
	height:25px;
}


/* form & button */
form{margin:0; padding:0;}
input[type="text"], input[type="email"],
textarea, input[type="password"]{
	font-size:11px;
	padding:15px 12px;
}
select{
	font-size:11px;
	padding:10px 12px;
}

.button, .more-link,
.button:visited,
#maincontent input[type="submit"],
#maincontent input[type="reset"], button{
	padding:14px 16px;
	display:inline-block;
	font-size:13px;
	line-height:100%;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
	border:1px solid;
}
.button:hover, .more-link:hover,
#maincontent input[type="submit"]:hover,
#maincontent input[type="reset"]:hover, button:hover{
	text-decoration:none; 
	cursor:pointer;
}
.button.bigger{padding:14px 35px;}

/* firefox only */
@-moz-document url-prefix() {
	.button,
	.button:visited,
	#content input[type="submit"],
	#content input[type="reset"],
	#content button{
	 padding:4px 15px 7px 15px;
	}
}


/* Tables */
table {border-collapse:separate;border-spacing:0;width:100%; margin-bottom:18px;}
table,td,th { text-align:center;}
th{padding:10px;text-transform:uppercase;}
td{padding:10px;}
tfoot td{border:0px;}
th,tr:hover{}
table {
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 13px 24px 13px;
}
tr td {
	padding: 10px 24px;
	vertical-align:middle;
}
tr.odd td {
}


/*------------------------------------------------------------------
[8. Blog]
*/

article.content-loop{margin:0px 0px 38px 0px;}
article .loopheader{padding:32px 20px 0px 20px; position:relative;s}
article .loopheader div.meta-format{font-size: 15px; line-height:39px; text-align:center; width:39px; height:39px; border-width:2px; border-style:solid; position:absolute; top:-22px; left:50%; margin-left:-22px; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; }
article .loopheader .nvr-reviewcontainer .review-total-only{margin-top:-6px;}
article .loopheader div.meta-cat{text-transform:uppercase; font-size:11px; line-height:11px; font-weight:700; text-align:center; }
article .loopheader div.meta-cat a, article .loopheader div.meta-tags a{font-size:11px; font-weight:700;}
article .mediacontainer p, article .audiocontainer p{margin:0px;}
article.format-video .mediacontainer{
	position: relative;
	padding-top: 1.5625em;
	padding-bottom: 57.25%;
	height: 0;
	overflow: hidden;
}
article.format-video .mediacontainer iframe, article.format-video .mediacontainer object, article.format-video .mediacontainer embed, .article.format-video .mediacontainer video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
article .mediacontainer iframe{width:100%; height:100%;}
article .audiocontainer iframe{width:100%;}
article .audiocontainer{margin-top:0px;}
article .loopcontainer{position:relative; padding:2px 21px 21px 21px;}
.post .entry-content{}
.posttitle{line-height:100%; padding-bottom:0px; font-size:20px; font-weight:700; margin:5px 0px 11px; text-align:center;}
#singlepost article .loopheader{padding-top:0px; padding-bottom:10px;}
#singlepost article .loopheader div.meta-postformat, #singlepost article .loopheader div.meta-date, #singlepost article .loopheader div.meta-author{font-size: 11px; line-height: 1.3em; text-transform: uppercase; font-weight: 700; display: inline; }
#singlepost article .loopheader div.meta-postformat{margin-right:4px;}
#singlepost .post{margin-bottom:-1px;}
#singlepost .posttitle{font-size:28px; text-align:left;}
#singlepost article .loopheader div.meta-cat{display:inline-block; text-transform:uppercase; font-size:11px; line-height:11px; font-weight:700; }
#singlepost article .loopheader div.meta-tags{margin-left:-1px;}
#singlepost article .loopheader div.meta-cat a{display:inline-block; font-size:11px; font-weight:700; margin-right:1px;}
#singlepost div.meta-tags{padding:0px 20px 20px; font-size:12px; text-transform:uppercase; font-weight:700;}
#singlepost div.meta-tags a{display:inline-block; font-size:11px; padding:0px 15px; text-transform:none; border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; font-weight:700; border-width:1px; border-style:solid;}
#singlepost .entry-utility .meta-author img{margin-left:0px;}
#singlepost .entry-utility .meta-author a{padding-bottom:5px;}
#singlepost .socialcontainer{border-width:1px 0px; border-style:solid; padding:12px 0px;}
#singlepost .socialcontainer .meta-social{float:left; padding:0px; line-height:45px; cursor:pointer;}
#singlepost .socialcontainer .meta-social .sharebutton-container{margin:0px; padding:0px 0px 0px 21px;}
#singlepost .socialcontainer .meta-social .sharebutton-container div{margin:0px; padding:0px;}
#singlepost .socialcontainer .meta-social:hover .sharebutton-container{display:block;}
#singlepost .entry-related{border-width:1px 1px 1px 1px; border-style:solid; padding:20px; margin-bottom:30px;}
#singlepost .entry-related .entry-related-title{font-size:12px; font-weight:700; text-transform:uppercase; line-height:12px; margin-bottom:30px;}
#singlepost .entry-related .nvr-newsimg{margin-bottom:9px;}
#singlepost .entry-related .caption-title h2{font-size:16px; font-weight:700; line-height:22px; margin-bottom:5px; }
#singlepost .entry-related .entry-meta{font-size:11px; font-weight:700; text-transform:uppercase;}
.posttitle a{}
.entry-utility{
	font-size:12px; 
	font-weight:700; 
	line-height:100%;
	position:relative;
}
.entry-utility .meta-author, .entry-utility .meta-date{display:inline-block; padding:7px 0px 10px; line-height:23px; font-size:11px; text-transform:uppercase;}
.entry-utility .meta-author .avatar{width:23px; height:23px; margin:0px 8px 0px 18px; display:inline-block; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;}
.entry-utility .meta-author a{display:inline-block; text-decoration:none !important; border-width:0px 0px 1px 0px; border-style:dotted;}
.entry-utility .meta-share{float:right; width:42px; height:42px; text-align:center; display:block; padding:0px; line-height:42px; position:relative; cursor:pointer;}
.entry-utility .meta-share .sharebutton-container{ display:none; margin:0px; padding:8px 0px 8px 21px; position:absolute; bottom:42px; right:0px; width:300px;}
.entry-utility .meta-share .sharebutton-container div{margin:0px; padding:0px;}
.entry-utility .meta-share:hover .sharebutton-container{display:block;}
.loopcontainer .more-link{display:none;}
.entry-utility .more-link.btn{display:inline-block; padding:0px; float:right; background:none; font-weight:700; border:0px; margin-top:-9px;}
.entry-utility a:hover{text-decoration:underline;}
.postimg{margin-bottom:10px;}

#singlepost .gallerycontainer, #singlepost .imgcontainer, #singlepost .mediacontainer{margin-bottom:15px;}

#maincontent.twelve.columns .postscontainer.classic{max-width:700px; margin:0px auto;}

article.format-quote .loopcontainer{padding:0px;}
article.format-quote .entry-content{padding:20px;}
article.format-quote blockquote{background-image:url(../images/bg-white10.png); background-repeat:repeat; padding:20px; text-transform:uppercase; font-weight:700; margin:0px;}
article.format-quote .posttitle{background-image:url(../images/bg-arrowwhite10.png); background-repeat:no-repeat; background-position:top center; text-align:center; font-weight:600; font-size:12px !important; text-transform:none; color:#fff; padding:20px 0px 0px 0px; margin:0px;}

article.format-aside .loopcontainer{padding:0px;}
article.format-aside .entry-content{padding:40px 20px 20px;}

article.format-link .loopcontainer{padding:0px;}
article.format-link .entry-content{padding:40px 20px 20px; font-size:16px; line-height:22px; font-weight:600;}
article.format-link .entry-content a:hover{text-decoration:underline;}

.postscontainer{position:relative;}
.postscontainer.mason{margin:0px -10px;}
.postscontainer.mason .articlewrapper{
	width:32.8%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:0px 10px;
	float:left;
}
.postscontainer.mason.twocols .articlewrapper{
	width:49.8%;
}
.postscontainer.mason .content-loop{margin-bottom:20px;}
.postscontainer.mason .posttitle{font-size: 20px; line-height: 1.3em;}
.postscontainer.mason .entry-utility span{border:0px;}
#infscr-loading{
	width:200px;
	padding:10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#ffffff;
	border:1px solid #eaeaea;
	text-align:center;
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-100px;
	z-index:300;
}
#infscr-loading img{display:block; margin:0px auto 10px;}
#loadmore-paging .loadmorebutton a{width:150px; padding:10px; font-weight:700; font-size:12px; display:block; margin:10px auto;  text-align:center; text-transform:uppercase; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; background-color:#ffffff; border:1px solid #eaeaea;}

#searchresult .hentry{margin-bottom:45px;padding-bottom:8px;}
#searchresult .entry-content{}
#searchresult .posttitle a, #searchresult .posttitle a:visited{}

#postattachment .entry-utility{width:100%; float:none; padding:0}
.entry-attachment{margin-bottom:20px;}


/* author */
h2.entry-author-title{ font-size:13px; line-height:normal; font-weight:700; text-transform:uppercase;}
#entry-author-info {
	clear: both;
	margin-bottom:30px;
	position:relative;
	padding:20px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
}
#entry-author-info #author-avatar {
	margin: 0 15px 0 0;
	float:left;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
}
.avatar{display:block}
#entry-author-info #author-description {
	margin: 0 85px 10px 0; vertical-align:top; overflow:hidden;
}
#entry-author-info #author-description  h2{font-size:16px; font-weight:700; line-height:16px; margin-bottom:12px;}
#author-description span.author{display:block}

/* attachment pages wordpress */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* images content */
.alignleft,
img.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright,
img.alignright {
	float: right;
	margin-left: 15px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
}
img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}
.frameimg{
	border:1px solid;
	margin-bottom:12px;
	padding:5px;
	overflow:hidden;
	position:relative;
}
.frameimg img{margin:0px !important; display:block;}

#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 9px 9px 4px 9px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	max-width:100%;
}
#content .wp-caption img {
	margin: 0px;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 11px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 11px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
.tag-links{padding:10px 0; display:block}


/* navigation  */
.navigation {
	line-height: 20px;
}
.navigation a:link,
.navigation a:visited {
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
	text-align: right;
}
.nav-previous a, .nav-next a{
	font-size:12px;
	padding:8px 15px;
}

#prevnext-post-link{width:100%;}
#prevnext-post-link .nav-next, #prevnext-post-link .nav-previous{padding:34px 25px 34px 25px; width:50%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; float:left; text-align:left; border-width:0px 1px 0px 0px; border-style:solid;}
#prevnext-post-link .nav-next{text-align:right; margin-left:-1px; border-width:0px 0px 0px 1px;}
#prevnext-post-link .nav-next a, #prevnext-post-link .nav-previous a{ padding:0px;}
#prevnext-post-link .navtext{display:inline-block; font-weight:500; margin-bottom:7px; text-transform:uppercase;}
#prevnext-post-link .prevnexttitle{font-size:14px; font-weight:600; overflow:hidden; display:block;}
.prevthumb, .nextthumb{display:block; float:left; width:65px; margin:0px 12px 0px 0px;}
.nextthumb{float:right;  margin:0px 0px 0px 12px;}

#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	padding:0; font-size:12px; margin:30px 0 0 0; clear:both; text-align:right
}


/* Comments */
#comments{
	clear: both;
}
#comments .commentlistcontainer{padding:20px; border-width:1px; border-style:solid; margin-bottom:30px;}
#comments h3#comments-title{font-size:12px; line-height:14px; font-weight:700; position:relative; margin:0px 0px 16px;}
#comments h3#comments-title span{padding-right: 9px; position: relative; z-index: 20;}
#comments h3#comments-title em{display: block; position: absolute; top: 3px; left: 0px; right: 0px; height: 7px; z-index: 10;}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title{
	line-height:12px;
	padding:0px 0px;
	margin:0 0 20px 0;
	font-size:12px;
	text-transform:uppercase;
}

h3#reply-title {
	font-size:12px;
	line-height:12px;
	text-transform:uppercase;
	margin:0 0 15px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
	margin-bottom:0px;
}
.commentlist li.comment {
	margin: 0 0 14px 0px;
	padding: 0 0 0px 0px;
	position: relative !important;
}
.commentlist li.comment ul.children{margin:14px 0 0 0px; padding:0px 0 0 0px;}
.commentlist li.comment ul.children li{border-bottom:0 !important; margin:0px 0px 14px 0px; padding:0px 0px 0px 70px;}
.commentlist li.comment ul.children li:last-child{margin-bottom:0px;}
#comments .comment-body ul,#comments .comment-body ol {
	margin-bottom: 0;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	padding:0px;
	background-color:transparent;
}
.comment-body cite {
	font-size:14px;
	line-height:14px;
	font-style:normal;
}

.comment-body cite  a, .comment-body cite  a:visited{}
.comment-body cite  a:hover{text-decoration:none}
.comment-author .says {	font-style: normal;}
.comment-meta {	font-size: 11px;	margin: 0 0 18px 0;}
.comment-meta a:link,
.comment-meta a:visited {
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	
}
.commentlist .even {}
.commentlist .bypostauthor {}

.reply a.comment-reply-link{ }

.edit-link{float:none; clear:both;}
a.comment-edit-link {
	
}
a.comment-edit-link:hover {
	text-decoration:none
}
.commentlist .children {
	list-style: none;
}
.commentlist .children li {}
.nopassword, .nocomments {display: none;}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	display: block;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 12px;
}
.con-comment{padding:13px 0px; position:relative; border-width:0px 0px 1px 0px; border-style:solid;}
.commentlist .comment-author{ 
	position:absolute;
	top:13px;
	left:0px;
}
.commentlist .comment-body{width:auto; margin-bottom:0px !important; margin-left:90px;}
.commenttext{margin:0 0 0 0; padding:4px 0 0 0;}
.commentlist .comment-body p{margin-bottom:10px !important}
.commentlist ul.children .comment-author{}
.commentlist ul.children .comment-body{}
*+html .commentlist .comment-body{margin-top:0}

.comment-body .fn{font-size:14px;}
.comment-body .time{font-size:10px; padding:0 0px 6px 7px; text-transform:uppercase;}
.commentlist .comment-body .reply{
	position:absolute;
	top:20px; 
	right:0px;
	font-size:11px;
	line-height:100%;
	font-weight:500;
	text-transform:uppercase;
	cursor:pointer;
	border:0px solid;
}
.comment-body .boldtext{font-weight:normal; font-size:22px}

/* Comments form */
#commentform{padding:0; }
#commentform label{margin-top:0px; padding:5px 0; display:inline-block;}
#commentform .required{}
#commentform code{padding:0; margin:10px 0; border:0}

#commentform input[type=text], #commentform input[type=email]{ 
	margin-bottom:3px;
	padding:8px 5px;
	vertical-align:middle;
	width:50%;
	font-size:12px;
	display:block;
	page-break-after:always
	
	}

#commentform textarea{ 
	width:95%;
	margin-bottom:12px;
	padding:8px 5px;
	vertical-align:top;
	font-size:12px;
	display:block;
	}

#respond.comment-respond{
	padding:20px; border-width:1px; border-style:solid;
}
#respond .comment-reply{
	font-size: 20px;
	line-height:24px;
	padding:0px 0px;
	margin:0 0 10px 0;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 0px 0 0;
}
.cancel-comment-reply{font-size:12px;}
h3#reply-title {
	margin: 0px 0px 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
	padding:0;
}
#cancel-comment-reply-link {
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
}
#respond label {
}
#respond input {
}
#respond textarea {
}
#respond .form-allowed-tags {
}
#respond .form-allowed-tags code {
}
#respond .form-submit {
	margin: 12px 0;
	clear:both;
}
#respond .form-submit input {
}

.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-comment{}
.comment-form-comment{ width:100%;}
.form-submit{ clear:both;}

/* Calendar */
.widget_calendar #wp-calendar {
	width: 98%;
	text-align:left;
	border: 0px !important;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
	padding:3px !important;
	border: 0px !important;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 800;
	padding: 5px 0 3px 0 !important;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	font-weight: bold;
	padding:3px !important
}
.widget_calendar #wp-calendar tfoot td {
}
#today{font-weight:bold}


/*------------------------------------------------------------------
[9. Sidebar - .asidebars]
*/

body.novaro .widget-title{
	font-weight:bold; 
	font-size:14px; 
	line-height:20px; 
	text-align:center; 
	padding-bottom:10px; 
	margin:0px 45px 20px; 
	text-transform:uppercase;
	border-width:0px 0px 3px 0px;
	border-style:solid;
}
body.novaro aside.asidebars .widget-area, body.novaro .wpb_widgetised_column{border-width:1px; border-style:solid; padding:25px 15px 0px;}
.asidebars ul, .wpb_widgetised_column ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}

.asidebars ul li, .wpb_widgetised_column ul li{
	list-style-type:none;
	margin:0;
	padding:0;
}

aside.asidebars .widget-container, .wpb_widgetised_column .widget-container{margin-bottom:36px;}
body.novaro .widget-container .nvr-reviewcontainer{text-align:left;}
body.novaro .widget-container .nvr-reviewcontainer .review-total-only{margin-bottom:8px;}
.asidebars li li, .wpb_widgetised_column li li{list-style-type:none;padding:0 0 4px 0px; margin:0 0 9px 0;border-bottom:1px solid;}
.asidebars li li:last-child, .wpb_widgetised_column li li:last-child{border-bottom:0px; padding-bottom:0px; margin-bottom:0px;}

.asidebars li li a{}
.asidebars li.widget_archive li a:after, .asidebars li.widget_pages li a:after, .asidebars li.widget_categories li a:after, .asidebars li.widget_meta li a:after, .asidebars li.widget_links li a:after{content:" \2192";}
.asidebars li li a:hover, .asidebars li li a.active{text-decoration:none;}

.asidebars ul.sub-menu, .asidebars ul.children, .asidebars ul ul ul{margin:8px 0 0 15px; }
.asidebars ul.sub-menu li, .asidebars ul.children li, .asidebars ul ul ul li{margin-bottom:4px; padding-bottom:4px; background:transparent;}

/* widget categories */
.widget_categories li.cat-item{text-align:left;}

/* latest post widget */
.asidebars .nvr-latest-post-widget li{padding:0px 0px 0px 0px; margin-bottom:10px; clear:both; background:transparent}
.asidebars .nvr-latest-post-widget li img, .wpb_widgetised_column .nvr-latest-post-widget li img{ width:65px;}
.asidebars .nvr-latest-post-widget li a{background:transparent !important; padding:0 !important;  display:inherit}
#subbody .asidebars .nvr-latest-post-widget li h6{font-size:13px; line-height:18px; margin-bottom:5px;}
.asidebars .nvr-latest-post-widget li .smalldate{font-size:11px; font-weight:700; display:block; text-transform:uppercase;}

/* recent comment widget */
.asidebars .nvr-recent-comment-widget li{padding-bottom:4px; margin-bottom:10px; clear:both; background:transparent}
.asidebars .nvr-recent-comment-widget a{background:transparent !important; padding:0 !important;  display:inherit}

/* news module widget */
aside.asidebars .widget-container.widget_nvr_news_module{padding-left:0px; padding-right:0px; padding-bottom:0px;}
aside.asidebars .widget-container.widget_nvr_news_module .widget-content{padding:0px;}
aside.asidebars .widget-container.widget_nvr_news_module .nvr-newsmodules, .wpb_widgetised_column .widget-container.widget_nvr_news_module .nvr-newsmodules{padding-bottom:0px; border:0px; background-color:transparent;}
aside.asidebars .widget-container.widget_nvr_news_module .nvr-newsmodules .newsmodule1 li.newsfirst .entry-utility{margin:0px;}
.widget-container .nvr-newsmodules{padding-top:0px;}
.widget-container .nvr-newsmodtitle{display:none;}
aside.asidebars .widget-container.widget_nvr_news_module .newslist, .wpb_widgetised_column .widget-container.widget_nvr_news_module .newslist{padding-bottom:0px; margin-bottom:0px; border-bottom:0px;}
aside.asidebars .nvr-newsmodules li.newsfirst .caption-title, .wpb_widgetised_column .nvr-newsmodules li.newsfirst .caption-title{padding:0px;}
#subbody aside.asidebars .nvr-newsmodules li.newselse, #subbody .wpb_widgetised_column .nvr-newsmodules li.newselse{padding:0px; border-width:1px 0px 0px;}

/* news list widget */
aside.asidebars .widget-container.widget_nvr_news_list{padding-bottom:0px;}
#subbody .nvr-wg-newslists h2{font-size:14px; line-height:1.3em; margin-bottom:10px; font-weight:700;}
.nvr-wg-newslists .meta-scroll{font-size:11px; line-height:1.3em; font-weight:700; text-transform:uppercase; margin-bottom:8px;}
.nvr-wg-newslists li.clearfix{margin:0px; padding:0px; border:0px;}
.nvr-wg-newslists .newslist1 .newslist{margin-bottom:20px;}
.nvr-wg-newslists .newslist1 .newslist:last-child{margin-bottom:0px;}
.nvr-wg-newslists .newslist1 .nvr-newsimg{margin-bottom:10px;}
.nvr-wg-newslists .newslist1 .nlistimg{}

#subbody .nvr-wg-newslists .newslist2 .newslist{margin-bottom:16px;}
#subbody .nvr-wg-newslists .newslist2 .newslist:last-child{margin-bottom:0px;}
#subbody .nvr-wg-newslists .newslist2 .newslist .caption-title{overflow:hidden;}
#subbody .nvr-wg-newslists .newslist2 .nvr-newsimg{margin-right:16px; float:left; width:66px; margin-bottom:14px; }
.nvr-wg-newslists .newslist2 .nlistimg{}

/* news tab widget */
aside.asidebars .widget-container.widget_nvr_news_tab{padding-bottom:0px;}
aside.asidebars .widget-container.widget_nvr_news_tab .widget-content{padding:0px;}
.nvr-wg-newstab ul.tabs{border-width:0px; height:43px;}
.nvr-wg-newstab ul.tabs li{ width:50%; border-width:0px;overflow:visible; padding:0px 1px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; 
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#subbody .nvr-wg-newstab ul.tabs li h2{margin:0px;}
#subbody .nvr-wg-newstab ul.tabs li h2 a{font-size:12px; text-align:center; line-height:43px; font-weight:700; text-transform:uppercase; background-color:transparent; display:block; padding:0px; width:100%;}
#subbody .nvr-wg-newstab h2{font-size:14px; font-weight:700; line-height:1.3em; margin-bottom:9px;}
aside.asidebars .widget-container.widget_nvr_news_tab .tab-body{padding:0px 22px;}
#subbody aside.asidebars .nvr-wg-newstab .tab-content{margin-bottom:0px;}
.nvr-wg-newstab .meta-scroll{font-size:11px; line-height:11px; font-weight:700; text-transform:uppercase; margin-bottom:8px;}
.nvr-wg-newstab li.clearfix{margin:0px; padding:0px; border:0px;}
#subbody .nvr-wg-newstab .newslist{padding-bottom:0px; margin-bottom:20px;}
#subbody .nvr-wg-newstab .newslist:last-child{margin-bottom:0px;}
.nvr-wg-newstab .nvr-newsimg, #footersidebar .nvr-wg-newstab .nvr-newsimg{margin-right:16px; float:left; width:66px; margin-bottom:20px; }
.nvr-wg-newstab .nlistimg{}

/* news slider widget */
aside.asidebars .widget_nvr_news_slider li{padding:0px; margin:0px; border:0px;}
aside.asidebars .widget_nvr_news_slider{padding-left:0px; padding-right:0px; padding-bottom:0px;}
aside.asidebars .widget_nvr_news_slider .widget-content{padding:0px;}
.widget_nvr_news_slider .nvr-newsslider ul.slides li .ns-item-container img.imgtrans{width:100%; height:300px;}
#subbody .widget_nvr_news_slider ul.slides li h2{font-size:18px; line-height:23px; margin:0px;}
#subbody .widget_nvr_news_slider .entry-utility .meta-author img{margin-left:0px;}

/* search widget */
#searchform{position:relative;}
#searchform .bgsearch{}
#searchform #s{width:auto;}
.widget-container #searchform #s{width:100%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}

/* tag widget */
#tag-cloud .tag{border:solid 1px;padding:3px 6px; margin:0 6px 6px 0; display:inline-block;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
#tag-cloud .tag:hover{}


/*------------------------------------------------------------------
[10. Other Elements]
*/

/* WP-PageNavi  Plugin  */
.wp-pagenavi {clear:both; padding:0px 0 0 0;}
.wp-pagenavi a, .wp-pagenavi a:visited{
	padding:0px 10px !important;
	margin:0 0px 0 0 !important;
	display:inline-block;
	height:23px;
	line-height:23px;
	padding:0 15px;
	border-width:1px 0px 1px 1px !important;
}

.wp-pagenavi a:hover{
	padding:0px 10px !important;
	margin:0 0px 0 0 !important;
	display:inline-block;
	height:23px;
	line-height:23px;
	padding:0 15px;
	border-width:1px 0px 1px 1px !important;

}
.wp-pagenavi span.current{
	padding:0px 10px !important;
	margin:0 0px 0 0 !important;
	font-weight:normal !important;
	display:inline-block;
	height:23px;
	line-height:23px;
	padding:0 15px;
}
.wp-pagenavi .pages{
	padding:0px 10px 0 0 !important;
	margin:0 5px 0 0 !important;
	display:inline-block;
	height:23px;
	line-height:23px;
	padding:0 15px;
	background:transparent;
	border:0px !important;

}

/* Flickr Plugin  */
#flickr {text-align:left !important; padding:0}
#flickr img {
	margin:0px!important;
	padding:0px !important;
	width:83px;
	height:83px;
	max-width:100%;
	max-height:100%;
	border:0px solid !important;
	display:block;
}
.flickr_badge_image {
	margin: 0 10px 10px 0px;
	width: 78px;
	height: 78px;
	float: left;
	background: none;
	padding: 0;
}
* html .flickr_badge_image, *+html .flickr_badge_image{display:inline !important}
.flickr_badge_image:hover{}

/* Contact Form  */

.wpcf7 p{margin-bottom:10px;}
.wpcf7 label{display:block; width:80px; float:left;}
.wpcf7 input[type="text"], .wpcf7 input[type="email"]{
	margin-top:6px;
	margin-bottom:12px;
	font-size:11px;
	padding:15px 12px;
	width:100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.wpcf7 textarea{
	margin-top:6px;
	margin-bottom:12px;
	padding:8px 5px;
	font-size:14px;
	width:100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.wpcf7 .label{float:left; width:70px}
.wpcf7-submit{margin:0px 0px 0px 0px !important;}



/* SHORTCODE
-------------------------------------------------------------- */
/* Dropcaps */
.dropcap1{
	display:block;
	float:left;
	font-size:34px;
	line-height:34px;
	margin:2px 8px 0 0;
}
.dropcap2{
	display: block;
	width: 40px;
	height: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-khtml-border-radius: 40px;
	border-radius: 40px;
	float:left;
	font-size:25px;
	line-height:40px;
	text-align: center;
	margin:0px 8px 0 0;
}
.dropcap3{
	display:block;
	float:left;
	font-size:25px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
}

/* Highlight */
.highlight1{padding:2px 5px;}	
.highlight2{padding:2px 5px;}

/* Icon Container */
.icn-container{
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-width:2px;
	border-style:solid;
	padding:20px;
	font-size:28px;
	line-height:28px;
	width:28px;
	height:28px;
	text-align:center;
	display:block;
}
.icn-container.type3{
	border-width:0px;
}
.icn-container.small{
	font-size:18px;
	line-height:18px;
	width:18px;
	height:18px;
}

/* Pullquotes */
.pullquote-right,.pullquote-left{
	padding:0px 10px 0px 50px;
	background-image:url(../images/quote.png); background-repeat:no-repeat; background-position:0px 0px;
	float:right;
	font-style:italic;
	font-size:16px;
	letter-spacing:0px;
	line-height:22px;
	margin:0px 2px 20px 20px;
	width:50%;
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}

/* Tabs */
.tabcontainer{margin:0px 0px 0px 0px; }
ul.tabs {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	height: 45px;
	width: 100%;

}
ul.tabs li {
	float: left;
	margin: 0 0px 0 0;
	padding: 0;
	height: 43px;
	line-height: 43px;
	overflow: hidden;
	position: relative;
	font-size:16px;
	border-width:1px 1px 1px 0px;
	border-style:solid;
	-moz-box-shadow: inset 0 1px 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 1px 0 #fff;
	box-shadow: inset 0 1px 1px 0 #fff;
	
}
ul.tabs li:hover{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 40px;
	outline: none;
}
ul.tabs li a:hover {
	text-decoration:none;
}
ul.tabs	 li.active{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {}
html ul.tabs li.active a{}
.tab-body{clear:both;}
.tab-content {padding: 20px 0px; margin-top:0px;}


/* jQuery Toggle */
h2.trigger {
	padding: 17px 5px 17px 5px;
	margin: 0 0 1px 0;
	font-size:16px;
	line-height:24px;
}
h2.trigger span {
	text-decoration: none;
	display: block;
	background-image: url(../images/toggle_close.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:20px;
	cursor:pointer;
}
h2.trigger .fa{margin-right:7px;}
h2.trigger img{margin-right:15px;}
h2.active{}
h2.active span{background-image: url(../images/toggle_open.png);}
h2.trigger a:hover {}
.toggle_container {
	margin: 0 0 1px 0;
	padding: 20px 0px;
	overflow: hidden;
	clear: both;
}
.toggle_container .block {
	padding: 0px;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}

/* Content Title */
.contenttitle{font-size:18px; line-height:normal; margin-bottom:20px;}
.contenttitle span{}

/* Mini Sliders*/
.minisliders .titlecontainer{border-top:1px solid;}
.minisliders .contenttitle{text-align:center; font-size:24px; letter-spacing:-1px; font-weight:300; line-height:100%; margin:-14px 0px 22px; padding-bottom:0px;}
.minisliders .contenttitle span{padding:0px 22px;}
.minisliders .flex-control-nav{display:none;}
.minisliders .flex-direction-nav a{
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	width:20px;
	height:36px;
	opacity:0;
	transition: opacity ease-out 0.25s;
	-moz-transition: opacity ease-out 0.25s;
	-webkit-transition: opacity ease-out 0.25s;
	-o-transition: opacity ease-out 0.25s;
}
.minisliders .flex-direction-nav a.flex-prev{background-image:url(../images/arrowleft_bold.png);left:20px;}
.minisliders .flex-direction-nav a.flex-next{background-image:url(../images/arrowright_bold.png);right:20px;}
/*  Recent Post Shortcode  */
.rp-shortcode{margin:0; padding:0; float:left}
.rp-shortcode h3{font-size:14px; line-height:20px; margin-bottom:8px ;}
.rp-shortcode .smalldate{font-size:11px; font-style:italic; display:block; padding-bottom:10px;}


/* PORTFOLIO FILTER */
#filters, .filterlist{margin:0 0 42px 0; padding:0px; border-bottom:0px solid; text-align:center;}
#filters li, .filterlist li{
	display:inline-block;
	list-style-type:none;
	background-position:center;
	background-repeat:no-repeat;
	margin:0px -1px 8px 0px;
	padding:8px 12px;
	cursor:pointer;
	font-weight:700;
	font-size:12px;
	text-transform:uppercase;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}


/*SHORTCODE - Custom
-------------------------------------------------*/
.bannerimg{display:block; position:relative;}
.bannerimg .cellcontent{position:absolute; top:20px; left:20px; right:20px; bottom:20px; padding:10px; 
transition: border 0.2s, background-color 0.2s;
-moz-transition: border 0.2s, background-color 0.2s; /* Firefox 4 */
-webkit-transition: border 0.2s, background-color 0.2s; /* Safari and Chrome */
-o-transition: border 0.2s, background-color 0.2s; /* Opera */}
.bannerimg .cellcontent > table{height:100%; width:100%; border:0px;}
.bannerimg .cellcontent > table td{text-align:center; vertical-align:middle; border-bottom:0px; padding:0px;}
.bigtext{font-size:36px; font-weight:300; letter-spacing:-2px; text-align:center; line-height:110%;margin-bottom:10px;}
.secondarytext{font-size:24px; font-weight:300; text-align:center; letter-spacing:0px; line-height:100%; font-style:italic;display:block;}
.counters{font-size:48px; font-weight:700; letter-spacing:-1px; line-height:110%;}
.nvr-heading{position:relative; margin-bottom:20px; padding-bottom:20px;}
.nvr-heading *{text-align:center;}
.nvr-heading.left *{text-align:left;}
.nvr-heading.right *{text-align:right;}
.nvr-heading h1{margin:0px;}
.nvr-heading h2{margin:0px;}
.nvr-heading h3{margin:0px;}
.nvr-heading h4{margin:0px;}
.nvr-heading h5{margin:0px;}
.nvr-heading h6{margin:0px;}
.nvr-heading .hborder{position:absolute; bottom:0px; left:50%; width:170px; margin-left:-85px; height:1px;}
.nvr-heading.small .hborder{position:absolute; bottom:0px; left:50%; width:80px; margin-left:-40px;}
.nvr-heading.left .hborder{left:0px; margin-left:0px;}
.nvr-heading.right .hborder{left:auto; right:0px; margin-left:0px;}

.nvr-newsslider ul.slides li .ns-item-container{position:relative; background-size:cover; background-repeat:no-repeat;}
.nvr-newsslider .scroll-category{position:absolute; top:0px; left:15px;}
.nvr-newsslider .scroll-category a{display:block; float:left; padding:0px 7px; height:24px; font-size:10px; font-weight:700; margin-right:2px; line-height:24px; text-transform:uppercase;}
.nvr-newsslider .newsslide .caption-content .meta-scroll{text-transform:uppercase; font-size:11px; letter-spacing:1px;}
.nvr-newsslider ul.slides li .scroll-caption{position:absolute; left:0px; bottom:0px; right:0px; padding:14px 15px 18px;
background:none;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.95))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); /* W3C */
}
#subbody .nvr-newsslider ul.slides li .scroll-caption h2{font-size:20px; font-weight:700; line-height:1.3em; margin-bottom:0px;}
.nvr-newsslider ul.slides li .scroll-caption .nvr-reviewcontainer .review-total-only{margin-top:6px;}

#subbody .nvr-newsslider .newsslider2{margin-bottom:-9px;}
.nvr-newsslider .newsslider2 .scroll-category{position:static; margin-bottom:5px;}
.nvr-newsslider .newsslider2 .scroll-category a{display:inline-block; float:none; font-size:12px;}
.nvr-newsslider .newsslider2 .ns-item-container{text-align:center;}
.nvr-newsslider .newsslider2 h2{font-size:28px; font-weight:700; line-height:34px; margin-bottom:10px;}
.nvr-newsslider .newsslider2 .entry-utility div{padding:0px;}

.flexslider-carousel ul.slides li{margin-right:0px;}
.pcarousel.haslink{position:relative; padding-bottom:130px;}
.pcarousel.haslink > a.pclink{width:150px; box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box; text-align:center; position:absolute; bottom:43px; left:50%; margin-left:-91px;}
#subbody .pcarousel.haslink .flex-direction-nav a.flex-prev {bottom:-89px; top:auto; left: 50%; margin-left:-150px; margin-top:0px; opacity:1;}
#subbody .pcarousel.haslink .flex-direction-nav a.flex-next {bottom:-89px; top:auto; right: 50%; margin-right:-152px;margin-top:0px; opacity:1;}

.flexslider-carousel{position:relative; padding:0px 0px 0px 0px;}
.flexslider-carousel .flex-control-nav{bottom:0px; text-align:center;font-size:0px;display:none;}
.flexslider-carousel .flex-control-nav li{margin:0px 3px;}
.flexslider-carousel .flex-direction-nav a{
	width:20px;
	height:36px;
	z-index:100;
	opacity:0;
	top:85px;
	transition: opacity ease-out 0.25s;
	-moz-transition: opacity ease-out 0.25s;
	-webkit-transition: opacity ease-out 0.25s;
	-o-transition: opacity ease-out 0.25s;
}
.flexslider-carousel:hover a.flex-prev, .flexslider-carousel:hover a.flex-next{opacity:1;}
.flexslider-carousel .flex-direction-nav a.flex-prev{
	left:-23px;
}
.flexslider-carousel .flex-direction-nav a.flex-next{
	right:-23px;
}

.nvr-newsmodtitle{position:relative; margin-bottom:2px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
#subbody .nvr-newsmodtitle h3{ font-size:14px; text-align:center; padding:18px 0px; line-height:14px; font-weight:700; position:relative; margin:0px;}
#subbody .nvr-newsmodtitle em{position:absolute; left:0px; right:0px; height:1px; bottom:4px;}
.nvr-newsmodtitle .newsmodcats{position:absolute; bottom:0px; right:21px; z-index:11; line-height:13px;}
.nvr-newsmodtitle .newsmodcats a.newsmodcat{margin-left:12px; font-size:11px; padding-bottom:12px; display:inline-block; text-transform:uppercase; line-height:24px;}

.nvr-recentposts li{list-style-type:none;}
.nvr-recentposts li.alpha{clear:both;}
.nvr-recentposts li div.rp-item-container{margin-bottom:20px;}
.nvr-recentposts .nvr-rp-text{padding:0px; font-size:13px; line-height:19px;}
#subbody .nvr-recentposts h4{padding-left:0px; padding-right:0px; font-size:17px; margin-bottom:14px;}
.nvr-recentposts .nvr-rp-img{margin-bottom:12px;}
.nvr-recentposts .meta-date{margin-bottom:8px;}
.nvr-recentposts .entry-utility{padding:18px 15px;}
.nvr-recentposts .entry-utility span{width:auto; margin-bottom:0px;}
.nvr-recentposts .nvr-rp-morelink{font-size:11px; font-weight:700; text-transform:uppercase;}

#subbody .nvr-newsscroller .flexslider-carousel{padding:0px; margin:0px -10px;}
body.nvr1100more #subbody .nvr-newsscroller .flexslider-carousel{margin:0px -15px;}
#subbody .nvr-newsscroller .flexslider-carousel ul.slides li{padding:0px 10px;}
body.nvr1100more #subbody .nvr-newsscroller .flexslider-carousel ul.slides li{padding:0px 15px;}
#subbody .nvr-newsscroller .flexslider-carousel .flex-direction-nav a.flex-prev{ opacity:1; width:20px; height:20px; line-height:20px; font-size:20px; top:-38px; left:20px; right:auto; margin:0px;}
#subbody .nvr-newsscroller .flexslider-carousel .flex-direction-nav a.flex-next{ opacity:1; width:20px; height:20px; line-height:20px; font-size:20px; top:-38px; right:20px; margin:0px;}
.nvr-newsscroller .posttitle{font-size:16px; font-weight:700; line-height:normal;}

.nvr-newsmodules{padding:0px 0px 14px;}
.nvr-newsmodules.mod1 .newsmodcats{display:none;}
.nvr-newsmodules ul.newslists{margin:0px;}
.nvr-newsmodules li{display:block;}
.nvr-newsmodules li.newsfirst .entry-meta{ font-size:11px; font-weight:700; text-transform:uppercase;}
.nvr-newsmodules li.newsfirst .caption-title{padding:0px 12px;}
.nvr-newsmodules li.newsfirst .entry-utility{margin:0px 12px;}
.nvr-newsmodules li.newsfirst .nvr-reviewcontainer{text-align:left;}
.nvr-newsmodules li.newsfirst .caption-content{display:none;}
#subbody .nvr-newsmodules li.newsfirst h2{font-size:16px; font-weight:700; line-height:1.3em; text-transform:none; margin-bottom:9px;}
.nvr-newsmodules li.newsfirst .nvr-newsimg{margin-bottom:11px; width:100%;}
.nvr-newsmodules li.newsfirst img.newsfirstimg{width:100%;}
.nvr-newsmodules li.newsfirst .entry-utility .meta-author .avatar{margin-left:0px;}
#subbody .nvr-newsmodules li.newselse{padding:0px 12px; border-width:2px 0px 0px; border-style:solid;}
.nvr-newsmodules li.newselse .nm-item-container{padding:18px 0px;}
.nvr-newsmodules li.newselse .nvr-newsimg{width:69px; margin-right:15px; float:left;}
.nvr-newsmodules li.newselse img.newselseimg{}
#subbody .nvr-newsmodules li.newselse .meta-date{font-size:11px; font-weight:700; text-transform:uppercase;}
#subbody .nvr-newsmodules li.newselse h2{font-size:14px; font-weight:700; line-height:normal; margin:0px;}

.nvr-newsmodules.mod2{position:relative; padding-bottom:0px;}
#subbody .nvr-newsmodules.mod2 .nvr-newsmodtitle h3{text-align:left; padding-left:15px;}
.nvr-newsmodules .loader{position:absolute; top:50%; left:50%; margin:-15px 0px 0px -15px; display:none;}
.nvr-newsmodules.loading .loader{display:inline-block;}
.nvr-newsmodules .newsmodule2 li{width:50%; float:left; list-style-type:none; display:block; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.nvr-newsmodules .newsmodule2 li.newsfirst{border-width:0px; padding:0px 15px 0px 0px;}
.nvr-newsmodules .newsmodule2 li.newsfirst .caption-title, .nvr-newsmodules .newsmodule2 li.newsfirst .caption-content{padding:0px;}
.nvr-newsmodules .newsmodule2 li.newsfirst .nm-item-container .caption-title{padding:0px 20px;}
.nvr-newsmodules .newsmodule2 li.newsfirst .nm-item-container .entry-utility{margin:0px 20px; padding-bottom:10px;}
#subbody .nvr-newsmodules .newsmodule2 li.newselse{border-width:0px; margin-left:-1px; padding:0px 0px 0px 15px;}
.nvr-newsmodules .newsmodule2 li.newselse .nm-item-container{border-width:0px 0px 2px; border-style:solid; padding:18px 0px 18px 22px;}

.nvr-newslists .newslists{margin:0px;}
.nvr-newslists .newslists li{list-style-type:none;}
.nvr-newslists .newslists .nlist-item-container{padding:0px 15px 25px 0px;}
.nvr-newslists .newslists .caption-title .entry-meta{font-size:11px; font-weight:700; line-height:1.3em; text-transform:uppercase; padding-bottom:1px;}
#subbody .nvr-newslists .newslists .caption-title h2{font-size:16px; font-weight:700; line-height:1.2em; text-transform:none; margin-bottom:11px;padding-top:7px;}
.nvr-newslists .newslists .caption-title .nvr-reviewcontainer{text-align:left;}
.nvr-newslists .newslists .caption-content{display:none;}
.nvr-newslists .newslists .entry-utility{border-width:1px 0px; border-style:solid;}
.nvr-newslists .newslists .entry-utility .meta-author .avatar{margin-left:0px;}

.nvr-newslists .newslist1 .nvr-newsimg{margin-bottom:13px;}
.nvr-newslists .newslist1 .nlistimg{}
.nvr-newslists .newslist1 .newslists{float:left; width:100%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.nvr-newslists .newslist1 li{width:49.98%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.nvr-newslists .newslist1 li.firstitem{clear:both; float:left;}
.nvr-newslists .newslist1 li.lastitem{float:left; }
.nvr-newslists .newslist1 li.lastitem .nlist-item-container{padding:0px 0px 25px 15px;}
#subbody .nvr-newslists .newslist2 .newslists .nlist-item-container{padding:0px; margin:0px 0px 20px;}
.nvr-newslists .newslist2 .nvr-newsimg{width:286px; float:left; margin-right:23px; margin-bottom:12px;}
.nvr-newslists .newslist2 .nlistimg{}
.nvr-newslists .newslist2 .caption-title{overflow:hidden; padding-top:5px; }
.nvr-newslists .newslist2 .entry-utility{overflow:hidden;}
#subbody .nvr-newslists .newslist2 .caption-title h2{margin-bottom:7px;}
#subbody .nvr-newslists .newslist2 li:last-child .nlist-item-container{border-width:0px; margin-bottom:0px;}


.simpleadscontainer{text-align:center;}


.flexslider-carousel h3{font-weight:700;margin:12px 0px 4px; text-align:left;font-size:14px; letter-spacing:0px;}

/* Portfolio Carousel */
ul.listcarousel{padding:0px; margin:0px;}
ul.listcarousel li{list-style-type:none;padding:0px;}

/* Meter */
div.meter{
	max-width:100%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:0px;
}
div.meter div{
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box;
	padding:0px 10px 0px 0px;
	text-align:right;
}

/* Hosting Table */
.hostingtable{text-align:center;}
.hostingtitle{padding:12px;}
.hostingtitle h4{margin:0px;}

.hostingprice{font-size:54px; line-height:normal; padding-bottom:22px; padding-top:8px; margin-bottom:12px;}
.hostingprice span.priceinfo{text-transform:uppercase; font-size:12px; display:block;}
.hostingcontent ul{padding:0px; margin:0px;}
.hostingcontent ul li{padding:0px 0px 14px 0px; margin:0px 0px 11px 0px; text-align:center; width:100%; display:block;}
.hostingbutton{padding:16px 0px 29px 0px;}

/* AFTER CONTENT*/
#outeraftercontent{padding:30px 0px 32px 0px; border-width:0px 0px 3px 0px; border-style:solid;}


/*------------------------------------------------------------------
[14. Footer]
*/

#footerwrapper{}
#footersidebar{padding-top:25px;}
#footersidebar ul{list-style-type:none; margin:0; padding:0;}
#footersidebar li li{list-style-type:none;padding:0 0 4px 0px; margin:0 0 9px 0;border-bottom:1px solid;}
#footersidebar li.widget-container{list-style-type:none; margin:0; padding:0; border:0px;}
#footersidebar .widget-bottom{margin-bottom:33px;}
#footersidebar .widget-bottom:last-child{border-width:0px; margin-bottom:0px;}
#footersidebar .widget-title{padding:0px 0px 12px; margin-bottom:25px !important; margin-left:30px; margin-right:30px; font-size:13px; border-width:0px 0px 2px; border-style:solid; text-transform:uppercase; font-weight:600; text-align:center; position:relative;}
#footersidebar li.clearfix{border:0px; padding:0px; margin:0px;}
#footersidebar li a{ padding:0px; margin:0px;}
#footersidebar li a:hover{ text-decoration:none;}

#footersidebar .widget-bottom.widget_nvr_news_module{padding-left:0px; padding-right:0px; padding-bottom:0px;}
#footersidebar .widget-bottom.widget_nvr_news_module .nvr-newsmodules{padding-bottom:0px; border:0px; background:none;}
#footersidebar .widget-bottom.widget_nvr_news_module .nvr-newsmodules li.newsfirst .caption-title, #footersidebar .widget-bottom.widget_nvr_news_module .nvr-newsmodules li.newsfirst .caption-content{padding:0px;}
#footersidebar .widget-bottom.widget_nvr_news_module .newslist{padding:0px; margin-bottom:0px; border-bottom:0px;}

/* news list widget */
#footersidebar .widget-bottom.widget_nvr_news_list{padding-bottom:0px;}
#footersidebar .widget-bottom .nvr-wg-newslists .newslist1 .nvr-newsimg{ margin-bottom:11px;}
#footersidebar .widget-bottom .nvr-wg-newslists .newslist1 .newslist{margin-bottom:20px;}

/* news tab widget */
#footersidebar .widget-bottom.widget_nvr_news_tab{padding-bottom:0px;}

/* news slider widget */
#footersidebar .widget_nvr_news_slider li{padding:0px; margin:0px; border:0px;}

#footersidebar ul.sub-menu, #footersidebar ul.children, #footersidebar ul ul ul{margin:0 0 0 10px; }
#footersidebar ul.sub-menu li, #footersidebar ul.children li, #footersidebar ul ul ul li{margin-bottom:2px; padding-bottom:2px; background:transparent;}
#footersidebar .nvr-newsslider .scroll-category a{padding:0px 7px; margin-right:2px;}

/* recent post footer sidebar */
#footersidebar .nvr-latest-post-widget li{padding:0px 0px 10px 0px; margin-bottom:20px; clear:both; background:transparent}
#footersidebar .nvr-latest-post-widget li h6{font-size:12px; line-height:18px; margin-bottom:0px}
#footersidebar .nvr-latest-post-widget li img{ width:65px;}
#footersidebar .nvr-latest-post-widget li .smalldate{font-size:11px; display:block;}

/* recent comment footer sidebar */
#footersidebar .nvr-recent-comment-widget li{clear:both; background:transparent}
#footersidebar .nvr-recent-comment-widget a{background:transparent !important; padding:0 !important;  display:inherit}


.topicon .sn{float:left;}
.topicon .sn li{list-style-type:none; height:49px; width:49px; margin:0px 0px 0px -1px; padding:0px; float:right; border-width:0px 1px; border-style:solid;}
.topicon .sn a{line-height:49px; width:49px; text-align:center;}
.topicon .sn a i{margin-right:0px;}

.sn{margin:0; padding:0; display:block;}
.sn li{list-style-type:none; margin:0px 20px; padding:0px; display:inline-block; }
.sn a{display:inline-block; font-size:14px;
	text-decoration:none;
	transition: color 0.5s, border-color 0.5s;
	-moz-transition: color 0.5s, border-color 0.5s; /* Firefox 4 */
	-webkit-transition: color 0.5s, border-color 0.5s; /* Safari and Chrome */
	-o-transition: color 0.5s, border-color 0.5s; /* Opera */
}
.sn a:hover{text-decoration:none !important;}
.sn a i{font-size:16px; margin-right:10px;}
.icon-img{background-position:0px 0px; background-repeat:no-repeat;}

/*** FOOTER ***/
#outerfooter{border-width:1px 0px 0px; border-style:solid;}
#footer{font-size:12px;}
.copyrightcontainer{padding:15px 0px 15px 0;}
#footer .copyright{float:left; padding-top:3px;}
#footer a, #footer a:visited{ font-weight:700;}
#footer a:hover{text-decoration:underline;}

#footer .footericon{float:right;}

/*CUSTOM CSS*/
.subscriptionform input[type="submit"]{width:100%; box-sizing:border-box; -box-sizing:border-box; -webkit-box-sizing:border-box;}
.subscriptionform .ajax-loader{display:none;}
.contact_email{list-style-type:none; background-image:url(../images/icons/address/email.png); background-repeat:no-repeat; background-position:0px 6px !important;border:0px !important; padding:0px 0px 0px 20px; font-weight:bold;}
.contact_address{list-style-type:none; background-image:url(../images/icons/address/home.png); background-repeat:no-repeat; background-position:0px 3px !important;border:0px !important; padding:0px 0px 0px 20px; font-weight:bold;}
.contact_mobile{list-style-type:none; background-image:url(../images/icons/address/mobile.png); background-repeat:no-repeat; background-position:0px 3px !important;border:0px !important; padding:0px 0px 0px 20px; font-weight:bold;}
#aboutslider, machineslider{width:100%;}
#aboutslider .flex-control-nav, #machineslider .flex-control-nav{height:9px;bottom:-20px;}
#aboutslider .flex-control-nav a, #machineslider .flex-control-nav a{width:9px;height:9px;background-image:url(../images/sliderdot.png); background-repeat:no-repeat; background-position:0px 0px;margin:0px 4px;}
#aboutslider .flex-control-nav a:hover, #aboutslider .flex-control-nav a.active, #machineslider .flex-control-nav a:hover, #machineslider .flex-control-nav a.active{background-position:0px -10px;}
#aboutslider img{-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
#nav_menu-2{position:relative;}
/* list */
ul.customlist{padding:0px;margin:0px;}
ul.customlist li{padding:0px;margin:0px 0px 5px 0px; list-style-type:none;}
.nvr_selector{text-align:left; position:relative; margin-right:50px; cursor:pointer; background-image:url(../images/selector.png); background-repeat:no-repeat; background-position:right; }
.nvr_selector:hover{cursor:pointer;}
.nvr_selector span{font-size:18px; line-height:28px;padding-left:15px;cursor:pointer;}
.nvr_selector select{font-size:18px; position:absolute !important; top:0px; left:0px; -moz-opacity: 0; opacity:0 !important; filter: alpha(opacity=0); cursor:pointer;}
ul.timeline li{
	margin:0px;
	list-style-type:none;
	padding:0px 0px 20px 0px;
	background-image:url(../images/timeline.gif);
	background-repeat:repeat-y;
	background-position:top left;
}
ul.timeline.right li{
	background-position:top right;
}
ul.timeline li.last{
	background:none;
	padding:0px;
}
.headlinebox{padding:25px;}
.entry-content > .wpb_row:last-child{margin-bottom:0px;}
.stripecontainer{
	width: 100%;
	padding: 0px 1000px 0px;
	margin-left: -1000px;
	margin-bottom:35px;
	overflow: hidden;
	position:relative;
	background-position:center center;
}
.stripecontainer.nohidden-container{overflow:inherit;}
.entry-content > .stripecontainer:last-child{margin-bottom:0px;}
.stripewrapper{
	z-index:20;
	position:relative;
}
.stripecontainer > .stripewrapper > div.wpb_row:last-child{padding:50px 0px; margin-bottom:0px;}
.nvr.vc_text_separator {margin-bottom:55px;padding-top:20px;}
.nvr.vc_text_separator div {
	padding: 10px 15px;
	position: relative;
	top: -20px;
	font-size:14px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

body.novaro .vc_slide p{margin-bottom:0px;}

.novaro .vc_custom_heading h1,
.novaro .vc_custom_heading h2,
.novaro .vc_custom_heading h3,
.novaro .vc_custom_heading h4,
.novaro .vc_custom_heading h5,
.novaro .vc_custom_heading h6{
	margin:0px;
	line-height:100%;
}

#subbody #mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown.submenu_full_width > .mega_dropdown{left:-10px;}
.nvr1100more #subbody #mega_main_menu > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown{left:-15px;}
#megaMenu ul.megaMenu > li.menu-item > a, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator{font-family:Arial, Helvetica, sans-serif;}
body.novaro .mega_main_menu_ul .nvr-reviewcontainer{text-align:left;}
#mega_main_menu > .menu_holder > .menu_inner > ul > li{border-width:3px 0px 0px 0px; border-style:solid;}
#mega_main_menu.mainmenu > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text{text-transform:uppercase;}
#mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link{padding:0px 22px;}
#mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link:after{right:7px;}
#mega_main_menu > .menu_holder > .menu_inner > ul > li.default_dropdown .mega_dropdown > li > .item_link{padding:15px 17px; text-transform:uppercase;}
#mega_main_menu > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown > .mega_dropdown > li > a .link_text{text-transform:uppercase; font-size:13px; font-weight:700;}
#mega_main_menu ul.mega_dropdown .widgettitle{text-transform:uppercase; font-size:13px; margin-bottom:24px; padding-bottom:12px; border-bottom:1px solid #292929; color:#aaa;}
body.novaro .fa, body.novaro .fa:before, body.novaro .fa:after{box-sizing:content-box !important; -moz-box-sizing:content-box !important; -webkit-box-sizing:content-box !important;}

body.novaro .rev_slider_wrapper{overflow:hidden !important;}
body.novaro .vc_custom_heading .headingarrow{text-align:center; padding-bottom:14px;}
body.novaro .vc_custom_heading .headingarrow a{font-family:'FontAwesome'; font-style:normal; text-align:center; line-height:16px; display:inline-block; font-size:16px; width:16px; height:16px; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;}
body.novaro .vc_custom_heading .headingarrow a:before{content:'\f170';}

body.novaro .review-total-star{position:relative;}
body.novaro .nvr-reviewcontainer{text-align:center;}
body.novaro .nvr-reviewcontainer .review-total-only{margin-bottom:15px; padding:0px; background-color:transparent; display:inline-block;}
body.novaro .nvr-reviewcontainer .review-total-only.review-type-point, body.novaro .nvr-reviewcontainer .review-total-only.review-type-percentage{padding:0px 6px; font-size:12px; line-height:18px; font-weight:700;}
body.novaro .nvr-reviewcontainer .review-result-wrapper{height:12px; line-height:12px;}
body.novaro .nvr-reviewcontainer .review-result-wrapper i{font-size:11px;}
body.novaro .nvr-reviewcontainer .review-result{height:12px;}

.nvr-newsimg{overflow:hidden; display:block;}
.nvr-newsimg img{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}
.nvr-newsimg:hover img{
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}