/*
 * Design and Layout: Andrey Khaltamov aka BaNru / admin@g63.ru
 * Дизайн и Верстка: Андрей Халтамов [BaNru] / admin@g63.ru
 */

@import url(http://fonts.googleapis.com/css?family=Ubuntu&subset=cyrillic,latin);

/* reset v.0.003 beta :-) */

/* START reset */
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,embed,
figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,
time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:top;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,
header,aside{display:block;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
sup{vertical-align:text-top;}
a,label,button,input[type='button'],input[type='checkbox'],input[type='radio'],
input[type='image'],input[type='reset'],input[type='submit']{cursor:pointer;}
/* END reset */

/* START global */
html,body{min-height:100%;height:100%;}
html{background-color:#EFEFEF;}
body{color:#262626;font:100%/150% Ubuntu, Droid Sans, Tahoma, Verdana, Arial, sans-serif;width:100%;min-width:1008px;margin: 0 auto;}

a {
	color: #03639F;
	text-decoration: none;
}
a:hover {
	color: #E5A128;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight:normal;
	line-height:1.5em;
	/*text-align:center;*/
	margin: 2em 0 1em;
}
h1{font-size:1.8em;line-height: 1.67em;margin: 2.1em 0 1.2em;}
h2{font-size:1.6em;line-height: 1.873em;margin:1.9em 0 .9em;}
h3{font-size:1.4em;line-height: 2.145em;margin:2.11em 0 1.1em;}
h4{font-size:1.2em;}
h5{font-size:1em;}
h6,footer{font-size:.8em;}
h2+h3, h3+h4 {margin-top:0;}

p {
	margin-top: 1.5em;
	/*text-align:justify;*/

	-moz-hyphens: auto;
	-khtml-hyphens: auto;
	-webkit-hyphens: auto;
	-o-hyphens: auto;
	-ms-hyphens: auto;	
	hyphens: auto;
}

table, tr, th, td {border: 1px solid #D6D6D6;}
table {margin: 10px 0;}
th {background-color: #F5F5F5;}
th, td {padding: 2px 10px;}

hr {
	border: 1px dashed #464646;
	border-width: 1px 0 0;

	margin-top: 1.5em;
	margin-top: -moz-calc(1.5em - 1px);
	margin-top: -khtml-calc(1.5em - 1px);
	margin-top: -webkit-calc(1.5em - 1px);
	margin-top: -o-calc(1.5em - 1px);
	margin-top: -ms-calc(1.5em - 1px);
	margin-top: calc(1.5em - 1px);
}
.center_block:after, .single_page aside ul:after, article:after,
.gallery p:after {
	content: "";
	border: none;
    clear: both;
    float: none;
    font-size: 0;
    height: 0;
    line-height: 0;
	display: block;
	margin: 0;
    padding: 0;
}

/* Forms */
fieldset {
	margin-bottom: 1em;
}
legend {
    margin: 0.5em 0;
}
input, textarea, select, option,
button, .submit, optgroup {
	background-color: #fff;
	color:#262626;
	font-size: 1em;
	display: block;
	padding: 2px 5px;
	-moz-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
input, textarea, select, button, .submit {
	margin-bottom: 1em;
	border: 1px solid #666;
	width: 100%;
}
input[type="text"], input[type="password"], textarea {
	-moz-box-shadow: 1px 1px 1px 0 #aaa inset;
	-khtml-box-shadow: 1px 1px 1px 0 #aaa inset;
	-webkit-box-shadow: 1px 1px 1px 0 #aaa inset;
	-o-box-shadow: 1px 1px 1px 0 #aaa inset;
	-ms-box-shadow: 1px 1px 1px 0 #aaa inset;
	box-shadow: 1px 1px 1px 0 #aaa inset;
}
input[type="submit"], input[type="button"], button, .submit {
	-moz-box-shadow: 1px 1px 1px 0 #aaa;
	-khtml-box-shadow: 1px 1px 1px 0 #aaa;
	-webkit-box-shadow: 1px 1px 1px 0 #aaa;
	-o-box-shadow: 1px 1px 1px 0 #aaa;
	-ms-box-shadow: 1px 1px 1px 0 #aaa;
	box-shadow: 1px 1px 1px 0 #aaa;
	background-color:#03639F;
	color:#fff;
	text-align: center;
	border: 1px solid #036;
	width: 50%;
}
input[type="submit"]:hover, input[type="button"]:hover, button:hover, .submit:hover {
	background-color:#E5A128;
	color:#fff;
	text-decoration: none;
}
textarea {
	min-height: 7em;
}
optgroup option {
	padding-left: 1em;
}
input[type="checkbox"], input[type="radio"] {
	width: auto;
	display: none;
}
input[type="checkbox"] + label, input[type="radio"] + label {
	position: relative;
	text-align: left;
	padding-left: 2em;
	margin-right: 2em;
}
input[type="checkbox"] + label:before, input[type="checkbox"] + label:after,
input[type="radio"] + label:before, input[type="radio"] + label:after {
	content: "";
	position: absolute;
}
input[type="radio"] + label:before, input[type="radio"] + label:after {
	border-radius: 100%;
}
input[type="checkbox"] + label:before, input[type="radio"] + label:before {
	background-color: #fff;
	box-shadow: 0 0 1px 0px #000 inset;
	border: 1px solid #666;
	left: 0;
	top: 0;
	width: 1em;
	height: 1em;
}
input[type="checkbox"]:checked + label:after, input[type="radio"]:checked + label:after {
	left: 5px;
	top: 5px;
	background-color: #03639F;
	width: .5em;
	height: .5em;
}
input[type="checkbox"] + label:hover:before, input[type="radio"] + label:hover:before {
	border: 1px solid #E5A128;
}
input[type="checkbox"]:checked + label:hover:after, input[type="radio"]:checked + label:hover:after {
	background-color: #E5A128;
}
input[type="checkbox"]:disabled + label, input[type="radio"]:disabled + label {
	color: #999;
}
input[type="checkbox"]:disabled + label:before, input[type="radio"]:disabled + label:before {
	border-color: #999;
}
input[type="checkbox"]:disabled + label:after, input[type="radio"]:disabled + label:after,
input[type="checkbox"]:checked:disabled + label:hover:after, input[type="radio"]:checked:disabled + label:hover:after {
	background-color: #999;
}

/* Animation */
#yamap, ymaps[class$="-balloon-pane"],
body > nav ul, body > nav li, body > nav a,
body > nav a:before, body > nav a:after,
.center_block aside li:before, .center_block aside li a,
input[type="checkbox"], input[type="radio"],
label, label:before, label:after,
.gallery a:after {
	-webkit-transition: color 0.2s, border-color 0.2s, background-color 0.2s, opacity 0.2s linear;
	-moz-transition: color 0.2s, border-color 0.2s, background-color 0.2s, opacity 0.2s linear;
	-o-transition: color 0.2s, border-color 0.2s, background-color 0.2s, opacity 0.2s linear;
	-khtml-transition: color 0.2s, border-color 0.2s, background-color 0.2s, opacity 0.2s linear;
	transition: color 0.2s, border-color 0.2s, background-color 0.2s, opacity 0.2s linear;
}
/* END global */


/* START header */
body > header {
	position: relative;
	height: 260px;
	background: url("../img/map.png") no-repeat 50% 100% #CFE0C0;
}
body > header > div:first-child, body > footer > div, .center_block {
	width: 928px;
	margin: 0 auto;
	padding: 40px;
}
body > header h1, body > header h1 a, a.logo_footer {
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	display: block;
}
body > header h1 {
	margin-top: 61px;
	float: left;
	position: relative;
	z-index: 9;
}
body > header h1 a {
	background: url('../img/logo_specautomatika.png') 50% 50% no-repeat transparent;
	background-image: url('../img/logo_specautomatika.svg'), -khtml-linear-gradient(transparent, transparent);
	background-image: url('../img/logo_specautomatika.svg'), -webkit-linear-gradient(transparent, transparent);
	background-image: url('../img/logo_specautomatika.svg'), url('../img/logo_specautomatika.png');
	background-image: url('../img/logo_specautomatika.svg'), -ms-linear-gradient(transparent, transparent);
	background-image: url('../img/logo_specautomatika.svg'), linear-gradient(transparent, transparent);
	background-image: url('../img/logo_specautomatika.svg'), -o-linear-gradient(transparent, transparent);
	background: url('../img/logo_specautomatika.png') center center no-repeat transparent\0/; /* IE8 hack */
	background-repeat: no-repeat, no-repeat;
	-moz-background-size: 0 0, cover; /* FF3.6 */
	background-size: cover, 100% 100%;
	
	width: 323px;
	height: 97px;
}
body > header div div {
	margin-top: 45px;
	float: right;
	position: relative;
	z-index: 10;
	color: #666;
}
body > header div div span {
	color: #03639F;
	font-size: 2em;
	font-weight: bold;
	display: block;
	margin: .1em 0 .5em 0;
}
body > header > p {
	top: 0px;
	left: 0px;
	color: #666;
	width: 100%;
	position: absolute;
	margin: 0px;
	text-align: center;
	height: 39px;
	line-height: 36px;
	background-color: #fff;
	border-bottom: 1px solid #E6E6E6;
	z-index: 11;
}
body > header > p:after, body > nav:before, body > nav:after,
body > nav > ul > li a:before, body > nav > ul > li a:after {
	content: "";
	width: 100%;
	display: block;
	height: 2px;
}
body > nav:before {
	border-bottom: 1px solid #E6E6E6;
}
body > header > p:after, body > nav:after {
	border-top: 1px solid #E6E6E6;
}
#yamap {
	position: absolute;
	left: 0;
	background-color: #fff;
	width: 100%;
	z-index: 1;
	opacity: .8;
	
	height: 100%;
	height: -moz-calc(100% - 40px);
	height: -khtml-calc(100% - 40px);
	height: -webkit-calc(100% - 40px);
	height: -o-calc(100% - 40px);
	height: -ms-calc(100% - 40px);
	height: calc(100% - 40px);
	top: 0;
	top: -moz-calc(40px);
	top: -khtml-calc(40px);
	top: -webkit-calc(40px);
	top: -o-calc(40px);
	top: -ms-calc(40px);
	top: calc(40px);
}
#yamap.load {
	opacity: .2;
}
body > header:hover > div div {
	z-index: -1;
}
#yamap:hover {
	background-color: transparent;
	opacity: 1;
}
ymaps[class$="-balloon-pane"] {
	opacity: 0;
}
#yamap:hover ymaps[class$="-balloon-pane"] {
	opacity: 1;
}
/* END header */

/* START nav */
body > nav, body > nav ul li ul li {
	background-color: #fff;
	border: 1px solid #E6E6E6;
	border-width: 1px 0;
	height: 38px;
}

nav ul {
	list-style: none;
}
body > nav > ul {
	width: 1008px;
	height: 32px;
	margin: 0px auto;
	position: relative;
	top: -3px;
	line-height: 34px;
}
nav ul, .art2 ul, .art3 ul {
	list-style: none;
}
body > nav ul li {
	display: inline-block;
	width:auto;
	display:table-cell;
	text-align:center;
}
body > nav ul li a {
	width: 300px;
	display:table-cell;
	vertical-align:middle;
	white-space:nowrap;
	cursor:pointer;
}
body > nav > ul > li:hover > a:before, body > nav > ul > li:hover > a:after,
body > nav > ul > li:hover > a.active:before, body > nav > ul > li:hover > a.active:after{
	background-color: #03639F;
}
body > nav > ul > li a:hover:before, body > nav > ul > li a:hover:after,
body > nav > ul > li a.active:hover:before, body > nav > ul > li a.active:hover:after{
	background-color: #E5A128;
}
body > nav > ul > li a.active:before, body > nav > ul > li a.active:after {
	background-color: #E6E6E6;
}
body > nav ul li a:hover {
	text-decoration: none;
}
body > nav ul li ul {
	display:none;
	z-index:3;
	position:absolute;
}
body > nav li li {
	display:table-row;
	border-bottom: 2px solid #FFF;
}
body > nav li li a {width: 240px;}
body > nav li li li a {display: block;}
body > nav li:hover > ul/*, body > nav li:hover li*/ {
	display: block;
}
/* END nav */

/* START section */
.index_page section {
	float: left;
	padding-right: 376px;
}
.art2 ul {
	display: table;
	width: 100%;
}
.art2 li {
	display: table-cell;
}
.art2 li a img {
	border: 1px solid #03639F;
}
.art2 li a:hover img {
	border: 1px solid #E5A128;
}
.center_block section article:first-child h2:first-child,
.portfolio .pdiv p:first-child, .portfolio p.pimage {
	margin-top: 0;
}
.art3 li a {
	display: block;
	background-color: #fff;
	border: 1px solid;
	clear: both;
	display: block;
	height: 106px;
	margin-bottom: 40px;
	width: 100%;
	text-decoration: none;
}
.art3 li img {
	display: inline-block;
	height: 106px;
	padding-right: 20px;
	vertical-align: middle;
	width: 141px;
}
.art3 li span {
	display: inline-block;
	vertical-align: middle;
	width: 360px;
}
.single_page {
    width: 620px;
}
.single_page article ul, .single_page article ol {
    padding: 0 0 0 40px;
}
.single_page p img {
	float: left;
    margin: 5px 20px 0 0;
}
.single_page p img:nth-of-type(2n+1) {
	clear: both;
}
.center_block form {
	margin-top: 1.5em;
}
.group_l_i {
	float: left;
	width: 48%;
}
.group_l_i:nth-child(odd) {
	padding-right: 2%;
}
.group_l_i:nth-child(even) {
	padding-left: 2%;
}
.single_page textarea {
	clear: both;
}
.single_page input[type="submit"], .single_page input[type="button"],
.single_page button, .single_page .submit {
	margin-left: 50%;
}
.portfolio p, .portfolio ul, .portfolio ol {
	display: table-row;
}
.portfolio ul li, .portfolio ol li {
	margin-left:40px;
}
.portfolio p.pimage {
	float: left;
	margin-bottom: 2em;
}
.portfolio p.pimage img {
	margin: 5px 20px 15px 0;
}
.portfolio p:after, .portfolio ul:after, .portfolio ol:after {
	content: "";
	display: block;
	height: 1.5em;
}
.portfolio p:last-child:after, .portfolio ul:last-child:after, .portfolio ol:last-child:after {
	display: none;
}
.gallery p {
	text-align: justify;
/*	-moz-text-align-last: justify;
    text-align-last: justify;*/

}
.gallery p:after {
	content: "";
	display: inline-block;
	width: 100%;
}
.gallery a {
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
}
.gallery a:after {
	background-color: rgba(0, 0, 0, 0.65);
	bottom: 0;
	color: #fff;
	content: attr(title);
	font-size: 0.8em;
	left: 0;
	line-height: 1.4em;
	max-height: 160px;
	overflow: hidden;
	padding: 5px 5%;
	position: absolute;
	text-align: left;
	text-overflow: ellipsis;
	width: 90%;
}
.gallery a:hover {
	text-decoration: none;
}
.gallery a:hover:after {
	opacity: 0;
	text-decoration: none;
}
.single_page .gallery img, .gallery img {
	width: 170px;
	height: 170px;
	margin: 0;
	float: none;
}
/* END section */

/* START aside */
.index_page aside {
	margin-left: -376px;
	float: left;
	width: 296px;
	padding: 0 0 0 80px;
}
.center_block aside li, .center_block aside li:before,
.center_block aside li a:after {
	width: 128px;
	height: 128px;
}
.single_page aside ul {
	text-align: justify;
	-moz-text-align-last: justify;
    text-align-last: justify;
}
.single_page aside ul:after {
	display: inline-block;
	width: 100%;
}
.index_page aside li {
	float: left;
}
.single_page aside li {
	display: inline-block;
	margin-top: 40px;
}
.center_block aside li {
	position: relative;
	cursor: pointer;
}
.center_block aside li:after {
	height: 128px;
	line-height: 128px;
	width: 0;
	content: "";
	display: inline-block;
	vertical-align: middle;
}
.center_block aside li a {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	-moz-text-align-last: center;
    text-align-last: center;
	opacity: 0;
	width: 100%;
}
.index_page aside li:nth-child(odd) {
	margin: 0 40px 40px 0;
}
.center_block aside li a:after {
	position: absolute;
	top: 0px;
	left: 0px;
	content: "";
}
.center_block aside li a:hover {
	text-decoration: none;
}
.center_block aside li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
}
li.electric {background-color: #Da0;}
li.electric:before {
	background: url('../img/electric.png') 50% 50% no-repeat transparent;
	background-image: url('../img/electric.svg'), -khtml-linear-gradient(transparent, transparent);
	background-image: url('../img/electric.svg'), -webkit-linear-gradient(transparent, transparent);
	background-image: url('../img/electric.svg'), url('../img/electric.png');
	background-image: url('../img/electric.svg'), -ms-linear-gradient(transparent, transparent);
	background-image: url('../img/electric.svg'), linear-gradient(transparent, transparent);
	background-image: url('../img/electric.svg'), -o-linear-gradient(transparent, transparent);
	background-repeat: no-repeat, no-repeat;
	-moz-background-size: 0 0, contain; /* FF3.6 */
	background-size: contain, 100% 100%;
}
li.fire {background-color: #900;}
li.fire:before {
	background: url('../img/fire.png') 50% 50% no-repeat transparent;
	background-image: url('../img/fire.svg'), -khtml-linear-gradient(transparent, transparent);
	background-image: url('../img/fire.svg'), -webkit-linear-gradient(transparent, transparent);
	background-image: url('../img/fire.svg'), url('../img/fire.png');
	background-image: url('../img/fire.svg'), -ms-linear-gradient(transparent, transparent);
	background-image: url('../img/fire.svg'), linear-gradient(transparent, transparent);
	background-image: url('../img/fire.svg'), -o-linear-gradient(transparent, transparent);
	background-repeat: no-repeat, no-repeat;
	-moz-background-size: 0 0, contain; /* FF3.6 */
	background-size: contain, 100% 100%;
}
li.lan {background-color: #0099C6;}
li.lan:before {
	background: url('../img/lan.png') 50% 50% no-repeat transparent;
	background-image: url('../img/lan.svg'), -khtml-linear-gradient(transparent, transparent);
	background-image: url('../img/lan.svg'), -webkit-linear-gradient(transparent, transparent);
	background-image: url('../img/lan.svg'), url('../img/lan.png');
	background-image: url('../img/lan.svg'), -ms-linear-gradient(transparent, transparent);
	background-image: url('../img/lan.svg'), linear-gradient(transparent, transparent);
	background-image: url('../img/lan.svg'), -o-linear-gradient(transparent, transparent);
	background-repeat: no-repeat, no-repeat;
	-moz-background-size: 0 0, contain; /* FF3.6 */
	background-size: contain, 100% 100%;
}
li.lock {background-color: #F06;}
li.lock:before {
	background: url('../img/lock.png') 50% 50% no-repeat transparent;
	background-image: url('../img/lock.svg'), -khtml-linear-gradient(transparent, transparent);
	background-image: url('../img/lock.svg'), -webkit-linear-gradient(transparent, transparent);
	background-image: url('../img/lock.svg'), url('../img/lock.png');
	background-image: url('../img/lock.svg'), -ms-linear-gradient(transparent, transparent);
	background-image: url('../img/lock.svg'), linear-gradient(transparent, transparent);
	background-image: url('../img/lock.svg'), -o-linear-gradient(transparent, transparent);
	background-repeat: no-repeat, no-repeat;
	-moz-background-size: 0 0, contain; /* FF3.6 */
	background-size: contain, 100% 100%;
}
li.phone {background-color: #D96600;}
li.phone:before {
	background: url('../img/phone.png') 50% 50% no-repeat transparent;
	background-image: url('../img/phone.svg'), -khtml-linear-gradient(transparent, transparent);
	background-image: url('../img/phone.svg'), -webkit-linear-gradient(transparent, transparent);
	background-image: url('../img/phone.svg'), url('../img/phone.png');
	background-image: url('../img/phone.svg'), -ms-linear-gradient(transparent, transparent);
	background-image: url('../img/phone.svg'), linear-gradient(transparent, transparent);
	background-image: url('../img/phone.svg'), -o-linear-gradient(transparent, transparent);
	background-repeat: no-repeat, no-repeat;
	-moz-background-size: 0 0, contain; /* FF3.6 */
	background-size: contain, 100% 100%;
}
li.radio {background-color: #60C;}
li.radio:before {
	background: url('../img/radio.png') 50% 50% no-repeat transparent;
	background-image: url('../img/radio.svg'), -khtml-linear-gradient(transparent, transparent);
	background-image: url('../img/radio.svg'), -webkit-linear-gradient(transparent, transparent);
	background-image: url('../img/radio.svg'), url('../img/radio.png');
	background-image: url('../img/radio.svg'), -ms-linear-gradient(transparent, transparent);
	background-image: url('../img/radio.svg'), linear-gradient(transparent, transparent);
	background-image: url('../img/radio.svg'), -o-linear-gradient(transparent, transparent);
	background-repeat: no-repeat, no-repeat;
	-moz-background-size: 0 0, contain; /* FF3.6 */
	background-size: contain, 100% 100%;
}
li.security {background-color: #009;}
li.security:before {
	background: url('../img/security.png') 50% 50% no-repeat transparent;
	background-image: url('../img/security.svg'), -khtml-linear-gradient(transparent, transparent);
	background-image: url('../img/security.svg'), -webkit-linear-gradient(transparent, transparent);
	background-image: url('../img/security.svg'), url('../img/security.png');
	background-image: url('../img/security.svg'), -ms-linear-gradient(transparent, transparent);
	background-image: url('../img/security.svg'), linear-gradient(transparent, transparent);
	background-image: url('../img/security.svg'), -o-linear-gradient(transparent, transparent);
	background-repeat: no-repeat, no-repeat;
	-moz-background-size: 0 0, contain; /* FF3.6 */
	background-size: contain, 100% 100%;
}
li.video {background-color: #090;}
li.video:before {
	background: url('../img/video.png') 50% 50% no-repeat transparent;
	background-image: url('../img/video.svg'), -khtml-linear-gradient(transparent, transparent);
	background-image: url('../img/video.svg'), -webkit-linear-gradient(transparent, transparent);
	background-image: url('../img/video.svg'), url('../img/video.png');
	background-image: url('../img/video.svg'), -ms-linear-gradient(transparent, transparent);
	background-image: url('../img/video.svg'), linear-gradient(transparent, transparent);
	background-image: url('../img/video.svg'), -o-linear-gradient(transparent, transparent);
	background-repeat: no-repeat, no-repeat;
	-moz-background-size: 0 0, contain; /* FF3.6 */
	background-size: contain, 100% 100%;
}
.center_block aside li:hover:before {
	opacity: .2;
}
.center_block aside li:hover a, .center_block aside li a:hover {
	opacity: 1;
}
.single_page aside li.active {
	opacity: 0.25;
}
/* END aside */

/* START footer */
body > footer {
	background-color: #333;
}
a.logo_footer {
	background: url('../img/logo_specautomatika_gray.png') 50% 50% no-repeat transparent;
	background-image: url('../img/logo_specautomatika_gray.svg'), -khtml-linear-gradient(transparent, transparent);
	background-image: url('../img/logo_specautomatika_gray.svg'), -webkit-linear-gradient(transparent, transparent);
	background-image: url('../img/logo_specautomatika_gray.svg'), url('../img/logo_specautomatika_gray.png');
	background-image: url('../img/logo_specautomatika_gray.svg'), -ms-linear-gradient(transparent, transparent);
	background-image: url('../img/logo_specautomatika_gray.svg'), linear-gradient(transparent, transparent);
	background-image: url('../img/logo_specautomatika_gray.svg'), -o-linear-gradient(transparent, transparent);
	background: url('../img/logo_specautomatika_gray.png') center center no-repeat transparent\0/; /* IE8 hack */
	background-repeat: no-repeat, no-repeat;
	-moz-background-size: 0 0, cover; /* FF3.6 */
	background-size: cover, 100% 100%;

	width: 256px;
	height: 77px;
}
body > footer > div > div, body > footer nav {
	display: inline-block;
	width: 33%;
}
body > footer div div div {
	color: #B3B3B3;
	margin: 2em 0 0;
}
body > footer > div > div span {
	font-size: 2em;
	font-weight: bold;
	display: block;
	margin: .1em 0 .5em 0;
}
body > footer > div > div span:last-child {
	margin-bottom: 0;
}
body > footer nav:first-of-type ul {
	text-align: center;
	margin: 0px auto;
	text-align: center;
	padding: 0px 40px;
	display: table;
}
body > footer nav:last-of-type ul {
	padding-left: 40px; 
}
body > footer nav li {
    line-height: 1.3em;
	margin-bottom: 0.6em;
	text-align: left;
}
body > footer nav li:last-child {
	margin-bottom: 0;
}
body > footer a {
	color: #0099D6;
}
/* END footer */


/* START global */

.right {text-align: right}
.left {text-align: left}
.center {text-align: center}

.bold{font-weight:bold}
q, .italic{font-style:italic}

.clear{clear:both}
.hide {display:none}

/* color */
.red {color: red}
.blue {color: #03639F}
.green {color: green}
.orange {color: #E5A128}
/* END global */