body{margin:0; padding:0;}

#dz_main_slider{
		padding: 0;
		position: relative;
		
		background: #FFF;
	}

#dz_main_slider_text{
			font-size: 50px;
			line-height: 50px;
		}

		#dz_main_slider_text .bold{
			font-size: 60px;
			line-height: 60px;
		}
		
#frontpage_slider{
		padding: 0;
		margin: 0;
	}

	.tp-leftarrow.default,
	.tp-rightarrow.default {
		width: 44px;
		height: 44px;
		text-align: center;
	}
	

	.tp-leftarrow.default{
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px; background: #fff url(../images/ArrowLeft.png) no-repeat center 0;
	}

	.tp-rightarrow.default {
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px; background: #fff url(../images/ArrowRight.png) no-repeat center 0;
	}

	.tp-leftarrow.default:hover{
		background: #344A8F url(../images/ArrowLeft.png) no-repeat center -44px;
	}
	.tp-rightarrow.default:hover {
		background: #344A8F url(../images/ArrowRight.png) no-repeat center -44px;
	}

	.tp-leftarrow.default:before,
	.tp-rightarrow.default:before {
		font-family:'WebHostingHub-Glyphs';
		display: block;
		color: #505558;
		text-align: center;
		font-size: 16px;
		line-height: 44px;
		width: 100%;
		height: 100%;
		background: #fff url(../images/ArrowRight.png) no-repeat center 0;
	}

	.tp-leftarrow.default:hover:before,
	.tp-rightarrow.default:hover:before {
		color: #fff !important;
	}

	.tp-rightarrow.default:before {
		background: #fff url(../images/ArrowRight.png) no-repeat center 0;
	}

	.tp-bullets.simplebullets.round .bullet {
		background-image: url(images/bullet.png);
	}

	.tp-bullets.simplebullets.round .bullet{	
		background:#fff;
		width: 15px;
		height: 15px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		margin-right: 7px;
	}

	.tp-bullets.simplebullets.round .bullet:hover,
	.tp-bullets.simplebullets.round .bullet.selected{	
		background-color:#344A8F;
	}

	.tp-caption.dzen_title{
		position:absolute;
		color:#fff;
		font-weight:300;
		font-size:38px;
		line-height:38px;
		font-family:Roboto;
		margin:0px;
		border-width:0px;
		border-style:none;
		white-space:nowrap;
	}

	.tp-caption.dzen_text{
		position:absolute;
		color:#fff;
		font-weight:300;
		font-size:24px;
		line-height:32px;
		font-family:Roboto;
		margin:0px;
		border-width:0px;
		border-style:none;
	}

	.tp-caption.dzen_button{
		position:absolute;
		color:#fff;
		background:#056ab2;
		font-weight:300;
		font-size:20px;
		line-height:20px;
		padding:15px 30px;
		font-family:Roboto;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border-radius:3px;
		margin:0px;
		border-width:0px;
		border-style:none;
		white-space:nowrap;
		cursor:pointer;
	}

	.tp-caption.dzen_button:hover{
		background:#505558;
	}
		
@media only screen and (min-width: 768px) and (max-width: 979px) {
		#dz_main_slider_text{
			font-size: 40px;
			line-height: 40px;
		}

		#dz_main_slider_text .bold{
			font-size: 50px;
			line-height: 50px;
		}
	}

@media only screen and (max-width: 767px){
		
		#dz_main_slider{
		
		}

		#dz_main_slider_logo{
			padding: 0 20px;
		}

		#dz_main_slider_text{
			font-size: 30px;
			line-height: 30px;
		}

		#dz_main_slider_text .bold{
			font-size: 40px;
			line-height: 40px;
		}

		.dz_main_slider_scroll_icon,
		.dz_main_slider_scroll_info{
			margin-bottom: 10px;
		}

		#dz_main_slider_scroll {
			bottom: 10px;
		}

	}
@media only screen and (min-width: 0px) and (max-width: 479px) {
	#dz_main_slider{
			width:100%; overflow:hidden;
			
		}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#dz_main_slider{
			width:100%; overflow:hidden;
			
		}
}