/*
Theme Name: PROJECT NAME
Author: AUTHOR
Description: Designed by AUTHOR.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
	vertical-align: middle;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a[href], label[for], select, 
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

button, input[type=button], input[type=image], 
input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner, 
input[type=button]::-moz-focus-inner, 
input[type=image]::-moz-focus-inner, 
input[type=reset]::-moz-focus-inner, 
input[type=submit]::-moz-focus-inner {
	border: 0;
}

.hide {
	position: absolute !important;
	left: -9999em !important;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.ie7 .clearfix {
	zoom: 1; 
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

sub, 
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	 overflow: auto;
}

input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], input[type=reset], input[type=button], input[type=submit], button, textarea{
     -webkit-appearance: none;
     -webkit-border-radius: 0;
}


/* Normalized Styles
------------------------------------------------------------------------------*/

body {
	font: 14px Arial, Helvetica, sans-serif;
	color: #033c3f;
	background: #fff;
	-webkit-text-size-adjust: none; 
}

input, textarea, select, button {
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
}
a{
	text-decoration: none;
	color: #033c3f;
}

a:hover {
	text-decoration: none;
}
html, body{height: 100%;}

/* Container
------------------------------------------------------------------------------*/
#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: auto; 
	min-height: 100%;
}

.container {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 10px;
}
/* Header
------------------------------------------------------------------------------*/
.clear{clear: both;}
#header {
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0055e0+0,0049b4+61,003a7c+100 */
	background: rgb(0,85,224); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,85,224,1) 0%, rgba(0,73,180,1) 61%, rgba(0,58,124,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,85,224,1) 0%,rgba(0,73,180,1) 61%,rgba(0,58,124,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,85,224,1) 0%,rgba(0,73,180,1) 61%,rgba(0,58,124,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055e0', endColorstr='#003a7c',GradientType=0 ); /* IE6-9 */
	position: relative;
	padding:0 0 5px;
}
.header-holder{
	padding:0 0 0 0 ;
	background: url(../images/bg_shadow_header.png) no-repeat 0 0;
	position: relative;
}
.header-holder:after{
	background: url(../images/lines_header.png) no-repeat;
	content: "";
	position: absolute;
	top: 55px;
	left: 0;
	width: 100%;
	height: 100% ;
	z-index: 1;
}
.logo {
	width: 214px;
	height: 257px;
	float: left;
	cursor: pointer;
	margin: 15px 220px 0 0;
	text-indent: -9999em;
	background: url(../images/logo_p.png) no-repeat;
	position: relative;
	z-index: 2;
}
.logo a {
	display: block;
	height: 100%;
}
.certificate_box{
	float: left;
	width: 319px;
	position: relative;
	z-index: 2;
	margin-top: 130px;

}
/* Navigation
------------------------------------------------------------------------------*/
.nav-bar{
	float: right;
	margin: 123px 0 0 155px;
	position: relative;
	z-index: 2;
}
#nav {	overflow: hidden;}
#nav li {
	float: left;
	margin: 0 0 0 5px;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#16b0be+0,0e8fac+34,0a6c8f+65,044f80+100 */
	background: #16b0be; /* Old browsers */
	background: -moz-linear-gradient(top, #16b0be 0%, #0e8fac 34%, #0a6c8f 65%, #044f80 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #16b0be 0%,#0e8fac 34%,#0a6c8f 65%,#044f80 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #16b0be 0%,#0e8fac 34%,#0a6c8f 65%,#044f80 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16b0be', endColorstr='#044f80',GradientType=0 ); /* IE6-9 */
}

#nav li:first-child {margin: 0;}
#nav a {
	color: #fff;
	padding:13px 10px ;
	display: block;
	font-size: 13px;
	line-height: 15px;
}
#nav a:hover {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#045188+0,0a6c8e+34,129caf+66,17b1be+100 */
background: rgb(4,81,136); /* Old browsers */
background: -moz-linear-gradient(top, rgba(4,81,136,1) 0%, rgba(10,108,142,1) 34%, rgba(18,156,175,1) 66%, rgba(23,177,190,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(4,81,136,1) 0%,rgba(10,108,142,1) 34%,rgba(18,156,175,1) 66%,rgba(23,177,190,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(4,81,136,1) 0%,rgba(10,108,142,1) 34%,rgba(18,156,175,1) 66%,rgba(23,177,190,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#045188', endColorstr='#17b1be',GradientType=0 ); /* IE6-9 */}

/* Icon 1 */

#nav-icon{
	display: none;
  width: 60px;
  height: 45px;
  position: relative;
  margin: 40px auto 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon span{
  display: block;
  position: absolute;
  height: 7px;
  width: 100%;
  background: #fff;
  border-radius: 7px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) { top: 0px;}
#nav-icon span:nth-child(2) {  top: 18px;}
#nav-icon span:nth-child(3) {  top: 36px;}
#nav-icon.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* main
------------------------------------------------------------------------------*/
#main {
	width: 100%;
	background: #fff;
	padding: 60px 0 52px;
}
#main h2{
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 10px 10px;
}
/* Content
------------------------------------------------------------------------------*/
#about_container{
	float: left;
	width: 100%;
	padding:0 0 20px 1%;
}
.text_box{
	
}
.text_box p{
	line-height: 24px;
	letter-spacing: 0.01em;
}
.list_products_holderbox .slide{
	display: none;
	z-index: 100;
	background: #00398c;
    border-radius: 0 0 5px 5px;
	text-align: left;
	padding: 10px;

}
.list_products_holderbox .active .ttl {
	display: none;
}
.list_products_holderbox .ttl-close {display: none;}
.list_products_holderbox .active .ttl-close {display: block;}
.list_products_holderbox ul{
	display: block;
	margin: 0 0 0 -10px;
	font-size: 0;
	line-height: 0;
	position: relative;
}
.list_products_holderbox ul li{
	width: 220px;
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.9);
	border-radius: 5px;
	border: 3px solid #00398c;
	background: #fff;
	position: relative;
}
.list_products_holderbox .images{
	width: 220px;
	height: 115px;
	display: block;
	margin: 0;
}
.list_products_holderbox .images img{
	margin: 0;
	width: 100%;
	height: auto;
}
.list_products_holderbox .description_prod{
	background: #00398c;
	text-align: center;
	display: block;
	padding: 10px 0;
	color: #fff;
    font-size: 14px;
}
.list_products_holderbox .description_prod a{
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}
.ttl-close{
	width: 16px;
    height: 20px;
    position: relative;
    right: -199px;
}
/* Sidebar
------------------------------------------------------------------------------*/

#sidebar {
	float: right;
}
#sidebar .widget_contact{
	width: 240px;
	padding: 10px;
	margin:250px 0 0 0;
}
.contact_info p,.contact_info a{
	color: #033c3f;
	font-size: 14px;
	line-height: 16px;
}
#sidebar h2{margin: 0 0 15px;}
/* Footer
------------------------------------------------------------------------------*/

#footer {
	color: #fff;
	background: #002b5f;
	position: relative;
	margin-top: -52px; 
	height: 52px;
	clear:both;
}

#footer p {
	float: right;
	margin: 20px 0 0 0;
	font-size:12px;
}


.description_prod {
  list-style:none;
  counter-reset:mycounter;
  padding:0;
}
    
.description_prod p {
  position:relative; 
  margin-left: 30px;
  padding-bottom: 10px;
}
.description_prod p:before {
  content:counter(mycounter); 
  counter-increment:mycounter;
  position:absolute;
  top:0;
  left:-30px;
  width:20px;height:20px;line-height:20px;
  border-radius:50%;
  color: #00398c;
  background:white;
  text-align:center;
}
