

div.sectiontext{
	margin-top:220px;
	
}

div.sectiontext-left{
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 15px;
}
div.sectiontext-left h2{
	padding-top:30px;
	font-size:45px;
}
div.sectiontext-left strong{
	font-weight:200;
	font-size:24px;
}
div.sectiontext-left p{
	text-align: left;
	margin-top:-10px;
}
div.sectiontext-left strong span{
	display:block;
}
div.right{
	padding-top:28px;
}
div.right p a{
	color:#094ab1;
	font-weight:800;
}
div.sectiontext-right p{
	padding-top:100px;
	padding-bottom:20px;
}
div.sectiontext-right div.right {
	margin-top:-50px;
}
div.sectiontext-right div.right p{
	padding-top:10px;
	padding-bottom:20px;
}
div.sectiontext-right{
	width: 100%;
	float: left;
	text-align: left;
	padding: 0 20px;
	padding-top:10px;
}
div.sectiontext-right strong{
	font-size:24px;
	font-weight:400;
}
div.sectiontext-right b{
	font-size:18px;
	font-weight:600;
}
.sectiontext:before,
.sectiontext:after {
	content: " ";
	display: table;
}
.sectiontext p{
	padding-top:40px;
	font-weight:200;
	font-size: 18px;
}
.sectiontext h2 {
	font-size: 5em;
	font-weight: 300;
	line-height: 1;
	padding-bottom:15px;
}

div.gridtwo div p{
	padding:0;
	text-align:center;
	font-size: 16px;
}
div.gridtwo div h4{
	padding-bottom:10px;
	font-size: 22px;
	font-weight:400;
	text-align:center;
}
div.gridtwo div h4 span{
	display:block;
}
div.gridtwo div h3{
	padding-bottom:10px;
	font-size: 18px;
	font-weight:800;
	padding-left:20px;
}
div#trainer{
	clear: both;
	margin-top:100px;
}
.gridtwo{ float:left;
	padding-top:60px;
	margin-bottom: 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}
.gridtwo,
	.gridtwo:nth-of-type(even) {
		width:100%;	
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	

div.space{
	clear: both;
	height:200px;
	padding-top:100px;
	width:100%;
}


/* Common styles */

.pricing {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto 3em;
}

.pricing__item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 330px;
	flex: 0 1 330px;
}

.pricing__feature-list {
	text-align: left;
}

.pricing__action {
	color: inherit;
	border: none;
	background: none;
}

.pricing__action:focus {
	outline: none;
}

/* Individual styles */

/* Sonam */
.pricing--sonam .pricing__item {
	margin: 1em;
	padding: 2em;
	cursor: default;
	border-radius: 10px;
	background: #CCC;
	box-shadow: 0 5px 20px rgba(0,0,0,0.05), 0 15px 30px -10px rgba(0,0,0,0.3);
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.pricing--sonam .pricing__item:hover {
	background: #141315;
}

.pricing--sonam .pricing__title {
	font-size: 2em;
	width: 100%;
	margin: 0 0 0.25em;
	padding: 0 0 0.5em;
	border-bottom: 3px solid rgb(27, 26, 28);
}

.pricing--sonam .pricing__price {
	color: #E06060;
	font-size: 1.75em;
	padding: 1em 0 0.75em;
}

.pricing--sonam .pricing__sentence {
	font-weight: bold;
}

.pricing--sonam .pricing__feature-list {
	margin: 0;
	padding: 1em 1.25em 2em;
}

.pricing--sonam .pricing__action {
	font-weight: bold;
	margin-top: auto;
	padding: 0.75em 2em;
	border-radius: 5px;
	background: #E06060;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.pricing--sonam .pricing__action:hover,
.pricing--sonam .pricing__action:focus {
	background: #b30000;
}
div.gallery-space{
	height:840px;
	width:100px;
}

.gallery{
	width: 100%;
	margin: 20px auto;
	padding-bottom: 120px;
	margin-top:180px;
}

.gallery li,
	.gallery li :nth-of-type(even) {
	float: left;
	position: relative;
	width:46%;
	margin-right:2%;
	margin-left:2%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.gallery li a img{
	width:100%;
	display: block;
	margin-bottom: 20px;
}

.zg{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
	background: rgb(9,74,177);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(9,74,177,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(9,74,177,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(9,74,177,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(9,74,177,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(9,74,177,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(9,74,177,1) 100%);
}
.zg > div{
	position: relative;
	color: rgba(9,74,177,0.8);
	width: 100%;
	height: auto;
	margin: 40px auto 0px auto;
}

.zg h3{
	font-size: 25px;
	text-align: center;
	margin-top:10px;
	color: rgba(9,74,177,1);
}
.zg div h3 span{
	display:block;
}

.zg a.g-close{
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}
.zg img{
	/* height: 100%; For Opera max-height does not seem to work */
	width: 100%;
	max-width:1250px;
	height:auto;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.g-prev{
	position: absolute;
	top: -32px;
	width: 35px;
	height: 55px;
	left: 35%;
	opacity: 0.8;
	filter: alpha(opacity=80); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; /*IE8*/
}
.g-next{
	position: absolute;
	top: -32px;
	width: 35px;
	height: 35px;
	left: 17%;
	opacity: 0.8;
	filter: alpha(opacity=80); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; /*IE8*/
}
.g-prev:hover, .g-next:hover{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.g-prev{
	background: transparent url(../images/arrows-left.png) no-repeat top left;
}
a.g-next{
	background: transparent url(../images/arrows-right.png) no-repeat top right;
}
.zg:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 140px 10px 120px 10px;
}
.zg:target img,
.zg:target a.g-close{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
/* 
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
	http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/
x:-o-prefocus, .zg img {
    height: 100%;
}

@media screen and (min-width:470px) {
	.zg img{
	width: 70%;
	margin-top:-100px;
	}
	.zg a.g-close{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}
}
@media screen and (min-width:500px) {
	
	div.sectiontext-left h2{
	font-size:60px;
}
div.gridtwo div p{
	padding:0;
	padding-left:20px;
	text-align:left;
}
div.gridtwo div h4{
	padding-bottom:10px;
	padding-left:20px;
	text-align:left;
}
div.gridtwo div p{
	padding-left:0;
}
div.gridtwo div h4{
	padding-left:0;
}	
.gridtwo,
	.gridtwo:nth-of-type(even) {
		width:46%;
		margin-right:2%;
		margin-left:2%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}



@media screen and (min-width:920px) {
	
	.zg img{
	width: 75%;
	margin-top:-25px;
	}
	.zg a.g-close{
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}
	div.sectiontext{
	margin-top:220px;
}
div.sectiontext-left{
	width: 50%;
	float: left;
	text-align: right;
	padding: 0 20px;
}

div.sectiontext-left strong{
	font-weight:400;
	font-size:24px;
}
div.sectiontext-left strong span{
	display:block;
}

div.sectiontext-right{
	width: 50%;
	float: left;
	text-align: left;
	padding: 0 20px;
}

.sectiontext:before,
.sectiontext:after {
	content: " ";
	display: table;
}
.sectiontext p{
	padding-top:40px;
	font-weight:200;
	font-size: 18px;
}
.sectiontext h2 {
	font-size: 5em;
	font-weight: 300;
	line-height: 1;
	padding-bottom:15px;
}
.gridtwo,
	.gridtwo:nth-of-type(even) {
		width:30.333333%;	
		margin-right:1.5%;
		margin-left:1.5%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.gallery li,
	.gallery li :nth-of-type(even) {
		width:30.333333%;	
		margin-right:1.5%;
		margin-left:1.5%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.g-prev{
	left: 42%;
}
	.g-next{
	left: 26.5%;
}
div.sectiontext-right div.right{
	margin-top:50px;
	padding-top:0;
}
}
@media screen and (min-width:1040px) {
	.zg img{
	width: 100%;
	margin-top:0px;
	}
	.g-prev{
	left: 45%;
}
	.g-next{
	left: 23%;
}	
}	

		





