body .container{
	max-width:960px;
	width:100%;
}
.share-this{
	margin-top:20px;	
}
.share-this strong{
	margin-right:20px;
}
.modal{
	display:none;
}
body.home-page .modal{
	position:absolute;
	width:100%;
	height:100%;
	z-index:9999999;
	display:block;
}
body.home-page .modal-overlay{
	background-color:rgba(0, 0, 0, 0.5);
	width:100%;
	height:100%;
	position:absolute;
}
body.home-page .modal-body{
	max-width:800px;
	max-height:560px;
	width:80%;
	height:auto;
	top:5%;
	right:0;
	left:0;
	margin:auto;
	position:absolute;
	box-sizing:border-box;
	padding:25px;	
}
body.home-page .modal-body .yellow, .yellow-box{
	position:absolute;
	width:100%;
	height:100%;
	background-color:#f9f615;	
	-ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Safari */
    transform: rotate(-2deg);
	left:0;
	top:0;
	border:0px;
}
body.home-page .modal-content{
	padding:0px;
	background-color:#fff;
	position:relative;
}
body.home-page .modal-content .wrapper{
	padding:25px 12%;
}
body.home-page #mainContent{
	
	max-width: 1144px;
	width:90%;
	margin: 80px auto 100px auto;	
	background-color: #ffffff;
	-webkit-box-shadow:  0px 0px 2px 2px rgba(224, 221, 219, 0.2);
	box-shadow:  0px 0px 2px 2px rgba(224, 221, 219, 0.2);
}
body.home-page .modal-content h4{
	font-size:18px;
	color:#6e6e6e;
	text-transform:uppercase;
	font-family: DINWeb-medium, sans-serif;
	text-align:center;
	position:relative;
}
body.home-page .modal-content h4:after{
	position:absolute;
	left:0;
	right:0;
	content:"";
	height:2px;
	background-color:#f9f615;
	width:15%;
	margin:auto;
	bottom:-15px;
}
body.home-page .modal-content h1{
	font-size:50px;
	color:#434345;
	text-transform:capitalize;
	font-family: DINWeb-Black, sans-serif;
	text-align:center;
}
body.home-page .modal-content ul.ractangleButtons{
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;	
}
body.home-page .modal-content ul.ractangleButtons li{
	display: inline-block;
	padding:0px 10px;
	position:relative;
}
body.home-page .modal-content ul.ractangleButtons li .yellow-box{
	display:none;
}

body.home-page .modal-content ul.ractangleButtons li:hover .yellow-box,
body.home-page .modal-content ul.ractangleButtons li.active .yellow-box{
	display:block;
}
body.home-page .modal-content ul.ractangleButtons li a{
	padding:20px 10px;
	color: #000;
	text-transform:capitalize;
	font-family: DINWeb-medium, sans-serif;
	font-size: 14px;
	text-decoration: none;
	display:block;
	border:solid 2px #999999;
	position:relative;
	box-sizing:border-box;
	width:125px;
}
body.home-page .modal-content ul.ractangleButtons li .yellow-box{	
	width:93%;
	height:100%;
	-ms-transform: rotate(-3deg); /* IE 9 */
    -webkit-transform: rotate(-3deg); /* Safari */
    transform: rotate(-3deg);
	left:3%;	
	top:0;
}
body.home-page ul.ractangleButtons li a span{
	width:100%;
	height:50px;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	font-family: dinschriftregular,sans-serif;
	font-size:22px;
	font-weight:bold;
	line-height:60px;
}
body.home-page .modal-content .wrapper p{
	text-align:center;
	font-family: DINWeb-medium, sans-serif;
	color:#000;
	margin-bottom:30px;
}
body.home-page .modal-content .close{
	width:46px;
	height:46px;
	position:absolute;
	right:-23px;
	top:-23px;
	background: url('/assets/img/modal-close.png');
	border:0px;
}
body.home-page .modal.close{
	display:none;
}
body.home-page .modal.open{
	display:block;
}
body.home-page .seprator{
	background: url('/assets/img/sep-line-countdown-dotted.png');
	background-repeat:repeat-x;
	background-position:left bottom;
	height:7px;
	margin:40px auto;
}

body.home-page ul.ractangleButtons li a.register_event span{
	background: url('/assets/img/calendar-icon-black.png') top center no-repeat;
}
body.home-page ul.ractangleButtons li a.how_works span{
	background: url('/assets/img/how-it-works-icon-black.png') top center no-repeat;
}
body.home-page ul.ractangleButtons li a.examples span{
	background: url('/assets/img/examples-icon-black.png') top center no-repeat;
}

body.home-page .slider-wrapper {
	padding: 50px 50px 0 50px;
}
body.home-page .bannerWrapBlock {
	background:none;
	margin-left: -62px;
	/*max-width: 1166px;*/
	width: calc(100% + 125px);
	padding-top: 8px;
}
body.home-page .bannerWrapBlock .edge-left,
body.home-page .bannerWrapBlock .edge-right{
	width:12px;
	height:8px;
	margin-top:-8px;
}
body.home-page .bannerWrapBlock .edge-left{
	float:left;
	background: url('/assets/img/banner-corner-left.png') top left no-repeat;
}
body.home-page .bannerWrapBlock .edge-right{
	float:right;
	background: url('/assets/img/banner-corner-right.png') top left no-repeat;
}
body.home-page ul.circleButtons{
	padding:30px 0px;
}

body.home-page ul.circleButtons li {
	background-image:none;	
	list-style-type: none;
	display: inline-block;
	margin-right: 4%;
	margin-left:4%;
	padding-top: 0px;
	padding-right:0;
}
body.home-page ul.circleButtons li .register_event span{
	font-family: dinschriftregular,sans-serif;
	font-size:22px;
	font-weight:bold;
	line-height:60px;	
}
body.home-page ul.circleButtons li a {
	padding-top: 0px;
	color: #ffffff;
	text-transform:capitalize;
	font-family: DINWeb-medium, sans-serif;
	font-size: 18px;
	text-decoration: none;
	display:block;
}
body.home-page ul.circleButtons li a:hover{
	opacity:0.7;
}

body.home-page ul.circleButtons li a.register_event,
body.home-page ul.circleButtons li a.how_works,
body.home-page ul.circleButtons li a.examples{
	background:none;
}
body.home-page ul.circleButtons li a span{
	width:50px;
	height:50px;
	float:left;
	margin-top:-15px;
	margin-right:10px;
}
body.home-page ul.circleButtons li a.register_event span{
	background: url('/assets/img/calendar-icon.png') top left no-repeat;
}
body.home-page ul.circleButtons li a.how_works span{
	background: url('/assets/img/how-it-works-icon.png') top left no-repeat;
}
body.home-page ul.circleButtons li a.examples span{
	background: url('/assets/img/examples-icon.png') top left no-repeat;
}
body.home-page .col{
	box-sizing:border-box;
	float:left;
	width:33.3333%;
	margin:20px 0px;
	padding:0px 20px;
}

body.home-page .blog-list .col a{
	font-family:DINWeb-Bold, sans-serif;
	font-size:18px;
	line-height:24px;
	margin-top:20px;
	color:#eb494c;
	/*text-transform:uppercase;*/
	display:inline-block;
}
body.home-page .blog-list .col p{
	font-family: DINWeb-Medium,sans-serif;
	color:#000;
}
.btn{
	display:inline-block;
	padding:8px 18px 6px 18px;
	color:#fff;
	text-transform:uppercase;
	font-family:DINWeb-Bold, sans-serif;
	background-color:#eb494c;
	text-align:center;
	font-size:18px;
	line-height:24px;
}
.btn:hover, .btn:focus{
	color:#fff;
}
body.home-page  .blog-list .btn-holder{
	text-align:center;
}
.hori-sep{
	height:100px;
	display:inline-block;
	width:100%;
	background: url('/assets/img/sep-line-countdown-dotted.png') center left repeat-x;
}

body.home-page .support h1{
	font-family: DINWeb-Medium,sans-serif;
	color:#000;
	font-size:30px;
	margin-top:0px;
}
body.home-page .support h2{
	font-family: DINWeb-black,sans-serif;
	color:#000;
	font-size:34px;
	margin-bottom:0px;
}
body.home-page .support p{
	font-family: DINWeb-Medium,sans-serif;
	font-size:14px;
	color:#434345;
}
body.home-page .support a{
	color:#eb494c;
	font-family: DINWeb-Medium,sans-serif;
	display:inline-block;
}
body.home-page .support .btn-yellow{
	color:#000;
	font-family: DINWeb-bold,sans-serif;
	display:inline-block;
	background-color:#f9f615;
	padding:15px 35px;
	font-size:16px;
	-ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Safari */
    transform: rotate(-2deg);
	letter-spacing:1px;
	margin-top:10px;
}
body.home-page .support .countdown{	
	display:inline-block;
	width:100%;
	text-align:center;
	position:relative;
}
body.home-page .support .countdown h1{
	text-align:center;
	font-size:130px;
	font-family: DINWeb-bold,sans-serif;
	display:inline-block;
	letter-spacing:60px;
	color:#fff;
	position:relative;
	z-index:2;
	margin:15px 0px 0px 20px;
}
body.home-page .support .countdown .dotted-border{
	position:absolute;
	top:45%;
	left:0;
	width:100%;
}
body.home-page .support .countdown .dotted-border:before{
	position:absolute;
	width:110px;
	height:7px;
	content:"";
	background: url('/assets/img/sep-line-countdown-dotted.png') center left repeat-x;
	z-index:3;
	left:0;
}
body.home-page .support .countdown .dotted-border:after{
	position:absolute;
	width:110px;
	height:7px;
	content:"";
	background: url('/assets/img/sep-line-countdown-dotted.png') center left repeat-x;
	z-index:3;
	right:35px;
	top:0;
}
body.home-page .support .countdown .countdown-bg{
	display:inline-block;
	position:relative;
}
body.home-page .support .countdown .countdown-bg:before{
	position:absolute;
	width:110px;
	height:150px;
	content:"";
	background-color:#000000;
	z-index:1;
	border-radius:10px;
	border:solid 2px #333333;
}
body.home-page .support .countdown .countdown-bg:after{
	position:absolute;
	width:110px;
	height:150px;
	content:"";
	background-color:#000000;
	z-index:1;
	border-radius:10px;
	right:35px;
	border:solid 2px #333333;
}

body.home-page .support .countdown-date{
	text-align:center;
}
body.home-page .support .countdown-date p{
	margin:10px 0px;
}
/******************* Blog Landing Page ************************/

body.updates-list #mainContentInner, .updates-detail #mainContentInner{
	padding: 35px 50px 70px 50px;
}
.full-area{
	/*display:table;
	width:100%;*/
	display: inline-block;
    width: 100%;
}
.left-area{
	width:66.66666667%;
	padding-right:40px;
	box-sizing:border-box;
	/*display:table-cell;*/
	float:left;
	vertical-align:top;
}
.right-area{
	width:33.33333333%;
	box-sizing:border-box;
	/*display:table-cell;*/
	float:left;
	vertical-align:top;
}

body.updates-list h1 {
	padding-bottom:20px;
	margin:20px 0px 30px 0px;
	font-family: dinschriftregular,sans-serif;
	font-weight:normal;
	color:#000;
	text-transform:uppercase;
	letter-spacing:1px;
	background: url('/assets/img/sep-line-countdown-dotted.png') bottom left repeat-x;	
}
body.updates-list #mainContent h2, body.updates-detail .list-category h2{
	padding-bottom:27px;
	margin:20px 0px 30px 0px;
	font-family: dinschriftregular,sans-serif;
	font-weight:normal;
	color:#000;
	text-transform:uppercase;
	letter-spacing:1px;
	background: url('/assets/img/sep-line-countdown-dotted.png') bottom left repeat-x;
}
body.updates-list h2 a{
	color:#000;
}
body.updates-list .update_story.story {
	margin-bottom:40px;
}

body.updates-list #mainContent .update_story.story h2{
	text-transform:none;
	background:none;
	padding-bottom:inherit;
	margin-bottom:10px;
	background:none;
}
body.updates-list #mainContent .story p{
	margin:0px 0px 20px 0px;
	font-size:16px;
	line-height:22px;
	color:#333;
}
body.updates-list .posted, body.updates-detail .posted{
	margin-bottom:20px;
	font-size:16px;
	color:#777777;
}
body.updates-list .image{
	/*display:table-cell;*/
	vertical-align:top;
	width:20%;
	float:left;
}
body.updates-list .description{
	display:table-cell;
	vertical-align:top;
	padding-left:15px;
}
body.updates-list .description a.readmore{
	padding:4px 10px 2px 10px;
}
.right-area .list-category ul{
	margin:0px 0px 40px 0px;
	padding:0px;
	list-style-type:none;
}
.right-area .list-category ul li{
	margin:0px 0px 20px 0px;
	padding:0px;
}
.right-area .list-category ul li a{
	color:#777777;
	font-size:16px;
	display:inline-block;
	width:100%;
}
footer:before{
	margin-top:-10px;
	background: hsla(0, 0%, 0%, 0) url('/assets/img/diagonal-stripes.png') repeat-x scroll 0 0;
    height: 10px;
    width: 100%;
	content:"";
	position:absolute;
}
footer #footerContent{
	padding:20px;
}
footer h2{
	font-size:22px;
	text-transform:uppercase;
	color:#fff;
	font-family: dinschriftregular,sans-serif;
	letter-spacing:1px;
	font-weight:normal;
	text-align:center;
	padding-bottom:20px;
}
footer h2:after {
    background-color: #f9f615;    
    content: "";
    height: 2px;
    left: 0;
    margin: 35px auto 0px auto;
    position: absolute;
    right: 0;
    width: 8%;
}
footer .social-links{
	margin:20px 0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
	display:inline-block;
	width:100%;
}
footer .social-links li{
	display:inline-block;
	margin:0px 5px;
}
footer .social-links li a{
	border:solid 2px #999999;
	display:inline-block;
	font-family: DINWeb-medium, sans-serif;
	text-transform:uppercase;
	color:#fff;
	font-size:14px;
	text-align:center;
	width:110px;
	padding:15px 0px;
}
footer .social-links li a:hover{
	border-color:#f9f615;
	text-decoration:none;
}
footer .social-links li a img{
	display:block;
	margin:0px auto 5px auto;
}
.footer-links{
	margin:50px auto;
	max-width:750px;	
}
.footer-links .linkList a, .footer-links .column p{
	font-size:12px;
}
footer .column{
	width:25%;
	margin:0px;
	padding:0px;
}
footer .column:first-child{
	width:20%;
}

footer ul.legal{
	text-align:right;
	margin:50px 0px 0px 0px;
}
footer ul.legal li{
	float:none;
	display:inline;
}
footer ul.legal li, footer ul.legal li a{
	font-family: DINWeb-medium, sans-serif;
	font-size:12px;
	color:#999999;
}
body.updates-list #mainContent h2.title, body.updates-detail #mainContent h2.title{
	font-size:50px;
	margin:0px;
	color:#319FD0;
	background:none;
	padding:0px;
}
body.updates-detail #mainContent h2.title a{
	color:#319fd0;
}
body.updates-detail h1{
	color: #000;
    font-family: dinschriftregular,sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 10px;
	font-size: 1.5em;
}
body.updates-detail .author-info{
	padding:50px 0px;	
}
body.updates-detail .author-info .column{
	padding-left:0px;
}
body.updates-detail .author-info strong{
	display:block;
	margin-bottom:5px;
}
body.updates-detail .left-area .full-image{
	width:100%;
	display:inline-block;
}