/* CSS Document */



*{
	margin:0;
	padding:0;
}


body{
	font-family: 'Lato', sans-serif;
	font-size:18px;
	color:#666666;
	font-weight:400;
}
img{
	display:block;
	border:none;
	outline:none;
}
ul{
	list-style:none;
}
input:focus, textarea:focus{
	outline:none;
}
input[type=submit]{
	-webkit-appearance:none;
}
textarea{
	overflow:auto;
}
a, a:hover{
	text-decoration:none;
	outline:none;
}

.clear{
	clear:both;
	font-size:0;
	line-height:0;
}
.wrapper{
	width:1140px;
	margin:0 auto;
}

.overFlow{
	overflow:hidden;
}

/*top section start*/

.header{
background:#6d0d19;
}

.logo{
margin:11px 0 6px;
float:left;
}

/*header search section start*/

.header-serch-area{
background:#f4f4f4;
padding:24px 0 28px;
}

.header-serch-area h2{
	font-size:40px;
	color:#333333;
	line-height:78px;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
}

.header-serch-area p{
	font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin: 0px auto 34px;
    text-align: center;
    width: 910px;
}

.single-form-block{
display: inline-block;
    margin-bottom: 18px;
    margin-right: 8px;
	vertical-align:top;
}

.no-rt-margin{
margin-right:0;
}

.news-select {
    background: #efefef url("../images/drop-down-arrow.png") no-repeat scroll right top;
    border: 2px solid #dfdfdf;
    border-radius: 6px;
    display: inline-block;
    float: left;
    height: 44px;
    margin: 0;
    overflow: hidden;
    vertical-align: middle;
    width: 214px;
}

.news-select select {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #333333;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 44px;
    margin: 0;
    padding: 0 0 0 10px;
    width: 108%;
}

.search-block{
	background: #efefef;
    border: 2px solid #dfdfdf;
	border-radius: 6px;
	width:442px;
	height:44px;
}

.search-block input[type="text"]{
 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #333333;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 42px;
    margin-left: 12px;
    width: 370px;
}

.search-block input[type="submit"]{
  background: #fff url("../images/search.png") no-repeat scroll center center;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #dfdfdf;
    border-radius: 0 6px 6px 0;
    border-style: none none none solid;
    border-width: 0 0 0 2px;
    float: right;
    height: 44px;
    text-indent: -9999px;
    width: 50px;
	cursor:pointer;
	transition-duration:0.3s;
}

.search-block input[type="submit"]:hover{
  background: #888888 url("../images/search-hov.png") no-repeat scroll center center;
  transition-duration:0.3s;
  }
  
 label.myCheckbox {
   display: block;
    margin-top: 0;
    width: auto;
}


label.myCheckbox input {
    display: none;
}

label.myCheckbox span {
    background: rgba(0, 0, 0, 0) url("../images/checkbox.png") no-repeat scroll left 3px;
    color: #333333;
    display: inline-block;
	vertical-align:top;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 7px;
    padding-left: 38px;
}

label.myCheckbox input:checked + span {
    background: rgba(0, 0, 0, 0) url("../images/checkbox-checked.png") no-repeat scroll left 3px;
}


/*body section start*/

.search-body{
background:#fff;
text-align:center;
padding-top:14px;
}

.search-images-list{
	overflow:hidden;
	}

.search-images-list li{
float: left;
    margin-right: 40px;
    margin-top: 40px;
    overflow: hidden;
    position: relative;
	border:2px solid #e0e0e0;
}


.search-images-list li:nth-child(4n){
	margin-right:0px;
	}

.search-images-list li img{
width:100%;
display:block;
}


/*Footer section start*/

.footer{
	background:#fff;
	text-align:center;
	color:#7e7e7e;
	font-size:15px;
	font-weight:400;
	padding:85px 0;
	margin-top:5px;
	}
	
.list-hover{
	background:rgba(0,0,0,.75);
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	content:"";
	transition-duration:0.3s;
	}
	
.list-hover-small-img img{
	width:84px;
	height:85px;
	}
	
.list-hover-content{
	padding:30px 30px 30px 30px;
	text-align:left;
	}
	
.list-hover-content p{
	font-size:16px;
	line-height:18px;
	color:#fff;
	font-weight:600;
	margin-top:18px;
	margin-bottom:26px;
	}
	
.list-hover-content p span{
	display:block;
	margin:0 0 5px 0;
}
	
.list-hover-content .see-more{
	background: rgba(0, 0, 0, 0) url("../images/see-more.png") no-repeat scroll right center;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    height: 10px;
    line-height: 15px;
    padding-right: 15px;
    text-transform: uppercase;
	transition-duration:0.3s;
	}
	
.list-hover-content .see-more:hover{
    padding-right: 20px;
	transition-duration:0.3s;
	color:#ffaab5;
}



.search-images-list li:hover .list-hover{
	/*bottom: 0;*/
	transition-duration:0.3s;
	}
	



.header-banner{
	height:475px;
	width:100%;
	background:url(../images/login-banner-bg.jpg) top center no-repeat;
	}
	
.header-bannerv2{
	height:475px;
	width:100%;
	background:url(../images/login-banner-bgv2.jpg) top center no-repeat;
	}
	
.log-in-page .wrapper{
	width:810px;
	}
	
.sign-up-logo{
	float:left;
	margin-top:30px;
	}
	
.sign-in-btn{
	background:#fff;
	margin-top:30px;
	text-align:center;
	font-size:18px;
	line-height:20px;
	color:#6d0d19;
	font-weight:400;
	 float:right;
	 width:95px;
	 padding:12px 0;
	 border-radius:5px;
	 transition-duration:0.3s;
	}
	
.sign-in-btn:hover{
	background:#6d0d19;
	color:#fff;
	transition-duration:0.3s;
}

.top-block-bg {
    position: relative;
    width: 100%;
}

.top-block-bg .wrapper {
    background: #fff none repeat scroll 0 0;
    position: relative;
}

.sign-up-form-section{
float: left;
    margin: -309px 0 0;
    position: relative;
    width: 100%;
    z-index: 100;
	}
	
.sign-up-form-section h2{
	text-align:center;
	color:#fff;
	font-size:45px;
	 font-weight: 400;
	}
	
#sign-up-form{
	background:#fff;
	border-radius:8px;
	box-shadow:0 0 3px 3px #ebebeb;
	margin-top:85px;
	padding:50px 40px 45px;
	}
	
#sign-up-form form .form-lt{
	float:left;
	width: 48%;
	}
	
#sign-up-form form .form-rt{
	float:right;
	width: 48%;
	}
	
#sign-up-form form label{
	color:#7e7e7e;
	font-size:15px;
	line-height:17px;
	margin-bottom:7px;
	display:block;
	}
	
	
	
.signup-form-block{
	margin-bottom:25px;
	}
	
#sign-up-form .form-lt input[type="text"], #sign-up-form .form-rt input[type="text"]{
	width:95%;
}
	
#sign-up-form input[type="text"] {
	font-family: 'Lato', sans-serif;
	background:#efefef;
	border:#dfdfdf 2px solid;
	 border-radius: 6px;
	 padding:0 10px;
	 width:320ox;
	 height:50px;
	width:97.7%;
	color:#999999;
	font-size:18px;
	font-weight:400;
}

#sign-up-form input[type="email"],
#sign-up-form input[type="password"] {
	font-family: 'Lato', sans-serif;
	background:#efefef;
	border:#dfdfdf 2px solid;
	 border-radius: 6px;
	 padding:0 10px;
	 width:320ox;
	 height:50px;
	width:97.7%;
	color:#999999;
	font-size:18px;
	font-weight:400;
}

#sign-up-form .news-select {
    width: 100%;
}

#sign-up-form input[type="submit"]  {
    background: #6d0d19 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    transition-duration: 0.3s;
    width: 168px;
	font-family: 'Lato', sans-serif;
	cursor:pointer;
}

#sign-up-form input[type="submit"]:hover{
    background: #efefef;
    color: #6d0d19;
}

.login-bg{
	background:rgba(0, 0, 0, 0) url("../images/login.jpg") no-repeat fixed center center / 100% 100%;
		background-attachment: fixed;
    background-position: center;
	
	}
	
.login-bgv1{
	background:rgba(0, 0, 0, 0) url("../images/loginv1.jpg") no-repeat fixed center center / 100% 100%;
		background-attachment: fixed;
    background-position: center;
	
	}
	
.login-bgv2{
	background:rgba(0, 0, 0, 0) url("../images/loginv2.jpg") no-repeat fixed center center / 100% 100%;
		background-attachment: fixed;
    background-position: center;
	
	}
	
.logo-login img{
	 display: block;
    float: none;
    margin: 75px auto 20px;
	
	}
	
#login-form{
	margin:0 auto 100px;
	}
	
#login-form .signup-form-block{
	margin-bottom:10px;
	position:relative;
	}
	

	
#login-form input[type="text"], #login-form input[type="email"], #login-form input[type="password"]{
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #dfdfdf;
    border-radius: 6px;
    color: #999999;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    padding: 0 10px;
    width: 93.7%;
	
}

#login-form label.myCheckbox {
    display: block;
    margin-right: 60px;
    margin-top: 0;
    width: auto;
}


#login-form label.myCheckbox span {
    background: rgba(0, 0, 0, 0) url("../images/login-checkbox.png") no-repeat scroll left 3px;
    color: #ffffff;
    display: block;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 18px;
    line-height: 23px;
    margin-bottom: 7px;
    padding-left: 30px;
}

#login-form label.myCheckbox input:checked + span {
    background: rgba(0, 0, 0, 0) url("../images/login-checkbox-checked.png") no-repeat scroll left 3px;
}

.login-btn{
	background: #6d0d19 url("../images/login-btn-bg.png") repeat-x scroll left bottom;
    border: 2px solid #6d0d19;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-family: "Lato",sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	transition-duration:0.3s;
	}
	
.login-btn:hover{
	background: #82303a;
	transition-duration:0.3s;
}

.forgot-password p a{
	color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 16px;
    margin-top: 20px;
    text-align: center;
    text-decoration: underline;
	}
	
.or-option{
	font-size:20px;
	line-height:25px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	position:relative;
	margin-bottom: 25px;
	}
	
.or-option:before{
	 background: #d3d3d3 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 170px;
	}
	
.or-option:after{
	 background: #d3d3d3 none repeat scroll 0 0;
    content: "";
    height: 1px;
    right: 0;
    position: absolute;
    top: 15px;
    width: 170px;
	}
	
.fb-btn{
	background:#2852ab url(../images/fb-bg.png) bottom repeat-x;
	border:2px solid #1945a1;
	border-radius:6px;
	height:50px;
	display:block;
	overflow:hidden;
	transition-duration:0.3s;
	}
	
.fb-btn span{
	background: rgba(0, 0, 0, 0) url("../images/fb-icon.png") no-repeat scroll left center;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    height: 20px;
    padding: 15px 0 20px 120px;
	}
	
	
.fb-btn:hover{
	  background:#1945a1;
	  transition-duration:0.3s;
	}
	
.lk-btn{
	background:#0177b0 url(../images/lk-bg.png) bottom repeat-x;
	margin-top:10px;
	border:2px solid #01699b;
	border-radius:6px;
	height:50px;
	display:block;
	overflow:hidden;
	transition-duration:0.3s;
	}
	
.lk-btn span{
	background: rgba(0, 0, 0, 0) url("../images/lk-icon.png") no-repeat scroll left top;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    height: 21px;
    padding: 14px 0 20px 125px;
	
	}
	
.lk-btn:hover{
	background:#01699b;
	transition-duration:0.3s;
	}
	
.validity-box{
	 background: #6d0d19 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: 300;
    padding: 5px;
    position: absolute;
    right: -105px;
    text-align: center;
    text-transform: uppercase;
    top: 14px;
    z-index: 5;
	}


	
.validity-box:before{
	 background: rgba(0, 0, 0, 0) url("../images/red-arrow.png") no-repeat scroll left center;
    content: "";
    left: -4px;
    padding: 5px;
    position: absolute;
    top: 6px;
	}
	
.invalid-input{
	border:2px solid #6d0d19 !important;
	}



.outerdiv{
	display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
.middlediv {
    display: table-cell;
    vertical-align: middle;
}
.login-div{
	width:400px;
	margin:0 auto;
	position:relative;
}
.check-block{
	padding:10px 0 0;
}

p.warning
{
    color:black;
    text-align:center;
}

.signup-left{
    width:470px;
    float:left;
}
.signup-right{
    width:220px;
    float:left;
    margin:0 0 0 38px;
}
.signup-right ul{
    margin:0;
    padding:0;
    overflow:hidden;
}
.signup-right ul li{
    margin-bottom:30px;
    padding-bottom:25px;
    border-bottom:1px solid #eeeeee;
    overflow:hidden;
}
.signup-right ul li:last-child{
    margin:0;
    padding:0;
    border:none;
}
.signup-right ul li h3{
    font-size:18px;
    line-height:24px;
    color:#333333;
    margin:0 0 10px;
}
.signup-right ul li p{
    font-size:16px;
    line-height:24px;
}



	


