
/* General */
.sam-temp-fw {
	width: 102vw;
	position: relative;
	margin-left: -51vw;
	left: 50%;
	padding: 0;
	background-color: #ffffff;
}
.sam-temp-fw-gray {
	background-color: #ebebeb;
	/* padding-bottom: 60px; */
}
.sam-temp-fw:first-of-type {
	margin-top: -40px;
	margin-bottom: -10px;
	padding: 0;
}
.sam-temp-fw .container {
	padding: 0;
}
.sam-temp-fw .stfw-row,
.sam-temp-fw .stfw-col-6,
.sam-temp-fw .stfw-col-12 {
	padding: 0;
	margin: 0;
}
@media (max-width: 768px) {
	.sam-temp-fw .stfw-row,
	.sam-temp-fw .stfw-col-6,
	.sam-temp-fw .stfw-col-12 {
		padding: 0 20px;
	}
}
@media (max-width: 700px) {
	.sam-temp-fw .stfw-row,
	.sam-temp-fw .stfw-col-6,
	.sam-temp-fw .stfw-col-12 {
		padding: 0 30px;
	}
}
@media (max-width: 600px) {
	.sam-temp-fw .stfw-row,
	.sam-temp-fw .stfw-col-6,
	.sam-temp-fw .stfw-col-12 {
		padding: 0 25px;
	}
}

h1, h2 {
	text-transform: capitalize;
	text-align: center;
	padding: 0;
	margin: 0 0 10px 0;
}
h1 {
	font-size: 42px;
	font-weight: 600;
}
h2 {
	font-size: 40px;
	font-weight: 500;
}
@media (max-width: 1400px) {
	h1 {
		font-size: 38px;
	}
	h2 {
		font-size: 32px;
	}

}
@media (max-width: 960px) {
	h1 {
		font-size: 30px;
		text-align: left;
		margin: 10px 0 0px 0;
	}
	h2 {
		font-size: 26px;
		padding-top: 20px;
		font-weight: 600;
	}
}

p {
	line-height: 26px;
}
@media (max-width: 960px) {
	p {
		text-align: justify;
	}
}
@media (max-width: 700px) {
	p {
		line-height: 22px;
	}
}
/* END */
  
  
  
/* Video Section */
.sam-temp-fw iframe {
	width: 100%;
	height: calc( 100vw / 2.5);
	margin-left: 5px;
}
.sam-temp-fw .stfw-row-intro-text {
	padding: 40px 0;
}
.sam-temp-fw .stfw-row-intro-text p {
	width: 72%;
	margin-left: 14%;
	padding-top: 20px;
}

/* Animation */
.drop-in {
	display: block !important;
	animation: drop-in 1s ease 200ms backwards;
}

.drop-in-2 {
	animation: drop-in 1200ms ease 500ms backwards;
}
@keyframes drop-in {
	from {
		opacity: 0;
		transform: translateY(-100px);
	}
	to {
		opacity: 1;
		transform: translate(0px);
	}
}

.drop-up {
	display: block !important;
	animation: drop-up 1s ease 200ms backwards;
}

.drop-up-2 {
	animation: drop-up 1200ms ease 500ms backwards;
}
@keyframes drop-up {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translate(0px);
	}
}
/* END */
   


@media (max-width: 1400px) {
	.sam-temp-fw iframe {
		margin-left: 0px;
	}
}
@media (max-width: 960px) {
	.sam-temp-fw iframe {
		margin-left: -8px;
		margin-top: 30px;
		width: calc(100% + 16px);
		height: calc( 100vw / 1.2);
	}
	.sam-temp-fw .stfw-row-intro-text p {
		width: 100%;
		margin-left: 0%;
		text-align: justify;
	}
}
@media (max-width: 800px) {
	.sam-temp-fw iframe {
		margin-left: -14px;
		width: calc(100% + 28px);
	}	
}
@media (max-width: 700px) {
	.sam-temp-fw iframe {
		margin-left: -30px;
		width: calc(100% + 60px);
	}
	.sam-temp-fw .stfw-row-intro-text {
		padding: 5px 0 20px 0;
	}
	.sam-temp-fw .stfw-row-intro-text p {
		padding-top: 10px;
	}
}
@media (max-width: 500px) {
	.sam-temp-fw iframe {
		margin-left: -34px;
		width: calc(100% + 68px);
	}
}
  
  
/* Content Section - Two Columns */
.sam-temp-fw .stfw-row-2-col {
	display: none;
}
.sam-temp-fw .stfw-col-6 {
	height: 396px;
}
.sam-temp-fw .stfw-col-6 img {
	height: auto;
	max-width: 100%;
	box-shadow: 2px 2px 8px #000;
}
.sam-temp-fw .stfw-col-6-left {
	padding-right: 25px;
}
.sam-temp-fw .stfw-col-6-right {
	padding-left: 25px;
}
.sam-temp-fw .stfw-row-2-col {
	padding-top: 0px;
}
.sam-temp-fw .stfw-row-2-col:last-of-type {
	padding-bottom: 60px;
}
.stfw-col-6 .stfw-div-middle {
	padding: 0 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.stfw-col-6 .stfw-div-middle h2 {
	text-align: left;
}
@media (max-width: 2000px) {
	.sam-temp-fw .stfw-col-6 {
		height: 336px;
	}
}
@media (max-width: 1400px) {
	.sam-temp-fw .stfw-col-6 {
		height: 278px;
	}
	.stfw-col-6 .stfw-div-middle {
		padding: 0 20px;
	}
}
@media (max-width: 960px) {
	.sam-temp-fw .stfw-col-6 {
		height: auto;
	}
	.stfw-col-6 .stfw-div-middle {
		position: relative;
		top: 0%;
		transform: translateY(0%);
	}
	.stfw-col-6 .stfw-div-middle,
	.sam-temp-fw .stfw-col-6 img {
		padding: 0 0px;
	}
	.sam-temp-fw .stfw-col-6-left,
	.sam-temp-fw .stfw-col-6-right {
		padding: 0 0px;
	}
	.stfw-col-6 .stfw-div-middle {
		padding: 0 0px;
	}
}
@media (max-width: 700px) {
	.sam-temp-fw .stfw-row-2-col:first-of-type {
		padding-top: 40px;
	}
	.sam-temp-fw .stfw-row-2-col:last-of-type {
		padding-bottom: 30px;
	}
}

/* For Animation */
.sam-temp-fw #row1 {
	height: 60px;
}
.sam-temp-fw #row2,
.sam-temp-fw #row3,
.sam-temp-fw #row4,
.sam-temp-fw #row5,
.sam-temp-fw #row6,
.sam-temp-fw #row7,
.sam-temp-fw #row8,
.sam-temp-fw #row9,
.sam-temp-fw #row10 {
	margin-top: 40px;
}
@media (max-width: 700px) {
	.sam-temp-fw #row1 {
		height: 40px;
	}
	.sam-temp-fw #row2,
	.sam-temp-fw #row3,
	.sam-temp-fw #row4,
	.sam-temp-fw #row5,
	.sam-temp-fw #row6,
	.sam-temp-fw #row7,
	.sam-temp-fw #row8,
	.sam-temp-fw #row9,
	.sam-temp-fw #row10 {
		margin-top: 10px;
	}
}



/* Control YT Player*/
.iframe_player {
	height: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}
.img_play {
	width: 80px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: none !important;
	opacity: 0.8;
}
.img_play:hover {
	opacity: 1.0;
	cursor: pointer;
}
.img_play_div {
	width: calc(100% - 20px);
	height: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
/* 	border: 1px solid red; */
}
.img_play_div_left {
	left: calc(50% - 10px);
}
.img_play_div_right {
	left: calc(50% + 15px);
}
@media (max-width: 960px) {
	.img_play_div  {
		width: calc(100% - 16px);
		left: calc(50% - 8px);
	}
}
@media (max-width: 800px) {
	.img_play_div  {
		width: calc(100% - 30px);
		left: calc(50% - 15px);
	}
}
@media (max-width: 700px) {
	.img_play_div  {
		width: calc(100% - 60px);
		left: calc(50% - 30px);
	}
}
@media (max-width: 500px) {
	.img_play_div  {
		width: calc(100% - 68px);
		left: calc(50% - 34px);
	}
}

