/* 
    Document   : EditYourTv stylesheet
    Author     : Thar Design
    Description: Stylesheet for template EditYourTv
*/

* {
	margin: 0;
}
html, body{
    font-family: 'Roboto', sans-serif;
}
html {
	position: relative;
	min-height: 100%;
	height:100%;
}
body{
	height: 100%;
}
h1,h2,h3,h4,h5,h6{
/*    font-weight: lighter;*/
}
h2 {
	margin-top: 30px !important;
	margin-left: 300px !important;
	font-size: 32px;
}
p {
    margin: 0 200px 0 300px;
	font-size: 20px;	
}
.ta_widget p {
	margin: 20px;	
}   
/* Header */
.header{ 
    color: #fff;
}
.header>.container>.navbar{
    margin-top: 10px;
    margin-bottom: 10px;
	border-radius: 10px;
}
.header>.container>.navbar-transparent{
    background:none!important;
    border:none!important;
}



/* == SLIDESHOW > HEADER == */
/* >>Arrows: different position & using images */
.slick-prev, .slick-next {
    top: 75%;
}
.slick-prev:before, [dir='rtl'] .slick-prev:before, .slick-next:before, [dir='rtl'] .slick-next:before {
    content: none;
}
.slick-prev {
	width: 42px;
	height: 42px;
	background: url(../img/prev.png) no-repeat;	
	opacity: .75;	
}
[dir='rtl'] .slick-prev {
	width: 42px;
	height: 42px;	
	background: url(../img/next.png) no-repeat;	
	opacity: .75;
}
.slick-next {
	width: 42px;
	height: 42px;
	right: 5px;
	background: url(../img/next.png) no-repeat;	
	opacity: .75;
}
[dir='rtl'] .slick-next {
	width: 42px;
	height: 42px;	
	background: url(../img/prev.png) no-repeat;	
	opacity: .75;
}
.slick-prev:hover, .slick-prev:focus {
	background: url(../img/prev.png) no-repeat;	
	opacity: 1;
}
.slick-next:hover, .slick-next:focus {
	background: url(../img/next.png) no-repeat;	
	opacity: 1;	
}

/* >>Dots: different position & colors */
.slick-dots {
    position: absolute;
	right: 20px;
    text-align: right;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: .75;
}
.slick-dots li button:before {
    opacity: 1;
    color: #ffffff;	
}
.slick-dots li.slick-active button:before {
    opacity: 1;	
	color: #f9b000;
}

/* >>Captions: correspond with captionTypes in Settings */
.Topleft {
	padding: 20px;
	color: #ffffff;	
    background-color: #585858;
    -webkit-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.75);
    border: 1px solid white;	
	margin-left: 20px;
	top: 10%;
}
.Topright {
	color: #ffffff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);	
	margin-right: 10px;
	bottom: 90px;	
}
.Bottomleft {
	padding: 10px;
    background-color: #ffffff;
	color: #585858;
    border: 1px solid #585858;
	margin-left: 40px;
}
.Bottomright {
	padding: 10px;
	margin-right: 5px;	
    background-color: #585858;
	color: #ffffff;
	text-transform: uppercase;	
	bottom: 40px;
}
@media (max-width: 991px) {
	.Topright {
		font-size: 25px;
		left: 50%;
	}
	.Bottomleft {	
		top: 25%;	
	}
	.Bottomright {
		font-size: 11px;		
		left: 50%;
	}
}
@media (max-width: 650px) {
	.Topright {
		font-size: 20px;
		left: 40%;
	}
	.Bottomleft {	
		top: 35%;	
	}	
	.Bottomright {
		font-size: 10px;		
		left: 40%;
	}
}
@media (max-width: 500px) {
	.Topleft, .Topright, .Bottomleft, .Bottomright {
		display: none !important; 
	}
}
@media (min-width: 992px) {
	.Topright {
		font-size: 30px;
		left: 60%;
	}
	.Bottomleft {	
		top: 20%;	
	}	
	.Bottomright {
		left: 60%;
	}
}

#enableslider {
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 1px;
}

/* == TV == */
.widget {
	color: white;
	position: fixed;
}
/* >>Widget: Rss feed */
img.pull-left {
    margin-left: 100px;
    height: 150px !important;    width: auto !important;
}
a {
	color: white;
	text-decoration: none;
}
 
/* >>Widget: Date */
.date_time {
	font-size: 45px;
	color: #ffffff;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
/* >>Widget: Weather */
.weather {
	border: 1px solid #e7e7e7;
	background-color: inherit;
	-moz-box-shadow: 0 0 2px 1px #e7e7e7;
	-webkit-box-shadow: 0 0 2px 1px #e7e7e7;
	box-shadow: 0 0 2px 1px #e7e7e7;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.weather div { 
	margin:7px 10px; 
}
.weather div div { 
	color: #222222;
	font-family: Arial;
	font-size: 12px;
	margin: 0px 0px 7px 0px;
	line-height: 14px; 
	vertical-align: center;
}
.marquee {
    height: 100% !important;
    margin: 24px !important;
}
.marquee p {
    font-size: 30px !important;
}
div[id^='textarea'] {
	color: #000;
	text-align: center;
	position: relative;
	z-index: 999;
}
div[id^='textarea'] p {
	padding-top: 50px !important;
	font-size: 30px !important;
}