

/**/
/* defaults */
/**/
.rajuharryironman-tabs,
.rajuharryironman-tabs * {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
	background: none;
}
.rajuharryironman-tabs {
	position: relative;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0;
	text-align: left;
	color: #666;
}
.rajuharryironman-tabs > input {
	position: absolute;
	display: none;
}
.rajuharryironman-tabs > label {
	position: relative;
	z-index: 1;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 1px;
	padding-top: 0;
	padding-left: 0;
	font-size: 13px;
	line-height: 45px;
	cursor: pointer;
}
.rajuharryironman-tabs > label.inverse {
	float: right;
	padding-right: 0;
	padding-left: 1px;
}
.rajuharryironman-tabs > label.disabled {
	cursor: default;
}
.rajuharryironman-tabs > label span {
	display: block;
	padding: 5px;
	background: rgba(255,255,255,0.9);
}
.rajuharryironman-tabs > label span span {
	padding: 0 20px;
	background: transparent;
	transition: background 0.4s, color 0.4s;
	-o-transition: background 0.4s, color 0.4s;
	-ms-transition: background 0.4s, color 0.4s;
	-moz-transition: background 0.4s, color 0.4s;
	-webkit-transition: background 0.4s, color 0.4s;	
}
.rajuharryironman-tabs > label:hover span span {
	background: #2da5da;
	color: #fff;	
}
.rajuharryironman-tabs > label.disabled span span {
	background: transparent;
	color: inherit;
}
.rajuharryironman-tabs > input:checked + label {
	cursor: default;
}
.rajuharryironman-tabs > input:checked + label span span {
	background: #2da5da;
	color: #fff;
}
.rajuharryironman-tabs > .switcher {
	display: none;
}
.rajuharryironman-tabs > .switcher a {
	display: block;
	margin: 0 -20px;
	padding: 0 20px;
	text-decoration: none;
	color: inherit;
}
.rajuharryironman-tabs > ul {
	list-style: none;
	position: relative;
	display: block;
	font-size: 13px;
}
.rajuharryironman-tabs > ul > li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: auto;
	padding: 20px 25px 25px;
	background: rgba(255,255,255,0.9);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	opacity: 0;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: opacity 0.8s, -o-transform 0.8s;	
	-ms-transition: opacity 0.8s, -ms-transform 0.8s;	
	-moz-transition: opacity 0.8s, -moz-transform 0.8s;	
	-webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
}
.rajuharryironman-tabs > .rajuharryironman-tab-content-1:checked ~ ul > .rajuharryironman-tab-content-1,
.rajuharryironman-tabs > .rajuharryironman-tab-content-2:checked ~ ul > .rajuharryironman-tab-content-2,
.rajuharryironman-tabs > .rajuharryironman-tab-content-3:checked ~ ul > .rajuharryironman-tab-content-3,
.rajuharryironman-tabs > .rajuharryironman-tab-content-4:checked ~ ul > .rajuharryironman-tab-content-4,
.rajuharryironman-tabs > .rajuharryironman-tab-content-5:checked ~ ul > .rajuharryironman-tab-content-5,
.rajuharryironman-tabs > .rajuharryironman-tab-content-6:checked ~ ul > .rajuharryironman-tab-content-6,
.rajuharryironman-tabs > .rajuharryironman-tab-content-7:checked ~ ul > .rajuharryironman-tab-content-7,
.rajuharryironman-tabs > .rajuharryironman-tab-content-8:checked ~ ul > .rajuharryironman-tab-content-8,
.rajuharryironman-tabs > .rajuharryironman-tab-content-9:checked ~ ul > .rajuharryironman-tab-content-9 {
	position: relative;
	z-index: 1;
	opacity: 1;
}


/**/
/* positions */
/**/
.rajuharryironman-tabs-pos-top-center {
	text-align: center;
}
.rajuharryironman-tabs-pos-top-right {
	text-align: right;
}
.rajuharryironman-tabs-pos-top-right > label {
	padding-right: 0;
	padding-left: 1px;
}
.rajuharryironman-tabs-pos-top-justify > label {
	padding-right: 0;
	padding-left: 1px;
}
.rajuharryironman-tabs-pos-top-justify.rajuharryironman-tabs-amount-2 > label {
	width: 50%;
}
.rajuharryironman-tabs-pos-top-justify.rajuharryironman-tabs-amount-3 > label {
	width: 33.33%;
}
.rajuharryironman-tabs-pos-top-justify.rajuharryironman-tabs-amount-4 > label {
	width: 25%;
}
.rajuharryironman-tabs-pos-top-justify.rajuharryironman-tabs-amount-5 > label {
	width: 20%;
}
.rajuharryironman-tabs-pos-top-justify.rajuharryironman-tabs-amount-6 > label {
	width: 16.66%;
}
.rajuharryironman-tabs-pos-top-justify.rajuharryironman-tabs-amount-7 > label {
	width: 14.28%;
}
.rajuharryironman-tabs-pos-top-justify.rajuharryironman-tabs-amount-8 > label {
	width: 12.5%;
}
.rajuharryironman-tabs-pos-top-justify.rajuharryironman-tabs-amount-9 > label {
	width: 11.11%;
}
.rajuharryironman-tabs-pos-top-justify > input:first-child + label {
	padding-left: 0;
}
.rajuharryironman-tabs-pos-left > label,
.rajuharryironman-tabs-pos-right > label {
	display: block;
	width: 25%;
	float: left;
	clear: left;
	margin-right: 0;
}
.rajuharryironman-tabs-pos-right > label {
	float: right;
	clear: right;
}
.rajuharryironman-tabs-pos-left > ul {
	margin-left: 25%;
}
.rajuharryironman-tabs-pos-right > ul {
	margin-right: 25%;
}
.rajuharryironman-tabs-pos-right > label {
	padding-right: 0;
	padding-left: 1px;
}
.rajuharryironman-tabs-pos-top-center > ul > li,
.rajuharryironman-tabs-pos-top-justify > ul > li {
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%;
}
.rajuharryironman-tabs-pos-right > ul > li,
.rajuharryironman-tabs-pos-top-right > ul > li {
	-o-transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-moz-transform-origin: 100% 0%;
	-webkit-transform-origin: 100% 0%;
}


/**/
/* animations */
/**/
.rajuharryironman-tabs-anim-slide-up > ul > li {
	-o-transform: translateY(-15%);
	-ms-transform: translateY(-15%);
	-moz-transform: translateY(-15%);
	-webkit-transform: translateY(-15%);
}
.rajuharryironman-tabs-anim-slide-right > ul > li {
	-o-transform: translateX(15%);
	-ms-transform: translateX(15%);
	-moz-transform: translateX(15%);
	-webkit-transform: translateX(15%);
}
.rajuharryironman-tabs-anim-slide-down > ul > li {
	-o-transform: translateY(15%);
	-ms-transform: translateY(15%);
	-moz-transform: translateY(15%);
	-webkit-transform: translateY(15%);
}
.rajuharryironman-tabs-anim-slide-left > ul > li {
	-o-transform: translateX(-15%);
	-ms-transform: translateX(-15%);
	-moz-transform: translateX(-15%);
	-webkit-transform: translateX(-15%);
}
.rajuharryironman-tabs-anim-slide-up-left > ul > li {
	-o-transform: translate(-15%,-15%);
	-ms-transform: translate(-15%,-15%);
	-moz-transform: translate(-15%,-15%);
	-webkit-transform: translate(-15%,-15%);
}
.rajuharryironman-tabs-anim-slide-up-right > ul > li {
	-o-transform: translate(15%,-15%);
	-ms-transform: translate(15%,-15%);
	-moz-transform: translate(15%,-15%);
	-webkit-transform: translate(15%,-15%);	
}
.rajuharryironman-tabs-anim-slide-down-right > ul > li {
	-o-transform: translate(15%,15%);
	-ms-transform: translate(15%,15%);
	-moz-transform: translate(15%,15%);
	-webkit-transform: translate(15%,15%);	
}
.rajuharryironman-tabs-anim-slide-down-left > ul > li {
	-o-transform: translate(-15%,15%);
	-ms-transform: translate(-15%,15%);
	-moz-transform: translate(-15%,15%);
	-webkit-transform: translate(-15%,15%);	
}
.rajuharryironman-tabs > .rajuharryironman-tab-content-1:checked ~ ul > .rajuharryironman-tab-content-1,
.rajuharryironman-tabs > .rajuharryironman-tab-content-2:checked ~ ul > .rajuharryironman-tab-content-2,
.rajuharryironman-tabs > .rajuharryironman-tab-content-3:checked ~ ul > .rajuharryironman-tab-content-3,
.rajuharryironman-tabs > .rajuharryironman-tab-content-4:checked ~ ul > .rajuharryironman-tab-content-4,
.rajuharryironman-tabs > .rajuharryironman-tab-content-5:checked ~ ul > .rajuharryironman-tab-content-5,
.rajuharryironman-tabs > .rajuharryironman-tab-content-6:checked ~ ul > .rajuharryironman-tab-content-6,
.rajuharryironman-tabs > .rajuharryironman-tab-content-7:checked ~ ul > .rajuharryironman-tab-content-7,
.rajuharryironman-tabs > .rajuharryironman-tab-content-8:checked ~ ul > .rajuharryironman-tab-content-8,
.rajuharryironman-tabs > .rajuharryironman-tab-content-9:checked ~ ul > .rajuharryironman-tab-content-9 {
	-o-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0);
}

.rajuharryironman-tabs-anim-scale > ul > li {
	-o-transform: scale(0.1,0.1);
	-ms-transform: scale(0.1,0.1);
	-moz-transform: scale(0.1,0.1);
	-webkit-transform: scale(0.1,0.1);
}
.rajuharryironman-tabs-anim-scale > .rajuharryironman-tab-content-1:checked ~ ul > .rajuharryironman-tab-content-1,
.rajuharryironman-tabs-anim-scale > .rajuharryironman-tab-content-2:checked ~ ul > .rajuharryironman-tab-content-2,
.rajuharryironman-tabs-anim-scale > .rajuharryironman-tab-content-3:checked ~ ul > .rajuharryironman-tab-content-3,
.rajuharryironman-tabs-anim-scale > .rajuharryironman-tab-content-4:checked ~ ul > .rajuharryironman-tab-content-4,
.rajuharryironman-tabs-anim-scale > .rajuharryironman-tab-content-5:checked ~ ul > .rajuharryironman-tab-content-5,
.rajuharryironman-tabs-anim-scale > .rajuharryironman-tab-content-6:checked ~ ul > .rajuharryironman-tab-content-6,
.rajuharryironman-tabs-anim-scale > .rajuharryironman-tab-content-7:checked ~ ul > .rajuharryironman-tab-content-7,
.rajuharryironman-tabs-anim-scale > .rajuharryironman-tab-content-8:checked ~ ul > .rajuharryironman-tab-content-8,
.rajuharryironman-tabs-anim-scale > .rajuharryironman-tab-content-9:checked ~ ul > .rajuharryironman-tab-content-9 {
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
}

.rajuharryironman-tabs-anim-rotate > ul > li {
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.rajuharryironman-tabs-anim-rotate.rajuharryironman-tabs-pos-right > ul > li,
.rajuharryironman-tabs-anim-rotate.rajuharryironman-tabs-pos-top-right > ul > li {
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.rajuharryironman-tabs-anim-rotate > .rajuharryironman-tab-content-1:checked ~ ul > .rajuharryironman-tab-content-1,
.rajuharryironman-tabs-anim-rotate > .rajuharryironman-tab-content-2:checked ~ ul > .rajuharryironman-tab-content-2,
.rajuharryironman-tabs-anim-rotate > .rajuharryironman-tab-content-3:checked ~ ul > .rajuharryironman-tab-content-3,
.rajuharryironman-tabs-anim-rotate > .rajuharryironman-tab-content-4:checked ~ ul > .rajuharryironman-tab-content-4,
.rajuharryironman-tabs-anim-rotate > .rajuharryironman-tab-content-5:checked ~ ul > .rajuharryironman-tab-content-5,
.rajuharryironman-tabs-anim-rotate > .rajuharryironman-tab-content-6:checked ~ ul > .rajuharryironman-tab-content-6,
.rajuharryironman-tabs-anim-rotate > .rajuharryironman-tab-content-7:checked ~ ul > .rajuharryironman-tab-content-7,
.rajuharryironman-tabs-anim-rotate > .rajuharryironman-tab-content-8:checked ~ ul > .rajuharryironman-tab-content-8,
.rajuharryironman-tabs-anim-rotate > .rajuharryironman-tab-content-9:checked ~ ul > .rajuharryironman-tab-content-9 {
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.rajuharryironman-tabs-anim-flip > ul {
	perspective: 2000px;
	-o-perspective: 2000px;
	-ms-perspective: 2000px;
	-moz-perspective: 2000px;
	-webkit-perspective: 2000px;
	perspective-origin: 50% 50%;
	-o-perspective-origin: 50% 50%;
	-ms-perspective-origin: 50% 50%;
	-moz-perspective-origin: 50% 50%;
	-webkit-perspective-origin: 50% 50%;
}
.rajuharryironman-tabs-anim-flip > ul > li {
	-o-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-webkit-transform: rotateX(-90deg);
}
.rajuharryironman-tabs-anim-flip.rajuharryironman-tabs-pos-left > ul > li {
	-o-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);	
}
.rajuharryironman-tabs-anim-flip.rajuharryironman-tabs-pos-right > ul > li {
	-o-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-webkit-transform: rotateY(-90deg);
}
.rajuharryironman-tabs-anim-flip > .rajuharryironman-tab-content-1:checked ~ ul > .rajuharryironman-tab-content-1,
.rajuharryironman-tabs-anim-flip > .rajuharryironman-tab-content-2:checked ~ ul > .rajuharryironman-tab-content-2,
.rajuharryironman-tabs-anim-flip > .rajuharryironman-tab-content-3:checked ~ ul > .rajuharryironman-tab-content-3,
.rajuharryironman-tabs-anim-flip > .rajuharryironman-tab-content-4:checked ~ ul > .rajuharryironman-tab-content-4,
.rajuharryironman-tabs-anim-flip > .rajuharryironman-tab-content-5:checked ~ ul > .rajuharryironman-tab-content-5,
.rajuharryironman-tabs-anim-flip > .rajuharryironman-tab-content-6:checked ~ ul > .rajuharryironman-tab-content-6,
.rajuharryironman-tabs-anim-flip > .rajuharryironman-tab-content-7:checked ~ ul > .rajuharryironman-tab-content-7,
.rajuharryironman-tabs-anim-flip > .rajuharryironman-tab-content-8:checked ~ ul > .rajuharryironman-tab-content-8,
.rajuharryironman-tabs-anim-flip > .rajuharryironman-tab-content-9:checked ~ ul > .rajuharryironman-tab-content-9 {
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}


/**/
/* grid system */
/**/
.rajuharryironman-tabs .grid-row {
	margin-top: 20px;
}
.rajuharryironman-tabs .grid-row:after {
	content: '';
	display: table;
	clear: both;
}
.rajuharryironman-tabs .grid-row:first-child {
	margin-top: 0;
}
.rajuharryironman-tabs .grid-col {
	display: block;
	float: left;
	width: 100%;
	margin-left: 2%;
}
.rajuharryironman-tabs .grid-col:first-child {
	margin-left: 0;
}
.rajuharryironman-tabs .grid-col .inner {
	padding: 10px 0;
	border-radius: 5px;
	background: rgba(0,0,0,0.1);
	text-align: center;
}
.rajuharryironman-tabs .grid-col-1 {
	width: 6.5%;
}
.rajuharryironman-tabs .grid-col-2 {
	width: 15%;
}
.rajuharryironman-tabs .grid-col-3 {
	width: 23.5%;
}
.rajuharryironman-tabs .grid-col-4 {
	width: 32%;
}
.rajuharryironman-tabs .grid-col-5 {
	width: 40.5%;
}
.rajuharryironman-tabs .grid-col-6 {
	width: 49%;
}
.rajuharryironman-tabs .grid-col-7 {
	width: 57.5%;
}
.rajuharryironman-tabs .grid-col-8 {
	width: 66%;
}
.rajuharryironman-tabs .grid-col-9 {
	width: 74.5%;
}
.rajuharryironman-tabs .grid-col-10 {
	width: 83%;
}
.rajuharryironman-tabs .grid-col-11 {
	width: 91.5%;
}
.rajuharryironman-tabs .grid-col-offset-1,
.rajuharryironman-tabs .grid-col-offset-1:first-child {
	margin-left: 8.5%;
}
.rajuharryironman-tabs .grid-col-offset-2,
.rajuharryironman-tabs .grid-col-offset-2:first-child {
	margin-left: 17%;
}
.rajuharryironman-tabs .grid-col-offset-3,
.rajuharryironman-tabs .grid-col-offset-3:first-child {
	margin-left: 25.5%;
}
.rajuharryironman-tabs .grid-col-offset-4,
.rajuharryironman-tabs .grid-col-offset-4:first-child {
	margin-left: 34%;
}
.rajuharryironman-tabs .grid-col-offset-5,
.rajuharryironman-tabs .grid-col-offset-5:first-child {
	margin-left: 42.5%;
}
.rajuharryironman-tabs .grid-col-offset-6,
.rajuharryironman-tabs .grid-col-offset-6:first-child {
	margin-left: 51%;
}
.rajuharryironman-tabs .grid-col-offset-7,
.rajuharryironman-tabs .grid-col-offset-7:first-child {
	margin-left: 59.5%;
}
.rajuharryironman-tabs .grid-col-offset-8,
.rajuharryironman-tabs .grid-col-offset-8:first-child {
	margin-left: 68%;
}
.rajuharryironman-tabs .grid-col-offset-9,
.rajuharryironman-tabs .grid-col-offset-9:first-child {
	margin-left: 76.5%;
}
.rajuharryironman-tabs .grid-col-offset-10,
.rajuharryironman-tabs .grid-col-offset-10:first-child {
	margin-left: 85%;
}
.rajuharryironman-tabs .grid-col-offset-11,
.rajuharryironman-tabs .grid-col-offset-11:first-child {
	margin-left: 93.5%;
}


/**/
/* typography */
/**/
.rajuharryironman-tabs .typography h1,
.rajuharryironman-tabs .typography h2,
.rajuharryironman-tabs .typography h3,
.rajuharryironman-tabs .typography h4,
.rajuharryironman-tabs .typography h5,
.rajuharryironman-tabs .typography h6 {
	margin: 40px 0 0 0;
	padding: 0;
	text-align: left;
	color: #333;
}
.rajuharryironman-tabs .typography h1 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 300;
}
.rajuharryironman-tabs .typography h2 {
	font-size: 34px;
	line-height: 44px;
	font-weight: 300;
}
.rajuharryironman-tabs .typography h3 {
	font-size: 28px;
	line-height: 36px;
	font-weight: 300;
}
.rajuharryironman-tabs .typography h4 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
}
.rajuharryironman-tabs .typography h5 {
	font-size: 16px;
	line-height: 23px;
	font-weight: 400;
	text-transform: uppercase;
}
.rajuharryironman-tabs .typography h6 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
.rajuharryironman-tabs .typography p {
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 20px;
	text-align: left;
}
.rajuharryironman-tabs .typography ul,
.rajuharryironman-tabs .typography ol {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 20px;
}
.rajuharryironman-tabs .typography li {
	position: relative;
	margin-top: 5px;
	padding-left: 20px;
}
.rajuharryironman-tabs .typography li ul,
.rajuharryironman-tabs .typography li ol {
	margin-top: 5px;
}
.rajuharryironman-tabs .typography ul li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 4px;
	height: 4px;
	background: #333;
}
.rajuharryironman-tabs .typography ol {
	counter-reset: list1;
}
.rajuharryironman-tabs .typography ol > li:before {
	counter-increment:list1;
	content: counter(list1)'.';
	position: absolute;
	top: 0;
	left: 0;
	color: #333;
}
.rajuharryironman-tabs .typography a {
	text-decoration: underline;
	color: #2da5da;
}
.rajuharryironman-tabs .typography a:hover {
	text-decoration: none;
}
.rajuharryironman-tabs .typography .pic {
	padding: 4px;
	border: 1px dotted #ccc;
}
.rajuharryironman-tabs .typography .pic img {
	display: block;
}
.rajuharryironman-tabs .typography .pic-right {
	float: right;
	margin: 0 0 10px 20px;
}
.rajuharryironman-tabs .typography .link {
	text-decoration: underline;
	color: #2da5da;
	cursor: pointer;
}
.rajuharryironman-tabs .typography .link:hover {
	text-decoration: none;
}
.rajuharryironman-tabs .typography h1:first-child,
.rajuharryironman-tabs .typography h2:first-child,
.rajuharryironman-tabs .typography h3:first-child,
.rajuharryironman-tabs .typography h4:first-child,
.rajuharryironman-tabs .typography h5:first-child,
.rajuharryironman-tabs .typography h6:first-child,
.rajuharryironman-tabs .typography p:first-child {
	margin-top: 0;
}
.rajuharryironman-tabs .typography .text-center {
	text-align: center;
}
.rajuharryironman-tabs .typography .text-right {
	text-align: right;
}


/**/
/* icons */
/**/
.rajuharryironman-tabs > label .fa {
	display: block;
	float: left;
	width: 18px;
	margin: 0 12px 0 -6px;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}


/**/
/* pad */
/**/
@media screen and (max-width: 1000px) {
	.rajuharryironman-tabs > label span span {
		padding: 0 15px;
	}
	.rajuharryironman-tabs > label .fa {
		margin-right: 10px;
		margin-left: -5px;
	}
}


/**/
/* phone */
/**/
@media screen and (max-width: 767px) {
	
	.rajuharryironman-tabs .grid-col,
	.rajuharryironman-tabs .grid-col:first-child {
		float: none;
		width: 100%;
		margin: 20px 0 0 0;
	}
	
	.rajuharryironman-tabs-response-to-stack > label {
		display: block;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		text-align: left;
	}
	.rajuharryironman-tabs-response-to-stack > ul {
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
	}
	.rajuharryironman-tabs-response-to-stack > ul > li {
		-o-transform-origin: 50% 0%;
		-ms-transform-origin: 50% 0%;
		-moz-transform-origin: 50% 0%;
		-webkit-transform-origin: 50% 0%;
	}
	.rajuharryironman-tabs-response-to-stack.rajuharryironman-tabs-anim-flip > ul > li {
		-webkit-transform: rotateX(-90deg);
	}
	
	.rajuharryironman-tabs-response-to-icons > label {
		font-size: 0;
	}
	.rajuharryironman-tabs-response-to-icons > label .fa {
		width: 45px;
		margin: 0;
		font-size: 16px;
	}
	.rajuharryironman-tabs-response-to-icons > label span span {
		padding: 0;
	}
	.rajuharryironman-tabs-response-to-icons.rajuharryironman-tabs-pos-left > label,
	.rajuharryironman-tabs-response-to-icons.rajuharryironman-tabs-pos-right > label {
		width: 56px;
	}
	.rajuharryironman-tabs-response-to-icons.rajuharryironman-tabs-pos-left > ul {
		margin-left: 56px;
	}
	.rajuharryironman-tabs-response-to-icons.rajuharryironman-tabs-pos-right > ul {
		margin-right: 56px;
	}
	
	.rajuharryironman-tabs-response-to-switcher > label {
		display: none;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		text-align: left;
	}
	.rajuharryironman-tabs-response-to-switcher > .switcher {
		display: block;
	}
	.rajuharryironman-tabs-response-to-switcher:hover > label {
		display: block;
	}
	.rajuharryironman-tabs-response-to-switcher:hover > .switcher {
		display: none;
	}
	.rajuharryironman-tabs-response-to-switcher > ul {
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
	}
	.rajuharryironman-tabs-response-to-switcher > ul > li {
		-o-transform-origin: 50% 0%;
		-ms-transform-origin: 50% 0%;
		-moz-transform-origin: 50% 0%;
		-webkit-transform-origin: 50% 0%;
	}
	.rajuharryironman-tabs-response-to-switcher.rajuharryironman-tabs-anim-flip > ul > li {
		-webkit-transform: rotateX(-90deg);
	}
}