/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import 'flexvideo.css';
@import 'fix-bootstrap.css';
		@font-face{
			font-family:'almoni-dl';
			font-weight:300; /*(light)*/
			font-style: normal;
			src: url('../font/almoni-dl-aaa-300.eot'); 
			src: url('../font/almoni-dl-aaa-300.eot?#iefix') format('embedded-opentype'), 
				url('../font/almoni-dl-aaa-300.ttf') format('truetype'), 
				url('../font/almoni-dl-aaa-300.woff') format('woff');
		}
		@font-face{
			font-family:'almoni-dl';
			font-weight:400; /*(regular)*/
			font-style: normal;
			src: url('../font/almoni-dl-aaa-400.eot'); 
			src: url('../font/almoni-dl-aaa-400.eot?#iefix') format('embedded-opentype'), 
				url('../font/almoni-dl-aaa-400.ttf') format('truetype'), 
				url('../font/almoni-dl-aaa-400.woff') format('woff');
		}
		@font-face{
			font-family:'almoni-dl';
			font-weight:700; /*(bold)*/
			font-style: normal;
			src: url('../font/almoni-dl-aaa-700.eot'); 
			src: url('../font/almoni-dl-aaa-700.eot?#iefix') format('embedded-opentype'), 
				url('../font/almoni-dl-aaa-700.ttf') format('truetype'), 
				url('../font/almoni-dl-aaa-700.woff') format('woff');
		}
		@font-face{
			font-family:'almoni-dl';
			font-weight:900; /*(black)*/
			font-style: normal;
			src: url('../font/almoni-dl-aaa-900.eot'); 
			src: url('../font/almoni-dl-aaa-900.eot?#iefix') format('embedded-opentype'), 
				url('../font/almoni-dl-aaa-900.ttf') format('truetype'), 
				url('../font/almoni-dl-aaa-900.woff') format('woff');
		}
body *::-webkit-input-placeholder {color:#faf6f6;}
body *::-moz-placeholder          {color:#faf6f6;}/* Firefox 19+ */
body *:-moz-placeholder           {color:#faf6f6;}/* Firefox 18- */
body *:-ms-input-placeholder      {color:#faf6f6;}
body *:-webkit-input-placeholder      {color:#faf6f6;}
body, body.rtl {
  font-family: "almoni-dl",sans-serif !important;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}



/* ancient-browser-alert error */
.ancient-browser-alert {
	background: #a00;
	color: #faa;
	display: block;
	padding: 3px 0;
	text-align: center;
}
.ancient-browser-alert a {
	color: #fff;
	text-decoration: underline;
}



.page-header-top-right {
	margin-top: 10px;
}



.pagination {
	margin: 0;
}



.pagination-center {
	text-align: center;
}
.pagination-row {
	margin-bottom: 20px;
}



.required {
	color: #f00;
}



.row-with-vspace {
	margin-bottom: 20px;
}



.site-main .format-aside {
	background: #f5f5f5;
}
.site-main .format-image {
	background: url('../img/content-post-format-image.png') left top no-repeat;
}
.site-main .format-link {
	background: url('../img/content-post-format-link.png') left top no-repeat;
}
.site-main .format-quote {
	background: url('../img/content-post-format-quote.png') left top no-repeat;
}
.site-main .format-video {
	background: url('../img/content-post-format-video.png') left top no-repeat;
}



.site-title {
	margin-bottom: 0;
	margin-top: 0;
}
.site-title > a {
	text-decoration: none;
}
.site-title > div {
	height: auto;
	line-height: 18px;
}
.site-title .site-description {
	color: #999;
	font-size: 16px;
}
.site-title .site-title-heading {
	margin: 0;
}



.widget_calendar #wp-calendar {
	margin: 0;
}
.widget_calendar #wp-calendar #next {
	text-align: right;
}



#comments .comment-navigation {
	margin-bottom: 0;
}
#comments .comment-navigation-below {
	margin-bottom: 20px;
	margin-top: 15px;
}
#comments .media-list li .media {
	margin-top: 15px;
}
#comments .media-list li .media .media-body {
	border: 1px solid #eee;
	padding: 10px;
}
#comments .media-list li .media .media-body .comment-author {
	font-size: 12px;
	margin-bottom: 10px;
}
#comments .media-list ul.children {
	list-style: none;
	margin-left: 2.5em;
}


#main-column .wp-video-shortcode {
	display: block;
	height: auto;
	max-width: 100%;
}
#main-column .attachment .entry-content {
	margin-bottom: 20px;
}
#main-column .attachment .entry-content .attachment {
	text-align: center;
}
#main-column .attachment .entry-meta {
	margin-bottom: 20px;
}
#main-column .post,
#main-column .page {
	border: 1px solid #eee;
	margin-bottom: 20px;
	padding: 10px;
}
#main-column .post .entry-header .entry-meta {
	color: #999;
}
#main-column .post .entry-header .entry-meta a {
	color: inherit;
}
#main-column .post .entry-header .entry-meta .posted-on .updated {
	display: none;
}
#main-column .post .entry-meta .categories-icon {
	cursor: default;
}
#main-column .post .entry-meta .comments-link a {
	color: #333;
}
#main-column .post .entry-meta .comments-link a .comment-icon .comment-total,
#main-column .page .entry-meta .comments-link a .comment-icon .comment-total {
	color: #555;
	font-size: 12px;
	margin-left: 5px;
}
#main-column .attachment .edit-post-link a, 
#main-column .attachment .entry-meta .edit-post-link a, 
#main-column .post .entry-meta .edit-post-link a,
#main-column .page .entry-meta .edit-post-link a {
	color: #333;
}
#main-column .post .entry-meta .tags-icon {
	cursor: default;
}
#main-column .attachment .entry-title, 
#main-column .post .entry-title,
#main-column .page .entry-title {
	margin-top: 0;
	word-wrap: break-word;
}



#sidebar-left .widget,
#sidebar-right .widget {
	border: 0 solid #eee;
	margin-bottom: 20px;
	overflow: hidden;
	    padding: 10px 8%;
}
#sidebar-left .widget ul,
#sidebar-right .widget ul {
	padding-left: 20px;
}
#sidebar-left .widget .widget-title,
#sidebar-right .widget .widget-title {
	font-size: 18px;
	margin-top: 0;
}



#site-footer {
	background: #f5f5f5;
	border-top: 3px solid #ddd;
	font-size: 12px;
	padding: 10px;
}
#sidebar-right {
  background-color: #2586da;
  display: block;
  height: 100%;
  left: 0;
  overflow-x: auto;
  position: fixed;
  top: 0;
  width: 390px;
}
.bot_sidebar {
  display: block;
  width: 100%;
  overflow: hidden;
  clear: both;
}
body.admin-bar #sidebar-right {
  height: calc(100% - 32px);
  top: 32px;
}
.container.page-container {
  display: block;
  margin: 0;
  width: calc(100% - 390px);
  overflow: hidden;
}
header > div {
  float: right;
}
header#header {
  height: 90px;
  z-index: 999;
}
body.admin-bar header#header {
  top: 32px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.20) !important;
}
#content.site-content {

}
header > div.site-logo {
  display: block;
  height: 136px;
  width: 279px;
}
header > div.phone_block {
  color: #e9058e;
  font-size: 20px;
  font-weight: 600;
  height: 90px;
  width: 420px;
}
header > div.main-navigation {
  display: block;
  width: calc(100% - 699px);
}
header > div.phone_block a.phone_header {
  color: #e9058e;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 1;
  margin-left: 50px;
  margin-top: 20px;
  text-decoration: none;
}
header > div.phone_block span {
  display: block;
  float: right;
  font-size: 20px;
  line-height: 1;
  margin-top: 35px;
}
nav.navbar.my-navbar {
  border: medium none;
  height: 90px;
  margin: 0;
  min-height: 0;
  padding: 0;
}
nav.navbar.my-navbar li > a {
  color: #2586da;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin: 20px 5%;
  text-shadow: 0 0 0;
}
#content.site-content img {
  height: auto;
  max-width: 100%;
}
.wpcf7-form label, .wpcf7-form span {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.wpcf7-form label input, .wpcf7-form label textarea {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #71b0e7;
  border-radius: 0;
  color: #faf6f6;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  max-height: 100px;
  padding: 10px;
  text-align: right;
  width: 100%;
}
.wpcf7-form input[type="submit"] {
  background: #e9058e;
  border: 0 solid #71b0e7;
  border-radius: 0;
  color: #ffffff;
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  max-height: 100px;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.bot_sidebar > * {
  color: #fefefd;
  display: block;
  margin: 0 auto;
  text-align: center;
}
@keyframes home_pulse2 {
  0% {
  }
  100% {
	height: 126%;
	position: absolute;
	right: -12%;
	top: -12%;
	width: 126%;
	border: 0.6px solid rgba(255, 255, 255, 0.50);
  }

}
@-moz-keyframes home_pulse2 {
  0% {
  }
  100% {
	height: 126%;
	position: absolute;
	right: -12%;
	top: -12%;
	width: 126%;
	border: 0.6px solid rgba(255, 255, 255, 0.50);
  }

}
@-webkit-keyframes home_pulse2 {
  0% {
  }
  100% {
	height: 126%;
	position: absolute;
	right: -12%;
	top: -12%;
	width: 126%;
	border: 0.6px solid rgba(255, 255, 255, 0.50);
  }

}
@keyframes home_pulse3 {
  0% {
  }
  100% {
    height: 150%;
	position: absolute;
	right: -25%;
	top: -25%;
	width: 150%;
	border: 0.3px solid rgba(255, 255, 255, 0.25);
  }
}
@-moz-keyframes home_pulse3 {
  0% {
  }
  100% {
    height: 150%;
	position: absolute;
	right: -25%;
	top: -25%;
	width: 150%;
	border: 0.3px solid rgba(255, 255, 255, 0.25);
  }
}
@-webkit-keyframes home_pulse3 {
  0% {
  }
  100% {
    height: 150%;
	position: absolute;
	right: -25%;
	top: -25%;
	width: 150%;
	border: 0.3px solid rgba(255, 255, 255, 0.25);
  }
}
.bot_sidebar .ico_phone {
  border: 0 solid #fff;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 50px;
  height: auto;
  line-height: 1.3;
  position: relative;
  width: 117px;
}
/*.bot_sidebar .ico_phone::before {
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 50%;
  content: "";
  height: 120%;
  position: absolute;
  right: -10%;
  top: -10%;
  transition: all 0.3s ease 0s;
  width: 120%;
}
.bot_sidebar .ico_phone::after {
  border: 0px solid rgba(255, 255, 255, 1);
  border-radius: 50%;
  content: "";
  height: 100%;
  position: absolute;
  right: 0%;
  top: 0%;
  transition: all 0.3s ease 0s;
  width: 100%;
} */
.bot_sidebar .tel_phone {
  color: #fefefd;
  font-size: 50px;
  font-weight: 600;
  margin: 5px 0;
  text-decoration: none;
}
.bot_sidebar > span {
  color: #e9058e;
  font-size: 35px;
  font-weight: 600;
  margin: -15px 0 30px;
}
#main-column section {
  margin: 0 -15px;
  position: relative;
}

section#section_h2 .content_h2.ssection_content {
  margin: 50px 0 0;
  padding: 0 70px;
}
.content_repit_h2 {
  background: #fff none repeat scroll 0 0;
  display: block;
  padding-bottom: 30px;
  width: calc(33.333% - 20px);
}
.content_repit_h2:nth-child(2) {
  margin: 0 30px;
}
.img_h2 {
  float: right;
  height: 100%;
     width: 60px;
}
.text_content_h2 {
  float: left;
  text-align: right;
  width: calc(100% - 60px);
}
.top_h2 {
  margin: 35px 0 20px;
  overflow: hidden;
}
.text_content_h2 > h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 0.8;
  margin: 0 0 8px;
}
.text.text_h2 {
  color: #516271;
  font-size: 20px;
  font-weight: 600;
}
.bot_h2 {
  color: #788da0;
  font-size: 18px;
  line-height: 1.2;
}
.text.text_h1 span {
  display: block;
  margin-top: 15px;
}
.text.text_h1 ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.text.text_h1 ul li {
  display: block;
  margin-top: 5px;
  padding: 0 30px 0 0;
  position: relative;
}
.text.text_h1 ul li::before {
  border: 1px solid #3cd2ae;
  border-radius: 50%;
  color: #3cd2ae;
  content: "\f00c";
  font-family: fontawesome;
  font-size: 12px;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  padding: 2px 1.5px 2px 2.5px;
  position: absolute;
  right: 3px;
  text-align: center;
  top: 0;
  width: 20px;
}
.bh_h1 > img {
  width: 100%;
}
#main-column section#section_h3 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0 35px;
  background-clip: content-box;
}
#main-column section#section_h3 .content_h3 {
  color: #fff;
  font-size: 18px;
  margin: 35px 0;
  padding: 60px 50px;
}
.content_h3.ssection_content > h2 {
  color: #ffffff;
  font-size: 45px;
  margin: 0 0 30px;
}
.img_h4 > img {
  width: 100%;
}
.content_h4.ssection_content {
  padding: 0 50px;
}
.logo_compani {
  font-size: 16px;
  padding-top: 3px;
  text-align: left;
}
.logo_compani > img {
  margin-right: 15px;
}
.text_footer {
  font-size: 16px;
}
footer#site-footer .navbar-foo {
  display: block;
  font-size: 18px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
footer#site-footer .navbar-foo > li {
  display: inline-block;
  margin: 0 4%;
}
footer#site-footer .navbar-foo > li a{
  display: inline-block;
  color: #efefef;
  text-decoration: none;
}
.clear {
  clear: both;
  height: 1px;
  width: 100%;
}
.pagination-center {
  clear: both;
  display: block;
  width: 100%;
}
.page-title-block {
  margin: 0 -40px;
  padding: 0 55px;
}
body.category #main-column.content-area {
  padding: 0 40px;
}
.page-title-block {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #788da0;
  font-size: 20px;
  margin: 0 -70px 30px;
  padding: 50px 85px;
}
body.category h1.page-title {
  color: #2586da;
  font-size: 60px;
  font-weight: 600;
  text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
}
body.category article {
  background-clip: content-box;
  background-color: #fff;
  padding-bottom: 30px;
}
body.category .article-title {
  color: #2586da;
  font-size: 20px;
  font-weight: 600;
  margin: 7px 0;
  padding: 0 15px;
}
.taxonomy-description {
  max-width: 500px;
}
.date_post {
  color: #637280;
  font-size: 14px;
  padding: 5px 15px 0;
}
.etl_post > a {
  background-color: #2586da;
  clear: both;
  color: #fff;
  display: block;
  float: none;
  font-size: 16px;
  margin: 10px 15px 30px 0;
  max-width: 95px;
  padding: 5px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.next.page-numbers {
  font-family: Arial !important;
}
.prev.page-numbers {
  font-family: Arial !important;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
  margin-right: -1px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0;
  margin-left: 0;
}
.single-title-block h1.page-title {
  font-size: 45px;
  text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
}
.page-title-block.single-title-block {
  background: #00a2fd none repeat scroll 0 0;
  color: #faf9fb;
  margin: 0 -15px 30px;
  padding: 70px 30px 35px;
  text-align: center;
}
.single-title-block .date_post {
  color: #faf9fb;
  font-size: 20px;
  padding: 5px 0 0;
}
.entry-content {
  color: #798795;
  font-size: 18px;
  padding: 0 75px;
}
body.single.single-post {
  background-color: #fff;
}
.entry-content h2 {
  font-size: 24px;
  font-weight: 600;
}
.entry-content strong {
  font-size: 20px;
}
.entry-content ul {
  list-style: outside none none;
  margin: 30px 0;
  padding: 0;
}
.entry-content ul li {
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 0 30px 0 0;
  position: relative;
}
.entry-content ul li::before {
  border: 1px solid #3cd2ae;
  border-radius: 50%;
  color: #3cd2ae;
  content: "\f00c";
  font-family: fontawesome;
  font-size: 12px;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  padding: 2px 1.5px 2px 2.5px;
  position: absolute;
  right: 3px;
  text-align: center;
  top: 0;
  width: 20px;
}
body.page-template-page-galery .entry-content h2 {
  font-size: 28px;
  font-weight: 600;
}
body .gallery_box_single .gallery.clearfix {
  display: block;
  margin: 0 auto 20px;
}
body #content .gallery .gllr_image_block a img {
  height: auto;
  width: 100%;
}
body #content .gallery_box_single .gallery .gllr_image_block p {
  display: block;
  overflow: hidden;
}
.gllr_single_image_text > h3 {
  color: #516271;
  font-size: 20px;
  font-weight: 600;
}
.gllr_single_image_text > span {
  color: #788da0;
  font-size: 17px;
}
body #content .gallery_box_single, #bws_gallery_image_title {
  border-bottom: 1px solid #e1e3e5;
  margin-bottom: 30px;
  padding-bottom: 60px;
}
.gllr_image_block {
  margin-bottom: 25px;
}
.wpcf7-form label input.wpcf7-not-valid + span {
  display: none;
}
.wpcf7-form label input.wpcf7-not-valid {
  border: 1px solid red;
}
div.wpcf7-validation-errors {
  display: none !important;
}
body.category .article-title:hover {
  color: #1f6bad;
}
body.category article:hover img {
  transform: scale(1.2);
}
body.category article:hover img {
  transform: scale(1.2);
}
body.category article img {
  transition: all 0.3s ease 0s;
}
.images_the_thumbnail > a {
  display: block;
  overflow: hidden;
}
.hvr-shutter-out-vertical::before {
  background: #1f6bad none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 50% 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: 0;
}
.hvr-shutter-out-vertical > span {
  position: relative;
  z-index: 5;
}
.hvr-shutter-out-vertical:hover::before, .hvr-shutter-out-vertical:focus::before, .hvr-shutter-out-vertical:active::before {
  transform: scaleY(1);
}
.zoom_block {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-size: 28px;
  height: 100%;
  opacity: 0;
  padding: 25% 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  width: 100%;
  z-index: 99;
}
a:hover > .zoom_block {
  opacity: 1;
}


@media (max-width: 1700px) {
section#section_h1 .bh_h1 {
  min-height: 545px;
}
section#section_h1 .bh_h1 > img {
  display: block;
  float: left;
  height: 545px;
  max-width: none;
  width: auto;
}
#main-column section#section_h1 {
  overflow: hidden;
}
}
@media (max-width: 1700px) and (min-width: 767px){
.navbar-nav > li {
  float: right;
  width: 33.333%;
}
.navbar-nav {
  float: right;
  width: 100%;
}
.navbar-nav > li {
  display: block;
  float: right;
  width: 33.333%;
}
nav.navbar.my-navbar li > a {
  margin: 20px 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
}
@media (max-width: 1450px) {
#sidebar-right {
  width: 260px;
}
.container.page-container {
  width: calc(100% - 260px);
}
header#header {
  width: calc(100% - 260px);
}
#sidebar-right h2 {
  font-size: 30px;
  margin: 15px 0 20px;
}
.bot_sidebar {
  display: none;
}
.entry-content {
  padding: 0 30px;
}
}
@media (max-width: 1320px) {
header > div.phone_block a.phone_header {
  font-size: 30px;
  margin-left: 25px;
  margin-top: 30px;
}
header > div.phone_block {
  width: 300px;
}
header > div.main-navigation {
  width: calc(100% - 525px);
}
header > div.site-logo {
  display: block;
  height: auto;
  margin: 0 -25px 0 0;
  width: 250px;
}
section#section_h2 .content_h2.ssection_content {
  padding: 0 45px;
}
#main-column section#section_h3 {
  padding: 0 15px;
}
.content_h4.ssection_content {
  padding: 0 30px;
}
}
@media (max-width: 1200px) {
.container.page-container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#sidebar-right {
  left: 0;
  margin: 30px auto 0;
  padding: 0;
  position: relative;
  right: 0;
  top: 0 !important;
  width: calc(100% - 30px);
}
.entry-content {
  padding: 0 30px 30px;
}
.bot_sidebar {
  display: block;
}
#sidebar-right > aside {
  display: block;
  margin: 0 auto;
  max-width: 500px;
}
header#header {
  width: 100%;
}
footer#site-footer {
  padding: 20px 15px;
}
}
@media (max-width: 991px) {
.content_repit_h2 {
  background: #fff none repeat scroll 0 0;
  display: block;
  padding-bottom: 30px;
  width: 100%;
}
.content_repit_h2:nth-child(2) {
  margin: 0;
}
section#section_h2 .content_h2.ssection_content {
  margin: 25px 0 0;
  padding: 0 45px;
}
.content_repit_h4 {
  display: none;
}
.content_repit_h4:nth-child(1) {
  display: block;
}
#main-column section#section_h3 .content_h3 {
  margin: 0;
}
section#section_h1 .bh_h1 > img {
  display: block;
  float: left;
  height: auto;
  max-width: none;
  width: 140%;
}
section#section_h1 .bh_h1 {
  min-height: 0;
}
#sidebar-right {
  left: 0 !important;
  margin: 0 auto;
}
footer#site-footer {
  margin-top: 0;
}
#footer-row > div {
  margin: 0 auto;
  max-width: 250px;
  text-align: center;
  width: 100%;
}
nav.navbar.my-navbar li > a {
  margin: 20px 10%;
  padding-left: 0;
  padding-right: 0;
}
}
@media (max-width: 850px) {
.phone_block {
  display: none;
}
header > div.main-navigation {
  width: calc(100% - 230px);
}
}
@media (max-width: 767px) {
header#header, body.admin-bar header#header {
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}
#sidebar-right {
  width: calc(100% + 30px);
}
nav.navbar.my-navbar {
  height: auto;
}
.entry-content {
  padding: 0 0 30px;
}
header > div.site-logo {
  float: left;
  height: auto;
  left: 20px;
  margin: 0;
  position: absolute;
  right: auto;
  width: 170px;
}
header > div.main-navigation {
  float: right;
  height: 50px;
  margin-right: 20px;
  width: auto;
}
header#header {
  height: 50px;
}
#content.site-content {

}
body .navbar-toggle .icon-bar {
  background-color: #2586da;
  border-radius: 5px;
  display: block;
  height: 3px;
  width: 30px;
}
body .navbar-toggle {
  float: left;
  margin: 14px 0 0;
  padding: 0;
}
section#section_h2 .content_h2.ssection_content {
  margin: 25px 0 0;
  padding: 0 15px;
}
.content_repit_h2 {
  padding-left: 30px;
  padding-right: 30px;
}
#main-column section#section_h3 {
  margin: 0 -15px;
  padding: 0;
}
#main-column section#section_h3 .content_h3 {
  padding: 60px 30px;
}
.content_h4.ssection_content {
  padding: 0;
}
body.admin-bar #sidebar-right {
  height: 100%;
  margin: 0 -15px 0 0;
  top: 0;
  width: calc(100% + 30px);
}
section#section_h4 {
  margin: 0;
}
.content_repit_h4:nth-child(1) {
  display: block;
  padding: 0;
}
header nav.navbar.my-navbar .navbar-primary-collapse li > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
}
header .navbar-primary-collapse {
  background: #2686da none repeat scroll 0 0;
  color: #fff;
  display: block;
  height: calc(100% - 51px);
  left: auto;
  position: fixed;
  right: -70%;
  top: 51px;
  transition: all 0.3s ease 0s;
  width: 70%;
}
header .navbar-primary-collapse:before {
  background: #2686da none repeat scroll 0 0;
  color: #fff;
  display: block;
  height: 100%;
  left: auto;
  position: absolute;
  right: 0;
  top: auto;
  bottom: -100%;
  width: 100%;
  content: "";
}
body {
  overflow-x: hidden;
}
.container.page-container {
  overflow: hidden;
}
.container.page-container > #content, .container.page-container > footer#site-footer {
  position: relative;
  transition: all 0.3s ease 0s;
  right: 0;
}
button .icon-bar {
  position: relative;
  right: 0;
  top: 0;
  transform: rotate(0deg);
  transition: all 0.3s ease 0s;
}
button.open .icon-bar:nth-child(3) {
  opacity: 0;
}
button.open .icon-bar:nth-child(2) {
  top: 7px;
  transform: rotate(45deg);
}
button.open .icon-bar:nth-child(4) {
  top: -7px;
  transform: rotate(-45deg);
}
.ssection_content > h2 {
  font-size: 40px;
}
#sidebar-right .widget {
  padding: 10px 30px;
}
.container.page-container > #content::before, .container.page-container > footer#site-footer::before {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 998;
}
.container.page-container > #content.open::before, .container.page-container > footer#site-footer.open::before {
  opacity: 1;
  visibility: visible;
} 
body #fancybox-wrap {
  position: fixed;
  top: 0 !important;
}
}
@media (max-width: 500px) {
body.category #main-column.content-area {
  padding: 0 0;
}
body .hidden-field__title {
    font-size: 13px;
    border: none;
    line-height: 11px;
}
}


 .wpcf7-form h2 span {
      font-weight: 600;
    display: block;
 }

 @media(min-width: 768px) and (max-width: 996px){
   body .navbar-collapse {
      padding-right: 0px;
      padding-left: 0px;
  }
 }

#banner {
  margin: 0 -15px;
  position: relative;
  height: 753px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}


.site-logo {
  padding: 32px 46px 0 0;
  text-align: right;
}
.content_h1.ssection_content {
  width: 100%;
  text-align: center;
  height: 548px;
  position: relative;
  z-index: 5;
}
.ssection_content > h2 {
  color: #ffffff;
  font-size: 72px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  background: #151515;
  padding: 0 17px;
  margin-top: 141px;
  line-height: 87px;
  letter-spacing: 1px;
  width: 630px;
}

.home #banner .light {
  position: absolute;
  display: block;
  content: '';
//  width: calc(100% - 390px);
  width: 1900px;
  height: 1414px;
  top: 0;
  left: 50%;

  background: url('../img/light.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

  display: none;

  margin-left: -1125px;
}
@media (max-width: 1450px) {
  // #banner .light {
  //   width: calc(100% - 260px);
  // }
}






.ssection_content > h2 span{
  font-weight: 300;
  color: #00a2fd;
}
.ssection_content > h2 .stock{
  font-size: 18px;
  color: #151515;
  background: #ff7f00;
  display: inline-block;
  position: absolute;
  transform: rotate(-19deg);
  padding: 10px 10px;
  top: -19px;
  left: -70px;
  line-height: 20px;
}
.ssection_content .caption{
  font-size: 60px;
  color: #ffffff;
  text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
  line-height: 52px;
  margin-bottom: 33px;
}
.ssection_content .text{
  font-size: 20px;
  color: #ffffff;
  text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
  width: 800px;
  line-height: 26px;
}
.content-button {
  background: #151515;
  align-self: flex-start;
  display: block;
  width: 115px;
  color: #ffffff;
  font-size: 18px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;

  -webkit-transition: all .4s ease;
   -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
     -o-transition: all .4s ease;
        transition: all .4s ease;

}
.content-button:hover {
  background: #252424;
}
.content-button div{
  text-align: right;
  padding-right: 0px;
  line-height: 20px;
}
.content-button span{
  height: 64px;
  display: block;
  float: right;
  background: #ff7f00;
  color: #ffffff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 0 0 2px;
  margin-left: 13px;
}
.content-hidden-form .open-button {
  display: none;
}
.content-hidden-form {
  position: fixed;
  bottom: 370px;
  z-index: 10;
}
.content-hidden-form.open .form {
  display: block;
}
.content-hidden-form.open .content-button{
  width: 57px;
  background: #ff7f00;
}
.content-hidden-form.open .content-button span.open-button{
  display: block;

  width: 57px;
  display: flex;
  align-items: center;
  transform: rotate(45deg);
  background: transparent;
  font-size: 40px;
  padding-right: 10px;
  padding-top: 5px;
}
.content-hidden-form.open .content-button div,
.content-hidden-form.open .content-button span{
   display: none; 
}
.content-hidden-form .form {
  display: none;
  width: 400px;
  position: absolute;
  background: #ffffff;
  right: 57px;
  z-index: 2;
  padding: 20px 30px;
  text-align: right;
}
.content-hidden-form .form h2{
  color: #ff7f00;
  font-size: 24px;
  margin: 0;
  font-weight: 600;
}
.content-hidden-form .form h3{
  color: #000000;
  font-size: 18px;
  margin: 10px 0;
}
.content-hidden-form .form p{
  color: #ff7f00;
  font-size: 18px;
  margin: 0;
  font-weight: 600;
}
.content-hidden-form .form .wpcf7-form label input {
    margin: 15px 0;
}



.banner-icons {
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 140px;

  position: relative;
  z-index: 1;
}
.banner-icons .col{
  width: 130px;
  text-align: center;
}
.banner-icons .text{
  color: #ffffff;
  font-size: 18px;
}
.banner-items {
  height: 70px;
  background: #151515;
  display: flex;
  justify-content: space-around;
  align-items: center;

  position: relative;
  z-index: 1;
}
.banner-items .text{
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.banner-items .text:after{
  content: '';
  display: block;
  background: url('../img/check.png');
  width: 35px;
  height: 30px;
  position: absolute;
  top: 0;
  right: -45px;
}
.goods {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.goods .col{
  width: 25%;
  position: relative;
}
.goods .col img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.goods .price {
  background: url('../img/anaha.png');
  width: 65px;
  height: 35px;
  position: absolute;
  top: 30px;
  left: 27px;
}
.goods .hidden-field {
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all .4s ease;
   -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
     -o-transition: all .4s ease;
        transition: all .4s ease;

  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 1;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  color: #ffffff;
}
.goods .col:hover .hidden-field{
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 2;
}
.hidden-field__content {
  display: flex;
  justify-content: space-around;
  align-items: flex-start; 

  width: 80%;
  text-align: right;
  font-size: 18px;
  margin: 0;
}
.hidden-field__content div{
  width: 50%;
}

.hidden-field__title {
  font-size: 24px;
  border-bottom: 1px solid #ffffff;
}

footer#site-footer {
  background-color: #f1f1f1;
  border: medium none;
  color: #efefef;
  font-size: 18px;
  margin: 0px -15px 0;
  overflow: hidden;
  padding: 10px 35px;
  clear: both;
  height: 45px;
}
footer#site-footer .logo_compani span {
  color: #141518;
  font-size: 16px;
}
footer#site-footer .text_footer {
  color: #777777;
  font-size: 16px;
  text-transform: uppercase;
}

@media (max-width: 1620px) {
  #sidebar-right .sidebar_icons {
    margin: 30px auto 0;
  }
}


@media (max-width: 1450px) {
  .banner-items .text {
    font-size: 16px;
  }
  .banner-items .text::after {
    top: -5px;
  }
  .site-logo {
    padding: 12px 46px 32px 0;
  }
  .site-logo img{
    width: 160px;
  }
}
@media (max-width: 1200px) {

  .content_h1.ssection_content {
    height: 520px;
  }

  .content_h1.ssection_content {
    padding: 0 30px;
    position: relative;
    right: 0;
    width: 100%;
  }

  #banner {
    height: auto;
    background-position: center top;
  }
  #banner .light {
    top: 20px;
  }

  .ssection_content > h2 {
    font-size: 33px;
    width: 320px;
    line-height: 50px;

    margin-left: -15px;
    margin-right: -15px;

    margin-top: 200px;
  }
  .ssection_content > h2 .stock {
    transform: rotate(0);
    padding: 5px 10px;
    top: -30px;
    left: 50%;
    width: 210px;
    margin-left: -110px;
  }
  .ssection_content .caption {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .ssection_content .text {
    width: auto;
  }
  .banner-items {
    flex-direction: column-reverse;
    height: 180px;
  }
  .banner-items .col{
    width: 240px;
  }
  .banner-items .text {
    padding-right: 40px;
  }
  .banner-items .text::after {
    top: 0px;
    right: 0px;
  }
  .goods .col {
    width: 50%;
    position: relative;
  }
  .site-logo {
    display: none;
  }
  .content-hidden-form .hidden-logo {
    display: block;
    float: left;
    margin: 7px 0px 0 10px;
  }
  .content-hidden-form {
    top: 0px;
    bottom: auto;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    margin: 0 -15px;
  }
  .content-button {
    background: transparent;
    width: 100%;
    display: block;

    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
  }

  .content-button span {
    color: #000000;
  }

  .content-button div {
    text-align: right;
    padding-right: 0px;
    line-height: 20px;
    width: 140px;
    float: right;
    margin-top: 10px;
  }
  .content-hidden-form.open .content-button {
    width: 64px;
    background: #ff7f00;
    height: 64px;
  }
  .content-hidden-form .form {
    right: 0;
    top: 64px;
    width: 100%;
    padding: 10px 30px;
  }

  .banner-icons {
    justify-content: center;
    height: 245px;
    flex-wrap: wrap;
  }
  .banner-icons .col {
    width: 33%;
  }
  .banner-icons .text {
    color: #ffffff;
    font-size: 16px;
  }
  .goods .price {
    top: 10px;
    left: 20px;
  }
  .goods .hidden-field {
    top: 85%;
    opacity: 1;
  }
  .hidden-field__title{
    font-size: 15px;
    border: none;
  }
  .goods .hidden-field__content {
    display: none;
  }
}









.content-hidden-form .form h3 {
    margin: 5px 0;
}
.top_sideber_text {
  background: #000000;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.top_sideber_text span{
  position: relative;
  display: inline-block;
  padding: 12px 25px 12px 0;
}
.top_sideber_text span:after{
  content: '';
  display: block;
  background: url('../img/top_sideber_ico.png');
  width: 17px;
  height: 13px;
  position: absolute;
  top: 18px;
  right: -1px;
}
.sidebar-phone-section {
  background: #00a2fd;
  padding: 30px 8% 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
.sidebar-phone-section .tel_phone {
  color: #ffffff;
  font-size: 50px;
  line-height: 35px;
  font-weight: 600;
}
.sidebar-phone-section .tel_phone:hover {
  text-decoration: none;
}
.sidebar-phone-section span{
  font-size: 18px;
  color: #ffffff;
}
.ico_phone {
  margin-right: 10px;
}

#sidebar-right {
  background-color: #ffffff;
  overflow: hidden;
}
#sidebar-right h2 {
  color: #00a2fd;
  font-size: 40px;
  font-weight: 700;
  margin: 17px 0 0px;
  padding-bottom: 0;
  position: relative;
  text-align: center;
  direction: rtl;
}
#sidebar-right h3 {
  color: #020202;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 4px 0 17px;
}
.wpcf7-form label input, 
.wpcf7-form label textarea {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #a6a6a6;
  border-radius: 0;
  color: #161616;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  max-height: 100px;
  padding: 13px;
  text-align: right;
  width: 100%;
  margin-bottom: 15px;
}
.wpcf7-form label select{
      width: 100%;
    height: 40px;
    direction: rtl;
}

.wpcf7-form label input::-webkit-input-placeholder    {color:#161616;}
.wpcf7-form label input::-moz-placeholder             {color:#161616;}/* Firefox 19+ */
.wpcf7-form label input:-moz-placeholder              {color:#161616;}/* Firefox 18- */
.wpcf7-form label input:-ms-input-placeholder         {color:#161616;}

.wpcf7-form label textarea::-webkit-input-placeholder {color:#161616;}
.wpcf7-form label textarea::-moz-placeholder          {color:#161616;}/* Firefox 19+ */
.wpcf7-form label textarea:-moz-placeholder           {color:#161616;}/* Firefox 18- */
.wpcf7-form label textarea:-ms-input-placeholder      {color:#161616;}

.wpcf7-form button[type="submit"] {
  background: #ff7f00 none repeat scroll 0 0;
  border: 0 solid #71b0e7;
  border-radius: 0;
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  max-height: 100px;
  padding: 10px;
  text-align: center;
  width: 100%;
  position: relative;
  margin-top: 24px;
}
button[type="submit"].hvr-shutter-out-vertical::before {
  background: #000000 none repeat scroll 0 0;
}
.sidebar_icons {
  display: flex;
  justify-items: center;
  justify-content: space-between;
  margin: 130px auto 0;
  width: 110px;
}
.sidebar_icons img{
  margin: 0 10px;
}
  .sidebar_icons a {
    margin: 0 10px;
    border: 1px solid #4aafdf;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .sidebar_icons i {
    color: #4aafdf;
    font-size: 18px;

        -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .sidebar_icons a:hover {
    background: #4aafdf;
  }
  .sidebar_icons a:hover i {
    color: #ffffff;
  }



  
.hidden-logo {
  display: none;
}

#sidebar-right .hi-icon-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 1450px) {
  #sidebar-right {
    width: 260px;
  }
  .sidebar-phone-section {
    padding: 10px 8% 10px;
  }
  .sidebar-phone-section img {
    width: 40px;
  }
  .top_sideber_text span {
    margin: 0 15px;
  }
  .sidebar-phone-section .tel_phone {
    font-size: 32px;
    line-height: 25px;
  }
  .sidebar-phone-section span {
    font-size: 15px;
  }
  #sidebar-right h2 {
    font-size: 25px;
    margin-top: 0;
  }
  #sidebar-right h3 {
    font-size: 17px;
    margin: 4px 0 10px;
  }
  .wpcf7-form label input, 
  .wpcf7-form label textarea {
    padding: 7px;
    margin-bottom: 10px;
  }
  #sidebar-right .sidebar_icons {
    margin: 0 auto 0;
  }

}
  .mobile-button{
    display: none;
  }
@media (max-width: 1200px) {

  #main-column section {
    margin: 0;
  }



  #sidebar-right .sidebar_icons {
    margin: 0 auto 25px;
  }
  #sidebar-right > aside {
    max-width: 900px;
  }

  .content-hidden-form .hidden-logo img {
    width: 125px;
    margin-top: 10px;
  }

  .mobile-button{
    display: block;
    width: 100%;
    background: url('../img/mobile-btn.png');
    position: fixed;
    bottom: 0;
    margin: 0;
    padding: 10px 0;
    z-index: 32;

    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content-hidden-form .form .wpcf7-form label input {
    margin: 10px 0;
  }
  .wpcf7-form button[type="submit"] {
    margin-top: 10px;
  }

  .mobile-button span{
    font-size: 22px;
    color: #ffffff;
  }
  .mobile-button img{
    height: 38px;
    width: 38px;
  }


  #sidebar-right {
    width: 100%;
    position: relative;
    z-index: 4;
    margin: 5px auto 0;
  }
  .top_sideber_text {
    font-size: 13px;
  }
  .top_sideber_text span::after {
    top: 15px;
  }
  #sidebar-right h3 {
    font-size: 15px;
  }
  .sidebar_icons {
    margin: 0 auto 10px;
  }
  footer#site-footer {
    padding-bottom: 0;
    width: 320px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    background-color: #eee;
    margin-bottom: 55px;
  }
  footer#site-footer .text_footer {
    font-size: 15px;
    text-align: center;
  }
  #footer-row > div {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  footer#site-footer .text_footer {
    font-size: 13px;
  }
  #footer-row > div {
    max-width: 320px;
  }
  .logo_compani {
    text-align: center;
    margin: 10px -15px 0;
    padding: 10px 0;
    background: #ffffff;
  }
}



.wpcf7-form button[type="submit"].hvr-sweep-to-left::before {
  background: #d76c03;
}




.page-template-thankyou-page .container.page-container {
    width: 100%;
}

#thankyou-page{
  height: calc(100vh - 45px);
  margin: 0 -15px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#thankyou-page > h2 {
  color: #ffffff;
  font-size: 72px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  background: #151515;
  padding: 0 17px;
  margin-top: 70px;
  margin-bottom: 30px;
  line-height: 87px;
  letter-spacing: 1px;
  width: auto;
  cursor: pointer;
  text-align: center;
}
#thankyou-page > h2 span {
  font-weight: 300;
  color: #00a2fd;
}
#thankyou-page .caption {
  font-size: 22px;
  color: #ffffff;
}
#thankyou-page .link {
  background: #ff7f00 none repeat scroll 0 0;
  border: 0 solid #71b0e7;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  max-height: 100px;
  padding: 10px 20px;
  text-align: center;
  width: auto;
  position: relative;
  margin-top: 24px;
}
#thankyou-page .link:before {
  background: #d76c03;
}

@media (max-width: 1200px) {
  #thankyou-page{
    height: calc(100vh - 80px);
  }
  .page-template-thankyou-page footer#site-footer {
    padding: 10px 35px;
    height: 80px;
    margin-bottom: 0;
  }
  #thankyou-page > h2 {
    font-size: 40px;
  }
}
.bd-post-image img {width:100%; height:auto;}

.bdp_blog_template.news .bd-post-content,
.bdp_blog_template.news .bd-blog-header .bd-metadatabox, .bdp_blog_template.news .post-content-div .post_cat_tag > span, dl, ol, ul
{
direction: rtl;
text-align: right;
}

.otw_post_content-media img {
width:100%; height:auto; }
.otw_post_content-blog-title-wrapper { margin-top:30px; }

.otw_post-post-content ol {
list-style: none;
counter-reset: my-awesome-counter;
padding-right: 0px;
}
.otw_post-post-content ol li {
counter-increment: my-awesome-counter;
}
.otw_post-post-content ol li::before {
content: counter(my-awesome-counter) ". ";
color: #fff;
background: #233582;
border-radius: 100%;
font-weight: bold;
width: 40px;
height: 40px;
display: inline-block;
text-align: center;
padding-top: 7px;
font-size: 21px;
line-height: 21px;
margin-left: 10px;
}
.otw_post-post-content {
direction: rtl;text-align: right;
}
.blog_template.news {
	background:#fff;
}
.post-content-div h2.title a{
	color:#00a2fd !important;
}
.bdp_blog_template a {
    color: #00a2fd !important;
    font-weight: normal !important;
}
.page-title-block{
	background: #00a2fd none repeat scroll 0 0;
    color: #faf9fb;
    margin: 0 -15px 30px;
    padding: 70px 30px 35px;
    text-align: center;
}
