/*  
Theme Name: eMerite
Description: Vzhled pro prezentaci
Author: Tomáš Gažůr - Nakóduji.cz
Author URI: http://www.nakoduji.cz
Version: 1.0
*/

@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=latin,latin-ext);

html {
	background: #fff url('img/html.png') left top repeat-x;
}
body {
	font-family: 'Noto Sans', Arial, sans-serif;
    color: #4b565e;
	font-size: 13px;
	font-weight: 400;
}
#main, .center {
	width: 940px;
	margin: 0 auto;
}
#header {
	width: 100%;
	height: 142px;
}
.logo {
	width: 165px;
    height: 62px;
	float: left;
	padding-top: 54px;
}
.main-menu {
	float: right;
	width: 700px;
	padding: 12px 0 0 0;
}
.main-menu ul {
	list-style: none;
	float: right;
}
.main-menu ul li.home {
	background: none;
	width: 130px;
	padding-top: 25px;
	height: 46px;
}
.main-menu ul li {
	background: url('img/main-menu-li.png') left top repeat-y;
	float: left;
	padding: 32px 14px 0 16px;
	height: 39px;
}
.main-menu ul li a {
	font-size: 12px;
	color: #4b565e;
	font-weight: 800;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	line-height: 135%;
}
.main-menu ul li a:hover, .main-menu ul li.current-menu-item a {
	color: #FF7F00;
}
#menu-item-427 {display: none;}
.header-right {
	background: url('img/header-right.png') left top no-repeat;
	float: right;
	width: 150px;
	height: 46px;
	padding: 12px 0 0 35px;
	font-size: 20px;
	font-size: 12px;
	color: #fff;
}
.header-right.eng {
	width: 145px;
	padding-left: 25px;
}
#lang_sel_list {
	float: left;
}
#lang_sel_list ul {
	list-style: none;
}
.lang_sel_sel {
	display: none;
}
.header-right a {
	color: #fff;
	text-decoration: underline;
	margin: 0 4px 0 5px;
}
.header-right a:hover {
	text-decoration: none;
}
#content {
	width: 100%;
}
#slides {
	height: 285px;
	width: 940px;
	display: block;
	position: relative;
	margin: 15px 0 25px 0;
	padding-bottom: 8px;
}
#slides .slides_container {
	height: 285px;
	width: 940px;
}
.slide {
	height: 285px;
	width: 940px;
	position: relative;
}
.slide-img {
	float: right;
	width: 447px;
}
.slide-text {
	float: left;
	width: 435px;
	font-size: 13px;
	color: #4b565e;
	padding-top: 23px;
}
.slide-logo {
	width: 100%;
	padding-bottom: 25px;
}
.slide-title {
	width: 100%;
	color: #4b565e;
	font-size: 18px;
	padding-bottom: 10px;
}
.slide-text p {
	line-height: 135%;
	padding-bottom: 35px;
}
.slide-text .grey-button {
	background: #4B565E url('img/grey-button.png') right top no-repeat;
	color: #fff;
	font-size: 14px;
	float: left;
	padding: 14px 45px 15px 10px;
}
.webtrekk {
	float: right;
	margin-top: -25px;
}
.webtrekk-page {
	float: right;
	margin: 5px 15px 0 0;
}
.pagination {
	float: right;
	width: 100%;
	text-align: right;
	margin-top: 11px;
}
.pagination li {
	display: inline-block;
}
.pagination a {
	background: #4B565E url('img/pagination-a.png') left top no-repeat;
	font-size: 0;
	width: 9px;
	height: 9px;
	margin-left: 3px;
	display: inline-block;
}
.pagination li.current a {
	background: #4B565E url('img/pagination-active.png') left top no-repeat;
}
#slides .prev, #slides .next {
	background: url('img/arrow-left.png') left top no-repeat;
	width: 27px;
	height: 41px;
	float: left;
	position: absolute;
	top: 117px;
}
#slides .prev {
	left: -70px;
}
#slides .next {
	background: url('img/arrow-right.png') left top no-repeat;
	right: -70px;
}
.orange-box {
	width: 100%;
	float: left;
	border-top: 1px solid #FF7F00;
	padding-bottom: 40px;
}
.orange-title {
	background: url('img/orange-title.png') left top no-repeat;
	width: 100%;
	height: 49px;
	float: left;
	color: #fff;
	font-size: 24px;
	padding-top: 13px;
	margin-bottom: 20px;
}
.orange-title.en-services {
	background: url('img/orange-title-services.png') left top no-repeat;
}
.orange-title h2 {
	font-weight: 400;
	color: #fff;
	font-size: 24px;
	padding-left: 23px;
}
.box-left {
	width: 375px;
	float: left;
}
.box-left p {
	line-height: 185%;
}
.box-right {
	width: 530px;
	float: right;
}
.box-right .orange-title {
	margin-bottom: 0;
}
.service-item {
	background: url('img/service-item.png') left top no-repeat;
	width: 521px;
	height: 83px;
	font-size: 12px;
	float: left;
}
.service-item-logo {
	width: 113px;
	float: left;
	padding: 12px 0 0 18px;
}
.service-item-text {
	width: 378px;
	float: left;
	padding-top: 22px;
}
.service-item-text p {
	line-height: 135%;
	padding-bottom: 4px;
}
.service-item-bottom {
	width: 100%;
	float: left;
	color: #000000;
	text-align: right;
}
.service-item-bottom a {
	color: #F98B2D;
	text-decoration: underline;
}
.service-item-bottom a:hover {
	text-decoration: none;
}
.service-item-bottom a.icon1 {
	background: url('img/icon1.png') left center no-repeat;
	padding: 1px 0 2px 23px;
}
.service-item-bottom a.icon2 {
	background: url('img/icon2.png') left center no-repeat;
	padding: 2px 0 2px 25px;
}
.orange-box.grey {
	
	padding-top: 32px;
}
.box-full {
	width: 100%;
	margin-bottom: 15px;
	float: left;
}
.grey-title h3 {
	font-size: 24px;
	color: #4b565e;
	font-weight: 400;
	margin-bottom: 30px;
}
.news {
	float: left;
	width: 295px;
	margin-right: 25px;
	font-size: 12px;
	margin-bottom: 25px;
}
.news.last {
	margin-right: 0;
}
.news-icon {
	float: left;
	width: 67px;
}
.news-text {
	float: left;
	width: 228px;
}
.news h4, #tweets .user {
	padding-bottom: 3px;
}
.news h4 a, #tweets .user a {
	font-size: 14px;
	font-weight: 400;
	color: #4b565e;
	line-height: 140%;
}
#tweets .user a strong {
	font-weight: 400;
}
.news.last h4 a {
	font-weight: 800;
}
.news p {
	line-height: 150%;
}
#box-twitter {
	float: left;
	width: 640px;
}
#tweets ul {
	list-style: none;
}
#tweets ul li {
	background: url('img/twitter-icon.png') left top no-repeat;
	float: left;
	width: 228px;
	padding-left: 67px;
	margin-right: 25px;
	font-size: 12px;
	margin-bottom: 25px;
	overflow: hidden;
}
#tweets ul li img {
	display: none;
}
#tweets .timePosted, #tweets .interact {display: none;}
#tweets p.tweet {
	font-size: 12px;
	line-height: 150%;
	padding-bottom: 12px;
}
#tweets p.tweet a {
	color: #F98109;
}
#tweets ul ul li {
	background: none;
	font-size: 12px;
	width: auto !important;
	padding: 0;
	margin-left: 0;
	margin-right: 10px;
}
#tweets ul ul li a {
	color: #F98109;
	text-decoration: underline;
}
#tweets ul ul li a:hover {
	text-decoration: none;
}
#tweets ul ul li a i {
	display: none;
}
#tweets ul ul li a b {
	font-weight: 400;
}
#subheader {
	width: 100%;
	height: 150px;
	padding-top: 50px;
}
.subheader-left {
	width: 210px;
	float: left;
}
.subheader-right {
	width: 725px;
	float: right;
	font-size: 16px;
}
.subheader-right p {
	line-height: 155%;
}
.sh-title {
	font-weight: 800;
	padding-bottom: 10px;
}
.sh-title p {
	padding-bottom: 15px;
}
.sub-menu {
	width: 100%;
	padding-top: 12px;
}
.sub-menu ul {
	list-style: none;
}
.sub-menu ul li {
	float: left;
	padding-right: 1px;
}
.sub-menu ul li a {
	float: left;
	color: #445059;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 15px 10px 15px;
	text-decoration: underline;
	font-weight: 800;
}
.sub-menu ul li a:hover, .sub-menu ul li.active a {
	background: #FF7F00;
	color: #fff;
	text-decoration: none;
}
#left {
	float: left;
	width: 700px;
	padding-bottom: 55px;
}
.entry {
	font-size: 12px;
}
.entry p {
	padding-bottom: 25px;
	line-height: 175%;
}
.entry p.p-no {
	padding-bottom: 0;
}
.entry ul {
	list-style: none;
	margin-bottom: 30px;
}
.entry ul li {
	background: url('img/entry-li.png') 10px 8px no-repeat;
	padding: 2px 0 2px 31px;
	margin-bottom: 7px;
	line-height: 175%;
}
.entry h1 {
	padding-bottom: 13px;
	font-size: 24px;
	font-weight: 400;
	line-height: 140%;
}
.entry h2 {
	padding-bottom: 13px;
	font-size: 24px;
	font-weight: 400;
	line-height: 140%;
}
.entry h3 {
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: 800;
	line-height: 140%;
}
.entry a {
	color: #FF7F00;
	text-decoration: underline;
}
.entry a:hover {
	text-decoration: none;
}
.entry .line {
	border-top: 1px solid #E7EBF2;
	height: 1px;
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 25px;
}
#right {
	float: right;
	width: 220px;
	padding-bottom: 55px;
}
.contact-form {
	background: #FF7F00;
	float: right;
	width: 190px;
	padding: 20px 10px 20px 20px;
	color: #fff;
}
.contact-form label, .wpcf7-quiz-label {
	width: 100%;
	font-size: 12px;
	line-height: 180%;
}
span.otazka {
	margin-top: 15px;
}
.form-text, .wpcf7-quiz {
	background: #fff;
	border: 0;
	padding: 8px 10px 8px 10px;
	width: 160px;
	margin-bottom: 18px;
	color: #45515A;
	font-size: 12px;
}
.form-textarea {
	background: #fff;
	border: 0;
	padding: 8px 10px 8px 10px;
	width: 160px;
	height: 100px;
	margin-bottom: 13px;
	color: #45515A;
	font-size: 12px;
}
.req-div {
	font-size: 12px;
	margin-bottom: 18px;
}
.form-submit {
	background: url('img/form-submit.png') left top no-repeat;
	float: right;
	width: 78px;
	height: 17px;
	cursor: pointer;
	border: 0;
	margin-right: 10px;
}
.form-submit-en {
	background: url('img/form-submit-en.png') left top no-repeat;
	float: right;
	width: 47px;
	height: 18px;
	cursor: pointer;
	border: 0;
	margin-right: 10px;
}
.cf-title {
	font-size: 16px;
	line-height: 130%;
	padding-bottom: 10px;
}
.cf-title span {
	font-size: 14px;
}
.wpcf7-not-valid-tip {display: none !important;}
.content-page {
	padding-top: 50px;
}
.services {
	width: 220px;
	float: left;
	padding-top: 35px;
}
.services .service-item {
	background: url('img/service-item-page.png') center bottom no-repeat;
	width: 220px;
	padding-bottom: 25px;
	height: auto;
	margin-bottom: 20px;
}
.services .service-item.last {
	background: none;
}
.services .cf-title {
	font-size: 24px;
}
.services .service-item-logo {
	padding: 0;
	width: 100%;
}
.services .service-item-text {
	width: 220px;
	padding-top: 0;
	float: left;
}
.services .service-item-text p {
	padding-bottom: 5px;
}
.services .service-item-bottom {
	text-align: left;
	line-height: 195%;
}
#swiffycontainer, .open-div {
	cursor: pointer;
}
.open-div-wrap {
	display: none;
}
#footer {
	background: #F98109;
	width: 100%;
	padding: 27px 0 25px 0;
	color: #fff;
	float: left;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
.footer-left {
	float: left;
	width: 160px;
	font-size: 12px;
	line-height: 165%;
}
.footer-right {
	float: right;
	width: 720px;
}
.footer-menu {
	width: 100%;
	padding-bottom: 18px;
	float: right;
}
.footer-menu ul {
	list-style: none;
}
.footer-menu ul li {
	float: left;
	padding-left: 7px;
}
.footer-menu ul li a {
	font-size: 14px;
}
.twitter {
	float: right;
	width: 171px;
	height: 58px;
}
.socials {
	float: left;
	width: 382px;
	height: 21px;
	padding-left: 7px;
}
.socials-item {
	float: left;
	padding-right: 15px;
}
.socials-item.tw {
	width: 80px;
}
#clear, .clear {clear: both;}
img {border: 0;}
a {text-decoration: none; }
.hidden {display: none;}

.alignleft {float: left; margin: 0 18px 0 0;}
.alignright {float: right; margin: 0 0 0 18px;}
.aligncenter {text-align: center; margin: 0 auto;}

* {margin: 0; padding: 0; line-height: 100%;}


@media screen and (max-width: 800px) {
	body {
		width: 1100px !important;
	}
}