/* General Demo Style */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

/*body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #b3b9bf;
	background: #f9f9f9;
}*/

a {
	color: #888;
	text-decoration: none;
}

a:hover,
a:active {
	color: #333;
}

/* Header Style */
.container > header {
	margin: 0 auto;
	padding: 2em;
	text-align: center;
	background: rgba(0,0,0,0.01);
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}

/* To Navigation Style */
.codrops-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #888;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #333;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.codrops-icon:before {
	font-family: 'codropsicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

.codrops-icon-archive:before {
	content: "\e002";
}

.codrops-icon-next:before {
	content: "\e000";
}

.codrops-icon-about:before {
	content: "\e003";
}

/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 0.9em;
}

.codrops-demos a {
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	border: 3px solid #b3b9bf;
	color: #b3b9bf;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	border-color: #2c3f52;
	color: #2c3f52;
}
.ebtns {
    margin-bottom: 50px;
    margin-top:21px;
}
@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}

#cookie_div {
	background: #1c1c1c;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 7px;
	color: #fff;
	border-top: 1px solid #313131;
	z-index: 99;
}
#cookie_div #accept_cookie {
	background: #821233;
	border-radius: 25px;
	border: none;
	padding: 5px 20px;
	margin: 0 13px;
}
#cookie_div #discard_cookie {
	color: #fff;
	border-radius: 25px;
	border: none;
	border-radius: 25px;
	border: none;
	padding: 5px 20px;
	margin: 0 0px;
	background: #a4a4a4;
}
#cookie_div #accept_cookie:hover {
	background: #ce3c67;
}
#cookie_div #discard_cookie:hover {
	background: #7e7e7e;
}
@media only screen and (max-width:767px){
#cookie_div #accept_cookie {
	margin: 5px 10px 0;
}
}


.cust-pag {
	padding: 70px 0 0 0;
	width: 100%;
}

.pad-bot-1 {
	padding-bottom: 20px!important;
}

.ebtns {
        margin-bottom: 50px;
        margin-top:27px;
}

.left-btn-t {
    font-weight: bold;
    border-radius: 50px;
    border-width: 1px;
    border-color: #821233;
    border-style: solid;
    background: #821233;
    color: #ffffff;
    font-size: 17px;
    line-height: 38px;
    padding: 30px 118px;
    width: 450px;
    text-align: center;
    text-decoration: none;
}

.left-btn-t:hover {
	background: #fff;
	color: #821233;
}

.right-btn-t {
    font-weight: bold;
    border-radius: 50px;
    border-width: 1px;
    border-color: #821233;
    border-style: solid;
    background: #821233;
    color: #ffffff;
    font-size: 17px;
    line-height: 38px;
    padding: 30px 165px;
    width: 450px;
    text-align: center;
    text-decoration: none;
}

.right-btn-t:hover {
	background: #fff;
	color: #821233;
}
@media only screen and (max-width:400px){
#cookie_div #accept_cookie {
	margin: 5px 10px 0;
}
.ebtns {
    margin-bottom: 40px!important;
    margin-top:21px!important;
}
}


.cust-pag {
	padding: 28px 0 0 0;
	width: 100%;
}

.pad-bot-1 {
	padding-bottom: 20px!important;
}

.left-btn-t {
    font-weight: bold;
    border-radius: 50px;
    border-width: 1px;
    border-color: #821233;
    border-style: solid;
    background: #821233;
    color: #ffffff;
    font-size: 17px;
    line-height: 38px;
    padding: 30px 118px;
    width: 450px;
    text-align: center;
    text-decoration: none;
}

.left-btn-t:hover {
	background: #fff;
	color: #821233;
}

.right-btn-t {
    font-weight: bold;
    border-radius: 50px;
    border-width: 1px;
    border-color: #821233;
    border-style: solid;
    background: #821233;
    color: #ffffff;
    font-size: 17px;
    line-height: 38px;
    padding: 30px 165px;
    width: 450px;
    text-align: center;
    text-decoration: none;
}

.right-btn-t:hover {
	background: #fff;
	color: #821233;
}

@media screen and (max-width: 991px) {
	.ebtns .ghty {
		margin-top: 52px;
	}

	.right-btn-t {
           padding: 20px 100px !important;
	}

	.left-btn-t {
       padding: 20px 50px !important;
	}
}

.pop-img-o {
	width: 100%;
    height: auto;
}

#subpage {
       min-height: 70vh;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
}

.headf {
    margin-bottom: 30px !important;
    float: left;
    color: #fff;
    width: 100%;
    font-weight: 700;
    font-size: 25px;
    margin: 0 auto;
    line-height: 1;
}


.plm span {
    float: left;
    width: 1000%;
    font-size: 11px;
    font-weight: 300;
}

.plm {
    font-size: 15px!important;
    font-weight: 500;
    text-transform: none;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0 !important;
    max-width: 160px;
    line-height: 1;
}
