/* 
    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;	
}
/* 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, .Topright {
	padding: 20px;
	color: #ffffff;	
    background-color: transparent;
    /* -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%;
}
.Bottomleft, .Bottomright {
	padding: 10px;
    background-color: transparent;
	color: #3981a6;
    /* border: 1px solid #585858; */
	margin-left: 40px;
	max-width: 50%;
	
}
@media (max-width: 991px) {
	.Topleft {
		font-size: 25px;
		right: 50%;
	}
	.Topright {
		font-size: 25px;
		left: 50%;
	}
	.Bottomleft {	
		top: 25%;	
	}
	.Bottomright {
		left: 25%;
	}
}
@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) {
	.Topleft {
		font-size: 30px;
		right: 50%;
	}
	.Topright {
		font-size: 30px;
		left: 50%;
	}
	.Bottomleft {	
		/* top: 20%;	 */
	}	
	.Bottomright {
		/* left: 60%; */
	}
}
/* >>Captions: correspond with captionTypes in Settings */
.Topleft, .Topright, .Bottomleft, .Bottomright {	
	font-size: 30px;
	padding: 20px;
	color: #3981a6;	
	/* -webkit-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.5);    -moz-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.5);    box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.5);    border: 1px solid white;	 */
	height: auto !important;
	width: auto !important;	
}
.Topleft {    
	background-color: transparent;	
	left: 10%;
	top: 3%;
}
.Topright {
	background-color: transparent;
	right: 3%;	
	top: 3%;
}
.Bottomleft {	
	background-color: #ffffff;
    border: 5px solid #f18500;	
    left: 0%;
    bottom: 5%;
	text-align: center;
}
.Bottomright {	
	background-color: #ffffff;
    border: 5px solid #f18500;
	right: 5%;	
	bottom: 5%;
	text-align: center;	
}
#enableslider {
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 1px;
}

.widget {
	color: white;
	position: fixed;
}
img.pull-left {
    margin-left: 100px;
    height: 150px !important;
}

.widget img {
    width: auto !important;
}
