/* 

CHANGE COLOR STYLE

*/

body{color:#777777; background-color:#fff;}
a, a:visited, a.colortext, a.colortext:visited, .colortext a, .colortext a:visited{color:#333;}
a:hover, a.colortext:hover, .colortext a:hover, .colortext{color:#0b8fe8;}
h1, h2, h3, h4, h5, h6{color:#555555;}

.white{color:#fff !important;}
.black{color:#000 !important;}
.grey{color:#555555 !important;}
.white:hover, .black:hover, .grey:hover{color:#0b8fe8 !important;}

.borderbottom{border-bottom:1px solid #e4e4e4;}

hr{
	border:solid 1px #e4e4e4;
	border-width:0 0 1px 0;
}

input[type="text"], input[type="email"],
textarea, input[type="password"], select{
	background-color:#f1f1f1;
	color:#777;
	border:solid 1px #dedede;
}


.button, a.more-link,
.button:visited,
#maincontent input[type="submit"],
#maincontent input[type="reset"], button{
	color:#fff;
	background: #0b8fe8; /* Old browsers */
	border-color:#0b8fe8;
}

.button:hover, a.more-link:hover,
#maincontent input[type="submit"]:hover,
#maincontent input[type="reset"]:hover, button:hover{
	color:#fff;
	background: #48abee; /* Old browsers */
	border-color:#48abee;
}

.button.color2{ background:transparent; color:#fff; border-color:#fff; }
.button.color2:hover{background:#fff; color:#0b8fe8;}
.button.color3{ background:#2a3a43; border-color:#2a3a43;}
.button.color3:hover{ background:#232f36; border-color:#232f36;}



/*====== CONTAINER ======*/
#subbody{background:#fff; border-top:5px solid #555555;}

/*====== HEADER ======*/
#headertext{background-color:#fafafa; border-bottom:1px solid #e6e6e6;}
#headertext .topicon, #headertext .toptext{border-left:1px solid #e6e5e5; color:#555555;}
.sn a{border:2px solid #c2c2c2; color:#959595;}
.sn a:hover{border-color:#555555; color:#555;}
#headertext #lang_sel{border-right:1px solid #e6e5e5; border-left:1px solid #e6e5e5;}
#headertext #lang_sel .lang_sel_sel{color:#0b8fe8;}
#topminicart{border-right:1px solid #e6e5e5; border-left:1px solid #e6e5e5;}
#topminicart:hover{background-color:#f6f6f6;}
.cartlistwrapper{ border:1px solid #e6e5e5; background-color:#f6f6f6;}
.cartlistwrapper .total{border-color:#e6e5e5;}
#topminicart .cartlistwrapper p.buttons a{border-color:#555555; background-color:#555555; color:#ffffff;}
#topminicart .cartlistwrapper p.buttons a:hover{border-color:#666666; background-color:#666666;}
#outerheader{background-color:#fff;}
#outerheaderclone, #outerheader.sticky{background-color:#fff; border-bottom:1px solid #ebebeb;}
.secondarymenu a{color:#fff;}
.secondarymenu  a:hover,
.secondarymenu .current_page_item > a, .secondarymenu .current_page_item > a:hover,
.secondarymenu .current_page_parent > a, .secondarymenu .current_page_parent > a:hover,
.secondarymenu .current-menu-parent > a, .secondarymenu .current-menu-parent > a:hover,
.secondarymenu .current-menu-item > a, .secondarymenu .current-menu-item > a:hover
{color:#fff; background-color:#0b8fe8;}
.breadcrumb, .breadcrumb a, .breadcrumb a:visited{color:#ffffff;}
/*====== TOP MENU ======*/
.sf-menu a{color:#555;}
.topnav li a:hover,
.topnav .current_page_item > a, .topnav  .current_page_item > a:hover,
.topnav .current_page_parent > a, .topnav .current_page_parent > a:hover,
.topnav .current-menu-parent > a, .topnav .current-menu-parent > a:hover,
.topnav .current-menu-item > a, .topnav .current-menu-item > a:hover
{color:#0b8fe8;}

.sf-menu li:hover ul, .sf-menu li.sfHover ul, .sf-menu li ul {border-top:3px solid #0b8fe8; background-color:#fff;}
.sf-menu li li { background-color:#fff;}

.topnav li li a:hover,
.topnav li .current_page_item > a, .topnav li .current_page_item > a:hover,
.topnav li .current_page_parent > a, .topnav li .current_page_parent > a:hover,
.topnav li .current-menu-parent > a, .topnav li .current-menu-parent > a:hover,
.topnav li .current-menu-item > a, .topnav li .current-menu-item > a:hover
{color:#0b8fe8 !important;}

/*====== SLIDER ======*/
#preloaderslider h2{color:#555555;}
.flex-control-nav li a {background:#e1e1e1;}
.flex-control-nav li a:hover {background:#929191}
.flex-control-nav li a.active {background:#929191}
#slider .flex-control-paging li a.flex-active {background: #0b8fe8;}
#slider .caption-content h2{color:#ffffff;}
#slider a.sliderbutton{
	color:#0b8fe8;
	border-color:#0b8fe8;
}
.flex-caption, .flex-caption a, .flex-caption a:visited{color:#fff;}
/*====== AFTER HEADER ======*/
#afterheader .pagetitle{color:#ffffff;}
#afterheader .pagedesc{color:#ffffff;}
.nvr-breadcrumb{color:#fff;}
.nvr-breadcrumb a, .nvr-breadcrumb a:visited{color:#d7d7d7;}
.nvr-breadcrumb a:hover{color:#fff;}

/*====== BEFORE CONTENT ======*/
#outerbeforecontent{background-color:#0b8fe8;}
#beforecontent > .beforecontenttext{
	color:#fff;
}
#beforecontent #txtdomain{color:#66efd4;}
#txtdomain::-webkit-input-placeholder { /* WebKit browsers */
    color:    #66efd4;
}
#txtdomain:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #66efd4;
}
#txtdomain::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #66efd4;
}
#txtdomain:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #66efd4;
}
#beforecontent .predomain, #beforecontent .postdomain{
	color:#fff;
	background-color:#16a085;
	border-top:1px solid #20a88e;
}
#beforecontent .searchdomain{
	border-top:1px solid #16977e;
	background-color:#098a71;
}
#beforecontent .searchdomain:hover{
	border-color:#13816B;
	background-color:#08725C;
}
#beforecontent #btndomainsubmit{
	color:#fff;
	background-color:transparent;
}

/*====== CONTENT ======*/

/* Tables */
th{background:#2a3a43; border-bottom: 1px solid #2a3a43; color:#fff;}
table {border: 1px solid #eaeaea;}
tr td {border-bottom: 1px solid #f4f4f4;}
tr.even td {background: #fafafa;}


/* Highlight */
.highlight1{background:#e6e8e8;color:#000; border:solid 1px #ccc}	
.highlight2{background:#0b8fe8;color:#fff;}

/* Icon Container */
.icn-container{
	border-color:#0b8fe8;
	color:#0b8fe8;
	background-color:transparent;
}
.icn-container.type2{
	border-color:#0b8fe8;
	color:#ffffff;
	background-color:#0b8fe8;
}
.icn-container.type3{
	border-color:transparent;
	color:#0b8fe8;
	background-color:transparent;
}

/* Dropcaps */
.dropcap1{text-shadow:1px 1px 0 #666;}
.dropcap2, .dropcap3{color:#fff;background:#333;}

/* Big Text*/
.bigtext{ color:#333;}

/* Separator */
.separator.line div{
	border-color:#e4e4e4;
	-moz-box-shadow: 0 1px 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px 0 #fff;
	box-shadow: 0 1px 1px 0 #fff;
}

/* Tabs */
ul.tabs{border-left:1px solid #dcdcdc;}
ul.tabs li {
	background: #f7f7f7;
	border-color:#dcdcdc;
}
ul.tabs li:hover{border-color:#10a88a;}
ul.tabs li a {color: #363636;}
ul.tabs	 li.active{border-color:#10a88a;}
html ul.tabs li.active, html ul.tabs li.active a:hover, ul.tabs li a:hover{background: #0b8fe8; color:#fff;}
html ul.tabs li.active a{ color:#fff; }

/* jQuery Toggle */
h2.trigger {border-bottom: 1px solid #e4e4e4;}
h2.trigger span {
	color:#555;
}
h2.active{}
h2.trigger a:hover {
	color: #454545;
}
.toggle_container {
	 border-color:#ebebeb;
}

/* Content Title */
.contenttitle span{background:#fff;}

/* testimonial */
.nvr-testimonial blockquote{border:1px solid #eaeaea; background-color:#fff;}
.nvr-testimonial .testiimg img{background-color:#fff; border:1px solid #eaeaea;}
.testiinfo{color:#0b8fe8;}
.testiinfo .testititle{color:#555555;}

/* portfolio */
.nvr-pf-img div.rollover, div.frameimg div.rollover{background-color:#0b8fe8;}
.nvr-pf-img a.image, div.frameimg a.image{ border:2px solid #fff;}
.nvr-pf-img a .rollover, div.frameimg a .rollover{background-color:#0b8c73;}
.nvr-pf-img .nvr-pf-title{background-color:#ffffff;}
.nvr-pf-text .nvr-pf-content{color:#999999;}
.nvr-pf-box:hover .nvr-pf-text .nvr-pf-title a{color:#0b8fe8 !important;}

.nvr-pf-container .masonry .nvr-pf-text{background-color:#fff;}
.nvr-pf-text .nvr-pf-cat a, .nvr-pf-text .nvr-pf-cat a:visited{color:#777777;}
.nvr-pf-text .nvr-pf-cat a:hover{color:#0b8fe8;}

.nvr-pf-container .grid .nvr-pf-box .nvr-pf-text h2 a, .nvr-pf-container .grid .nvr-pf-cat, .nvr-pf-container .grid .nvr-pf-cat a{color:#fff !important;}

/* portfolio filter */
#filters{border-color:#e4e4e4;}
#filters li{
	border-color:#e4e4e4;
	background-color:#fff;
}
#filters li:hover, #filters li.selected{
	background-color:#0b8fe8;
	border-color:#0b8fe8;
	color:#fff;
}
#filters li:hover a, #filters li.selected a{
	color:#fff;
}
/* recent post shortcode */
.rp-shortcode h3 a{color:#252525;}
.rp-shortcode h3 a:hover{color:#0b8fe8;}

/* archive list */
.archives_list li a{color:#555;}
.archives_list li a:hover{color:#0b8fe8;}

/*images*/
.frameimg{
	border-color:#e4e4e4;
}

/* Meter */
div.meter{
	background-color:#d5d5d5;
}
div.meter div{
	background-color:#0b8fe8;
	color:#fff;
}

/*portfolio carousel*/
.flexslider-carousel h3, .flexslider-carousel h3 a, .flexslider-carousel h3 a:visited{color:#333;}
.flexslider-carousel h3 a:hover{color:#0b8fe8;}
.flexslider-carousel .nvr-pf-box .nvr-pf-text .nvr-pf-title a, .flexslider-carousel .nvr-pf-cat, .flexslider-carousel .nvr-pf-cat a{color:#fff !important;}
.flexslider-carousel .nvr-pf-text{color:#555;}
.pcarousel .titlecontainer{border-color:#e4e4e4;}
.pcarousel .contenttitle{}
.pcarousel .pc-content{}

/* Brand Carousel */
.brand .flexslider-carousel ul.slides li .cr-item-container{border:1px solid #eeeeee;}

/* Testimonial360 */
.nvr-trotating blockquote{border:1px solid #eaeaea; background-color:#fff;}
.nvr-trotating .testiimg img{background-color:#fff; border:1px solid #eaeaea;}
.nvr-trotating .flex-control-paging li a.flex-active {background: #0b8fe8;}

/* Heading */
.nvr-heading.white *{color:#fff !important;}
.nvr-heading.white .hborder{background-color:#0b8fe8 !important;}
.nvr-heading .hborder{background-color:#e4e4e4;}

/* People */
.nvr-people .peopletitle{
}

.peopleinfo{color:#0b8fe8;}
.nvr-people .peoplecontainer{}
.nvr-people .imgcontainer img{}
.nvr-people .hborder{background-color:#e4e4e4;}
.nvr-people .peoplesocial a{background-color:#0b8fe8;}
.nvr-people .peoplesocial a:hover{background-color:#30A6F5;}

/* Mini Sliders */
.minisliders .titlecontainer{border-color:#e4e4e4;}
/*====== SIDEBAR AND WIDGET ======*/
#sidebar .widget-area{}
#sidebar .widget-title span{color:#333;}
#sidebar{color:#555;}
#sidebar li li{border-bottom-color:#e5e5e5;}
#sidebar li li a{color:#333;}
#sidebar li li a:hover, #sidebar li li a.active{color:#0b8fe8;}
#sidebar .nvr-latest-post-widget li img{border-color:#e4e4e4;}
#sidebar .nvr-latest-post-widget li .smalldate{color:#888;}
#searchform #s{color:#888; border:solid 1px #e4e4e4}
#flickr img{border-color:#2b2b2b !important; background-color:#ffffff;}

/* tag widget */
#tag-cloud .tag{border-color:#a8a8a8;}
#tag-cloud .tag:hover{border-color:#818181;}
#tag-cloud .tag a{color:#555;}
#tag-cloud .tag a:hover{color:#333;}

/*====== BLOG ======*/
article.content-loop{border-color:#f0f0f0; background-color:#fff;}
.posttitle{}
.posttitle, .posttitle a, .posttitle a:visited{color:#555;}
.posttitle a:hover{color:#0b8fe8;}

.entry-utility{color:#eaeaea;}
.entry-utility span{color:#777777;}
.entry-utility a, .entry-utility a:visited{color:#777777;}
.entry-utility span{border-right:1px solid #eaeaea;}
.entry-utility2{background:#fff; color:#888;}
.entry-utility2 a{color:#333;}
.entry-utility2 a:hover{color:#0b8fe8;}
.entry-utility .nav-next{border-color:#e4e4e4;}
.entry-utility a.more-link.btn{color:#0b8fe8;}

article.format-quote blockquote{color:#fff;}
article.format-quote .entry-content{background-color:#0b8fe8;}
article.format-aside .entry-content{background-color:#002e4d; color:#fff;}
article.format-link .entry-content{background-color:#0b8fe8; color:#fff;}
article.format-link .entry-content a, article.format-link .entry-content a:visited{color:#fff;}

.nav-previous a, .nav-previous a:visited, .nav-next a, .nav-next a:visited{border-color:#e4e4e4 !important;background:#ffffff; color:#5d5d5d;}
.nav-previous a:hover, .nav-next a:hover{color:#0b8fe8;	border-color:#0b8fe8 !important;}

#entry-author-info{border:solid 1px #ededed;}
.con-comment{ border-color:#eaeaea;}
.commentlist .comment-body .reply{background-color:#0b8fe8;}
.commentlist .comment-body .reply:hover{background-color:#48abee;}
.commentlist .comment-body .reply a{color:#fff;}
.commentlist .comment-body .reply a:visited, .comment-body .time a, .comment-body .time a:visited{}
.comment-body .fn a, .comment-body .fn a:visited{}
.commentlist .comment-author{
	border-color:#e4e4e4;
}

/*====== WP PAGENAVI ======*/
.wp-pagenavi a, .wp-pagenavi a:visited{
	border-color:#e4e4e4 !important;
	background:#ffffff;
	color:#777;
}
.wp-pagenavi a:last-child{
	border-right:1px solid #e4e4e4 !important;
}

.wp-pagenavi a:hover{
	color:#fff;
	background-color:#0b8fe8;
	border-color:#0b8fe8 !important;
}
.wp-pagenavi span.current{
	color:#fff;
	background:#0b8fe8;
	border-color:#0b8fe8 !important;
}
/*====== FOOTER SIDEBAR ======*/
#footerwrapper{color:#b7b7b7; background-color:#2d2d2d;}
#outerfootersidebar{background-color:transparent;}
#footersidebar, #footersidebar li a, #footersidebar li a:visited{color:#b7b7b7;}
#footersidebar li a:hover{color:#a1a1a1;}

#footersidebar .widget-title{color:#d7d7d7;}
#footersidebar h1, #footersidebar h2, #footersidebar h3, #footersidebar h4, #footersidebar h5, #footersidebar h6{color:#cccccc;}

#footersidebar .borderbottom{border-bottom:1px solid #393939;}

#footersidebar .nvr-latest-post-widget li{border-bottom:1px solid #393939;}
#footersidebar .nvr-latest-post-widget li img{background-color:transparent;}
#footersidebar .nvr-latest-post-widget li .smalldate{color:#a1a1a1;}


/*====== FOOTER ======*/
#outerfooter{background-color:#252525;}
#footer a, #footer a:visited{color:#fff;}
#footer a:hover{text-decoration:underline;}

/*======= CUSTOM =======*/
.borderbold{border:6px solid #139CF6;}

.hostingtable{border:1px solid #ebebeb; background-color:#fff;}
.hostingtitle{background-color:#2a3a43;}
.hostingtitle h4{color:#fff;}
.hostingprice{color:#fff;}
.hostingprice span.priceinfo{color:#7ea0b3;}
.hostingcontent ul li{border-bottom:1px solid #f4f4f4;}
.headlinebox{background-color:#f0f1f3; border:1px solid #e3e3e3;}

.nvr.vc_separator .vc_sep_holder .vc_sep_line{border-top:1px solid #d3d3d3;}
.nvr.vc_text_separator {
	border-bottom: 1px solid #d3d3d3;
}
.nvr.vc_text_separator div {
	background-color: #ffffff;
	color:#555555;
	border:1px solid #d3d3d3;
}

#megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu.sub-menu-1, #megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu.sub-menu-1{
	border-width:3px 0px 0px 0px;
	border-style:solid;
	border-color:#0b8fe8;
	background-color:#fff;
}
#megaMenu.megaMenu-withjs ul li.menu-item.ss-nav-menu-reg ul.sub-menu > li.menu-item > ul.sub-menu{
	border-width:3px 0px 0px 0px;
	border-style:solid;
	border-color:#0b8fe8;
	background-color:#fff;
}