



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;

}






/* CONTAINER

-------------------------------------------------------------- */

#subbody{

	width:100%; 

	margin:0px;

    padding-top:0px;

}

#outercontainer{width:100%;}

#outerheader, #outerafterheader, #outerslider, #outermain,  #outerfootersidebar, #outerfooter{width:100%;}



#subbody .container{max-width:940px; overflow:visible;}



.innersection{

	padding-top:60px;

	padding-bottom:60px;

}





/* HEADER & MENU

-------------------------------------------------------------- */

#outertop{

	background-image:url(../images/bg-header.jpg);

}




#outerheader{

	position:fixed;

	top:0px;

	z-index:999;

	transition:background-color 1s ease-in-out, border 1s ease-in-out;

	-moz-transition:background-color 1s ease-in-out, border 1s ease-in-out;

	-webkit-transition:background-color 1s ease-in-out, border 1s ease-in-out;

	-o-transition:background-color 1s ease-in-out, border 1s ease-in-out;

}

.no-rgba #outerheader{

	background-image:url(../images/bg-top.png);

	background-repeat:repeat;

}

.admin-bar #outerheader{

	top:28px;

}

.logocontainer{

	padding-bottom:9px;

}

.secondarymenu ul{padding:0px;margin:0px; float:right;}

ul#secondarynav{margin:0px; float:right;}

.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;

}

header{}

#top{}

#logo{padding-top:9px; padding-bottom:14px;}

#logoimg a{display:block;}

#logoimg img{display:block; height:24px; width:auto;}

#logo h1{margin-bottom:0px; letter-spacing:-1px;}

.borderlogo{border-bottom:1px solid rgba(133,162,178,0.15); margin:0px 10px;}

.no-rgba .borderlogo{border-bottom:1px solid #455964;}



/* Menu */

#navigation nav{

	float:left;

	margin-bottom:13px;

}

#topnav{

	margin:0;

	padding:0px;

	list-style-type:none;

	overflow:visible;

	position:relative;

}





.sf-menu 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;

}





.sf-menu > li {

    position: relative;

    z-index: 10;

	padding:2px 15px 2px 0px;

	letter-spacing:0px;

}

.sf-menu > li:before {

    bottom: 0;

    content: "";

    display: block;

    left: 0;

    position: absolute;

    right: 0;

    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 ul li {

	width:			100%;

	

}

.sf-menu li:hover {

	visibility:		inherit; /* fixes IE7 'sticky bug' */

}

.sf-menu li {

	float:			left;

	position:		relative;

	margin:0;

}





#beforecontent .postdomain .nvr_selector span{padding-left:0px;}

#beforecontent .searchdomain{

	transition: background-color 0.2s;

	-moz-transition: background-color 0.2s; /* Firefox 4 */

	-webkit-transition: background-color 0.2s; /* Safari and Chrome */

	-o-transition: background-color 0.2s; /* Opera */

}

#beforecontent .searchdomain.loading{

	background-image:url(../images/domainload.gif);

	background-repeat:no-repeat;

	background-position:95% center;

}

#beforecontent #btndomainsubmit{

	display:block;

	height:93px;

	width:100%;

	font-size:18px;

	background-image:url(../images/btndomainsearch.png);

	background-repeat:no-repeat;

	background-position: 20px center;

	outline:none !important;

}





/* CONTENT

-------------------------------------------------------------- */

#outermain{padding:62px 0px 30px 0px;}

#maincontent{}

#content{}

.main{padding:0 0px 0 0;}

#content.positionright .main{padding:0 0 0 20px;}

.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:8px 5px;

	-moz-box-shadow: inset 0 0 2px 0 #dedede;

	-webkit-box-shadow: inset 0 0 2px 0 #dedede;

	box-shadow: inset 0 0 2px 0 #dedede;

}

select{

	font-size:11px;

	padding:8px 5px;

}



select {

	font-size:11px;

	padding:4px 5px;

}



.button, .more-link,

.button:visited,

#maincontent input[type="submit"],

#maincontent input[type="reset"],

#maincontent button{

	padding:8px 12px;

	display:inline-block;

	font-size:14px;

	line-height:100%;

	font-weight:500;

	text-align:center;

	text-transform:uppercase;

	cursor:pointer;

	border:0px solid;

	border-radius:3px;

	-moz-border-radius:3px;

	-webkit-border-radius:3px;

}

.button:hover, .more-link:hover,

#maincontent input[type="submit"]:hover,

#maincontent input[type="reset"]:hover,

#maincontent 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 {

}



/* BLOG STYLE

-------------------------------------------------------------- */

.sticky{}

article.content-loop{border:1px solid; margin:0px 0px 28px 0px;}

article .loopcontainer{

	padding:28px 19px;

}

.post .entry-content{}

.posttitle{line-height:100%; padding-bottom:0px; font-size:18px; font-weight:700; margin-bottom:10px;}

.posttitle a{}

.entry-utility{

	font-size:14px; 

	font-weight:500; 

	line-height:100%;

	margin-bottom:20px; 

}

.meta-author{margin:0px 5px 0px 0px;}

.meta-date{margin:0px 5px 0px 8px;}

.meta-cat{margin:0px 5px 0px 8px;}

.meta-comment{margin:0px 5px 0px 8px;}

.loopcontainer .more-link{display:none;}

.loopcontainer .more-link.btn{display:inline-block;}

.entry-utility a:hover{text-decoration:underline;}

.postimg{margin-bottom:10px;}



#singlepost .post{margin-bottom:30px;}



#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.title-author{ font-size:16px}

#entry-author-info {

	clear: both;

	margin-bottom:30px;

	position:relative;

	padding:20px;

}

#entry-author-info #author-avatar {

	margin: 0 0 0 0;

	position:absolute;

	top:40px;

	right:20px

}

.avatar{display:block}

#entry-author-info #author-description {

	margin: 0 85px 10px 0; vertical-align:top;

}

#entry-author-info #author-description  h2{font-size:14px;}

#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; height:250px;

}

.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: 4px;

}

#content .wp-caption img {

	margin: 5px 5px 0;

}

#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;

	text-transform:uppercase;

	padding:8px 15px;

	font-style:italic;

	border:1px solid;

}

#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 .navigation {

	padding: 0 0 18px 0;

}

h3#comments-title{

	line-height:24px;

	padding:0px 0px;

	margin:0 0 20px 0;

	font-size:18px;



}



h3#reply-title {

	font-size:18px;

	line-height:24px;

	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; border-left:1px solid #e9e9e9; }

.commentlist li.comment ul.children li{border-bottom:0 !important; margin:0px 0px 14px 0px; padding:0px 0px 0px 70px; background-image:url(../images/commentchildren-line.gif); background-repeat:no-repeat; background-position:0px 21px;}

.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 12px; position:relative; border:1px solid;}

.commentlist .comment-author{ 

	position:absolute;

	top:13px;

	left:12px;

}

.commentlist .comment-body{width:auto; margin-bottom:0px !important; margin-left:90px;}

.commenttext{margin:0 0 0 0; padding:0 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{}

.comment-body .time{font-size:11px; padding:0 0px 6px 0px; display:block; text-transform:uppercase;}

.commentlist .comment-body .reply{

	padding:8px 12px;

	display:inline-block;

	font-size:14px;

	line-height:100%;

	font-weight:500;

	text-align:center;

	text-transform:uppercase;

	cursor:pointer;

	border:0px solid;

	border-radius:3px;

	-moz-border-radius:3px;

	-webkit-border-radius:3px;

	position:absolute; 

	top:13px; 

	right:12px;}

.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-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: 22px 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}







/*** SIDEBAR ***/

.widget-title{

	font-size:14px;

	text-transform:uppercase;

	margin-bottom:9px;

	font-weight:300;

}



#sidebar ul{

	list-style-type:none;

	list-style-position:outside;

	margin:0;

	padding:0;

}



#sidebar ul li{

	list-style-type:none;

	margin:0;

	padding:0;

	

}

#sidebar .widget-container{margin-bottom:36px; padding:0 0 0 0;}



#sidebar li li{list-style-type:none;padding:0 0 4px 0px; margin:0 0 9px 0;border-bottom:1px solid;}



#sidebar li li a{}

#sidebar li.widget_archive li a:after, #sidebar li.widget_pages li a:after, #sidebar li.widget_categories li a:after, #sidebar li.widget_meta li a:after, #sidebar li.widget_links li a:after{content:" \2192";}

#sidebar li li a:hover, #sidebar li li a.active{text-decoration:none;}



#sidebar ul.sub-menu, #sidebar ul.children, #sidebar ul ul ul{margin:8px 0 0 15px; }

#sidebar ul.sub-menu li, #sidebar ul.children li, #sidebar ul ul ul li{margin-bottom:4px; padding-bottom:4px; background:transparent;}



/* latest post sidebar */

#sidebar .nvr-latest-post-widget li{padding:0px 0px 0px 0px; margin-bottom:10px; clear:both; background:transparent}

#sidebar .nvr-latest-post-widget li img{padding:3px; border:1px solid;}

#sidebar .nvr-latest-post-widget li a{background:transparent !important; padding:0 !important;  display:inherit}

#sidebar .nvr-latest-post-widget li h6{font-size:13px; line-height:18px; margin-bottom:5px;}

#sidebar .nvr-latest-post-widget li .smalldate{font-size:11px; display:block; font-style:italic}



/* recent comment sidebar */

#sidebar .nvr-recent-comment-widget li{padding-bottom:4px; margin-bottom:10px; clear:both; background:transparent}

#sidebar .nvr-recent-comment-widget a{background:transparent !important; padding:0 !important;  display:inherit}





/* search widget */

#searchform{position:relative;}

#searchform .bgsearch{}

#searchform #s{width:auto;}

.widget-container #searchform #s{width:95%;}



/* 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{}





/* PLUGIN

-------------------------------------------------------------- */



/* 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 5px 0 0 !important;

	display:inline-block;

	height:23px;

	line-height:23px;

	padding:0 15px;

	border:1px !important;

	-moz-border-radius:2px;

	-webkit-border-radius:2px;

	border-radius:2px;

}



.wp-pagenavi a:hover{

	padding:0px 10px !important;

	margin:0 5px 0 0 !important;

	display:inline-block;

	height:23px;

	line-height:23px;

	padding:0 15px;

	border:1px !important;



}

.wp-pagenavi span.current{

	padding:0px 10px !important;

	margin:0 5px 0 0 !important;

	font-weight:normal !important;

	display:inline-block;

	height:23px;

	line-height:23px;

	padding:0 15px;

	-moz-border-radius:2px;

	-webkit-border-radius:2px;

	border-radius:2px;

}

.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:5px !important;

	width:49px;

	height:49px;

	border:1px solid !important;

	display:block;

}

.flickr_badge_image{ display:inline-block !important;

	padding:0;

	margin:0 8px 8px 0;

	height:59px

}

* 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:14px;

	padding:8px 5px;

	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;}		



/* 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 20px 17px 20px;

	margin: 0 0 1px 0;

	font-size:16px;

	line-height:24px;

	font-weight: normal;

}

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 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 25px;

	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{}





/*  Testimonial  */

.nvr-testimonial{padding:0px;}

.nvr-testimonial ul{ margin:0px;}

.nvr-testimonial ul li{list-style-type:none; margin-left:0px; margin-top:0px; margin-bottom:20px;}

.nvr-testimonial ul li.clearfix{margin:0px;}

.testiinfo{margin:25px 0px 0px 0px; display:block; font-size:14px;}

.testiinfo h4{margin-bottom:2px; font-size:18px;}

.nvr-testimonial blockquote{position:relative; margin:0px 0px 20px 0px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; clear:none; background-image:none; padding:15px;}

.nvr-testimonial .arrowbubble{position:absolute;bottom:-16px; left:30px; background-image:url(../images/arrowbubble.png); background-repeat:no-repeat; width:18px; height:16px; display:block;}

.nvr-testimonial blockquote.nomargin{margin-left:0px;}

.nvr-testimonial .testiimg{

	float:left;

	display:block;

	width:60px;

	height:60px;

	position:relative;

	margin-right:12px;

}

.nvr-testimonial .testiimg img{

	width:60px;

	height:60px;

	border-radius:50%;

	-moz-border-radius:50%;

	-webkit-border-radius:50%;

}





.nvr-trotating blockquote{position:relative; margin:0px 1px 20px 1px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; clear:none; background-image:none; padding:15px;}

.nvr-trotating blockquote .arrowbubble{position:absolute;bottom:-16px; left:30px; background-image:url(../images/arrowbubble.png); background-repeat:no-repeat; width:18px; height:16px; display:block;}

.nvr-trotating .testiimg{

	float:left;

	display:block;

	width:60px;

	height:60px;

	position:relative;

	margin-right:12px;

}

.nvr-trotating .testiimg img{

	width:60px;

	height:60px;

	border-radius:50%;

	-moz-border-radius:50%;

	-webkit-border-radius:50%;

}

.nvr-trotating .flex-control-nav {bottom: 0px; text-align:right;}

.nvr-trotating .flex-control-nav li {margin: 0 3px; font-size:0px !important;}



/*  Testimonial  */

.nvr-people{padding:0 0 0px 0; }

.nvr-people li{list-style-type:none; margin-left:0px; margin-top:0px; margin-bottom:20px;}

.nvr-people li.clearfix{margin:0px !important; padding:0px !important;}

.nvr-people .alpha{clear:both;}

.nvr-people .peopleinfo{margin:0px; display:block; font-size:14px; text-align:center;}

.nvr-people .peopletitle{padding:14px 0px 11px 0px;}

.nvr-people .peopletitle h4{font-size:18px; text-align:center; margin:0px;}

.nvr-people .peoplecontent{padding:12px; text-align:center;}

.nvr-people blockquote.nomargin{margin-left:0px;}

.nvr-people .imgcontainer{ 	display:block; position:relative; }

.nvr-people .peoplesocial{text-align:center;}

.nvr-people .peoplesocial a{display:inline-block; width:30px; height:30px; padding:12px; margin:15px 3px 0px 3px; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;}

.nvr-people .peoplesocial img{display:block;}



/* 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 */

.nvr-pf-container{margin-bottom:20px}

.nvr-pf-container li{

	position:relative; 

}

.nvr-pf-container .first, .nvr-pf-container .alpha{clear:both;}

.nvr-pf-clear{clear:both; height:1px !important; line-height:1px !important; float:none!important}

.nvr-pf-box{

	transition: background-color ease-out 0.25s, border ease-out 0.25s;

	-moz-transition: background-color ease-out 0.25s, border ease-out 0.25s;

	-webkit-transition: background-color ease-out 0.25s, border ease-out 0.25s;

	-o-transition: background-color ease-out 0.25s, border ease-out 0.25s;

}

.nvr-pf-text{padding:12px 10px 0px; text-align:center;}

.nvr-pf-text h2{font-size:18px;font-weight:300; text-align:center;width:100%; line-height:20px;margin:0px 0px 12px 0px;display:block;}

.nvr-pf-text h2 a{

	transition: color ease-out 0.25s;

	-moz-transition: color ease-out 0.25s;

	-webkit-transition: color ease-out 0.25s;

	-o-transition: color ease-out 0.25s;

}

.nvr-pf-text p{margin:12px 0px;}

.nvr-pf-text div{padding:0px; font-style:italic;}

.nvr-pf-img{position:relative;overflow:hidden; background-image:url(../images/pf-loader.gif); background-repeat:no-repeat; background-position:center;}

.nvr-noimage{display:block;width:100%;height:199px; background-image:url(../images/noimage.png); background-repeat:no-repeat; background-position:center;}

.nvr-pf-img a.image, div.frameimg a.image{

	display:block;

	position:absolute;

	overflow:hidden;

	border-radius:3px;

	-moz-border-radius:3px;

	-webkit-border-radius:3px;

	background-repeat:no-repeat;

	background-position:center;

	top:50%;

	left:-10%;

	width:59px;

	height:59px;

	margin-top:-30px;

	cursor:pointer;

	z-index:200;

}

.nvr-pf-img div.rollover, div.frameimg div.rollover{

	width:100%;

	height:100%;

	position:absolute;

	display:block;

	top:0px;

	left:0px;

	cursor:pointer;

	z-index:200;

	opacity:0;

  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  	filter: alpha(opacity=0);

	-moz-opacity: 0;

	-khtml-opacity: 0;

}

.nvr-pf-img a.zoom, div.frameimg a.zoom{

	background-image:url(../images/hover-zoom.png)!important;

	left:110%;

	margin-left:10px;

}

.nvr-pf-img a.gotolink, div.frameimg a.gotolink{

	background-image:url(../images/hover-link.png) !important;

	margin-left:-50px;

}

.nvr-pf-img a.gotopost, div.frameimg a.gotopost{

	background-image:url(../images/hover-doc.png) !important;

	margin-left:-50px;

}

.nvr-pf-img .img_grayscale{

	-moz-box-shadow: inset 0 0 10px -1px #000;

	-webkit-box-shadow: inset 0 0 10px -1px #000;

	box-shadow: inset 0 0 10px -1px #000;

}

.pf-clear{clear:both; visibility:hidden; margin:0px !important;}

.nvr-pf-img h2{

	position:absolute;

	bottom:30px;

	z-index:200;

	width:0%;

	font-weight:bold;

	text-align:center; 

	margin:0px;

	overflow:hidden;

	white-space:nowrap;

	line-height:100%;

	padding:7px 0px 8px;

	letter-spacing:-1px;

	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.75);

	-moz-box-shadow:    0px 1px 4px rgba(0, 0, 0, 0.75);

	box-shadow:         0px 1px 4px rgba(0, 0, 0, 0.75);

}

.nvr-pf-col-2, .nvr-pf-col-3, .nvr-pf-col-4{padding:0; margin:0;}

.nvr-pf-col-2 li, .nvr-pf-col-3 li, .nvr-pf-col-4 li{list-style-type:none;}

.nvr-pf-col-2 .nvr-pf-img img, .nvr-pf-col-3 .nvr-pf-img img, .nvr-pf-col-4 .nvr-pf-img img{display:block;}



/*======= Portfolio 2 Column =======*/

.nvr-pf-col-2 li{margin-bottom:43px;}



/*======= Portfolio 3 Column =======*/

.nvr-pf-col-3 li{margin-bottom:41px;}

.nvr-pf-col-3 h2{}



/*======= Portfolio 4 Column =======*/

.nvr-pf-col-4 li{margin-bottom:38px;}

.nvr-pf-col-4 h2 a{}





/* PORTFOLIO FILTER */

#filters{margin:0 0 42px 0; padding:0px; border-bottom:0px solid; text-align:center;}

#filters li{

	display:inline-block;

	border:1px solid;

	padding:7px 24px;

	list-style-type:none;

	background-position:center;

	background-repeat:no-repeat;

	border:1px solid;

	margin:0px 4px 8px;

	border-width:1px;

	border-style:solid;

	cursor:pointer;

	border-radius:3px;

	-moz-border-radius:3px;

	-webkit-border-radius:3px;

	transition: background-color ease-out 0.25s;

	-moz-transition: background-color ease-out 0.25s;

	-webkit-transition: background-color ease-out 0.25s;

	-o-transition: background-color ease-out 0.25s;

}

#nvr-pf-filter ul.nvr-pf-col-2 li{margin-bottom:41px;}

#nvr-pf-filter ul.nvr-pf-col-3 li{margin-bottom:41px;}

#nvr-pf-filter ul.nvr-pf-col-4 li{margin-bottom:38px;}



.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

-------------------------------------------------*/

.bigtext{font-size:32px; 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;}

.nvr-heading{border-top:1px solid;}

.nvr-heading h1, .nvr-heading h2, .nvr-heading h3, .nvr-heading h4, .nvr-heading h5, .nvr-heading h6{letter-spacing:-1px; font-weight:300;}

.nvr-heading h1{margin:-22px 0px 20px 0px;font-size:28px;}

.nvr-heading h1 span{padding:0px 10px 0px 0px;}

.nvr-heading h2{margin:-18px 0px 20px 0px;font-size:24px;}

.nvr-heading h2 span{padding:0px 10px 0px 0px;}

.nvr-heading h3{margin:-14px 0px 20px 0px;font-size:20px;}

.nvr-heading h3 span{padding:0px 10px 0px 0px;}

.nvr-heading h4{margin:-12px 0px 20px 0px;}

.nvr-heading h4 span{padding:0px 10px 0px 0px;}

.nvr-heading h5{margin:-11px 0px 20px 0px;}

.nvr-heading h5 span{padding:0px 10px 0px 0px;}

.nvr-heading h6{margin:-10px 0px 20px 0px;}

.nvr-heading h6 span{padding:0px 10px 0px 0px;}



.flexslider-carousel ul.slides li{margin-right:0px;}

.flexslider-carousel ul.slides li div.cr-item-container{margin:0px 10px;}

.flexslider-carousel ul.slides li img{}

.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;

	background-image:url(../images/arrowleft_bold.png);

	background-repeat: no-repeat;

	background-position: center;

}

.flexslider-carousel .flex-direction-nav a.flex-next{

	right:-23px;

	background-image:url(../images/arrowright_bold.png);

	background-repeat: no-repeat;

	background-position: center;

}



.nvr-recentposts li{list-style-type:none;}

.nvr-recentposts li.alpha{clear:both;}

.nvr-recentposts li div.rp-item-container{background:#fff; border:1px solid #dedee0; margin-bottom:20px;}

.nvr-recentposts h4, .nvr-recentposts .entry-utility{margin-bottom:13px;}



.nvr-recentposts .nvr-rp-text{padding:15px;}



.brand .flexslider-carousel ul.slides li{border-width:1px 1px 1px 0px; border-style:solid;}

.brand .flexslider-carousel .flex-direction-nav a{

	top:50%;

	margin-top:-18px;

}

.flexslider-carousel h3{font-weight:500;margin:12px 0px 4px; text-align:left;font-size:14px; letter-spacing:0px;}



/* Portfolio Carousel */

.pcarousel .titlecontainer{border-top:1px solid;}

.pcarousel .contenttitle{text-align:center; font-size:24px; letter-spacing:-1px; font-weight:300; line-height:100%; margin:-14px 0px 22px; padding-bottom:0px;}

.pcarousel .contenttitle span{padding:0px 22px;}

.pcarousel .pc-content{width:80%;margin:0px auto 36px; text-align:center;}

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 0px 18px 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; background-image:url(../images/hostingprice.png); background-repeat:no-repeat; background-position:bottom center; 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:48px 0px 50px 0px;}



/* FOOTER  */

#footerwrapper{}

#footersidebar{padding:40px 0 0 0;}

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

#footersidebar li.widget-container{list-style-type:none; margin:0 0 40px 0; padding:0; border:0px; font-size:13px;}

#footersidebar .widget-title{padding:0; line-height:22px; margin-bottom:10px !important; font-size:14px; text-transform:uppercase; letter-spacing:0px; font-weight:500; text-align:left;}

#footersidebar li li{ padding:0px; margin:0 0 8px 0;list-style-type:none; }

#footersidebar li a{ padding:0px; margin:0px;}

#footersidebar li a:hover{ text-decoration:none;}



#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;}



/* recent post footer sidebar */

#footersidebar .nvr-latest-post-widget li{padding:0px; margin-bottom:16px; clear:both; background:transparent}

#footersidebar .nvr-latest-post-widget li img{padding:2px; border:1px solid;}

#footersidebar .nvr-latest-post-widget li h6{font-size:12px; line-height:18px; margin-bottom:5px}

#footersidebar .nvr-latest-post-widget li .smalldate{font-size:11px; display:block; font-style:italic}



/* 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}





.sn{margin:0; padding:0; float:right;}

.sn li{list-style-type:none; height:30px; width:30px; list-style-type:none; margin:0; padding:0px 0px 0px 2px; float:right;}

.sn a{display:inline-block; height:30px; width:30px; background-position:0px 0px; background-repeat:no-repeat; background-size:30px 30px; opacity:0.7;

	transition: opacity 0.5s;

	-moz-transition: opacity 0.5s; /* Firefox 4 */

	-webkit-transition: opacity 0.5s; /* Safari and Chrome */

	-o-transition: opacity 0.5s; /* Opera */

}

.sn a:hover{opacity:1;}

.sn span{height:30px; width:30px; display:inline;display:inline-block}

.icon-img{background-position:0px 0px; background-repeat:no-repeat;}



/*** FOOTER ***/

#footer{font-size:14px;}

.copyrightcontainer{padding:15px 0px 15px 0;}

#footer .copyright{float:left; padding-top:3px;}

#footer #footericon{float:right;}

#footer a, #footer a:visited{ font-weight:700;}



/*CUSTOM CSS*/

.contact_email{list-style-type:none; background-image:url(../images/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/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/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 0px 0px 18px;margin:0px 0px 5px 0px; list-style-type:none;}

ul.customlist.listcheck li, li.check{background-image:url(../images/list-check.png); background-repeat:no-repeat; background-position:0px 5px;}

.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;}