/*
Theme Name: Václav Brožek
Theme URI:
Description: Návrh a tvorba webových řešení
Author: Václav Brožek
Author URI: http://www.vaclavbrozek.cz/
Version: 1.0
Tags:
License:
License URI:
General comments (optional).
*/

/*
Písma


Barvy

*/


/* Scaffolding */
/* -------------------------------------------------- */
.container {
	width: 960px;
	margin: 0 auto;
}


/* Typography */
/* -------------------------------------------------- */
body {
	font-family: "proxima-nova", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
	color: #282828;
}
h1,
h2 {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.1em;
	margin: 0 0 18px;
}
h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2em;
	margin: 12px 0 42px;
}
a {
	color: #18a0cd;
}

/* Button */
.button {
	display: inline-block;
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
	padding: 13px 24px 12px;
	margin: 18px 0;
	color: #aaabaf;
	border: solid 3px #aaabaf;
	text-transform: uppercase;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}
.button-large {
	font-size: 22px;
	padding: 19px 32px 18px;
}
.button:hover {
	background: #aaabaf;
	color: #fff;
}
#action-button-container {
	text-align: center;
	margin: 0 0 60px;
	padding: 30px 0;
}
#action-button-container .button {
	color: #fff;
	border: solid 3px #fff;
}
#action-button-container .button:hover {
	background: #fff;
	color: #000;
}
.page-template-kolik-stoji-novy-web-php #action-button-container {
	padding: 0;
}
.page-template-kolik-stoji-novy-web-php #action-button-container .button {
	color: #aaabaf;
	border: solid 3px #aaabaf;
}
.page-template-kolik-stoji-novy-web-php #action-button-container .button:hover {
	background: #aaabaf;
	color: #fff;
}

/* Table */
table {
	width: 100%;
	margin: 100px 0 54px;
	border-top: solid 1px #e7e8e9;
	border-bottom: solid 1px #e7e8e9;
}
th,
td {
	border-bottom: solid 1px #e7e8e9;
	padding: 16px 8px 22px;
	width: 25%;
}
th {
	text-align: left;
	vertical-align: top;
}
td {
	padding-left: 16px;
}

th h2 {
	font-size: 21px;
	font-weight: 300;
	margin-bottom: 8px;
	color: #aaa;
}
th p,
td p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45em;
	margin-bottom: 0;
	
}

thead td {
	font-size: 21px;
	font-weight: 300;
	text-align: center;
	padding: 24px 0 26px;
}

tbody td {
	text-align: center;
}

tfoot th,
tfoot td {
	border-bottom: none;
}
tfoot th {
	vertical-align: middle;
}
tfoot td {
	text-align: center;
	vertical-align: top;
}
tfoot h2 {
	color: #282828;
}
tfoot p {
	margin-top: 0;
}
tfoot strong {
	font-weight: 700;
}

/* Form */
.gform_wrapper {
	margin: 0 -30px 60px;
}
.gform_body {
	overflow: auto;
	height: 1%;
}
.gform_body ul {
	padding: 0;
}
.gform_body li {
	list-style-type: none;
	margin: 12px 30px;
	float: left;
}
.gfield_label {
}
input,
textarea {
	padding: 5px 8px;
	margin: 4px 0;
	color: #282828;
	border: solid 1px #aaabaf;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
input {
	width: 432px;
}
textarea {
	width: 942px;
	height: 200px;
}
input[type="submit"] {
	display: inline-block;
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
	padding: 13px 24px 12px;
	margin: 18px 0;
	background: #aaabaf;
	color: #fff;
	border: solid 3px #aaabaf;
	text-transform: uppercase;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: auto;
	text-align: right;
}
input[type="submit"]:hover {
	background: #939393;
	border: solid 3px #939393;
}
.gform_footer {
	text-align: right;
	margin-right: 30px;
}


/* Header */
/* -------------------------------------------------- */

#header {
	height: 79px;
	background: #43484c;
}
#logo {
	float: left;
	margin-top: 10px;
}
#nav {
	margin: 0;
	float: right;
}
#nav li {
	float: left;
	list-style-type: none;
}
#nav a {
	display: block;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	padding: 0 26px;
	height: 79px;
	line-height: 79px;
}
#nav a:hover,
#nav li.current-menu-ancestor a,
#nav li.current-menu-item a {
	background: #33393d;
}


/* Patra */
/* -------------------------------------------------- */

.row {
	border-bottom: solid 1px #e7e8e9;
}
.background {
	color: #fff;
	border-bottom: none;
}

.text-block-image-left,
.text-block-image-right,
.text-block-quotation {
	width: 960px;
	margin: 0 auto;
	overflow: auto;
	height: 1%;
	padding-top: 56px;
}
.text-block-image-bottom {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding-top: 56px;
}
.text-block-image-bottom .copy p {
	margin: 25px auto 51px;
	width: 710px;
}
.text-block-image-bottom img {
	vertical-align: bottom;
}

.text-block-image-left .copy {
	float: right;
	width: 337px;
	margin: 0 50px 60px 113px;
}
.text-block-image-left img {
	float: left;
}

.text-block-image-right .copy {
	float: left;
	width: 337px;
	margin: 0 113px 60px 50px;
}
.text-block-image-right img,
.text-block-quotation img {
	float: right;
}

.text-block-quotation .copy {
	float: left;
	width: 535px;
	margin: 0 35px 40px 0;
}
.quotation {
	background: url(img/quotation-top.png) no-repeat left top;
	padding-top: 12px;
	margin-top: 60px;
}
.quotation-inner {
	background: url(img/quotation-bottom.png) no-repeat left bottom;
	padding: 0 84px 12px 26px;
}

.text-block-image-left ul,
.text-block-image-right ul {
	padding: 0;
	margin: 38px 0;
}
.text-block-image-left li,
.text-block-image-right li {
	list-style: none;
	margin: 28px -35px 28px 0;
	padding-left: 40px;
}
.bullet-bg {
	width: 26px;
	height: 26px;
	float: left;
	margin-left: -40px;
}

.no-border {
	border-bottom: none;
}
.border-top {
	border-top: solid 1px #e7e8e9;
}


/* Links */
/* -------------------------------------------------- */

.links {
	overflow: auto;
	height: 1%;
	padding: 68px 0;
}
.links h2 {
	text-align: center;
	margin-bottom: 44px;
}
.link {
	float: left;
	width: 250px;
	margin-right: 105px;
}
.link.last {
	margin-right: 0;
}
.link h3 {
	font-size: 27px;
	font-weight: 300;
}


/* Footer */
/* -------------------------------------------------- */

#footer {
	font-size: 16px;
	overflow: auto;
	height: 1%;
	border-top: solid 1px #e7e8e9;
	margin-bottom: 44px;
}
#footer-left {
	float: left;
	color: #ababab;
	width: 50%;
}
#footer-right {
	float: right;
	width: 50%;
	text-align: right;
}
#menu-footer {
	padding: 0;
}
#menu-footer li {
	display: inline;
	list-style-type: none;
	background: url(img/footer-menu-divider.png) no-repeat left center;
	padding-left: 5px;
}
#menu-footer li:first-child {
	background: none;
}
#menu-footer a {
	color: #282828;
	text-decoration: none;
	padding: 4px 10px;
}
#menu-footer a:hover {
	text-decoration: underline;
}

.page-chci-novy-web-2 #footer {
	margin-top: 120px;
}

/*.page-template-detail-reference-php #footer {
	border-top: none;
}*/

/* Homepage */
/* -------------------------------------------------- */

#banner-home {
	height: 510px;
	margin-bottom: 60px;
	display: block;
}
#banner-home .item {
	height: 510px;
}
#banner-home .one {
	background: url(img/insightmagazine-bg.jpg) no-repeat center center;
}
#banner-home .two {
	background: url(img/ricanybydleni-bg.jpg) no-repeat center center;
}
#banner-home .three {
	background: url(img/autoservis-halir-bg.jpg) no-repeat center center;
}
#banner-home .four {
	background: url(img/muzeum-turnov-bg.jpg) no-repeat center center;
}
#banner-home .five {
	background: url(img/dekoral-bg.jpg) no-repeat center center;
}

#banner-home .container {
	position: relative;
}
#banner-home-copy {
	position: absolute;
	z-index: 100;
	margin-top: 76px;
	width: 385px;
	color: #fff;
}
#banner-home-copy img {
	margin: 12px 0 0 100px;
}


#welcome-text {
	width: 710px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 24px;
}


.home .text-block-image-right .copy {
	width: 600px;
	margin: 0 60px 60px 0;
}

#logotypes {
	background: #f6f6f6;
	margin: 30px 0 60px;
	padding: 16px 0;
}
#logotypes ul {
	padding: 0;
}
#logotypes li {
	list-style-type: none;
	display: inline;
}


/* Services */
/* -------------------------------------------------- */

#services-header {
	height: 270px;
	text-align: left;
	color: #fff;
	padding-top: 220px;
	background: #000 url(img/sluzby.jpg) no-repeat center center;
}
#services-header-text {
	width: 430px;
	background: url(img/sluzby-bg.png);
	padding: 20px 26px 6px;
}

.services {
	margin: 60px 0;
	overflow: auto;
	height: 1%;
}
.service {
	float: left;
	margin: 0 26px 30px 0;
	text-decoration: none;
	width: 220px;
	color: #282828;
}
.service h2 {
	margin: 30px 0 8px 12px;
	font-size: 32px;
}
.service h3 {
	margin: 0 0 8px 12px;
	font-weight: 300;
	color: #aaaaaa;
}
.service p {
	margin-left: 12px;
}
.service.last {
	margin-right: 0;
}
.service-name {
	font-weight: bold;
}


/* Services - Detail */
/* -------------------------------------------------- */

#service-header {
	height: 49px;
	padding-top: 60px;
}
#service-header h1 {
	font-size: 31px;
	float: left;
}
#service-header a {
	text-decoration: none;
	color: #282828;
}
#subnav {
	margin: 9px 0 0;
	padding: 0;
}
.subnav-left {
	float: left;
}
.subnav-right {
	float: right;
}
#subnav li {
	list-style-type: none;
	display: inline;
}
#subnav a {
	list-style-type: none;
	padding: 6px 0 7px;
}
.subnav-left a {
	margin-right: 36px;
}
.subnav-right a {
	margin-left: 36px;
}
#subnav li.active a,
#subnav li.active a:hover {
	color: #c1c1c1;
}
.page-sluzby #submenu-prehled,
.page-design #submenu-design,
.page-kod #submenu-kod,
.page-obsah #submenu-obsah,
.page-servis #submenu-servis {
	color: #c1c1c1;
}


/* References */
/* -------------------------------------------------- */

#references-header {
	height: 365px;
	text-align: center;
	color: #fff;
	padding-top: 125px;
}
#references-header p {
	margin: 36px auto 24px;
	width: 710px;
}

.references {
	margin: 60px 0;
	overflow: auto;
	height: 1%;
}
.reference {
	float: left;
	margin: 0 22px 30px 0;
	text-decoration: none;
}
.reference.last {
	margin-right: 0;
}
.reference-name {
	font-weight: bold;
}

#submenu-prev {
	margin-right: 40px;
}
#submenu-next {
	margin-left: 4px;
}

.page-template-detail-reference-php .text-block-image-bottom a {
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	font-weight: 300;
}
.page-template-detail-reference-php .text-block-image-bottom a:hover {
	text-decoration: underline;
}


/* Team */
/* -------------------------------------------------- */

#team-header {
	height: 270px;
	text-align: left;
	color: #fff;
	padding-top: 220px;
	background: #fff url(img/tym.jpg) no-repeat center center;
}
#team-header-text {
	width: 430px;
	background: url(img/sluzby-bg.png);
	padding: 20px 26px 6px;
}

.team {
	margin: 60px 0;
	overflow: auto;
	height: 1%;
}
.member {
	float: left;
	margin: 0 26px 30px 0;
	text-decoration: none;
	width: 220px;
	color: #282828;
}
.member h2 {
	margin: 30px 0 8px 12px;
	font-size: 26px;
}
.member h3 {
	margin: 0 0 8px 12px;
	font-weight: 300;
	color: #aaaaaa;
}
.member p {
	margin-left: 12px;
}
.member.last {
	margin-right: 0;
}


/* Contact */
/* -------------------------------------------------- */

#map {
	width: 100%;
	height: 490px;
}
.page-kontakt #content {
	text-align: center;
	margin: 60px 0;
}


/* Default Template */
/* -------------------------------------------------- */

.page-template-default h1,
.page-template-kolik-stoji-novy-web-php h1 {
	margin-top: 44px;
}


/* Carousel */
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: none;
  z-index: 15;
}
.carousel-indicators {
	position: absolute;
	bottom: 15px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
.carousel-indicators li {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #ffffff;
	border-radius: 8px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
	width: 9px;
	height: 9px;
	background-color: #ffffff;
}
.carousel.fade {
	opacity: 1;
}
.carousel.fade .item {
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	z-index: 1;
}
.carousel.fade .item:first-child {
	top: auto;
	position: relative;
}
.carousel.fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	z-index: 2;
}