@font-face {
    font-family: 'ProximaNova';
    src: url(../web/fonts/ProximaNova-Light.eot);
    src: local('☺'), url(../web/fonts/ProximaNova-Light.woff) format('woff'), url(../web/fonts/ProximaNova-Light.ttf) format('truetype'), url(../web/fonts/ProximaNova-Light.svg) format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url(../web/fonts/ProximaNova-Regular.eot);
    src: local('☺'), url(../web/fonts/ProximaNova-Regular.woff) format('woff'), url(../web/fonts/ProximaNova-Regular.ttf) format('truetype'), url(../web/fonts/ProximaNova-Regular.svg) format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url(../web/fonts/ProximaNova-Semibold.eot);
    src: local('☺'), url(../web/fonts/ProximaNova-Semibold.woff) format('woff'), url(../web/fonts/ProximaNova-Semibold.ttf) format('truetype'), url(../web/fonts/ProximaNova-Semibold.svg) format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url(../web/fonts/ProximaNova-Bold.eot);
    src: local('☺'), url(../web/fonts/ProximaNova-Bold.woff) format('woff'), url(../web/fonts/ProximaNova-Bold.ttf) format('truetype'), url(../web/fonts/ProximaNova-Bold.svg) format('svg');
    font-weight: 900;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'ProximaNova', sans-serif;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .05em;
    color: white;
    margin: 0;
    padding: 0;
}

h1 {
    margin: 0;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
}

a{
	text-decoration: none !important;
}

.wrapper-header{
	background-image: url("../img/header-b.png");
	height: auto;
	background-size:cover;
}

.jumbotron{
	background:none !important;
}

.event-manager {
	font-weight: normal;
	color: white !important;
}

.barcode{
	float: right;
	margin-right: -60px;
	max-width:100%;
}

.header-txt {
	color: white;
	margin-top: 50px;
	font-size: 20px !important;
}

.btn_hover {
	width: 90px;
	margin-left: auto;
	margin-right: auto;
}

.scroll-txt {
	color: white;
	font-weight: normal;
	margin-top: -15px;
}

.store {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	width: 365px;
}

.googleplay{
   margin-left: 16px;
}

.iphone-img {
	float: right;
	margin-top: 60px;
	float: right;
}

.background_img {
	background-image: url("../img/background.jpg");
	background-size:cover
}

.session {
	margin-top: 70px;
}

.service{
    margin-top:20px;
}

 .centered {
    text-align: center;
}

.first-photo-session {
	height: 347px;
    box-shadow: 5px 5px 15px 3px rgba(0,0,0,0.55);
}
.first-session-photos {
	box-shadow: 5px 5px 15px 3px rgba(0,0,0,0.55);
}

.backend-left {
	color: #451569;
}

.backend-txt {
	font-size: 40px;
}

.event-det {
	font-weight: normal;
	font-size: 40px;
}

.backend-p {
	margin-top: 90px;
}

.det-img{
	width: 360px;
	height: 180px;
}
.details-button {
	background-color: #2A0055 !important;
	color: white !important;
}

.location {
	float: right !important;
}

.location-button {
	background-color: #260051 !important;
	color: white !important;
}
.map{
	width: 360px;
	height: 180px;
}

.cate-button {
	background-color: #2A0055 !important;
	color: white !important;
}
.cate-img {
	width: 765px;
}
.invitation-txt {
	color: #451569;
	padding-left: 40px;
	font-size: 30px;
	font-weight: normal;
}

.second-p {
	padding-left: 40px;
	color: #451569;
}

.ul_invitation {
	float: left;
	margin-left:20px;
	list-style-type: square;
	color: #451569;
}

.inv-state-txt {
	padding-left: 40px;
	font-size: 30px;
	font-weight: normal;
	color: #451569;
}

.footer {
	background-color: #451569;
}

.vertical-center {
	min-height: 100%;
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.footer-txt {
	color: white;
	text-align: center;
}

.ch-grid {
	text-align: center;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 80px;
	height: 80px;
	display: inline-block;
}

.ch-item {
	height: 100%;
	border-radius: 50%;
	position: relative;
	box-shadow: inset 0 0 0 3px rgba(244,244,244,0.4), 
					0 1px 2px rgba(0,0,0,0.1);
	transition: all 0.4s ease-in-out;
}

.ch-img-1 { 
	background-image: url("../img/scroll.png");
	background-position: center center;
}

.ch-info {
	position: absolute; 
	background: rgba(202, 185, 221, 0.8);
	width: inherit;
	height: inherit;
	border-radius: 50%;
	overflow: hidden;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	margin-left: -42px;
}

.ch-info h3 {
	color: rgb(63, 20, 97);
	font-size: 17px;  
	line-height: normal;
	padding: 15px 0 0 0;
}

.ch-info .ch-info-front {
	box-shadow: inset 0 0 0 16px rgba(0,0,0,0.3);
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}

.ch-item:hover .ch-info {
	transform: scale(1);
	opacity: 1;
}

.ch-item:hover .ch-info p {
	opacity: 1;
}
