@font-face {
    font-family: prada;
    src: url(../fonts/Prada.ttf);
}

@font-face {
    font-family: HelveticaNeueLTProBd;
    src: url(../fonts/HelveticaNeueLTPro-Bd.ttf);
}

@font-face {
    font-family: OpenSansregular;
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: HelveticaNeueLTProLt;
    src: url(../fonts/HelveticaNeueLTPro-Lt.otf);
}

a{
	text-decoration: none !important;
}

body{
	background: #1d1d1d;
}

.top-sites{
	background: #0b0b0b; 
	padding: 5px;
	overflow: hidden;
    height: 35px;
}

.top-sites a{
	text-decoration: none;
}

.site{
	font-size: .8vw;
	padding: 0 10px;
	color: #fff;
}

.site.mainsite.d-inline-block{
	font-family: HelveticaNeueLTProBd;
}

.site.curr.d-inline-block{
	font-family: HelveticaNeueLTProBd;
}

.logo{
	color: #fff;
	font-size: 60px;
	font-family: prada;
}

.logo span{
	color: #c91820;
}

.logo a{
	text-decoration: none;
	color: #fff;
	vertical-align: bottom;
}

.loginjoin{
	font-family: HelveticaNeueLTProLt;
	/*font-size: 20px;*/
	color: #fff;
}

.loginjoin a{
	text-decoration: none;
	color: #fff;
}

.mobile-menu{
	font-family: HelveticaNeueLTProLt;
	font-size: 20px;
	padding: 0 25px;
}

.mobile-menu a{
	text-decoration: none;
	color: #fff;
}

.moblink{
	/*height: 100%;*/
	/*height: 55px;*/
	/*padding: 15px;*/
	color: #fff;
	font-family: HelveticaNeueLTProLt;
}

.moblink a{
	color: #fff;
    /*margin: 6%*/
}

.moblink.d-inline-block {
    height: 100%;
    padding: 15px 12px;
}

.mobnav{
	height: 55px;
}

.theme-mobile.align-middle.hidden-md-up img {
    width: 80%;
}

.theme-mobile.align-middle.hidden-md-up{
	padding: 10px 0 0 0;
}

.theme img{
	/*width: 100%;*/
}

.logo img{
	width: 100%;
}

.joinlink{
	background: #0aace8;
}

.header-mobile .logo-wraper{
	font-size: 40px;
}

.mobilemenu-wrapper{
	background: #0b0b0b;
}

.d-inline-block.border {
    border-left: 1px solid #313131;
    height: 30px;
    margin-top: 12px;
    position: absolute;
}

.joinmobile{
	font-family: HelveticaNeueLTProBd;
}

.joinnow{
	font-family: HelveticaNeueLTProBd;
	color: #fff;
	background: #0aace8;
	border-radius: 2px;
	padding: 5px;

	-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;

}

.joinnow a{
	text-decoration: none;
	color: #fff;
}

.joinnow:hover{
	background: #2ebcf0;
	cursor: pointer;
}

.theme.align-middle {
    padding-top: 30px;
}

.theme.align-middle img{
	/*width: 100%;*/
}

.loginjoin .pull-right{
    padding-top: 35px;
}

.loginjoin .login{
	padding: 0 20px;
}

/*THUMB DESIGN START*/
.view img {
    display: block;
    position: relative;
    width: 100%;
}

.thumb{
    /*padding: 5px !important;*/
    /*border: 1px solid red;*/
    /*margin: 5px;*/
    padding: 3px;
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -moz-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

}

.thumb-wrapper{
	background: #fff;
	padding: 3px;
}

.desc{
	padding: 0 10px 10px 10px;
	font-family: OpenSansregular;
	font-size: 15px;
	color: #ed1a4c;
}

/*THUMB DESNGIN END*/
.pag{
	font-family: HelveticaNeueLTProBd;
	color: #fff;
	padding: 5px 10px;
	margin-top: 10px;

	-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.pag:hover{
	background: #ed1a4c;
    cursor: pointer;

	/*-webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;*/
}

.pag-wrapper{
	margin: auto;
	font-size: 24px;
}

.pag-wrapper a{
	text-decoration: none;
}

.joinbtn{
    font-family: HelveticaNeueLTProBd;
    font-size: 40px;
    color: #fff;
    background: #0aace8;
    border-radius: 5px;
    width: 65%;
    margin-top: 20px;

    -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.joinbtn:hover{
    background: #2cbcf1 !important;
    -webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
    -moz-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
    animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

.joinbtn a{
	text-decoration: none;
	color:#fff;
}

.footer , .footer a{
	margin-top: 20px;
	color: #898989;
	font-family: HelveticaNeueLTProLt;
	font-size: 14px;
    font-weight: 700;
}

.benefits{
	padding: 20px 0;
}

.bentinfo{
	color: #82839c;
	font-family: HelveticaNeueLTProLt;
	font-size: 14px;
}

.benefit-wrapper{
	padding: 5px 0;
}


.footerlinks{
	padding: 10px 0 0 0;
}

.footerlinks, .footerlinks a{
	color: #fff;
	font-family: HelveticaNeueLTProLt;
	font-size: 14px;
	text-decoration: none;
    font-weight: 700;
}

.segpayepoch span, .segpayepoch span a{
	font-family: HelveticaNeueLTProLt;
	font-size: 14px;
	text-decoration: none;
	color: #c91820;
    font-weight: 700;
}

.copyright{
	padding: 20px 0;
}

.connect{
	padding: 0 0 20px 0;
}

.connect a{
	color: #fff;
}

.benefits-mob{
	padding: 10px 15px;
}

.benefits img{
	margin: 5px;
}

.container {
    width: 100%;
    min-width: 100%;
}

.view a.info img{
	width: 70% !important;
}

.mobile-menu{
	background: #141414
	padding: 5px;
}

@media (min-width: 1200px){
	.container {
	    width: 1300px;
	    min-width: 100%;
	}
}

@media (max-width: 1200px){
	.desc{
		font-size: 80% !important;
	}
}

@media (max-width: 992px){
	.logo img{
		width: 30%;
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.desc{
		font-size: 50% !important;
	}

	.mobtheme img{
		width: 40%;
		padding-bottom: 20px;
		padding-top: 20px;
	}
}

@media (max-width: 575px) {
	.logo > img , .logo-wraper img {
		width: 100% !important;
	}

	.mobtheme img{
		width: 90%;
		padding: 10px;
	}

	.container{
	    min-width: 90% !important;
	    width: 90% !important;
	}

	.moblink a{
		/*font-size: 80%;*/
	}

	.thumb{
		width: 50%;
	}

	.desc{
		font-size: 70%;
	}

	.view-ninth:hover .content {
		top: 40% !important;
		font-size: 100% !important;
	}

	.pag{
		padding: 5px 4px;
	}

	.pag-wrapper {
	    font-size: 100%;
	}

	.joinbtn {
	    font-size: 4vw !important; 
		width: 75%; 
		padding: 10px 5px;
		border-radius: 2px;
	}

	.copyright ,.copyright a{
		color: #898989 !important;
	}

	.benefit-wrapper img {
		width: 100%;
	}

	.benefit-wrapper{
		width: 20%;
	    padding: 5px;
	}

	.footer{
		margin-top: 0px;
	}
}

@media (max-width: 1199px) { 
	.benefit-wrapper img {
		/*width: 100%;*/
	}
}

@media (max-width: 1200px) {
	.joinbtn {
	    font-size: 100%; 
		width: 75%; 
		padding: 10px 5px;
		border-radius: 2px;
	}

	
}

@media (min-width: 1370px) {
	.view a.info img {
	    width: 100% !important;
	    /*width: 70%;*/
	}
}