/*
 * Copyright by 7th Sunrise
 * www.7thsunrise.com
 */



body {
  font: 14px/21px Arial, Tahoma, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  background-color:  #DDD;
  color:  #444444;
  width: 100%;
  min-width: 1100px;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
}

h1 {
  line-height: 35px;
}
h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom:  16px;
}
a, a:link {
  text-decoration: none;
  color:  #690000;
}
a:visited {

}
a:hover {
  text-decoration: underline;
}
a:active, a:focus, input:active, input:focus, submit:focus, submit:active {
  outline:none;
  -moz-outline-style: none;
  text-decoration: underline;
  color:  #690000Active;
  color:  #AF0000;
}
a img {
  border: none;
}
ul, li, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, #rightCol_wraper h4 {
  font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
  font-size: 2.4em;
  margin-bottom: 25px;
  color:  #690000;  
}
h1 a:hover {
  text-decoration: underline;
}
h2, #rightCol_wraper h4 {
  font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
  font-size: 2.0em;
  margin-bottom: 25px;
  color:  #690000;  
}

p {
  margin: 0 0  16px;
}

#header_wraper {
  background: black;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}
#header {
  width: 1100px;
  height: 485px;
  margin: 0 auto;
  padding: 0;
}

#cookies_info {
  width: 870px;
  margin: 0 auto;
  position: relative;
  background: #333;
  color: #FFF;
  font-size: 11px;
  padding: 5px 15px;
  line-height: 16px;
  border-radius: 0 0 10px 10px;
}
#cookies_info a {
  color: #FFF;
  text-decoration: underline;
  font-weight: bold;
}
#cookies_info a:hover {
  text-decoration: none;
}
#cookies_info .close {
  content: ' ';
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  background: url('../img/close-icon.png') no-repeat 0 0;
  right: 12px;
  top: 10px;
  cursor: pointer;
}

#page_wraper {
  width: 1100px;
  margin: 0 auto;
  padding: 0;
}

#nav_wraper{
  width: 900px;
  margin: 0 auto;
  padding: 0;
  height: 35px;
  background: url('../img/top-menu.jpg') no-repeat center;
}

#nav {
  position: relative;
}
#nav li {
  float: left;
  width: 96px;
  height: 35px;
  text-align: center;
}
#nav li a {
  color:  #CCC;
  text-shadow:  1px 1px 1px #000;
  font-size:  1.2em;
  display: block;
  height: 35px;
  padding-top: 8px;
}
#nav li a:hover {
  color: white;
  text-decoration: none;
}
#nav li a:active, #nav li a:focus {
  color: white;
  text-decoration: none;
}
#nav li.current_page_item {
  position: relative;
}
#nav li.current_page_item a {
  color: black;
  text-shadow:  1px 1px 1px #000Active;
  text-shadow:  1px 1px white;
  background: url('../img/topmenu-over.png') no-repeat scroll center 5px;
  position: absolute;
  width: 104px;
  height: 56px;
  top: -13px;
  padding-top: 21px;
  left: -7px;
}
#nav li.current_page_item a:hover {
  color:  #690000;
}


#search {
  float: right;
  width: 275px;
  margin-top: 5px;
}

#searchform {
  text-align: left;
}
#searchform #s {
  width: 200px;
  border: none;
  margin-right: 17px;
  font-size: 12px;
  width: 193px;
  background: transparent;
  float: left;
  position: relative;
  top: 2px;
  color:  #CCC;  
}
#searchform #searchsubmit {
  width: 34px;
  height: 23px;
  background: url('../img/search-bttn.png') no-repeat center 1px;
  border: 0;
  cursor: pointer;
}
#searchform #s:focus {
  color: black;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body:nth-of-type(1) #searchform #s {
  top: 0;
}


#under_search {
  width: 899px;
  text-align: right;
  padding: 0;
  margin: 0 auto;
  background: white;
  height: 10px;
  background: white url('../img/under-search.jpg') no-repeat right;
  border-left: 1px solid  #CCC;
}

.content_search form .searchInput {
  width: 303px;
}


.searchFormResult {
  padding-bottom: 10px;
  border-bottom: 1px solid  #CCC;
  margin-bottom:  25px;
}
.searchResultBox {
  float: left;
  width: 220px;
}
.searchResultCount {
  float: right;
  font-size: 0.9em;
  margin-top: 8px;
}
#searchResults .postedIn {
  display: block;
  margin-top: 5px;
  font-size: 0.9em;
  font-style: italic;
}

#main_wraper {
  width: 898px;
  margin: 0 auto;
  padding: 0;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  background:  #EEE;
  border-color:  #CCC;  
}
#content_wraper {
  background: white;
  margin: 0;
  padding:  25px;
  float: left;
  width:  524px;
}

/*  posts section */

.postLeftCol {
  float: left;
  width: 200px;
  margin-right: 20px;
}
.postThmb {
  width: 198px;
  height: 198px;
  overflow: hidden;
  border: 1px solid  #CCC;
}
.postLeftCol .postThmb a {
  display: block;
  text-align: center;
}
.postFB {
  width: 198px;
  margin-top:  16px;
}
#fbBttn-box {
  width: 77px;
  height: 30px;
  overflow: hidden;
}

.postRightCol{
  float: left;
  width: 300px;
}
.postRightCol .postCategory {
  margin-bottom: 16px;
  position: relative;
  top: -4px;
}
.postRightCol p {
  
}
.postRightCol .postAuthorTime {
  background: #EEE;
  padding: 1px 4px;
  font-style: italic;
  margin-bottom:  16px;
}
.postRightCol .readMore {
  text-align: right;
}
.postBreak {
  border-top: 1px solid #EEE;
  height:  16px;
}
.videoBreak {
  border-top: 1px solid  #CCC;
  height: 0;
}

/* eof posts section */


#rightCol_wraper {
  padding: 25px;
  margin: 0;
  width: 274px;
  float: left;
  background:  #EEE;
}

#rightCol_wraper h3 {
  font-weight: normal;
  margin-bottom: 10px;
}
#rightCol_wraper h3 a {
  color: #000;
}
#rightCol_wraper .videoData .date {
  color:#666666;
  display:block;
  float:left;
  font-size:11px;
  font-style:italic;
  width:220px;
}

#rightCol_wraper .videoData .readMore {
  float:right;
  font-size:12px;
  position:relative;
  right:5px;
}

/* brands logos */

#brands_logos_wraper {
  background: none repeat scroll 0 0 white;
  border-color:  #CCC;
  border-style: solid;
  border-width: 0 1px;
  margin: 0 auto;
  padding:  16px 25px;
  width: 848px;
}
#brands_logos_box {
  overflow: hidden;
}
#brands_logos_box ul {

}
#brands_logos_box ul li {
  text-align: center;
  margin: 0 25px 0 0;
  float: left;
  height: 40px;
}
#brands_logos_box ul li:last-child {
  margin: 0;
}
#brands_logos_box ul li a {
  display: table-cell;
  height: 40px;
  vertical-align: middle;
}
#brands_logos_box ul li a img {
  
}
#blog_roku_banner {
  margin-bottom: 25px;
}
#shop_banner {
  margin-bottom: 25px;
}
#paint_banner {
  margin-bottom: 20px;
}
#fb_banner {
  margin-bottom: 40px;
}

/* footer */

#footer_wraper {
  background: black;
}

#footer_box {
  width: 900px;
  margin: 0 auto;
  padding:  25px 0;
  color:  #DDD;
}

#copyright_box {
  float: left;
  width: 250px;
}
#copy_sign {
  font-size: 50px;
}
#copy_content {
  display:block;
  float:right;
  font-weight:bold;
  padding-right:85px;
}
#footer_categories_box {
  float: left;
  width: 165px;
}
#footer_pages_box {
  float: left;
  width: 160px;
}
#footer_net_box {
  float: left;
  width: 225px;
}
#footer_7ths_box {
  float: left;
  width: 100px;
  text-align: right;
  font-size: 20px;
}
#footer_wraper h4 {
  
}
#footer_wraper ul {

}
#footer_wraper ul li {
  font-size: 12px;
}
#footer_wraper ul li a {
  color: #4F4f4F;
}
#footer_wraper ul li a:hover {
  color: #999;
}
#footer_wraper ul li a:visited {
  
}


.play_ico {
  opacity: 0.4;
  position: relative;
  top: 35px;
  cursor: pointer;
}

.vSpace {
  display: block;
  height:  16px;
}

.clear {
  clear: both;
  height: 0;
}
.button {
  -moz-border-radius:15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color:white;
  cursor:pointer;
  font-size:12px;
  padding:2px 7px;
  text-transform:uppercase;
  background:  #690000;
  border: 1px solid  #690000;
}

/* form elements */

input[type="text"], textarea, input[type="email"] {
  padding: 3px;
  background:  #E8E8E8;
  border: 1px solid  #CCC;
  -moz-border-radius:  6px;
  -webkit-border-radius:  6px;
  border-radius:  6px;
}
input[type="text"]:hover, textarea:hover, input[type="email"]:hover {
  border-color:  #690000;
}
input[type="text"]:focus, textarea:focus, input[type="email"]:focus {
  -moz-box-shadow: 0 0 2px  #690000;
  -webkit-box-shadow: 0 0 2px  #690000;
  box-shadow: 0 0 2px  #690000;
  background: white;
  border-color:  #690000;
}
form p {
  margin-bottom: 10px;
}
form input[type="submit"], form input[type="button"] {
  -moz-border-radius:15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color:white;
  cursor:pointer;
  font-size:12px;
  padding:2px 7px;
  text-transform:uppercase;
  background:  #690000;
  border: 1px solid  #690000;
}
.required {
  color: red;
}
.lineBreakH2 {
  display:block;
  border-top:  1px dotted #E8E8E8;
  height:0px;
  margin:0
}

ol li {
  list-style: decimal;
  padding-left: 0px;
  margin-left: 20px;
  margin-bottom: 10px;
}
ol li ul li {
  list-style: lower-latin;
}

img[src*="cookies-for-comments"] {
  display: none;
}

/* ===   accordion   === */
.page-id-3836 #content_wraper {
  padding-bottom: 50px;
  min-height: 2110px;
}
.accordion {
  
}
.accordion h2 {
  background: #FFF;
  padding: 10px 15px 10px 34px;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 2px 0;
  cursor: pointer;
  border: 1px solid  #CCC;
  outline: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  position: relative;
}
.accordion h2:before {
  content: "\f347";
  font-family: "dashicons";
  position: absolute;
  left: 10px;
  top: 11px;
}
.accordion h2:hover {
  color:  #690000;
}
.accordion h2 span {
  font-weight: bold;
  text-align: right;
  display: block;
  position: absolute;
  right: 15px;
  top: 12px;
}
.accordion h2 + div {
  display: none;
  padding: 20px;
  border: 1px solid  #CCC;
  position: relative;
  top: -2px;
}
.accordion h2.active {
  color: #FFF;
  background:  #690000;
  border-color:  #690000;
}
.accordion h2.active:before {
  content: "\f343";
}
.accordion h2 + div ul {
  margin: 20px 0;
}
.accordion h2 + div ul li {
  position: relative;
  padding: 0 0 0 23px;
  margin: 3px 0 3px 8px;
}
.accordion h2 + div ul li:before {
  position: absolute;
  font-family: "dashicons";
  left: 0px;
  content: "\f147";
  font-size: 1.2em;
}
.accordion h2 + div ul:first-child {
  margin-top: 0;
}
.accordion div p:last-child {
  margin-bottom: 0;
}
.accordion h1 {
  margin-top: 40px;
}
.accordion h1:first-child {
  margin-top: 0;
}/*
 * Copyright by 7th Sunrise
 * www.7thsunrise.com
 */

 /* kontakt */
 #contactData-box {
   width: 50%;
   float: left;
}
#contactForm-box {
  width: 50%;
  float: right;
}
#contactData-box ul.icons {
  
}
#contactData-box ul.icons li img {
  position: relative;
  top: 7px;
  margin-right: 10px;
}
#contactData-box ul.icons li {
  line-height: 30px;
}
#contactData-box p:first-child {
  margin: 0;
}

#contact-map {
  height: 375px;
  border: 1px solid  #CCC;
}



/*
 * Copyright by 7th Sunrise
 * www.7thsunrise.com
 */


 /* comments */
#comments_wraper {
  margin-top:  16px;
  padding-top:  16px;
}
#reply-title {
  
}
#commentform {

}
#commentform input[type="text"], #commentform textarea {
  
}
#commentform input[type="text"] {
  width: 230px;
}
#commentform textarea {

}
#commentform #submit {
  
}

.commentlist li {
  margin: 5px 0;
  border-top:  1px dotted #E8E8E8;
  padding-top: 30px;
  list-style: none;
}

.commentlist {
  margin: 0;
}

.commentAuthorImg {
  width: 60px;
  float: left;
  margin-top: 5px;
}
.commentAuthorImg img {
  background: #FFF;
  padding: 3px;
  -moz-box-shadow: 0 1px 1px #BBB;
  -webkit-box-shadow: 0 1px 1px #BBB;
  box-shadow: 0 1px 1px #BBB;
}
.commentData {
  float: left;
  width: 434px;
}
.commentData .author {
  font-size: 1.2em;
  font-weight: bold;
}
.commentData .date {
  font-size: 0.85em;
  margin-left: 10px;
}
.commentData .content {

}
.commentNumber {
  float: left;
  width: 30px;
  text-align: right;
  color:  #E8E8E8;
  font-size: 2em;
  display: none;
}
.commentlist .reply {
  font-size: 0.7em;
  font-weight: bold;
  margin-top: 10px;
  text-align: right;
}
.commentlist .children {
  margin-left: 0;
}
.commentlist .children li {
  padding-left: 60px;
}
.depth-2 .commentData {
  width: 374px;
}
#commentform .logout {
  float: right;
  font-size: 0.8em;
  font-weight: bold;
}
/*
 * Copyright by 7th Sunrise
 * www.7thsunrise.com
 */


 /* pageNav */
 .wp-pagenavi {
   text-align: center;
   font-size: 12px;
}

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  padding: 1px 8px;
  border: 1px solid;
  -moz-border-radius:  6px;
  -webkit-border-radius:  6px;
  border-radius:  6px;
  border-color:  #690000;
}
.wp-pagenavi a {
  background:  #690000;
  color: white;
}
.wp-pagenavi a:hover {
  text-decoration: none;
  background: white;
  color:  #444444;
}
.wp-pagenavi span {
  background: white;
  border-color: white;
  color:  #444444;
}
.wp-pagenavi span.current {
  border-color:  #690000;
  color:  #444444;
}


/* contact form 7 */

form.wpcf7-form {
  position: relative;
  top: -6px;
}

form.wpcf7-form input[type="text"], form.wpcf7-form textarea {
  width: 255px;
  margin-top: 3px;
}
form.wpcf7-form input[type="text"]:hover, form.wpcf7-form textarea:hover {
  
}
form.wpcf7-form input[type="text"]:focus, form.wpcf7-form textarea:focus {
  
}
form.wpcf7-form p {
  font-size: 12px;
}
form.wpcf7-form textarea {
  height: 206px;
}
form.wpcf7-form .button {
  position: relative;
  left: 198px;
}