/*
Theme Name: CPE Solutions
Theme URI: http://underscores.me/
Author: Denis Shchetinin
Author URI: http://underscores.me/
Description: Custom theme for CPE Solutions by Denis Shchetinin
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cpe-solutions
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Alignments
# Clearings
# Widgets
# Header
# Footer
# Content
  ## Home
  ## Custom-post
  ## Product-category
  ## Product-single
  ## Partners
  ## Solutions
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: "Myriad Pro";
  src: url("myriadproregular.eot");
  src: url("myriadproregulard41d.eot?#iefix")format("embedded-opentype"),
  url("myriadproregular.woff") format("woff"),
  url("myriadproregular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
    font-family: "Myriad Pro";
    src: url("myriadprobold.eot");
    src: url("myriadproboldd41d.eot?#iefix")format("embedded-opentype"),
    url("myriadprobold.woff") format("woff"),
    url("myriadprobold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
  font-family: "Helvetica"
}

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

blockquote,
q {
  quotes: "" "" ;

}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}
.btn {
  display: inline-block;
  padding: 12px 24px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  background-color: #337ab7;
  border-radius: 300px;
  text-transform: uppercase;
  font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
  font-weight: 700;
  transition: all .35s;
}
.btn:hover {
    background-color: #da213d;
}
.text-center{text-align: center;  margin: 0px auto;}
ul.templ4{list-style: none!important;
  padding-left: 0px;
  margin-left: 0px!important;position: relative;}
ul.templ4 li:before{
  content: "\f138";
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  font-size: 14px;
  color: #b10304;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 10px 0 0;
  position: absolute;
  left: 0;
}
ul.templ4 li{  padding-left: 20px;}
.col-md-6,.col-lg-6{
  width: 50%;
  float: left;padding-right: 15px;
  padding-left: 15px;}
@media  (max-width: 670px){
  .col-md-6,.col-lg-6{
     width: 100%;
     float: left;
     padding-right: 0px;
     padding-left: 0px;}
}
.col-md-4,.col-lg-4{
  width: 33%;
  float: left;padding-right: 15px;
  padding-left: 15px;}
@media  (max-width: 900px){
  .col-md-4,.col-lg-4{
     width: 100%;
     float: left;
     padding-right: 0px;
     padding-left: 0px;}
}
.row{  display: flex;
  flex-wrap: wrap;}
.wpcf7-form input,textarea{
  padding: 20px;font-size: 14px;
  line-height: 1.42857143;
  border: 1px solid #ccc;
    width: 100%;
  color: #555;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  margin-bottom: 12px;
}
.col-lg-12 {    margin: 0px auto;width: 100%}
.wpcf7-form textarea{  max-height: 240px;}
.wpcf7-form input[type=submit]{
    display: inline-block;
  padding: 12px 24px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  width: 100px;
  margin-bottom: 20px;
  color: white;
  background-color: #337ab7;
  border-radius: 300px;
  text-transform: uppercase;
  font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
  font-weight: 700;
  transition: all .35s;
}
.wpcf7-form input[type=submit]:hover {
    background-color: #da213d;
}
p{font-family: "Helvetica";  margin-bottom: 15px;
  margin-top: 15px;}
  .wrap{  max-width: 1150px;}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.intro .leftMenuWrap{  height: 100%;
  
}
.intro #aside{
  width: auto;
  position: absolute;
  -moz-transform: translate3d(-100%, 0, 0); 
  -ms-transform: translate3d(-100%, 0, 0); 
  -webkit-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
   transform: translate3d(-100%, 0, 0);
  -moz-transition: transform .3s ease-in-out; 
  -ms-transition: transform .3s ease-in-out; 
  -webkit-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
   transition: transform .3s ease-in-out;
  background-color: #F2F2F2;
   height: 100%;
  z-index: 10;
}
body.menuOpen #aside{
  -moz-transform: translate3d(0, 0, 0); 
  -ms-transform: translate3d(0, 0, 0); 
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);}
body.menuOpen #content{}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: inherit;
  cursor: pointer;
}

a:visited {
  color: inherit;
}

a:hover,
a:focus,
a:active {
  color: inherit;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
  ## Menus
--------------------------------------------------------------*/
.intro .main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation li.current-menu-item{
  background-color: #da213d;
  padding: 3px 6px 1px;
  margin: -4px -6px 0px;
}
.main-navigation li.current-menu-item a{
  color: white;
  border-bottom: 2px solid #da213d!important;
}
.main-navigation li.current-menu-item:hover a{
  border:none;
}
.main-navigation li li.current-menu-item{  padding: 3px 0px 1px;}
.main-navigation li.current-menu-item li a{ color:black;border-bottom: 2px solid white!important;}

.alignright{float:right;margin-left: 20px;margin-bottom: 20px}
#leftMenu #site-navigation{  height: 100%;}
#leftMenu #site-navigation>div{   display: table;
  height: 100%;}
#leftMenu .main-navigation li{  width: 100%;}
{}
.intro header .main-navigation a {
  display: block;
  text-decoration: none;
  border-bottom: 2px solid white;
}

#leftMenu-Wrap>.menu-intro-container{
  display: table;
  width: 100%;
  height: 100%;}
.intro .main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 27px;
  left: -999em;
  z-index: 99999;
}
.intro .main-navigation ul .current_page_item ul{  top: 31px;}
.intro .main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.intro .main-navigation ul ul a {
  width: 200px;
}
.sub-menu{
  padding: 15px 15px;
  padding-right: 15px;
  padding-left: 15px!important;
  background: white;
  max-width: 230px;
  display: block!important;
}
#menu-intro.sub{  display: block!important;
  padding-top: 70px;}
#menu-intro.sub>li{height: 0px;}
#menu-intro.sub>li>a{  line-height: 0px;
  font-size: 0px;
  padding: 0px;}
 #menu-intro.sub .sub-menu{   background: transparent; }
.menu-item-has-children{position: relative;}
.hided{  left: -280px;}
aside .sub-menu{  max-width: 100%;  position: absolute;}
.sub-menu li{
    width: 100%;
  display: block;
  min-height: 35px;
  overflow: auto;
  margin-bottom: 8px;
}
header .sub-menu li:nth-child(1){display:none;}
.sub-menu li:last-child{margin-bottom: 0px;}
.sub-menu li a{  font-size: 15px;}



.intro .main-navigation ul li:hover > ul,
.intro .main-navigation ul li.focus > ul {
  left: auto;
}

.intro .main-navigation ul ul li:hover > ul,
.intro .main-navigation ul ul li.focus > ul {
  left: 100%;
}


/* Small menu. */

.intro .main-navigation.toggled ul {
  display: block;
}


.intro .site-main .comment-navigation,
.intro .site-main .posts-navigation,
.intro .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.intro .comment-navigation .nav-previous,
.intro .posts-navigation .nav-previous,
.intro .post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.intro .comment-navigation .nav-next,
.intro .posts-navigation .nav-next,
.intro .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.intro .headerWrap{
  width: 100%;height: 85px;
}
.intro #leftMenu{width: auto;height: 100%;
}
.intro #leftMenu>a{
  width: 50%;
  float: left;
  height: 36px;
  padding: 11px 15px;
  background-color: #1b3f76;
  text-decoration: none;
  color: #FFF;
}
.intro #leftMenu>a:hover{
  background-color: #002153;
  color: #d9d9d9;
  text-decoration: underline;
}
.intro #leftMenu a:visited{
  color:#777;
}
.intro .menu-toggle{
  width: 25px;
  height: 30px;
  display: block;
  cursor: pointer;
  background:  no-repeat scroll 50% center;
  background-image: url(menutoggleicon.png);
  background-size: contain;
  float: right;
  position: absolute;
  top: 79px;
  z-index: 10;
  right: 37px;
}
.intro .menu-toggle--menu{
  width: 40px;
  height: 36px;
  cursor: pointer;
  background:  no-repeat scroll 50% center;
  background-image: url(menutoggleicon.png);
  background-size: contain;
}
.intro .menu-toggle:hover{
}
.intro .menu-toggle-open{
}
.intro .menu-toggle {
  display: none;
}
.intro header .main-navigation ul {
  display: flex;
  justify-content: space-between;
}
@media  (max-width: 900px) {
  .intro .menu-toggle {
    display: block;
  }
   .intro header .main-navigation ul {
    display: none;
  }
}

body.sub #page{position: relative;}
.intro #leftMenu-Wrap{
  overflow: hidden;
  height: 100%;
}
.intro #leftMenu-Wrap.sub{
  overflow: auto;
}
.intro #leftMenu-Wrap li:first-child{}
.intro #leftMenu-Wrap li:first-child:hover{}
.intro #leftMenu-Wrap a{
  color: #777;
  text-decoration: none;
  display: block;
  padding: 10px;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  padding-top: 12px;
  margin: 0 auto;
  text-transform: uppercase;
}
.intro #leftMenu-Wrap a:hover{
  background-color: #777; 
  color: #ffffff; 
  transition: color 0.2s ease-out,background 0.3s ease-out;
}
.intro #leftMenu-Wrap li:hover{
 }
.intro #leftMenu{
  width: 280px;
}
.intro #leftMenu-Wrap .page_item_has_children:after{
  content:"fre";
  color:red;
}
.intro .menu-leftmenu-container{
  height: 100%;
  position:relative;
  width: 100%;
  display: table;
}
.intro #leftMenu-Wrap ul{
  list-style: none;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  margin-left: 0px;
  padding-left: 0px;
}
.intro #leftMenu-Wrap .logoWrap{
  width: 100%;
  height: 70px;
  background-color: #fff;
  
}
.intro #leftMenu-Wrap .logo{
  width: 155px;
  height: 125px;
  border-radius: 50% 50%;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 5;
  background-image: url(logo.png);
  background-size: 124px 120px;
  background-color: #fff;
  background-position: 47% 14%;
  margin-left: -77px;}
.intro #leftMenu-Wrap .logo:hover{
  background-color: #fff;

}
@media (max-height:360px){
  .intro #leftMenu-Wrap .logoWrap{display:none}
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.intro header{
  background: #ffffff;
  min-height: 125px;
  padding: 0px 15px;
}
.intro .headWrap{
  margin: 0px auto;
  width: 100%;
  max-width: 1150px;
  position: relative;}
.intro header .logo{
  width: 240px;
  height: 192px;
  border-radius: 50% 50%;
  position: absolute;
  top: 1px;
  left: 21px;
  z-index: 5;
  background-image: url(logo.png);
  background-size: 187px 186px;
  background-color: #fff;
  background-position: 47% 0%;
}
@media (max-width:620px){
  .intro header .logo{
    width: 240px;
    height: 192px;
    top: 1px;
    background-size: 150px 143px;
    background-position: 47% 105%;
	}
}
.intro header .search{
  height: 45px;
  border-radius: 4px;
  border: 1px solid #bababa;
  background-color: #ffffff;
  position: absolute;
  top: 14px;
  right: 36px;
  max-width: 329px;
  width: 100%;
  z-index: 5;
}
.intro header .search-main{
  width: 100%;
  height: 100%;
}
.intro header #Search{
}
.intro header #homeSearchBox{
  border: none;
  padding: 8px 22px;
  float: left;
  width: calc(100% - 95px);
}
.intro header #homeSearchBox::-webkit-input-placeholder{
  color: #787879;
font-family: Helvetica;
font-size: 13px;
font-weight: 300;
font-style: italic;
}
.intro header #homeSearchBox::-moz-placeholder{
  color: #787879;
font-family: Helvetica;
font-size: 13px;
font-weight: 300;
font-style: italic;
}
.intro header #homeSearchBox:-ms-input-placeholder{
  color: #787879;
font-family: Helvetica;
font-size: 13px;
font-weight: 300;
font-style: italic;
}
.intro header #homeSearchBox:-moz-placeholder{
  color: #787879;
font-family: Helvetica;
font-size: 13px;
font-weight: 300;
font-style: italic;
}
.intro header #searchsubmit{
  border: none;
  background-color: transparent;
  background-image: url(hdi.png);
  background-repeat: no-repeat;
  background-position: center;
  float: right;
  height: 46px;
  width: 47px;
  background-size: 18px 18px;
  padding: 0px;
}
.intro header nav.main-navigation{
  width: calc(100% - 300px);
  height: 13px;
  color: #474747;
  color: #474747;
  position: absolute;
  top: 76px;
  right: 27px;
  float: right;
  max-width: 745px;
}
.menu-header-container{
  width: 100%;
  display: table;
  height: 100%;
}
.intro header .menu-header-container{}
.intro header #menu-header{
  justify-content: space-between;
  display: flex;}
.intro header li{}
.intro header li a{
  font-family: "Myriad Pro";
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px 4px;
  text-align: center;
  color: #474747;}
.intro header li a:hover{
  border-color: #da213d;}
.intro header li li a:hover{border-color: #da213d!important;}
@media  (max-width: 400px) {
  .intro #aside{width: 100%;}
  .intro #leftMenu{width: 100%;}
  .intro .menu-toggle{
  top: 20px;
  right: 5px;}
}


.wrap{margin: 0px auto}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
 footer{
  background-color: #da213d;}
 footer .wrap{
  max-width: 870px;
  padding: 50px 15px;
  display: flex;
  overflow: hidden!important;
  justify-content: space-between;}
 footer .logo{
  background-image:url(ftlogo.png);
  width:100%;
  max-width:120px;
  background-position:50% 7px;
}
 footer .navWrap{
  padding: 0px 15px;
  max-width: 200px;
  width: 100%;}
 footer .navWrap>p{
  color: #ffffff;
  font-family: "Helvetica Neue";
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 10px;
}
 footer .navWrap ul{
  padding-top: 5px;
}
 footer .navWrap li{
  width: 50%;
}
 footer .navWrap li a{
  color: #ffffff;
  font-family: "Helvetica Neue";
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}
 footer .contactWrap{
  max-width: 271px;
  width: 100%;
}
 footer .contactWrap>p{
  color: #ffffff;
  font-family: "Helvetica Neue";
  font-size: 31px;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 10px;
}
 footer .geo{
  color: #ffffff;
  font-family: "Helvetica Neue";
  font-size: 15px;
  font-weight: bold;
  min-height: 60px;
  max-width: 205px;
}
 footer .geo>a{
  background-image:url(ftgeo.png);
  width:25px;
  display:block;
  float:left;
  min-height:25px;
  background-size:14px 18px;
  background-position:0px 50%;
}
 footer .geo p{  margin: 0px;
}
 footer .geo p a{
  color: #ffffff;
  font-family: "Helvetica Neue";
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}
 footer .tel a{
  background-image:url(fttel.png);
  color:#ffffff;
  font-family:"Helvetica Neue";
  font-size:13px;
  font-weight:300;
  line-height:17px;
  padding-left:29px;
  text-decoration:none;
  background-position:0px 50%;
}
 footer .geo p{
  color: #ffffff;
  font-family: "Helvetica Neue";
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
  padding-left: 29px;
}
 footer .links{
  width: 100%;
  min-height: 26px;
  padding-top: 10px;}
 footer .links a{
  background-image:url(ftlinks.png);
  float:left;
  width:35px;
  height:35px;
  background-size:cover;
}
 footer .links a:nth-child(1){
  background-position: 2px 50%;
}
 footer .links a:nth-child(2){
  background-position: -34px 50%;
}
 footer .links a:nth-child(3){
  background-position: -71px 50%;
}
 footer .links a:nth-child(4){
  background-position: -106px 50%;
}
 footer .links a:nth-child(5){
  background-position: -143px 50%;
}
 footer .links a:nth-child(6){
  background-position: -175px 50%;
}
@media (max-width:600px){
   footer .wrap{
  display: block;
  padding: 50px 50px 128px;}
   footer .contactWrap{
    
  }
   footer .logo{
    width: 100%;
    max-width: 100%!important;
  }
   footer .navWrap{
  max-width: 100%;
    overflow: visible;
  margin-bottom: 22px;
  padding: 0px;
  }
   footer .contactWrap{
  max-width: 100%;
  }
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Helvetica";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
body {
  margin: 0;
}
/*.intro p {
  margin-bottom: 0px;
  margin-top: 0px;
}*/
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
.section-heading{  margin: 15px auto;}
section{position: relative;
  width: 100%;}
.intro .wrap{
  position: relative;
  margin: 0px auto;
  width: 100%;
/*  overflow: auto;*/}
.helv{font-family: "Helvetica";}
.helvN{font-family: "Helvetica Neue";}
.img{
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#contact>.wrap{max-width: 900px;}
/*--------------------------------------------------------------
  ## Home
--------------------------------------------------------------*/
.templ1{
}
.templ1 .sec1{
  background-color: #010710;
  min-height: 550px;}
.templ1 .sec1 .wrap{
}

.temp11 .sec3 {
background: white;
}

.temp11 .sec1 {
background-color: #010710;
min-height: 550px;
}

.temp11 .sec1 video {
width: 100%;
height: auto !important;
margin: 0px auto;
position: absolute;
overflow: hidden;
}

.templ1 .sec1 video {
  z-index: 18;
}
.templ1 header {
  z-index: 21321321; 
  position: relative;
  }

.templ1 .sec1 .textBlock{
  width: 100%;
  height: 100%;
  
}
.templ1 .sec1 .text{
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  text-align: center;
  padding: 0px 15px;
  position: relative;
  top: 250px;
  color: #ffffff;
}
.templ1 .sec1 .text .t1{
  font-size: 41px;
  line-height: 67px;
  margin-bottom: 6px;
  font-weight: 300;
  text-transform: uppercase;
}
.templ1 .sec1 .text .t2{
  font-size: 15px;
  line-height: 18px;
  font-weight: 100;
}

.templ1 .sec2{
  background-color: #da213d;
  padding: 28px 15px 28px;
}
.templ1 .sec2 .wrap{
}
.templ1 .sec2 .t3{
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.templ1 .sec3{
  background: white;
}
.templ1 .sec3 .wrap{
  padding: 52px 15px 55px;
}
.templ1 .sec3 .circle{
  width: 20%;
  float: left;
  height: 175px;
  text-decoration: none;
}
.templ1 .sec3 .circle .img{
  max-width: 175px;
  margin: 0px auto;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50% 50%;
  background-size: 100% 100%;
  height: 100%;
  padding-top: 145px;
  position: relative;
  overflow: hidden;
}

.templ1 .sec3 .circle p{
  text-align: center;
  width: 100%;
  max-width: 120px;
  margin: 0px auto;
  height: 50px;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
  position: relative;
  border: none;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  font-family: "Helvetica Neue";
}
.templ1 .sec3 .circle:hover p{
      -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}
.templ1 .sec3 .circle:nth-child(1) .img{
  background-image:url(hms3i1.png);
}
.templ1 .sec3 .circle:nth-child(2) .img{
  background-image:url(hms3i2.png);
}
.templ1 .sec3 .circle:nth-child(3) .img{
  background-image:url(hms3i3.png);
}
.templ1 .sec3 .circle:nth-child(4) .img{
  background-image:url(hms3i4.png);
}
.templ1 .sec3 .circle:nth-child(5) .img{
  background-image:url(hms3i5.png);
}
@media (max-width:880px){
  .templ1 .sec3 .circle:nth-child(1){
    width: 33%;
  }
  .templ1 .sec3 .circle:nth-child(2){
    width: 33%;
  }
  .templ1 .sec3 .circle:nth-child(3){
    width: 33%;
  }
  .templ1 .sec3 .circle:nth-child(4){
    width: 33%;
    margin-left: 16.5%;
  }
  .templ1 .sec3 .circle:nth-child(5){
    width: 33%;
  }
}
@media (max-width:600px){
  .templ1 .sec3 .circle{
    width: 100%!important;
    margin-bottom: 50px;
  }
  .templ1 .sec3 .circle:nth-child(4){
    margin-left: 0px;
  }
  .templ1 .sec3 .circle:nth-child(5){
    margin-bottom: 0px;
  }
}
.templ1 .sec3 .circle:hover .img{
}
.templ1 .sec3 .shadow{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, #da213d 75%);
  background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, #da213d 75%);
  content: '';
  -webkit-transform: translate3d(0,50%,0);
  transform: translate3d(0,50%,0);
  border-radius: 50% 50%;
  opacity: 0;
}
.templ1 .sec3 .circle:hover .shadow{
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.templ1 .sec4{
  background-color: #f7f9fa;
}
.templ1 .sec4 .wrap{
  max-width: 1100px;
  padding: 20px 15px 20px;
  display: flex;
  flex-wrap: wrap;
}
.templ1 .sec4 .block{
  width: 32%;
  float: left;
  border: 1px solid #d0d2d3;
  margin-right: 2%;
  padding: 117px 21px 12px;
  min-height: 233px;
  display: inline-flex;
  flex-wrap: wrap;
    background-color: white;
}
.templ1 .sec4 .block p{
  color: #6a7683;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}
.templ1 .sec4 .block:nth-child(1){
  background-image:url(hms4i1.png);
  background-size:68px 67px;
  background-position:50% 16%;
}
.templ1 .sec4 .block:nth-child(2){
  background-image:url(hms4i2.png);
  background-size:77px 75px;
  background-position:50% 14%;
}
.templ1 .sec4 .block:nth-child(3){
  background-image:url(hms4i3.png);
  margin-right: 0%;
  background-size:43px 79px;
  background-position:50% 13%;
}
@media (max-width:600px){
  .templ1 .sec4 .wrap{display: block;}
  .templ1 .sec4 .block{
    width: 100%;
    margin-bottom: 30px;
    min-height: 0;
    padding: 117px 21px 21px;
  }
}

.templ1 .sec5{
}
.templ1 .sec5 .wrap{
  max-width: 970px;
  padding: 53px 15px 130px;
}
.templ1 .sec5 .wrap2{
  border-bottom: 1px solid #dfe1e3;
  margin-top: 9px;
  min-height: 53px;
  overflow: auto;
  padding-bottom: 6px;
}
.templ1 .sec5 .block1{
  float: left;
  width: 230px;
}
.templ1 .sec5 .block2{
  float: left;
  width: calc(100% - 530px);
  padding: 0px 0px 0px 53px;
}
.templ1 .sec5 .block3{
  float: right;
  height: 53px;
  width: 300px;
}
.templ1 .sec5 .wrap2:nth-child(3){border:none}
.templ1 .sec5 .wrap2:nth-child(1) .block3{
  background-image:url(hms5i1.png);
  background-size:245px 43px;
  background-position:50% 82%;
}
.templ1 .sec5 .wrap2:nth-child(2) .block3{
  background-image:url(hms5i2.png);
  background-size:236px 30px;
  background-position:61% 46%;
}
.templ1 .sec5 .wrap2:nth-child(3) .block3{
  background-image:url(hms5i3.png);
  background-size:237px 49px;
  background-position:51% 46%;
}
.templ1 .sec5 .block1 p{
  float: right;
  color: #ce042f;
  font-family: "Helvetica Neue";
  font-size: 28px;
  line-height: 41px;
  font-weight: 300;
}
.templ1 .sec5 .block2 p{
  color: #6a7683;
  font-size: 12px;
  line-height: 20px;
}
@media (max-width:850px){
  .templ1 .sec5 .wrap2{
  }
  .templ1 .sec5 .block1{
    height: 100%;
  }
  .templ1 .sec5 .block2{
    float: right;
    width: calc(100% - 230px);
    padding: 0px 0px 5px 53px;
  }
  .templ1 .sec5 .block3{
    background-position: 53px 82%!important;
    width: calc(100% - 230px);
  }
}
@media (max-width:600px){
  .templ1 .sec5 .wrap2{
    margin-bottom: 40px;
  }
  .templ1 .sec5 .wrap2:last-child{
  margin-bottom: 0px;
  }
  .templ1 .sec5 .block1{
    width: 100%;
  }
  .templ1 .sec5 .block1 p{
    float: left;
  }
  .templ1 .sec5 .block2{
    width: 100%;
    padding: 15px 0px 9px 0px;
  }
  .templ1 .sec5 .block3{
    width: 100%;
    background-position: 0% 82%!important;
  }
}
/*--------------------------------------------------------------
  ## Custom-post
--------------------------------------------------------------*/
.templ2 .sec1{
  background-size: cover;
  background-position: center;
  /*padding-top: 138px;*/
  min-height: 221px;
}
.templ2 .sec1 .t1{
  margin: 0px auto 0px;
  width: 100%;
  max-width: 1150px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 300;
  line-height: 55px;
  padding: 138px 15px 0px; 
  position: relative;}
.templ2 .sec3 header{ display:none}
.templ2 .sec2 .wrap{overflow:auto;}
.templ2 .sec2 {padding: 0px;}
.templ2 .sec2 .wrap{
  padding: 0px 15px;
  max-width: 1150px;
  color: #ffffff;
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 15px 19px;}
.templ2 .sec2 .breadcrumb{
  padding: 8px 0px;
  float: left;
}
/*.display .sec1:before {
  content: " ";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
}*/
.container{
	  padding: 0px 15px;
  max-width: 1100px;
  margin: 0px auto;
}
.templ2 .sec2 a{
  text-decoration: none;
  color:#fff ;}
.templ2 .sec2 .callBtn{
  background-color: #8b1527;
  background-image: url(cps3i.png);
  width: 213px;
  height: 41px;
  border-radius: 7px;
  font-family: "Helvetica Neue";
  font-size: 12px;
  font-weight: 700;
  line-height: 41px;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: 29px 50%;
  background-size: 25px 25px;
  padding-left: 62px;
  text-transform: capitalize;
  float: right;
  transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  -webkit-transition: background 0.3s ease-out
cursor:pointer;}
.templ2 .sec2 .callBtn:hover{
  background-color: #000;
  
}
.templ2 article{
  padding: 0px 15px;
  max-width: 1180px;
  margin: 0px auto;
}
.templ2 article p{
  color: #6a7683;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 17px;
}
/*--------------------------------------------------------------
  ## Product-category
--------------------------------------------------------------*/
.WoTaxon .sec1{
    min-height: 221px;
  /*padding-top: 99px;*/
}
.templ2 .woocommerce-breadcrumb{
  margin:0px;
  color:#fff;
  font-size:14px;
}
.templ2 .woocommerce-breadcrumb span{}
.WoTaxon .sec3 .wrap{
  padding: 41px 30px 55px;
  max-width: 1180px;
}
.templ2 nav.woocommerce-pagination ul{
    float: left;
}
.templ2 .products-per-page{display:none;}
.WoTaxon .sec3 .btnGrid{
  background-image:url(cas3i1.png);
  padding:11px 11px 10px 35px;
  border:none;
  background-repeat:no-repeat;
  background-color:transparent;
  background-position:0px 50%;
  margin:0px 15px;
  text-transform:uppercase;
  font-size:13px;
  margin-left:20px;
  margin-right:20px;
  cursor: pointer;
}
.WoTaxon .sec3  .woocommerce-pagination{}
.WoTaxon .sec3 .btns{float:right;margin:0px 0px 0px 15px;}
.WoTaxon .sec3 .btnList{
  background-image:url(cas3i2.png);
  padding:11px 11px 10px 35px;
  border:none;
  background-repeat:no-repeat;
  background-color:transparent;
  background-position:2px 50%;
  margin:0px 15px;
  text-transform:uppercase;
  font-size:13px;
    cursor: pointer;
}
@media (max-width:700px){
  .WoTaxon .sec3 .btns{  margin: 15px 0px 0px 0px;width:100%;}
  .WoTaxon .sec3 .btnGrid{}
  .WoTaxon .sec3 .btnList{
  float: none;}
  .WoTaxon .sec3 .btnGrid{
  float: none;
  margin-left: 0px;}
  .WoTaxon .sec3 .woocommerce-orderin{}
}
.WoTaxon .sec3 .woocommerce-ordering{
  float: right;}
.WoTaxon .sec3 .woocommerce-ordering select{
  padding: 8px;
}
.templ2 .woocommerce-result-count{
  display: none;
}
.templ2 ul.products{
  margin-top: 44px;
  padding-top: 31px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dedede;
  display: flex;
  flex-wrap: wrap;}
.templ2 ul.products li.product{
  border: 1px solid #f4f4f4;
  width: 23.0%;
  margin: 0 2.4% 25px 0;
  padding: 18px 0px 18px;}
.templ2 ul.products li.product:hover{
      box-shadow: 0 0 8px #CCC;
}
 .templ2 .loop1 ul.products li.product:nth-child(4n){
  border: 1px solid #f4f4f4;
  width: 23.0%;
  margin-right:0px
}
.templ2 .loop2 ul.products li.product:nth-child(4n){margin-right:2.4%}
.templ2 ul.products li.product .button{
  margin: 2px auto 0px;
  position: static;
  text-align: center;
  display: table;
  font-size: 16px;
  background-color: #da213d;
  color: #fff;
  padding: 10px 30px;}
.templ2 ul.products li.product a img{
  margin: 0px auto;
  width: auto;
  max-height: 135px;
  max-width: 150px;}
.templ2 ul.products li.product h3{
  font-size: 17px;
  text-align: center;
  font-weight: 100;}
.templ2 .product .price{display:none!important;}



@media (max-width:768px){
  .templ2 ul.products li.product{
    width: 32%;
    margin: 0 2% 25px 0;
    float: left;
    clear: initial;}
  .templ2 ul.products li.product:nth-child(2n){
    float: left;
  }
  .templ2 ul.products li.product:nth-child(4n){
    width: 32%;
    margin-right:2%}
  .templ2 ul.products li.product:nth-child(3n){
  margin-right: 0px;
    
  }
}

@media (max-width:670px){
  .templ2 ul.products li.product{
    width: 49%;
    margin: 0 2% 25px 0;/*
    float: left;
    clear: initial;*/}
  .templ2 ul.products li.product:nth-child(4n){
    width: 49%;
    margin-right:2%}
  .templ2 ul.products li.product:nth-child(3n){
    margin-right:2%
  }
  .templ2 ul.products li.product:nth-child(2n){
    float: left;
    margin-right:0%
  }
}
@media (max-width:450px){
  .templ2 ul.products li.product{
    width: 100%;
    margin: 0 0% 25px 0;
    float: left;
    clear: initial;}
  .templ2 ul.products li.product:nth-child(4n){
    width: 100%;
    margin-right:0%}
  .templ2 ul.products li.product:nth-child(3n){
    margin-right:0%
  }
  .templ2 ul.products li.product:nth-child(2n){
    float: left;
    margin-right:0%
  }
}

.loop1 .woocommerce-LoopProduct-link>p,
.loop1 .product p{display: none;}
.templ2 .loop2 ul.products li.product{
  float: none;
  width: 100%;
  overflow: auto;
  padding: 18px 15px 18px;
  min-height: 160px;}
.templ2 .loop2 ul.products li.product a{}
.templ2 .loop2 ul.products li.product a img{
  float: left;
  position: absolute;
  top: 15px;
  left: 15px;}
.templ2 .loop2 ul.products li.product h3{
  position: relative;
  top: 0px;
  width: calc(100% - 175px);
  float: left;
  left: 175px;
  text-align: left;
  font-size: 18px;}
.templ2  ul.products li.product p{display: none;}

.templ2 .loop2 ul.products li.product p{
  position: relative;
  top: 0px;
  left: 175px;
  font-size: 15px;
  width: calc(100% - 175px);}
.templ2 .loop2 ul.products li.product .button{
  position: relative;
  float: right;
  margin-top: 35px;
  bottom: 0px;}
.WoSingle ul.products li.last{margin-right: 0;}


/*--------------------------------------------------------------
  ## Product-single
--------------------------------------------------------------*/

.WoSingle .sec1{  min-height: 221px;}
.WoSingle .sec3 .wrap{padding: 65px 15px 67px;}
.WoSingle .sec3 .entry-summary{display: none;}

.WoSingle .sec3 .woocommerce-tabs{
  float: right;
  width: 48%;
  clear: none!important;
}
.WoSingle .sec3 .woocommerce-tabs{
  float: right;
  width: 48%;
  clear: none;
}
.WoSingle .sec3 .woocommerce-Tabs-panel--description h2{display: none;}
.WoSingle .sec3 .woocommerce-Tabs-panel--description p{
  color: #6e6e6e;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 13px;
}
.WoSingle div.product div.images img{
    border: 1px solid rgba(0, 0, 1, 0.21);
}
.WoSingle div.product .woocommerce-tabs ul.tabs{
    padding: 0 0 6px 16px;
    margin-bottom: 13px;
}
.WoSingle div.product .woocommerce-tabs ul.tabs li{
  border: 1px solid #cecece;
  color: #da213d;
  margin: 0px;
  border-radius: 0px;
  font-family: "Helvetica Neue";
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
  padding: 0;
  background: #fff;
  margin-right: 11px;
}
.WoSingle li.additional_information_tab{display:none!important;}
.WoSingle div.product .woocommerce-tabs ul.tabs li.active{
  border: none;
  color: #fff;
  background: #da213d;
}

.WoSingle div.product .woocommerce-tabs ul.tabs li:before,
.WoSingle div.product .woocommerce-tabs ul.tabs li:after{border:none;  position: static;}
.WoSingle .related.products{
  clear: both;
  overflow: auto;
  border-top: 1px solid #dbdbdb;
}
.WoSingle  div.product .woocommerce-tabs ul.tabs li a{padding: 6px 29px;}
.WoSingle  div.product .woocommerce-tabs ul.tabs li.active a{padding: 7px 29px;}
.WoSingle .related.products>h2{
font-family: "Helvetica Neue";
font-size: 18px;
font-weight: 300;
line-height: 25px;
color: #3a3a3a;
margin: 23px auto 0px;
}
.WoSingle ul.products{
    margin-top: 0px;
  padding-top: 22px;
  border:none;
}
@media (max-width:768px){
  .WoSingle .sec3 .woocommerce-tabs{width: 100%;}
  .WoSingle ul.products li.product{
    width: 49%;
    margin: 0 2% 25px 0;}
  .WoSingle ul.products li.product:nth-child(4n){
    width: 49%;
    margin-right:2%}
  .WoSingle ul.products li.product:nth-child(3n){
    margin-right:2%
  }
  .WoSingle ul.products li.product:nth-child(2n){
    float: left;
    margin-right:0%
  }
}
@media (max-width:450px){
  .WoSingle ul.products li.product{
    width: 100%;
    margin: 0 0% 25px 0;
    float: left;
    clear: initial;}
  .WoSingle ul.products li.product:nth-child(4n){
    width: 100%;
    margin-right:0%}
  .WoSingle ul.products li.product:nth-child(3n){
    margin-right:0%
  }
  .WoSingle ul.products li.product:nth-child(2n){
    float: left;
    margin-right:0%
  }
}
body.woocommerce-page div.pp_woocommerce div.ppt{display: none!important;}
.WoSingle #reviews{}
.WoSingle #reviews #comments h2{
    font-family: "Helvetica Neue";
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}
.WoSingle #reviews #comments p{
    font-family: Helvetica;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
}
.WoSingle #reviews h3{
    font-family: "Helvetica Neue";
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}
.WoSingle #review_form #respond p{
  font-family: Helvetica;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
}
#main.GridView .loop2{display:none}
#main.ListView .loop1{display:none}
.single-product .products li>a>p{  display: none;}
body>img,body>div>img{position: absolute;}
#tab-additional_information{  display: none;}

.DescrView #tab-reviews{display: none}
.RevView #tab-description{display: none}
.WoSingle  div.product .DescrView ul.tabs li.description_tab a{
    background-color:  #da213d;  border: 1px solid #da213d;color:white;
}
.WoSingle  div.product .RevView ul.tabs li.reviews_tab a{
    background-color:  #da213d;  border: 1px solid #da213d;color:white;
}
.woocommerce-noreviews, #review_form_wrapper label{
    font-family: "Helvetica Neue"!important;
  font-size: 16px!important;
  font-weight: 300!important;
  line-height: 25px!important;
}
.map_canvas{
    height: 450px;
    width: 100%
}
#map{
  height: 450px;
}
#map>.wrap{height: 100%;  overflow: hidden;}



/*--------------------------------------------------------------
  ## Partners
--------------------------------------------------------------*/

.partners p.main{
  margin-bottom: 27px;
  margin-top: 0px;
  text-align: center;
  font-size: 23px;
  font-style: italic;}
.partners p.main red{color:#da213d;}
.partners .wrapBlock{
  overflow: auto;}
.partners .block{
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  float: left;
  width: calc(25% - 3px);
  background-position: center;
  height: 185px;
  position: relative;
  display: table;
  margin-right: 1px;
  margin-bottom: 1px;}
.partners .insideText{
  display: none;
  vertical-align: middle;
  padding: 0px 19px;}
.partners .g1{
  margin: 0px auto;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  max-width: 270px;}
.partners .g2{
  margin: 0px auto;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  max-width: 270px;}
.partners .block:nth-child(1) {background-image: url(pts3i1.png);}
.partners .block:nth-child(2) {background-image: url(pts3i2.png);}
.partners .block:nth-child(3) {background-image: url(pts3i3.png);}
.partners .block:nth-child(4) {background-image: url(pts3i4.png);}
.partners .block:nth-child(5) {background-image: url(pts3i5.png);}
.partners .block:nth-child(6) {background-image: url(pts3i6.png);}
.partners .block:nth-child(7) {background-image: url(pts3i7.png);}
.partners .block:nth-child(8) {background-image: url(pts3i8.png);}
.partners .block:nth-child(9) {background-image: url(pts3i9.png);}
.partners .block:nth-child(10){background-image: url(pts3i10.png);}
.partners .block:nth-child(11){background-image: url(pts3i11.png);}
.partners .block:nth-child(12){background-image: url(pts3i12.png);}
.partners .block:nth-child(13){background-image: url(pts3i13.png);}
.partners .block:nth-child(14){background-image: url(pts3i14.png);}
.partners .block:nth-child(15){background-image: url(pts3i15.png);}
.partners .block:nth-child(13),
.partners .block:nth-child(14){  width: calc(33% - 3px);}
.partners .block:nth-child(15){  width: calc(34% - 3px);}
.partners .block:hover{background: #da213d;}
.partners .block:hover .insideText{  display: table-cell;}
@media (max-width:1120px){

  .partners .block,
  .partners .block:nth-child(15){width: calc(33% - 3px);}
}
@media (max-width:840px){
  .partners .block,
  .partners .block:nth-child(13),
  .partners .block:nth-child(14){width: calc(50% - 2px);}
  .partners .block:nth-child(15){width: calc(100% - 3px);}
}
@media (max-width:540px){
  .partners .block,
  .partners .block:nth-child(13),
  .partners .block:nth-child(14),
  .partners .block:nth-child(15){width: calc(100% - 3px);}
}

/*--------------------------------------------------------------
  ## Solutions
--------------------------------------------------------------*/

.solutions p.main{
  margin-bottom: 27px;
  margin-top: 0px;
  text-align: center;
  font-size: 23px;
  font-style: italic;}
.solutions .imageBlock{
  background-image: url(sls3i1.png);
  height: 212px;
  margin: 0px auto 14px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 509px;}
.solutions p.main red{color:#da213d;}
.solutions .wrapBlock{
  overflow: hidden;
  max-width: 810px;
  margin: 0px auto 37px;;;}
.solutions .block {
  background-color: #f3f3f3;
  width: calc(50% - 2px);
  height: 103px;
  margin-right: 2px;
  margin-bottom: 2px;
  float: left;
}
.solutions .block .blockWrap{
  background-repeat: no-repeat;
  display: table;
  height: 100%;
  width: 100%;
  max-width: 400px;
  margin: 0px auto;
  position: relative;
}
.solutions .textblock {
  display: table-cell;
  vertical-align: middle;;}
.solutions .textblock p{
  margin: 0px auto;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  padding-left: 108px;
  padding-right: 15px;}
.solutions .insideText{
  display: none;
  vertical-align: middle;
  padding: 0px 19px;}
.solutions .g1{
  margin: 0px auto;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  max-width: 370px;}
.solutions .g2{
  margin: 0px auto;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  max-width: 372px;}
.solutions .block:last-child{
  width: 100%;;}
.solutions  .block:last-child .textblock p{}
.solutions .block:last-child .solutions .block{}
.solutions .block:nth-child(1) .blockWrap {background-image: url(sls3i2.png);background-position: 29px 23px;background-size: 50px 48px;}
.solutions .block:nth-child(2) .blockWrap {background-image: url(sls3i3.png);background-position: 29px 27px;background-size: 58px 44px;}
.solutions .block:nth-child(3) .blockWrap {background-image: url(sls3i4.png);background-position: 29px 27px;background-size: 56px 56px;}
.solutions .block:nth-child(4) .blockWrap {background-image: url(sls3i5.png);background-position: 22px 22px;background-size: 68px 54px;}
.solutions .block:nth-child(5) .blockWrap {background-image: url(sls3i6.png);background-position: 25px 31px;background-size: 61px 41px;float: none;}
.solutions .block:hover{background: #da213d;}
.solutions .block:hover .blockWrap{background-image:none;}
.solutions .block:hover .insideText{  display: table-cell;}
.solutions .block:hover .textblock{  display: none;}
@media (max-width:580px){

  .solutions .block,
  .solutions .block:nth-child(15){width: calc(100%);float: none;}
}
/*
# Unslider
*/
.unslider{
  overflow:auto;
  margin:0;
  padding:0}
.unslider-wrap{position:relative}
.unslider-wrap.unslider-carousel>li{float:left}
.unslider-vertical>ul{height:100%}
.unslider-vertical li{
  float:none;
  width:100%}
.unslider-fade{position:relative}
.unslider-fade .unslider-wrap li{
  position:absolute;
  left:0;
  top:0;
  right:0;
  z-index:8}
.unslider-fade .unslider-wrap li.unslider-active{z-index:10}
.unslider li,
.unslider ol,
.unslider ul{
  list-style:none;
  margin:0;
  padding:0;
  border:none}
.unslider-arrow{
  position:absolute;
  z-index:2;
  cursor:pointer;
  display:block;
  width:22px;
  height:45px;
  background:none;
  background-repeat:no-repeat;
  margin:0;
  padding:0;
  text-indent:-10000em;
  top:50%;
  margin-top:-19px;}
.unslider-arrow.prev{
  left: 15px;
  background-image: url(arrow.prev.png);}
.unslider-arrow.next{
  right: 15px;
  background-image: url(arrow.next.png);}
.unslider-nav{
  position: absolute;
  bottom: 20px;
  padding: 5px 0 5px 5px;
  right: 50%;
  height: 32px;
  margin-right: -60px;
}
.unslider-nav li{
  background-color: #fff;
  color: #fff;
  padding: 0;
  float: left;
  opacity: 0.5;
  width: 10px;
  height: 10px;
  margin: 0 20px 0 0;
  text-indent: -10000em;
  border-radius: 50%;
  cursor: pointer;
}
.unslider-nav li.unslider-active{
  opacity: 0.8;
}


/*--------------------------------------------------------------
  ## INDUSTRIES 
--------------------------------------------------------------*/
.industries p{margin: 0px}
.templ1 .sec3.industries .wrap{
  max-width: 973px;
  padding: 52px 15px 89px;}
.industries p.title{
  margin-top: 19px;
  font-size: 27px;
  margin-bottom: -6px;
  font-weight: 600;
  line-height: 27px;
  color: #db1b3b;;;}
.industries .listBlock{
  background-image: url(ins3il.png);
  min-height: 212px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1px 15px 1px;
  float: left;
  margin-right: 62px;
  width: 281px;;}
.industries .listBlock p{
  margin-bottom: 10px;
  margin-top: 13px;
  padding: 0px 15px 0px 16px;
  color: #fff;}
.industries .unslider{
  position: relative;;;}
.industries .slide {  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;  
  height: 385px;
}
.industries .slide1 {background-image: url(slide0.png);}
.industries .slide2 {background-image: url(slide1.png);}
.industries .slide3 {background-image: url(slide2.jpg);}
.industries .block  .blockWrap {
  background-image: url(ins3il.png);
  background-position: 29px 23px;
  background-size: 50px 48px;}


@media (max-width:760px){
.industries .listBlock{
  float: none;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 50px;;;}
.industries .slide{}
.industries .unslider{}
}

