/*!
Theme Name: Gazduire WP
Theme URI: http://www.gazduire.ro
Author: Bogdan Stanciu
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: Gazduire 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 *   6.15 - Homepage
 *   6.16 - Services
 *   6.16.1 - 
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */
@font-face {
	font-family: 'PhillySans-Regular';
	src: url('fonts/PhillySans/PhillySans.eot'); /* IE9 Compat Modes */
	src: url('fonts/PhillySans/PhillySans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/PhillySans/PhillySans.woff2') format('woff2'), /* Modern Browsers */
	url('fonts/PhillySans/PhillySans.woff') format('woff'), /* Modern Browsers */
	url('fonts/PhillySans/PhillySans.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/PhillySans/PhillySans.svg') format('svg'); /* Legacy iOS */  font-weight: normal;
	font-style: normal;
}

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #233446;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	position: relative;
	-webkit-transition: all 200ms ease-in-out 0s;
	 -khtml-transition: all 200ms ease-in-out 0s;
	   -moz-transition: all 200ms ease-in-out 0s;
	    -ms-transition: all 200ms ease-in-out 0s;
	     -o-transition: all 200ms ease-in-out 0s;
	        transition: all 200ms ease-in-out 0s;
}

body {
	background: none;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #1F7EBE;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in-out 0s;
	 -khtml-transition: all 200ms ease-in-out 0s;
	   -moz-transition: all 200ms ease-in-out 0s;
	    -ms-transition: all 200ms ease-in-out 0s;
	     -o-transition: all 200ms ease-in-out 0s;
	        transition: all 200ms ease-in-out 0s;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	color: #96D9EC;
	outline: 0;
	text-decoration: underline;
}

a:active,
a:hover {
	color: #96D9EC;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 1.625em;
	line-height: 1.3846153846;
}

h2 {
	font-size: 1.500em;
	line-height: 1;
}

h3 {
	font-size: 1.313em;
	line-height: 1.0909090909;
}

h4 {
	font-size: 1.188em;
	line-height: 1.2;
}

h5 {
	font-size: 1.063em;
	line-height: 1.3333333333;
}

h6 {
	font-size: 0.938em;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}


abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 0.938em;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 0 0;
}

ul {
	list-style: disc;
	list-style-position: inside;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}


legend {
	white-space: normal;
}

p > em {
  color: #999999;
  font-size: 90%;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #1F7EBE;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #1F7EBE;
	color: #fff;
	text-shadow: none;
}

/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}
.last {
	margin:0 !important;
}
/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

blockquote.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 0.750em;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 0.875em;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

.seo-hidden {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}
/* Clearing floats */

/*.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}
.footer-sidebar:after,
.hentry:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}*/

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.menu-toggle-new:before,
.search-toggle > a:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}

/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
	background-color: transparent;
	max-width: 1040px;
	position: relative;
	margin: 0 auto;
}

.main-content {
	padding-bottom: 5px;
}
.page-id-26 .main-content {
	padding-bottom: 15px;
}
/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */
/*Top menu - SEO */
.gzd-contact {
	float: left;
	padding: 5px 0;
	text-align: center;
}
.upper-live-chat > a {
  background-color: transparent;
  float: right;
  padding: 5px 28px;
	color: #233446;
}
/*.upper-live-chat > a:last-child {
	margin-right: 5px;
}*/
.upper-live-chat > a:hover {
	background-color: transparent;
  color: #888;
}
.top-menu {
  background-color: #F5F5F5;
  padding: 0;
  width: 100%;
	position:relative;
	top:0;
	border-bottom: 1px solid #CECECE;
}
.gzd-contact > div[class^="menu-seo-"] {
  padding: 0 10px 0 0;
  text-align: center;
}
.top-contact {
  float: none;
  padding: 2px 10px;
  display: inline-block;
	font-size: 0.750em;
}
.top-contact > i {
	color: #CECECE;
	padding-right: 10px;
}
.top-contact.phone-us{;
	font-size: 0.750em;
	border-left:1px solid #CECECE;
	border-right:1px solid #CECECE;
}
.top-contact.email-us {
	font-size: 0.750em;
	border-right:1px solid #CECECE;
}
.top-contact > a {
	color: #233446;
}
.top-contact > a:hover {
	color: #888;
}
/*dropdown*/
.top-nav-menu {
	list-style: none;
	margin-bottom: 0;
}
.top-nav-menu > li {
  line-height: 1.2;
}
.top-nav-menu > li > a,
.top-nav-menu > li > a > h1{
	font-size: 10.5px;
	color: #233446;
	margin: 0;
	font-weight: normal;
	line-height: 1.9;
	text-decoration: none;
}
.top-nav-menu > li > .sub-menu {
  background-color: #F5F5F5;
  opacity: 0;
	visibility: hidden;
  font-size: 0.750em;
  line-height: 2;
  padding: 10px;
  position: absolute;
  z-index: 999999;
	transition: all 200ms ease-in 0s;
	top:20px;
	border: 1px solid #CECECE;
	border-top: none;
}
.top-nav-menu li ul li > a,
.top-nav-menu li ul li > a > h2 {
  font-size: 10.5px;
  font-weight: normal;
  line-height: inherit;
  margin: 0;
}
.top-nav-menu ul.sub-menu li {
  list-style: none outside none;
  text-align: left;
}
.top-nav-menu > li > a:hover + .sub-menu, .top-nav-menu > li > .sub-menu:hover {
	opacity: 1;
	visibility: visible;
	top: 30px;
}
/*.page-id-5 .menu-item-13,
.menu-item-1070,
.menu-item-1193,
.menu-item-1194,
.menu-item-1195,
.menu-item-1196 {
  display: none;
}
.page-id-31 .menu-item-1194, 
.page-id-33 .menu-item-1195,
.page-id-35 .menu-item-1193 ,
.page-id-37 .menu-item-1070,
.page-id-28 .menu-item-1196,
.page-id-5 .menu-item-1175  {
	display: block;
}
.page-id-31 .menu-item-1175, 
.page-id-33 .menu-item-1175,
.page-id-35 .menu-item-1175,
.page-id-37 .menu-item-1175,
.page-id-28 .menu-item-1175 {
	display: none;
}*/
.logo-box {
  text-align: left;
}
a[rel="home"] {
    display: block;
   /* width: 8%;*/
}
.site-logo {
  padding: 5px 0;
}
#site-header a[rel="home"] img{
	max-width: 100%;
	left: 60px;
	position: relative;
}
#site-header a[rel="home"] img.badge-10 {
  left: -5px;
  position: absolute;
  top: -8px;
}
/* Ensure that there is no gap between the header and
   the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}
#site-header {
	margin-top: 0;
	padding: 0;
	position: relative;
	z-index: 9999;
	background-color: #233446;
}
/* BANNERS ALT TEXT */
#site-header img.leaderboard {
  font-family: "Open Sans";
  line-height: 3;
  text-transform: uppercase;
	color: #333;
}
#site-header img:-moz-broken {
  border: 1px solid #DDDDDD;
  padding: 0 15px;
}
/* current style
.site-header {
	background-color: #E1E1E1;
	max-width: 1260px;
	position: relative;
	width: 100%;
	z-index: 10001;
}*/
.navx-wrap {
	background-color: transparent;
  margin: 0 auto;
	padding: 0 10px;
}
.site-header {
  background-color: transparent;
  /*border: 1px solid #d9d9d9;*/
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  /*max-width: 1240px;*/
	padding: 0;
  position: relative;
  width: 100%;
  z-index: 10001;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.header-main {
	min-height: 40px;
	padding: 0 10px;
}

.site-title {
	float: left;
	font-size: 1.125em;
	font-weight: 700;
	line-height: 48px;
	margin: 0;
}

.site-title a,
.site-title a:hover {
	color: #C40000;
}
.intro {
  padding-top: 0;
	background-color: #0096A5;
}
.carousel {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.carousel-inner {
	height: 360px;
}
/*.carousel-inner > .item {
	-webkit-transition: 1.2s ease-in-out left;
	   -moz-transition: 1.2s ease-in-out left;
	     -o-transition: 1.2s ease-in-out left;
	        transition: 1.2s ease-in-out left;
}*/
.carousel-inner > .item > img:empty, .carousel-inner > .item > a > img:empty {
	top: 50%;
	left: 50%;
	position: absolute;
	max-width: inherit;
	-webkit-transform: translate(-50%, 0%);
	   -moz-transform: translate(-50%, 0%);
	    -ms-transform: translate(-50%, 0%);
	     -o-transform: translate(-50%, 0%);
	        transform: translate(-50%, 0%);
} 
.widthfix {
	position: relative;
}
.carousel-caption {
  left: 0;
  right: auto;
  text-align: left;
  z-index: 1;
	padding: 0;
	top: 70px;
	width: 100%;
}
.carousel-caption.extra {
	width: 50%;
}
.carousel-caption h1, .carousel-caption h1 a {
  color: #222;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: -3px;
  margin-top: 0;
	margin-bottom: 30px;
  padding: 0;
  text-decoration: none;
  word-wrap: break-word;
	text-shadow: none;
	line-height: 1;
	width: 75%;
}
.carousel-caption p {
	color: #424242;
	text-shadow: none;
	width: 62%;
}
.extra-content {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #CECECE;
  border-radius: 4px;
  padding: 20px 15px;
  position: absolute;
  top: 70px;
	right: 10px;
  width: 255px;
  z-index: 1;
}
.post-2613 .extra-content{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
}
.extra-content h4 {
  font-size: 1.3em;
  margin: 0 0 15px;
}
.extra-content h4 > span {
	color:#CB0000;
}
.extra-content h4 > span.currency {
	font-size:14px;
}
.extra-content > ul {
  margin: 0 0 15px;
}
.extra-content ul.checklist-ok > li, 
.extra-content ul.checklist-ok li:before {
  line-height: 1.5;
}
.extra-content > section {
	text-align: center;
}
.extra-content > .btnx-main, .extra-content > .btnx{
	font-family: 'Open Sans', sans-serif;	
}
.extra-content > section > .btnx-main{
	margin-right:15px;
}
.carousel-control {
  color: #000;
  font-size: 120px;
  font-weight: 300;
  line-height: 2.8;
	width: 5%;
	background-image: none !important;
	z-index: 999;
}
.carousel-indicators {
  bottom: 10px;
	z-index: 1;
}
.carousel-indicators li {
  background: none repeat scroll 0 0 #E0E0E0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 3px;
  position: relative;
  width: 40px;
	border-radius: 0;
	border: none;
	text-indent: -9999999px;
}
.carousel-indicators li.active {
  background: none repeat scroll 0 0 #424242;
  height: 10px;
	width: 40px;
	border-radius: 0;
	margin: 3px;
}
/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation ul > li > a {
	color: #fff;
	display: block;
	text-transform: none;
	text-indent: 15px;
	border-radius: 100px;
	text-align: left;
}

.site-navigation ul > li > a:hover {
	color: #fff;
	background-color: #3D5266;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
}

/*.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #233446;
	font-weight: 900;
	border-bottom: 3px solid #CB0000;
}*/
.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a{
	color: #fff;
	font-weight: bold;
	background-color: #355472;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
}
.site-navigation .current_page_item > a > span > strong,
.site-navigation .current_page_ancestor > a > span > strong,
.site-navigation .current-menu-item > a > span > strong,
.site-navigation .current-menu-ancestor > a > span > strong {
	font-weight: bold;
}
/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 0.875em;
	padding-top: 24px;
}

.primary-navigation.toggled-on {
	padding: 72px 0 36px;
}

.primary-navigation .navx-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: none;
}

.primary-navigation.toggled-on .navx-menu {
	display: block;
}
.primary-navigation a {
	padding: 14px 0;
}
.primary-navigation ul a > span > strong {
	font-weight: normal;
}
.primary-navigation ul ul.sub-menu a > span > span,
.primary-navigation ul ul.sub-menu a > .custom-icon,
.primary-navigation ul ul.sub-menu a > span.btnx {
	display: none;
}
/* Secondary Navigation */
.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 0.750em;
	margin: 48px 0;
}
.secondary-navigation a {
	padding: 9px 0;
}
.menu-toggle,
.menu-toggle-new {
  color: #FFFFFF;
  cursor: pointer;
  font-size: 0;
  height: 40px;
  left: auto;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 48px;
}
.menu-toggle:before,
.menu-toggle-new:before {
	content: "\f419";
	margin-top: 9px;
	font-size: 24px;
}
/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.content-area {
	padding-top: 30px;
}

.hentry {
	/*margin: 0 auto 48px;*/
	/*max-width: 672px;*/
	position: relative;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
	/*max-width: 474px;*/
}

.page-content {
	margin-bottom: 48px;
}
.site-content {
	position: relative;
}
.social-media {
  left: 0;
  position: relative;
  right: 0;
  top: -10px;
	height: 40px;
	/*overflow: hidden;*/
}

/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	/*background: #b2b2b2 url(images/pattern-light.svg) repeat fixed;*/
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
}

a.post-thumbnail:hover {
	background-color: #999;
}

.full-width .post-thumbnail img {
	/*display: block;*/
	margin: 0 auto;
}


/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
	z-index: 1;
	float: left;
	width: 100%;
}

.entry-title {
  border-bottom: 1px solid #CCCCCC;
  font-size: 33px;
  font-weight: 300;
  line-height: 1.09091;
  margin: 20px 0;
  padding-bottom: 20px;
  text-transform: none;
}
/*.entry-title:after {
  border-bottom: 2px solid #CB0000;
  content: "";
  display: block;
  left: 0;
  position: relative;
  top: 21px;
  width: 31%;
	-webkit-animation: 10s linear 0s normal none infinite animatedLine;
	   -moz-animation: 10s linear 0s normal none infinite animatedLine;
	        animation: 10s linear 0s normal none infinite animatedLine;
}*/
.entry-title a {
	color: #2b2b2b;
}

.entry-title a:hover {
	color: #41a62a;
}

.site-content .entry-header {
	background-color: transparent;
	padding: 0;
}


/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;

	color: #767676;
	font-size: 0.750em;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.entry-meta a:hover {
	color: #41a62a;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}

.cat-links a {
	color: #2b2b2b;
}

.cat-links a:hover {
	color: #41a62a;
}

.byline {
	display: inline-block;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content .entry-meta {
	background-color: transparent;
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 0.688em;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
	background-color: #41a62a;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #41a62a;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: inherit;
	-moz-hyphens:    inherit;
	-ms-hyphens:     inherit;
	hyphens:         inherit;
	word-wrap: break-word;
}

.site-content .entry-content,
.site-content .entry-summary,
.page-content {
	background-color: transparent;
	padding: 12px 10px 0;
	position: relative;
}

.page .entry-content {
	padding-top: 0;
	float: left;
	width: 100%;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration: none;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover {
	text-decoration: underline;
}

.entry-content table,
.comment-content table {
	font-size: 0.875em;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 0.750em;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #41a62a;
}

/* Mediaelements */

.hentry .mejs-container {
	margin: 12px 0 18px;
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #000;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #24890d;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255,255,255,.33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
	padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.hentry .mejs-overlay-loading {
	background: transparent;
}

/* Page links */

.page-links {
	clear: both;
	font-size: 0.750em;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #41a62a;
	border: 1px solid #41a62a;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}
/* ADD THIS */
/*.page-template-page-templateswith-sidebar-php .social-media,
.page-template-page-templateswith-sidebar-right-php .social-media {
  bottom: 5px;
  top: auto;
}*/
/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 0.750em;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */

.format-aside .entry-content,
.format-aside .entry-summary,
.format-quote .entry-content,
.format-quote .entry-summary,
.format-link .entry-content,
.format-link .entry-summary {
	padding-top: 0;
}

.site-content .format-link .entry-title,
.site-content .format-aside .entry-title,
.site-content .format-quote .entry-title {
	display: none;
}


/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.navx-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	padding: 0 10px;
	float: left;
	width: 100%;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 0.750em;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 0.875em;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #41a62a;
}

/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 0.875em;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #24890d;
}

.paging-navigation a:hover {
	border-top: 5px solid #41a62a;
	color: #2b2b2b;
}


/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}


/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.archive-header,
.page-header {
	margin: 24px auto;
	max-width: 474px;
}

.archive-title,
.page-title {
	font-size: 1.000em;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.taxonomy-description,
.author-description {
	color: #767676;
	font-size: 0.875em;
	line-height: 1.2857142857;
	padding-top: 18px;
}

.taxonomy-description p,
.author-description p {
	margin-bottom: 18px;
}

.taxonomy-description p:last-child,
.author-description p:last-child {
	margin-bottom: 0;
}

.taxonomy-description a,
.author-description a {
	text-decoration: underline;
}

.taxonomy-description a:hover,
.author-description a:hover {
	text-decoration: none;
}


/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */

.contributor {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:      border-box;
	padding: 48px 10px;
}

.contributor:first-of-type {
	padding-top: 24px;
}

.contributor-info {
	margin: 0 auto;
	max-width: 474px;
}

.contributor-avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	margin: 0 30px 20px 0;
	padding: 2px;
}

.contributor-name {
	font-size: 1.000em;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.contributor-bio a {
	text-decoration: underline;
}

.contributor-bio a:hover {
	text-decoration: none;
}

.contributor-posts-link {
	display: inline-block;
	line-height: normal;
	padding: 10px 30px;
}

.contributor-posts-link:before {
	content: "\f443";
}


div[role="service"]figure {
	transition: all 200ms ease-in-out 0s;
}
div[role="service"] figure > div {
	padding: 65px 0;
  position: absolute;
  right: 0;
  top: 0;
	left: 0;
  vertical-align: middle;
  width: 100%;
	height: 0;
	margin: 0 auto;
	transition: all 200ms ease-in-out 0s;
}
div[role="service"]:hover figure > div {
  background-color: #F19F10 /*rgba(241,159,16,0.15)*/;
	height: 100%;
}
div[role="service"] figure > div > span,
div[role="service"] figure > div > a {
	position:relative;
  top: -160px;
	transition: all 200ms ease-in-out 0s;
}
div[role="service"]:hover figure > div > span,
div[role="service"]:hover figure > div > a {
	top:auto;
}
div[role="service"]:hover figure > div > a {
  clear: both;
  display: block;
}
.fa-stack.fa-exlg {
  height: 4em;
  line-height: 4em;
  width: 4em;
}
.fa-stack-3x {
	line-height: 3em;
}
.fa-stack-4x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-4x {
  font-size: 4em;
}
/**
 * 6.11 Webmail
 * -----------------------------------------------------------------------------
 */
section.webmail {
	background-image: url('images/webmail-background.png');
	background-repeat: no-repeat;
	margin-bottom: 20px;
	box-shadow: 0 3px 0 #01707C;
	background-color: #0096a5;
	background-position: 80% center;
}
.webmail .logo-wrap {
  background-color: #CB0000;
  border: 1px solid #CB0000;
  border-radius: 100px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;
  height: 100px;
  margin: 0 auto 20px;
  vertical-align: middle;
  width: 100px;
}
.webmail .site-logo.webmail {
  padding-top: 35px;
}
.webmail .logo-wrap img {
  max-width: 85%;
}
.page-id-1629 .entry-title,
.page-id-1629 .page-content {
	text-align: center;
	border: none;
}
.page-id-1629 .entry-title {
	margin-top: 40px;
}
.page-id-1629 .page-content .or-do-action {
  clear: both;
}
.page-id-1629 .page-content > h5 {
  font-weight: 300;
  margin-bottom: 5px;
}
.page-id-1629 .page-content > h2:after{
  border-bottom: 3px solid;
  bottom: -20px;
  color: #E5343E;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 5%;
}
.page-id-1629 .page-content > h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 35px;
  margin-top: 0;
  position: relative;
  text-transform: uppercase;
}
.page-id-2350 .table-footer {
	margin-bottom: 15px;
}
.box.webmail {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  float: none;
  margin: 40px 0;
  text-align: center;
}
.box.webmail h1 {
  font-weight: bold;
  padding: 0 15px;
  text-align: left;
	font-size: 14px;
	margin-top: 0;
	float: left;
}
.box.webmail .webmail-info {
  float: right;
  padding: 0 15px;
}
.webmail img {
  margin-bottom: 20px;
}
.box.webmail .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.webmail .form-group {
  text-align: center;
}
.webmail .form-group label {
	display: none;
}
.webmail .form-group .checkbox {
  font-size: 12px;
  min-height: 20px;
  padding-top: 0;
}
.webmail .form-group .checkbox label {
	display: block;
	text-align: left;
	color: #939393;
	float: left;
}
.webmail .form-group .checkbox label > input[type="checkbox"] {
	margin-top: 3px;
	width: auto;
}
.webmail .form-control {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  display: block;
  font-size: 14px;
  height: 44px;
  line-height: 1.42857;
	border-radius: 2px;
}
.box.webmail .btnx {
  width: 100%;
}
.webmail .has-feedback .form-control-feedback {
  height: 43px;
  line-height: 45px;
	color: #939393;
	right: 5px;
}
.box.webmail p.has-error {
	font-size: 12px;
	color: #DD4B39;
	font-weight: 300;
	margin: 0;
	text-align: left;
}
/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	width: 100%;
	float: left;
}
#sitemap_list {
	padding: 0 30px !important;
}
#sitemap_list li {
	background: none !important;
	list-style: square !important;
	list-style-position: inside !important;
	color: #CC0000;
}
/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */

.singular .site-content .hentry.has-post-thumbnail {
	margin-top: 0;
}


/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	margin: 48px auto;
	max-width: 474px;
	padding: 0 10px;
}

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 0.875em;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 0.750em;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 0.875em;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 1.000em;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 0.750em;
	line-height: 1.5;
}

.vfb-error {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 0.750em;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .navx-next,
.comment-navigation .navx-previous {
	display: inline-block;
}

.comment-navigation .navx-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}
/**
 * 6.16 Services
 * -----------------------------------------------------------------------------
 */
/* ADITIONAL SERVICES */
.aditional-services > ul > li {
  border-bottom: 1px solid #F9F9F9;
  line-height: 3;
  text-align: left;
	list-style: none;
}
.aditional-services > ul.ul-icons > li {
  padding-left:0;
  position: relative;
	list-style: none;
}
.aditional-services > ul > li.last,
.aditional-services > ul > li:last-child {
	border-bottom: none;
}
.aditional-services > ul > li > span {
	float: right;
	font-weight: bold;
	color: #CB0000;
}
.aditional-services > ul > li > i {
  color: #999999;
  font-size: 350%;
  line-height: 2;
  margin-right: 10px;
	position: relative;
	display: block;
}
section[role="teaser-right"] {
  text-align: center;
}
section[role="teaser-right"] > p, section[role="teaser-right"] > a {
  font-size: 0.93em;
  text-align: left;
}
section.affix[role="teaser-right"] {
  position: fixed;
  top: 108px;
  width: 280px;
}
section.affix-bottom[role="teaser-right"] {
  position: absolute;
  width: 280px;
}
/* FORMS */
fieldset > .vfb-legend {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
fieldset > .vfb-legend > h3 {
	padding: 0 15px;
}
fieldset > ul.vfb-section {
  float: left;
  list-style: none outside none;
  margin: 0;
  width: 100%;
}
fieldset > .vfb-section > li {
	margin-bottom: 20px;
	float: left;
	width: 100%;
	padding: 0 15px;
}
fieldset > .vfb-section > li > label.vfb-desc {
  font-size: 80%;
	display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}
fieldset > .vfb-section > li.vfb-item-email,
fieldset > .vfb-section > li.vfb-item-text,
fieldset > .vfb-section > li.vfb-item-phone   {
	float: left;
	width: 50%;
}
fieldset > .vfb-section > #item-vfb-5,
fieldset > .vfb-section > #item-vfb-6{
	padding: 0 15px;
}
fieldset > .vfb-section > li.vfb-item-radio > div {
  background: none repeat scroll 0 0 #f9f9f9;
  border: 1px solid #DDDDDD;
  padding: 20px;
}
#item-vfb-27 {
	width: 100%;
}
fieldset > .vfb-section > li.vfb-item-submit,
fieldset > .vfb-section > li.vfb-item-secret {
  clear: both;
	width: 30%;
}
/* RADIO */
.vfb-item-radio > div > span > label {  
	display: inline-block;  
	cursor: pointer;  
	position: relative;  
	padding-left: 40px;  
	margin-right: 20px;  
	font-size: 0.813em; 
	line-height: 26px; 
}
.vfb-item-radio > div > span > input[type=radio] {  
	display: none;  
}  
.vfb-item-radio > div > span > label:before {  
	content: "";  
	display: inline-block;  
	width: 26px;  
	height: 26px;  
	margin-right: 10px;  
	position: absolute;  
	left: 0;  
	background-color: #fff;  
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);  
}  
.vfb-item-radio > div > span > label:before {  
	border-radius: 50px;  
}  
.vfb-item-radio > div > span > input[type=radio]:checked + label:before,
.vfb-item-radio > div > span > label.checked + label:before {  
	content: "";  
	color: #999;  
	font-size: 20px;  
	text-align: center;  
	line-height: 28px; 
	font-family: 'FontAwesome', sans-serif;
} 
input[type="file"] {
  background-color: #FFFFFF;
  display: block;
}
/* RADIO HOME */
.domain-search .input-col-domain > span {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	line-height: 45px;
	padding-left: 45px;
	position: relative;
}
.domain-search .input-col-domain > input[type=radio] {  
	display: none;  
}  
.domain-search .input-col-domain > span:before {  
	content: "";  
	display: inline-block;  
	width: 40px;
	height: 40px;
	margin-right: 10px;  
	position: absolute;
	top: 3px;  
	left: 0;  
	background-color: #fff;  
	-webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8); 
	   -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
	    -ms-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8); 
	        box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}  
.domain-search .input-col-domain > span:before {  
	border-radius: 50px;  
}  
/*.domain-search .input-col-domain > input[type=radio]:checked + p:before,
.domain-search .input-col-domain > p.checked + p:before {  
	content: "";  
	color: #999;  
	font-size: 14px;  
	text-align: center;  
	line-height: 22px; 
	font-family: 'FontAwesome'; 
}*/
.domain-search .input-col-domain > span:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);

	color: #999;
	content: "";
	display: inline-block;
	font-family: "FontAwesome", sans-serif;
	font-size: 30px;
	height: 40px;
	left: 0;
	line-height: 22px;
	margin-right: 12px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 13px;
	width: 40px;
}
.domain-search .input-col-domain > span:hover:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.domain-search .input-col-domain > input[type=radio]:checked + span:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
} 
/* CHECKBOX HOSTING GRATUIT */
#refer-friend > label.form-check > p {  
	display: inline-block;  
	cursor: pointer;  
	position: relative;  
	padding-left: 25px;  
	margin-right: 25px;  
	font-size: 0.85em; 
	line-height: 1.8; 
}
#refer-friend > label.form-check > input[type=checkbox] {  
	display: none;  
}  
#refer-friend > label.form-check > p:before {  
	content: "";  
	display: inline-block;  
	width: 20px;  
	height: 20px;  
	margin-right: 10px;  
	position: absolute;  
	left: 0;  
	background-color: #fff; 
	border: 1px solid #CCCCCC; 
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);  
}   
#refer-friend > label.form-check > p:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 10px;
	height: 5px;
	background: transparent;
	top: 7px;
	left: 6px;
	border: 3px solid #000;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		  -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg); 
	        transform: rotate(-45deg);
}
#refer-friend > label.form-check > p:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}
#refer-friend > label.form-check > input[type=checkbox]:checked + p:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}  
/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

/*#secondary {
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	clear: both;
	color: rgba(255, 255, 255, 0.7);
	margin-top: -1px;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}*/

.site-description {
	display: none;
	font-size: 0.750em;
	font-weight: 400;
	line-height: 1.5;
}

/* Primary Sidebar */

.primary-sidebar {
	padding-top: 48px;
}

.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}
/* Contact Sidebar */

.contact-sidebar {
	margin-top: 0px;
	padding: 0 !important;
}
.contact-sidebar .widget {
	margin-bottom: 20px;
	margin-top: 20px;
}
.contact-sidebar .widget-title {
	padding: 30px 30px 0;
	display: none;
}
.menu-contact-container > ul > li {
  line-height: 2;
	padding: 0;
}
.menu-contact-container > ul > li > a {
	display: block;
	padding: 10px 10px 10px 25px;
	border-left: 4px solid transparent;
}
.menu-contact-container > ul > li > a:hover,
.menu-contact-container > ul > li.current-menu-item > a,
.menu-contact-container > ul > li.current-page-ancestor > a {
	background-color: #f9f9f9;
	border-left: 4px solid #CB0000;
}
.full-header {
	padding-top: 15px;
}
.page-template-page-templateswith-sidebar-php article > .entry-header,
#post-110 .entry-header, 
#post-112 .entry-header,
/*#post-22 .entry-header,*/
#post-114 .entry-header,
#post-104 .entry-header,
#post-26 .entry-header{
	display: none;
}
.page-template-page-templateswith-sidebar-php article > .entry-content > h2 {
  margin-top: 0;
}
.post-22 div.grid-25 .box {
  text-align: center;
}
.post-22 .contact-offers > h4:before,
.post-22 .contact-invoicing > h4:before,
.post-22 .contact-support > h4:before,
.post-22 .contact-info > h4:before {
  border: 1px solid #233446;
  border-radius: 100px;
  color: #233446;
  content: "";
  display: block;
  font-family: "FontAwesome";
  font-size: 300%;
  height: 90px;
  line-height: 2.1;
  margin: 0 auto 20px;
  width: 90px;
	font-weight: 300;
}
.post-22 .contact-invoicing > h4:before {
	content: "";
}
.post-22 .contact-support > h4:before {
	content: "";
}
.post-22 .contact-info > h4:before {
	content: "";
}
.post-22 div.grid-25 .box p {
	font-size: 0.85em;
	margin-top: 30px;
}
.post-22 .contact-offers > h4,
.post-22 .contact-invoicing > h4,
.post-22 .contact-support > h4,
.post-22 .contact-info > h4 {
	font-size: 1em;
}
.post-22 div.grid-25 .box p > span:nth-child(9) {
  background-color: #F9F9F9;
  display: block;
  margin: 10px 0;
  padding: 15px 0;
}
.post-22 div.grid-25 .box p > strong,
.post-22 div.grid-25 .box p > span {
	display: block;
	margin-bottom: 5px;
}
.post-22 .panelx-body {
  min-height: 155px;
}
.panelx-body > p:last-child {
  margin-bottom: 0;
}
.leaderboard {
  clear: both;
  margin-bottom: 25px;
  right: 0;
  top: 34px;
}
/* Content Sidebar */

.content-sidebar {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #767676;
	padding: 48px 10px 0;
}


/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar, Contact Sidebar */

.widget {
	font-size: 0.875em;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	line-height: 1.2857142857;
	margin-bottom: 48px;
	width: 100%;
	word-wrap: break-word;
}

.widget a {
	color: #233446;
}

.widget a:hover {
	color: #1F7EBE;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	margin: 24px 0 12px;
}

.widget h1 {
	font-size: 22px;
	line-height: 1.0909090909;
}

.widget h2 {
	font-size: 20px;
	line-height: 1.2;
}

.widget h3 {
	font-size: 1.125em;
	line-height: 1.3333333333;
}

.widget h4 {
	font-size: 1.000em;
	line-height: 1.5;
}

.widget h5 {
	font-size: 0.875em;
	line-height: 1.7142857142;
}

.widget h6 {
	font-size: 0.750em;
	line-height: 2;
}

.widget address {
	margin-bottom: 18px;
}

.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
	color: #000;
}

.widget pre,
.widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
	font-size: 0.750em;
	line-height: 1.5;
}

.widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.125em;
	line-height: 1.5;
	margin-bottom: 18px;
}

.widget blockquote cite {
	color: #fff;
	font-size: 0.875em;
	line-height: 1.2857142857;
}

.widget dl,
.widget dd {
	margin-bottom: 18px;
}

.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
}

.widget li > ol,
.widget li > ul {
	margin-left: 10px;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
	margin-bottom: 18px;
}

.widget del {
	color: rgba(255, 255, 255, 0.4);
}

.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
	margin-bottom: 18px;
}

.widget input,
.widget textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 1.000em;
	padding: 1px 2px 2px 4px;
}

.widget input:focus,
.widget textarea:focus {
	border-color: rgba(255, 255, 255, 0.3);
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	font-size: 0.750em;
	padding: 5px 15px 4px;
}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: #41a62a;
}

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
	background-color: #55d737;
}

.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}

.widget .widget-title {
	font-size: 0.875em;
	font-weight: 700;
	line-height: 1.7142857142;
	margin: 0 0 24px 0;
	text-transform: uppercase;
}

.widget-title,
.widget-title a {
	color: #233446;
}

.widget-title a:hover {
	color: #41a62a;
}

/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
}

.widget_calendar caption {
	color: #fff;
	font-weight: 700;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: left;
	text-transform: uppercase;
}

.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
	text-align: center;
}

.widget_calendar tbody a {
	background-color: #24890d;
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #41a62a;
}

.widget_calendar tbody a:hover {
	color: #fff;
}

.widget_calendar #prev {
	padding-left: 5px;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

/* Ephemera Widget*/

.widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 18px;
	padding: 0;
}

.widget_twentyfourteen_ephemera .hentry {
	margin: 0;
	max-width: 100%;
}

.widget_twentyfourteen_ephemera .entry-title,
.widget_twentyfourteen_ephemera .entry-meta,
.widget_twentyfourteen_ephemera .wp-caption-text,
.widget_twentyfourteen_ephemera .post-format-archive-link,
.widget_twentyfourteen_ephemera .entry-content table {
	font-size: 0.750em;
	line-height: 1.5;
}

.widget_twentyfourteen_ephemera .entry-title {
	display: inline;
	font-weight: 400;
}

.widget_twentyfourteen_ephemera .entry-meta {
	margin-bottom: 18px;
}

.widget_twentyfourteen_ephemera .entry-meta a {
	color: rgba(255, 255, 255, 0.7);
}

.widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #41a62a;
}

.widget_twentyfourteen_ephemera .entry-content ul,
.widget_twentyfourteen_ephemera .entry-content ol {
	margin: 0 0 18px 20px;
}

.widget_twentyfourteen_ephemera .entry-content ul {
	list-style: disc;
}

.widget_twentyfourteen_ephemera .entry-content ol {
	list-style: decimal;
}

.widget_twentyfourteen_ephemera .entry-content li > ul,
.widget_twentyfourteen_ephemera .entry-content li > ol {
	margin: 0 0 0 20px;
}

.widget_twentyfourteen_ephemera .entry-content th,
.widget_twentyfourteen_ephemera .entry-content td {
	padding: 6px;
}

.widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 700;
	text-transform: uppercase;
}

/* List Style Widgets*/

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 8px 0 9px;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
}

.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 9px;
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
	padding-bottom: 0;
}

/* Recent Posts Widget */

.widget_recent_entries .post-date {
	display: block;
}

/* RSS Widget */

.rsswidget img {
	margin-top: -4px;
}

.rssSummary {
	margin: 9px 0;
}

.rss-date {
	display: block;
}

.widget_rss li {
	margin-bottom: 18px;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}

/* Text Widget */

.widget_text > div > :last-child {
	margin-bottom: 0;
}


/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

.content-sidebar .widget a {
	color: #24890d;
}

.content-sidebar .widget a:hover {
	color: #41a62a;
}

.content-sidebar .widget pre {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget mark,
.content-sidebar .widget ins {
	color: #2b2b2b;
}

.content-sidebar .widget abbr[title] {
	border-color: #2b2b2b;
}

.content-sidebar .widget fieldset {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget blockquote {
	color: #767676;
}

.content-sidebar .widget blockquote cite {
	color: #2b2b2b;
}

.content-sidebar .widget li > ol,
.content-sidebar .widget li > ul {
	margin-left: 18px;
}

.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget del {
	color: #767676;
}

.content-sidebar .widget hr {
	background-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget input,
.content-sidebar .widget textarea {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1);
	color: #2b2b2b;
}

.content-sidebar .widget input:focus,
.content-sidebar .widget textarea:focus {
	border-color: rgba(0, 0, 0, 0.3);
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	color: #fff;
}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	background-color: #41a62a;
}

.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
	background-color: #55d737;
}

.content-sidebar .widget .wp-caption {
	color: #767676;
}

.content-sidebar .widget .widget-title {
	border-top: 5px solid #000;
	color: #2b2b2b;
	font-size: 0.875em;
	font-weight: 900;
	margin: 0 0 18px;
	padding-top: 7px;
	text-transform: uppercase;
}

.content-sidebar .widget .widget-title a {
	color: #2b2b2b;
}

.content-sidebar .widget .widget-title a:hover {
	color: #41a62a;
}

/* List Style Widgets*/

.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_pages li,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_recent_entries li,
.content-sidebar .widget_categories li ul,
.content-sidebar .widget_nav_menu li ul,
.content-sidebar .widget_pages li ul {
	border-color: rgba(0, 0, 0, 0.1);
}

/* Calendar Widget */

.content-sidebar .widget_calendar caption {
	color: #2b2b2b;
	font-weight: 900;
}

.content-sidebar .widget_calendar thead th {
	background-color: rgba(0, 0, 0, 0.02);
}

.content-sidebar .widget_calendar tbody a,
.content-sidebar .widget_calendar tbody a:hover {
	color: #fff;
}

/* Ephemera widget*/

.content-sidebar .widget_twentyfourteen_ephemera .widget-title {
	line-height: 1.2857142857;
	padding-top: 1px;
}

.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
	background-color: #000;
	color: #fff;
	margin: -1px 9px 0 0;
	padding: 6px 0 9px;
	text-align: center;
	vertical-align: middle;
	width: 36px;
}

.content-sidebar .widget_twentyfourteen_ephemera .video.widget-title:before {
	content: "\f104";
}

.content-sidebar .widget_twentyfourteen_ephemera .audio.widget-title:before {
	content: "\f109";
}

.content-sidebar .widget_twentyfourteen_ephemera .image.widget-title:before {
	content: "\f473";
}

.content-sidebar .widget_twentyfourteen_ephemera .gallery.widget-title:before {
	content: "\f103";
}

.content-sidebar .widget_twentyfourteen_ephemera .aside.widget-title:before {
	content: "\f101";
}

.content-sidebar .widget_twentyfourteen_ephemera .quote.widget-title:before {
	content: "\f106";
}

.content-sidebar .widget_twentyfourteen_ephemera .link.widget-title:before {
	content: "\f107";
}

.content-sidebar .widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta {
	color: #ccc;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a {
	color: #767676;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #41a62a;
}

.content-sidebar.widget_twentyfourteen_ephemera blockquote cite {
	font-size: 0.813em;
	line-height: 1.3846153846;
}

.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 900;
}


/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */
#cookie-law-info-bar {
	padding: 0px;
	border-width: 1px !important;
}
#cookie-law-info-bar span {
	display: block;
  font-size: 8px;
  vertical-align: middle;
}
#cookie-law-info-bar a,
#cookie-law-info-bar a + a {
	margin-left: 10px;
}
#supplementary {
	padding: 0 10px;
}

.site-footer,
.site-info,
.site-info a {
	color: #233446;
}
.site-info > div {
	position: relative;
}
.payment-options {
  background: url("images/logos/payment-options.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 6px;
  height: 25px;
  overflow: hidden;
  position: absolute;
  right: 0;
	left: 0;
	margin: 0 auto;
  width: 200px;
}
.payment-options:hover{
	background-position: 0 -25px;
}
.site-footer {
	background-color: #d9d9d9;
	border-top:1px solid #b8b8b8;
	font-size: 0.750em;
	position: relative;
	z-index: 3;
}

.footer-sidebar {
	padding-top: 48px;
}

.site-info {
	padding: 15px 10px;
}

#supplementary + .site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-info a:hover {
	color: #888;
}
#zenbox_tab {
	top: 55% !important;
}
/*footer*/
.footer-logo {
  margin-top: 25px;
}
.footer-logo > img {
	max-width: 85%;
}
.menu-footer-menu-container {
  float: left;
  width: 100%;
}
.footer-nav-menu {
  margin: 20px 0;
	text-align: left;
  padding: 0;
}
.footer-nav-menu li {
  display: block;
  padding: 0;
	line-height: 1.8;
}
.footer-nav-menu li:last-child,
.footer-nav-menu li.last{
  margin-right:0;
	padding-right: 0;
}
.footer-nav-menu > li > a:before {
  color: #CB0000;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  left: 0;
  line-height: 1.4;
  position: absolute;
  top: 0;
  vertical-align: middle;
}
.footer-nav-menu li > a {
  color: #233446;
  font-size: 12px;
  padding-left: 15px;
  position: relative;
  text-rendering: optimizelegibility;
  vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
}
.footer-nav-menu li > a:hover {
  color:#888;
}
div[role="cpanel-tools"] {
  border-top: 1px dotted #B8B8B8;
  padding: 20px 0;
  text-align: center;
}
div[role="cpanel-tools"] > section > a {
  display:inline-block;
  margin-right: 30px;
}
div[role="cpanel-tools"] > section > a:last-child,
div[role="cpanel-tools"] > section > a.last {
  margin-right:0;
}
div[role="cpanel-tools"] > section > a > img{
	background-image: url('images/logos/cpanel-tools-sprite.jpg');
	width: 100px;
	height: 52px;
}
div[role="cpanel-tools"] > section > a.cpanel {
	width: 99px;
}
div[role="cpanel-tools"] > section > a.drupal {
	width: 130px;
}
div[role="cpanel-tools"] > section > a.joomla {
	width: 92px;
}
div[role="cpanel-tools"] > section > a.phpbb {
	width: 114px;
}
div[role="cpanel-tools"] > section > a.wordpress {
	width: 180px;
}
div[role="cpanel-tools"] > section > a.oscommerce {
	width: 192px;
}

div[role="cpanel-tools"] > section > a.cpanel > img{
	background-position: 0 0;
	width: 86px;
	height: 52px;
}
div[role="cpanel-tools"] > section > a.drupal > img{
	background-position: -83px 0;
	width: 100px;
	height: 52px;
}
div[role="cpanel-tools"] > section > a.joomla > img{
	background-position: -84px -47px;
	width: 100px;
	height: 52px;
}
div[role="cpanel-tools"] > section > a.phpbb > img{
	background-position: 12px -51px;
	width: 100px;
	height: 52px;
}
div[role="cpanel-tools"] > section > a.wordpress > img{
	background-position: 10px -102px;
	width: 180px;
	height: 52px;
}
div[role="cpanel-tools"] > section > a.oscommerce > img{
	background-position: 5px -150px;
	width: 192px;
	height: 52px;
}
.we-accept {
	height: 39px;
	text-align: left;
	background: #ccc;
	position: relative;
}
/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */

.featured-content {
	background: #000 url(images/pattern-dark.svg) repeat fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: relative;
	width: 100%;
}

.featured-content-inner {
	overflow: hidden;
}

.featured-content .hentry {
	color: #fff;
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.featured-content .post-thumbnail,
.featured-content .post-thumbnail:hover {
	background: transparent;
}

.featured-content .post-thumbnail {
	display: block;
	position: relative;
	padding-top: 55.357142857%;
	overflow: hidden;
}

.featured-content .post-thumbnail img {
	left: 0;
	position: absolute;
	top: 0;
}

.featured-content .entry-header {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	min-height: 96px;
	overflow: hidden;
	padding: 24px 10px;
}

.featured-content a {
	color: #fff;
}

.featured-content a:hover {
	color: #41a62a;
}

.featured-content .entry-meta {
	color: #fff;
	font-size: 0.688em;
	font-weight: 700;
	line-height: 1.0909090909;
	margin-bottom: 12px;
}

.featured-content .cat-links {
	font-weight: 700;
}

.featured-content .entry-title {
	font-size: 1.125em;
	font-weight: 300;
	line-height: 1.3333333333;
	margin: 0;
	text-transform: uppercase;
}


/* Slider */

.slider .featured-content .hentry {
	-webkit-backface-visibility: hidden;
	display: none;
	position: relative;
}

.slider .featured-content .post-thumbnail {
	padding-top: 55.49132947%;
}

.slider-control-paging {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	list-style: none;
	margin: -24px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-control-paging li {
	float: left;
	margin: 2px 4px 2px 0;
}

.slider-control-paging li:last-child {
	margin-right: 0;
}

.slider-control-paging a {
	cursor: pointer;
	display: block;
	height: 44px;
	position: relative;
	text-indent: -999em;
	width: 44px;
}

.slider-control-paging a:before {
	background-color: #4d4d4d;
	content: "";
	height: 12px;
	left: 10px;
	position: absolute;
	top: 16px;
	width: 12px;
}

.slider-control-paging a:hover:before {
	background-color: #41a62a;
}

.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #24890d;
}

.slider-direction-nav {
	clear: both;
	list-style: none;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-direction-nav li {
	border-color: #fff;
	border-style: solid;
	border-width: 2px 1px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	text-align: center;
	width: 50%;
}

.slider-direction-nav li:last-child {
	border-width: 2px 0 0 1px;
}

.slider-direction-nav a {
	background-color: #000;
	display: block;
	font-size: 0;
	height: 46px;
}

.slider-direction-nav a:hover {
	background-color: #24890d;
}

.slider-direction-nav a:before {
	color: #fff;
	content: "\f430";
	font-size: 32px;
	line-height: 46px;
}

.slider-direction-nav .slider-next:before {
	content: "\f429";
}

.slider-direction-nav .slider-disabled {
	display: none;
}


/**
 * 10.0 Multisite
 * -----------------------------------------------------------------------------
 */

.site-main .widecolumn {
	padding-top: 72px;
	width: auto;
}
.site-main .mu_register,
.widecolumn > h2,
.widecolumn > form {
	margin: 0 auto 48px;
	max-width: 474px;
	padding: 0 30px;
}

.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 90%;
}

.site-main .mu_register input[type="submit"],
.widecolumn #submit {
	font-size: inherit;
	width: auto;
}
/*hide the home text, we leave the icon visible*/
.fa.fa-home > span {
    display: none;
}
/*hide homepage title*/
#post-5 header {
    display: none;
}
.admin-bar #post-5 header {
	display: block;
}
.admin-bar #post-5 .entry-title {
	display: none;
}
.program {
  background: none repeat scroll 0 0 #f1f1f1;
  float: right;
  padding: 20px;
}
/*fix primary menu icons - push client login to the right*/
.primary-navigation .home > a > i {
  font-size: 150%;
  vertical-align: middle;
}
.menu-item-14 > a > i {
  	font-size: 150%;
  	margin-top: -4px;
  	vertical-align: middle;
}
.client-login {
    float: right;
    right: 40px;
}
.client-login > a > i {
  	font-size: 150%;
  	margin-top: -4px;
  	padding-right: 10px;
  	vertical-align: middle;
}
/*homepage content*/
.intro .domain-search.home {
  color: #FFFFFF;
  display: block;
  float: left;
  padding: 15px 0;
  width: 100%;
	background-color: transparent;
	box-shadow: none;
	border: none;
	margin: 0;
}
.box.domain-search {
  padding: 15px 20px;
}
.domain-search > div:first-child > p {
	padding-top: 7px;
}
.domain-search p {
	margin-bottom:0;
	font-size: 0.800em;
}
.domain-search p > b {
	font-size: 1.500em;
}
.domain-search input[type="text"] {
	width: 100%;
	height: 50px;
	line-height: 1.5;
}
.domain-search .input-col {
  float: left;
  font-size: 0.875em;
  position: relative;
  top: -3px;
  width: 33.3333%;
}
.domain-search .input-col-domain {
  float: left;
  margin-bottom: 5px;
}
.domain-search .input-col-domain input {
  float: left;
  margin-right: 5px;
  width: auto;
}
.domain-search .input-col-domain p {
  margin: 0;
  float: left;
}
.domain-search section {
  float: left;
  padding: 0;
}
.domain-search section:last-child {
	float: right;
}
.domain-search section[role="extensions"] {
  float: left;
  height: 65px;
  padding-left: 14px;
  padding-right: 14px;
}
.domain-search #check_domain > section {
  display: inline-block;
}
.domain-search .btnx-lg {
  padding: 8px 20px;
	width: 100%;
}
.gazduire_servicii_oferite {
  min-height: 135px;
  padding: 0 20px;
	position: relative;
	margin: 10px 0;
}
.gazduire_servicii_oferite > h2 {
  margin-bottom: 20px;
	margin-top: 0;
}
.gazduire_servicii_oferite > ul {
	font-size: 0.933em;
}
.gazduire_servicii_oferite > p:last-child {
	margin-bottom: 0;
	margin-top: 15px;
}
.first_service, .second_service {
   border-right: 1px solid #E0E0E0;
}
.box, .contact-sidebar {
  background-color: #FFFFFF;
  float: left;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  width: 100%;
	border-style: solid;
	border-color: #d9d9d9;
	border-width: 1px 1px 0;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 0 3px 0 #d9d9d9;
	   -moz-box-shadow: 0 3px 0 #d9d9d9;
		  -ms-box-shadow: 0 3px 0 #d9d9d9;
	        box-shadow: 0 3px 0 #d9d9d9;				
}
.box.boxed {
  padding: 15px 0;
}
.box:hover {
	/*box-shadow: 0 3px 0 #CB0000;*/
/*  bottom: -3px;
  content: "";
  display: block;
  left: 0;
  padding: 0;
  position: absolute;
  top: auto;
  width: 100%;
	height: 3px;*/
	transition: all 200ms ease-in-out 0s;
	/*-webkit-animation: 0.8s linear 0s normal none animatedLine;
	   -moz-animation: 0.8s linear 0s normal none animatedLine;
	        animation: 0.8s linear 0s normal none animatedLine;*/
}
.box-inner {
  background: none repeat scroll 0 0 #F9F9F9;
  border-bottom: 1px solid #DDDDDD;
  border-radius: 5px;
  float: left;
  margin-bottom: 30px;
  padding: 15px;
  width: 100%;
}
.box.dark{
	background-color: #233446;
	color: #ffffff;
	box-shadow: 0 3px 0 #000C38;
}
/*.box.dark:hover {
	box-shadow: 0 3px 0 #CB0000;
}*/
/*.search-box:hover:after {
  border-color: #000000;
}*/
.checklist-ok {
	list-style-type: none;
	text-indent: 0;
	margin-bottom:10px;
}
.checklist-ok li:before {
	padding-right: 5px;
	content: '\f00c';
  display: inline-block;
  font: normal 12px/2.5 'FontAwesome';
  vertical-align: text-top;
	color:#CB0000;
	left: 0;
	position: absolute;
	-webkit-font-smoothing: antialiased;
}
.checklist-ok > li {
  padding-left: 20px;
  position: relative;
	line-height: 2.12;
}
ul.li-square {
  list-style-position: outside;
  list-style-type: none;
  margin-bottom: 20px;
}
ul.li-square li,
ul.li-square span{
  color: #233446;
}
ul.li-square > li {
  margin-bottom: 0;
	position: relative;
	padding-left: 20px;
}
ul.li-square > li:before{
	content: "■";
	color: #CC0000;
	position: absolute;
	left: 0;
	font-size: 14px;
	line-height: 1.2;
}
ul.li-inline > li {
  float: left;
  width: 20%;
}
.additional-services ul {
	margin-bottom:0;
	}
.contact-address ul {
  float: left;
}
.gazduire_servicii_oferite .pack-price {
  background: none repeat scroll 0 0 #CB0000;
  border: 1px solid #CB0000;
  border-radius: 100px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;
  color: #FFFFFF;
  height: 70px;
	width: 70px;
  line-height: 1.3;
  padding: 10px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 35px;
}
.pack-price > span {
  font-size: 125%;
  font-weight: 700;
	clear: both;
	display: block;
}
.gazduire_servicii_oferite > a {
  color: #1F7EBE;
  font-size: 0.85em;
  text-decoration: none;
}
section[role="services"] {
 /* margin-bottom: 0;*/
  min-height: inherit;
}
section[role="services"] > h3 {
	margin-bottom: 20px;
  font-size: 1.188em;
}
section[role="services"] > a, section[role="services"] > p > a {
  color: #1F7EBE;
  text-decoration: none;
}
section[role="services"] > p.last,
section[role="services"] > p:last-child {
	margin-bottom: 0;
}
/*.testimonials-hp:before {
  content: "";
  display: inline-block;
  font: 32px/20px 'Genericons';
  margin-left: -42px;
  padding-right: 10px;
  vertical-align: bottom;
}*/
.testimonials-hp {
  /*border-left: 30px solid #E0E0E0;
	padding-left: 10px;*/
  min-height: 155px;
  margin-bottom: 18px;
	position: relative;
	padding-bottom: 15px;
	border-bottom: 1px solid #cecece;
}
.testimonials-hp > p {
  background-color: #EAF6FF;
  padding: 15px;
	border-radius: 3px;
	font-size: 0.85em;
	color: #333333;
	position: relative;
  font-style: italic;
  font-weight: 300;
  line-height: 1.26316;
}
.testimonials-hp > p:before, 
.testimonials-hp > p:after {
	border: none;
}
.testimonials-hp > p:before, 
.testimonials-hp > p:after {
  border: 10px solid rgba(0, 0, 0, 0);
  bottom: -19px;
  content: " ";
  height: 0;
  left: 30px;
  margin: 0 auto;
  position: absolute;
  width: 0;
}
.testimonials-hp > p:before {
  border-top-color: #EAF6FF;
  position: absolute;
  z-index: 2;
}
/*.testimonials-hp > p:last-child:before,
.testimonials-hp > p:last-child {
	border:none;
	background: none;
	margin-bottom: 0;
}*/
.testimonials-hp > cite, 
.testimonials-hp > p > cite {
  bottom: -50px;
  left: 0;
  position: absolute;
}
.testimonials-slide, 
.faq-slide { 
	position: relative; 
	overflow: auto; 
}
.testimonials-slide li, 
.faq-slide li { 
	list-style: none; 
}
.testimonials-slide ul li, 
.faq-slide ul li { 
	float: left; 
}
.testimonials-slide ul li li, 
.faq-slide li li { 
	float: none; 
}
.bx-wrapper {
	position: relative
}
.testimonials-slide .dots, 
.faq-slide .dots,
.bx-controls.bx-has-pager {
  background-color: #FFFFFF;
  bottom: 25px;
  left: auto;
  padding-top: 10px;
  position: absolute;
  right: 0;
  vertical-align: middle;
	border-radius: 6px;
}
.bx-controls.bx-has-pager .bx-pager-item {
	float: left;
}
.testimonials-slide .dots li,
.faq-slide .dots li,
.bx-controls.bx-has-pager .bx-pager-item > a {
	border: 2px solid #233446;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 0 4px;
	text-indent: -999em;
	opacity: 0.4;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transition: background 0.5s ease 0s, opacity 0.5s ease 0s;
}
.testimonials-slide .dots li.active,
.bx-controls.bx-has-pager .bx-pager-item > a.active{
  background: none repeat scroll 0 0 #FFFFFF;
  opacity: 1;
}
.grid-100 {
  clear: both;
  width: 100%;
}
.faq-slide h3 {
	font-size: 100%;
	margin-top: 0;
}
.faq-arrow {
	position: absolute;
}
.faq-arrow > a {
  color: #FFFFFF;
  font-size: 300%;
  font-weight: 300;
  height: 50px;
  line-height: 0.5;
  position: absolute;
  text-align: center;
  top: auto;
  width: 45px;
	right: 0;
	bottom: -10px;
}
.faq-arrow > a:hover,
.faq-arrow > a:focus  {
	text-decoration: none;
	color: #000;
}
.faq-arrow.prev {
  right: 30px;
}
.faq-arrow.next {
	right: 0;
}
.faq-wrapper {
  min-height: 261px;
}
.faq-wrapper li > p {
	color: #B9B9B9;
}
/* Search in the header */

.search-toggle {
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
}

.search-toggle:hover,
.search-toggle:active,
.search-toggle:focus,
.search-toggle.active {
	outline: none;
	text-decoration: none;
	background-color: #428BCA;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

/*.search-toggle > a:before {
  color: #FFFFFF;
  content: "";
  float: left;
  font: 20px/1 Genericons;
  margin-right: 5px;
  margin-top: 2px;
}
.search-toggle > a {
  background-color: #428BCA;
  color: #FFFFFF;
  float: right;
  padding: 9px;
  position: relative;
	-webkit-border-top-right-radius: 3px;
	   -moz-border-top-right-radius: 3px;
	        border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	   -moz-border-bottom-right-radius: 3px;
	        border-bottom-right-radius: 3px;					
}
.search-toggle.active > a {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.search-toggle > a:hover,
.search-toggle > a:focus{
	text-decoration: none;
}
.search-toggle .screen-reader-text {
	left: 5px; *//* Avoid a horizontal scrollbar when the site has a long menu *//*
}*/
.search-box-wrapper {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 2;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all 1s ease-in-out;
	   -moz-transition: all 1s ease-in-out;
	     -o-transition: all 1s ease-in-out;
	        transition: all 1s ease-in-out;
}

.search-box {
  background-color: #428BCA;
  color: #FFFFFF;
  margin-bottom: 0;
  z-index: 2147483647;
	box-shadow: 0 3px 0 #000;
	padding: 15px;
	border: none;
	border-top-right-radius: 0;
	width: 100%;
	display: block;
	float: left;
}
.search-box:hover {
	box-shadow: 0 3px 0 #000;
}
.search-box .search-field {
  background-color: #FFFFFF;
  border: 0 none;
  float: right;
  font-size: 1.000em;
  padding: 8px;
}
.search-box label {
	display:block;
}
/*SERVICES PAGE*/
div[role="product"] {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 20px;
  position: relative;
	font-size: 0.98em;
	border-style: solid;
	border-color: #D9D9D9;
	text-align: left;
	border-width: 1px 1px 1px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
  -webkit-transform: scale(1);
	 -khtml-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);;
  -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.975) 0s;
	 -khtml-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.975) 0s;
	   -moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.975) 0s;
	    -ms-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.975) 0s;
	     -o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.975) 0s;
	        transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.975) 0s;
}
/*div[role="product"]:hover {
  -webkit-box-shadow: 0 15px 0 -10px rgba(0, 0, 0, 0.15);
	 -khtml-box-shadow: 0 15px 0 -10px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: 0 15px 0 -10px rgba(0, 0, 0, 0.15);
	    -ms-box-shadow: 0 15px 0 -10px rgba(0, 0, 0, 0.15);
	     -o-box-shadow: 0 15px 0 -10px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 15px 0 -10px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.08);
	 -khtml-transform: scale(1.08);
	   -moz-transform: scale(1.08);
	    -ms-transform: scale(1.08);
	     -o-transform: scale(1.08);
	        transform: scale(1.08);
	z-index: 2;				
}
div[role="product"]:hover ul.li-square,
div[role="product"]:hover ul.li-square li, 
div[role="product"]:hover ul.li-square span, 
div[role="product"]:hover img, 
div[role="product"]:hover .btnx, 
div[role="product"]:hover b  {
	-webkit-transform: scale(1);
	 -khtml-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}*/
div[role="product"] > b.entry-title {
	border: none;
	font-size: 1em;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	padding:0;
	text-transform: uppercase;
}
.post-35 div[role="product"] {
	padding: 0;
}
div[role="product"] ul.li-square {
  color: #CC0000;
  list-style-type: none;
  margin-bottom: 20px;
	padding-left: 0;
	overflow: hidden;
}
div[role="product"] ul.li-square span{
  color: #233446;
}
div[role="product"] img {
  bottom: 10px;
  position: absolute;
  right: 15px;
  top: auto;
}
/*Fix images */
div[role="product"].post-1245 img {
	max-width: 145px;
}
div[role="product"].post-1256 img,
div[role="product"].post-1265 img{
	max-width: 155px;
	right: 0;
}
div[role="product"].post-1251 img {
	max-width: 135px;
}
div[role="product"].post-1260 img {
	max-width: 135px;
	right: 20px;
	bottom: 5px;
}
div[role="product"].post-1262 img {
	max-width: 130px;
}
div[role="product"] img.wp-image-168 {
	max-width: 155px;
}
/* end fix */
div[role="product"]:hover .btnx {
	text-decoration: none;
}
div[role="product"] > header {
  background: none repeat scroll 0 0 #233446;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  color: #FFFFFF;
  padding: 15px 0 0;
  text-align: center;
}
/*div[role="product"] > header {
  border-bottom: 1px solid #DDDDDD;
  padding: 15px 0 0;
  text-align: center;
}*/
div[role="product"] h6 {
  border: medium none;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 12px;
  padding: 0;
}
div[role="product"] > header > h6 > span.price {
  background-color: #233446;
  color: #FFFFFF;
  display: table-caption;
  height: 35px;
  padding: 5px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 25px;
  vertical-align: text-bottom;
  width: 50px;
	font-size:100%;
}
div[role="product"] > header > h6 > span {
  font-size: 60%;
}
div[role="product"] > header > h6 > span.promo-badge,
.pricetable-column h3 > .promo-badge {
  background: url("../gazduire/images/promo-badge-2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 58px;
  position: absolute;
  right: -18px;
  top: -8px;
  width: 82px;
	z-index: 9;
}
div[role="product"] .promo-badge > strong,
.pricetable-column h3 > .promo-badge > strong{
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  left: 0;
  line-height: 1.2;
  margin: -19px auto 0 10px;
  position: absolute;
  right: 0;
  top: 50%;
}
div[role="product"] .promo-badge > strong > span,
.pricetable-column h3 > .promo-badge > strong > span {
  display: inline;
  font-size: small;
}
div[role="product"] > section {
	
}
div[role="product"] > section > div {
  background-color: #f1f1f1;
  font-size: 2em;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
	position: relative;
}
/*div.featured[role="product"] > section > div {
  background-color: #233446;
  color: #FFFFFF;
}*/
div[role="product"] > section > div.price > span {
  font-size: 50%;
}
div.featured[role="product"] > section > div.price > span.savings {
  background-color: #00B2AC;
  border-radius: 100px;
  bottom: -12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  clear: both;
  color: #FFFFFF;
  display: block;
  font-size: 13px;
  font-weight: bold;
  left: 0;
  margin: 0 auto;
  padding: 3px 5px;
  position: absolute;
  right: 0;
  width: 80%;
	text-decoration: none;
}
.old-price,
div[role="product"] > section > div.price > span.old-price {
  color: #999;
  font-size: 60%;
  text-decoration: line-through;
}
/*div.featured[role="product"] {
	border-color: #583F7E;
}
div.featured[role="product"] > header {
	background-color: #583F7E;	
}*/
div[role="product"] > section > p {
  padding: 0 10px;
	text-align: center;
}
div[role="product"] > footer {
  border-top: 1px solid #DDDDDD;
  padding: 15px 0;
  text-align: center;
}
.post-35 > div > div > div[role="product"] > section {
  min-height: 235px;
}
div[role="teaser-box"] {
  margin-top: 8px !important;
  padding: 20px 15px 0px;
}
section[role="callout"]{
  margin: 20px 0;
  padding: 15px;
	border-left: 4px solid #EEEEEE;
	border-right: 4px solid #EEEEEE;
	position: relative;
	display: table;
	width: 100%;
}
section[role="callout"].callout-info {
  background-color: #D9EDF7;
  border-color: #BCE8F1 #3A87AD #BCE8F1 #3A87AD;
	color: #2D6987;
}
section[role="callout"].callout-error{
  background-color: #F2DEDE;
  border-color: #EBCCD1 #843534 #EBCCD1 #843534;
  color: #A94442;
}
section[role="callout"].callout-succes {
	background-color: #DFF0D8;
	border-color: #D6E9C6 #2B542C #D6E9C6 #2B542C;
	color: #3C763D;
}
section[role="callout"] > button {
	background-color: transparent;
	border: medium none;
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	line-height: 0.8;
	margin: 0 auto;
	opacity: 0.2;
	padding: 0;
	position: absolute;
	right: 15px;
	width: auto;
}
section[role="callout"] > button:hover{
	opacity: 1;
}
.post-20 section[role="callout"] {
  margin-bottom: 30px;
	margin-top: 0;
}
/*SERVICE PAGE*/
div[role="description"] {
  margin-bottom: 28px;
}
div[role="description"] > p{

}
div[role="description"] > p.note {
  font-size: 80%;
  font-style: italic;
}
.table-header {
  background-color: #FFFFFF;
  color: #FFFFFF;
  display: block;
  text-align: center;
  width: 100%;
	position: relative;
}
.table-header h3 {
  display: block;
	padding: 15px;
	margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
	font-size: 1.5em;
	background-color: #233446;
}
.table-header.first > h3 {
  padding: 15px 0 15px;
	background: none;
}
.table-header .price-container {
	color: #233446;
	padding: 15px;
	background-color: #f9f9f9;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
}
.table-header h4 {
	margin-top: 0;
	margin-bottom: 0;
	color: #233446;
	font-size: 2em;
	font-weight: 300;
}
div[role="pricing-table"] ul {
	list-style: none;
	font-size: 0.860em;
}
div[role="pricing-table"] ul.bonus-feature {
  background-color: #EAF6FF;
  font-weight: bold;
  margin-top: 20px;
	border-top: 1px solid #EAEAEA;
}
div.first[role="pricing-table"] ul.bonus-feature {
	background-color: transparent;
	border-top: 1px solid transparent;
}
div.first[role="pricing-table"] ul.supliment-feature {
	margin-top: 95px;
}
div.first[role="pricing-table"] ul.resource-feature {
	margin-top: 25px;
}
div.first[role="pricing-table"] ul.supliment-feature li:first-child {
	border-bottom: 1px solid transparent;
}
div[role="pricing-table"] li {
	line-height: 2;
	border-bottom: 1px solid #EAEAEA;
	display: table;
	width: 100%;
}
div[role="pricing-table"] li:last-child {
	border: none;
}
div.first[role="pricing-table"] ul:first-child li:first-child {
	line-height: 63px;
}
div[role="pricing-table"] ul > li.highlight {
  background-color: #F5F5F5;
}
.web-hosting li > span {
  display: table-cell;
  padding: 0 5px;
  width: 40%;
  word-wrap: break-word;
	vertical-align: middle;
}
.web-hosting li > span:first-child{
	width: 60%;
}
.table-header.first h3,
div[role="pricing-table"].first.bonus-feature > .table-header > h3,
div[role="pricing-table"].first.supliment-feature > .table-header > h3  {
  font-size: 1.125em;
  line-height: 1.3;
	text-align: left;
}
div[role="pricing-table"] {
  background-color: #FFFFFF;
  border: 1px solid #EAEAEA;
  padding: 0 15px 0;
	padding-top: 0;
	position: relative;
	text-align: center;
	text-align: left;
}
div[role="pricing-table"] table {
	border-collapse: separate;
	margin-bottom: 0;
}
div[role="pricing-table"].first.bonus-feature > .table-header,
div[role="pricing-table"].first.supliment-feature > .table-header {
	padding: 0;
}
div[role="pricing-table"].first,
div[role="pricing-table"].first.bonus-feature,
div[role="pricing-table"].first.supliment-feature {
	margin-bottom: 0;
	padding: 0;
}

div.bonus-feature[role="pricing-table"], 
div.supliment-feature[role="pricing-table"]{
  background-color: #eaf6ff;
  /*border: 1px solid #AEDBFC;*/
  color: #233446;
  padding: 5px 15px;
}
div.supliment-feature[role="pricing-table"],
div.resource-feature[role="pricing-table"]{
	background-color: #F6F5F5;
	color: #233446;
	border-color: #dedede;
	margin-bottom: 15px;
	border-radius: 5px;
}
div.resource-feature[role="pricing-table"] {
	margin-top: 48px;
}
div.bonus-feature[role="pricing-table"] {
  border-top: medium none;
}
div[role="pricing-table"].first.bonus-feature > .table-header,
div[role="pricing-table"].first.supliment-feature > .table-header, 
div[role="pricing-table"].first,
.table-header.first{
	background-color: transparent;
	border: none;
	text-align: left;
	color: #233446;
}
.table-footer {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #EAEAEA;
	border-top: none;
  margin-bottom: 30px;
  padding: 25px 0;
  text-align: center;
}
div[role="pricing-table"] a[rel="popover"] {
  display: inline-block;
  font-size: 1.125em;
  line-height: 1;
  margin-left: 10px;
	cursor: help;
	color: #233446;
}
div[role="pricing-table"] a[rel="popover"]:hover {
	color: #888;
}
div[role="pricing-table"].first.bonus-feature {
	
}
.first.bonus-feature.hide-on-tablet.hide-on-mobile {
  margin-top: 0px;
	padding-top: 6px;
}
.page-id-28 .table-header.supliment-feature.first,
.page-id-2737 .table-header.supliment-feature.first{
  position: relative;
	margin-top: 97px;
}
.table-header.supliment-feature.first {
  padding: 0 0 15px;
	margin-top: 97px;
	position: relative;
}
.page-id-31 .checklist-ok {
	margin-bottom: 0;
}
.bonuses .attributes, .supliments .attributes {
  background-color: transparent;
}
.table-header.pricetable-featured > .badge {
  /*background-color: #00B2AC;*/
	background-color: #419641;
  border-radius: 100px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
	padding: 6px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: auto;
	bottom: 70px;
  vertical-align: middle;
  width: 80%;
  z-index: 2;
}
.table-header.pricetable-featured > .badge > p {
	margin-bottom: 0;
}
h3.hide-on-desktop {
	margin-top: 0;
}
.post-2350 .tab-content{
	margin-bottom: 20px;
}
.post-2350 .table-header.first > h3 {
	padding: 4px 0;
}
/*Search for a domain box*/
#check_domain > div {
  position: relative;
}
#check_domain .reset {
  background-color: #E0E0E0;
  border-radius: 100px;
  font-size: 150%;
  font-weight: bold;
  height: 25px;
  line-height: 1.2;
  position: absolute;
  right: 25px;
  text-align: center;
  top: 25%;
  width: 25px;
	padding: 0;
	color: #233446;
	cursor: pointer ;
	display: none;
}
#check_domain .reset:hover,
#check_domain .reset:focus{
	text-decoration: none;
	background-color: #e9e9e9;
	color: #999;
}
/*POPOVERS*/
.popoverx {
	max-width:350px;
}
.popoverx-content > ul > li {
  font-size: 0.875em;
  line-height: 2;
}
.popoverx-content > p:last-child {
	margin-bottom: 0;
}
/*TABS*/
#price-tabs {
  z-index: 1;
}
.packages {
	width: 100%;
	border-radius: 4px;
	margin: 30px auto;
	padding: 0 10px;
}
/*.packages{
	-webkit-box-shadow: 0 10px 6px -6px #777;
	   -moz-box-shadow: 0 10px 6px -6px #777;
	        box-shadow: 0 10px 6px -6px #777;
}*/
.packages > li.active:after,
.packages > li.active:before{
	top: 100%; 
	left: 50%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none;
}
.packages > li.active:after{
	border-color: rgba(20, 31, 42, 0);
	border-top-color: #233446;
	border-width: 15px; 
	margin-left: -15px; 
}
.packages > li.active:before{
	border-color: rgba(20, 31, 42, 0);
	border-top-color: #233446;
	border-width: 16px;
	margin-left: -16px; 
}
.packages > li {
  margin-bottom: -2px;
  width: 50%;
}
.packages > li.active {
  z-index: 4444;
}
.packages > li > a > h3 {
	margin-bottom: 0;
	font-size: 0.9em;
	font-weight: 300;
}
.packages > li > a > h3 > span {
  clear: both;
  display: block;
  font-size: 11px;
  margin-top: 5px;
	color: #233446;
	font-weight: normal;
}
.packages > li > a:hover > h3 > span,
.packages > li > a:focus > h3 > span{
	color: #233446;
}
.packages > li.active > a > h3 > span {
	color: #d9edf7;
}
.packages > li > a {
  background-color: #ffffff;
  padding: 10px;
  text-align: center;
	font-size: 1.500em;
	border: 1px solid #233446;
	color: #233446;
	border-radius: 4px;
	margin-right: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0);
}
.packages > li:first-child > a{
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.packages > li:last-child > a{
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.packages > li > a:hover,
.packages > li > a:focus {
	background-color: #f9f9f9;
	color: #233446;
	border-color: #233446;
}
.packages > li.active > a,
.packages > li.active > a:hover, 
.packages > li.active > a:focus{
	border-color: #233446;
	background-color: #233446;
	color: #d9edf7;
	opacity: 1;
}
.packages > li:last-child > a{
	margin: 0;
}
.packages > li > span.tab-badge{
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	height: 20px;
	line-height: 23px;
	position: absolute;
	right: -6px;
	text-align: center;
	top: 5px;
	vertical-align: top;
	width: 54px;
	background: url("../gazduire/images/small-badge.png");
}
.packages > li > a > .tooltip {
	font-size: 60%;
}
.packages > li > a > .tooltip > .tooltip-inner {
	max-width: 310px;
	padding: 15px;
}
.tab-content {
  position: relative;
  /*z-index: 999;
	padding: 0;*/
}
.post-28 .tab-content{
	margin-bottom: 30px;
}
/*.tab-pane {
  border-bottom: 1px solid #DDDDDD;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}*/
.tab-content > .active {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  display: block;
  float: left;
  padding: 40px 0 20px;
  width: 100%;
}
/*.tab-content > .active {
  background-color: transparent;
  border-top: none;
  display: block;
  float: left;
  padding: 40px 0 20px;
  width: 100%;
}*/
.tab-content > .tab-pane > div > section, section.legend {
  float: left;
  padding: 0 10px;
}
.tab-content > .tab-pane > div > section > p, section.legend > p, p.legend{
	margin-bottom: 0px;
	color: #8D8D8D;
	font-size: 0.850em;
}
.page-id-28 section[role="hosting-attributes"] h4,
.page-id-2737 section[role="hosting-attributes"] h4{
  border-bottom: 2px solid #F5F5F5;
  padding-bottom: 10px;
}
.page-id-28 section[role="hosting-attributes"] ul.checklist-ok,
.page-id-2737 section[role="hosting-attributes"] ul.checklist-ok{
  float: left;
  padding-bottom: 10px;
  width: 100%;
}
.page-id-28 section[role="hosting-attributes"] ul.checklist-ok li,
.page-id-2737 section[role="hosting-attributes"] ul.checklist-ok li{
  display: inline-block;
  float: left;
  padding-right: 20px;
  width: 100%;
}
/* ICON BOX */
h2.section-title {
  margin-bottom: 45px;
  text-align: center;
  text-transform: none;
	position: relative;
	float: left;
	width: 100%;
}
h2.section-title:after {
  border-bottom: 3px solid;
  bottom: -20px;
  color: #E5343E;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 5%;
}
.page-id-35 h2.section-title {
  margin-top: 30px;
}
.benefit {
  background-color: #233446;
  border: 5px solid #20303F;
  border-radius: 100px;
  color: #FFFFFF;
  display: table;
  height: 115px;
  margin: 0 auto 25px;
  text-align: center;
  transition: background 0.3s ease-in-out 0s;
  vertical-align: middle;
  width: 115px;
	cursor: crosshair;
  -webkit-transition: all 0.3s ease-in-out 0s;
	 -khtml-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}
.benefit:hover {
  background-color: #20202E;
	-webkit-transform: scale(1.08);
	 -khtml-transform: scale(1.08);
	   -moz-transform: scale(1.08);
	    -ms-transform: scale(1.08);
	     -o-transform: scale(1.08);
	        transform: scale(1.08);
}
.benefit > p {
  display: table-cell;
  font-size: 11px;
  font-weight: bold;
  vertical-align: middle;
}
.benefit > p > i {
  clear: both;
  display: block;
  font-size: 250%;
  margin-bottom: 10px;
}
.benefit > p > strong {
  display: block;
  font-size: 170%;
  margin-bottom: 15px;
}
.page-id-35 .benefit > p {
	font-weight: normal;
}
/*COLORS*/
.purple { 
	background-color: #583F7E; 
	border-color: #391A6B;
}
.cyan { 
	background-color: #2395B2; 
	border-color: #1A6F84;
}
.green { 
	background-color: #47B223; 
	border-color: #28770E; 
}
.purple:hover { 
	background-color: #442777; 
}
.cyan:hover { 
	background-color: #228196; 
}
.green:hover { 
	background-color: #36A013;
}
/* DRAPE */
.drape {
  background-color: #EAF6FF;
  border: 1px solid #D4EBFC;
  margin: 0 -10px;
  padding: 9px 0;
  position: relative;
}
.drape > .left, .drape > .right {
  height: 7px;
  position: absolute;
  top: 100%;
  width: 10px;
}
.drape > .left {
  background: url("images/drape_left_corner.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
  left: -1px;
}
.drape > .right {
  background: url("images/drape_right_corner.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
  right: -1px;
}
.drape p {
  color: #555555;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  vertical-align: middle;
}
/* CONTENT BOXES */
section[role="info-hosting"] > h4 {
  line-height: 1.2;
  margin-top: 0;
}
section.gzd-benefits h3 {
	font-size: 1.188em;
}
.gzd-benefits ul.li-square > li {
	margin-bottom: 20px;
}
.gzd-benefits ul.li-square,
.gzd-benefits ul.li-square > li:last-child {
	margin-bottom: 0;
}
section[role="info-hosting"] > ul,
section.info-hosting > ul {
  line-height: 2;
}
section[role="info-hosting"] > ul > li,
section.info-hosting > ul > li {
	margin-bottom:20px;
}
section[role="info-hosting"] > p:last-child,
section.info-hosting > p:last-child {
	margin-bottom:0;
}
section[role="hosting-attributes"],
section.hosting-attributes{
	float:left;
	width: 100%;
}
.page-id-28 section[role="hosting-attributes"],
.page-id-28 section.hosting-attributes,
.page-id-2737 section[role="hosting-attributes"],
.page-id-2737 section.hosting-attributes{
	padding-bottom: 5px;
}
section[role="hosting-attributes"] > h4,
section.hosting-attributes > h4 {
  margin-bottom: 24px;
  margin-top: 0;
}
section[role="hosting-attributes"] > ul > li,
section.hosting-attributes > ul > li {
  line-height: 1.5;
  margin-bottom: 15px;
}
section[role="hosting-attributes"] > ul > li:before,
section.hosting-attributes > ul > li:before {
	line-height: 1.5;
}
section[role="teaser-hosting"],
section.teaser-hosting{
	text-align: left;
	float: left;
	width: 100%;
}
section[role="teaser-hosting"] > p:first-child,
section.teaser-hosting > p:first-child {
  float: left;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.54;
  margin-bottom: 20px;
  padding-right: 0;
  width: 100%;
}
section[role="teaser-hosting"] > p:last-child,
section.teaser-hosting > p:last-child {
  float: right;
  padding: 0;
  width: 100%;
	margin-bottom: 0;
	text-align: center;
}
/*.post-37 section[role="teaser-hosting"] > p:first-child,
.post-37 section.teaser-hosting > p:first-child {
  width: 80%;
	padding-right: 15px;
}
.post-37 section[role="teaser-hosting"] > p,
.post-37 section.teaser-hosting > p {
  padding: 0;
  width: 20%;
}*/
.post-37 section[role="teaser-hosting"] > a.btnx,
.post-37 section.teaser-hosting > a.btnx {
	margin-top: 0;
}
section[role="support-hosting"] > h4,
section.support-hosting > h4 {
  /*margin-bottom: 30px;*/
  margin-top: 0px;
}
section[role="support-hosting"] > p:last-child,
section.support-hosting > p:last-child {
	margin-bottom:0;
}
section[role="support-hosting"] > div,
section.support-hosting > div {
	text-align:center;
}
section[role="support-hosting"] > div > i,
section.support-hosting > div > i {
  color: #CCCCCC;
  font-size: 1115%;
}
.hosting-vps, .reseller {
  margin-top: 60px;
}
.hosting-vps > div > section[role="info-hosting"] > h4,
.hosting-vps > div > section.info-hosting > h4{
	line-height: 1.5;
}
/*.reseller > div > section[role="info-hosting"] > h4 {
	line-height: 2.54;
}*/
section[role="tld-partner"] {
  margin-top: 18px !important;
}
section[role="tld-partner"] > ul > li {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 25px;
	list-style: none;
  padding: 0 0 15px;
}
section[role="tld-partner"] > ul > li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding:0;
}
section[role="tld-partner"] > ul > li > p {
	margin-bottom: 10px;
}
/* COLOCATION */
.datacenter, .bandaextern, .colocare-pret {
  float: left;
	width:33.3333%;
}
.datacenter > p, .bandaextern > p, .colocare-pret > p {
	font-weight: bold;
	margin-bottom: 10px;
}
.datacenter, .bandaextern {
	margin-right: 20px;
}
.datacenter > select, .bandaextern > select {
	width: 100%;
}
.colocare-pret {
  display: table;
  height: 60px;
  margin-top: 8px;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  width: 25%;
}
.colocare-pret > span {
  color: #FFFFFF;
  display: table-cell;
  font-weight: bold;
  vertical-align: middle;
}
.colocare-pret > a {
  float:right;
}
.box.right > p {
  font-weight: bold;
}
.box.right > p:last-child {
	text-align: center;
	margin-bottom: 0;
}
.box.right .checklist-ok {
  line-height: 2.11;
	margin-bottom: 0px;
}
.colocare-pret.arrow_box.left:before,
.colocare-pret.arrow_box.left:after {
	margin-right: -8px;
}
.page-id-37 .legend {
	margin-bottom: 15px;
}
/* TESTIMONIALS */
section[role="testimonials"] {
  float: left;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}
/*section[role="testimonials"] .entry-content {
	padding: 0;
}
section[role="testimonials"] > article:last-child,
section[role="testimonials"] .client-testimonial:last-child {
  border-bottom: medium none;
  padding-bottom: 5px;
}
.client-testimonial:first-child {
	padding-top: 0;
}*/
.client-testimonial {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #d9d9d9;
  float: left;
  margin: 0 0 20px;
  padding: 20px;
  width: 100%;
	-webkit-box-shadow: 0 2px 0 #D9D9D9;
	   -moz-box-shadow: 0 2px 0 #D9D9D9;
	        box-shadow: 0 2px 0 #D9D9D9;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.logo-client {
  display: table;
 /* height: 173px;*/
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.logo-client > figure, 
.logo-client > img {
  display: table-cell;
  padding-right: 30px;
  vertical-align: middle;
}
.testimonial-bubble {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0;
  float: left;
  position: relative;
	padding: 25px;
}
.client-title:after {
  color: #DDDDDD;
  content: "";
  font-family: FontAwesome;
  font-size: 40px;
  position: absolute;
  right: 20px;
  top: 0;
}
.client-title {
  float: left;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}
.client-title a {
  border-left: 1px solid #8D8D8D;
  color: #015FC0;
  font-size: 0.750em;
  margin-left: 10px;
  padding-left: 10px;
  text-decoration: none;
}
.client-title a:hover {
	color: #888;
}
.client-tags {
  clear: both;
  float: left;
  font-size: 0.688em;
  margin: 8px 0 5px 0;
}
.client-tags a {
  background-color: #F8F8F8;
  border: 1px solid #C6D9EC;
  border-radius: 4px;
  color: #015FC0;
  padding: 2px 5px;
  text-decoration: none;
}
.client-tags a:hover {
  background-color: #DEE8F1;
	text-decoration: none;
}
.client-quote {
  float: left;
  font-size: 0.850em;
  margin: 5px 0 2px 0;
}
.client-name {
  float: left;
  font-size: 0.750em;
  font-weight: bold;
  margin: 5px 0 0;
}
/* REFEER A FIREND */
.main-content-image {
	background-image: url("images/hosting-gratuit-gazduire-ro.png");
	background-color: #89C2FC;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 183px;
	padding: 0 10px;
	position: relative;
}
.main-content-image > p:first-child{
	margin-bottom:0;
}
.main-content-image > .arrow {
  background-image: url("images/arrow-hosting-gratuit.png");
  background-repeat: no-repeat;
  bottom: 27px;
  display: block;
  height: 35px;
  position: absolute;
  right: 20px;
  top: auto;
  width: 90px;
}
.main-content-image .main-title {
	float: left;
	margin-left: 43%;
	margin-top: 20px;
	line-height: 1;
	display: block;
}
.main-content-image .main-title .title-1 {
	color: #FFFFFF;
	font-family: Open Sans,Arial,sans-serif;
	font-size: 16px;
	line-height: 1.5;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	margin: 0;
}
.main-content-image .main-title .title-2 {
	color: #FFFFFF;
	font-family: Open Sans,Arial,sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	margin: 0;
}
.main-content-image .main-title > span {
	display: block;
}
.main-content-image > p {
  float: left;
}
.main-content-image .small-cta {
	color: #FFFFFF;
	float: left;
	font-family: Open Sans,Arial,sans-serif;
	font-size: 12px;
	margin-left: 55%;
	margin-top: 35px;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
}
.main-content-image .small-cta > a {
	color: #FFFFFF;
}
.main-subtitle {
	font-family: Open Sans,Arial,Helvetica;
	font-size: 1em;
	line-height: 1.3;
	padding: 0 25px 0;
	text-align: center;
	float: left;
	width: 100%;
}
.main-subtitle.last > p:first-child {
  margin-bottom: 10px;
  margin-top: 15px;
}
.main-subtitle.last > p.legend {
  margin-bottom: 0px;
  margin-top: 20px;
}
.main-subtitle p.upper-bold {
	font-weight: bold;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}
.steps-process {
	border-bottom: 1px dotted #C2C2C2;
	border-top: 1px dotted #C2C2C2;
	float: left;
	margin: 15px 0;
}
.steps-process div[class^="steps"] {
  float: left;
  height: 149px;
  text-align: center;
	position: relative;
	width: 100%;
}
.steps-process div[class^="steps"] p {
	line-height: 1.3;
	margin: 0;
	width: auto;
}
.steps-process div[class^="steps"] img {
	margin: 20px;
}
.steps-process > div:last-child > div[class^="steps"]:before, 
.steps-process > div:last-child > div[class^="steps"]:after {
	border: none;
}
.steps-process div[class^="steps"]:before, 
.steps-process div[class^="steps"]:after {
  border: 20px solid rgba(0, 0, 0, 0);
  bottom: -25px;
  content: " ";
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 0;
}
.steps-process div[class^="steps"]:before {
  border-top-color: #DDDDDD;
  position: absolute;
  z-index: 2;
}
.steps-process div[class^="steps"]:after {
  border-right-color: #FFFFFF;
  position: absolute;
  top: 88%;
  transform: rotate(-90deg);
  z-index: 3;
}
.bulina {
	background: none repeat scroll 0 0 #B9DC7E;
	border-radius: 100px;
	display: inline-block;
	height: 30px;
	margin: 30px 20px 20px;
	position: relative;
	text-align: center;
	width: 30px;
}
.step {
  color: #FFFFFF;
  font-family: Open Sans,Arial,sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
  left: 0;
  line-height: 1;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 7px;
}
.arrow-process {
	background: url("/templates/six/gazduire/images/arrow-right-process.png") no-repeat scroll 5px 0 rgba(0, 0, 0, 0);
	float: left;
	height: 47px;
	margin-top: 35px;
	width: 25px;
}
.arrow-process {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 97px;
  transform: rotate(90deg);
	display: none;
}
.form-refer-friend {
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	float: right;
	padding: 20px 30px 30px;
	margin-top: 0;
}
.form-refer-friend .upper-title {
	border-bottom: 1px dotted #C2C2C2;
	float: left;
	font-family: Open Sans,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: uppercase;
	width: 100%;
}
.form-refer-friend form {
	
}
.form-refer-friend form .form-check {
	display: block;
	height: 26px;
	line-height: 26px;
	margin: 0 0 5px;
}
.form-refer-friend form .form-verify {
  background-color: #EAF5FF;
  width: 100%;
}
.form-refer-friend form .form-verify .number-verify {
	float: left;
	line-height: 50px;
	margin: 0 0 0 10px;
}
.form-refer-friend form .form-verify .input-verify {
	margin: 12px 0 0 10px;
	width: 50px;
	clear: none;
}
.form-refer-friend form .form-checkbox {
	border: medium none;
	box-shadow: none;
	margin: 0 5px 0 0;
	padding: 0;
	width: auto;
	float: none;
}
.form-refer-friend form .form-subtitle {
	font-weight: bold;
}
.form-refer-friend form input {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05) inset;
	color: #000000;
	float: left;
	font-family: Open Sans,Arial,Helvetica,sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 3px 5px;
}
.form-refer-friend form label {
	float: left;
	font-family: Open Sans,Arial,sans-serif;
	font-size: 14px;
	margin: 15px 0 5px;
	clear: both;
}
.form-refer-friend form > button {
	margin: 15px 0 0;
}
.form-refer-friend .refer-btn {
	background-color: #DA0000;
	border: medium none;
	border-radius: 3px;
	color: #FEFFFF;
	cursor: pointer;
	font-family: Open Sans,Arial,sans-serif;
	font-size: 14px;
	height: 36px;
	margin: 15px 0 0;
	padding: 0 0 4px;
}
.form-refer-friend .refer-btn:hover {
	background: none repeat scroll 0 0 #CC0000;
}
.form-refer-friend form input:focus {
	border: 1px solid #66AFE9;
}
.form-refer-friend .refer-btn:focus,  .form-refer-friend .refer-btn:active {
	border: medium none;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2) inset;
}
.form-refer-friend .form-site-label {
  float: left;
  position: relative;
	width: 100%;
}
.form-refer-friend .form-site-label .inner-label {
  color: #8C8C8C;
  font-family: Arial,sans-serif;
  font-size: 14px;
  left: 10px;
  line-height: 1.5;
  position: absolute;
  top: 6px;
	z-index: 1;
}
.form-refer-friend .form-site-label input {
  padding: 3px 5px 3px 48px;
}
.rec-error {
  background-color: #FAE6E6;
  border-radius: 3px;
  color: #B94A48;
  float: left;
  font-family: PT Sans,Arial,sans-serif;
  font-size: 13px;
  margin-top: 5px;
  padding: 4px 7px;
	clear: both;
}
.confirmation-hosting {
	background-color: #DFF0D8;
	border-color: #D6E9C6;
	color: #468847;
	height: 35px;
	margin-bottom: 20px;
	width: 100%;
}
.confirmation-hosting p {
	float: left;
	font-size: 14px;
	margin: 10px;
}
.error-confirmation-hosting {
	background-color: #F2DEDE;
	border-color: #EED3D7;
	color: #B94A48;
	height: 35px;
	margin-bottom: 20px;
	width: 100%;
}
.error-confirmation-hosting p {
	float: left;
	font-size: 14px;
	margin: 10px;
	width: auto;
}
/* TOOLS */
.tool-box-gazduire {
  background-color: #FBFBFB;
  border: 1px solid #D5D5D5;
  box-shadow: 0 2px 5px 0 #E5E5E5;
  float: left;
  margin-bottom: 10px;
  margin-top: 20px;
  position: relative;
	overflow: hidden;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.tool-box-gazduire figure {
  background-color: #FFFFFF;
  border-bottom: 1px solid #D5D5D5;
  padding: 25px 30px;
  text-align: center;
}
.tool-box-gazduire > section {
  float: left;
  padding: 25px 25px 0;
}
.tool-box-gazduire > section > p {
  font-size: 0.87em;
}
.tool-box-gazduire > section .info {
  bottom: 40px;
  color: #8D8D8D;
  font-size: 12px;
  font-style: italic;
}
.tool-box-gazduire > section .links {
  bottom: 10px;
  font-size: 12px;
}
h4.aligncenter {
  text-align: center;
}
.entry-content h4.softaculous-teaser {
  margin-top: 40px;
}
.info-softaculous {
  margin-top: 35px;
}
.info-softaculous > h4 {
	margin-bottom: 20px;
}
.info-softaculous > p > a {
	color: #fff;
	text-decoration: underline;
}
.info-softaculous > p > a:hover {
	text-decoration: none;
	color: #1F7EBE;
}
.info-softaculous > p.note {
  color: #B9B9B9;
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 0;
}
/* BREADCRUMBS */
.breadcrumb {
  background-color: rgba(0, 0, 0, 0);
	background: none; /*cuz ie thats why*/
  border-radius: 4px;
  list-style: none outside none;
  margin-bottom: 0;
  padding: 0;
  font-size: 0.75em;
}
.breadcrumb > li > a.current {
  color: #333333;
  font-weight: bold;
}
/* arrow left */
.arrow_box {
	position: relative; 
	background: #f9f9f9; 
	border: 1px solid #ddd; 
} 
.arrow_box.left:after, 
.arrow_box.left:before { 
	right: 100%; 
	top: 50%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	margin-right: -1px;
}
.arrow_box.left:after { 
	border-color: rgba(221, 221, 221, 0); 
	border-right-color: #f9f9f9; 
	border-width: 15px; 
	margin-top: -15px; 
} 
.arrow_box.left:before { 
	border-color: rgba(249, 249, 249, 0); 
	border-right-color: #ddd; 
	border-width: 16px; 
	margin-top: -16px; 
}
/* arrow top */
.arrow_box.top:after, 
.arrow_box.top:before { 
	bottom: 100%; 
	left: 50%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
} 
.arrow_box.top:after { 
	border-color: rgba(249, 249, 249, 0); 
	border-bottom-color: #f9f9f9; 
	border-width: 15px; 
	margin-left: -15px; 
} 
.arrow_box.top:before { 
	border-color: rgba(221, 221, 221, 0);
	border-bottom-color: #ddd; 
	border-width: 16px;
	margin-left: -16px; 
}
/* arrow bottom */
.arrow_box.bottom:after, 
.arrow_box.bottom:before { 
	top: 100%; 
	left: 50%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
} 
.arrow_box.bottom:after { 
	border-color: rgba(249, 249, 249, 0); 
	border-top-color: #f9f9f9; 
	border-width: 15px; 
	margin-left: -15px; 
} 
.arrow_box.bottom:before { 
	border-color: rgba(221, 221, 221, 0); 
	border-top-color: #ddd;
	border-width: 16px;
	margin-left: -16px; 
}
/* arrow dark*/
.box.arrow_box {
	border: none;
}
.arrow_box.dark {
	background: #233446; 
}
.arrow_box.dark.top:after,
.arrow_box.dark.top:before {
	border-bottom-color: #233446;
}
.arrow_box.dark.left:after,
.arrow_box.dark.left:before {
	border-right-color: #233446;
}
.arrow_box.dark.bottom:after,
.arrow_box.dark.bottom:before {
	border-top-color: #233446;
}

/*BUTTONS*/
.btnx{
  border-radius: 1px;
}
.btnx:hover {
  text-decoration: none !important;
}
.btnx-default,
.btnx-primary,
.btnx-success,
.btnx-info,
.btnx-warning,
.btnx-danger,
.btnx-main,
.btnx-special,
.btnx-green,
.btnx-dark-blue{
  border-bottom-width:3px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btnx-default:active,
.btnx-primary:active,
.btnx-success:active,
.btnx-info:active,
.btnx-warning:active,
.btnx-danger:active,
.btnx-default.active,
.btnx-primary.active,
.btnx-success.active,
.btnx-info.active,
.btnx-warning.active,
.btnx-danger.active,
.btnx-special.active,
.btnx-special:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btnx:active,
.btnx.active {
  background-image: none;
	border-bottom-width:3px;
}

.btnx-default {
  text-shadow: 0 1px 0 #fff;
  background-color: #F7F7F7;
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
  border-bottom-color:#ccc;
}

.btnx-default:hover,
.btnx-default:focus {
  background-color: #e9e9e9;
  background-position: 0 -15px;
	border-bottom-width:3px;
}

.btnx-default:active,
.btnx-default.active {
  background-color: #e9e9e9;
  border-color: #dbdbdb;
}
.btnx-main {
  background-color: #CB0000;
  background-repeat: repeat-x;
  border-color: #b92c28;
  color:#ffffff;
  border-bottom-color:#A00303;
}

.btnx-main:hover,
.btnx-main:focus {
  background-color: #F40707;
  background-position: 0 -15px;
  color:#ffffff;
}

.btnx-main:active,
.btnx-main.active {
  background-color: #F40707;
  border-color: #b92c28;
  color:#ffffff;
}
.btnx-special {
  background-color: #0e5077;
  background-repeat: repeat-x;
  border-color: #cd2d36;
  color:#ffffff;
  border-bottom-color:#b22a32;
}
.btnx-special:hover,
.btnx-special:focus {
  background-color: #ff3a45;
  background-position: 0 -15px;
  color:#ffffff;
}
.btnx-special:active,
.btnx-special.active {
  background-color: #ff3a45;
  border-color: #cd2d36;
  color:#ffffff;
}
.btnx-special.btnx-lg {
	padding: 15px 30px;
}
.btnx-success {
	background-color: #5cb85c;
  background-repeat: repeat-x;
  border-color: #3e8f3e;
  color:#ffffff;
  border-bottom-color:#419641;
	
  /*background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
}

.btnx-success:hover,
.btnx-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}

.btnx-success:active,
.btnx-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}

.btnx-warning {
	background-color: #f0ad4e;
  background-repeat: repeat-x;
  border-color: #e38d13;
  color:#ffffff;
  border-bottom-color:#eb9316;
	
  /*background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  background-repeat: repeat-x;
  border-color: #e38d13;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
}

.btnx-warning:hover,
.btnx-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}

.btnx-warning:active,
.btnx-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}

.btnx-info {
	background-color: #5bc0de;
  background-repeat: repeat-x;
  border-color: #28a4c9;
  color:#ffffff;
  border-bottom-color:#2aabd2;
	
  /*background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  background-repeat: repeat-x;
  border-color: #28a4c9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
}

.btnx-info:hover,
.btnx-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

.btnx-info:active,
.btnx-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btnx-lg {
  border-radius: 2px;
  font-size: 1.000em;
  line-height: 1.8;
  padding: 5px 30px;
}
.btnx-md {
	border-radius: 2px;
	font-size: 1.000em;
	line-height: 1.8;
	padding: 5px 20px;
}
.btnx-lg > i {
  font-size: 25px;
  height: 32px;
  line-height: 1.2;
  margin-right: 5px;
  width: 24px;
}
.btnx-xs {
	border-bottom-width: 2px;
}
.search-domains {
  line-height: 2;
}
.btnx-green {
	background-color: #419641;
	background-repeat: repeat-x;
	border-color: #3e8f3e;
	color:#ffffff;
	border-bottom-color:#3B873B;
}
.btnx-green:hover,
.btnx-green:focus {
	color:#ffffff;
	background-color: #4EB24E;
	background-position: 0 -15px;
}

.btnx-green:active,
.btnx-green.active {
	color:#ffffff;
	background-color: #4EB24E;
	border-color: #327532;
}

.btnx-dark-blue {
	background-color: #355472;
	background-repeat: repeat-x;
	border-color: #2B445B;
	color:#ffffff;
	border-bottom-color:#253C51;
}
.btnx-dark-blue:hover,
.btnx-dark-blue:focus {
	background-color: #41698E;
	background-position: 0 -15px;
	color:#ffffff;
}

.btnx-dark-blue:active,
.btnx-dark-blue.active {
	background-color: #41698E;
	border-color: #253C51;
	color:#ffffff;
}
/*THANK YOU PAGE*/
section.thankyou {
	background-image:url(images/thankyou-background.png);
  background-color: #0096A5;
  box-shadow: 0 3px 0 #01707C;
  margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 80% 30%;
}
.thankyou h1 {
  font-size: 50px;
  font-weight: 300;
	color: #fff;
}
.thankyou h3 {
  color: #FFFFFF;
  font-weight: 300;
  margin: 0 0 45px;
}
/* UPTIME */ 
.uptime h4 {
	padding: 0 10px;
}
.charts > div {
  float: left;
  width: 50%;
}
.charts > div > div:before {
  background-color: #20303F;
  content: "";
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
  z-index: 10;
	-webkit-border-radius: 100% 0 0 100% / 50% 0 0 50%;
	   -moz-border-radius: 100% 0 0 100% / 50% 0 0 50%;
		 	    border-radius: 100% 0 0 100% / 50% 0 0 50%;
}
.charts > div.monthly > div:before {
	background-color: #04C9BF ;
}
.charts > div > div:after {
  background: none repeat scroll 0 0 #FFFFFF;
  content: "";
  height: 70px;
  left: 15px;
  position: absolute;
  top: 15px;
  width: 70px;
  z-index: 11;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}
.charts > div > div {
  background-color: #355472;
  height: 100px;
  margin: 0 auto;
  position: relative;
  width: 100px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}
.charts > div.monthly div {
  background-color: #0096A5;
}
.charts > div > div p {
  left: 20px;
  position: absolute;
  top: 50%;
  vertical-align: top;
  z-index: 100;
	margin-top: -27px;
	line-height: 54px;
}
.charts p {
  color: #3A3B36;
  font-size: 20px;
  letter-spacing: -0.05em;
  margin: 30px 0 30px;
  text-align: center;
}
.charts > div > div p span {
  font-size: 20px;
  line-height: 54px;
}
/* REQUEST ASSISTANCE */
section[role="assistance"].assistance {
  background: none repeat scroll 0 0 #F9F9F9;
  border-top: 6px solid #d9d9d9;
  padding: 29px 0 35px;
}
section[role="assistance"].assistance p {
  font-size: 24px;
  text-align: center;
	font-weight: 300;
	margin-bottom: 0;
}
/* TEASER BOX */
.teaser-wrap {
  background-color: #fff;
	border: 1px solid #c5c5c5;
  border-right: 3px solid #5BC0DE;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  left: 0;
  position: fixed;
  bottom: 100px;
	z-index: 9999;
	display: table;
	width: 214px;
	text-align: center;
}
.teaser-wrap > figure {
	float: left;
	border-right: 1px solid #c5c5c5;
}
.teaser-wrap > .teaser-inner {
	padding: 10px 15px;
	float: left;
}
.teaser-wrap a {
	display: block;
}
/*.teaser-tongue {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}*/
.teaser-tongue {
  background-color: #5BC0DE;
  display: table-cell;
  position: absolute;
  right: -32px;
  top: 50%;
	margin-top: -17px;
  vertical-align: middle;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.teaser-tongue > a.close {
  padding: 8px;
	font-size: 16px;
}
.teaser-wrap > .teaser-inner > h4 {
	margin-top: 0;
	margin-bottom: 10px;
}
.teaser-wrap > .teaser-inner > p {
	margin-bottom: 10px;
	font-size: 0.85em;
}
.teaser-wrap > .teaser-inner > span {
  float: left;
  text-align: center;
  width: 100%;
}
.teaser-wrap:before{
	background-image: url("images/secret-badge.png");
	background-repeat: no-repeat;
	content: " ";
	height: 50px;
	left: 15px;
	position: absolute;
	text-indent: -9999px;
	top: -13px;
	width: 205px;
}
.page-template-tutorials h1 {
	font-size: 32px;
	line-height: 42px;
	text-align: center;
}
.page-template-tutorials h2 {
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 40px;
	text-align: center;
}
.featured-tutorials .box {
	text-align: center;
}
.featured-tutorials .box svg,
.featured-tutorials .box figure,
.featured-tutorials .box img{
	display: block;
	height: 80px;
	margin: 0 auto 15px;
	width: 80px;
}
.featured-tutorials .box a > strong{
	display: block;
	font-size: 16px;
}
.list-tutorials > div {
	margin: 25px 0 0;
}
.list-tutorials > div:first-child {
	margin-top: 0;
}
.list-tutorials > div > h3 {
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #E0E0E0;
}
.list-tutorials ul {
	list-style: none;
}
.list-tutorials > div > ul > li {
	float: left;
	margin: 3px 0;
	padding: 0;
	position: relative;
	width: 25%;
}
.list-tutorials > div > ul > li > i {
	color: #dddddd;
}
.accordion-menu {
	padding-top: 12px;
}

.navx-item .navx-link {
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	font-weight: 600;
}
.navx-item .navx-link.collapsexd {
	border-bottom-color: #ddd;
}
.navx-item > div > ul {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 10px 15px;
}

.fb-share-button.fb_iframe_widget > span {
  height: 21px !important;
}
.addthis_button_tweet > iframe {
	margin: 0;
}
/*.entry-title animation*/
@keyframes animatedLine {
	0% {width: 0;}
	100% {width: 100%;}
}
@-moz-keyframes animatedLine {
	0% {width: 0;}
	100% {width: 100%;}
}
@-webkit-keyframes animatedLine {
	0% {width: 0;}
	100% {width: 100%;}
}

/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}
@media screen and (max-width: 360px) {
	.packages > li > a {
		padding: 10px 30px !important;
	}
}
@media screen and (max-width: 400px) {
	.list-view .site-content .post-thumbnail {
		background: none;
		width: auto;
		z-index: 2;
	}

	.list-view .site-content .post-thumbnail img {
		float: left;
		margin: 0 10px 3px 0;
		width: 84px;
	}

	.list-view .site-content .entry-header {
		background-color: transparent;
		padding: 0;
	}

	.list-view .content-area {
		padding: 0 10px;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 0;
		min-height: 60px;
		padding: 12px 0 9px;
	}

	.list-view .site-content .cat-links,
	.list-view .site-content .entry-content,
	.list-view .site-content .entry-summary,
	.list-view .site-content footer.entry-meta {
		display: none;
	}

	.list-view .site-content .entry-title {
		clear: none;
		font-size: 0.938em;
		font-weight: 900;
		line-height: 1.2;
		margin-bottom: 6px;
		text-transform: none;
	}

	.list-view .site-content .format-aside .entry-title,
	.list-view .site-content .format-link .entry-title,
	.list-view .site-content .format-quote .entry-title {
		display: block;
	}

	.list-view .site-content .entry-meta {
		background-color: transparent;
		clear: none;
		margin: 0;
		text-transform: none;
	}

	.archive-header,
	.page-header {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 24px auto 0;
		padding-bottom: 24px;
	}

	.error403 .page-header,
	.error404 .page-header {
		border-bottom: 0;
		margin: 0 auto 24px;
		padding: 0 10px;
	}
	.box, .contact-sidebar {
		padding: 0;
	}
}
@media screen and (max-width: 594px) {
	/*.search-toggle {
		display: none;
	}*/
	.entry-content .addthis_toolbox, .entry-content .addthis_button, .entry-header .addthis_toolbox, .entry-header .addthis_button {
		top: -145px;
	}
	.site-footer > div > div {
		text-align: center;
	}
	.footer-nav-menu li {
		line-height:3;
		padding: 0;
	}
}
@media screen and (max-width: 768px) {
	.carousel-inner {
		height: 510px;
		background-color: #f9f9f9;
	}
	.carousel-inner > .item > img {
		display: none;
	}
	.carousel-caption h1, .carousel-caption h1 a {
		font-size: 38px;
		width: 100%;
		word-wrap: normal;
	}
	.carousel-caption p {
		color: #424242;
		text-shadow: none;
	}
	.extra-content {
		top: 240px;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.carousel-caption.extra,
	.carousel-caption p {
		width: 100%;
		top: 20px;
		text-align: center;
	}
	.carousel-control {
		width: 10%;
		font-size: 20px;
	}
}
@media screen and (max-width: 809px) {
		/* arrow top */
	.colocare-pret.arrow_box.dark.left:after, 
	.colocare-pret.arrow_box.dark.left:before {
		border: medium solid rgba(0, 0, 0, 0);
		bottom: 100%;
		content: " ";
		height: 0;
		left: 0;
		margin: 0 auto !important;
		pointer-events: none;
		position: absolute;
		right: 0;
		top: -20px;
		width: 0;
	} 
	.colocare-pret.arrow_box.dark.left:after { 
		border-color: rgba(249, 249, 249, 0); 
		border-bottom-color: #233446; 
		border-width: 15px; 
		margin-left: -15px; 
	} 
	.colocare-pret.arrow_box.dark.left:before { 
		border-color: rgba(221, 221, 221, 0);
		border-bottom-color: #ddd; 
		border-width: 15px;
		margin-left: -15px; 
	}
	#site-header > a[rel="home"] > img {
		max-width: 80%;
	}
	.menu-seo-header-menu-container {
		float: none;
		padding: 0 10px;
		text-align: center;
	}
	.gzd-contact > section {
		float: left;
		text-align: center;
		width: 100%;
	}
	.top-nav-menu > li > a{
		font-size: 10px;
	}
	.top-contact.phone-us {
		border-left: 0;
	}
	.top-contact.email-us {
		border-right: 0;
	}
	/*.top-contact {
		font-size: 10px !important;
		float: none;
		display: inline-block;
		padding:5px;
	}*/
	.top-contact > i {
		padding-right: 5px;
	}
	.upper-live-chat > a {
		clear: none;
		float: left;
		text-align: center;
		width: 50%;
	}
	.upper-live-chat > a:last-child {
		border-left: 1px solid #CCCCCC;
		margin-right: 0;
	}
	.vfb-span {
		clear: both;
		float: left;
		margin-bottom: 20px;
	}
	.vfb-item-radio > div > .vfb-span:last-child {
		margin-bottom: 0;
	}
	.box, 
	.contact-sidebar,
	.testimonial-bubble {
		padding:15px;
	}
	.client-title:after {
		right: 15px;
	}
	a:focus {
		outline: none;
	}
	.search-toggle > a:before {
		text-indent: 0;
	}
	.search-toggle > a {
		height: 40px;
	}
	div[role="testimonials"] {
		padding: 20px 10px;
	}
	section[role="services"] {
		margin-bottom: 20px;
		text-align: center;
	}
	.testimonials-slide {
		text-align: left;
	}
	.testimonials-slide .dots li {
		border-radius: 50px;
		height: 20px;
		width: 20px;
	}
	.domain-search section {
		width: 100%;
	}
	.domain-search section[role="extensions"] {
		padding-right: 0;
		text-align: center;
		margin-top: 20px;
	}
	.domain-search > div:first-child > p {
		margin-bottom: 10px;
		text-align: center;
	}
	.domain-search .input-col {
		margin: 0;
		padding: 0 12px;
		text-align: center;
		width: 33.3333%;
	}
	.domain-search .input-col-domain {
		margin-bottom: 15px;
		width: 60px;
	}
	.first_service, .second_service {
		border: none;
	}
	/*h1,h2,h3,
	.gazduire_servicii_oferite,
	.da-slide-extra-content h4,
	section[role="services"] {
		font-size: 85%;
	}*/
	.gazduire_servicii_oferite > h2 {
		font-size: 1.5em;
	}
	.gazduire_servicii_oferite .pack-price {
		height: 75px;
		right: 30px;
		width: 75px;
	}
	#da-slider-eps_54 .da-slide .da-slide-heading-content h2 {
		font-size: 1.500em;
		width: 100%;
		margin-top: 20px;
	}
	#da-slider-eps_54 .da-slide .da-slide-heading-content p {
		font-weight: normal !important;
		font-size: 80%;
		height: 80px;
		left: 5%;
		overflow: hidden;
		top: 20%;
		width: 90% !important;
		z-index: 10;
		margin: 0 auto;
	}
	.da-slide-extra-content {
		margin: 0 auto;
		top: auto !important;
		bottom: 40px;
		width: 90% !important;
		left: 0;
		font-size: 80%;
		padding: 10px 10px !important;
		text-align: center;
	}
	.da-slide-extra-content ul.checklist-ok > li, 
	.da-slide-extra-content ul.checklist-ok li:before {
		line-height: 0 !important;
	}
	p,
	.packages > li > a,
	.da-slide-extra-content, 
	.checklist-ok > li,
	.da-slide-extra-content > section > a.btnx,
	section[role="teaser-hosting"] > p,
	section[role="hosting-attributes"] > ul > li{
		font-size: 100%;
	}
	section[role="hosting-attributes"] > ul > li:before {
		line-height: 1.5;
	}
	section[role="teaser-hosting"] {
		text-align: center;
	}
	section[role="teaser-hosting"] > p {
		padding: 0;	
		margin-bottom: 20px;
		text-align: left;
	}
	section[role="teaser-hosting"] > p,
	section[role="teaser-hosting"] > a.btnx {
		width: auto;
	}
	section[role="teaser-hosting"] > a.btnx {
		padding: 5px 10px;
		float: none;
	}
	.da-slide-current .da-slide-extra-content {
		left: 0 !important;
		opacity: 1;
		right: 0 !important;
	}
	.da-slide-extra-content > ul.checklist-ok {
		margin: 5px 0;
	}
	.da-slide-extra-content ul.checklist-ok > li, 
	.da-slide-extra-content ul.checklist-ok li:before {
		line-height: 1;
		display: inline-block;
	}
	div[role="cpanel-tools"] {
		border-bottom: none;
		padding: 20px 0;
		text-align: center;
	}
	#site-header,
	div[role="cpanel-tools"] > section {
  	text-align: center;
	}
	div[role="cpanel-tools"] > section > a {
		border-bottom: 1px solid #CCCCCC;
		display: block;
		margin-bottom: 21px;
		padding-bottom: 20px;
		margin-right: 0;
	}
	section[role="services"] {
		min-height: inherit;
	}
	fieldset > .vfb-section > li.vfb-item-email, 
	fieldset > .vfb-section > li.vfb-item-text, 
	fieldset > .vfb-section > li.vfb-item-phone,
	.datacenter, .bandaextern, .colocare-pret {
		width: 100%;
	}
	.entry-content .addthis_toolbox, 
	.entry-content .addthis_button, 
	.entry-header .addthis_toolbox, 
	.entry-header .addthis_button {
		left: 18.5%;
		top: 90%;
	}
	section[role="testimonials"] .logo-client > figure, .logo-client > img {
		padding: 0;
	}
	section[role="testimonials"] .client-title a {
		clear: both;
		display: block;
		border: none;
		padding-left: 0;
		margin-left: 0;
	}
	section[role="testimonials"] .entry-content,
	.entry-content {
		padding: 0 !important;
	}
	section[role="testimonials"] .show-more {
		clear: both;
		display: block;
	}
 /*.site-title, .site-description {
	 	clip: auto !important;
 }*/
 	div[role="product"] img {
 		right: 10px;
 }
 .aditional-services > ul > li {
		line-height: 1.5;
		padding-bottom: 15px;
		padding-top: 15px;
		text-align: center;
		list-style: none;
}
 .aditional-services > ul > li > span {
		display: block;
		float: none;
		width: 100%;
		text-align: center;
	}
	.program {
		width: 100%;
		margin-bottom: 20px;
	}
	.tab-content > .tab-pane > div > section, section.legend {
		margin-bottom: 20px;
	}
	.domain-search > .tablet-grid-30,
	.domain-search > .tablet-grid-70,
	 #check_domain > .tablet-grid-40,
	 #check_domain > .tablet-grid-60{
		width: 100%;
	}
	.domain-search section[role="extensions"] {
		height: auto;
	}
	.upper-live-chat > a {
		background-color: #E1E1E1;
		color: #233446;
		padding: 16px 20px;
	}
	.carousel-indicators {
		display: none;
	}
}
@media screen and (max-width: 1008px) {
	.tab-content header.first,
	.tab-content div.first[role="pricing-table"]  {
		display: none;
	}
	.gazduire_servicii_oferite {
		margin-bottom: 30px;
		padding: 0 30px;
	}
	div[role="pricing-table"] .web-hosting > tbody > tr > td {
		padding: 8px !important;
	}
	.vfb-item-submit, .vfb-item-secret {
		width: 100% !important;
	}
	fieldset > .vfb-section > li.vfb-item-secret > span.vfb-span {
		float: none;
	}
	section.affix[role="teaser-right"] {
		position: relative;
		width: 100%;
		top: auto;
	}
	.logo-client {
		height: auto !important;
		padding-bottom: 20px;
	}
	.domain-search .btnx-lg {
		padding: 8px 15px;
	}
}
@media screen and (max-width: 1024px) {
	.attributes {
		background: none repeat scroll 0 0 #F5F5F5;
	}
}
@media screen and (min-width: 401px) {
	a.post-thumbnail:hover img {
		opacity: 0.85;
	}
	.table-header h3 {
		font-size: 1.2em;
	}

	.full-size-link:before,
	.parent-post-link:before,
	.site-content span + .byline:before,
	.site-content span + .comments-link:before,
	.site-content span + .edit-link:before,
	.site-content span + .entry-date:before {
		content: "";
	}

	.attachment span.entry-date:before,
	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before,
	.site-content .byline a:before,
	.site-content .comments-link a:before,
	.site-content .entry-date a:before,
	.site-content .featured-post:before,
	.site-content .full-size-link a:before,
	.site-content .parent-post-link a:before,
	.site-content .post-format a:before {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font: normal 16px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}

	.site-content .entry-meta > span {
		margin-right: 10px;
	}

	.site-content .format-video .post-format a:before {
		content: "\f104";
	}

	.site-content .format-audio .post-format a:before {
		content: "\f109";
	}

	.site-content .format-image .post-format a:before {
		content: "\f473";
	}

	.site-content .format-quote .post-format a:before {
		content: "\f106";
		margin-right: 2px;
	}

	.site-content .format-gallery .post-format a:before {
		content: "\f103";
		margin-right: 4px;
	}

	.site-content .format-aside .post-format a:before {
		content: "\f101";
		margin-right: 2px;
	}

	.site-content .format-link .post-format a:before {
		content: "\f107";
		position: relative;
		top: 1px;
	}

	.site-content .featured-post:before {
		content: "\f308";
		margin-right: 3px;
		position: relative;
		top: 1px;
	}

	.site-content .entry-date a:before,
	.attachment .site-content span.entry-date:before {
		content: "\f303";
		margin-right: 1px;
		position: relative;
		top: 1px;
	}

	.site-content .byline a:before {
		content: "\f304";
	}

	.site-content .comments-link a:before {
		content: "\f300";
		margin-right: 2px;
	}

	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before {
		content: "\f411";
	}

	.site-content .full-size-link a:before {
		content: "\f402";
		margin-right: 1px;
	}

	.site-content .parent-post-link a:before {
		content: "\f301";
	}

	.list-view .site-content .hentry {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		padding-top: 48px;
	}

	.list-view .site-content .hentry:first-of-type,
	.list-view .site-content .hentry.has-post-thumbnail {
		border-top: 0;
		padding-top: 0;
	}

	.archive-header,
	.page-header {
		margin: 0 auto 60px;
		padding: 0 10px;
	}
	
	.error401 .page-header,
	.error403 .page-header,
	.error404 .page-header {
		margin-bottom: 24px;
	}
	/*.site-content .entry-content .table-header h3 {
		font-size: 1.313em;
	}*/
}
@media screen and (min-width: 480px) {
	.main-content-image .main-title {
		margin-left: 33%;
	}
	.menu-toggle,
	.menu-toggle-new {
		top: 5px;
	}
}
@media screen and (min-width: 594px) {
	.site-content .entry-header {
		/*padding-right: 30px;
		padding-left: 30px;*/
	}
	.domain-search .input-col-domain {
		float: left;
	}
	.domain-search > div:first-child > p {
		margin-bottom: 0;
		padding-top: 0;
		text-align: center;
	}
	.main-content-image .main-title {
		margin-left: 30%;
	}
	.main-content-image .small-cta {
		font-size: 14px;
		margin-left: 60%;
	}
	.main-content-image .main-title .title-1 {
		font-size: 22px;
		line-height: 2.3;
		margin: 0;
	}
	.main-content-image .main-title .title-2 {
		font-size: 32px;;
		margin: 0;
	}
	.main-content-image .main-title {
		margin-left: 26%;
	}
	.packages > li {
		margin-bottom: -1px;
	}
	.menu-toggle,
	.menu-toggle-new {
		top: 10px;
	}
}
@media screen and (min-width: 673px) {
	#site-header a[rel="home"] img {
		color: #CB0000;
		font-size: 200%;
		font-weight: bold;
		max-width: 50%;
	}
	.header-main {
		padding: 0 30px;
	}
	.search-box .search-field {
		width: 50%;
	}
	.content-area {
		float: left;
		width: 100%;
	}
	.site-content {
		margin-right: 33.33333333%;
	}
	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta,
	.friend-sidebar.widget-area{
		padding-right: 0px;
		padding-left: 0px;
	}
	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}
	.full-width .site-content {
		margin-right: 0;
	}
	/*#secondary,*/
	#supplementary {
		padding: 0 30px;
	}
	.content-sidebar {
		border: 0;
		float: right;
		margin-left: -33.33333333%;
		padding: 48px 30px 24px;
		width: 33.33333333%;
	}
	.grid .featured-content .hentry {
		float: left;
		width: 50%;
	}
	.grid .featured-content .hentry:nth-child( 2n+1 ) {
		clear: both;
	}
	.grid .featured-content .entry-header {
		border-color: #000;
		border-style: solid;
		border-width: 12px 10px;
		height: 96px;
		padding: 0;
	}
	.slider .featured-content .entry-title {
		font-size: 1.375em;
		line-height: 1.0909090909;
	}
	.slider .featured-content .entry-header {
		min-height: inherit;
		padding: 24px 30px 48px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 50%;
		z-index: 3;
	}
	.slider-control-paging {
		background: transparent;
		margin-top: -48px;
		padding-left: 20px;
		width: 50%;
	}
	.slider-direction-nav {
		clear: none;
		float: right;
		margin-top: -48px;
		width: 98px;
	}
	.slider-direction-nav li {
		border: 0;
		padding: 0 1px 0 0;
	}
	.slider-direction-nav li:last-child {
		padding: 0 0 0 1px;
	}
	.slider-direction-nav a {
		height: 48px;
	}
	.slider-direction-nav a:before {
		line-height: 48px;
	}
	.site-info {
		padding: 10px 30px;
		text-align: center;
		background: #bbb;
	}
	.we-accept {
		height: 39px;
		text-align: left;
		background: #ccc;
		position: relative;
	}
	.social-media {
		position: absolute;
		right: 10px;
		left: auto;
		/*top: 31px;*/
		top: 50%;
		bottom: 5px;
		/*width: 400px;*/
		height: 22px;
	}
	.social-media > span{
		display: inline-block;
		vertical-align: top;
		height: 22px;
	}
	.google-plus-one {
		position: relative;
		top: 1px;
	}
	.page-id-28 section[role="hosting-attributes"] ul.checklist-ok li,
	.page-id-2737 section[role="hosting-attributes"] ul.checklist-ok li{
		width: 33.3333%;
	}
	.benefit {
		height: 165px;
		margin: 0 auto 25px;
		width: 165px;
	}
	.benefit > p {
		display: table-cell;
		font-weight: bold;
		vertical-align: middle;
		font-size: 1em;
	}
	.benefit > p > i {
		clear: both;
		display: block;
		font-size: 300%;
		margin-bottom: 20px;
	}
	div[role="pricing-table"] {
		padding: 0;
	}
}
@media screen and (min-width: 768px) {
	.steps-process div[class^="steps"]:before,
	.steps-process div[class^="steps"]:after {
		content: ' ';
		height: 0;
		position: absolute;
		width: 0;
		border: 25px solid transparent;
		left: auto;
		margin: 0;
	}
	.steps-process div[class^="steps"]:before {
		border-left-color: #DDDDDD;
		position: absolute;
		right: -45px;
		top: 34%;
		z-index: 2;
	}
	.steps-process div[class^="steps"]:after {
		border-right-color: #FFFFFF;
		position: absolute;
		right: -43px;
		top: 34%;
		-webkit-transform: rotate(180deg);
		   -moz-transform: rotate(180deg);
		        transform: rotate(180deg);
		z-index: 3;
	}
	.gazduire_servicii_oferite .pack-price {
		font-size: 0.857em;
	}
	.table-header.pricetable-featured h3{
		display: table;
		padding-bottom: 30px;
		margin-top: -15px;
		vertical-align: middle;
		width: 100%;
	}
	section.webmail {
		background-image: url('images/webmail-background.png');
		background-repeat: no-repeat;
		background-position: 95% center;
	}
	/*.page-id-37 .table-footer {
		margin-bottom: 15px;
	}*/
	.footer-nav-menu {
		padding: 0 15px;
	}
	.charts > div > div:before {
		height: 150px;
		left: 0;
		position: absolute;
		top: 0;
		width: 75px;
	}
	.charts > div > div:after {
		height: 110px;
		left: 20px;
		top: 20px;
		width: 110px;
	}
	.charts > div > div {
		height: 150px;
		width: 150px;
	}
	.charts > div {
		width: 50%;
	}
	.charts > div > div p {
		font-size: 30px;
		left: 30px;
		margin-bottom: 0;
	}
	.charts > div > div p span {
		font-size: 30px;
		line-height: 54px;
	}
	.footer-nav-menu li > a {
  	font-size: 13px;
	}
	/*RADIO HOME*/
	.domain-search .input-col-domain > span {
		display: inline-block;
		cursor: pointer;
		position: relative;
		padding-left: 25px;
		margin-right: 25px;
		font-size: 0.85em;
		line-height: 26px;
	}
	.domain-search .input-col-domain > input[type=radio] {
		display: none;
	}
	.domain-search .input-col-domain > span:before {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		margin-right: 10px;
		position: absolute;
		top: 3px;
		left: 0;
		background-color: #fff;
		-webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .8);
		   -moz-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .8);
		    -ms-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .8);
		        box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .8);
	}
	.domain-search .input-col-domain > span:before {
		border-radius: 50px;
	}
	.domain-search .input-col-domain > span:after {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		content: "";
		color: #999;
		font-size: 14px;
		text-align: center;
		line-height: 22px;
		width: 20px;
		height: 20px;
		margin-right: 10px;
		position: absolute;
		left: 0;
		top: 3px;
		font-family: 'FontAwesome', sans-serif;
		display: inline-block;
	}
	.domain-search .input-col-domain > span:hover:after {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		filter: alpha(opacity=30);
		opacity: 0.3;
	}
	.domain-search .input-col-domain > input[type=radio]:checked + span:after {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}
	.domain-search .input-col {
		width: 58px;
	}
	.packages > li > a {
		padding: 10px 25px;
	}

}
@media screen and (min-width: 783px) {
	#site-header a[rel="home"] img {
		max-width: 77%;
	}
	.header-main {
		padding-right: 0;
		padding-left: 0;
		float: left;
		padding: 0;
	}
	.search-toggle {
		margin-right: 0;
	}
	.gzd-contact > div[class^="menu-seo-"] {
		float: left;
		padding: 0 10px 0 0;
		text-align: left;
	}
	/* Fixed Header */
	.masthead-fixed .site-header {
		background-color: #233446;
		max-width: 980px;
		top: 0;
		padding: 0;
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
		   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
		        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	}
	.masthead-fixed .navx-wrap {
		background-color: #233446;
		padding: 0;
		left: 0;
		max-width: inherit;
		position: fixed;
		right: 0;
		width: 100%;
		z-index: 9999;
		top: 0;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
		   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
		        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	}
	.masthead-fixed .navx-wrap.animated {
		-webkit-animation-duration: 0s;
		   -moz-animation-duration: 0s;
		        animation-duration: 0s;
	}
	.masthead-fixed .search-toggle {
		right: 0;
	}
	.masthead-fixed #site-header a[rel="home"] img {
	
	}
	.admin-bar.masthead-fixed .navx-wrap {
		top: 32px;
	}
	.masthead-fixed .site-main {
		position: relative;
	}
	.admin-bar .top-menu {
		top: 0;
	}
	/* Navigation */
	.site-navigation li .current_page_item > a,
	.site-navigation li .current_page_ancestor > a,
	.site-navigation li .current-menu-item > a,
	.site-navigation li .current-menu-ancestor > a {
		background-color: #233446;
		color: #fff;
	}
	/* Primary Navigation */
	.navx-wrap {
		padding: 0;
	}
	.menu-primary-menu-container {
		float: left;
		width: 100%;
	}
	.primary-navigation {
		float: left;
		font-size: 0.875em;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		width: 100%;
	}
	.primary-navigation .menu-toggle,
	.primary-navigation .menu-toggle-new {
		display: none;
		padding: 0;
	}
	.primary-navigation .navx-menu {
		border-bottom: 0;
		display: block;
	}
	.primary-navigation.toggled-on {
		border-bottom: 0;
		margin: 0;
		padding: 0;
	}
	.primary-navigation li {
		border: 0;
		float: left;
		height: 44px;
		line-height: 44px;
		position: relative;
	}
	.primary-navigation li:first-child > a {
		-webkit-border-top-left-radius: 3px;
		   -moz-border-top-left-radius: 3px;
		    -ms-border-top-left-radius: 3px;
		     -o-border-top-left-radius: 3px;
				    border-top-left-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		   -moz-border-bottom-left-radius: 3px;		
		    -ms-border-bottom-left-radius: 3px;		
		     -o-border-bottom-left-radius: 3px;		
		        border-bottom-left-radius: 3px;						
	}
	.primary-navigation li#menu-item-1496 {
		float: right;
	}
	.primary-navigation li#menu-item-1496 > a {
		padding: 0 24px;
	}
	.primary-navigation li#menu-item-1496 > a > i {
		margin-right: 5px;
	}
	.primary-navigation ul > li > a {
		display: inline-block;
		padding: 0 15px;
		white-space: nowrap;
		font-size: 1.071em;
		text-indent: 0;
		border-radius: 0;
		color: #fff;
	}
	.masthead-fixed .primary-navigation  ul > li > a {
		color: #ffffff;
	}
	.primary-navigation ul ul.sub-menu {
		background-color: #355472;
		float: left;
		margin: 0;
		position: absolute;
		top: 43px;
		left: -999em;
		z-index: 99999;
		box-shadow:0 1px 1px rgba(0, 0, 0, 0.15);
		transition: all 200ms ease-in-out 0s;
		/*width: 783px;*/
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
	}
	.primary-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.0909090909;
		border-left: 1px solid #233446;
	}
	.primary-navigation li li:first-child{
		border: none;
	}
	.primary-navigation ul ul.sub-menu ul {
		left: -999em;
		top: 0;
	}
	.primary-navigation ul ul.sub-menu a {
		border-bottom: 2px solid rgba(0, 0, 0, 0);
		font-size: 0.95em;
		padding: 20px 15px;
		white-space: normal;
		width: 137px;
		color: #fff;
		text-align: center;
	}
	.primary-navigation ul ul.sub-menu a > .custom-icon {
		display: block;
		font-size: 250%;
		text-align: center;
		margin-bottom: 15px;
		height: 34px;
	}
	.primary-navigation ul ul.sub-menu a > span > strong {
		font-weight: bold;
		font-size: 12px;
		word-spacing: 150px;
	}
	.primary-navigation ul ul.sub-menu a > span > span {
		line-height: 24px;
		display: block;
		color: #fff;
		font-size: 10px;
		font-weight: normal;
	}
	.primary-navigation ul ul.sub-menu a > span.btnx {
		color: inherit;
		font-size: inherit;
		font-weight: normal;
		padding: 1px 10px;
		margin-top: 10px;
		display: inline-block;
	}
	/* current style
	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a,
  .primary-navigation li.current-menu-item > a {
		background-color: #fff;
		color: #233446;
		box-shadow:0 1px 1px rgba(0, 0, 0, 0.15);
	}
	.primary-navigation li:hover > a, 
	.primary-navigation li.focus > a, 
	.primary-navigation li.current-menu-item > a {
		background-color: #FFFFFF;
		border-bottom: 3px solid #CB0000;
		color: #233446;
	}*/
	.primary-navigation ul > li:hover > a,
	.primary-navigation ul > li > a:hover{
		background-color: #4A79A5;
		color: #fff;
	}
	.primary-navigation li.focus > a, 
	.primary-navigation li.current-menu-item > a {
		background-color: #355472;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
		color: #fff;
	}
	.primary-navigation ul ul.sub-menu > li.current-menu-item > a,
	.primary-navigation ul ul.sub-menu a:hover,
	.primary-navigation ul ul.sub-menu li.focus > a {
		background-color: #4A79A5;
		box-shadow: none;
	}

	.primary-navigation ul li:hover > ul,
	.primary-navigation ul li.focus > ul {
		left: auto;
	}
	.primary-navigation ul ul.sub-menu li:hover > ul,
	.primary-navigation ul ul.sub-menu li.focus > ul {
		left: 100%;
	}
	.primary-navigation li.current-page-ancestor:after {
		animation: 0.3s linear 0s normal none 1 animatedLine;
		border-bottom: 2px solid #CB0000;
		content: "";
		display: block;
		left: 0;
		position: relative;
		top: -1px;
	}
	.primary-navigation .menu-item-has-children > a,
	.primary-navigation .page_item_has_children > a {
		padding-right: 26px;
	}
	.primary-navigation .menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f0d7";
		display: inline-block;
		font: normal 12px/0 FontAwesome, sans-serif;
		position: absolute;
		right: 12px;
		top: 24px;
		vertical-align: text-bottom;
	}
	.primary-navigation li .menu-item-has-children > a,
	.primary-navigation li .page_item_has_children > a {
		padding-right: 20px;
		width: 168px;
	}
	.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
	.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
	.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
		content: "\f501";
		right: 8px;
		top: 20px;
	}
	.masthead-fixed .primary-navigation ul ul.sub-menu li:hover:after,
	.masthead-fixed .primary-navigation ul ul.sub-menu li.current-menu-item:after{
		border-bottom: none;
	}
	.masthead-fixed .primary-navigation li.focus:after, 
	.masthead-fixed .primary-navigation li.current-menu-item:after,
	.masthead-fixed .primary-navigation li:hover:after {
		border-bottom: 2px solid #CB0000;
		content: "";
		top: -1px;
		left: 0;
		display: block;
		position: relative;
		-webkit-animation: 0.3s linear 0s normal none 1 animatedLine;
			 -moz-animation: 0.3s linear 0s normal none 1 animatedLine;
						animation: 0.3s linear 0s normal none 1 animatedLine;
	}
	.payment-options {
		left: 0;
		right: 0;
	}
	.faq-slide li > p:last-child {
		margin: 0;
	}
	.faq-slide h3 {
		font-size: 1.313em;
	}
	.page-id-28 .site-content .faq-wrapper li > p:last-child,
	.page-id-2737 .site-content .faq-wrapper li > p:last-child{
		margin: 0;
	}
}

@media screen and (min-width: 810px) {
	.top-contact {
		float: left;
	}
	.domain-search section[role="extensions"] {
		height: 50px;
	}
	.leaderboard {
		position: absolute;
		top: 20px;
		right: 10px;
		max-width: 100%;
	}
	.attachment .entry-attachment .attachment {
		margin-right: -168px;
		margin-left: -168px;
		max-width: 810px;
	}
	.attachment .site-content .attachment img {
		display: block;
		margin: 0 auto;
	}
	.contributor-avatar {
		margin-left: -168px;
	}
	.contributor-summary {
		float: left;
	}
	.full-width .site-content blockquote.alignleft,
	.full-width .site-content blockquote.alignright {
		width: -webkit-calc(50% + 130px);
		width:         calc(50% + 130px);
	}
	.full-width .site-content .alignleft {
		clear: left;
	}
	.full-width .site-content .alignright {
		clear: right;
	}
	.faq-arrow {
			
	}
	.faq-arrow > a{
		color: #233446;
		font-size: 70px;
		font-weight: 300;
		line-height: 0.5;
		height: 51px;
		position: absolute;
		text-align: center;
		width: 45px;
		bottom: auto;
	}
	.faq-arrow > a:hover,
	.faq-arrow > a:focus  {
		background-color: #233446;
		text-decoration: none;
		color: #ffffff;
	}
	.faq-arrow.next {
		height: 55px;
		position: absolute;
		text-align: center;
		top: 40%;
		width: 45px;
		bottom: auto;
		right: -44px;
		position: absolute;
	}
	.faq-arrow.prev {
		height: 55px;
		position: absolute;
		text-align: center;
		top: 40%;
		width: 45px;
		bottom: auto;
		left: -45px;
		position: absolute;
	}
	.primary-navigation ul > li > a {
		padding: 0 20px;
	}
}

@media screen and (min-width: 846px) {
	.home .content-area,
	.home .content-sidebar {
		padding-top: 20px;
	}
	.content-area,
	.content-sidebar {
		padding-top: 0px;
	}
	.comment-list .trackback,
	.comment-list .pingback,
	.comment-list article {
		margin-bottom: 36px;
		padding-top: 36px;
	}
	.comment-author .avatar {
		height: 34px;
		top: 2px;
		width: 34px;
	}
	.comment-author,
	.comment-awaiting-moderation,
	.comment-content,
	.comment-list .reply,
	.comment-metadata {
		padding-left: 50px;
	}
	.comment-list .children {
		margin-left: 20px;
	}
	.featured-content {
		margin-bottom: 0;
	}
	.aditional-services > ul.ul-icons > li {
		padding-left: 45px;
	}
	.aditional-services > ul > li > i {
		display: inline-block;
		position: absolute;
		left: 0;
		font-size: 150%;
	}
	/*.packages {
		width: 70%;
	}*/
	section[role="teaser-hosting"] > p:first-child {
		width: 70%;
		margin-bottom: 0;
	}
	section[role="teaser-hosting"] > p:last-child {
		width: 25%;
	}
	.post-37 section[role="teaser-hosting"] > p:first-child {
		width: 70%;
		padding-right: 15px;
	}
	.post-37 section[role="teaser-hosting"] > p {
		padding: 0;
		width: 30%;
	}
	.post-37 section[role="teaser-hosting"] > p > a.btnx {
		margin-top: 5px;
	}
	.page-id-31 section[role="support-hosting"] > p:last-child {
		bottom: 20px;
		position: absolute;
	}
	.page-id-31 section[role="support-hosting"], 
	.page-id-31 section[role="info-hosting"] {
		min-height: 245px;
	}
	.page-id-28 section[role="info-hosting"], 
	.page-id-28 section[role="support-hosting"],
	.page-id-2737 section[role="info-hosting"],
	.page-id-2737 section[role="support-hosting"] {
		min-height: 136px;
	}
	.page-id-33 section[role="info-hosting"], 
	.page-id-33 section[role="support-hosting"] {
		min-height: 136px;
	} 
	.page-id-33 section[role="teaser-hosting"] .btnx-lg {
		font-size: 1.2em;
	}
	div[role="product"] > section > p {
		text-align: left;
	}
}

@media (min-width: 991px) {
	.table-header.pricetable-featured > .badge {
		bottom: 53px;
	}
}

@media screen and (min-width: 1008px) {
	div[role="pricing-table"] {
		text-align: center;
	}
	.tool-box-gazduire > section > p.about {
		min-height: 110px;
	}
	.search-box-wrapper {
		/*padding-left: 182px;*/
	}
	.domain-search > div:first-child > p {
		text-align: left;
		padding-top: 5px;
	}
	section[role="services"] {
		min-height: 290px;
	}
	.testimonials-hp {
		height: 170px;
	}
	.home .main-content {
		float: none;
	}
	.page-id-28 G.main-content {
		float: left;
		width: 100%;
	}
	.site-content {
		margin-right: 29.04761904%;
		margin-left: 182px;
	}
	.full-width .site-content {
		margin-right:0;
		margin-left:0;
	}
	.site-content .entry-header {
		margin-top: 0;
	}
	.content-sidebar {
		margin-left: -29.04761904%;
		width: 29.04761904%;
	}
	.primary-sidebar {
		padding-top: 0;
	}

	.site-description {
		display: block;
		margin: -3px 0 21px;
	}
	.site-description:empty {
		margin: 0;
	}
	.secondary-navigation {
		font-size: 0.688em;
		margin: 0 -30px 48px;
		width: 182px;
	}
	.secondary-navigation li {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}
	.secondary-navigation a {
		padding: 10px 30px;
	}
	.secondary-navigation ul ul {
		background-color: #24890d;
		position: absolute;
		top: 0;
		left: -999em;
		width: 182px;
		z-index: 99999;
	}
	.secondary-navigation li li {
		border-top: 0;
	}
	.secondary-navigation li:hover > a,
	.secondary-navigation li.focus > a {
		background-color: #24890d;
		color: #fff;
	}
	.secondary-navigation ul ul a:hover,
	.secondary-navigation ul ul li.focus > a {
		background-color: #41a62a;
	}
	.secondary-navigation ul li:hover > ul,
	.secondary-navigation ul li.focus > ul {
		left: 162px;
	}
	.secondary-navigation .menu-item-has-children > a {
		padding-right: 38px;
	}
	.secondary-navigation .menu-item-has-children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f501";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 26px;
		top: 14px;
		vertical-align: text-bottom;
	}
	.footer-sidebar .widget,
	.primary-sidebar .widget {
		font-size: 0.750em;
		line-height: 1.5;
	}
	.footer-sidebar .widget {
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		float: left;
		padding: 0 30px;
		width: 25%;
	}
	.footer-sidebar .widget h1,
	.primary-sidebar .widget h1 {
		font-size: 1.250em;
		line-height: 1.2;
	}
	.footer-sidebar .widget h2,
	.primary-sidebar .widget h2 {
		font-size: 1.125em;
		line-height: 1.3333333333;
	}
	.footer-sidebar .widget h3,
	.primary-sidebar .widget h3 {
		font-size: 1em;
		line-height: 1.5;
	}
	.footer-sidebar .widget h4,
	.primary-sidebar .widget h4 {
		font-size: 0.875em;
		line-height: 1.7142857142;
	}
	.footer-sidebar .widget h5,
	.primary-sidebar .widget h5 {
		font-size: 0.750em;
		line-height: 2;
	}
	.footer-sidebar .widget h6,
	.primary-sidebar .widget h6 {
		font-size: 0.688em;
		line-height: 2.1818181818;
	}
	.footer-sidebar .widget code,
	.footer-sidebar .widget kbd,
	.footer-sidebar .widget tt,
	.footer-sidebar .widget var,
	.footer-sidebar .widget samp,
	.footer-sidebar .widget pre,
	.primary-sidebar .widget code,
	.primary-sidebar .widget kbd,
	.primary-sidebar .widget tt,
	.primary-sidebar .widget var,
	.primary-sidebar .widget samp,
	.primary-sidebar .widget pre {
		font-size: 0.688em;
		line-height: 1.6363636363;
	}
	.footer-sidebar .widget blockquote,
	.primary-sidebar .widget blockquote {
		font-size: 0.875em;
		line-height: 1.2857142857;
	}
	.footer-sidebar .widget blockquote cite,
	.primary-sidebar .widget blockquote cite {
		font-size: 0.875em;
		line-height: 1.5;
	}
	.footer-sidebar .widget input,
	.footer-sidebar .widget textarea,
	.primary-sidebar .widget input,
	.primary-sidebar .widget textarea {
		font-size: 0.875em;
		padding: 3px 2px 4px 4px;
	}
	.footer-sidebar .widget input[type="button"],
	.footer-sidebar .widget input[type="reset"],
	.footer-sidebar .widget input[type="submit"],
	.primary-sidebar .widget input[type="button"],
	.primary-sidebar .widget input[type="reset"],
	.primary-sidebar .widget input[type="submit"] {
		padding: 5px 15px 4px;
	}
	.footer-sidebar .widget .widget-title,
	.primary-sidebar .widget .widget-title {
		font-size: 0.688em;
		font-weight: 900;
		line-height: 1.6363636363;
		margin-bottom: 18px;
	}
	.footer-sidebar .widget_twentyfourteen_ephemera .entry-title,
	.footer-sidebar .widget_twentyfourteen_ephemera .entry-meta,
	.footer-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
	.footer-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
	.footer-sidebar .widget_twentyfourteen_ephemera .entry-content table,
	.primary-sidebar .widget_twentyfourteen_ephemera .entry-title,
	.primary-sidebar .widget_twentyfourteen_ephemera .entry-meta,
	.primary-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
	.primary-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
	.primary-sidebar .widget_twentyfourteen_ephemera .entry-content table {
		font-size: 0.688em;
		line-height: 1.6363636363;
	}
	.footer-sidebar .widget_archive li,
	.footer-sidebar .widget_categories li,
	.footer-sidebar .widget_links li,
	.footer-sidebar .widget_meta li,
	.footer-sidebar .widget_nav_menu li,
	.footer-sidebar .widget_pages li,
	.footer-sidebar .widget_recent_comments li,
	.footer-sidebar .widget_recent_entries li,
	.primary-sidebar .widget_archive li,
	.primary-sidebar .widget_categories li,
	.primary-sidebar .widget_links li,
	.primary-sidebar .widget_meta li,
	.primary-sidebar .widget_nav_menu li,
	.primary-sidebar .widget_pages li,
	.primary-sidebar .widget_recent_comments li,
	.primary-sidebar .widget_recent_entries li {
		border-top: 0;
		padding: 0 0 6px;
	}
	.footer-sidebar .widget_archive li:last-child,
	.footer-sidebar .widget_categories li:last-child,
	.footer-sidebar .widget_links li:last-child,
	.footer-sidebar .widget_meta li:last-child,
	.footer-sidebar .widget_nav_menu li:last-child,
	.footer-sidebar .widget_pages li:last-child,
	.footer-sidebar .widget_recent_comments li:last-child,
	.footer-sidebar .widget_recent_entries li:last-child,
	.primary-sidebar .widget_archive li:last-child,
	.primary-sidebar .widget_categories li:last-child,
	.primary-sidebar .widget_links li:last-child,
	.primary-sidebar .widget_meta li:last-child,
	.primary-sidebar .widget_nav_menu li:last-child,
	.primary-sidebar .widget_pages li:last-child,
	.primary-sidebar .widget_recent_comments li:last-child,
	.primary-sidebar .widget_recent_entries li:last-child {
		padding: 0;
	}
	.footer-sidebar .widget_categories li ul,
	.footer-sidebar .widget_nav_menu li ul,
	.footer-sidebar .widget_pages li ul,
	.primary-sidebar .widget_categories li ul,
	.primary-sidebar .widget_nav_menu li ul,
	.primary-sidebar .widget_pages li ul {
		border-top: 0;
		margin-top: 6px;
	}
	#supplementary {
		padding: 0;
	}
	.footer-sidebar {
		font-size: 0.750em;
		line-height: 1.5;
	}
	.featured-content {
		padding-left: 182px;
	}
	.grid .featured-content .hentry {
		width: 33.3333333%;
	}
	.grid .featured-content .hentry:nth-child( 2n+1 ) {
		clear: none;
	}
	.grid .featured-content .hentry:nth-child( 3n+1 ) {
		clear: both;
	}
	.grid .featured-content .entry-header {
		height: 120px;
	}
}
@media screen and (min-width: 1024px) {
	/*.tab-content > .active {
		padding: 40px 20px 20px;
	}*/
	div[role="pricing-table"] ul {
		padding: 0 15px;
	}
	div.first[role="pricing-table"] ul {
		padding: 0;
	}
	section.webmail {
		background-position: 80% center;
	}
	.packages {
		width: 75%;
		float: right;
	}
}
@media screen and (min-width: 1040px) {
	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		padding-right: 15px;
		padding-left: 15px;
	}
	.full-width .archive-header,
	.full-width .comments-area,
	.full-width .image-navigation,
	.full-width .page-header,
	.full-width .page-content,
	.full-width .post-navigation,
	.full-width .site-content .entry-header,
	.full-width .site-content .entry-content,
	.full-width .site-content .entry-summary,
	.full-width .site-content footer.entry-meta,
	.friend-sidebar.widget-area {
		padding-right: 0px;
		padding-left: 0px;
	}
}

@media screen and (min-width: 1080px) {
	.search-box .search-field {
  		width: 100%;
	}
	.site-content,
	.site-main .widecolumn {
		margin-left: 222px;
	}
	.full-width .site-content{
		margin-left:0;
	}
	.full-width .site-content .entry-header, 
	.full-width .site-content .entry-content, 
	.full-width .site-content .entry-summary, 
	.full-width .site-content .entry-meta, 
	.full-width .page-content {
		max-width:100%;
	}
	.search-box-wrapper,
	.featured-content {
		padding-left: 0px;
	}
	.secondary-navigation,
	.secondary-navigation ul ul {
		width: 222px;
	}
	.secondary-navigation ul li:hover > ul,
	.secondary-navigation ul li.focus > ul {
		left: 202px;
	}
	.slider .featured-content .entry-title {
		font-size: 33px;
	}
	.slider .featured-content .entry-header,
	.slider-control-paging {
		width: 534px;
	}
	.slider-control-paging {
		padding-left: 24px;
	}
	.slider-control-paging li {
		margin: 12px 12px 12px 0;
	}
	.slider-control-paging a {
		height: 24px;
		width: 24px;
	}
	.slider-control-paging a:before {
		top: 6px;
		left: 6px;
	}
}

@media screen and (min-width: 1110px) {
	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (min-width: 1218px) {
	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		margin-right: 54px;
	}
	.full-width .archive-header,
	.full-width .comments-area,
	.full-width .image-navigation,
	.full-width .page-header,
	.full-width .page-content,
	.full-width .post-navigation,
	.full-width .site-content .entry-header,
	.full-width .site-content .entry-content,
	.full-width .site-content .entry-summary,
	.full-width .site-content footer.entry-meta {
		margin-right: auto;
	}
}

@media screen and (min-width: 1260px) {
	.site-content blockquote.alignleft,
	.site-content blockquote.alignright {
		width: -webkit-calc(50% + 18px);
		width:         calc(50% + 18px);
	}
	.site-content blockquote.alignleft {
		margin-left: -18%;
	}
	.site-content blockquote.alignright {
		margin-right: -18%;
	}
}
@media screen and (min-width: 1360px) {
	.page-id-28 section[role="info-hosting"], 
	.page-id-28 section[role="support-hosting"] {
		min-height: 138px;
	}
}
@media screen and (min-width: 1441px) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 14px;
	}
	.da-slide .da-img{
		background-position: 0 0 !important;
	}
	.faq-arrow {
		height: 55px;
		width: 45px;
	}
	.post-35 > div > div > div[role="product"] > section {
		min-height: 255px;
	}
	section.webmail {
		background-position: 70% center;
	}
}

.social-list {
  border-bottom: 1px solid #DCDCDC;
  border-top: 1px solid #DCDCDC;
  float: left;
  width: 100%;
}
.social-list li {
  border-right: 1px solid #DCDCDC;
  float: left;
  list-style: none outside none;
}
.social-list > li:first-child {
  border-left: 1px solid #DCDCDC;
}
.social-list > li > a {
  background-color: #FFFFFF;
  height: 36px;
  padding: 8px !important;
  text-align: center;
  width: 36px;
}
.custom-share{
  background-image: url("images/social-sprite.png");
  height: 18px;
  width: 18px;
}
.google_plus {
	background-position: -19px 0;
}
.fb_share, .fb_like {
	background-position: 0 0;
}
.tweet {
	background-position: -37px 0;
}

/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}
	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}
	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}
	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}
	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}
	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}
	.header-main {
		padding: 48px 10px;
	}
	.site-title {
		float: none;
		font-size: 19pt;
	}
	.content-area {
		padding-top: 0;
	}
	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 48px;
		padding-bottom: 24px;
	}
	.post-thumbnail img {
		margin: 0 10px 24px;
	}
	.site-content footer.entry-meta {
		margin: 24px auto;
	}
	.entry-meta .tag-links a {
		color: #fff;
	}
	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}
	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}
	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}
	.featured-content .hentry {
		margin-bottom: 48px;
	}
	.featured-content .post-thumbnail,
	.slider .featured-content .post-thumbnail {
		padding-top: 0;
	}
	.featured-content .post-thumbnail img {
		position: relative;
	}
	.featured-content .entry-header {
		padding: 0 10px 24px;
	}
	.featured-content .entry-meta {
		font-size: 9pt;
		margin-bottom: 11px;
	}
	.featured-content .cat-links {
		font-weight: 900;
	}
	.featured-content .entry-title {
		font-size: 25pt;
		line-height: 36px;
	}
}
#_atssh, #_atssh > iframe {display: none; }
img[src*="http://www.googleadservices.com/"] { display: none; }
iframe[name="google_conversion_frame"] {margin: 0; height: 0; display: none;}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Safari and Chrome */
    .primary-navigation ul ul.sub-menu a{
    	width: 156px;
    }

    /* Safari only override */
    ::i-block-chrome,.primary-navigation ul ul.sub-menu a {
     width: 155px;
    }
}
#ccc[dark] .ccc-notify-button {
    width: auto;
}
.ie .prima
