﻿/* 
    Document   : style
    Created on : 16.02.2014
    Author     : Olga Ralchenko
    Description: WareMed
*/
.clear {
clear: both;
}
.block_wrap{
    display: inline-block;
    position: relative;
    background: #F6F6F6;
    padding: 30px 0px;
    width: 100%;
    margin-top: 20px;
    min-height: 200px;
}
h1{
    font-weight: 700;
    text-transform: uppercase;
}
h2{
    color: #009bbe;
    text-transform: uppercase;
}
body{
    height: 100%;
    width: 100%;
     margin: 0;
    padding: 0;
    background: #ffffff;
    
}
header{
    width: 100%;
    background: #ffffff;
}
.forms-group{
    margin: 10px 0px;
}
.btn-my{
    margin: 20px 0px 20px 0px;
    background: none;
    border: 3px solid #005592;
    height: 40px;
    min-width: 160px;
}
.wrapper{
    min-height: 100%;
    margin-bottom: -50px;
}
* html .wrapper {
    height: 100%;
}
.pre_header{
    display: block;
    height: 30px;
    width: 100%;
    background: #fcfcfc;
    margin-top: 0px;
}
.flag{
    display: block;
    float: right;
}
.flagIMG{
    display: inline-block;
    margin: 5px 0px 5px 5px;
    height: 20px;
    width: 30px;
}
.logo{
    display:inline-block;
    margin: 5px 0px 5px 0px;
}
.contact{
    display: inline-block;
    float: right;
    margin: 40px 0px 20px 0px;
    text-align: right;
}
.phone{
    font-size: 1.8em;
    color: #00a2c1;
}
.phone_color{
    color: #00515d;
}
.email{
    font-size: 1.4em;
    color: #00a2c1;
}
.nav{

    width: 100%;
    background: #00a2c1;
    display: inline-block;
}
#cssmenu {
  background: #00a1c1;
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
  z-index: 1000;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #00515d;
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #ffffff;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #00515d;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#cssmenu ul li ul li a {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  color: #ffffff;
  letter-spacing: 0;
  display: block;
  width: 140px;
  padding: 11px 10px 11px 20px;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #4cb6ea;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #4cb6ea;
}
#cssmenu ul li ul li:hover > ul {
  left: 170px;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #4cb6ea;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: '';
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
  
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: '';
  border: 4px solid transparent;
  border-top-color: #00a1c1;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#cssmenu > ul > li > a {
  color: #ffffff;
  padding: 20px 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #ffffff;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #ffffff;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #00515d;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul {
    left: 0;
    position: relative;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
    width: auto;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #ffffff;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 20px;
    top: 16px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 20px;
    top: 26px;
  }
}
.slider{
    margin: 0px;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  .rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }

  .callbacks_container {
  margin-bottom: 30px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .2);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../img/themes/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

  /*блоки с категориями*/ 
.block_tech{
    display: inline-block;
    margin: 10px 0px 20px 0px;
    width: 100%;
    cursor: pointer;
}

.block_title{
    background: #00a1c1;
    min-height: 40px;
    width: auto;
    width: 100%;
    color: #ffffff;
    padding: 10px 0px;
    text-align: center;
    font-size: 1.2em;
}
.block_img img{
   /*height: 160px;*/
   width: 100%;
   /*width: auto;*/ 
}
#divId, #divId1, #divId2, #divId3{
    display: none;
    background: #fbfbfb;
}
.newsText{
    display: inline-block;
    padding: 30px 20px;
    width: 360px;
}
.news{
    display: inline-block;
    position: relative;
    margin: 0px 0px 20px 0px;
    float: right;
    width: 100%;
}
.newsBlock{
    min-height: 40px;
    width: 100%;
    padding: 10px 20px;
    text-align: left;
    color: #ffffff;
    font-size: 18px;
    background: #4cb6ea;
    display: inline-block;
}
a.newsBlock:hover{
    text-decoration: none;
    color: #ffffff;
}


@media all and (max-width: 480px) {
    .logo img{
        max-width: 280px;
        margin: 0px 0px;
    }
    .nav{
        background: none;
    }
    .contact{
        margin: 5px 0px;
    }
    .contact{
        float: left;
        text-align: left;
    }
}
@media all and (min-width: 480px) and (max-width: 750px) {
  
    .nav{
        background: none;
    }
    .logo img{
        max-width: 280px;
/*        margin: 0px 0px;*/
    }
}




#cssmenu_ver,
#cssmenu_ver ul,
#cssmenu_ver ul li,
#cssmenu_ver ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#cssmenu_ver ul {
  position: relative;
  z-index: 597;
  float: left;
}
#cssmenu_ver ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
}
#cssmenu_ver ul li.hover,
#cssmenu_ver ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu_ver ul ul {
  margin-top: 1px;
  visibility: hidden;
  position: absolute;
  top: 1px;
  left: 99%;
  z-index: 598;
  width: 100%;
}
#cssmenu_ver ul ul li {
  float: none;
}
#cssmenu_ver ul ul ul {
  top: 1px;
  left: 99%;
}
#cssmenu_ver ul li:hover > ul {
  visibility: visible;
}
#cssmenu_ver ul li {
  float: none;
}
#cssmenu_ver ul ul li {
  font-weight: normal;
}
/* Custom CSS Styles */
#cssmenu_ver {
  font-size: 18px;
  width: 100%;
  background: #fcfcfc;
}
#cssmenu_ver ul a,
#cssmenu_ver ul a:link,
#cssmenu_ver ul a:visited {
  display: block;
  color: #848889;
  text-decoration: none;
  font-weight: 300;
}
#cssmenu_ver > ul {
  float: none;
}
#cssmenu_ver ul {
  background: #fff;
}
#cssmenu_ver > ul > li {
  border-left: 3px solid #d7d8da;
}
#cssmenu_ver > ul > li > a {
  padding: 10px 20px;
}
#cssmenu_ver > ul > li:hover {
  border-left: 3px solid #00a1c1;
}
#cssmenu_ver ul li:hover > a {
  color: #00a1c1;
}
#cssmenu_ver > ul > li:hover {
  background: #f6f6f6;
}
/* Sub Menu */
#cssmenu_ver ul ul a:link,
#cssmenu_ver ul ul a:visited {
  font-weight: 400;
  font-size: 14px;
}
#cssmenu_ver ul ul {
  width: 100% px;
  background: none;
  border-left: 20px solid transparent;
}
#cssmenu_ver ul ul a {
  padding: 8px 0;
  border-bottom: 1px solid #eeeeee;
}
#cssmenu_ver ul ul li {
  padding: 0 20px;
  background: #fff;
}
#cssmenu_ver ul ul li:last-child {
  border-bottom: 3px solid #d7d8da;
  padding-bottom: 10px;
}
#cssmenu_ver ul ul li:first-child {
  padding-top: 10px;
}
#cssmenu_ver ul ul li:last-child > a {
  border-bottom: none;
}
#cssmenu_ver ul ul li:first-child:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: -20px;
  top: 13px;
  border-left: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}

/*----start-content-----*/
.content-top-grid{
	float:left;

}
.content-top-grid-pic{
	float:left;
	width:20%;
}
.content-top-grid-pic IMG{
    height: 100px;
}
.content-top-grid-title{
	float:right;
	width:65%;
}
.content-top-grid-title h3{
	color: rgba(31, 31, 31, 0.99);
	font-size: 1.4em;
	text-transform: uppercase;
	margin-top: 0.8em;
        font-weight: 100;
}
.content-top-grid p{
	font-size: 1em;
	line-height: 1.5em;
	color: #777;
	width: 100%;
	
        
}
.grid-button{
	color: #007DAD;
	text-transform: uppercase;
	margin: 0.5em 0;
	display: block;
	background: url(../img/marker.png) no-repeat 0;
	padding: 0px 0px 0px 20px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.grid-button:hover{
	color:#303030;
	background: url(../img/marker1.png) no-repeat 0;
        text-decoration:none;
}
.content-top-grids	 {
	padding: 1.7em 0 1.5em 0;
	background: #FFF;
}
/*---boxs----*/
/*---start-footer----*/
.footer{

width: 100%;
display: inline-block;
padding: 2em 0 1em 0;
	background:#303030;
}
.footer-grid{
	float: left;
	padding-right: 30px;
}
.footer-grid:first-child{
	border:none;
}
.footer-grid ul li a,.footer-grid p{
	color: #858484;
	font-size: 0.875em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding: 0.3em 0;
	display: block;
}
.footer-grid span{
	font-size:1.2em;
	color:#007DAD;
}
.footer-grid ul{
    list-style: none;
    padding-left: 0px;
}
.footer-grid ul li a:hover{
	color:#007DAD;
        text-decoration: none;
}
.footer-grid h3{
	color:#FFF;
	font-size:1.2em;
	text-transform: uppercase;
	margin: 0.2em 0 0.3em 0;
}
/*----copy-tight-----*/
.copy-tight{
	text-align: center;
	padding: 1em 0 0 0;
	border-top: 1px solid rgba(153, 153, 153, 0.13);
	margin-top: 1em;
}
.copy-tight p{
	color: #858484;
	font-size: 0.875em;
	padding: 0.3em 0;
	display: block;
}
.copy-tight p a{
	color:#FFF;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.copy-tight p a:hover{
	color:#007DAD;
}

.images_1_of_3  img {
	max-width:100%;
	display:block;
}
.images_1_of_3  h3{
	color: rgba(31, 31, 31, 0.99);
	font-size: 2em;
	text-transform: uppercase;
	margin: 0.3em 0;
        font-weight: 100;
}
.images_1_of_3 span{
	display: block;
	font-size: 1em;
	color: #007DAD;
	padding: 2px 0px 1px 0px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.images_1_of_3 ul{
    padding-left: 0px;
}
.images_1_of_3 ul li{
    list-style: none;
}
.images_1_of_3 ul li a{
	display: block;
	font-size: 1em;
	color: #007DAD;
	padding: 2px 0px 5px 0px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.images_1_of_3 ul li a:hover{
	color: #777;
        text-decoration: none;
}
.images_1_of_3 ul li{
	border-bottom: 1px dashed rgba(192, 192, 192, 0.33);
	background: url(../img/marker02.png) 0 19px no-repeat;
	padding: 9px 10px 8px 18px;
}
.images_1_of_3 ul li:hover{
	background: url(../img/marker020.png) 0 19px no-repeat;
}
.images_1_of_3  p  {
	font-size: 0.875em;
	line-height: 1.5em;
	color: #777;
	width: 90%;
	padding: 0.5em 0;
}
.images_1_of_3 .button{
	margin-top:.3em;
	line-height:1.9em;
}
.images_1_of_3 .button a{
		color: #007DAD;
		text-transform: uppercase;
		margin: 0.5em 0;
		display: block;
		background: url(../img/marker.png) no-repeat 0;
		padding: 0px 0px 0px 20px;
		transition: 0.5s ease;
		-o-transition: 0.5s ease;
		-webkit-transition: 0.5s ease;
}
.images_1_of_3 .button a:hover{
	   color: #303030;
		background: url(../img/marker1.png) no-repeat 0;
                text-decoration: none;
}
.breadcrumb {
	background-color: #eee;
	padding: 8px 15px;
	margin: 0px;
	list-style: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display:inline-table;
	width:100%;
	color:#999999;
	font-size: 14px;
}

.breadcrumb li { 
	float:left;
	margin-left:5px;
}

.breadcrumb li a{
	color: #009bbe;
	text-decoration: underline;
}

.breadcrumb li a:hover{
	color: #009bbe;
	text-decoration: none;
}
.copyrating{
    color: #FFFFFF;
    float: left;
    padding: 20px 0px;
}
.copyrating a{
    color: #009bbe;
    text-decoration: none;
}
.copyrating a:hover{
    text-decoration: none;
    color: #e0e0e0;
}
.madein{
    color: #FFFFFF;
    float: right;
    padding: 10px 0px;
}
.madein img{
    height: 40px;
}