@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|SanFranciscoDisplay:100,200,300,400,500,700');

@font-face {
    font-family: 'SanFranciscoDisplay';
    src: url('../fonts/SanFranciscoDisplay-Medium.otf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'SanFranciscoDisplay';
    src: url('../fonts/SanFranciscoDisplay-Bold.otf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'SanFranciscoDisplay';
    src: url('../fonts/SanFranciscoDisplay-Heavy.otf');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'SanFranciscoDisplay';
    src: url('../fonts/SanFranciscoDisplay-Thin.otf');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'SanFranciscoDisplay';
    src: url('../fonts/SanFranciscoDisplay-Light.otf');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'SanFranciscoDisplay';
    src: url('../fonts/SanFranciscoDisplay-Regular.otf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'SanFranciscoDisplay';
    src: url('../fonts/SanFranciscoText-Bold.otf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/gotham/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Gotham-Extra';
    src: url('../fonts/gotham/Gotham-ExtraLight.woff2') format('woff2'),
        url('../fonts/gotham/Gotham-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('../fonts/gotham/Gotham-Light.woff2') format('woff2'),
        url('../fonts/gotham/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/gotham/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/gotham/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/gotham/Gotham-Book.woff2') format('woff2'),
        url('../fonts/gotham/Gotham-Book.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'helvetica_condensedregular';
    src: url('../fonts/helvetica/helvetica_condensed-webfont.woff2') format('woff2'),
         url('../fonts/helvetica/helvetica_condensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body .banner-main {
    width: 100%;
    height: 400px;
    background-attachment: fixed;
    background-position: center !important;
    background-size: 100% auto;
    background-image: url('../images/career/career page.jpg');
	display: inline-block;
	position: relative;
    top: 100px;
	background-repeat: no-repeat;
}

*{
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
	font-family: SanFranciscoDisplay;
}

/*3) Home Page*/
a:hover,
a:focus,
a:active{
	text-decoration: none;
}
ol, ul{
	margin: 0;
	padding: 0;
}
img{
	display: block;
}

/* Navigation */
.navbar-default{
	background: #fff;
	border: none;
}
.navbar-brand{
	padding: 0;
}
.navbar-default .navbar-nav>li{
	margin-top: 5px;
}
.navbar-default .navbar-nav>li>a{
	padding: 7px 10px;
	font-family: SanFranciscoDisplay;
	font-size: 16px;
	margin-right: 5px;
	color: #a3a3a3;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: 700;
}
.navbar{
	margin-bottom: 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #fff;
	background: #f05b1b;
	border-radius: 4px;
}
.navbar-nav{
	margin: 13px 0;
}
.navbar-default .user-pro a{
	padding: 0;
}
.user-pic{
	float: left;
}
.user-pic img{
	width: 95%;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #f05b1b;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
/* Main-banner */

.slider-info{
	margin: 11% 0 0;
}
.slider-info h1{
	font-size: 55px;
	font-weight: 700;
	font-family: SanFranciscoDisplay;
	margin: 0 0 10px;
	color: #fff;
	text-align: center;
}
.slider-info p{
	font-family: 'SanFranciscoDisplay';
	margin: 0;
	font-weight: 200;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
}
.btn-main{
	padding: 13px 40px;
	background: #f05b1b;
	color: #fff;
	font-size: 15px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 500;
	display: table;
	transition: all 0.4s ease;
	margin: 20px auto 0;
}
.btn-main:hover{
	color: #fff;
}

/* Fix Tabs Section */
.tabs-fix{
	box-shadow: 0 0 12px rgba(0,0,0,0.23);
	width: 100%;
	position: relative;
	transition: all 0.4s ease;
    top: 100px;
}
.tabs-fix li {
    /* float: left; */
    display: inline-block;
}
.tabs-fix li a{
	position: relative;
	font-size: 15px;
	padding: 15px 10px;
	color:#a3a3a3;
	display: block;
	font-family: SanFranciscoDisplay;
	font-weight: 400;
	border: none;
	border-bottom: 4px solid transparent;
	margin-right: 10px;
	transition: all 0.4s ease;
}
.tabs-fix li.active a,
.tabs-fix li.active a:focus,
.tabs-fix li.active a:hover{
	border: none;
	color: #f05b1b;
	background: transparent;
	border-bottom: 4px solid #f05b1b;
}
.tabs-fix li a.current,
.tabs-fix li.current a{
	border: none;
	background: transparent;
	color: #f05b1b;
	border-bottom: 4px solid #f05b1b;
}
.tabs-fix .label-default{
	position: absolute;
	top: 10px;
	background: #f3a600;
}
.tabs-fix .label{
	position: absolute;
	font-size: 11px;
    padding: 2px 5px;
    margin-left: 5px;
    text-transform: uppercase;
    font-weight: 300;
}
.reponsive-block-nav{
	display: none;
}
.navbar-toggle .icon-bar{
	background: #000;
}
.respon-navi{
	margin: 0;
}
.nav-bar-fixed{
	margin: 0 auto;
	display: table;
	float: none!important;
}

/* Add Nav */
.add-fix ul {
    margin: 0 auto;
    display: table;
    text-align: center;
    width: 100%;
}
.add-fix{
	position: fixed;
	background-color: #fff;
	top: 120px;
	left: 0;
	z-index: 110;
}

/* we-at-awfis */
.we-at-awfis{
	padding: 120px 0;
	width: 100%;
	overflow: hidden;
}
img.bgimg {
    position: absolute;
    left: 17%;
    z-index: -1;
    top: -35%;
    width: 230px;
}
.meet-team h3,.life-awfis h3,.emp-info h3,
.highlights h3,.why-with-us h3,
.we-at-awfis h3{
	font-size: 24px;
	font-weight: 600;
	font-family: 'SanFranciscoDisplay';
	margin: 0 0 20px;
	color: #000;
	text-align: center;
}
.highlights p, .why-with-us p, .emp-info p, .we-at-awfis p {
    font-size: 16px;
    color: #000;
    font-family: 'SanFranciscoDisplay';
    font-weight: 200;
    margin: 0;
    text-align: center;
    line-height: 29px;
    opacity: 0.48 !important;
}
.we-at-awfis p{
    font-size: 16px;
    color: #000;
    font-family: 'SanFranciscoDisplay';
    font-weight: 200;
    margin: 0;
    line-height: 29px;
    opacity: 1;
}
.openPositionsDiv p{
    font-size: 16px;
    color: #000;
    font-family: 'SanFranciscoDisplay';
    font-weight: 200;
    margin: 0;
    line-height: 29px;
    opacity: 1 !important;
}
.show-images{
	margin: 50px 0 0;
}
.show-images img{
	width: 100%;
}
.affis-img{
	margin-bottom: 50px;
}
.we-links{
	width: 100%;
	margin-top: 20px;
}
.we-links h6{
	font-size: 16px;
	font-weight: 600;
	font-family: 'SanFranciscoDisplay';
	margin: 0 0 10px;
	color: #000;
	text-align: center;
}
.we-links a p{
	font-weight: 600;
	font-family: SanFranciscoDisplay;
	margin: 0 auto;
	color: #f05b1b;
	font-size: 16px;
	display: table;
	border-bottom: 1px solid #f05b1b;
}
#vid-01 .modal-dialog,#vid-02 .modal-dialog,#vid-03 .modal-dialog{
	width: 696px;
	height: 417px;
}
.modal-body{
	padding: 25px;
}

/* highlights */
.highlights{
	padding: 50px 0 80px;
	width: 100%;
	overflow: hidden;
}
.awfis-people{
	margin: 40px 0;
}
.awfis-people .col-md-6{
	padding: 0;
}
.awfis-people img{
	width: 100%;
}
.people-say{
/*	padding: 123px 50px;*/
    padding: 67px 50px;
	background-color: #3380ab;
	border-radius: 0 30px 0 0;
}
.people-say h4{
	font-size: 22px;
	font-weight: 600;
	font-family: SanFranciscoDisplay;
	color: #fff;
	margin: 0 0 20px;
}
.people-say p {
    font-weight: 200;
    font-size: 16px;
    font-family: 'SanFranciscoDisplay';
    margin: 0;
    text-align: justify;
    color: #fff;
    line-height: 28px;
    opacity: 1 !important;
}

.sec-people{
/*	padding: 123px 50px;*/
padding: 95.5px 50px;
	background-color: #f3a600;
	border-radius: 0 0 0 30px;
}


/* Why Work Us */
.why-with-us{
	padding: 50px 0 80px;
	background-color: #efefef;
}
.with-block{
	margin: 40px 0 0;
}
.work-block {
    padding: 20px;
    text-align: center;
}
.work-block span{
	width: 60px;
	height: 60px;
	display: inline-block;
	margin: 0 0 15px;
}
.work-block span.bonus{
	background: url(../images/icons/bonus.png) 0 0 no-repeat;
    background-size: 60px 60px;
}
.work-block span.discount{
	background: url(../images/icons/discount.png) 0 0 no-repeat;
    background-size: 60px 60px;
}
.work-block span.flexible{
	background: url(../images/icons/flexible.png) 0 0 no-repeat;
    background-size: 60px 60px;
}
.work-block span.insurance{
	background: url(../images/icons/insurance.png) 0 0 no-repeat;
    background-size: 60px 60px;
}
.work-block span.leave{
	background: url(../images/icons/leave.png) 0 0 no-repeat;
    background-size: 60px 60px;
}
.work-block span.maternity{
	background: url(../images/icons/maternity.png) 0 0 no-repeat;
    background-size: 60px 60px;
}
.work-block span.paternity{
	background: url(../images/icons/paternity.png) 0 0 no-repeat;
    background-size: 60px 60px;
}
.work-block span.retire{
	background: url(../images/icons/retire.png) 0 0 no-repeat;
    background-size: 60px 60px;
}
.work-block span.vouchers{
	background: url(../images/icons/vouchers.png) 0 0 no-repeat;
    background-size: 60px 60px;
}
.work-block span.freecomm{
	background: url(../images/icons/freecomm.png) 0 0 no-repeat;
    background-size: 60px 60px;
}
.work-block span.timeout{
	background: url(../images/icons/timeout.png) 0 0 no-repeat;
    background-size: 60px 60px;
}
.work-block span.snacks{
	background: url(../images/icons/snacks.png) 0 0 no-repeat;
    background-size: 60px 60px;
}

.work-block h4{
	font-size: 16px;
	color: #000;
	font-family: SanFranciscoDisplay;
	margin: 0 0 15px;
	font-weight: 700;
}
.work-block p {
    font-weight: 300;
    font-size: 16px;
    color: #000;
    font-family: 'SanFranciscoDisplay';
    line-height: 22px;
    text-align: left;
}

/* Our Team */
.meet-team{
	padding: 50px 0;
	width: 100%;
}
.team-block{
	position: relative;
}
.meet-team .owl-prev,
.meet-team .owl-next{
	position: absolute;
	top: 50%;
	left: -60px;
	font-size: 0;
	background: url('../images/career/cleft-icon.png') 0 0 no-repeat;
	width: 50px;
	height: 50px;
	transition: all 0.4s ease;
}
.meet-team .owl-next{
	-webkit-transform: rotate(-180deg);
	transform: rotate(0);
	background: url('../images/career/cright-icon.png') 0 0 no-repeat;
	right: -60px;
	left: auto;
}
.team-hover{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background:rgba(85,150,183,0.9);
    border-radius: 6px;
    display: block;
    padding:150px 0;
    transition: all 0.4s ease;
}
.team-hover h4{
	font-size: 20px;
	font-weight: 600;
	font-family: SanFranciscoDisplay;
	margin: 0 0 10px;
	color: #fff;
	text-align: center;
}
.team-hover p{
	font-size: 16px;
	font-weight: 200;
	font-family: 'SanFranciscoDisplay';
	margin: 0 0 10px;
	color: #fff;
	text-align: center;
}
.team-hover img{
	width: 15%!important;
	margin: 0 auto;
	display: table;
}
.team-block:hover .team-hover{
    width: 100%;
    visibility: visible;
    opacity: 1;
}
.modal-content{
	border-radius: 0;
}

/* Gallery */
.life-awfis{
	padding: 50px 0;
	width: 100%;
	overflow: hidden;
}
.life-awfis .container-fluid{
	padding: 0;
}
.gallery-wrapper li{
	float: left;
	width: 20%;
}
.gallery-wrapper li img{
	width: 100%;
}
/* Employee Testimonial */
.emp-testimonial{
	padding: 50px 0;
	width: 100%;
}
.emp-testimonial .container-fluid{
	padding: 0;
}
.emp-info h3,.emp-info p{
	text-align: left;
}
.emp-info h3{
	font-size: 20px;
	margin-bottom: 25px;
}
.emp-info p{
	font-size: 15px;
	line-height: 26px;
}
.emp-block {
    padding: 40px 25px;
    margin: 15px;
    box-shadow: 1px 1px 18px rgba(0,0,0,0.1);
}
.info-testimonial span {
    opacity: 0.48 !important;
    font-size: 12px;
}
.emp-img{
	margin: 0 auto 20px;
	display: table;
}
.emp-img img{
/*    height: 80px !important;
    width: 80px !important;*/
	border-radius: 50%;
}
.emp-block p {
    position: relative;
    font-size: 16px;
    font-weight: 200;
    color: #000;
    font-family: 'SanFranciscoDisplay';
    margin: 0 0 20px;
    text-align: center;
    line-height: 24px;
    opacity: 0.7 !important;
}
.emp-block p span {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/icons/Testimonial Next.png) 0 0 no-repeat;
    left: -16px;
    top: -5px;
}
.emp-block h4{
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #f05b1b;
	font-family: 'SanFranciscoDisplay';
	margin: 0;
}

.emp-testimonial .owl-prev{
	position: absolute;
	top: 61.1%;
	left: -59%;
	font-size: 0;
	background: url('../images/icons/Testimonial Next 2.png') 0 0 no-repeat;
	-webkit-transform: rotate(-180deg);
	width: 50px;
	height: 50px;
	transition: all 0.4s ease;
}
.emp-testimonial .owl-next{
    position: absolute;
	left: -52%;
    top: 70%;
	font-size: 0;
	background: url('../images/icons/Testimonial Next 2.png') 0 0 no-repeat;
	-webkit-transform: rotate(-180deg);
	width: 50px;
	height: 50px;
	transition: all 0.4s ease;
    -moz-transform: scale(+1, -1);
    -o-transform: scale(+1, -1);
    -webkit-transform: scale(+1, -1);
    transform: scale(+1, -1);
}

.emp-info{
	margin-top: 7%;
	margin-left: 25%;
}
/* Footer */
footer{
	background: #f4f6fa;
	padding: 40px 0;
}
.quick-links{

}
.quick-links h5{
	font-size: 22px;
	font-weight: 400;
	color: #333;
	margin: 0 0 20px;
	font-family: 'SanFranciscoDisplay';
}
.quick-links li a {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    font-family: SanFranciscoDisplay;
    color: #000;
    padding: 5px 0;
    display: block;
    text-transform: capitalize;
    transition: all 0.4s ease;
    opacity: 0.7;
    letter-spacing: -1px;
}
.quick-links .label-default{
	position: absolute;
	top: 10px;
	background: #f3a600;
}
.quick-links .label{
	position: absolute;
	font-size: 11px;
    padding: 2px 5px;
    margin-left: 5px;
    font-family: 'SanFranciscoDisplay';
    font-weight: 300;
}
.quick-links li a:hover{
	margin-left: 10px;
}
.share-block a img{
	margin-bottom: 30px;
}
.social-block a{
	width: 40px;
	height: 40px;
	float: left;
	display: block;
	border-radius: 50%;
	background-color: #3d58a3;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin-right: 24px;
}
.social-block .tw{
	background-color: #32a7ea;
}
.social-block .lin{
	background-color: #1470bb;
}
.copyright{
	font-size: 16px;
	text-align: center;
	color: #a3a3a3;
	font-weight: 400;
	font-family: 'SanFranciscoDisplay';
	margin: 20px 0 0;
}
.owl-stage {
    padding-left: 0 !important;
}

/* REsponsive */
.respon-show{
	margin-top: 0px;
	display: none;
}
.respon-show .we-img img{
	width: 100%;
}
.respo-highlight{
	display: none;
}
.respo-highlight .people-say{
	padding: 40px 30px;
	border-radius: 0 0 30px 0;
}
.with-block-responsive{
	display: none;
}
.modal {
	text-align: center;
	padding: 0!important;
  }

  .modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
  }

  .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
  }
  .SectionTitleArea * {
    text-align: left !important;
}
.btn.primary-btn {
    background: #f05b1b;
    color: #fff;
}
.SectionTitleArea .primary-btn {
    margin-top: 17px;
}
.openPositions {
    border-top: 1px solid #ddd;
}
.iframeLayout{
    width: 100%;
    overflow: hidden !important;
    min-height: 550px;
}
.iframeLayout iframe {
    width: 100%;
    overflow: hidden !important;
    min-height: 550px;
}
.respon-navi span.label.label-default {
    right: 0;
    transform: translateX(80%);
}






/*-------Flipper Css start-----------*/


.flip-container {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;

	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
		-moz-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;

	border: 1px solid #ccc;
}

	/*
	.flip-container:hover .flipper, .flip-container.hover .flipper, #flip-toggle.flip .flipper {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		transform: rotateY(180deg);
		filter: FlipH;
		-ms-filter: "FlipH";
	}
	*/


	/* START: Accommodating for IE */
	.flip-container:hover .back, .flip-container.hover .back {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
}

.flip-container:hover .front, .flip-container.hover .front {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}

/* END: Accommodating for IE */

.flip-container, .front, .back {
    width: 272px;
    height: 321px;
}

.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 0.6s;

	-moz-transition: 0.6s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: rotateY(0deg);

	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-moz-transform: rotateY(0deg);

	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	-o-transform: rotateY(0deg);

	-ms-transition: 0.6s;
	-ms-transform-style: preserve-3d;
	-ms-transform: rotateY(0deg);

	transition: 0.6s;
	transform-style: preserve-3d;
	transform: rotateY(0deg);

	position: absolute;
	top: 0;
	left: 0;
}

.front {
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	z-index: 2;
}

.back {
	background: lightblue;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.front .name {
	font-size: 2em;
	display: inline-block;
	background: rgba(33, 33, 33, 0.9);
	color: #f8f8f8;
	font-family: Courier;
	padding: 5px 10px;
	border-radius: 5px;
	bottom: 60px;
	left: 25%;
	position: absolute;
	text-shadow: 0.1em 0.1em 0.05em #333;
	display: none;

	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

.back-logo {
	position: absolute;
	top: 40px;
	left: 90px;
	width: 160px;
	height: 117px;
	background: url(logo.png) 0 0 no-repeat;
}

.back-title {
	font-weight: bold;
	color: #00304a;
	position: absolute;
	top: 180px;
	left: 0;
	right: 0;
	text-align: center;
	text-shadow: 0.1em 0.1em 0.05em #acd7e5;
	font-family: Courier;
	font-size: 22px;
}

.back p {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 20px;
	font-size: 18px;
}

/* vertical */
.vertical.flip-container {
	position: relative;
}

	.vertical .back {
		-webkit-transform: rotateX(180deg);
		-moz-transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}

	.vertical.flip-container .flipper {
		-webkit-transform-origin: 100% 213.5px;
		-moz-transform-origin: 100% 213.5px;
		-ms-transform-origin: 100% 213.5px;
		transform-origin: 100% 213.5px;
	}

	/*
	.vertical.flip-container:hover .flipper {
		-webkit-transform: rotateX(-180deg);
		-moz-transform: rotateX(-180deg);
		-ms-transform: rotateX(-180deg);
		transform: rotateX(-180deg);
	}
	*/

	/* START: Accommodating for IE */
	.vertical.flip-container:hover .back, .vertical.flip-container.hover .back {
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}

	.vertical.flip-container:hover .front, .vertical.flip-container.hover .front {
		-webkit-transform: rotateX(180deg);
		-moz-transform: rotateX(180deg);
		-o-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}


	.cardsSection .flip-container {
		display: inline-block;
		margin: 20px 20px;
	    border: none;
	}
	.cardsSection {
		float: left;
		width: 100%;
		text-align: center;
	}

/*-------Flipper Css ended-----------*/