/*
Theme Name: DogTV
Theme URI: http://peaceman.co.il
Description: Developed by <a href="http://peaceman.co.il/">PeaceMan</a>.
Version: 1.2
Author: <a href="http://peaceman.co.il/">PeaceMan</a>
Author URI: http://peaceman.co.il/
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* =General
-------------------------------------------------------------- */

.clear {
	clear: both;
}

html {
	height: 100%;
}

body {
	height: 100%;
	min-height: 600px;
	position: relative;
	font-family: Arial, sans-serif;
}

input, textarea {
	font-family: Arial, sans-serif;
}

.site-width {
	width: 980px;
	height: 100%;
	margin: 0 auto;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 98px;
	background: white;
}

#container {
	position: absolute;
	top: 98px;
	bottom: 50px;
	left: 0;
	right: 0;
	background: no-repeat center;
	background-size: cover;
}

#nav-menu {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	padding: 2px 10px;
	background: url(images/black70.png);
}

#nav-menu .max-width {
	width: 1105px;
	max-width: 100%;
	margin: 0 auto;
}

#nav-menu ul {
	display: table-row;
}

#nav-menu li {
	display: table-cell;
}

#nav-menu li a {
	display: inline-block;
	margin: 7px;
	color: white;
	font-size: 15px;
	text-decoration: none;
	position: relative;
}

#nav-menu li a img {
	display: block;
	width: 100%;
	height: auto;
}

#nav-menu li a span {
	position: absolute;
	bottom: 10px;
	left: 10%;
	width: 80%;
	text-align: center;
}

#footer .menu li {
}

#footer .menu li a {
}


/* =Header
-------------------------------------------------------------- */

#header .logo {
	float: left;
	margin: 12px 0 0 4px;
}

#header .logo img {
	display: block;
}

#header .social {
	float: right;
	margin: 52px 0 0 0;
}

#header .social a {
	display: inline-block;
	margin-left: 7px;
}

#header .social a img {
	display: block;
}

#header .menu {
	margin: 0 250px 0 325px;
	padding: 26px 0 0;
	text-align: center;
}

#header .menu li {
	display: inline;
}

#header .menu li:before {
    content: '| ';
}

#header .menu li:first-child:before {
    content: '';
}

#header .menu li a {
	color: black;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

#header .menu li a img.directv {
	vertical-align: bottom;
	width: 60px;
	margin-bottom: -1px;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	position: absolute;
	bottom: 0px;
	height: 50px;
	background: #ffffff;
	background-size: cover;
	line-height: 45px;
	width: 100%;
}

#footer .menu {
	text-align: center;
}

#footer .menu li {
	font-size: 13px;
	margin-right: 4px;
	display: inline-block;
}

#footer .menu li a {
	text-decoration: none;
	color: black;
	border-left: 2px solid black;
	padding-left: 8px;
}

#footer .menu li:first-child a{
	border:none;
}


/* =Home
-------------------------------------------------------------- */

#home-menu {
	position: absolute;
	left: 0;
	top: 59px;
	background: url(images/black50.png);
	padding: 27px 0;
}

#home-menu li {
	display: inline-block;
	padding: 0 4px 0 8px;
	border-left: 1px solid white;
}

#home-menu li:first-child {
	border-left: none;
}

#home-menu li a {
	display: inline-block;
	vertical-align: middle;
	height: 64px;
	padding: 0 15px;
	color: white;
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 62px;
	text-decoration: none;
}

#home-menu li a img.directv {
	margin-bottom: -4px;
}

#home-banner {
	position: absolute;
	bottom: 173px;
	padding: 15px 13px 14px 0;
	background: url(images/black55.png);
}

#home-banner img {
	display: block;
}


/* =Page
-------------------------------------------------------------- */

#container h1 {
	padding-top: 54px;
	padding-bottom: 16px;
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
}

#container .content {
	position: absolute;
	top: 97px;
	bottom: 243px;
	width: 860px;
	padding: 30px;
	color: #ffffff;
	font-size: 15px;
	line-height: 21px;
	overflow: auto;
	background: url(images/black48.png);
}

#container .content.no-scroll {
	overflow: hidden;
}

#container .content p {
	margin-bottom: 21px;
}

#container .content a {
	color: inherit;
}

#container .content .video-thumbnail {
	display: block;
	width: 227px;
	height: auto;
	margin: 20px auto;
}

#container .content a.video-thumbnail {
	position: relative;
}

#container .content a.video-thumbnail span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(images/play_button.png) no-repeat center;
}

#container .content .edit-link {
	position: absolute;
	top: 1px;
	right: 5px;
}


/* =Page-narrow
-------------------------------------------------------------- */

#container .content.page-narrow {
	width: 587px;
	padding: 20px 26px;
}


/* =Page-experts
-------------------------------------------------------------- */

.experts .expert {
	float: left;
	width: 415px;
	min-height: 160px;
	margin-right: 6px;
}

.experts .expert .thumbnail {
	position: relative;
	float: left;
}

.experts .expert .thumbnail span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(images/play_button.png) no-repeat center;
}

.experts .expert .entry-content-expert {
	float: left;
	width: 148px;
	margin-left: 14px;
	font-size: 12px;
	line-height: 14px;
}

.experts .expert .entry-content-expert h2 {
	font-size: inherit;
	font-weight: bold;
}

.experts .expert .entry-content-expert h2:after {
	content: ',';
}


/* =Content
-------------------------------------------------------------- */

.online-content {
	color: white;
	font-size: 16px;
}

#container .online-content .content {
	width: 980px;
	padding: 0;
	background: none;
}

.online-content .col {
	position: absolute;
	top: 60px;
	bottom: 0;
	width: 280px;
	padding: 20px;
	background: url(images/black48.png);
	overflow: auto;
}

.online-content .col-1 {
	left: 0;
}

.online-content .col-2 {
	left: 320px;
}

.online-content .col-3 {
	left: 640px;
}

.online-content .entry-content {
	min-height: 125px;
	font-size: 12px;
}

.online-content .entry-content h2 {
	color: #c87123;
	font-size: 18px;
	padding-bottom: 8px;
}

.online-content iframe,
.online-content .thumbnail {
	display: block;
	margin-top: 20px;
}

.online-content .thumbnail {
	position: relative;
}

.online-content iframe:first-child,
.online-content .thumbnail:first-child {
	margin-top: 0;
}

.online-content .thumbnail span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(images/play_button.png) no-repeat center;
}


/* =About
-------------------------------------------------------------- */

.team {
	margin-top: 15px;
	font-size: 12px;
	line-height: 15px;
}

.team:first-child {
	margin-top: 0;
}

.team h2 {
	margin-bottom: 21px;
	color: #cccccc;
	font-size: 18px;
	line-height: 20px;
}

.team h2:after {
	content: ':';
}

.team .team-member {
	float: left;
	width: 136px;
	min-height: 180px;
	margin: 0 3px;
	text-align: center;
	cursor: pointer;
}

.team .team-member .thumbnail {
	display: block;
}

.team .team-member h3 {
	font-size: inherit;
}

.team .team-member .description {
	display: none;
}


/* =FAQ

-------------------------------------------------------------- */

#container .content.faq ol {
	list-style: decimal-leading-zero inside;
}

#container .content.faq h2 {
	font-size: inherit;
	cursor: pointer;
}

#container .content.faq .answer {
	display: none;
}


/* =Contact

-------------------------------------------------------------- */

#container .wpcf7 .input-box{
	float: left;
}

#container .wpcf7 .input-box label {
	font-size: 14px;
	font-weight: bold;
}

#container .wpcf7 .input-box label:after {
	content: ' :';
}

#container .wpcf7 .input-box input {
	width: 255px;
	height: 20px;
	background: #cccccc;
	border: none;
	margin: 9px 17px 9px 0;
	padding: 2px 5px;
}

#container .wpcf7 .input-box.country input {
	width: 177px;
	margin-right: 8px;
}

#container .wpcf7 .input-box.zip-code input {
	width: 58px;
}

#container .wpcf7 .input-box textarea {
	width: 535px;
	height: 74px;
	margin: 8px 0;
	padding: 2px 5px;
	background: #cccccc;
	border: none;
}

#container .wpcf7 p {
	clear: left;
}

#container .wpcf7 input[type="submit"] {
	position: absolute;
	left: 482px;
	padding: 8px 21px;
	color: #ffffff;
	font-size: 15px;
	border: none;
	background: url(images/submit.png) no-repeat;
}

#container .wpcf7 span.wpcf7-not-valid-tip {
	width: 260px;
	left: 2%;
	color: black;
}

#container div.wpcf7 img.ajax-loader {
	float: right;
	margin-top: 10px;
}


/* =News
-------------------------------------------------------------- */

#container .content.news {
	width: 980px;
	padding: 0;
	background: none;
}

.news .col {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 440px;
	background: url(images/black48.png);
}

.news .col-1 {
	left: 0;
}

.news .col-2 {
	left: 515px;
}

.news .header {
	height: 20px;
	padding: 5px 10px;
	color: black;
	background: #cccccc;
}

.news .header h2 {
	float: left;
	font-size: 21px;
}

.news .header a {
	float: right;
	color: black;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.news .header a:after {
	content: ' >';
}

.news .articles {
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 20px 20px;
	overflow: auto;
}

.news .hentry {
	line-height: 17px;
	padding: 10px 0 18px 15px;
	background: url(images/news_border_line.png) no-repeat bottom;
}

.news .hentry.featured .thumbnail,
.news .hentry.featured iframe {
	float: left;
	width: 185px;
}

.news .hentry.featured a.thumbnail {
	position: relative;
}

.news .hentry.featured a.thumbnail span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(images/play_button.png) no-repeat center;
}

.news .hentry.featured .text {
	margin-left: 200px;
}

.news .hentry .text {
	font-size: 12px;
}

.news .hentry .text .date {
	font-size: 10px;
	font-style: italic;
}

.news .hentry .text h3 {
	clear: none;
	font-size: inherit;
	font-weight: bold;
}

.news .hentry .text h3 a {
	text-decoration: none;
}

#container .content.news p {
	margin-bottom: 3px;
}

.news .hentry .text .more {
	margin-top: 3px;
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}

.news .hentry .more:after {
	content: ' >>';
}


/* =News
-------------------------------------------------------------- */

#container .content.archive .hentry {
	margin-bottom: 20px;
}

#container .content.archive h2 a {
	text-decoration: none;
}


/* =Lightbox
-------------------------------------------------------------- */

#lightbox {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(images/black70.png);
	z-index: 99999;
}

#lightbox .box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 690px;
	height: 388px;
	margin-top: -224px;
	margin-left: -375px;
	padding: 30px;
	background: #4d4d4d;
}

#lightbox .box .content {
	height: 100%;
	color: white;
	font-size: 14px;
	line-height: 16px;
}

#lightbox .box .content h2 {
	font-size: inherit;
	font-weight: bold;
}

#lightbox .box .content p {
	margin-top: 15px;
}

#lightbox .box .content a {
	color: inherit;
}

#lightbox .box .content h3 {
	clear: none;
	font-size: inherit;
	font-weight: bold;
}

#lightbox .box .content .thumbnail {
	float: left;
}

#lightbox .box .content h3,
#lightbox .box .content .description {
	margin-left: 160px;
}

#lightbox .box .content iframe.video {
	width: 100%;
	height: 100%;
}

#lightbox .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 43px;
	height: 42px;
	background: url(images/close.png) no-repeat;
	cursor: pointer;
}

/* =Loyalty
-------------------------------------------------------------- */

.loyalty-title {
	font-size: 18px;
}

.loyalty-title h1 {
	float: left;
	margin-right: 25px;
}

.loyalty-title a.loyalty-signin {
	float: left;
	width: 70px;
	height: 16px;
	margin-top: 55px;
	margin-left: 20px;
	padding: 9px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size: 15px;
	background: url(images/submit.png) no-repeat;
}

.enjoy-club {
	padding-top: 4px;
	font-size: 13px;
	float: left;
	line-height: 22px;
}

.enjoy-club h2{
	color: #f58025;
}

.enjoy-club.benefits {
	width: 277px;
}

.enjoy-club.free {
	width: 160px;
	margin-left: 50px;
}

.enjoy-club.simple {
	width: 250px;
	margin-left: 40px;
}

.enjoy-club .click-to-signup {
	display: inline-block;
	width: 167px;
	height: 21px;
	padding: 5px 3px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	background: url(images/click_to_signup.png) no-repeat;
	white-space: nowrap;
}


/* =Loyalty-Signing	
-------------------------------------------------------------- */

#container .loyalty-title .parent-page {
	float: left;
	margin-top: 54px;
	margin-bottom: 16px;
	margin-right: 10px;
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
}

#container .loyalty-title .parent-page + h1 {
	clear: none;
	font-weight: normal;
}

#container .loyalty-title .parent-page + h1:before {
	content: ' - ';
}

.error-message {
	margin-bottom: 20px;
	padding: 5px 10px;
	border: 1px solid red;
}

.loyalty-form-container {
	float: left;
	width: 270px;
	margin-left: 20px;
}

.loyalty-form-container:first-child {
	margin-left: 0;
}

.loyalty-form-container h2 {
	color: #f58025;
	font-size: 19px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.loyalty-form-container:first-child h2 {
	padding-left: 0;
}

.loyalty-form-container form {
	padding-left: 20px;
	border-left: 1px solid white;
}

.loyalty-form-container:first-child form {
	padding-left: 0;
	border-left: none;
}

.loyalty-form-container .input-box label {
	font-size: 14px;
	font-weight: bold;
}

.loyalty-form-container .input-box input {
	width: 260px;
	height: 22px;
	background: #cccccc;
	border: none;
	margin: 9px 0;
	padding: 1px 5px;
}

.loyalty-form-container input[type="submit"] {
	float: left;
	margin-top: 15px;
	background: url(images/submit.png) no-repeat;
	border: none;
	color: #ffffff;
	padding: 8px 21px;
	font-size: 15px;
}

.loyalty-form-container form.sign-up .error-message {
	width: 248px;
}


/* =Loyalty-Discounts
-------------------------------------------------------------- */

.discounts .discount {
	width: 160px;
	float: left;
	margin: 0px 25px 0px 5px;
	padding-right: 20px;
	height: 240px;
}

.discounts .discount .thumbnail {
	display: block;
	height: 160px;
	line-height: 160px;
}

.discounts .discount .thumbnail img {
	margin: 0 auto 10px;
	vertical-align: middle;
}

.discounts .discount h3 {
	font-size: 12px;
	text-transform: uppercase;
}

.discounts .discount h3 a {
	text-decoration: none;
}

.discounts .discount p {
	margin: 0;
	font-size: 12px;
	line-height: 14px;
}

@media screen and (max-height: 700px) {
	#header {
		height: 80px;
	}

	#header .logo {
		margin-top: 8px;
	}

	#header .logo img {
		height: 60px;
	}

	#header .social {
		margin-top: 30px;
	}

	#header .menu {
		padding-top: 15px;
	}

	#container {
		top: 80px;
		bottom: 30px;
	}

	#container h1 {
		padding-top: 24px;
	}

	#container .content {
		top: 60px;
		bottom: 160px;
	}

	#nav-menu {
		bottom: 20px;
	}

	#footer {
		height: 30px;
		line-height: 28px;
	}

	.loyalty-title a.loyalty-signin {
		margin-top: 20px;
	}

	#container .loyalty-title .parent-page {
		margin-top: 24px;
	}
}


/* =Loyalty-Discounts
-------------------------------------------------------------- */

.dtv-scrolling {
	overflow: visible !important;
}

.dtv-scrolling .viewport {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden; 
}

.dtv-scrolling .overview {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.dtv-scrolling .scrollbar {
	position: absolute;
	top: 18px;
	right: 0;
	width: 18px;
}

.dtv-scrolling .track {
	background-color: #999;
	height: 100%;
	width:18px;
	position: relative;
}

.dtv-scrolling .thumb {
	position: absolute;
	top: 0;
	width: 18px;
	height: 20px;
	background: #404040;
	overflow: hidden;
	cursor: pointer;
}

.dtv-scrolling .disable{
	display: none;
}

.dtv-scrolling .scroll-arrow {
	position: absolute;
	right: 0;
	width: 18px;
	height: 18px;
	background: #808080 url(images/scroll_arrows.png) no-repeat;
	cursor: pointer;
}

.dtv-scrolling .disable + .scroll-arrow {
	display: none;
}

.dtv-scrolling .disable ~ .scroll-arrow {
	display: none;
}

.dtv-scrolling .scroll-arrow.up {
	top: 0;
	background-position: top;
}

.dtv-scrolling .scroll-arrow.down {
	bottom: 0;
	background-position: bottom;
}

.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
