@font-face {
	font-family: 'TrajanPro';
	src: url('TrajanPro3.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html {
	margin: 0%;
	padding: 0%;
}
body {
	margin: 0%;
	padding: 0%;
	font-size: 15px;
	font-family: Tahoma;
	color: #080808;
	background: #fcfcfc;
}
#main {
	overflow-x: hidden;
}
a {
	color: #01857a;
}
a:hover {
	color: #e64100;
	text-decoration: none;
}
a img {
	border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
p.h1,
h1 {
	font-size: 43px;
    text-align: center;
	font-family: 'TrajanPro';
}
h2,
p.h2 {
	font-size: 35px;
    text-align: center;
	font-family: 'TrajanPro';
    line-height: 34pt;
}
p.title {
	font-size: 17px;
    text-align: center;
	font-family: 'TrajanPro';
}
h3 {
	font-size: 25px;
    text-align: center;
	font-family: 'TrajanPro';
}
h4 {
	font-size: 27px;
}
.clear {
	clear: both;
}
.center {
	width: 1250px;
	margin: 0 auto;
}
img {
	max-width: 100%;
	height: auto;
}
/*top*/
#top {
	position: relative;
	background: #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, .1);
}
#top #logo {
    position: absolute;
    width: 12%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
	background: #fff;
}
#top #logo p {
    margin: 12px 0 0;
}
#top #top_menu {
	background: #f7f9f2 url('images/bgtopmenu.jpg') top center repeat-y;
	padding: 24px 0;
	border-bottom: 1px solid #eee;
}
#top #top_menu nav {
	width: 40%;
}
#top #top_menu nav.left {
	float: left;
}
#top #top_menu nav.right {
	float: right;
}
#top #top_menu nav ul {
	margin: 0%;
	padding: 0%;
}
#top #top_menu nav ul li {
	margin: 0%;
	padding: 0%;
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	font-family: Segoe UI;
}
#top #top_menu nav.left ul li {
	float: right;
}
#top #top_menu nav.right ul li {
	float: left;
}
#top #top_menu nav ul li a {
	padding: 7px 15px;
	text-decoration: none;
	color: #323232;
}
#top #top_menu nav ul li a:hover {
	background: #eff7e3;
}
#top #content_top {
	padding: 15px 0 10px;
}
#top #content_top div.block {
	width: 39%;
}
#top #content_top div.left {
	float: left;
}
#top #content_top div.right {
	float: right;	
}
#top #content_top div.left div.social {
    float: right;
    width: 20%;
    text-align: left;
    padding: 5px 0 0;
}
#top #content_top div.left div.social img {
    max-width: 20px;
    margin: 0 2px;
}
#top #content_top div.left div.location {
    float: right;
    width: 42%;
    text-align: right;
    padding-right: 40px;
    background: url(images/location.png) right top 20px no-repeat;
}
div.location p.adress {
    font-weight: bold;
    font-size: 16px;
}
div.location p.email {
	font-size: 14px;
}
p.email a {
	color: #323232;
	text-decoration: none;
	border-bottom: 1px solid #eee;
}
p.email a:hover {
	border: none;
	color: #ec2c2c;
}
#top #content_top div.right div.telephone_top {
	float: left;
	width: 54%;
}
p.telephone_number {
	font-family: TrajanPro;
	font-size: 26px;
	font-weight: bold;
    letter-spacing: -0.5px;
}
p.telephone_number a {
	color: #323232;
	text-decoration: none;
}
p.telephone_number a:hover {
	color: #e94b36;
}
#top #content_top div.right div.button_top {
	float: left;
	width: 43%;
	text-align: center;
    padding: 20px 0 0;
}
p.button strong,
p.button span {
	background: #6ab900 url(images/bgbutton.jpg) left center no-repeat;
    padding: 15px 21px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    border-bottom: 4px solid #eee;
	transition: 1s;
}
p.button strong:hover,
p.button span:hover {
	background: #519500 url(images/bgbutton_hover.jpg) left center no-repeat;
	transition: 1s;
}
input#submit {
	background: #6ab900 url(images/bgbutton.jpg) left center no-repeat;
    padding: 15px 21px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    transition: 1s;
    border: none;
    border-bottom: 4px solid #eee;
    font-size: 15px;
}
input#submit:hover {
	background: #519500 url(images/bgbutton_hover.jpg) left center no-repeat;
	transition: 1s;
    border-bottom: 4px solid #ddd;
}
p.button strong i {
	font-style: normal;
}
#top #content_top div.right div.telephone_top p.telephone_number {
    margin: 0%;
}
#top #content_top div.right div.telephone_top p.name {
	margin-bottom: 4px;
}
#top #content_top div.right div.telephone_top p.time {
	margin-top: 3px;
}
/*answer_block*/
.answer_block {
    padding-bottom: 20px;
}
.answer_block p.h2 {
    margin-bottom: -10px;
    line-height: 25pt;
}
main#middle.single_page {
    padding: 20px 0 50px;
    border-bottom: 1px solid #eee;
}
main#middle.single_page h1 {
    text-align: left;
}
/*middle*/
#middle #title {
    background: #b3afad url(images/bgtop.jpg) top center no-repeat;
    background-size: cover;
    padding: 40px 0 90px;
    text-align: center;
	color: #fff;
}
#middle #title h1 {
	margin-bottom: 0%;
	font-family: Solomon Sans Normal;
	font-size: 70px;
	color: #e1f895;
}
#middle #title p.h2 {
    margin: 0%;
	font-size: 47px;
    font-family: Solomon Sans Normal;
} 
#middle #title p.h3 {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    line-height: 24pt;
    font-size: 22px;
}
#middle #title p.h3 span {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 5px 12px;
    margin: 0 10px;
}
#middle #title form {
    padding: 10px 0;
}
input[type="email"],
input[type="tel"],
input[type="text"] {
	font-family: Segoe UI;
	font-size: 17px;
    padding: 16px 25px;
    box-shadow: 0 0 44px rgba(0, 0, 0, .2);
	border: none;
}
#middle #title form input[type="text"] {
	border-radius: 4px 0 0 4px;
    background: #fff url(images/tel_input.png) left 12px center no-repeat;
    padding-left: 55px;
    box-sizing: border-box;
    width: 250px;
}
#middle #title form input[type="button"] {
	cursor: pointer;
	background: #69ac00 url(images/tableheader.jpg) left center no-repeat;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 0 4px 4px 0;
	transition: 1s;
}
#middle #title form input[type="button"]:hover {
	background: #578f00 url(images/tableheader_hover.jpg) left center no-repeat;
	transition: 1s;
}
#middle #title p.more {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    line-height: 19pt;
    font-size: 16px;
    padding: 20px 0 0;
}
/*form*/
p.visibility {
	display: none;
}
textarea:focus,
select:focus,
input:focus {
	outline: none;
}
html body #callme_form form p input.good,
html form input.good {
    border: 1px solid #5eb304;
}
html form input.error,
html body #callme_form form p input.error {
    border: 1px solid #eb3942;
}
/*category*/
hr {
	content: url('images/tilda.png');
	margin: 10px auto;
	border: none;
}
div#category {
	position: relative;
}
div#category .center {
	top: -70px;
    background: #fff;
-webkit-box-shadow: 0px -26px 33px -19px rgba(0,0,0,0.21);
-moz-box-shadow: 0px -26px 33px -19px rgba(0,0,0,0.21);
box-shadow: 0px -26px 33px -19px rgba(0,0,0,0.21);
    position: relative;
    padding: 10px 50px;
    box-sizing: border-box;
}
div#category p.h2 {
    margin-bottom: 0%;
}
div#category p.title {
    margin-top: 5px;
}
div#category .list {
    padding-bottom: 40px;
}
div#category .list .one {
    float: left;
    width: 33%;
    text-align: center;
    padding: 0 0 20px 0;
}
div#category .list .one p.image {
    min-height: 270px;
}
div#category .list .one p.price {
	font-size: 18px;
}
del,
s {
	color: #dd0000;
	margin: 0 3px;
}
div#category .list .one p.name {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'TrajanPro';
    font-size: 19px;
}
/*about*/
#about {
    background: url(images/bg_about.jpg) top center no-repeat;
    padding: 30px 0;
    margin-top: -70px;
}
#about div.gallory {
	float: right;
	width: 38%;
	position: relative;
}
#about div.post_one {
	float: left;
	width: 48%;
}
div.post_one {
    line-height: 17pt;
}
div.post_one h2,
div.post_one h3,
div.post_one h4,
div.post_one h5,
div.post_one h6 {
	text-align: left;
}
div.post_one p.button {
	padding: 30px 0 20px;
}
#about div.gallory img {
    box-shadow: 0 0 34px rgba(0, 0, 0, .07);
}
#about div.gallory img:nth-child(1) {
    position: relative;
    top: -60px;
}
#about div.gallory img:nth-child(2) {
    position: absolute;
    bottom: 25px;
    left: -70px;
    max-width: 400px;
    z-index: 2;
}
#about div.gallory img:nth-child(3) {
    position: absolute;
    bottom: 230px;
    left: -110px;
    max-width: 400px;
    z-index: 2;
    background: #fff;
    padding: 30px 20px;
}
/*triggers*/
div#triggers {
	padding: 20px 0 50px;
    background: #fbfeef;
}
div#triggers h2 {
    margin-bottom: 0%;
}
div#triggers p.title {
    margin-top: 5px;
}
div#triggers .list .one {
    float: left;
    width: 33%;
    box-sizing: border-box;
    text-align: center;
}
div#triggers .list .one p.image {
    padding: 15px 0;
}
div#triggers .list .one p.name {
    font-family: 'TrajanPro';
    font-size: 18px;
    line-height: 19pt;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    margin: 10px auto -6px;
}
div#triggers .list .one p.text {
	font-family: 'Segoe UI';
    font-size: 16px;
    line-height: 16pt;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}
div#triggers .list .one.double {
	position: relative;
}
div#triggers .list .one.double:after {
    content: '+';
    font-size: 40px;
    color: #dcdcdc;
    position: absolute;
    left: 0;
    top: 25%;
}
div#triggers .list .one.double:before {
	content: '+';
	font-size: 40px;
	color: #dcdcdc;
    right: 0;
    top: 25%;
    position: absolute;
}
/*price*/
#price {
	padding: 20px 0 2px;
    background: #fffffa url(images/yellow_bottom.jpg) bottom center repeat-x;
}
div#price h2 {
    margin-bottom: 0%;
}
div#price p.title {
    margin-top: 5px;
}
table {
	width: 90%;
    min-width: 90%;
    max-width: 90%;
    border-collapse: collapse;
    font-family: Tahoma;
    font-size: 15px;
	box-shadow: 0 0 34px rgba(0, 0, 0, .05);
    background: #fff;
    margin: 50px auto;
	transition: 2s;
}
table:hover {
	box-shadow: 0 0 34px rgba(0, 0, 0, .09);
	transition: 2s;
}
table thead {
    background: #5dad00 url(images/tableheader.jpg) left center no-repeat;
	color: #fff;
	font-size: 17px;
	font-family: Segoe UI;
	font-weight: bold;
}
table td {
    padding: 10px 30px;
    box-sizing: border-box;
}
table thead td {
    padding: 22px 30px;
}
table tbody td:nth-child(1) {
    max-width: 300px;
}
table tbody td strong {
	font-size: 17px;
	font-family: Segoe UI;
}
table tbody td:nth-child(2) {
	background: #fcfcfc;
}
table thead td:nth-child(2) {
	background: #89c247
}
table tbody tr:last-child td {
    padding-bottom: 40px;
}
table tbody tr:first-child td {
    padding-top: 20px;
}
/*certificate*/
#certificate {
	background: #f8fde4;
	padding: 2px 0 50px;
}
#certificate .post_one {
    width: 70%;
    margin: 0 auto;
}
.post_one img.alignleft {
    float: left;
    margin: 0 60px 20px 0;
    box-shadow: 0 0 34px rgba(0, 0, 0, .13);
}
.post_one img.alignright {
    float: right;
    margin: 0 0 20px 60px;
    box-shadow: 0 0 34px rgba(0, 0, 0, .13);
}
/*callme*/
#callme {
	background: url(images/bgcallme.jpg) center center no-repeat;
    padding: 40px 0 100px;
    text-align: center;
    color: #fff;
}
#callme p.h2 {
	color: #e1f895;
    font-size: 55px;
    margin-bottom: 0%;
}
#callme p.h3 {
	font-size: 31px;
    margin-top: 0%;
}
input[type="button"] {
    background: #6ab900 url(images/bgbutton.jpg) left center no-repeat;
    padding: 15px 45px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    border-bottom: none;
    border-radius: 0%;
    border: none;
}
form#order_tel input[type="button"] {
	padding: 20px 31px 16px;
}
p.double input {
    margin: 0 10px;
    width: 325px;
    box-sizing: border-box;
    border-radius: 4px;
    padding-left: 60px;
}
#order_form input[type="button"] {
	border-radius: 4px;
}
textarea {
    font-family: Segoe UI;
    font-size: 17px;
    padding: 16px 25px;
    box-shadow: 0 0 44px rgba(0, 0, 0, .2);
    border: none;
    width: 670px;
	max-width: 100%;
    border-radius: 4px;
    height: 70px;
    box-sizing: border-box;
}
textarea#comment {
    height: 120px;
    width: 100%;
    box-sizing: border-box;
}
#callme textarea {
	height: 120px;
    box-sizing: border-box;
}
input[name="name_form"] {
    background: #fff url(images/persone_input.png) left 12px center no-repeat;
    padding-left: 55px;
    box-sizing: border-box;
}
input[name="telephone_form"] {
    background: #fff url(images/tel_input.png) left 12px center no-repeat;
    padding-left: 55px;
    box-sizing: border-box;
}
p.logged-in-as a {
    color: #323232;
    text-decoration: none;
    cursor: text;
}
p.logged-in-as a:last-child {
	border-bottom: 1px dashed #323232;
	cursor: pointer;
}
p.logged-in-as a:last-child:hover {
	border: none;
	color: #d20000;
}
p.must-log-in {
	text-align: center;
}
p.must-log-in a {
    color: #323232;
    text-decoration: none;
    cursor: text;
}
.ulogin_block {
    width: 45%;
    margin: 0 auto !important;
}
p.comment-notes {
    padding: 20px 0 10px;
    text-align: center;
}
p.comment-form-cookies-consent {
    display: none;
}
div#form_comment {
    padding: 20px 0 0;
	display: none;
}
div#form_comment.active {
	display: block;
}
form#commentform {
	width: 60%;
    max-width: 660px;
    margin: 0 auto;
}
div#form_comment input[type="text"] {
    width: 100%;
    box-sizing: border-box;
}
p.add_comments {
    text-align: center;
    padding: 40px 0 0;
    font-family: TrajanPro;
    font-size: 18px;
    font-weight: bold;
}
p.add_comments span {
	border-bottom: 1px dashed #323232;
	cursor: pointer;
}
p.add_comments span:hover {
	border: none;
	color: #dd0000;
}
/*portfolio*/
#portfolio {
    padding: 20px 0;
}
div#portfolio p.h2 {
    margin-bottom: 0%;
}
div#portfolio h3 {
    margin-top: 5px;
}
#portfolio .list {
    padding: 20px 0;
}
#portfolio .list .one {
    float: left;
    width: 49%;
    margin-bottom: 25px;
    box-shadow: 0 0 34px rgba(0, 0, 0, .13);
}
#portfolio .list .one.right {
    float: right;
}
#portfolio .list .one div.image {
	position: relative;
}
#portfolio .list .one div.image p.image {
	width: 49.6%;
	margin: 0%;
    height: 200px;
	overflow: hidden;
}
#portfolio .list .one .image p.image.image1 {
    float: left;
}
#portfolio .list .one .image p.image.image2 {
    float: right;
}
#portfolio .list .one p.name {
    width: 90%;
    margin: 19px auto 1px;
    font-size: 19px;
    line-height: 20pt;
    font-family: 'TrajanPro';
    font-weight: bold;
}
#portfolio .list .one p.price {
	width: 90%;
	margin: 10px auto 20px;
    font-size: 16px;
}
#portfolio .list .one .image p.image img {
    min-height: 200px;
    width: auto;
    min-width: 300px;
	transition: 1s;
}
#portfolio .list .one .image p.image img:hover {
    transform: scale(1.05, 1.05);
	transition: 1s;
}
#portfolio .list .hide {
    display: none;
}
#portfolio .list .hide.active {
    display: block;
}
p.button.button_center {
    text-align: center;
    padding: 20px 0;
}
p.image.image2:before {
    content: url(images/watermark.png);
    position: absolute;
    left: 38%;
    top: 22%;
    z-index: 4;
    opacity: 0.8;
}
/*bottom contact*/
#bottom_contact {
	padding: 40px 0;
	background: #f7fde2;
}
#bottom_contact .location {
	float: left;
    width: 20%;
    text-align: right;
    padding-right: 40px;
    background: url(images/location.png) right top 20px no-repeat;
    margin-right: 40px;
}
#bottom_contact .telephone_bottom {
    float: left;
    width: 20%;
	margin: 0 14px;
}
#bottom_contact .social {
	float: left;
	width: 10%;
	text-align: center;
}
#bottom_contact .social img {
    max-width: 30px;
    margin: 0 2px;
}
#bottom_contact .button_top {
    float: right;
    width: 17%;
    text-align: right;
    padding: 10px 0 0;
}
#bottom_contact .telephone_bottom p.name {
	margin-bottom: 7px;
}
#bottom_contact .telephone_bottom p.telephone_number {
	margin: 0%;
}
#bottom_contact .telephone_bottom p.viber {
	margin-top: 3px;
}
#bottom_contact .telephone_bottom p.time {
	margin-top: 3px;
}
/*footer*/
footer {
    padding: 60px 0 20px;
    text-align: center;
    color: #323232;
}
footer p {
	margin: 0 0 4px 0;
}
footer a {
    color: #323232;
}
footer p.politic {
    padding: 10px 0;
}
footer p.autor {
    padding: 30px 0 0;
    opacity: 0.4;
    font-size: 13px;
}
/* popup__toggle */
#popup__toggle {
	bottom: 30%;
    right: 10px;
    position: fixed;
    z-index: 9;
}
.img-circle{background-color:#29AEE3;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #29AEE3;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#29AEE3;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(images/telephone_call_white.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
}
/*scrollup*/
.scrollup {
    width: 60px;
    height: 75px;
    opacity: 0.3;
    position: fixed;
	border-radius: 2px;
    bottom: 25%;
    left: 3%;
    text-indent: -9999px;
    background: url(images/go_top.png) no-repeat;
    outline: 0;
    display: none;
	transition: 1s;
	cursor: pointer;
}
.scrollup:hover {
    opacity: 0.8;
}
/*mask*/
div#mask {
    background: #000;
    opacity: 0.7;
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	display: none;
}
div#mask.active {
	display: block;
}
div#callme_form {
    position: fixed;
    top: 5%;
    width: 30%;
    max-width: 400px;
    padding: 40px 60px 40px;
    box-sizing: border-box;
    z-index: 11;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
	display: none;
}
div#callme_form.active {
	display: block;
}
div#callme_form p.h2 {
    text-align: left;
    font-size: 23px;
}
div#callme_form p.politic {
    padding: 30px 0;
    font-size: 13px;
	opacity: 0.6;
}
div#callme_form p.politic a {
	color: #323232;
}
div#callme_form input,
div#callme_form textarea {
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #ddd;
	transition: 2s;
}
div#callme_form input:hover,
div#callme_form textarea:hover {
    border: 1px solid #888888;
	transition: 2s;
}
div#callme_form p.submit {
    padding: 20px 0 0;
}
div#callme_form p.submit b {
    font-size: 13px;
    margin-left: 20px;
    opacity: 0.3;
    display: none;
}
div#callme_form p.submit b.active {
	display: -webkit-inline-box;
}
p.submit span {
    background: #6ab900 url(images/bgbutton.jpg) left center no-repeat;
    padding: 15px 35px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    border-bottom: 4px solid #eee;
	transition: 1s;
}
p.submit span:hover {
	transition: 1s;
    background: #5b9e00 url(images/bgbutton_hover.jpg) left center no-repeat;
    border-bottom: 4px solid #dfdfdf;
}
div#callme_form p.top {
	margin: 0%;
    text-align: right;
}
div#callme_form p.top span {
    background: url(images/close_black.png) center center no-repeat;
    padding: 6px 15px;
    position: relative;
    top: -10px;
    right: -33px;
    cursor: pointer;
	transition: 2s;
	opacity: 0.4;
}
div#callme_form p.top span:hover {
	opacity: 1;
	transition: 2s;
}
span.burger_menu {
	display: none;
}
/* admin_link_center */
.admin_link a {
	background-color: #d20000;
	color: #fff;
	padding: 3px 10px;
	text-decoration: none;
	font-size: 12px;
	opacity: 0.6;
}
.admin_link a:hover {
	background-color: #2d2d2d;
	color: #fffee1;
	opacity: 1;
}
.admin_link_center {
	text-align: center;
}
p.admin_link_fixed {
	position: fixed;
    top: 250px;
    right: 20px;
    z-index: 999;
}
div.error404 {
	text-align: center;
	min-height: 400px;
	padding: 20px 0;
}
/*review*/
div#review {
    padding: 20px 0 50px;
    background: #fbfeef;
}
div#review h2 {
    margin-bottom: 0%;
}
div#review h3 {
    margin-top: 5px;
}
#review .list {
    padding: 20px 0;
}
div.review_list .one_comment {
    float: left;
    width: 25%;
    margin: 0 20px 10px 10px;
    background: #fff;
    border: 6px solid #c0f07f;
    padding: 20px 30px 15px;
    box-shadow: 0 0 14px rgba(0, 0, 0, .1);
	transition: 2s;
}
div.review_list .one_comment:hover {
    box-shadow: 0 0 24px rgba(0, 0, 0, .2);
    border: 6px solid #b2ea67;
	transition: 2s;
}
div.review_list .one_comment.right {
	margin-right: 0%;
}
div.review_list .one_comment img {
	float: right;
    margin: 0 0 10px 20px;
    max-width: 90px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    border-radius: 100%;
    padding: 4px;
}
div.review_list .one_comment div.title {
	display: flow-root;
}
div.review_list .one_comment p.date {
    color: #797979;
    font-size: 13px;
    margin-bottom: 0%;
}
div.review_list .one_comment p.name,
div.review_list .one_comment p.city {
    font-family: 'TrajanPro';
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 -10px 0;
}
div.review_list .one_comment p.city {
	margin-top: -5px;
}
div.review_list .one_comment p.url {
	margin: 15px 0 0 0;
    font-size: 13px;
}
div.review_list .one_comment p.url a {
	font-size: 12px;
	color: #686868;
}
div.review_list .one_comment div.post_one p:first-child {
	margin-top: 0%;
}
  
@media(max-width:650px) {
	p.admin_link_fixed {
		display: none;
	}
	#popup__toggle {
		bottom: 4%;
		right: 10px;
		position: fixed;
		z-index: 12;
	}
	.circlephone {
		max-width: 70px;
		max-height: 70px;
	}
	.circle-fill {
		max-width: 45px;
		max-height: 45px;
		bottom: -12px;
		right: 23px;
	}
	.img-circle {
		width: 25px;
		height: 25px;
		right: 33px;
		top: -27px;
	}
	.img-circleblock {
		width: 20px;
		height: 20px;
		right: 3px;
		top: 2px;
		position: absolute;
		background-size: 65%;
	}
	span.burger_menu {
		display: block;
		background: url(images/burger_menu.png) center center no-repeat;
		background-color: rgba(255, 255, 255, 0.9);
		padding-left: 0%;
		width: 50px;
		height: 50px;
		position: fixed;
		right: 20px;
		top: 20px;
		z-index: 5;
	}
	span.burger_menu.close_menu {
		background: url(images/close_black.png) center center no-repeat;
	}
	h1 {
		font-size: 25px;
		line-height: 25pt;
	}
	h2,
	p.h1,
	p.h2 {
		font-size: 25px;
		line-height: 24pt;
	}
	p.h3,
	h3 {
		font-size: 23px;
		line-height: 19pt;
	}
	table {
		margin: 0%;
	}
	.center {
		width: 92%;
		max-width: 92%;
		min-width: 92%;
	}
	.scrollup {
		visibility: hidden;
	}
	#top {
		box-shadow: none;
	}
	#top #content_top {
		padding: 0 0 20px 0;
	}
	#top #top_menu {
		padding: 0%;
		border-bottom: none;
	}
	#top #top_menu.active {
		display: block;
		background: #fff;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 4;
		position: fixed;
		text-align: center;
	}
	#top #top_menu.active nav ul {
		display: block;
	}
	#top #content_top div.left,
	#top #content_top div.right {
		float: none;
		width: 100%;
		text-align: center;
	}
	#top #top_menu nav.right ul li,
	#top #top_menu nav.left ul li {
		float: none;
	}
	#top #top_menu nav {
		width: 100%;
	}
	#top #top_menu nav.right,
	#top #top_menu nav.left {
		float: none;
	}
	#top #top_menu nav.left {
		padding: 0%;
	}
	#top #top_menu.active nav.left {
		padding: 20% 0 0 0;
	}
	#top #top_menu nav ul li {
		padding: 13px 0;
		font-size: 20px;
		font-weight: normal;
	}
	#top #top_menu nav ul li a {
		padding: 0%;
	}
	#top #top_menu nav ul li a:hover {
		background: transparent;
	}
	#top #logo {
		position: relative;
		width: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
		background: #fff;
		padding: 2px 0 10px;
	}
	#top #logo img {
		max-width: 100%;
	}
	#top #content_top div.right div.telephone_top p.telephone_number {
		margin: 10px 0 0;
	}
	#top #top_menu nav ul {
		display: none;
	}
	#top #top_menu nav ul.active {
		display: block;
	}
	#top #content_top div.right div.button_top,
	#top #content_top div.right div.telephone_top,
	#top #content_top div.left div.location,
	#top #content_top div.left div.social {
		width: 100%;
		padding: 0 0 10px 0;
		margin: 0%;
		background: none;
		float: none;
		text-align: center;
	}
	#top #content_top div.left div.social,
	#top #content_top div.left div.location {
		display: none;
	}
	#middle #title {
		padding: 20px 0;
	}
	#middle #title h1 {
		font-size: 40px;
		line-height: 33pt;
	}
	#middle #title p.h2 {
		margin: 10px 0 0;
		font-size: 26px;
		line-height: 23pt;
	}
	#middle #title p.h3 {
		max-width: 100%;
		line-height: 18pt;
		font-size: 19px;
	}
	#middle #title p.h3 span {
		display: -webkit-inline-box;
	}
	#middle #title form input[type="text"] {
		border-radius: 0%;
		width: 100%;
	}
	#middle #title form input[type="button"] {
		width: 100%;
		margin-top: 5px;
	}
	#middle #title form {
		padding: 5px 0;
		width: 95%;
		margin: 0 auto;
	}
	#middle #title p.more {
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
		line-height: 15pt;
		font-size: 16px;
		padding: 0%;
	}
	div#category .center {
		padding: 10px 20px;
		top: -20px;
	}
	div#category .list .one p.image {
		min-height: auto;
	}
	div#category .list .one {
		float: none;
		width: 100%;
		text-align: center;
		padding: 0%;
		border-bottom: 1px solid #eee;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	div#category .list .one p.image img {
		max-width: 80%;
	}
	div#category .list .one p.name {
		max-width: 100%;
	}
	div#category .list {
		padding-bottom: 0%;
	}
	#about {
		padding: 20px 0;
		margin-top: 0%;
	}
	#about div.post_one {
		float: none;
		width: 100%;
	}
	#about div.gallory {
		float: none;
		width: 100%;
		position: relative;
		padding: 15px 0 0;
	}
	#about div.gallory img:nth-child(3) {
		display: none;
	}
	#about div.gallory img:nth-child(2) {
		display: none;
	}
	#about div.gallory img:nth-child(1) {
		position: relative;
		top: 0%;
	}
	div#triggers .list .one {
		float: none;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
	div#triggers .list .one.double:after,
	div#triggers .list .one.double:before {
		content: '';
		height: 0px;
	}
	div#triggers .list .one p.image img {
		max-width: 80%;
	}
	table {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		margin: 20px 0;
	}
	table thead {
		background-image: none;
	}
	table td,
	table thead td,
	table tbody td {
		padding: 13px 15px;
		box-sizing: border-box;
	}
	table tbody td:nth-child(1) {
		max-width: none;
	}
	table td s {
		display: -webkit-box;
	}
	div.post_one p.button {
		padding: 20px 0 10px;
	}
	#certificate .post_one h3 {
		text-align: center;
	}
	#certificate .post_one {
		width: 100%;
		text-align: center;
	}
	.post_one img.alignright,
	.post_one img.alignleft {
		float: none;
		margin: 5px 0 10px;
	}
	#callme {
		padding: 10px 0 30px;
	}
	#callme p.h2 {
		font-size: 30px;
		margin-bottom: 15px;
	}
	p.double input {
		margin: 0 0 10px 0;
		width: 100%;
		box-sizing: border-box;
		border-radius: 4px;
		padding-left: 60px;
	}
	#callme form {
		width: 90%;
		margin: 0 auto;
		padding: 1px 0 0;
	}
	#callme textarea {
		width: 100%;
		max-width: 100%;
		margin-top: -15px;
	}
	input[type="button"] {
		padding: 13px 0;
		width: 100%;
	}
	#callme p.h3 {
		font-size: 20px;
		margin-top: -10px;
	}
	#portfolio .list .one {
		float: none;
		width: 100%;
		margin-bottom: 25px;
		padding-bottom: 10px;
	}
	p.image.image2:before {
		content: '';
		height: 0px;
		position: absolute;
		left: 32%;
		top: 28%;
		max-width: 30px;
	}
	#portfolio .list .one p.name {
		font-size: 18px;
		line-height: 18pt;
	}
	#bottom_contact {
		padding: 20px 0;
		background: #f7fde2;
	}
	#bottom_contact .location {
		float: none;
		width: 70%;
		text-align: center;
		padding-right: 0%;
		background: none;
		margin: 0 auto;
	}
	#bottom_contact .telephone_bottom {
		text-align: center;
		float: none;
		width: 100%;
		padding: 2px 0;
		margin: 0 auto;
	}
	#bottom_contact .social {
		float: none;
		width: 100%;
		text-align: center;
	}
	#bottom_contact .social img {
		float: none;
		max-width: 40px;
		margin: 0 7px;
	}
	#bottom_contact .button_top {
		float: none;
		width: 100%;
		text-align: center;
		padding: 20px 0 20px;
	}
	footer p.autor {
		display: none;
	}
	footer {
		padding: 30px 0 80px;
		text-align: center;
		color: #323232;
	}
	del,
	s {
		display: block;
		margin: 0%;
		font-size: 18px;
	}
	div#callme_form {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		max-width: 100%;
		padding: 40px 46px 40px;
		box-sizing: border-box;
		z-index: 21;
	}
	div.review_list .one_comment {
		float: none;
		width: 100%;
		margin: 0 0 15px 0;
		box-sizing: border-box;
	}
	.ulogin_block {
		width: 100%;
		margin: 0 auto !important;
		line-height: 28pt;
	}
	form#commentform {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.ulogin_label, 
	.ulogin_panel {
		float: none !important;
		text-align: center;
	}
	p.comment-notes {
		padding: 5px 10px 10px 10px;
		text-align: center;
		box-sizing: border-box;
	}
	div#review {
		padding: 20px 0;
	}
	main#middle.single_page h1 {
		text-align: center;
	}
	main#middle.single_page {
		padding: 15px 0;
		border-bottom: 1px solid #eee;
		border-top: 1px solid #eee;
	}
	p.politic,
	div#callme_form p.politic {
		display: none;
	}
	div#callme_form input,
	div#callme_form textarea {
		width: 100%;
	}
	div#callme_form p.top span {
		right: -23px;
	}

}