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,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #fff;
    color: #000;
    width: 100%;
    height: 100%;
    font-family: Tahoma, Myriad Pro, sans-serif;
}

a, a:visited {
	color: #0000bc;
	text-decoration: none;
}

a:focus {
	
}

a:active,
a:hover {
    outline: 0;
	color: #000089;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 30px;
    font-weight: 400;
	line-height: 36px;
    color: #031f2d;
    margin-top: 0;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	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: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-size: 15px;
	-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: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

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

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 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
img.alignleft {
    margin-right: 10px;
    margin-bottom: 10px;
}
img.alignright {
    margin-left: 10px;
    margin-bottom: 10px;
}
.clr {clear:both}
figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

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

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: none;
}

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

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

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

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

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

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

table {
	border-collapse: separate;
	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;
}

/* Input fields */
input,
textarea {
	border: 1px solid #ddd;
    background: #fff;
	color: #2b2b2b;
	-padding: 8px 10px 7px;
    padding: 0px 10px;
}

textarea {
	width: 100%;
}

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



input.e-name,
input.e-phone {
    border: 0;
    border-bottom: 3px solid #d4d4d4;
    font-size: 14px;
    color: #000;
    font-weight: 100;
    padding: 0 10px;
    height: 39px;
    line-height: 42px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
/* Buttons */

button,
.button,
a.button,
.btn,
a.btn:visited,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #d23347;
    background: -moz-linear-gradient(top,  #d23347 0%, #e23024 50%, #751e19 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d23347), color-stop(50%,#e23024), color-stop(100%,#751e19));
    background: -webkit-linear-gradient(top,  #d23347 0%,#e23024 50%,#751e19 100%);
    background: -o-linear-gradient(top,  #d23347 0%,#e23024 50%,#751e19 100%);
    background: -ms-linear-gradient(top,  #d23347 0%,#e23024 50%,#751e19 100%);
    background: linear-gradient(to bottom,  #d23347 0%,#e23024 50%,#751e19 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d23347', endColorstr='#751e19',GradientType=0 );
    border: 0;
	color: #fff;
	font-size: 24px;
    text-shadow: 0 0 0 transparent;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
}

button:hover,
button:focus,
.button:hover,
a.button:hover,
.button:focus,
a.button:focus,
.btn:focus,
.btn:hover,
.btn:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
button:active,
.button:active,
a.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    opacity: 0.8;
}

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

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

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.center {
    text-align: center;
}
.container {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.header-line {
    background: #70c6fa;
    height: 29px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}
.header {
    height: 82px;
    background: #000;
    position: relative;
    z-index: 10;
    border-top: 3px solid #d9d9d9;
}
.header.home {
    background: rgba(0,0,0,0.5);
}
.header-fline {
    width: 100%;
    background: #dbdbdb;
    height: 4px;
    position: relative;
    margin-bottom: 10px;
}
.header-fline:after {
    content: " ";
    position: absolute;
    border: 7px solid transparent;
    border-top-color: #dbdbdb;
    top: 100%;
    left: 50%;
    margin-left: -7px;
}

.header .logo {
    padding: 10px;
    float: left;
}
.menu {
    float: right;
    margin-top: -3px;
    height: 85px;
    margin-right: 200px;
}
.menu .nav-menu {
    margin: 0px;
    list-style: none;
}
.menu .nav-menu li {
    float: left;
}
.menu .nav-menu li a {
    display: block;
    font-family: Tahoma;
    font-size: 14px;
    line-height: 85px;
    padding: 0 15px;
    margin: 0 15px;
    color: #fff;
    height: 83px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background: url('./images/menuarrow.png') 100% 50% no-repeat;
}
.menu .nav-menu li a:hover,
.menu .nav-menu li.current_page_item a {
	background: #343435;
    border-bottom: 3px solid #bab7b7;
    border-top: 3px solid #bab7b7;
}


.services {}
.services.bck {
    background: url('./images/servbck.png') 50% 80px no-repeat;
    border-bottom: 1px solid #E6E6E6;
}
.services .big-title {
    text-align: center;
    font-family: Tahoma;
    font-size: 18px;
    color: #1c1c1c;
    line-height: 30px;
    margin-top: 30px
}
.services .big-title b {
    font-weight: bold;
}
.services .small-title {
    color: #5a5a5a;
    font-family:Tahoma;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 30px;
}

.services .list-services {}
.services .list-services .elekt {
    width: 66%;
    float: left;
}
.services .list-services .mexan {
    width: 34%;
    float: right;
}
.services .list-services .stitle {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff;
}
.services .list-services ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.services .elekt ul {
    width: 50%;
    float: left;
}
.services .list-services ul li {}
.services .list-services ul li a {
    color: #FFF;
    font-family: Tahoma;
    display: block;
    line-height: 14px;
    font-size: 14px;
    margin-bottom: 47px;
    width: 285px;
    margin-left: 18px;
}
.services .list-services ul li a:hover span {
    text-decoration: underline;
}
.services .list-services ul li a img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}
.services .list-services ul li a span {
    vertical-align: middle;
    width: 224px;
    display: inline-block;
}
.services.arch,
.services.arch a,
.services.arch a span,
.services.arch .stitle {
    color: #000;
}

.cb {
    width: 295px;
    float: left;
    margin-bottom: 150px;
    margin-left: 17px;
	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.27);
	-ms-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.27);
	-o-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.27);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.27);
	-webkit-border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	-ms-border-radius: 0 20px 20px 0;
	-o-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
}
.cc {
    width: 755px;
    float: right;
}
.cb .list-services .stitle {
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.cb .list-services ul {
    list-style: none;
    margin: 0;
}
.cb .list-services ul li {
    margin-bottom: 15px;
}
.cb .list-services ul li img {
    width: 20px !important;
    height: auto!important;  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
.cb .list-services ul li a {
    font-size: 12px;
    color: #000000;
    line-height: 14px;
}
.cb .list-services ul li a span {
  display: inline-block;
  width: 255px;
  vertical-align: middle;
}
.cb .list-services ul li a:hover span {
text-decoration: underline;
}

.news-box {
    margin-bottom: 80px;
}
.news-box .big-title {
    text-align: center;
    font-family: 'Myriad Pro', Tahoma;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    margin-top: 20px;
    display: block;
    color: #000;
    text-decoration: none;
}
.news-box .big-title:hover {
    text-decoration: underline;
}
.news-box .small-title {
  text-align: center;
    font-family: 'Myriad Pro', Tahoma;
  color: #9B9B9B;
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 20px;
  background: url('./images/newsline.png') 50% 100% no-repeat;
  margin-bottom: 40px;
}
.news-box .news-list {}
.news-box .news-list .nl-item {
    float: left;
    width: 33.3%;
}
.news-box .news-list .nl-item .lcol {
    width: 170px;
    height: 120px;
    position: relative;
    display: block;
    float: left;
    margin-right: 14px;
}
.news-box .news-list .nl-item .rcol {
    width: 160px;
    width: -webkit-calc(100% - 194px);
    width: -moz-calc(100% - 194px);
    width: -ms-calc(100% - 194px);
    width: -o-calc(100% - 194px);
    width: calc(100% - 194px);
    float: right;
    margin-right: 10px;
}
.news-box .news-list .nl-item .lcol .image {
  display: block;
  height: 100px;
  border: 10px solid rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-origin: border-box;
  position: relative;
}
.news-box .news-list .nl-item .lcol .image .pub-time {
    font-size: 12px;
    font-family: Tahoma;
    color:#fff;
    line-height: 28px;
    height: 28px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background: rgba(59, 189, 251, 0.76) url('./images/dateicon.png') 10px 50% no-repeat;
    padding-left: 30px;
    text-transform: lowercase;
}
.news-box .news-list .nl-item .rcol .ntitle {
  font-weight: bold;
  font-size: 16px;
  color: #1E1E20;
  line-height: 18px;
  display: block;
  margin: 5px 0 10px;
  max-height: 55px;
  overflow: hidden;
  text-decoration: none;
}
.news-box .news-list .nl-item .rcol .ntitle:hover {
    text-decoration: underline;
}
.news-box .news-list .nl-item .rcol .ndescr {
  font-size: 12px;
  color: #1E1E20;
  line-height: 14px;
  max-height: 100px;
  overflow: hidden;
}
.fbform {
    background: url('./images/fbbck.png') 80% 50% no-repeat;
    height: 331px;
}
.fbform .big-title {
  font-size: 24px;
  color: #E30105;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-top: 80px;
  line-height: 24px;
  text-shadow: 0px 1px 1px #FFF;
}
.fbform .small-title {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  margin-top: 30px;
}
.fbform p {
  text-align: center;
  margin-top: 25px;
}
.fbfrom p span.wpcf7-form-control-wrap {
    display: inline-block;
    vertical-align: middle;
}
.fbform p input.wpcf7-form-control {
  width: 216px;
  height: 33px;
  line-height: 35px;
  padding: 0 10px;
  border: 1px solid #CECECE;
  margin: 0 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.fbform div.wpcf7 img.ajax-loader {
  display: block;
  width: 16px;
  margin: 5px auto;
}
.fbform .fbsubmit {
  text-align: center;
}
.fbform .fbsubmit input.fbsubmitbut {
    height: 64px;
    line-height: 64px;
}
.fbform span.wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
  left: 24px;
  right: 24px;
  top: 24px;
  line-height: 12px;
  text-shadow: 0px 1px 2px #FFF, 0px 0px 0px #000;
}
.fbform div.wpcf7-validation-errors {
  width: 300px;
  margin-top: -85px;
  text-shadow: 0px 1px 1px #FFF;
}
.reviews-box {
    margin-top: 70px;
}
.reviews-box .reviews-list {}
.reviews-box .reviews-list .nl-item {
    width: 33.3%;
    width: -webkit-calc(33.3% - 30px);
    width: -moz-calc(33.3% - 30px);
    width: -ms-calc(33.3% - 30px);
    width: -o-calc(33.3% - 30px);
    width: calc(33.3% - 30px);
    margin: 0 -webkit-calc(30px - 15px);
    margin: 0 -moz-calc(30px - 15px);
    margin: 0 -ms-calc(30px - 15px);
    margin: 0 -o-calc(30px - 15px);
    margin: 0 calc(30px - 15px);
    float: left;
    padding-bottom: 40px;
    background: url('./images/reviewline.png') 0% 100% no-repeat;
}
.reviews-box .reviews-list .nl-item .ndescr {
  color: #757575;
  font-size: 14px;
  line-height: 22px;
  padding-right: 30px;
}
.reviews-box .reviews-list .nl-item .ntitle {
  display: block;
  text-decoration: none;
  color: #2A2B2C;
  font-family: Myriad Pro;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
}
.reviews-box .reviews-list .nl-item .ntitle:hover {
    text-decoration: underline;
}
.footer-article {}
.footer-article .big-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 20px;
  text-transform: uppercase;
}
.footer-article .fa-text {
     font-size: 14px;
    line-height: 18px;
    color: #000;
    float: left;
    width: 260px;
    position: relative;
    z-index: 1000;
    margin-left: 70px;
    background: #FFF;
    height: 316px;
  margin-top: 30px;
  margin-bottom: 24px;
    padding: 5px 10px;
	-webkit-box-shadow: 0px 0px 10px 1px #000;
	-moz-box-shadow: 0px 0px 10px 1px #000;
	-ms-box-shadow: 0px 0px 10px 1px #000;
	-o-box-shadow: 0px 0px 10px 1px #000;
	box-shadow: 0px 0px 10px 1px #000;
}
/*

.fb-form div.wpcf7-validation-errors {
    margin: 0px;
    z-index: 1000;
    background-color: #FFF;
    margin-bottom: 10px;
}
.fb-form span.wpcf7-not-valid-tip {
    display: block;
    background: #FFF;
    padding: 0 0 5px 0;
    font-size: 10px;
    line-height: 10px;
    z-index: 1000;
    text-align: center;
    margin-bottom: 10px;
}

.slider-box {
    position: relative;
    width: 770px;
    height: 313px;
    float: left;
}
.slider-box:after {
    content: " ";
    background: url('./images/slider-btm.png') -25px 0 no-repeat;
    position: absolute;
    left: 0;
    top: 100%;
    width: 775px;
    height: 64px;
}
.slider-box .i-slider {
    margin: 0px;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.slider-box .i-slider li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    cursor: pointer;
}
.slider-box .i-slider li:first-child {
    display: block;
}
.slider-box .sb-navi .sbn-left,
.slider-box .sb-navi .sbn-right {
    background: url('./images/sl-lr.png') 0 0 no-repeat;
    width: 48px;
    height: 55px;
    display: block;
    position: absolute;
    left: 25px;
    top: 130px;
    z-index: 10;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.slider-box .sb-navi .sbn-right {
    left: auto;
    right: 25px;
    width: 51px;
    background-position: -48px 0;
}
.slider-box .sb-navi .sbn-left:hover,
.slider-box .sb-navi .sbn-right:hover {
    background-color: rgba(0, 0, 0, 0.35);
}
.sl-form {
    width: 300px;
    float: right;
    background: #E5573F;
    border-bottom: 7px solid #B93E29;
    padding: 10px 0;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
    position: relative;
}
.sl-form .title {
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 18px;
}
.sl-form .descr {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #FFF;
    padding: 2px 0;
}
.sl-form .enter-name,
.sl-form .enter-phone {
    margin-left: 30px;
    color: #FFF;
    margin-top: 5px;
    line-height: 20px;
    font-size: 12px;
    padding-left: 20px;
    background: url('./images/slf-user.png') 0 0 no-repeat;
}
.sl-form .enter-phone {
    background: url('./images/slf-tel.png') 0 0 no-repeat;
}
.sl-form .enter-phone.num {
    background: url('./images/sortn.png') 0 50% no-repeat;
}
.sl-form input.e-name,
.sl-form input.e-phone {
    margin: 5px 29px;
    width: 240px;
}
.sl-form p {
    margin-bottom: 10px;
}
.sl-form span.wpcf7-not-valid-tip {
    font-size: 10px;
    margin: 0 30px;
    text-shadow: 0px 1px 2px #FFBEBE;
    color: #FFF;
    margin-top: -5px;
}
.sl-form .e-submit {
    text-align: center;
}
.sl-form .e-submit .e-send {
    padding: 0 60px;
display: inline-block;
line-height: 48px;
height: 54px;
font-size: 18px;
text-transform: uppercase;
}
.sl-form .e-submit img {
    display: block;
}
*/
.c-content {
    margin-top: 32px;
    margin-bottom: 20px;
}


.rws-box {
    margin: 40px 110px 100px 30px;
    width: 410px;
    float: left;
}
.rws-box a.title {
    font-size: 24px;
    color: #282828;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.rwsb-item {
    margin-bottom: 15px;
}
.rwsb-item div.ri {
    display: inline-block;
    vertical-align: middle;
    width: 105px;
    background: url('./images/rimg.png') 50% 50% no-repeat;
    height: 95px;
}
.na-box .rwsb-item div.ri {
    background-image: url('./images/nimg.png');
}
.rwsb-item div.ri a.ri {
    width: 86px;
    height: 85px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    outline: none;
    margin-top: 5px;
    margin-left: 9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.rwsb-item div.rc {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    position: relative;
}
.rwsb-item div.rc a.rtitle {
    font-size: 14px;
    color: #000;
    font-style: italic;
    font-weight: 600;
    display: block;
    margin-right: 90px;
    line-height: 18px;
}
.na-box .rwsb-item div.rc a.rtitle {
    color: #eca100;
}
.rwsb-item div.rc a.rtitle:hover {
    text-decoration: underline;
}
.rwsb-item div.rc .rtime {
    color: #A4A4A4;
    font-weight: 100;
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 0px;
    line-height: 18px;
}
.rwsb-item div.rc .rdescr {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    margin-top: 8px;
}


.main-article {
    margin-bottom: 50px;
}
.main-article h1 {
    text-align: center;
    font-size: 29px;
    color: #08344B;
    margin-bottom: 20px;
    font-weight: 100;
    text-transform: uppercase;
}
.main-article .ma-text {
    font-size: 14px;
    color: #08344B;
    font-weight: 400;
    padding: 0 50px;
    line-height: 20px;
}
.main-article .ma-text img.alignright.size-full {
    padding-left: 100px;
    margin-bottom: 70px;
    margin-top: 30px;
}
.main-article .ma-text p:first-letter {
    font-size: 24px;
    color: #FC0;
    font-weight: 600;
}

.footer {
    background: #70c6fa;
    height: 50px;
}
.footer .copy {
    float: right;
    font-size: 12px;
    color: #fff;
    line-height: 50px;
}
.footer ul.nav-menu {
    list-style: none;
    margin: 0;
    float: left;
}
.footer ul.nav-menu li {
    display: inline-block;
    vertical-align: top;
}
.footer ul.nav-menu li a {
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    padding: 0 40px;
    text-transform: uppercase;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    display: block;
}
.footer ul.nav-menu li a:hover {
    background: #3b80c1;
}
.footer-line {
    text-align: center;
    color: #E4BAB4;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    overflow: hidden;
    background: #3b80c1;
    padding-top: 5px;
}


.c-content article {
    margin-bottom: 30px;
}


.content .wcap {
    position: relative;
}
.content .wcap:before {
    position: absolute;
    left: -3px;
    top: -40px;
    border: 3px solid #D4D4D4;
    border-bottom: 0;
    height: 37px;
    background: #FFF;
    padding: 0px 20px;
    text-align: center;
    font-size: 22px;
    line-height: 40px;
    font-weight: bold;
    color: #545255;
}
.content .wcap .woo-item:nth-child(3n+1) {
    -1margin-left: 7px;
    clear: both;
}
.content .woo-item .wooi-image {
    width: 180px;
    height: 130px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
    border: 1px solid #D7D7D7;
    position: relative;
    background-size: contain;
}
.content .woo-item .wooi-price {
    font-size: 14px;
    color: #000;
    text-align: left;
    font-weight: bold;
    display: block;
    float: left;
}
.content .woo-item .wooi-title {
    font-size: 14px;
    color: #6487C1;
    line-height: 18px;
    padding: 6px;
    display: inline-block;
}
.content .woo-item .woo-bb {
    padding-bottom: 1px;
}
.content .woo-item .wooi-button {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 6px;
}
.content .woo-item .wooi-button .button {
    border: 1px solid #B95152;
    box-shadow: inset 0px 0px 2px #FFF;
    padding: 1px 6px 3px 7px;
    text-transform: none;
    font-weight: 500;
    float: left;
    margin-left: 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.content .woo-item .wooi-button .button:hover {
}

.content header.page-header,
.content header.entry-header {
    height: 4px;
    background-color: #E21E20;
    margin-bottom: 18px;
    margin-top: 6px;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px -1px 1px rgba(0,0,0,0.2);
	-ms-box-shadow: inset 0px -1px 1px rgba(0,0,0,0.2);
	-o-box-shadow: inset 0px -1px 1px rgba(0,0,0,0.2);
	box-shadow: inset 0px -1px 1px rgba(0,0,0,0.2);
}
.content header.page-header h1.page-title,
.content header.entry-header h1.entry-title {
    background-color: #fff;
    display: inline-block;
    padding: 0px 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin-top: -10px;
    position: absolute;
    color: #000;
    text-decoration: none;
}
.content header.page-header h1.page-title a,
.content header.entry-header h1.entry-title a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.content header.page-header h1.page-title a:hover,
.content header.entry-header h1.entry-title a:hover {
    text-decoration: underline;
}
.content .product .images {
    margin-top: 10px;
}
.content .product .images a.woocommerce-main-image img.attachment-shop_single {
    width: 346px !important;
    height: 396px !important;
    border: 1px solid #B7B7B7;
    -webkit-box-shadow: 0 0 0 transparent;
	-moz-box-shadow: 0 0 0 transparent;
	-ms-box-shadow: 0 0 0 transparent;
	-o-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
}

.content .product .entry-summary h2 {
    line-height: 30px;
    font-size: 24px;
    margin: 10px 0px 15px 0px;
    text-transform: uppercase;
}
.woocommerce-page div.product div.images {
    width: 366px;
    height: 294px;
}
.woocommerce-page div.product div.images .woocommerce-main-image {
    display: block;
    width: 100%;
    height: 294px;
}
.woocommerce-page div.product div.images .woocommerce-main-image span {
    display: block;
    width: 100%;
    height: 294px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border: 3px solid #FFE923;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.woocommerce-page div.product div.summary {
    width: 47% !important;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}

#thmbs {
    width: 100%;
    margin-left: 3px;
    overflow: hidden;
    position: relative;
}
/*#thmbs .thumbnails:after,*/
#thmbs .thumbnails:before {
    content: none;
    display: none;
}
#thmbs .thumbnails {
    padding-top: 10px;
    margin-left: 20px;
    width:6700px;
}
#thmbs .thumbnails a {
    display: inline-block;
    vertical-align: top;
    margin: 8px 12px;
    width: 90px;
}
#thmbs .thumbnails a div {
    border: 3px solid #FFE923;
    width: 84px;
    height: 84px;
}

#thmbs .thns-left,
#thmbs .thns-right {
    height: 120px;
    width: 20px;
    float: left;
    margin-top: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff url(./images/wooisnl.png) center center no-repeat;
    cursor: pointer;
}
#thmbs .thns-right {
    right: 0px;
    left: inherit;
    background-image: url(./images/wooisnr.png);
	-webkit-box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.6);
	-ms-box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.6);
	-o-box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.6);
	box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.6);
}
#woo-quest {
    text-align: center;
    margin-top: 20px;
    position: relative;
}
#woo-quest > input {
    font-size: 18px;
    padding: 12px 30px 9px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#woo-quest .contact-form {
    right: 0px;
    position: absolute;
    width: 700px;
    z-index: 10000;
    -max-height: 130px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    display: none;
}
#woo-quest .contact-form img.ajax-loader {
    width: 30px;
    display: block;
    margin: 10px auto;
}
#woo-quest .contact-form .wpcf7-form-control-wrap.text-791 {
    display: block;
    width:0px;
    height:0px;
    overflow:hidden;
}
#woo-cart {
    text-align: center;
    margin-top: 20px;
    position: relative;
}
#woo-cart > input {
    font-size: 18px;
    padding: 12px 30px 8px;
    background-color: #5b2c00;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#woo-cart > input:hover {
    background-color: #2F1904;
}
#woo-cart .contact-form {
    position: absolute;
    width: 700px;
    z-index: 10000;
    -max-height: 130px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    display: none;
    left: 0px;
}
#woo-cart .contact-form img.ajax-loader {
    width: 30px;
    display: block;
    margin: 10px auto;
}
#woo-cart .contact-form .wpcf7-form-control-wrap.text-791 {
    display: block;
    width:0px;
    height:0px;
    overflow:hidden;
}
.related.products .relate {
    width: 162px;
    float: left;
    margin-right: 12px;
    border: 1px solid #dedede;
    margin-top: 10px;
    margin-bottom: 10px;
}
.related.products .relate:nth-child(5) {
    margin-right: 0px;
}
.related.products .relate .rthumb {
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    display: block;
}
.related.products .relate .rthumb .rprice {
    position: absolute;
    bottom: 8px;
    background-color: #efc400;
    font-size: 14px;
    font-family: Century Gothic;
    padding: 0px 8px;
    height: 26px;
    line-height: 27px;
    left: 0px;
    color: #7c3f06 !important;
}
.related.products .relate .rthumb .rprice > .price > .amount {
    color: #7c3f06 !important;
}
.related.products .relate .rthumb img {
    display: block;
    margin: 10px auto;
    max-width: 162px;
    height: 133px;
}
.related.products .relate .rtitle {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    padding: 5px;
    height: 23px;
    overflow: hidden;
    color: #000;
    display: block;
}
.related.products .relate .rbutton {
    clear: both;
    margin-top: 5px;
    text-align: center;
}
.related.products .relate .rbutton .button {
    clear: both;
    margin-top: 5px;
    height: 28px;
    padding: 0px;
    display: inline-block;
    width: 100px;
    line-height: 31px;
    text-align: center;
    margin-bottom: 10px;
}
.woocommerce-pagination {
    margin-bottom: 50px;  display: block;
  padding-bottom: 66px;
}
.woocommerce-pagination ul.page-numbers,
.woocommerce-pagination ul.page-numbers li {
    border: 0 none !important;
}
.woocommerce-pagination ul.page-numbers a.prev,
.woocommerce-pagination ul.page-numbers a.next,
.woocommerce-pagination ul.page-numbers a.page-numbers {
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    color: #041832;
    text-decoration: underline;
    display: inline-block;
    padding: 0.5em;
    line-height: 14px;
}
.woocommerce-pagination ul.page-numbers a.page-numbers {
    background: #70C6FA;
    color: #fff;
    line-height: 30px;
    font-size: 18px;
    display: inline-block;
    padding: 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
    margin: 0 5px;
    text-decoration: none;
    font-weight: 300;
    float: left;
}
.woocommerce-pagination ul.page-numbers a.page-numbers:hover,
.woocommerce-pagination ul.page-numbers span.page-numbers.current,
.woocommerce-pagination ul.page-numbers span.page-numbers.dots {
    background: #3B80C1;
    color: #fff;
    line-height: 30px;
    font-size: 18px;
    display: inline-block;
    padding: 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
    margin: 0 5px;
    border-bottom: 2px solid #fff;
    float: left;
}
.woocommerce-pagination ul.page-numbers a.prev:hover,
.woocommerce-pagination ul.page-numbers a.next:hover {
    text-decoration: none;
}


.answers {}
.answers .answer {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    padding-bottom: 0px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 35px;
    margin-right: 300px;
}
.answers .answer .adate {
    background: #e5573f;
    color: #FFF;
    font-size: 11px;
    padding: 0 3px;
    display: inline-block;
    float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.answers .answer .user {
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 5px;
    font-size: 12px;
}
.answers .answer .content {
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    background: #EEE;
    padding: 5px;
    text-shadow: 0px 1px 1px #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.answers .answer .af {
    padding: 0 6px;
    margin: 0 19px;
    font-size: 12px;
    line-height: 16px;
    border-left: 3px solid #FFA393;
}
.answers .answer .af p:last-child {
    margin-bottom: 10px;
}

div.cma-main, div.cma-wrapper, div.cma-sidebar {
display:Block !important;
}

.all-reviews > a, .all-sales > a, .all-articles > a{
    position: relative;
    background: #F79621;
    color: #FFFFFF;
    padding: 3px 15px;
    text-transform: uppercase;
}
.all-reviews > a:hover, .all-sales > a:hover, .all-articles > a:hover{
    background: rgba(247, 124, 33, 1);
}
.all-reviews > a:after, .all-sales > a:after, .all-articles > a:after{
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 0px;
    border-left: 10px solid #F79621;
    border-top: 13px solid transparent;
    border-bottom: 14px solid transparent;
}
.all-reviews > a:hover:after, .all-sales > a:hover:after, .all-articles > a:hover:after{
    border-left-color: rgba(247, 124, 33, 1);
}
.gallerys-box {
    margin: 0 30px 30px 0;
    float: left;
    width: 330px;
    
}
.gallerys-box:nth-child(2n+0) {
    margin-right: 0px;
}
.gallerys-box .img {
    height: 150px;
    width: 150px;
    margin-right: 15px;
    float: left;
    background: #fff url('') no-repeat center center;
    margin-top: 4px;
	-webkit-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.3);
}
.gallerys-box .icontent p.tt {
    margin-bottom: 10px;
    margin-top: 2px;
}
.gallerys-box .icontent p.td {
    font-size: 12px;
    margin-bottom: 10px;
}
.gallerys-box .icontent p.tt a {
    font-size: 20px;
    line-height: 24px;
    color: #5B2C00;
    font-weight: bold;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    text-decoration: none;
}
.gallerys-box .icontent p.tt a:hover {
    color: #301000;
}

.gallery-single {
    
}
.gallery-single .entry-content > a {
    display: inline-block;
    width: 225px;
    margin-bottom: 20px;
    text-align: center;
}
.gallery-single .entry-content > a > img {
    width: 150px;
    height: 150px;
    padding: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}
.woo-items .woo-navi-element {
    display: none;
}
.woo-items .woo-navi-element:first-child {
    display: block;
}
.images > a > img {
    max-height: 530px !important;
    width: auto !important;
    margin: 0 auto;
}
.laminacia_table,
.laminacia_table * {
    border: 0px none !important;
}
#dropdown_layered_nav_manufactures {
    float: left;
    font-weight: bold;
}

/* Woo product */
.ses-title {
    color: #000;
    font-size: 18px;
    line-height: 18px;
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: 400;
}
.ses-box {
    width: 100%;
    font-size: 14px;
    color: #686868;
    font-weight: 400;
    line-height: 18px;
    margin: 8px 0;
}
.sesb-t {
    width: 48%;
    float: left;
    text-align: right;
}
.sesb-v {
    float: right;
    width: 49%;
    text-align: left;
    color: #191919;
}
.sesb-v p {
    margin-bottom: 0;
}
.sesb-v p.price {
    color: #0EC014 !important;
    font-size: 14px !important;
    line-height: 18px !important;
}
.sesb-v p.price del {
    color: #666;
}

.c-content .images .woocommerce-main-image {
    position: relative;
}
.c-content .product-cat-liders .images .woocommerce-main-image:before {
    content: " ";
    position: absolute;
    left: -5px;
    top: -7px;
    z-index: 5;
    background: url('./images/prdct-h.png') 0 0 no-repeat;
    width: 106px;
    height: 108px;
}
.c-content .product-cat-sales .images .woocommerce-main-image:before {
    content: " ";
    position: absolute;
    left: -6px;
    top: -7px;
    z-index: 5;
    background: url('./images/prdct-s.png') 0 0 no-repeat;
    width: 106px;
    height: 108px;
}
.woocommerce-tabs {
    margin-top: 100px;
}
.woo-baybtn {
    background: #FC0 !important;
    filter: none !important;
    border: 0;
    border-bottom: 2px solid #E6B903 !important;
    height: 29px;
    line-height: 29px;
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 45px;
    margin-top: 15px;
    float: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
    -webkit-transition: 0s all ease;
    -moz-transition: 0s all ease;
    -ms-transition: 0s all ease;
    -o-transition: 0s all ease;
    transition: 0s all ease;
}
.woo-baybtn:hover {
    background: #E6B903 !important;
    filter: none !important;
    border-bottom-color: #FC0;
    color: #000;
}
#cfbay {
    display: none;
    position: relative;
}
#cfbay .sl-form {
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 999;
	-webkit-border-radius: 20px 0 20px 20px;
	-moz-border-radius: 20px 0 20px 20px;
	-ms-border-radius: 20px 0 20px 20px;
	-o-border-radius: 20px 0 20px 20px;
	border-radius: 20px 0 20px 20px;
	-webkit-box-shadow: 1px 4px 30px 1px #000;
	-moz-box-shadow: 1px 4px 30px 1px #000;
	-ms-box-shadow: 1px 4px 30px 1px #000;
	-o-box-shadow: 1px 4px 30px 1px #000;
	box-shadow: 1px 4px 30px 1px #000;
}
.pecy {
    float: none;
    clear: both;
    margin-left: 20px;
}
.pecy.sl-form .enter-quest {
    margin-left: 30px;
    color: #FFF;
    margin-top: 5px;
    line-height: 20px;
    font-size: 12px;
    padding-left: 0px;
}
.pecy.sl-form textarea.e-txt {
    border: 0;
    border-bottom: 3px solid #D4D4D4;
    font-size: 14px;
    color: #000;
    font-weight: 100;
    padding: 5px 10px;
    height: 90px;
    line-height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin: 5px 29px;
    width: 240px;
}
.woocommerce-tabs ul.tabs {
    margin-bottom: 0 !important;
    border: 0 !important;
    padding: 0 !important;
}
.woocommerce-tabs ul.tabs:before,
.woocommerce-tabs ul.tabs:after {
    display: none !important;
}
.woocommerce-tabs div.panel.entry-content {
    background: #F1F8FA !important;
    padding: 10px 20px !important;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
    border: 0 !important;
}
.woocommerce-tabs div.panel.entry-content h2 {
    font-size: 18px !important;
    color: #576c7e!important;
    font-weight: 100 !important;
}
.woocommerce-tabs ul.tabs li {
    padding: 0 !important;
    margin: 0 2px !important;
    border: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0!important;
	-ms-border-radius: 0!important;
	-o-border-radius: 0!important;
	border-radius: 0!important;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
	-ms-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
	-o-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
.woocommerce-tabs ul.tabs li:before,
.woocommerce-tabs ul.tabs li:after {
    display: none !important;
}
.woocommerce-tabs ul.tabs li a {
    display: block;
    background: #fff260;
    background: -moz-linear-gradient(top,  #fff260 0%, #ffeb2f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff260), color-stop(100%,#ffeb2f));
    background: -webkit-linear-gradient(top,  #fff260 0%,#ffeb2f 100%);
    background: -o-linear-gradient(top,  #fff260 0%,#ffeb2f 100%);
    background: -ms-linear-gradient(top,  #fff260 0%,#ffeb2f 100%);
    background: linear-gradient(to bottom,  #fff260 0%,#ffeb2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff260', endColorstr='#ffeb2f',GradientType=0 );
    font-size: 14px !important;
    color: #755e00 !important;
    font-weight: 300 !important;
    line-height: 35px !important;
    height: 35px !important;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	-ms-border-radius: 20px 20px 0 0;
	-o-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
    border: 0 none !important;
    padding: 0 20px  !important;
    text-shadow: 0 0 0 transparent !important;
}
.woocommerce-tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li a:hover {
    background: #e5573f !important;
    color: #FFF!important;
}
.uiclimage {
    width: 200px;
height: 200px;
float: left;
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
margin-right: 20px;
border-radius: 8px;
	-webkit-box-shadow: 0 0 3px #000;
	-moz-box-shadow: 0 0 3px #000;
	-ms-box-shadow: 0 0 3px #000;
	-o-box-shadow: 0 0 3px #000;
	box-shadow: 0 0 3px #000;
border: 1px solid #000;
}
h1.entry-title a {
      font-size: 18px;
  color: #153D52;
  line-height: 24px;
  display: block;
  padding: 5px;
  font-style: italic;
}
h1.entry-title a:hover {
    text-decoration: underline;
}

.servtype {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.servtype h1 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #000;
}

.footer-article .maps {
    position: absolute;
    left: 0;
    right: 0;
}

.fbform.rev .big-title {
    padding-top: 30px;
}
.fbform.rev textarea {
  height: 80px;
  width: 500px;
  display: block;
  margin: 8px auto;
}
.fbform.rev p input.wpcf7-form-control,
.fbform.rev textarea {
    border: 1px solid #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}