/*!
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(../../../../../../themes/gazduire/fonts/PhillySans/PhillySans.eot); /* IE9 Compat Modes */
	src: url('../../../../../../themes/gazduire/fonts/PhillySans/PhillySans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url(../../../../../../themes/gazduire/fonts/PhillySans/PhillySans.woff2) format('woff2'), /* Modern Browsers */
	url(../../../../../../themes/gazduire/fonts/PhillySans/PhillySans.woff) format('woff'), /* Modern Browsers */
	url(../../../../../../themes/gazduire/fonts/PhillySans/PhillySans.ttf) format('truetype'), /* Safari, Android, iOS */
	url(../../../../../../themes/gazduire/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 {
	margin-bottom: 20px;
}

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

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #333;
	font-size: 1.188em;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 1.188em;
	font-weight: 300;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: italic;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

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

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

legend {
	white-space: normal;
}

p > em {
  color: #999999;
  font-size: 90%;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	width: 100%;
	padding: 8px 16px;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

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

button[disabled],
input[disabled] {
	cursor: default;
}
.readonly,
input[type="radio"][readonly],
input[type="checkbox"][readonly],
.radio[readonly],
.radio-inline[readonly],
.checkbox[readonly],
.checkbox-inline[readonly],
fieldset[readonly] input[type="radio"],
fieldset[readonly] input[type="checkbox"],
fieldset[readonly] .radio,
fieldset[readonly] .radio-inline,
fieldset[readonly] .checkbox,
fieldset[readonly] .checkbox-inline {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.6;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	width: auto;
}

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

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

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

/*table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}*/

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	/*text-align: left;*/
}

/*th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}*/

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

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
	min-height: 200px;
	resize: vertical;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.contributor-posts-link,
input[type="button"],
input[type="reset"] {
	background-color: #24890d;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 0.750em;
	font-weight: 700;
	padding: 10px 30px 11px;
	vertical-align: bottom;
}

button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus{
	background-color: #41a62a;
	color: #fff;
}

button:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active {
	background-color: #55d737;
}

.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;
}*/
.nav-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:#233446;
}
.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 > .btn-main, .extra-content > .btn{
	font-family: 'Open Sans', sans-serif;	
}
.extra-content > section > .btn-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 .nav-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: none;
}

.primary-navigation.toggled-on .nav-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.btn {
	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(../../../../../../themes/gazduire/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
 * -----------------------------------------------------------------------------
 */

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


/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */
.error401 .content-area,
.error403 .content-area,
.error404 .content-area {
  padding-top: 30px;
} 
.error401 .page-header,
.error403 .page-header,
.error404 .page-header {
	background-color: #233446;
	margin-bottom: 0;
	max-width: 100%;
	width: 100%;
	border-radius: 3px;
}
.error401 .site-content .page-header,
.error403 .site-content .page-header,
.error404 .site-content .page-header {
	text-align: left;
	padding: 20px;
}
.error403 .site-content .page-header{
	background-image: url(../../../../../../themes/gazduire/images/security-image.png);
  background-position: 95% center;
  background-repeat: no-repeat;
}
.error401 .site-content .page-header,
.error404 .site-content .page-header {
  background-image: url(../../../../../../themes/gazduire/images/lost-image.png);
  background-position: 95% center;
  background-repeat: no-repeat;
}
.error401 .page-header .page-title,
.error403 .page-header .page-title,
.error404 .page-header .page-title {
  color: #FFFFFF;
  font-size: 3em;
  font-weight: 300;
  margin-bottom: 20px;
}
.error401 .page-header .page-title > span,
.error403 .page-header .page-title > span,
.error404 .page-header .page-title > span {
  color: #E5343E;
  font-weight: bold;
}
.error401 .page-header > p,
.error403 .page-header > p,
.error404 .page-header > p{
  color: #FFFFFF;
  text-transform: uppercase;
}
.error401 .page-content,
.error403 .page-content,
.error404 .page-content,
.page-template-page-templatesthankyou-php .entry-content {
	text-align: center;
}
.error401 .page-content > h5,
.error403 .page-content > h5,
.error404 .page-content > h5,
.page-template-page-templatesthankyou-php .entry-content > h5 {
  font-weight: 300;
  margin-bottom: 5px;
}
.error401 .page-content > h2:after,
.error403 .page-content > h2:after,
.error404 .page-content > h2:after,
.page-template-page-templatesthankyou-php .entry-content > h2:after {
  border-bottom: 3px solid;
  bottom: -20px;
  color: #E5343E;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 5%;
}
.error401 .page-content > h2,
.error403 .page-content > h2,
.error404 .page-content > h2,
.page-template-page-templatesthankyou-php .entry-content > h2  {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 35px;
  margin-top: 0;
  position: relative;
  text-transform: uppercase;
}
.error401 .page-content .box > h3,
.error403 .page-content .box > h3,
.error404 .page-content .box > h3,
.page-template-page-templatesthankyou-php .entry-content .box > h3 {
  text-transform: uppercase;
}
.error401 .page-content .or-do-action,
.error403 .page-content .or-do-action,
.error404 .page-content .or-do-action,
.page-template-page-templatesthankyou-php .entry-content .or-do-action {
	clear: both;
}
.error401 .box,
.error403 .box,
.error404 .box,
.page-template-page-templatesthankyou-php .entry-content .box {
	overflow: hidden;
}
.error401 .box > p,
.error403 .box > p,
.error404 .box > p,
.page-template-page-templatesthankyou-php .entry-content .box > p {
	margin-bottom: 0;
}
.error401 .box > figure > a,
.error403 .box > figure > a,
.error404 .box > figure > a,
.page-template-page-templatesthankyou-php .box > figure > a {
	display: block;
}
.error401 .box > figure > a:hover,
.error403 .box > figure > a:hover,
.error404 .box > figure > a:hover,
.page-template-page-templatesthankyou-php .box > figure > a:hover{
	text-decoration: none;
}
.error404 .page-content .search-form {
	margin-bottom: 24px;
}
.error404 label {
	display: block;
}
.error404 .container_error {
  margin: 0 auto;
  max-width: 435px;
  margin-bottom: 40px;
}
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(../../../../../../themes/gazduire/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 .btn {
  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 .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-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 .panel-body {
  min-height: 155px;
}
.panel-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(../../../../../../themes/gazduire/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(../../../../../../themes/gazduire/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(../../../../../../themes/gazduire/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 .btn-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:#ff8c00;
	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 #233446;
  border: 1px solid #233446;
  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 .btn, 
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 .btn {
	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(../../../../../../themes/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*/
.popover {
	max-width:350px;
}
.popover-content > ul > li {
  font-size: 0.875em;
  line-height: 2;
}
.popover-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(../../../../../../themes/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(../../../../../../themes/gazduire/images/drape_left_corner.png) no-repeat scroll left bottom rgba(0, 0, 0, 0);
  left: -1px;
}
.drape > .right {
  background: url(../../../../../../themes/gazduire/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.btn,
.post-37 section.teaser-hosting > a.btn {
	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(../../../../../../themes/gazduire/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(../../../../../../themes/gazduire/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(/wp-content/themes/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-color: #233446;
	color: #FFFFFF;
}
.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*/
.btn{
  border-radius: 1px;
}
.btn:hover {
  text-decoration: none !important;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-main,
.btn-special,
.btn-green,
.btn-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);
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active,
.btn-special.active,
.btn-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);
}

.btn:active,
.btn.active {
  background-image: none;
	border-bottom-width:3px;
}

.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-color: #F7F7F7;
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
  border-bottom-color:#ccc;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #e9e9e9;
  background-position: 0 -15px;
	border-bottom-width:3px;
}

.btn-default:active,
.btn-default.active {
  background-color: #e9e9e9;
  border-color: #dbdbdb;
}
.btn-main {
  background-color: #233446;
  background-repeat: repeat-x;
  border-color: #3D4E60;
  color:#ffffff;
  border-bottom-color:#3D4E60;
}

.btn-main:hover,
.btn-main:focus {
  background-color: #3D4E60;
  background-position: 0 -15px;
  color:#ffffff;
}

.btn-main:active,
.btn-main.active {
  background-color: #F40707;
  border-color: #b92c28;
  color:#ffffff;
}
.btn-special {
  background-color: #e5343e;
  background-repeat: repeat-x;
  border-color: #cd2d36;
  color:#ffffff;
  border-bottom-color:#b22a32;
}
.btn-special:hover,
.btn-special:focus {
  background-color: #ff3a45;
  background-position: 0 -15px;
  color:#ffffff;
}
.btn-special:active,
.btn-special.active {
  background-color: #ff3a45;
  border-color: #cd2d36;
  color:#ffffff;
}
.btn-special.btn-lg {
	padding: 15px 30px;
}
.btn-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);*/
}

.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}

.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}

.btn-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);*/
}

.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}

.btn-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);*/
}

.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-lg {
  border-radius: 2px;
  font-size: 1.000em;
  line-height: 1.8;
  padding: 5px 30px;
}
.btn-md {
	border-radius: 2px;
	font-size: 1.000em;
	line-height: 1.8;
	padding: 5px 20px;
}
.btn-lg > i {
  font-size: 25px;
  height: 32px;
  line-height: 1.2;
  margin-right: 5px;
  width: 24px;
}
.btn-xs {
	border-bottom-width: 2px;
}
.search-domains {
  line-height: 2;
}
.btn-green {
	background-color: #419641;
	background-repeat: repeat-x;
	border-color: #3e8f3e;
	color:#ffffff;
	border-bottom-color:#3B873B;
}
.btn-green:hover,
.btn-green:focus {
	color:#ffffff;
	background-color: #4EB24E;
	background-position: 0 -15px;
}

.btn-green:active,
.btn-green.active {
	color:#ffffff;
	background-color: #4EB24E;
	border-color: #327532;
}

.btn-dark-blue {
	background-color: #355472;
	background-repeat: repeat-x;
	border-color: #2B445B;
	color:#ffffff;
	border-bottom-color:#253C51;
}
.btn-dark-blue:hover,
.btn-dark-blue:focus {
	background-color: #41698E;
	background-position: 0 -15px;
	color:#ffffff;
}

.btn-dark-blue:active,
.btn-dark-blue.active {
	background-color: #41698E;
	border-color: #253C51;
	color:#ffffff;
}
/*THANK YOU PAGE*/
section.thankyou {
	background-image:url(../../../../../../themes/gazduire/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(../../../../../../themes/gazduire/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;
}

.nav-item .nav-link {
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	font-weight: 600;
}
.nav-item .nav-link.collapsed {
	border-bottom-color: #ddd;
}
.nav-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.btn,
	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.btn {
		width: auto;
	}
	section[role="teaser-hosting"] > a.btn {
		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 .btn-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(../../../../../../themes/gazduire/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 .nav-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 .nav-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 .nav-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 */
	.nav-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 .nav-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.btn {
		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.btn {
		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"] .btn-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(../../../../../../themes/gazduire/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;
}

.feedback-heading {
 background-image: url(https://www.gazduire.ro/wp-content/uploads/2020/02/feedback.png);
 background-repeat: no-repeat;
 background-position: 95% center;
}

.text-large { font-size: 3em; }
.font-weight-light { font-weight: 300; }
.font-weight-bold { font-weight: 700; }
.color-accent { color: #E5343E; }

.p-2 { padding: 20px; }
.mb-0 { margin-bottom: 0; }
.mb-2 { margin-bottom: 20px }
.mb-3 { margin-bottom: 30px }

.wpforms-container form.wpforms-form .wpforms-field-net_promoter_score table.modern tbody tr td input[type=radio]:checked+label {
	background-color: #1a73e8;
}
@media (min-width: 450px) {
.wpforms-field-net_promoter_score td input[type=radio] + label:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 30px;
    background-position: center 8px;
    background-repeat: no-repeat;
}

.wpforms-container form.wpforms-form .wpforms-field-net_promoter_score table.modern tbody tr td label{
    height: 70px;
    line-height: 108px;
}



.wpforms-field-net_promoter_score td label[for="wpforms-3928-field_1_0"]:before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Ccircle style='fill:%23FFD93B;' cx='256' cy='256' r='256'/%3E%3Cpath style='fill:%23F4C534;' d='M512,256c0,141.44-114.64,256-256,256c-80.48,0-152.32-37.12-199.28-95.28 c43.92,35.52,99.84,56.72,160.72,56.72c141.36,0,256-114.56,256-256c0-60.88-21.2-116.8-56.72-160.72 C474.8,103.68,512,175.52,512,256z'/%3E%3Cpath style='fill:%233E4347;' d='M194.384,443.376c21.04,10.672,98.88,2.88,127.216-14.08c16.912-12.384,5.6-39.856,32.832-66.368 c23.728-25.776-4.736-50.608-47.664-68.816c-8.64-4.064-15.28-6.752-19.792-7.168c-21.168-2.224-42.336-4.416-63.504-6.624 c-4.496-0.512-12.672,1.296-23.36,5.072c-53.2,16.448-79.456,45.296-44.448,79.84C195.856,401.44,184.352,436.448,194.384,443.376z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M306.768,294.112c-8.64-4.064-15.28-6.752-19.792-7.168c-21.168-2.224-42.336-4.416-63.504-6.624 c-4.496-0.512-12.672,1.296-23.36,5.072c-13.28,4.112-24.88,8.976-34.256,14.528c10.16,13.92,46.512,17.6,84.256,19.328 c38.864,1.696,75.312,0.832,86.032-10.016C327.68,303.84,317.712,298.752,306.768,294.112z'/%3E%3Cpath style='fill:%23E24B4B;' d='M321.584,429.296c4.048-2.304,6.336-5.408,7.872-8.8c-0.352-0.448-0.592-0.896-0.944-1.344 c-18.416-24.784-18.288-46.384-45.104-46.176c-6.336,0.16-12.272,2.112-16.944,5.536c-7.712,5.616-16.096,7.504-25.584,5.104 c-2.832-0.72-5.744-1.04-8.576-0.944c-23.632,0.544-16.976,24.112-43.12,52.624c0.56,3.632,1.76,6.544,5.2,8.08 C215.424,454.048,293.264,446.256,321.584,429.296z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M303.264,394.336c-0.912,3.92-6.32,5.456-12.352,3.248c-5.872-2.32-9.76-7.504-8.608-11.568 c1.136-4.208,7.216-5.344,12.912-2.976C300.976,385.408,304.176,390.448,303.264,394.336z'/%3E%3Cpath style='fill:%23F4C534;' d='M448.176,181.488c0,37.76-41.12,68.48-91.84,68.48s-91.84-30.72-91.84-68.48 c0-37.92,41.12-68.48,91.84-68.48S448.176,143.568,448.176,181.488z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M437.136,181.488c-4.144,31.344-43.664,56.832-88.304,56.832s-77.44-25.472-73.296-56.832 c4.128-31.344,43.664-56.816,88.304-56.816C408.48,124.672,441.28,150.144,437.136,181.488z'/%3E%3Cpath style='fill:%233E4347;' d='M366.096,186.336c-0.112,20.928-16.976,37.792-37.904,37.904 c-21.168-0.112-38.016-16.976-38.128-37.904c0.112-21.152,16.976-38.016,38.128-38.128 C349.12,148.304,365.968,165.168,366.096,186.336z'/%3E%3Cpath style='fill:%235A5F63;' d='M321.536,179.76c-6.224,6.224-14.368,8.256-18.224,4.416c-3.84-3.84-1.808-12,4.416-18.208 c6.336-6.336,14.48-8.368,18.336-4.528S327.872,173.424,321.536,179.76z'/%3E%3Cpath style='fill:%23F4C534;' d='M63.824,181.488c0,37.76,41.12,68.48,91.84,68.48s91.84-30.72,91.84-68.48 c0-37.92-41.12-68.48-91.84-68.48S63.824,143.568,63.824,181.488z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M74.864,181.488c4.144,31.344,43.664,56.832,88.304,56.832s77.44-25.472,73.296-56.832 c-4.128-31.344-43.664-56.816-88.304-56.816S70.72,150.144,74.864,181.488z'/%3E%3Cpath style='fill:%233E4347;' d='M145.904,186.336c0.112,20.928,16.976,37.792,37.904,37.904 c21.168-0.112,38.016-16.976,38.128-37.904c-0.112-21.152-16.976-38.016-38.128-38.128 C162.88,148.304,146.032,165.168,145.904,186.336z'/%3E%3Cpath style='fill:%235A5F63;' d='M190.464,179.76c6.224,6.224,14.368,8.256,18.208,4.416s1.808-12-4.416-18.208 c-6.336-6.336-14.48-8.368-18.336-4.528C182.096,165.28,184.128,173.424,190.464,179.76z'/%3E%3Cg%3E%3Cpath style='fill:%233E4347;' d='M269.84,124.672c0,0,48.432-67.328,143.104-59.328C412.944,65.344,282.08,14.672,269.84,124.672z'/%3E%3Cpath style='fill:%233E4347;' d='M242.16,124.672c0,0-48.432-67.328-143.104-59.328C99.072,65.344,229.92,14.672,242.16,124.672z'/%3E%3C/g%3E%3C/svg%3E");
}


.wpforms-field-net_promoter_score td label[for="wpforms-3928-field_1_1"]:before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Ccircle style='fill:%23FFD93B;' cx='256' cy='256' r='256'/%3E%3Cpath style='fill:%23F4C534;' d='M512,256c0,141.44-114.64,256-256,256c-80.48,0-152.32-37.12-199.28-95.28 c43.92,35.52,99.84,56.72,160.72,56.72c141.36,0,256-114.56,256-256c0-60.88-21.2-116.8-56.72-160.72 C474.8,103.68,512,175.52,512,256z'/%3E%3Cpath style='fill:%233E4347;' d='M400.176,417.44c-16-12.208-44.48-34.928-88.112-47.28c-35.024-10.624-80.176-9.728-112.128,0.016 c-41.488,11.76-68.64,32.448-88.128,47.248c15.92-25.136,46.592-50.864,82.656-64c41.392-15.072,84.384-14.08,123.056,0.016 C353.728,366.688,384.272,392.4,400.176,417.44z'/%3E%3Cellipse style='fill:%23F4C534;' cx='367.509' cy='214.585' rx='98.447' ry='98.447'/%3E%3Cpath style='fill:%23FFFFFF;' d='M451.744,214.64c-2.592,46.832-42.4,84.768-88.944,84.768s-82.288-37.952-79.696-84.768 s42.56-84.912,89.088-84.912S454.352,167.824,451.744,214.64z'/%3E%3Cpath style='fill:%233E4347;' d='M407.376,214.576c0.096,22.064-17.872,40.032-39.936,39.936 c-22.064,0.096-40.032-17.888-39.936-39.952c-0.096-22.064,17.872-40.032,39.936-39.936 C389.504,174.528,407.472,192.512,407.376,214.576z'/%3E%3Cellipse transform='matrix(-0.7071 -0.7071 0.7071 -0.7071 510.8839 611.4763)' style='fill:%23FFFFFF;' cx='382.083' cy='199.931' rx='11.92' ry='7.648'/%3E%3Cg%3E%3Cpath style='fill:%23F4C534;' d='M409.664,125.76c-36.544-17.344-81.552-11.088-111.776,19.136s-36.56,75.312-19.248,111.888 C331.632,223.856,375.952,180.912,409.664,125.76z'/%3E%3Cellipse style='fill:%23F4C534;' cx='144.48' cy='214.589' rx='98.447' ry='98.447'/%3E%3C/g%3E%3Cpath style='fill:%23FFFFFF;' d='M60.256,214.64c2.592,46.832,42.4,84.768,88.944,84.768s82.288-37.952,79.696-84.768 c-2.592-46.832-42.56-84.912-89.088-84.912C93.248,129.728,57.648,167.824,60.256,214.64z'/%3E%3Cpath style='fill:%233E4347;' d='M104.624,214.576c-0.096,22.064,17.872,40.032,39.936,39.936 c22.064,0.096,40.032-17.888,39.952-39.952c0.096-22.064-17.872-40.032-39.936-39.936 C122.496,174.528,104.528,192.512,104.624,214.576z'/%3E%3Cellipse transform='matrix(-0.7071 -0.7071 0.7071 -0.7071 80.3805 433.166)' style='fill:%23FFFFFF;' cx='129.902' cy='199.936' rx='7.648' ry='11.92'/%3E%3Cpath style='fill:%23F4C534;' d='M102.336,125.76c36.544-17.344,81.552-11.088,111.776,19.136s36.56,75.312,19.248,111.888 C180.368,223.856,136.048,180.912,102.336,125.76z'/%3E%3Cg%3E%3Cpath style='fill:%233E4347;' d='M278.032,111.632c0,0,44.752-10.416,86.496-54.912C364.528,56.72,313.024,160.128,278.032,111.632z'/%3E%3Cpath style='fill:%233E4347;' d='M233.968,111.632c0,0-44.752-10.416-86.496-54.912C147.472,56.72,198.976,160.128,233.968,111.632z'/%3E%3C/g%3E%3C/svg%3E");
}

.wpforms-field-net_promoter_score td label[for="wpforms-3928-field_1_2"]:before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Ccircle style='fill:%23FFD93B;' cx='256' cy='256' r='256'/%3E%3Cpath style='fill:%23F4C534;' d='M512,256c0,141.44-114.64,256-256,256c-80.48,0-152.32-37.12-199.28-95.28 c43.92,35.52,99.84,56.72,160.72,56.72c141.36,0,256-114.56,256-256c0-60.88-21.2-116.8-56.72-160.72 C474.8,103.68,512,175.52,512,256z'/%3E%3Cpath style='fill:%233E4347;' d='M336.576,404.16c12.48,3.232,24.832-6.16,24.336-19.04C358.8,330.208,313.504,284.368,256,284.368 c-57.616,0-102.896,45.968-104.912,100.928c-0.464,12.816,11.776,22.24,24.192,19.056 C230.416,390.272,284.144,390.56,336.576,404.16z'/%3E%3Cpath style='fill:%23E24B4B;' d='M314.88,399.36c0.576-2.656,0.928-5.392,0.928-8.24c0-21.424-17.344-38.768-38.688-38.768 c-10.592,0-20.096,4.16-26.992,10.976c-4.704-1.968-9.808-3.056-15.232-3.056c-21.344,0-38.688,17.344-38.688,38.688 c0,0.24,0.064,0.464,0.08,0.704C236.544,392.016,276.064,392.064,314.88,399.36z'/%3E%3Cpath style='fill:%2365B1EF;' d='M449.936,350c0-18.24-33.024-74.304-33.024-74.304S383.888,331.76,383.888,350 s14.784,33.024,33.024,33.024S449.936,368.24,449.936,350z'/%3E%3Cg%3E%3Cpath style='fill:%233E4347;' d='M420.432,271.312l-28.592-31.184c-32.88-35.744-92.016-36.784-92.672-36.784l-16.24-0.128 l11.952-11.056c15.2-14.288,31.328-19.888,47.568-16.64c36,7.024,59.136,55.36,60.048,57.44L420.432,271.312z'/%3E%3Cpath style='fill:%233E4347;' d='M276.032,47.088c65.568,73.744,85.584,77.392,108.16,97.6c-21.824-0.032-49.824-9.904-71.52-29.488 C285.904,89.984,275.792,63.472,276.032,47.088z'/%3E%3Cpath style='fill:%233E4347;' d='M89.872,271.312l28.592-31.184c32.88-35.744,92.016-36.784,92.672-36.784l16.24-0.128 l-11.952-11.056c-15.2-14.288-31.328-19.888-47.568-16.64c-36,7.024-59.136,55.36-60.048,57.44L89.872,271.312z'/%3E%3Cpath style='fill:%233E4347;' d='M234.272,47.088c-65.568,73.744-85.584,77.392-108.16,97.6c21.824-0.032,49.824-9.904,71.52-29.488 C224.416,89.984,234.512,63.472,234.272,47.088z'/%3E%3C/g%3E%3Cg style='opacity:0.2;'%3E%3Cpath style='fill:%23FFFFFF;' d='M434.736,364.736c-4.624,5.504-11.36,7.76-14.688,4.736c-3.488-2.864-2.4-9.744,2.368-15.264 c4.64-5.648,11.216-7.76,14.688-4.736C440.592,352.352,439.504,359.232,434.736,364.736z'/%3E%3C/g%3E%3C/svg%3E");
}

.wpforms-field-net_promoter_score td label[for="wpforms-3928-field_1_3"]:before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 505.581 505.581' style='enable-background:new 0 0 505.581 505.581;' xml:space='preserve'%3E%3Cpath style='fill:%23FFD93B;' d='M503.545,220.261c20.608,165.296-118.416,304.064-283.632,283.232 C107.289,489.301,16.345,398.373,2.089,285.749C-18.839,120.277,120.473-18.939,285.961,2.117 C398.617,16.453,489.497,107.557,503.545,220.261z'/%3E%3Cg%3E%3Cpath style='fill:%23F4C534;' d='M503.881,282.517c-13.184,115.424-106.576,208.576-222.048,221.44 c-91.072,10.144-173.872-28.112-225.824-92.464c50.224,40.624,116.336,62.272,187.552,54.416 c115.872-12.8,209.552-106.464,222.336-222.336c7.856-71.216-13.792-137.328-54.416-187.552 C475.913,108.101,514.313,191.173,503.881,282.517z'/%3E%3Cpath style='fill:%23F4C534;' d='M198.841,170.261c16.32,17.6,26.4,41.12,26.4,67.04c0,61.44-55.84,109.6-119.52,96.48 c-37.12-7.52-67.36-37.6-75.36-74.72c-7.36-34.4,3.36-66.4,24.32-88.8c2.72-3.04,6.72-4.48,10.88-4.48h122.4 C191.961,165.781,195.961,167.221,198.841,170.261z'/%3E%3Cpath style='fill:%23F4C534;' d='M449.401,237.317c0,61.44-55.84,109.6-119.52,96.48c-37.28-7.52-67.36-37.6-75.36-74.72 c-7.36-34.4,3.36-66.4,24.16-88.8c2.88-3.04,6.88-4.48,10.88-4.48h122.4c4.096,0,8.144,1.552,10.944,4.544 C439.353,187.925,449.401,211.429,449.401,237.317z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%23FFFFFF;' d='M113.513,312.757c-29.312-4.912-53.76-27.504-60.944-56.352 c-6.32-25.408,0.352-51.152,17.088-69.888h114.24c12.56,14.032,19.44,32.032,19.44,50.864 C203.337,283.877,161.545,320.821,113.513,312.757z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M337.513,312.757c-29.312-4.912-53.744-27.504-60.928-56.352 c-6.32-25.392,0.352-51.12,17.088-69.888h114.24c12.56,14.032,19.44,32.032,19.44,50.864 C427.337,283.877,385.545,320.821,337.513,312.757z'/%3E%3C/g%3E%3Cpath style='fill:%233E4347;' d='M180.745,257.429c-16.224,26.352-53.504,26.464-70.048,0.16c-7.808-12.416-7.968-28.928-0.464-41.52 c16.192-27.184,54.544-27.184,70.752-0.032C188.441,228.565,188.393,244.997,180.745,257.429z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M168.521,231.221c-3.216,3.36-9.792,1.904-14.752-2.928c-4.816-4.96-6.144-11.536-2.928-14.752 c3.36-3.216,9.936-1.904,14.752,2.912S171.881,227.861,168.521,231.221z'/%3E%3Cpath style='fill:%233E4347;' d='M404.761,257.429c-16.224,26.352-53.504,26.464-70.048,0.16c-7.808-12.416-7.984-28.928-0.464-41.52 c16.192-27.184,54.528-27.184,70.752-0.032C412.457,228.565,412.409,244.997,404.761,257.429z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M392.521,231.221c-3.216,3.36-9.792,1.904-14.752-2.928c-4.816-4.96-6.144-11.536-2.928-14.752 c3.36-3.216,9.936-1.904,14.752,2.912C394.425,221.285,395.881,227.861,392.521,231.221z'/%3E%3Cg%3E%3Cpath style='fill:%233E4347;' d='M418.201,119.717c-87.472-2.032-125.632,28.672-175.2,32.48c-78.832,5.2-82.48-60.512-89.12-82.24 c-7.248-22.672-15.616-35.712-39.84-32.8c-19.808,2.368-43.792,13.872-62.08,23.024c6.096-8.16,38.048-30.992,59.36-36.64 c30.816-8.864,51.312,8.896,62.56,39.52c11.376,29.952,11.6,68.288,67.84,66.08C289.689,127.285,338.249,97.701,418.201,119.717z'/%3E%3Cpath style='fill:%233E4347;' d='M361.721,389.317c-58.656-9.392-106.944,36.128-165.6,32.64c-38.992-3.12-60.8-25.328-64.48-47.36 c13.936,20.448,39.488,27.456,64.48,26.24C246.473,397.141,317.273,353.717,361.721,389.317z'/%3E%3C/g%3E%3C/svg%3E");
}

.wpforms-field-net_promoter_score td label[for="wpforms-3928-field_1_4"]:before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Ccircle style='fill:%23FFD93B;' cx='256' cy='256' r='256'/%3E%3Cpath style='fill:%23F4C534;' d='M512,256c0,141.44-114.64,256-256,256c-80.48,0-152.32-37.12-199.28-95.28 c43.92,35.52,99.84,56.72,160.72,56.72c141.36,0,256-114.56,256-256c0-60.88-21.2-116.8-56.72-160.72 C474.8,103.68,512,175.52,512,256z'/%3E%3Cg%3E%3Cpath style='fill:%23FFFFFF;' d='M235.44,221.632c0,43.808-35.424,79.376-79.376,79.376c-43.792,0-79.376-35.568-79.376-79.376 c0-43.952,35.584-79.52,79.376-79.52C200.016,142.112,235.44,177.68,235.44,221.632z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M435.376,221.632c0,43.808-35.424,79.376-79.376,79.376c-43.792,0-79.376-35.568-79.376-79.376 c0-43.952,35.584-79.52,79.376-79.52C399.952,142.112,435.376,177.68,435.376,221.632z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%233E4347;' d='M485.264,209.552H445.76c-5.92-44.336-43.888-78.64-89.744-78.64 c-33.952,0-63.552,18.816-79.04,46.56c-4.208,7.536-12.16,11.92-20.784,11.872c-0.048,0-0.096,0-0.16,0 c-0.08,0-0.144,0-0.224,0.016c-8.592,0.064-16.512-4.352-20.688-11.84c-15.488-27.76-45.088-46.592-79.04-46.592 c-45.856,0-83.744,34.32-89.68,78.64H26.736v24H66.64c5.568,41.408,39.216,74.736,81.6,78.32 c53.632,4.544,99.44-38.224,98.304-92.144c0.912-4.512,4.704-7.968,9.472-7.968c4.864,0,9.376,3.504,9.376,9.872 c0,52.288,44.56,94.384,97.696,90.304c42.528-3.264,76.832-36.528,82.368-78.384h39.776v-24.016H485.264z M156.064,289.792 c-37.584,0-68.176-30.592-68.176-68.16c0-37.664,30.576-68.304,68.176-68.304c37.584,0,68.16,30.64,68.16,68.304 C224.224,259.2,193.648,289.792,156.064,289.792z M356,289.792c-37.584,0-68.176-30.592-68.176-68.16 c0-37.664,30.576-68.304,68.176-68.304c37.584,0,68.16,30.64,68.16,68.304C424.16,259.2,393.584,289.792,356,289.792z'/%3E%3Cpath style='fill:%233E4347;' d='M366.352,234.4c0,16.688-13.424,30.432-30.32,30.432c-16.688,0-30.32-13.744-30.32-30.432 c0-16.784,13.648-30.544,30.32-30.544C352.928,203.856,366.352,217.6,366.352,234.4z'/%3E%3C/g%3E%3Cellipse transform='matrix(-0.7071 -0.7071 0.7071 -0.7071 433.3604 627.0373)' style='fill:%23FFFFFF;' cx='346.544' cy='223.767' rx='10' ry='6.912'/%3E%3Cpath style='fill:%233E4347;' d='M206.352,234.4c0,16.688-13.424,30.432-30.32,30.432c-16.688,0-30.32-13.744-30.32-30.432 c0-16.784,13.648-30.544,30.32-30.544C192.928,203.856,206.352,217.6,206.352,234.4z'/%3E%3Cellipse transform='matrix(-0.7071 -0.7071 0.7071 -0.7071 160.2394 513.9388)' style='fill:%23FFFFFF;' cx='186.56' cy='223.783' rx='10' ry='6.912'/%3E%3Cg%3E%3Cpath style='fill:%233E4347;' d='M276.16,135.904c42.624-23.808,92.128-39.6,146.24-43.616c-7.232-12.56-15.04-24.976-23.424-37.12 C351.584,74.816,310.224,102.752,276.16,135.904z'/%3E%3Cpath style='fill:%233E4347;' d='M235.952,136.064c-42.672-23.6-92.176-39.6-146.512-44.256c7.184-12.704,14.96-25.216,23.328-37.456 C160.4,74.752,201.824,103.024,235.952,136.064z'/%3E%3Cpath style='fill:%233E4347;' d='M132.656,396.496c-3.28-2.976-3.536-8.016-0.576-11.296c1.76-1.952,17.664-18.976,35.472-18.976 c10.944,0,16.592,6.256,20.72,10.816c3.552,3.936,5.152,5.536,8.832,5.536c3.664,0,5.248-1.6,8.8-5.536 c12.688-14.048,27.552-15.296,41.36,0c6.352,7.024,10.272,8.144,17.6,0c12.688-14.048,27.568-15.296,41.36,0 c6.4,7.088,10.304,8.096,17.616,0c17.472-19.36,40.16-9.472,56.096,8.176c2.96,3.28,2.688,8.336-0.576,11.28 c-3.28,2.976-8.336,2.704-11.296-0.544c-3.472-3.808-14.464-13.712-23.552-13.712c-3.664,0-5.248,1.6-8.8,5.536 c-12.688,14.048-27.552,15.296-41.36,0c-6.4-7.088-10.304-8.096-17.6,0c-12.48,13.856-27.408,15.456-41.36,0 c-6.4-7.088-10.304-8.096-17.616,0c-4.112,4.56-9.744,10.816-20.688,10.816s-16.576-6.256-20.704-10.816 c-3.552-3.936-5.152-5.536-8.832-5.536c-9.152,0-20.384,10.16-23.6,13.696C140.992,399.2,135.936,399.456,132.656,396.496z'/%3E%3C/g%3E%3C/svg%3E");
}

.wpforms-field-net_promoter_score td label[for="wpforms-3928-field_1_5"]:before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Ccircle style='fill:%23FFD93B;' cx='256' cy='256' r='256'/%3E%3Cpath style='fill:%23F4C534;' d='M512,256c0,141.44-114.64,256-256,256c-80.48,0-152.32-37.12-199.28-95.28 c43.92,35.52,99.84,56.72,160.72,56.72c141.36,0,256-114.56,256-256c0-60.88-21.2-116.8-56.72-160.72 C474.8,103.68,512,175.52,512,256z'/%3E%3Cpath style='fill:%233E4347;' d='M343.408,430.672c-14.608,6.256-46.016-20.592-92.32-40.656c-52.32-22.192-92.4-5.792-101.472-16.096 c-11.408-7.088,28.304-41.072,115.84-39.28C367.056,339.648,360.832,426.384,343.408,430.672z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M241.856,222.624c0,39.584-35.552,75.952-79.392,81.232c-43.856,5.28-79.392-22.528-79.392-62.112 s35.552-75.952,79.392-81.232S241.856,183.04,241.856,222.624z'/%3E%3Cellipse style='fill:%233E4347;' cx='175.729' cy='222.766' rx='37.36' ry='37.36'/%3E%3Cpath style='fill:%235A5F63;' d='M198.64,214.624c-2.832,2.832-8.48,1.696-12.56-2.384c-3.952-3.968-5.088-9.616-2.256-12.448 c2.72-2.72,8.368-1.584,12.336,2.384C200.224,206.256,201.36,211.92,198.64,214.624z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M270.144,222.624c0,39.584,35.552,75.952,79.392,81.232c43.856,5.28,79.392-22.528,79.392-62.112 s-35.552-75.952-79.392-81.232S270.144,183.04,270.144,222.624z'/%3E%3Cellipse style='fill:%233E4347;' cx='336.307' cy='222.747' rx='37.36' ry='37.36'/%3E%3Cpath style='fill:%235A5F63;' d='M313.36,214.624c2.832,2.832,8.48,1.696,12.56-2.384c3.968-3.968,5.088-9.616,2.272-12.448 c-2.72-2.72-8.368-1.584-12.336,2.384C311.776,206.256,310.64,211.92,313.36,214.624z'/%3E%3Cg%3E%3Cpath style='fill:%23F4C534;' d='M98.656,155.376c16-7.984,44.704-21.808,63.472-35.92c26.336-18.032,38.608-34.8,54.608-48.208 c-1.76,25.664-19.584,53.872-40.752,67.808C151.52,157.008,116.72,162.08,98.656,155.376z'/%3E%3Cpath style='fill:%23F4C534;' d='M401.216,120.24c-12.432,14.992-45.2,27.824-75.136,24.496 c-29.12-1.696-55.568-18.128-69.184-38.352c16,2.816,40.512,12.08,71.392,14.464C352.24,123.76,385.216,121.216,401.216,120.24z'/%3E%3C/g%3E%3C/svg%3E");
}

.wpforms-field-net_promoter_score td label[for="wpforms-3928-field_1_6"]:before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Ccircle style='fill:%23FFD93B;' cx='256' cy='256' r='256'/%3E%3Cpath style='fill:%23F4C534;' d='M512,256c0,141.44-114.64,256-256,256c-80.48,0-152.32-37.12-199.28-95.28 c43.92,35.52,99.84,56.72,160.72,56.72c141.36,0,256-114.56,256-256c0-60.88-21.2-116.8-56.72-160.72 C474.8,103.68,512,175.52,512,256z'/%3E%3Cpath style='fill:%233E4347;' d='M264.144,421.696c-45.888-25.248-71.12-90.064-140.384-89.936 c69.68-20.784,128.192,30.208,161.744,47.744c20.64,10.88,47.024,16.016,67.68,3.392 C356.64,414.544,315.056,449.696,264.144,421.696z'/%3E%3Cpath style='fill:%23F4C534;' d='M243.488,260.304c-6.928,28.304-52.992,51.312-107.312,50.16 c-53.968-1.04-85.872-47.296-77.808-105.44c8.016-57.936,58.976-79.68,107.136-50.224 C213.648,184.304,250.4,232.128,243.488,260.304z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M226.656,255.248c-9.6,22.336-51.344,40.336-94.864,37.616 c-43.376-2.528-67.008-40.096-56.528-82.816c10.528-42.544,53.968-56.8,94.208-34.496 C209.68,197.968,236.304,232.976,226.656,255.248z'/%3E%3Cpath style='fill:%233E4347;' d='M162.464,237.68c0.032,21.52-17.52,38.992-39.04,39.04c-21.52,0.032-39.12-17.392-39.152-38.912 c-0.032-21.664,17.52-39.136,39.04-39.168C144.816,198.608,162.432,216.032,162.464,237.68z'/%3E%3Cellipse transform='matrix(-0.7082 -0.706 0.706 -0.7082 79.6674 477.8576)' style='fill:%235A5F63;' cx='138.584' cy='222.465' rx='13.696' ry='8.144'/%3E%3Cpath style='fill:%23F4C534;' d='M276.592,270.624c7.792,28.08,54.528,49.696,108.784,46.896 c53.904-2.672,84.384-49.888,74.56-107.776c-9.792-57.664-61.376-77.856-108.608-46.944 C304.112,193.744,268.832,242.656,276.592,270.624z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M293.264,265.056c10.272,22.032,52.544,38.768,95.968,34.72c43.28-3.84,65.76-42.112,53.968-84.512 c-11.808-42.208-55.68-55.136-95.216-31.632C308.48,207.28,282.944,243.072,293.264,265.056z'/%3E%3Cpath style='fill:%233E4347;' d='M379.344,229.376c9.92,19.088,2.368,42.688-16.72,52.608s-42.736,2.544-52.656-16.544 c-9.984-19.216-2.432-42.8,16.656-52.72C345.712,202.784,369.36,210.16,379.344,229.376z'/%3E%3Cellipse transform='matrix(-0.9535 -0.3013 0.3013 -0.9535 617.5789 548.9189)' style='fill:%235A5F63;' cx='351.122' cy='226.832' rx='13.696' ry='8.144'/%3E%3Cg%3E%3Cpath style='fill:%233E4347;' d='M452.864,146.176c-17.136-14.88-39.088-25.28-62.48-29.44c-23.376-4.16-48.192-2.08-70.32,5.92 C371.232,60.528,436.768,85.664,452.864,146.176z'/%3E%3Cpath style='fill:%233E4347;' d='M98.384,103.728c18.896-13.584,55.92-21.84,82.544-3.04c21.824,15.648,25.216,39.776,58.368,44.96 c0,0-2.112,1.568-6.528,3.216c-32.4,11.472-49.712-17.504-65.712-28.592C147.216,105.92,115.456,107.072,98.384,103.728z'/%3E%3C/g%3E%3C/svg%3E");
}

.wpforms-field-net_promoter_score td label[for="wpforms-3928-field_1_7"]:before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Ccircle style='fill:%23FFD93B;' cx='256' cy='256' r='256'/%3E%3Cg%3E%3Cpath style='fill:%23F4C534;' d='M512,256c0,141.44-114.64,256-256,256c-80.48,0-152.32-37.12-199.28-95.28 c43.92,35.52,99.84,56.72,160.72,56.72c141.36,0,256-114.56,256-256c0-60.88-21.2-116.8-56.72-160.72 C474.8,103.68,512,175.52,512,256z'/%3E%3Cellipse style='fill:%23F4C534;' cx='151.552' cy='267.088' rx='78.656' ry='78.736'/%3E%3C/g%3E%3Cpath style='fill:%23FFFFFF;' d='M230.208,267.088c0,0-35.232,38.976-78.656,38.976s-78.656-38.976-78.656-38.976 s35.232-38.912,78.656-38.912S230.208,267.088,230.208,267.088z'/%3E%3Cpath style='fill:%233E4347;' d='M172.064,253.616c-17.824,0-32.256,14.432-32.256,32.256c0,7.568,2.704,14.432,7.072,19.936 c1.552,0.112,3.088,0.256,4.672,0.256c20.192,0,38.56-8.432,52.496-17.456c0.08-0.912,0.272-1.792,0.272-2.736 C204.32,268.032,189.888,253.616,172.064,253.616z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M190.032,271.44c-1.136,1.968-5.232,1.968-9.2-0.288c-3.824-2.128-6.08-5.52-4.96-7.648 c1.136-1.984,5.232-1.84,9.2,0.288C188.896,266.064,191.168,269.456,190.032,271.44z'/%3E%3Cpath style='fill:%233E4347;' d='M92.032,160.416c0,0,62.336-30.944,140.144,26.528C232.176,186.944,166.736,82.176,92.032,160.416z'/%3E%3Cellipse style='fill:%23F4C534;' cx='358.496' cy='267.088' rx='78.656' ry='78.736'/%3E%3Cpath style='fill:%23FFFFFF;' d='M437.152,267.088c0,0-35.232,38.976-78.656,38.976c-43.44,0-78.656-38.976-78.656-38.976 s35.232-38.912,78.656-38.912C401.92,228.176,437.152,267.088,437.152,267.088z'/%3E%3Cpath style='fill:%233E4347;' d='M379.008,253.616c-17.824,0-32.256,14.432-32.256,32.256c0,7.568,2.72,14.432,7.072,19.936 c1.552,0.112,3.088,0.256,4.672,0.256c20.192,0,38.56-8.432,52.496-17.456c0.08-0.912,0.272-1.792,0.272-2.736 C411.264,268.032,396.832,253.616,379.008,253.616z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M396.96,271.44c-1.136,1.968-5.232,1.968-9.2-0.288c-3.824-2.128-6.08-5.52-4.944-7.648 c1.136-1.984,5.232-1.84,9.2,0.288C395.84,266.064,398.096,269.456,396.96,271.44z'/%3E%3Cg%3E%3Cpath style='fill:%233E4347;' d='M439.104,160.416c0,0-62.336-30.944-140.144,26.528C298.96,186.944,364.4,82.176,439.104,160.416z'/%3E%3Cpath style='fill:%233E4347;' d='M325.84,400c0,12.16-9.92,22.08-22.08,22.08h-95.68c-12.16,0-21.92-9.92-21.92-22.08 c0-12.16,9.76-21.92,21.92-21.92h95.68C315.92,378.08,325.84,387.84,325.84,400z'/%3E%3C/g%3E%3C/svg%3E");
}

.wpforms-field-net_promoter_score td label[for="wpforms-3928-field_1_8"]:before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Ccircle style='fill:%23FFD93B;' cx='256' cy='256' r='256'/%3E%3Cg%3E%3Cpath style='fill:%23F4C534;' d='M510.784,256c0,141.44-114.64,256-256,256c-80.48,0-152.32-37.12-199.28-95.28 c43.92,35.52,99.84,56.72,160.72,56.72c141.36,0,256-114.56,256-256c0-60.88-21.2-116.8-56.72-160.72 C473.584,103.68,510.784,175.52,510.784,256z'/%3E%3Cpath style='fill:%23F4C534;' d='M246.144,265.68c0,44.784-36.256,81.184-81.024,81.184c-44.928,0-81.168-36.4-81.168-81.184 c0-44.928,36.24-81.184,81.168-81.184C209.904,184.496,246.144,220.752,246.144,265.68z'/%3E%3C/g%3E%3Cellipse style='fill:%23FFFFFF;' cx='165.088' cy='265.68' rx='66.016' ry='66.08'/%3E%3Cpath style='fill:%233E4347;' d='M133.632,265.664c0,17.36,13.92,31.456,31.28,31.456c17.536,0,31.44-14.08,31.44-31.456 c0-17.36-13.92-31.456-31.44-31.456C147.552,234.208,133.632,248.304,133.632,265.664z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M147.504,261.216c2.336,2.336,6.992,1.264,10.576-2.336c3.584-3.584,4.656-8.416,2.336-10.576 c-2.144-2.32-6.816-1.248-10.4,2.336C146.416,254.24,145.344,258.896,147.504,261.216z'/%3E%3Cpath style='fill:%233E4347;' d='M97.056,168.928c-1.776-3.904,132.432,3.008,124.928-61.04L97.056,168.928z'/%3E%3Cpath style='fill:%23F4C534;' d='M265.856,265.68c0,44.784,36.24,81.184,81.024,81.184c44.928,0,81.184-36.4,81.184-81.184 c0-44.928-36.256-81.184-81.184-81.184C302.096,184.496,265.856,220.752,265.856,265.68z'/%3E%3Cellipse style='fill:%23FFFFFF;' cx='346.912' cy='265.68' rx='66.016' ry='66.08'/%3E%3Cpath style='fill:%233E4347;' d='M315.648,265.664c0,17.36,13.92,31.456,31.28,31.456c17.536,0,31.456-14.08,31.456-31.456 c0-17.36-13.92-31.456-31.456-31.456C329.568,234.208,315.648,248.304,315.648,265.664z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M329.52,261.216c2.336,2.336,6.992,1.264,10.576-2.336c3.584-3.584,4.656-8.416,2.336-10.576 c-2.144-2.32-6.816-1.248-10.4,2.336C328.432,254.24,327.36,258.896,329.52,261.216z'/%3E%3Cg%3E%3Cpath style='fill:%233E4347;' d='M414.944,168.928c1.776-3.904-132.432,3.008-124.928-61.04L414.944,168.928z'/%3E%3Cpath style='fill:%233E4347;' d='M396.736,368.672c13.52,6.096-39.072,81.008-140.736,80.928 c-101.664,0.08-154.256-74.832-140.736-80.928c10.528-8.016,66.16,38.72,140.736,38.72 C330.72,407.408,386.208,360.72,396.736,368.672z'/%3E%3C/g%3E%3C/svg%3E");
}

.wpforms-field-net_promoter_score td label[for="wpforms-3928-field_1_9"]:before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Ccircle style='fill:%23FFD93B;' cx='256' cy='256' r='256'/%3E%3Cpath style='fill:%23F4C534;' d='M512,256c0,141.44-114.64,256-256,256c-80.48,0-152.32-37.12-199.28-95.28 c43.92,35.52,99.84,56.72,160.72,56.72c141.36,0,256-114.56,256-256c0-60.88-21.2-116.8-56.72-160.72 C474.8,103.68,512,175.52,512,256z'/%3E%3Cpath style='fill:%233E4347;' d='M431.312,323.28c-18.88,79.36-90.08,138.56-175.36,138.56s-156.48-59.2-175.36-138.72 c-1.44-6.08,4.16-11.36,10.08-9.6c111.04,33.12,221.28,33.76,330.56,0.16C427.312,311.76,432.752,317.2,431.312,323.28z'/%3E%3Cpath style='fill:%23E24B4B;' d='M245.648,394.72c-65.536,0-112.224-19.28-103.136,26.288c0.048,0.24,0.144,0.464,0.192,0.704 c30.928,25.072,70.288,40.112,113.248,40.112s82.32-15.056,113.248-40.096c0.048-0.256,0.144-0.48,0.192-0.72 C378.48,375.44,311.2,394.72,245.648,394.72z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M93.232,314.192c9.68,34.72,78.64,61.504,162.4,61.504c83.456,0,152.192-26.592,162.272-61.136 C310.56,346.88,202.288,346.224,93.232,314.192z'/%3E%3Ccircle style='fill:%23F4C534;' cx='362.8' cy='214.608' r='98.448'/%3E%3Cpath style='fill:%23FFFFFF;' d='M447.072,214.64c-2.592,46.832-42.4,84.768-88.944,84.768c-46.528,0-82.288-37.952-79.696-84.768 c2.592-46.832,42.56-84.912,89.088-84.912S449.664,167.824,447.072,214.64z'/%3E%3Cpath style='fill:%233E4347;' d='M402.688,214.576c0.096,22.064-17.872,40.032-39.936,39.936 c-22.064,0.096-40.048-17.888-39.936-39.952c-0.096-22.064,17.872-40.032,39.936-39.936 C384.816,174.528,402.784,192.512,402.688,214.576z'/%3E%3Cellipse transform='matrix(-0.7071 -0.7071 0.7071 -0.7071 502.9126 608.1483)' style='fill:%23FFFFFF;' cx='377.408' cy='199.918' rx='11.92' ry='7.648'/%3E%3Ccircle style='fill:%23F4C534;' cx='149.216' cy='214.608' r='98.448'/%3E%3Cpath style='fill:%23FFFFFF;' d='M64.944,214.64c2.592,46.832,42.4,84.768,88.944,84.768c46.528,0,82.288-37.952,79.696-84.768 c-2.592-46.832-42.56-84.912-89.088-84.912C97.952,129.728,62.352,167.824,64.944,214.64z'/%3E%3Cpath style='fill:%233E4347;' d='M109.312,214.576c-0.096,22.064,17.872,40.032,39.936,39.936 c22.064,0.096,40.032-17.888,39.936-39.952c0.096-22.064-17.872-40.032-39.936-39.936 C127.2,174.528,109.216,192.512,109.312,214.576z'/%3E%3Cellipse transform='matrix(-0.7071 -0.7071 0.7071 -0.7071 88.3791 436.5053)' style='fill:%23FFFFFF;' cx='134.593' cy='199.949' rx='7.648' ry='11.92'/%3E%3Cg%3E%3Cpath style='fill:%233E4347;' d='M155.152,72.928c0,0-52.016-7.312-106.624,55.904C48.528,128.832,83.84,15.584,155.152,72.928z'/%3E%3Cpath style='fill:%233E4347;' d='M356.848,72.928c0,0,52.016-7.312,106.624,55.904C463.472,128.832,428.16,15.584,356.848,72.928z'/%3E%3C/g%3E%3C/svg%3E");
}

.wpforms-field-net_promoter_score td label[for="wpforms-3928-field_1_10"]:before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512.005 512.005' style='enable-background:new 0 0 512.005 512.005;' xml:space='preserve'%3E%3Ccircle style='fill:%23FFD93B;' cx='266.181' cy='259.124' r='245.824'/%3E%3Cg%3E%3Cpath style='fill:%23F4C534;' d='M512.005,259.124c0,135.808-110.08,245.824-245.824,245.824c-77.28,0-146.256-35.648-191.36-91.488 c42.176,34.112,95.872,54.464,154.336,54.464c135.744,0,245.824-110,245.824-245.824c0-58.464-20.352-112.16-54.464-154.336 C476.293,112.868,512.005,181.844,512.005,259.124z'/%3E%3Cellipse style='fill:%23F4C534;' cx='104.343' cy='189.314' rx='104.324' ry='104.324'/%3E%3C/g%3E%3Cellipse style='fill:%23FFFFFF;' cx='104.343' cy='189.314' rx='84.163' ry='84.163'/%3E%3Cellipse style='fill:%233E4347;' cx='104.343' cy='189.314' rx='46.706' ry='46.706'/%3E%3Cpath style='fill:%23FFFFFF;' d='M130.517,179.78c-3.056,4.496-11.6,3.936-18.976-1.072c-7.376-5.008-11.04-12.752-7.984-17.248 s11.456-3.904,18.976,1.072C129.941,167.684,133.573,175.284,130.517,179.78z'/%3E%3Cellipse transform='matrix(-0.1875 -0.9823 0.9823 -0.1875 287.959 519.6617)' style='fill:%23F4C534;' cx='358.905' cy='140.735' rx='133.653' ry='133.637'/%3E%3Cellipse style='fill:%23FFFFFF;' cx='358.905' cy='140.735' rx='107.812' ry='107.812'/%3E%3Cellipse style='fill:%233E4347;' cx='358.905' cy='140.735' rx='59.842' ry='59.842'/%3E%3Cpath style='fill:%23FFFFFF;' d='M392.421,128.516c-3.904,5.76-14.864,5.04-24.304-1.376c-9.44-6.416-14.144-16.336-10.224-22.096 c3.904-5.76,14.672-5.008,24.304,1.376C391.669,113.028,396.326,122.772,392.421,128.516z'/%3E%3Cpath style='fill:%23F4C534;' d='M68.357,287.124c56.816,20.976,119.472-10.56,136.24-69.264 C148.981,212.676,87.669,242.836,68.357,287.124z'/%3E%3Cpath style='fill:%23FFD93B;' d='M154.341,234.34c-42.368,14.848-73.152,47.088-80.304,79.696l3.904,20.464l156.576-29.888 l-14.56-76.256C200.373,224.532,177.509,226.148,154.341,234.34z'/%3E%3Cpath style='fill:%233E4347;' d='M454.965,290.564c-10.768,87.984-59.552,177.952-138.8,178.24 c-82.288,0.304-191.744-71.52-218.704-143.664c-3.2-8.544,5.68-17.488,14.928-15.104c117.968,30.032,229.376,32.384,325.104-30.832 C446.438,273.252,456.214,280.468,454.965,290.564z'/%3E%3Cpath style='fill:%23E24B4B;' d='M334.917,433.012c33.008-10.464,66.016-27.088,91.28-48.048 c-30.464-27.984-79.552-31.808-113.216-4.656c-12.336,10.016-27.552,14.944-43.232,13.392c-28.656-3.056-55.968,8.928-74.016,29.472 C235.749,450.74,286.885,441.956,334.917,433.012z'/%3E%3Cg%3E%3Cpath style='fill:%23FFFFFF;' d='M316.181,468.804c54.752-0.208,94.944-43.232,118.128-98.816 c-96.944,88.912-228.896,51.696-278.64,31.36C201.653,440.5,264.293,468.996,316.181,468.804z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M449.957,319.572c2.096-9.616,3.824-19.312,5.008-29.008c1.232-10.096-8.528-17.312-17.488-11.376 c-95.712,63.216-207.136,60.864-325.088,30.832c-9.248-2.384-18.112,6.576-14.928,15.104c2.384,6.368,5.616,12.72,9.2,19.04 C226.053,377.268,340.822,371.604,449.957,319.572z'/%3E%3C/g%3E%3C/svg%3E");
}
}