/* 
    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;
}

#enableslider {
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 1px;
}
/* >>Captions: correspond with captionTypes in Settings */
.Topleft, .Topright, .Bottomleft, .Bottomright {
	font-size: 40px;
	padding: 20px;
	color: #ffffff;
	text-transform: uppercase;
	-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: #0072bc;
	left: 10%;
	top: 10%;
}
.Topright {
	background-color: #0072bc;
	right: 1%;
	top: 1%;
}
.Bottomleft {
	background-color: #7cb6e4;
	left: 25%;
	top: 70%;
}
.Bottomright {
	background-color: #7cb6e4;
	right: 10%;
	bottom: 20%;
	text-align: center;
}

.widget {
	color: white;
	position: fixed;
}
img.pull-left {
    margin-left: 100px;
    height: 150px !important;
}

.widget img {
    width: auto !important;
}

.gap-2 {
	display: none;
}