/* articles and urls */
a:not(.btn) {
  color: #333;
}

#sp-component-area-wrapper a:not(.btn) {
  font-weight: 700;
}

.container #sp-component-area-wrapper {
	margin-top: 1.2em;
	padding: 0px 0 0 0 !important;
}

body[class*="homepage"] .container #sp-component-area-wrapper {
	margin-top: 0em;
}

body[class*="homepage"] .container #sp-component-area-wrapper  #sp-component-area{
	min-height: 0px;
}

.container #sp-content-top-wrapper {
  margin-top: 1.2em;
  padding: 0px 0 0 0 !important;
}

.page-header {
	margin-bottom: 20px !important;
}

.page-header  h2, .blog h2 {
	margin: 0;
	padding: 0px 0px 10px 0px ;
	line-height: 110% !important;
}

.blog > h2{
	border-bottom: 1px solid;
	border-bottom-color: #e6e6e6;
	margin-bottom: 20px;
}

.blog .page-header  h2 {
	font-size: 26px;
	padding-bottom: 5px ;
}

.articlecontent h3{
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #e6e6e6;
}

.articlecontent .partners .partner_logo img{
	float: left;
	display: block;
	position: relative;
	background: #FFF !important;
	border: 1px solid #ccc;
	margin: 5px 5px 5px 5px !important;
	padding: 4px !important;
}

.articlecontent .partners .partner_logo  img{
	width: 255px;
	height: auto;
}

.blog .readmore{
	padding-top: 10px;
}

.blog  .article_intro p{
	margin-bottom: 0px;
}

.article_intro img{
	margin-right: 10px;
	margin-bottom: 0px;
}

.article_intro .extension_image {
	float:left;
}

.article_intro .extensions_images img {
	margin-right: 5px;
	margin-bottom: 5px;
}

.features_table th {
  border: solid 1px #E5E5E5;
  background: #F4F4F4;
}

.features_table tbody tr td{
	padding-top:5px;
	//padding-bottom:3px;
}

.article_intro img{
//	float:left;
}
	
/* ----------------- */



/* top menu */
#sp-header-wrapper .logo {
  background-image: url(../../pri_simple/images/logo.png);
}

#sp-header-wrapper {
//	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 7px 15px -7px #444;
	background-color: #fafafa;
//	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-image: linear-gradient(#ffffff, #cccccc 60%, #dddddd) !important;
//	background-image: linear-gradient(#ffffff, #dddddd 60%, #eeeeee) !important;
//	background-image: linear-gradient(#ffffff, #dddddd 80%, #cccccc) !important;
//	background-image: url(../../pri_simple/images/naglowek_tlo5.jpg);
	background-repeat: repeat-x;
}

#sp-main-body-wrapper {
//	visibility: hidden;
}

#sp-main-menu ul.level-0 > li > a {
	  margin: 0 8px;
}

#sp-top6 {
	position: absolute;
	top: 7px;
	right: 5px;
	text-align: right;
}

div.mod-languages ul.lang-inline li {
  display: block !important;
}

#sp-logo {
	margin-right: -20px;
}

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


/* footer menu */

.body-innerwrapper {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#sp-copyright-wrapper {
	display: none;
}

#sp-footer-menu-wrapper {
	margin-top: 20px;
	background: #EEEEEE;
	font-size: 12px;
}

.footermenu {
	text-align: center;
	color: #999;
}

.footermenu ul{
	padding-top: 15px;
	margin-bottom: 15px;
}

.footermenu li {
	display: inline;
} 

.footermenu li a{
	display: inline; 	
	padding: 0 0.5em 0 0.5em;
	color: rgb(102, 102, 102);
	border-right: 1px solid #e3e3e3;
}
.footermenu li:last-child a{
	border-right: none;
}
	
.footermenu li span {
	padding: 0 0.5em 0 0.5em;
}

.footermenu li a:hover {
  text-decoration: underline;
}

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

/* kontakt ikony */
.icon-mobile-phone:before, .icon-mobile-phone:before {
  content: "\e01e";
}

.icon-globe:before, .icon-globe:before {
  content: "\e252";
}
/* ----------------- */

/* prianimated */
.duration3{
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

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


/* Downloads */

#phoca-dl-category-box h1 {
	font-size: 31.5px;
	line-height: 110% !important;
	border-bottom: 1px solid #e6e6e6;
	padding: 0px 0px 10px 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}

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

/* Frequently Asked Questions */
.fsf_main h1 {
	font-size: 31.5px;
	line-height: 110% !important;
	border-bottom: 1px solid #e6e6e6;
	padding: 0px 0px 10px 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.fsf_main h2 {
	font-size: 26px;
	margin-top: 0px;
}
.fsf_faq_catlist .faq_category{
	padding-top: 5px;
}

.fsf_faq_catlist img, fsf_faq img, .faq_category_image img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 4px 15px -4px #999;
  -webkit-box-shadow: 0px 4px 15px -4px #999;
  -o-box-shadow: 0px 4px 15px -4px #999;
  box-shadow: 0px 4px 15px -4px #999;
}
/* ----------------- */


/* site map */
#osmap .level_0 a:not(.btn) {
  font-weight: 500;
}

#osmap .level_1 a:not(.btn) {
  font-weight: 400;
}

#osmap  ul li {
	list-style: none;
}

#osmap ul[class="level_0"], #osmap ol[class="level_0"]{
	margin: 0 0 10px 0px;
}
/* ----------------- */


.game hr {
	border-bottom: 1px solid #FF7700;
	border-top: 2px solid #FFBB00;
	margin: 20px 0 10px 0;
}

.game .panel img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 7px 20px -7px #666;
  -webkit-box-shadow: 0px 7px 20px -7px #666;
  -o-box-shadow: 0px 7px 20px -7px #666;
  box-shadow: 0px 7px 20px -7px #666;
}

.fadeInDown {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
  
  
.btn-default {
  color: #222222 !important;
  background-image: linear-gradient(#ffffff, #cccccc 60%, #dddddd) !important;
  border-color: #aaa;
  border-top-color: #ccc;
  border-bottom-color: #777;
  box-shadow: 0px 2px 2px #ccc;
  padding: 3px 5px;
  line-height: normal;
  border-radius: 3px;
  margin-right: 15px;
  margin-bottom: 15px;
}  

.btn-default:hover {
  color: #555555 !important;
  background-image: linear-gradient(#ffffff, #dddddd 60%, #eeeeee) !important;
  border-color: #bbb;
  border-top-color: #ddd;
  border-bottom-color: #888;
  box-shadow: 0px 1px 2px #ccc;
}