/*
Theme Name: MobilMont
Theme URI:
Author: KTStudio.cz
Author URI: http://www.ktstudio.cz/
Description: Na míru pro MobilMont s.r.o.
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/

/*-------------------------------------------------------------- */

/* CSS RESET ZACATEK */
* {margin: 0px; padding: 0px;}
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
table {border-collapse: collapse; border-spacing: 0px;}
tr {vertical-align: top;}
td {vertical-align: top; padding: 3px;}
img {margin: 0px; padding: 0px; border: 0px;}
address, code, dfn, em, strong, var {font-style: normal; font-weight: normal;}
caption, th {text-align: center; font-weight: bold; font-style: normal;}
p, pre, blockquote, ul, ol, dl, address {margin: 1em 0px;}
blockquote, cite {font-style: italic; font-weight: normal;}
blockquote {text-align: justify; margin: 1em;}
dd {text-align: justify; margin: 0em 1em 1em 1em;}
em {font-style: italic;}
strong {font-weight: bold;}
abbr, acronym {font-weight: bold; cursor: pointer}
form {margin: 1em 0px;}
label {font-weight: bold; cursor: pointer;}
input, select, textarea {font-family: Arial, Courier, monospace; }
h1 {font-size: 1.2em;}
/* CSS RESET KONEC */
.dc
{
  position: absolute;
  left: -9999px;
  }

body
{
	font-family: "Tahoma";
	font-size: 14px;
	color: #7d7d7d;
	background: #fff;
	border-top: solid #229aff 15px;
}

body a, body a:hover
{
	color: #7d7d7d;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.container-full
{
	text-align: center;
}

.container-full > div.container
{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/** HEADER **/

#header
{
	position: relative;
	height: 195px;
}

#header > a
{
	width: 288px;
	height: 75px;
	background: url("images/sprite.png") 0 0 no-repeat;
	text-indent: -2000px;
	position: absolute;
	left: 50%;
	margin-left: -485px;
	top: 23px;
	display: block;
}

#header > div
{
	position: absolute;
	right: 50%;
	margin-right: -485px;
	top: 30px;
	text-align: right;
}

#header > div > div
{
	font-size: 36px;
	color: #313131;
	letter-spacing: -2px;
	position: relative;
	padding-left: 40px;
	line-height: 1em;
}

#header > div > div:before
{
	width: 31px;
	height: 31px;
	background: url("images/sprite.png") -64px -75px no-repeat;
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	content: "";
}

#header > div > a
{
	font-size: 21px;
	color: #313131;
	text-decoration: none;
	letter-spacing: -1px;
}

#header > div > a > span
{
	color: #229aff
}

#header > div > a:hover,
#header > div > a:hover span
{
	color: #000;
}

#header > nav > ul
{
	width: 100%;
	display: block;
	height: 75px;
	background: #73bfff;
	margin: 0;
	padding: 0;
	border-top: solid #969696 5px;
	list-style-type: none;
	position: absolute;
	left: 50%;
	margin-left: -485px;
	top: 120px;
}

#header > nav > ul > li
{
	float: left;
	line-height: 70px;
	height: 70px;
	position: relative;
}

#header > nav > ul > li > a
{
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 19px;
	letter-spacing: -1px;
	text-decoration: none;
	padding: 0 10px 0 11px;
	transition: background 0.3s ease;
}

#header > nav > ul > li:first-child > a
{
	padding: 0 16px;
}

#header > nav > ul > li:hover > a
{
	background: rgba(1,121,220,1);
	background: -moz-linear-gradient(top, rgba(1,121,220,1) 0%, rgba(33,154,254,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1,121,220,1)), color-stop(100%, rgba(33,154,254,1)));
	background: -webkit-linear-gradient(top, rgba(1,121,220,1) 0%, rgba(33,154,254,1) 100%);
	background: -o-linear-gradient(top, rgba(1,121,220,1) 0%, rgba(33,154,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(1,121,220,1) 0%, rgba(33,154,254,1) 100%);
	background: linear-gradient(to bottom, rgba(1,121,220,1) 0%, rgba(33,154,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0179dc', endColorstr='#219afe', GradientType=0 );
}

#header > nav > ul > li:hover ul
{
	height: auto;
}

#header > nav > ul > li > ul
{
	list-style-type: none;
	background: #2199fe;
	position: absolute;
	left: 0;
	top: 55px;
	width: 200px;
	height: 0;
	overflow: hidden;
	z-index: 999;
}

#header > nav > ul > li > ul > li
{
	line-height: normal;
	border-top: solid #5fb5fe 1px;
}

#header > nav > ul > li > ul > li:first-child
{
	border-top: 0;
}

#header > nav > ul > li > ul > li > a
{
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	letter-spacing: -1px;
	padding: 8px 20px;
	text-decoration: none;
	transition: color 0.3s ease;
}

#header > nav > ul > li > ul > li > a:hover
{
	color: #000;
}

#slider
{
	position: relative;
	width: 970px;
	height: 424px;
	border-bottom: solid #229aff 5px;
	margin-top: 10px;
}

.nivoSlider
{
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img
{
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}

.nivo-main-image
{
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

.nivoSlider a.nivo-imageLink
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white;
	filter:alpha(opacity=0);
	opacity:0;
}

.nivo-slice
{
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}

.nivo-box
{
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}

.nivo-box img
{
	display:block;
}

.nivo-caption
{
	position: absolute;
	left: 0px;
	bottom: 40px;
	background: rgba(34, 154, 255, 0.7);
	color: #fff;
	width: 50%;
	z-index: 8;
	padding: 20px;
	overflow: hidden;
	display: none;
}

.nivo-caption > div
{
	text-transform: uppercase;
	color: #313131;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

.nivo-html-caption,
.nivo-directionNav
{
    display:none;
}

.nivo-controlNav
{
	text-align: right;
	padding: 5px 0;
	position: absolute;
	right: 50%;
	margin-right: -485px;
	bottom: 0px;
	z-index: 15;
}

.nivo-controlNav a
{
	cursor:pointer;
}

.nivo-controlNav a
{
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 8px;
	text-indent: 2000px;
	background: #fff;
	overflow: hidden;
	margin-right: 8px;
}

.nivo-controlNav a.active
{
	background: #229aff;
}

/** OFFER MENU **/

div#offerMenu
{
	margin-top: 50px;
	margin-bottom: 50px;
}

div#offerMenu > div
{
	width: 23%;
	margin-left: 2.66666%;
	float: left;
}

div#offerMenu > div:first-child
{
	margin-left: 0;
}

div#offerMenu > div > h2
{
	margin-bottom: 10px;
}

div#offerMenu > div > h2 > a
{
	font-size: 22px;
	letter-spacing: -2px;
	font-weight: bold;
	color: #229aff;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.3em;
}

div#offerMenu > div > h2 > a > span
{
	color: #7ec4ff;
	font-weight: normal;
	display: block;
}

div#offerMenu > div > div > p.subTitle
{
	letter-spacing: -2px;
	color: #686868;
	font-size: 18px;
	text-transform: uppercase;
}

div#offerMenu > div > div > p.desc
{
	height: 68px;
}

div#offerMenu > div > div > a
{
	float: right;
	padding: 7px 10px;
	background: #229aff;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -1px;
}

div#offerMenu > div > div > a:hover
{
	background: #313131;
}

/** SUBOFFER MENU **/

#subOfferMenu
{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: solid #969696 3px;
}

#subOfferMenu > p,
#blueTextLine
{
	background: #73bfff;
	text-transform: uppercase;
	letter-spacing: -2px;
	font-size: 29px;
	text-align: center;
	color: #fff;
	padding: 15px 0;
	font-weight: normal;
}

#subOfferMenu > div > div
{
	width: 30%;
	margin-left: 5%;
	float: left;
}

#subOfferMenu > div > div:first-child
{
	margin-left: 0;
}

#subOfferMenu > div > div > h2
{
	height: 62px;
}

#subOfferMenu > div > div > h2 > a
{
	font-weight: bold;
	letter-spacing: -2px;
	color: #229aff;
	font-size: 26px;
	text-transform: uppercase;
	text-decoration: none;
}

#subOfferMenu > div > div > h2 > a:hover
{
	color: #313131;
}

#subOfferMenu > div > div > a
{
	padding: 7px 10px;
	background: #229aff;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -1px;
	display: inline-block;
	margin-top: 15px;
}

/** INDEX TEXT **/

#indexText > div
{
	width: 45%;
	margin-left: 10%;
	float: left;
}

#indexText > div:first-child
{
	margin-left: 0;
}

#indexText > div.text > h2,
#indexText > div.news > span
{
	font-size: 26px;
	font-weight: bold;
	color: #229aff;
	text-transform: uppercase;
	letter-spacing: -2px;
}

#indexText > div.text > h2 > span,
#indexText > div.news > span > span
{
	color: #73bfff;
}

#indexText > div.news > span
{
	display: block;
	margin-bottom: 15px;
}

#indexText > div.news > div > div
{
	min-height: 80px;
	margin-bottom: 15px;
}

#indexText > div.news > div > div > a
{
	float: left;
	margin-right: 15px;
}

#indexText > div.news > div > div > div
{
	overflow: hidden;
	z-index: 1;
}

#indexText > div.news > div > div > div > h3
{
	margin-bottom: 7px;
}

#indexText > div.news > div > div > div > h3 > a
{
	font-size: 14px;
	text-decoration: none;
	letter-spacing: -1px;
}

#indexText > div.news > div > div > div > h3 > a:hover
{
	color: #000;
}

/** FOOTER **/

#footer
{
	height: 65px;
	background: #229aff;
	position: relative;
	margin-bottom: 15px;
}

#footer > span
{
	color: #fff;
	letter-spacing: -1px;
	font-size: 13px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#footer > ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#footer > ul > li
{
	display: inline-block;
	margin-left: 15px;
}

#footer > ul > li > a
{
	font-size: 13px;
	letter-spacing: -1px;
	color: #fff;
}

#footer > ul > li > a.ktLogo
{
	display: inline-block;
	width: 64px;
	height: 15px;
	background: url("images/sprite.png") 0 -75px no-repeat;
	text-indent: -2000px;
	overflow: hidden;
	vertical-align: middle;
}

/** PAGE TEMPLATES **/

#pageTemplate,
#sidebar,
#categoryTemplate
{
	margin-top: 40px;
	margin-bottom: 40px;
	min-height: 450px;
}

#pageTemplate
{
	float: left;
	width: 70%;
}

#categoryTemplate
{
	width: 100%;
}

#sidebar
{
	padding-left: 60px;
	width: 30%;
	float: left;
}

#sidebar .banner
{
	margin-bottom: 25px;
}

#sidebarNews > div
{
	margin-bottom: 15px;
	border-top: solid #969696 1px;
	padding-top: 15px;
}

#sidebarNews > div
{
	padding-top: 0;
	border-top: 0;
}

#sidebarNews > div > h3
{
	margin: 10px 0;
}

#sidebarNews > div > h3 > a
{
	color: #229aff;
	letter-spacing: -1px;
	text-decoration: none;
}

#sidebarNews > div > h3 > a:hover
{
	color: #969696;
}

#pageTemplate h1
{
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: -2px;
	color: #229aff;
	margin-bottom: 20px;
}

.entryContent h2
{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: -1px;
	color: #73bfff;
	margin-top: 30px;
}

.entryContent p
{
	line-height: 1.6em;
}

.entryContent ul,
.entryContent ol
{
	margin-left: 25px;
}

.entryContent ul li,
.entryContent ol li
{
	margin: 8px 0;
	position: relative;
}

.entryContent ul > li:before
{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #229aff;
	display: block;
	top: 3px;
	left: 0;
	padding: 0;
}

.entryContent > ul
{
	list-style-type: none;
}

.entryContent ul > li
{
	padding-left: 20px;
}

.entryContent blockquote
{
	font-style: normal;
	margin-left: 0;
	border-left: solid #73bfff 4px;
	padding-left: 15px;
	line-height: 1.4em;
}

#postInfo
{
	margin-top: 25px;
	text-align: right;
}

/** POST LIST **/

#postList
{
	margin-top: 40px;
}

#postList > div
{
	margin-bottom: 40px;
}

#postList > div > a
{
	float: left;
	margin-right: 25px;
}

#postList > div > div
{
	overflow: hidden;
	z-index: 1;
}

#postList > div > div >h2 > a
{
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: -2px;
	font-weight: normal;
	color: #73bfff;
	text-decoration: none;
}

#postList > div > div > h2 > a:hover
{
	color: #229aff;
}

#postList > div > div > a
{
    background: #229aff;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    float: right;
}

#postList > div > div > a:hover
{
    background: #73bfff;
}

.bazaarList > div
{
    width: 33.33333%;
    float: left;
    text-align: center;
    margin-bottom: 25px;
    padding: 0 15px;
}

.bazaarList > div > h2
{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 5px;
   
}

.bazaarList > div > h2 > a
{
    color: #229aff;
    display: block;
    height: 56px;
    overflow: hidden;
    line-height: 1.5em;
}

.bazaarList > div > h2 > a:hover
{
    text-decoration: none;
    color: #000;
}

.bazaarList > div > a
{
    display: block;
    height: 180px;
}

.bazaarList > div > a > img
{
    border-radius: 5%;
    height: auto;
}

.bazaarList > div > p
{
    color: #229aff;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: -2px;
    margin-top: 0;
}