/* INDEX TABLE */

.border-box,a,article,body,code,dd,div,dl,dt,fieldset,footer,form,h1,h2,h3,h4,h5,h6,header,html,input[type=email],input[type=number],input[type=password],input[type=tel],input,input[type=text],input[type=url],legend,li,main,ol,p,pre,section,table,td,textarea,th,tr,ul{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
html {
  font-size:16px
}
body,
form,
input,
select,
textarea,
button {
margin: 0;
}

h1,.h1 {
  line-height:1.3;
  font-size:2.5em;
  font-weight:600;
}
h2,.h2 {
  line-height:1.3;
  font-weight:600;
  font-size:2.2em
}
h3,.h3 {
  font-size:1.85em;
  font-weight:600;
  line-height:1.35
}
h4,.h4 {
  font-weight:600;
  font-size: 1.486em;
}
h5,.h5 {
  font-size: 1.143em
}
h6,.h6 {
  font-size:.875em
}
.medium {
  font-size:.929em;
}
small,
.small {
  font-size:.786em;
}
.lh13{
  line-height:1.3
}
.lh135{
  line-height:1.35
}
.lh150{
  line-height:1.5
}
hr,
.hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 1px;
background: #eee;
border: 0;
margin-top: 1em;
margin-bottom: 1em;
}
ul,
ol {
margin: 1em 0 2em 0;
padding: 0 0 0 20px;
}
ul li,
ol li {
margin-bottom: 5px;
}
table {
border-collapse: collapse;
border-spacing: 0;
width:auto;
margin: 1em 0;
text-align: left;
border:1px solid #ccc;
}
table thead td,
table tbody td,
table tfoot td,
table thead th,
table tbody th,
table tfoot th{
padding:.8em .5em;
border-bottom:1px solid #ccc;
}
pre {
padding:10px;
overflow:auto;
border:1px solid #d7d7d7;
}
label,
button,
input,
select,
textarea{
color:inherit;
font:inherit;
margin:0;
}
textarea,
input{
  padding:.2em .5em;
}
select {
  text-transform:none;
}
select.flat{
  background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
    background-color:#fff;
    background-repeat:no-repeat;
    background-position:right 10px top 7px;
    background-size: 12px 12px;
    color:#666;
    padding:4px 12px;
    font-size:14px;
    text-align:center;
    border-radius:3px;
    -webkit-border-radius:3px;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    outline:0;
    cursor:pointer;
    -webkit-transition:0.3s ease all;
       -moz-transition:0.3s ease all;
        -ms-transition:0.3s ease all;
         -o-transition:0.3s ease all;
            transition:0.3s ease all;
}
select.flat:hover{
  opacity:.95;
  background-color:#f3f3f3;
}
button {
  overflow:visible;
  text-transform:none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance:button;
cursor:pointer;
}
::-webkit-input-placeholder {
    color: #555;
    opacity: 1 !important;
}
:-moz-placeholder {
    color: #555;
}
::-moz-placeholder {
    color: #555;
}
:-ms-input-placeholder {
   color: #555;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.button {
  cursor:pointer;
  border:none;
  padding: .2em 1.7em;
  text-decoration: none;
  font-weight:600;
  color: #363636;
  display: inline-block;
}
.button_big {
  padding: .5em 2.2em;
  font-size: 1.2em
}
.button.white:hover{color:#fff}
.button:hover,
.button:active {
  background:#f26a36
}
.button.bg-white:hover{
  background:white;
}
/* Backgrounds */
.bg-orange{background-color: #db7e16}
.bg-blue { background-color: #025b9e; }
.bg-green { background-color:#01933e}
.bg-white { background-color: #fff; }
.bg-grey {background:#F5F7F8}
.bg-black { background-color: #231f20; }
/* Colors */
.orange{color: #db7e16}
.blue { color: #025b9e}
.green { color: #01933e}
.grey {color:#999}
.white{color:#fff }
.silver{color:rgba(255,255,255,0.4)}
.black { color:#231f20; }
.overflow{overflow:hidden;}
/* animation */
.all-ani{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.clr-ani{
  -webkit-transition: color .15s ease-in;
          transition: color .15s ease-in;
}
.bg-ani{
  -webkit-transition: background-color .15s ease-in;
          transition: background-color .15s ease-in;
}
/* ultility */
a[href^="tel"]{
  color:inherit;
  text-decoration:none;
}
.full-width {
  width:100%;
}
.center-e{
  margin-left:auto;
  margin-right:auto;
}
.round{
  border-radius:4px
}
.circle{
  border-radius:50%
}
.border-slim{
  border-width:1px;
  border-style: solid;
}
.border{
  border:1px solid rgba(0,0,0,.125);
}
.gutter{
  padding-top:5px;
  padding-bottom:5px;
}
.rowgutter{
  padding-top: 15px;
  padding-bottom:15px;
}
.zonegutter{
  padding-top:50px;
  padding-bottom:50px;
}

/* grid */
.clear:before,
.clear:after {
  content:" ";
  display:table;
}
.row:after,
.clearfix,
.clear:after {
  clear:both;
}
.row:before,
.row:after {
  content:"";
  display:table;
}
.row{
  position:relative;
  margin-left:-15px;
  margin-right:-15px;
}
.container{
  padding-left:15px;
  padding-right:15px;
  margin-left:auto;
  margin-right:auto;
}
.container-full {
  padding-left:0;
  padding-right:0;
  margin-left:auto;
  margin-right:auto;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
}
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333%;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333%;
}
.col-11 {
  width: 91.66666667%;
}
.col-12 {
  width: 100%;
}
.hide,
.hide-mobile {
  display: none;
}
.show-mobile {
  display: block;
}
.show-mobile-inline-block {
  display: inline-block;
}
.show-mobile-inline {
  display: inline;
}
@media only screen and (min-width: 740px) {
  .col-tablet-1,
  .col-tablet-2,
  .col-tablet-3,
  .col-tablet-4,
  .col-tablet-5,
  .col-tablet-6,
  .col-tablet-7,
  .col-tablet-8,
  .col-tablet-9,
  .col-tablet-10,
  .col-tablet-11,
  .col-tablet-12 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
  }
  .col-tablet-1 {
    width: 8.33333333%;
  }
  .col-tablet-2 {
    width: 16.66666667%;
  }
  .col-tablet-3 {
    width: 25%;
  }
  .col-tablet-4 {
    width: 33.33333333%;
  }
  .col-tablet-5 {
    width: 41.66666667%;
  }
  .col-tablet-6 {
    width: 50%;
  }
  .col-tablet-7 {
    width: 58.33333333%;
  }
  .col-tablet-8 {
    width: 66.66666667%;
  }
  .col-tablet-9 {
    width: 75%;
  }
  .col-tablet-10 {
    width: 83.33333333%;
  }
  .col-tablet-11 {
    width: 91.66666667%;
  }
  .col-tablet-12 {
    width: 100%;
  }
  .hide-tablet {
    display: none;
  }
  .show-tablet {
    display: block;
  }
  .show-tablet-inline-block {
    display: inline-block;
  }
  .show-tablet-inline {
    display: inline;
  }
  .tablet-no-padding {
    padding: 0;
  }
  .container,
  .container-full {
    width: 720px;
  }
  .tablet-container {
    width: 720px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .content-tablet{
    padding-left:30px;
    padding-right:30px;
  }
}

@media only screen and (min-width:1024px) {
  .col-desktop-1,
  .col-desktop-2,
  .col-desktop-3,
  .col-desktop-4,
  .col-desktop-5,
  .col-desktop-6,
  .col-desktop-7,
  .col-desktop-8,
  .col-desktop-9,
  .col-desktop-10,
  .col-desktop-11,
  .col-desktop-12 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
  }
  .col-desktop-1 {
    width: 8.33333333%;
  }
  .col-desktop-2 {
    width: 16.66666667%;
  }
  .col-desktop-3 {
    width: 25%;
  }
  .col-desktop-4 {
    width: 33.33333333%;
  }
  .col-desktop-5 {
    width: 41.66666667%;
  }
  .col-desktop-6 {
    width: 50%;
  }
  .col-desktop-7 {
    width: 58.33333333%;
  }
  .col-desktop-8 {
    width: 66.66666667%;
  }
  .col-desktop-9 {
    width: 75%;
  }
  .col-desktop-10 {
    width: 83.33333333%;
  }
  .col-desktop-11 {
    width: 91.66666667%;
  }
  .col-desktop-12 {
    width: 100%;
  }
  .hide-desktop {
    display: none;
  }
  .show-desktop {
    display: block;
  }
  .show-desktop-inline-block {
    display: inline-block;
  }
  .show-desktop-inline {
    display: inline;
  }
  .desktop-no-padding {
    padding: 0;
  }
  .container{width:1002px}
  .n-container{
    padding-left:120px;
    padding-right:120px;
  }
}
@media only screen and (min-width:1260px) {
  .container{width:1180px}
}

.n-mt{
  margin-top: 0
}
.n-ml{
  margin-left: 0
}
.n-mr{
  margin-right:0
}
.n-mb{
  margin-bottom:0
}
.n--m {
  margin: 0;
}
.n-pt{
  padding-top: 0
}
.n-pl{
  padding-left: 0
}
.n-pr{
  padding-right:0
}
.n-pb{
  padding-bottom:0
}
.n--p{
  padding: 0;
}
.no-float {
  float: none;
}
.strong,
.font-bold {
  font-weight:600;
}
.font-normal {
  font-weight:400;
  font-style: normal;
}
.em,
.font-italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed{
  position:fixed
}
.block {
  display: block;
}
.table {
  display: table;
  height: 100%;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.left {
  float: left;
}
.right {
  float: right;
}
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-unstyled li {
  margin: 0;
  padding: 0;
}
.list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-inline li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.img-left {
  float: left;
  margin-right:15px;
}
.img-right {
  float: right;
  margin-left:15px;
}
textarea:focus,
textarea:active,
input:focus,
input:active{
  outline: 0
}
img{
  max-width:100%;
  height:auto !important;
  border:0
}
.n--b {border:0}
.line{display: inline-block; height:1px; width: 100%; background: #ccc}

body {
  font-family: "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size:15px;
  color: #333;
  line-height:1.618;
  background:#fff;
  margin:0 auto;
}
.font-brand,
.font-heading{
  font-family: 'Oswald', sans-serif;
}
.font-brand .strong,
.font-heading .strong{
  font-weight:600
}
a {
  color: #545454;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
a:hover {
  color:#f58941;
  text-decoration:none;
}
a img{
  border: none;
}
.thumbtrans{
 transition: all 0.5s ease;
}
.thumbtrans:hover{
  opacity:.75;
}
.imgnews .breadcrumbs,
.imgnews .breadcrumbs a{
  color:#f2f2f2
}
.breadcrumbs,
.breadcrumbs a{
  color:#888
}
.breadcrumbs a:hover {
  text-decoration:underline
}
.success, .warning, .attention, .help {
  padding: 10px;
  margin-bottom: 15px;
  color: #555;
}
.success {
  background: rgb(28, 184, 65);
}
.warning {
  color:#fff;
  background: rgb(202, 60, 60);
}
.attention {
  color:#fff;
  background: rgb(223, 117, 20);
}
.required {
  color: #FF0000;
  font-weight: bold;
}
.error {
  display: block;
  color: #FF0000;
  padding: 5px;
}
.help {
  background: rgb(66, 184, 221);
}

.pagination {
  padding-top:8px;
  display:inline-block;
  width:100%;
  margin-bottom:10px;
}
.pagination a:hover {
  background:#d99624;
  color:#fff;
  border:1px solid #d99624;
}
.pagination a {
    -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  display:inline-block;
  padding:4px 10px;
  text-decoration:none;
  color:#A3A3A3;
  border:1px solid #eee;
}
.pagination b {
  display:inline-block;
  border:1px solid #269BC6;
  padding:4px 10px;
  font-weight:normal;
  text-decoration:none;
  color:#269BC6;
  background:#fff;
}
.pagination .results {
  display:none;
}
.pagination ul{
  float:left;
  margin:0;
  padding:0
}
.pagination li{
  list-style:none;
  padding:1px;
  margin:0;
}
.pagination li{
  display:inline-block
}

/* end common */

#header{
     -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-bottom: 2px solid rgba(0, 0, 0, 0.06);
    z-index: 100;
}
.advtop{
    background:#f2f6f8;
    visibility: hidden;
    height:0;
    margin:0;
    padding:0;
    opacity:0;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}
.advtop.active{
  opacity: 1;
  height:auto;
  visibility: visible;
}

.logo img{margin-right:30px;max-height:120px;margin-top:-15px;margin-bottom:-15px}
#language{margin-top:50px;line-height:1}
.flags{width:14px;float:left;margin-right:6px}
.box-visitors table td{
  padding:3px 5px
}
/* header */

/* top menu */
#menu-topmenu {
    min-height: 26px;
    line-height: 26px;
    margin-top:40px;
}
#menu-topmenu > ul > li {
  position: relative;
}
#menu-topmenu li ul {
  text-align: left;
  position: absolute;
  width: 215px;
  background: #fff;
  display: none;
  z-index: 9999;
  top: 100%;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.1);
    box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.1);
  padding-left: 0;
  padding-top:10px;
  padding-bottom:10px;
  margin: 0;
  left: 0;
}
#menu-topmenu li ul li{
  width: 100%;
}
#menu-topmenu li ul li ul{
  margin-left:186px;
  margin-top:0
}
#menu-topmenu ul li:hover ul{
  display:block;
}
#menu-topmenu > ul > li > a:hover{
  color:#f58941;
  text-shadow:none
}
#menu-topmenu > ul > li > a{
  padding:0 10px;
  font-size:15px;
  font-weight:600;
  text-transform:uppercase;
  font-family:Oswald;
  color:#005ca2;
  letter-spacing:-0.01em;
  display: inline-block;
}
#menu-topmenu > ul > li:last-child > a{padding-right: 0px;}
#menu-topmenu ul li ul a{
  font-size:13px;
  line-height:20px;
  padding:7px 15px;
  color:#111;
  display:block;
  z-index:6;
  position:relative;
}
#menu-topmenu ul ul a:hover {
  color:#f58941;
}
#menu-topmenu > ul > li.hassub:hover > a:before {
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  margin-left: -10px;
  bottom: -5px;
  left: 50%;
  border-bottom: 5px solid #fff;
  opacity: 1;
  bottom: 0;
  transition: all 0.5s ease;
  transition-delay: 0.1s;
}
.hassub > a {
  position: relative
}

/* mobile menu */
#menubutton:before{
  margin-bottom:6px
}
#menubutton {
  padding:8px;
  width:32px;
  height:32px;
  right:0;
  top:0;
  z-index:9999991;
}
  #menubutton.menuopen:before{
    transform: rotate(-45deg);
    margin-top: 6px;
    margin-left: 6px;
  }
  #menubutton.menuopen:after{transform: rotate(45deg);
    margin-top: -7px;
    margin-left: 6px;
  }
#mobile-menu{
  display:none;
  z-index:999999;
  overflow:auto;
  }
  #mobile-menu.fixedmenu{
    left:0;
    top:0;
    bottom:0;
    right:0;
    padding:10px;
    display:block;
    position:fixed;
  }
#menubutton:after,
#menubutton:before {
  height:1px;
  width:24px;
  background:#000;
  content:"";
  display:block;
  transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  z-index:999
}
li.accordionItem.open > a > span{
  border-bottom: 2px solid;
  padding-bottom: 2px;
}
.accordionItem{
  border-top:1px solid #ddd;
  padding-top:10px
}
.menuItemHeading.hc {
  position: absolute;
  top: 11px;
  right: 10px;
  opacity: .35;
  height: 30px;
  width: 17px;
  background: url(arrow-mn-r.png) no-repeat center center;
}
.open .menuItemHeading.hc {
  background: url(arrow-mn-d.png) no-repeat center center;
}
#mobile-menu ul,
#mobile-menu li {
  position:relative;
  list-style:none;
  padding:5px 0;
  margin:0
}
#mobile-menu li li {
  padding:3px 0
}
#mobile-menu li ul {
  padding-top:10px;
}
#mobile-menu ul ul a {
  font-weight:normal !important;
  padding:1px 10px;color:#666;
  font-size:15px;
}
#mobile-menu > ul > li > a {
  padding:2px 10px;
  color:#000067 !important;
  font-size:18px;
  text-align:left;
  display:block;
}
.cls .menuItemContent,
.close .accordionItemContent {
  display:none;
}
.open .menuItemContent,
.open .accordionItemContent{
  display:block;
}
#search-mobile {
  margin:10px 10px 0 10px;
  border:1px solid #eee;
  padding:0 10px;
  border-radius:1em;
}
#search-mobile i{
  width:30px;
  height:30px;
  line-height:29px;
  right:5px;
  cursor:pointer;
}
#search-mobile input[name='search']{
  width: 100%;
  height: 30px;
  border: 0;
  padding-left: 0;
}
.thumbc{border:1px solid rgba(0,0,0,.05)}
.thumbc:hover img{opacity:.75}
/* footer */
#footer p{
  margin-top:5px;
  margin-bottom:0
}
#footer .logo{
  margin-top: -5px
}
#footer .icn{
  margin-right: 5px;
}
.footer_menu li{display:block;}
.footer_menu li:before{
  content: "";
  width:3px;
  display: block;
  float:left;
  background-color:#999;
  height:3px;
  margin:9px 5px 0;
}
.footer_menu li a,
#footer li a {
  transition:all 360ms ease-in-out;
  display:block;
  color: #020202;
  font-size: 13px;
  margin-bottom: 7px;
}
#footer{
  background-color: #ccc;
}
.footer_menu li a:hover,
#footer li a:hover {
  color:#005ca2
}
#footer h3{
    letter-spacing: .1em;
    line-height: 1.35;
    text-transform: uppercase;
    color:#005ca2
}
/*header*/
.category{
  padding:0 30px
}
/* share social */
.shareme a {
  padding:5px 10px;
  font-size:11px;
  display:inline-block;
  color:#fff;
  margin-right:7px;
}
.shareme a:hover{
    opacity:.5
  }
      a.face-icon {background-color: #5d82d1}
      a.twitter-icon {background-color:#40bff5}
      a.plus-icon {background-color:#eb5e4c}
      .shareme.small a {
        padding:3px 12px;
        margin-right:0
      }

.box {
  margin-bottom:20px
}
.contact_header{
  margin-right:15px
}
.title_under {
  padding-bottom:5px;
}
.title_under:after {
  width:30px;
  height:3px;
  content:"";
  display:block;
  background:#ccc
}
.title_red {
  border-bottom:3px solid #990000;
  color:#990000;
  padding-bottom:5px;
}

/* solution */
.catname{
  margin-bottom:20px;
}
.wrap-solution{
  height:160px
}
/* news details */
h1.maintitle{
  font-weight: 400;
}
.imgnews{
  top:0;
  left:0;
  right:0;
  height:100%;
  z-index: 1;
  overflow:hidden;
}
.cat-header{
  z-index: 2
}
.media .btn{
  margin-top:5px;
}
.media img {
  border: 1px solid #d7d7d7;
  display: block
}
.readmore {
  margin-top: 10px;
  display: inline-block;
  padding:3px 15px;
  border:1px solid #eee;
  transition: all 0.5s ease;
}
.readmore:hover {
  background-color:#d99624;
  border:1px solid #d99624;
  color:#fff
}
.box_category .h5{
  margin:10px 0;
}
.box_category .h6{
  margin:5px 0
}
/* search page */
.searchpage h3 {
    margin-bottom: 5px;
    margin-top: 15px
}
.searchpage .media-list .media {
  margin-bottom:0px
}

.short_desc{
  line-height:1.68
}
.news-box-search input{
  border:1px solid #ddd;
}
.news-box-search-btn{
  background:#999;
  top:1px;
  right:1px;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  cursor:pointer;
  color:#fff
}
/* contact page */
.map p{margin:0;}
.contactpage select{
  margin-top:4px;
  min-height: 35px;
}
.contactpage textarea,
.contactpage input {
  margin-top: 4px;
  margin-bottom: 11px;
  border-radius: 3px;
  min-height: 35px;
  padding: 3px 10px;
  width: 100%;
  border: 1px solid #ddd;
}
.contactpage h2,
.contactleft h2 {
  color: #025b9e;
}
input[name="captcha"] {
  width:70%;
  float:left;
  margin-right:5px;
}
.newscontent a{
  color:#025b9e;
}
.newscontent a:hover{
  color:#db7e16
}
/* module */
/* slideshow */
.btn{
    border:none;
    color: rgba(255,255,255,0.95);
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.4;
    max-width: 100%;
    overflow: hidden;
    padding: 5px 12px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: all 360ms ease;
    white-space: nowrap;
}
.btn:hover{
  color:#fff;
  background-color:#39607A;
}
.description-slide .h1{
  font-family:Oswald;
  text-shadow: 0 1px 1px #000;
  font-size:50px;
  font-weight:400;
  bottom:0;
}
.description-slide {
  width:100%;
  padding:40px 60px;
}
/* featured */
#featured .slick-slide{
  padding: 5px 25px;
}
#featured .slick-slide a:hover img{
  opacity:.85
}
.cover_solution h6{margin-top:10px}
.cover_solution{
  overflow:hidden;
  padding-left:20px;
  padding-right:20px;
  z-index:2
}
a.cover_over:after{
  display:block;
  content: "";
  z-index:1;
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right: 0;
  height:100%;
  background-color: rgba(0,0,0,.25);
  -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
a.cover_over:hover:after{
 background-color: rgba(0,0,0,.5);
}
a.contact-header{margin-left:15px;color:#fff !important}
/* extra */
.border-right{
  padding-right:50px;
  border-right: 1px solid #f2f2f2;
}
.before_footer{
  border-top:1px solid #f2f2f2;
}
.border-left{
  border-left:3px solid #f2f2f2;
}
.category_cover{
  z-index:2
}
.section_overlay{
  z-index:2
}
.nameproduct{
  height: 70px;
  margin-top: 10px;
     overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3;
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}
/* category */
.arrow-l{
  display:inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #b1b4b8;
  margin-right:5px;
}
.title_heading{
  font-size:5em
}
.subtitle_heading{
  font-weight:400
}
.subtitle_heading span{
  color:#f58941;
}
.title_under_green{
  color:#777
}
.title_under_green:after{
  content: "";
  height:3px;
  width:50px;
  background-color:#9ccd5a;
  margin-top:5px;
  display:block;
}
.title_under_center:after{
  content: "";
  height:3px;
  width: 80px;
  background-color:#9ccd5a;
  margin: 0 auto;
  display:block;
}
/*product*/
.specs table td{
  background:#fafafa;
  border:2px solid #fff;
}
.specs table{
  border:none;
  width:100% !important;
  max-width:100%
}
#order_form{
  z-index:999;
  background: #fff;
  padding:15px;
  width:420px;
  max-width:100%;
  margin-left: auto;
  margin-right: auto;
}
#order_form label{
  display: block;
  font-size:12px;
  margin-top:5px;
  cursor: pointer;
  font-weight: 700;
}
#order_form textarea,
#order_form input{
  width:100%
}
#partners .slick-slide img{
  margin: 0 auto
}
#partners .slick-prev:before,
#partners .slick-next:before{
  color: #888
}
#partners .slick-dots{
  bottom:-10px;
}
#partners .slick-dots li button{
  border:2px solid #999
}
@media only screen and (max-width: 739px) {
  .title_heading {
    font-size: 3em;
  }
  .title_heading{font-size:22px;}
  .slick-dots{bottom:15px}
  .logo img{max-height:85px;margin-top:0;margin-bottom:0;margin-right:5px}
  #language{margin-top:42px}
  .description-slide,
  #header > .left{float:none}
  .header-right{
    padding-top: 30px;
    text-align: left;
  }
  .button.contact-header{
    margin-left: 0;
    padding-left:10px;
    padding-right:10px;
    float:right;
  }
  .description-slide{
    padding:15px
  }
  .border-right{
    padding-right:15px
  }
  .rowgutter{
    padding-top:5px;
    padding-bottom:5px;
  }
  #featured .slick-slide{
    padding:5px;
  }
  .description-slide .h1{font-size: 30px}
  .contact-header a.button.bg-orange{
    background: none;
    padding:0;
    float:right;
    display:block;
    color: #db7e16
  }
  #slides.slick-dotted.slick-slider{margin-bottom:0 !important}
  #slides .slick-dots{bottom:0}
  .newsname{height:45px;overflow:hidden;}
  .banner .breadcrumbs{font-size:11px}
  .email-header,.readmore{display:none}
  .child-item{display: block;width: auto;}
  .child-item > div{display: block;}
  .zonegutter{
    padding-top:20px;
    padding-bottom:20px;
  }
}

section,
input.rtab {
  display: none;
}
label.rtab {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}
label.rtab:before {
  font-family: simicon;
  font-weight: normal;
  margin-right: 10px;
}

label.rtab[for*='1']:before { content: "\e043"; font-family:'simicon' }
label.rtab[for*='2']:before { content: "\e06a"; font-family:'simicon'}
label.rtab[for*='3']:before { content: "\e04c"; font-family:'simicon'}
label.rtab[for*='4']:before { content: '\f1a9'; font-family:'simicon'}

label.rtab:hover {
  color: #888;
  cursor: pointer;
}
input.rtab:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}
@media screen and (max-width: 1024px) {
  .title_heading {
    font-size: 3em;
  }
}  
@media screen and (max-width: 650px) {
  label.rtab  {
    font-size: 0;
  }
  label.rtab:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  label.rtab  {
    padding: 15px;
  }
}
