/*
Theme Name: LENS Plus s.r.o
Theme URI: http://www.lensplus.cz/
Author: Tomáš Kocifaj, Martin Hlaváč
Author URI: http://www.ktstudio.cz/
Description: Na míru pro LENS Plus s.r.o
Version: 1.0
*/

html
{
	height: 100%;
}

body {
    margin: 0;
    padding: 0;
	background: #FFF center top no-repeat url('images/bg-top.jpg');
    color: #111;
    font: 11pt Verdana, "Geneva CE", lucida, sans-serif;
    line-height: 1.3em;
    text-align: center;
    height: 100%;
}

@font-face {
    font-family: 'FranklinGothicHeavyRegular';
    src: url('fonts/frahv.eot');
    src: url('fonts/frahv.eot') format('embedded-opentype'),
		url('fonts/frahv.woff') format('woff'),
		url('fonts/frahv.ttf') format('truetype'),
		url('fonts/frahv.svg#FranklinGothicHeavyRegular') format('svg');
}

@font-face {
    font-family: 'BritannicBoldRegular';
    src: url('fonts/britanic.eot');
    src: url('fonts/britanic.eot') format('embedded-opentype'),
		url('fonts/britanic.woff') format('woff'),
		url('fonts/britanic.ttf') format('truetype'),
		url('fonts/britanic.svg#BritannicBoldRegular') format('svg');
}


h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.2em;
}

h1, h2, h3, h4 {
	margin-bottom: 0.1em;
	color: #333;
	font-family: "FranklinGothicHeavyRegular";
    font-weight: bold;
	text-align: left;
}

a {
    outline: 0;
}

a img {
    border: 0;
    text-decoration: none;
}

a:link, a:visited {
    color: #111111;
    padding: 0 1px;
    text-decoration: underline;
}

a:hover {
    background-color: #FFF;
    color: #07426B;
    text-decoration: none;
}

p {
    margin-bottom: 1.3em;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

ul {
    margin: 1em 0 1.5em 1.5em;
    padding: 0;
    list-style: outside square;
    text-align: left;
}

ol {
    margin: 1em 0 1.5em 1.5em;
    padding: 0;
    list-style: outside decimal;
}

li {
    margin: 0;
    padding: 0;
}

blockquote {
    font-style: italic;
}

input {
    font: 10pt monospace;
}

.float-left, img.alignleft {
    float: left;
}

.float-right, img.alignright {
    float: right;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.relative
{
	position: relative;
}

.clearfix:after
{
	content:"";
    display:table;
    clear:both;
}

.bold
{
	font-weight: bold;
}

.special
{
	font-family: "BritannicBoldRegular";
}

.highlight
{
	color: #1769A3;
}

.font-mega
{
	font-size: 1.9em;
}

.font-big
{
	font-size: 1.5em;
}

.button
{
	margin: 0 auto;
	padding: 0;
	font-size: 0.85em;
	line-height: 1.0em;
	background: #1A6BA5 url('images/bg-button.png') repeat-x;
	border: 1px solid #AAA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
}

a.button
{
	padding: 5px 10px 5px 10px;
	color: #FFF;
	text-decoration: none;
}

a.button:hover
{
	background: #1A6BA5;
}

.indent
{
	margin: 10px auto;
}

.block-left
{
	padding-top: 30px;
	padding-right: 15px;
	float: left;
}

.block-right
{
	padding-top: 30px;
	padding-left: 15px;
	float: right;
}

.container-wrapper
{
	margin: 10px auto;
	padding: 0;
	background: #EFEFEF url('images/bg-box.png') left top repeat;
	border: 1px solid #ABC9DE;
}

.container
{
	margin: 10px;
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #DDD;
}

#page
{
	margin: 0 auto -176px auto;
	width: 960px;
	text-align: left;
	min-height: 100%;
}

#page:after
{
	content: "";
	display: block;
	height: 176px;
}

/* header */

#header
{
	margin: 0 auto;
	width: 960px;
	height: 127px;
	position: relative;
	font-size: 0.75em;
	text-align: left;
	line-height: 1.0em;
	letter-spacing: -0.1em;
	color: #000;
}

#header-logo
{
	left: -15px;
	top: 0;
	width: 478px;
	height: 127px;
	position: absolute;
	background: url('images/images.png') 0 0 no-repeat;
}

#header-slogan
{
	left: 465px;
	top: 60px;
	width: 200px;
	height: 40px;
	position: absolute;
}

#header-face
{
	left: 654px;
	top: 0;
	width: 149px;
	height: 127px;
	position: absolute;
	background: url('images/images.png') 0 -176px no-repeat;
}

#header-info
{
	left: 805px;
	top: 35px;
	width: 150px;
	height: 90px;
	position: absolute;
	line-height: 1.5em;
}

#header-info .icon
{
	margin-left: 20px;
	padding-top: 2px;
	margin-top: 7px;
	min-width: 20px;
	min-height: 18px;
	font-size: 14px;
	display: block;
	position: relative;
}

#header-info .tel:before
{
	top: 1px;
	left: -20px;
	width: 17px;
	height: 17px;
	position: absolute;
	background: url('images/images.png') -70px -140px no-repeat;
	content: "";
}

#header-info .mail:before
{
	top: 3px;
	left: -20px;
	width: 18px;
	height: 12px;
	position: absolute;
	background: url('images/images.png') -100px -140px no-repeat;
	content: "";
}

/* navigation */

#navigation
{
	margin: 0 auto 15px auto;
	width: 960px;
	height: 47px;
	overflow: hidden;
	font-size: 1.05em;
	font-weight: bold;
	text-align: left;
	line-height: 1.0em;
	background: #5390BB url('images/bg-nav.png') repeat-x;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #000;
}

#navigation ul
{
	margin: 15px 6px 0 6px;
	padding: 0;
	float: left;
	list-style: none;
}

#navigation li
{
	margin: 0;
	padding: 0;
	display: inline;
	position: relative;
}

#navigation li a
{
	margin: 0;
	padding: 6px;
	text-decoration: none;
}

#navigation li a:hover, #navigation li.current-menu-item a:hover, #navigation li.current-menu-item a:link, #navigation li.current-menu-item a:visited
{
	background: none;
	color: #FFF;
}

#navigation li:before
{
	top: -5px;
	left: -3px;
	width: 10px;
	height: 32px;
	position: absolute;
	background: url('images/images.png') -130px -140px no-repeat;
	content: "";
}

#navigation li.first-menu-item:before
{
	background: none;
}

#searchform
{
	margin: 9px;
	padding: 0;
	width: 200px;
	height: 27px;
	float: right;
	background: #fff;
	border: 1px solid #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}

#searchform input
{
	margin: 0;
	padding: 5px;
	width: 158px;
	display: inline;
	background: none;
	border: none;
}

#searchform #searchsubmit
{
	margin: 2px 2px 2px 0;
	padding: 0;
	width: 22px;
	height: 23px;
	float: right;
	background: url('images/images.png') -5px -140px no-repeat;
}

/* jumbotron */

#jumbotron .box
{
	margin: 0 10px;
	width: 285px;
	float: left;
	font-size: 0.9em;
}

#jumbotron .box p
{
	height: 115px;
	overflow: hidden;
	text-align: left;
}

#jumbotron .box h3
{
	font-size: 20px;
}

/* sidebar */

#sidebar-wrapper
{
	width: 250px;
	float: right;
}

#sidebar
{
	font-size: 0.9em;
}

#sidebar .box
{
	margin: 10px 5px;
	font-size: 0.9em;
	text-align: left;
}

#sidebar #sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 {
	margin: 0;
	padding: 0;
}

#sidebar h1.info, #sidebar h2.info, #sidebar h3.info, #sidebar h4.info {
	margin-left: 20px;
	position: relative;
}

#sidebar h1.info:before, #sidebar h2.info:before, #sidebar h3.info:before, #sidebar h4.info:before
{
	top: 0;
	left: -20px;
	width: 18px;
	height: 18px;
	position: absolute;
	background: url('images/images.png') -40px -140px no-repeat;
	content: "";
}

/* content */

#content
{
	margin: 10px 280px 0 10px;
}

#content .box
{
	width: 100%;
	min-height: 100px;
	display: block;
	text-align: left;
	font-size: 0.9em;
}

#content .box .left
{
	float: left;
	width: 25%;
}

#content .box .right
{
	float: left;
	width: 73%;
	padding-left: 2%;
}

#content .box .right .highlight
{
	font-size: 15px;
}

#content .box .right
{
	line-height: 1.2em
}

#content .box .right ol li,
#content .box .right ul li
{
	margin: 0 0 5px 0;
}

#content ol li,
#content ul li
{
	margin: 0 0 15px 0;
	line-height: 1.7em;
}

#content p
{
	line-height: 1.7em;
}

/*#content h1 {
	text-decoration: underline;
}*/

#content h1, #content h2 {
	color: #3B81B3;
}

/* footer */

#footer-wrapper {
	max-width: 100%;
	min-width: 960px;
	position: relative;
	height: 176px;
	margin: 0;
	padding: 0;
}

#footer {
	margin: 0 auto;
	width: 960px;
	height: 176px;
	background: url('images/images.png') -202px -127px no-repeat;
	position: relative;
}

#footer a
{
	background: none;
    text-decoration: none;
}

#footer-navigation ul
{
	padding: 50px 20px 40px 270px;
	color: #FFF;
	font-size: 0.85em;
}

#footer-navigation a, #footer-navigation a:link, #footer-navigation a:visited
{
    color: #FFF;
}

#footer-navigation a:hover
{
	color: #EEE;
    text-decoration: underline;
}

#footer-navigation li
{
	display: inline;
	list-style-type: none;
}

#footer-navigation li:before
{
	padding: 0 10px;
	content: "|";
}

#footer-navigation li.first-menu-item:before
{
	padding: 0 10px 0 0;
	content: "";
}

#footer-copyright {
	left: 276px;
	top: 149px;
	text-align: left;
}

#footer-powered {
	right: 0;
	top: 149px;
	text-align: right;
}

#footer-copyright, #footer-powered {
	padding-top: 4px;
	width: 340px;
	height: 28px;
	position: absolute;
	color: #888;
	font-size: 0.75em;
}

#footer-copyright a, #footer-copyright a:link, #footer-copyright a:visited, #footer-powered a, #footer-powered a:link, #footer-powered a:visited {
    color: #888;
}

#footer-copyright a:hover, #footer-powered a:hover {
	color: #999;
    text-decoration: underline;
}

#footer-copyright span, #footer-powered span {
	margin: 0 10px;
}

#footer-line-top {
	left: 0;
	top: 24px;
	width: 100%;
	height: 17px;
	position: absolute;
	background-color: #D5D5D5;
}

#footer-line-middle {
	left: 0;
	top: 41px;
	width: 100%;
	height: 107px;
	position: absolute;
	background-color: #1769A4;
}

#footer-line-bottom {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 28px;
	position: absolute;
	background-color: #3B3B3B;
}

/* Google map */

#map_canvas {
	margin: 0 auto;
	width: 300px;
	height: 300px;
	border: 1px #ABC9DE solid;
	background-color: #eee;
}


form#kt-form input[type="text"],
form#kt-form textarea
{
	padding: 5px;
}

form#kt-form textarea
{
	height: 150px;
	width: 370px !important;
}

form#kt-form input[type="submit"]
{
	background: #5390BB url('images/bg-nav.png') repeat-x !important;
	color: #fff !important;
}

.gallery br 
{
	display:none;
}