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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	font-family: 'Montserrat', sans-serif;
	margin:0;

    
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
	background-position: center;
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
 ul{
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
p{
	padding: 0;
	margin: 0;
	color:#999;
}
/*-- main --*/
.main {
    padding: 85px 0;
    text-align: center;
    /* background: url(1.jpg) no-repeat; */
    height: 100%;
    /* background-size: cover; */
}
h1.logo-w3  {
    font-size: 3em;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #ffffff;
	text-align:center;
	margin:0;
	width: 100%;
}
.w3layouts-main h2 {
	color: #dbe80b;
    font-size: 29px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}
.w3layouts-main{
    max-width:510px;
    margin: 0 auto;
    background:rgba(0, 0, 0, 0.8);
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.75);
    margin-top: 171px;
}
.w3layouts-main{
	padding: 40px 30px;
}


.head-form {float: left;
    font-weight: bold;
    color: #fff;
    margin-bottom: 12px;}
input[type="text"], input[type="email"], input[type="tel"], input[type="city"] {
    width: 100%;
    padding: 15px;
    outline: none;
    font-size: 13px;
    font-weight: 100;
    color: #fff;
    margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
    border: 1px solid #fff;
    background: transparent;
    background:#000;
    letter-spacing: 1px;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius:3px;
	-o-border-radius: 3px;
    box-sizing: border-box;
}
input[type="submit"] {
    width: 100%;
    padding: 14px 30px;
    font-size: 14px;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius:3px;
	-o-border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #fff;
    color: #333;
    border: none;
    outline: none;
    cursor: pointer;
	font-family: 'Montserrat', sans-serif;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
input[type="submit"]:hover {
    background: #ff4f81;
    color: #fff;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
}
.w3layouts-main2 input[type="submit"] {
    margin: 27px auto 31px;
}
/*--placeholder-color--*/

::-webkit-input-placeholder{
	color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
	color: #fff;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #fff;
}

:-ms-input-placeholder {  
	color: #fff;
}
/*--//placeholder-color--*/
/*-- //main --*/

/*--footer--*/
.footer-w3l p {
    margin: 3.5em 0em 0em;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 26px;
}
.footer-w3l a {
    color:#999;
	font-family: 'Montserrat', sans-serif;
}
.footer-w3l a:hover {
    color:#fff;
    text-decoration: underline;
}
/*--//footer--*/

/*--responsive--*/

 
@media(max-width: 1440px){
	h1.logo-w3 {
		font-size: 2.8em;
	}
}
@media(max-width: 1366px){
	h1.logo-w3 {
		font-size: 2.7em;
	}
	.footer-w3l p {
		margin: 3em 0em 2em;
	}
}
@media(max-width: 1280px){
	h1.logo-w3 {
		font-size: 2.8em;
	}
	.footer-w3l p {
		margin: 4.5em 0em 0em;
	}
}
@media(max-width: 1080px){
	h1.logo-w3 {
		font-size: 2.7em;
		letter-spacing: 3px;
	}
	.w3layouts-main h2 {
		font-size: 27px;
	}
}
@media(max-width: 1024px){
	h1.logo-w3 {
		font-size: 2.6em;
	}
	.w3layouts-main h2 {
		font-size: 26px;
	}
	.footer-w3l p {
		margin: 2em 0em;
	}
}
@media(max-width: 991px){
	h1.logo-w3 {
		font-size: 2.5em;
		margin: 1em 0;
	}
	.w3layouts-main h2 {
		font-size: 25px;
	}
	input[type="submit"] {
		padding: 14px 30px;
		font-size: .875em;
	}
	
		.add-new-bg-mob {
    background-image: url(https://www.aleeclub.net/results_closeddddd/images/bg-new-option.jpg);
    background-repeat: no-repeat;
    background-color: #fde8e3;
    background-size: contain;
    background-position: inherit;
    }
    
}
@media(max-width: 800px){
	h1.logo-w3 {
		font-size: 2.4em;
		letter-spacing: 2px;
	}
	
		.add-new-bg-mob {
    background-image: url(https://www.aleeclub.net/results_closeddddd/images/bg-new-option.jpg);
    background-repeat: no-repeat;
    background-color: #fde8e3;
    background-size: contain;
    background-position: inherit;
    }
    
    
}
@media(max-width: 736px){
	h1.logo-w3 {
		font-size: 2.3em;
	}
	.footer-w3l p {
		font-size: 14px;
		letter-spacing: 1px;
	}
	
		.add-new-bg-mob {
    background-image: url(https://www.aleeclub.net/results_closeddddd/images/bg-new-option.jpg);
    background-repeat: no-repeat;
    background-color: #fde8e3;
    background-size: contain;
    background-position: inherit;
    }
    
    
}
@media(max-width: 667px){
	h1.logo-w3 {
		font-size: 2em;
		letter-spacing: 1px;
	}
	.w3layouts-main h2 {
		font-size: 23px;
	}
	
		.add-new-bg-mob {
    background-image: url(https://www.aleeclub.net/results_closeddddd/images/bg-new-option.jpg);
    background-repeat: no-repeat;
    background-color: #fde8e3;
    background-size: contain;
    background-position: inherit;
    }
    
    
}
@media(max-width: 568px){
	.footer-w3l p {
		margin: 2em;
	}
	
		.add-new-bg-mob {
    background-image: url(https://www.aleeclub.net/results_closeddddd/images/bg-new-option.jpg);
    background-repeat: no-repeat;
    background-color: #fde8e3;
    background-size: contain;
    background-position: inherit;
    }
    
    
}
@media(max-width: 480px){
	h1.logo-w3 {
		font-size: 1.8em;
	}
	.w3layouts-main h2 {
		font-size: 20px;
		letter-spacing: 1px;
	}
	.footer-w3l p {
		margin: 2em 1em;
	}
	.w3layouts-main {
		max-width: 350px;
	}
	
		.add-new-bg-mob {
    background-image: url(https://www.aleeclub.net/results_closeddddd/images/bg-new-option.jpg);
    background-repeat: no-repeat;
    background-color: #fde8e3;
    background-size: contain;
    background-position: inherit;
    }
}
@media(max-width: 414px){
	h1.logo-w3 {
		font-size: 1.7em;
		line-height: 1.4;
	}
	.footer-w3l p {
		font-size: 14px;
	}
	.w3layouts-main {
		max-width: 300px;
	}
	input[type="text"], input[type="email"], input[type="city"] {
		padding: 12px 15px;
	}
	
		.add-new-bg-mob {
    background-image: url(https://www.aleeclub.net/results_closeddddd/images/bg-new-option.jpg);
    background-repeat: no-repeat;
    background-color: #fde8e3;
    background-size: contain;
    background-position: inherit;
    }
    
}
@media(max-width: 375px){
	.w3layouts-main {
		max-width: 280px;
	}
	
	
	.main {
    padding: 85px 0;
    text-align: center;
    /* background: url(1.jpg) no-repeat; */
    height: 100%;
    /* background-size: cover; */
}
	
	.add-new-bg-mob {
    background-image: url(https://www.aleeclub.net/results_closeddddd/images/bg-new-option.jpg);
    background-repeat: no-repeat;
    background-color: #fde8e3;
    background-size: contain;
    background-position: inherit;
    }
}
@media(max-width: 320px){
	h1.logo-w3 {
		font-size: 1.4em;
	}
	.w3layouts-main h2 {
		font-size: 19px;
		letter-spacing: 0px;
	}
	.footer-w3l p {
		font-size: 13px;
		margin: 2em 0em 1.5em;
	}
}
/*--//responsive--*/



.top-bar {
    background-color: #1d283e;
    position: relative;
    overflow: hidden;
    display: block;
}

.weather {
    background-color: #0E6FE7;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 0 13px;
    text-transform: uppercase;
    line-height: 22px;
}


.breakingNews {
    width: 100%;
    height: 40px;
    background: inherit;
    position: relative;
    overflow: hidden;
}


.nopadding {
    padding: 0;
}



.breakingNews>.bn-title>h2 {
    display: inline-block;
    margin: 0;
    padding: 0 14px;
    line-height: 40px;
    font-size: 16px;
    color: #FFCC33;
    height: 40px;
    box-sizing: border-box;
    font-weight: bolder;
    text-transform: uppercase;
}




.breakingNews>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 160px!important;
    top:6px;
    right: 40px;
    height: 40px;
    font-size: 14px;
}

.breakingNews>ul>li>a {
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    word-spacing: 1px;
    padding-top: 4px;
}

.top-header {
    /* background-color: #FFF; */
    padding: 10px 0;
    /* border: 1px solid #f1f1f1; */
}


.navbar-default, .header, .flex-direction-nav a, .mini-widget .post:hover a, .widget-title hr:before {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #FFCC33 !important;
}



.footer-bottom {
    /* background: #1d283e; */
    /* border-top: 1px solid #121825; */
    /* border-bottom: 8px solid #1d283e; */
}



.footer-bottom .left {
    float: left;
    width: 100%;
    margin: 26px 0 0;
    color: #fff;
}



.footer-bottom  .navbar-default{
    margin: 0;
}



.footer-bottom  .navbar-nav > li > a {
    color: #fff;
    margin: 12px 0 0;
}









.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    float: left;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4; margin: 0 0 20px;
}
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}


 
.callout.callout-info {
    background-color: #0e6fe7 !important;
    padding: 10px;
    color: #fff;
    margin: 0 0 17px;
}




.add-new-bg-mob {
    background-image: url(https://www.aleeclub.net/result/images/bg-new-option.jpg);
    background-repeat: no-repeat;
    background-color: #fde8e3;
    background-size: contain;
    /* background-position: inherit; */
    }



.add-img-mg-new {margin: 153px 0 -100px 0;}