.video{
	position: relative;
	width: 100%;
	/* margin: 0 auto; */
  	/* padding: 0 10px 20px 20px; */
}

/**/
/* main styles */
/**/
.videos {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 0;
	text-align: left;
}
.videos > input {
	position: absolute;
	left: -9999px;
}
.videos > label {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	transition: all 0.1s;
	-o-transition: all 0.1s;	
	-ms-transition: all 0.1s;	
	-moz-transition: all 0.1s;	
	-webkit-transition: all 0.1s;
}
.videos > label i {
	display: block;
	float: left;
	margin: 16px 8px 0 -2px;
	padding: 0;
	border: 0;
	outline: none;
	font-family: FontAwesome;
	font-style: normal;
	font-size: 17px;
	
}
.videos > input:checked + label {
	cursor: default;
}
.videos > ul {
	list-style: none;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 13px;
}
.videos > ul > li {
	position: absolute;
	width: 100%;
	overflow: auto;
	padding: 30px 40px 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	opacity: 0;
	transition: all 0.5s;
	-o-transition: all 0.5s;	
	-ms-transition: all 0.5s;	
	-moz-transition: all 0.5s;	
	-webkit-transition: all 0.5s;
}
.videos > .video_t-content-first:checked ~ ul .video_t-content-first,
.videos > .video_t-content-2:checked ~ ul .video_t-content-2,
.videos > .video_t-content-3:checked ~ ul .video_t-content-3 {
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transform: scale(1,1);
	-webkit-transform: rotate(0deg);
}


/*----------------------------------------------------------------------------*/
/*                                 EXTENSIONS                                 */
/*----------------------------------------------------------------------------*/

/**/
/* auto height */
/**/
.videos-height-auto > ul {
	height: auto !important;
}
.videos-height-auto > ul > li {
	position: static;
	display: none;
	height: auto !important;
}
.videos-height-auto > .video_t-content-first:checked ~ ul .video_t-content-first,
.videos-height-auto > .video_t-content-2:checked ~ ul .video_t-content-2,
.videos-height-auto > .video_t-content-3:checked ~ ul .video_t-content-3 {
	display: block;
}


/**/
/* grid */
/**/
.videos .grid-row {
	margin-top: 20px;
}
.videos .grid-row:after {
	content: '';
	display: table;
	clear: both;
}
.videos .grid-row:first-child {
	margin-top: 0;
}
.videos .grid-col {
	display: block;
	float: left;
	margin-left: 2%;
}
.videos .grid-col:first-child {
	margin-left: 0;
}
.videos .grid-col .inner {
	padding: 10px 0;
	border-radius: 5px;
	background: #f2f2f2;
	text-align: center;
}
.videos .grid-col-1 {
	width: 15%;
}
.videos .grid-col-2 {
	width: 32%;
}
.videos .grid-col-3 {
	width: 49%;
}
.videos .grid-col-4 {
	width: 66%;
}
.videos .grid-col-5 {
	width: 83%;
}
.videos .grid-col-offset-1 {
	margin-left: 19%;
}
.videos .grid-col-offset-1:first-child  {
	margin-left: 17%;
}
.videos .grid-col-offset-2 {
	margin-left: 36%;	
}
.videos .grid-col-offset-2:first-child {
	margin-left: 34%;
}
.videos .grid-col-offset-3 {
	margin-left: 53%;
}
.videos .grid-col-offset-3:first-child {
	margin-left: 51%;
}
.videos .grid-col-offset-4 {
	margin-left: 70%;
}
.videos .grid-col-offset-4:first-child {
	margin-left: 68%;
}
.videos .grid-col-offset-5:first-child {
	margin-left: 85%;
}


/**/
/* typography */
/**/
.videos .typography {
	color: #666;
}
.videos .typography h1,
.videos .typography h2,
.videos .typography h3,
.videos .typography h4,
.videos .typography h5,
.videos .typography h6 {
	margin: 40px 0 0 0;
	padding: 0;
	font-family: Gabriela, Georgia, serif;
	text-align: left;
	color: #333;
}
.videos .typography h1 {
	font-size: 40px;
	line-height: 60px;
	text-shadow: 3px 3px rgba(0,0,0,0.1);
}
.videos .typography h2 {
	font-size: 32px;
	line-height: 48px;
	text-shadow: 2px 2px rgba(0,0,0,0.1);
}
.videos .typography h3 {
	font-size: 26px;
	line-height: 38px;
	text-shadow: 1px 1px rgba(0,0,0,0.1);
}
.videos .typography h4 {
	font-size: 20px;
	line-height: 30px;
}
.videos .typography h5 {
	font-size: 15px;
	line-height: 23px;
	text-transform: uppercase;
}
.videos .typography h6 {
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.videos .typography p {
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 20px;
	text-align: left;
}
.videos .typography ul,
.videos .typography ol {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
.videos .typography li {
	position: relative;
	margin-top: 5px;
	padding-left: 20px;
}
.videos .typography li ul,
.videos .typography li ol {
	margin-top: 5px;
}
.videos .typography ul li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 4px;
	background: #404040;
}
.videos .typography ol {
	counter-reset: list1;
}
.videos .typography ol > li:before {
	counter-increment:list1;
	content: counter(list1)'.';
	position: absolute;
	top: 0;
	left: 0;
}
.videos .typography a {
	text-decoration: underline;
	color: #1889e6;
}
.videos .typography a:hover {
	text-decoration: none;
}
.videos .typography .pic {
	padding: 4px;
	border: 1px dotted #ccc;
}
.videos .typography .pic img {
	display: block;
}
.videos .typography .pic-right {
	float: right;
	margin: 0 0 10px 20px;
}
.videos .typography .link {
	text-decoration: underline;
	color: #1889e6;
	cursor: pointer;
}
.videos .typography .link:hover {
	text-decoration: none;
}
.videos .typography h1:first-child,
.videos .typography h2:first-child,
.videos .typography h3:first-child,
.videos .typography h4:first-child,
.videos .typography h5:first-child,
.videos .typography h6:first-child,
.videos .typography p:first-child {
	margin-top: 0;
}
.videos .typography .text-center {
	text-align: center;
}
.videos .typography .text-right {
	text-align: right;
}


/**/
/* steps */
/**/
.videos-steps > label {
	cursor: default;
}


/**/
/* animation effects */
/**/
.videos-effect-scale > ul > li {
	-webkit-transform: scale(0.1,0.1);
}
.videos-effect-rotate  > ul > li {
	-webkit-transform: rotate(180deg);
}
.videos-effect-slide-top > ul > li {
	top: -40px;
}
.videos-effect-slide-right > ul > li {
	left: 80px;
}
.videos-effect-slide-bottom > ul > li {
	top: 40px;
}
.videos-effect-slide-left > ul > li {
	left: -80px;
}



/*----------------------------------------------------------------------------*/
/*                                   LAYOUTS                                  */
/*----------------------------------------------------------------------------*/

/**/
/* top right */
/**/
.videos-layout-top-right {
	text-align: right;
}


/**/
/* top center */
/**/
.videos-layout-top-center {
	text-align: center;
}


/**/
/* top combi */
/**/
.videos > .right {
	float: right;
}



/*----------------------------------------------------------------------------*/
/*                                    ICONS                                   */
/*----------------------------------------------------------------------------*/

/**/
/* icons positions */
/**/
.videos-icons-top > label {
	text-align: center;
}
.videos-icons-top > label i {
	float: none;
	margin: 0 auto -10px;
	padding-top: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.videos-icons-right > label i {
	float: right;
	margin: 0 -2px 0 8px;
}
.videos-icons-bottom > label {
	text-align: center;
}
.videos-icons-bottom > label i {
	float: none;
	margin: -10px auto 0;
	padding-bottom: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.videos-icons-only > label i {
	float: none;
	margin: 0 auto;
	font-size: 23px;
}

/*----------------------------------------------------------------------------*/
/*                               RESPONSIVENESS                               */
/*----------------------------------------------------------------------------*/

/**/
/* pad */
/**/
@media screen and (max-width: 980px) {
	
}


/**/
/* phone */
/**/
@media screen and (max-width: 767px) {
	.videos > label {
		display: block;
	}
	.videos > .right {
		float: none;
	}
}



/*----------------------------------------------------------------------------*/
/*                                   THEMES                                   */
/*----------------------------------------------------------------------------*/

/**/
/* default */
/**/
.videos > label {	
	padding: 0 20px;
	background: #e5e5e5;
	font-size: 13px;
	line-height: 49px;
}
.videos > label:hover {
	background: #f2f2f2;
}
.videos > input:checked + label {
	background: #fff;
}
.videos > ul {
	background: #fff;
	text-align: left;
}
.videos-steps > label:hover {
	background: #e5e5e5;	
}


/**/
/* theme 1 */
/**/
.videos-theme-1 > label {
	margin: 0 5px 5px 0;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 2px rgba(0,0,0,0.2);
	color: #808080;
	opacity: 0.8;
}
.videos-theme-1 > label:hover {
	background: #fff;
	opacity: 1;
}
.videos-theme-1 > input:checked + label {
	margin-bottom: 0;
	padding-bottom: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	color: #2b82d9;
	opacity: 1;
}
.videos-theme-1 > ul {
	border-radius: 5px;
	box-shadow: 0 3px rgba(0,0,0,0.2);
}
.videos-theme-1 > .video_t-content-first:checked ~ ul {
	border-top-left-radius: 0;
}
@media screen and (max-width: 767px) {
	.videos-theme-1 > label {
		margin-right: 0;
	}
	.videos-theme-1 > input:checked + label {
		margin-bottom: 5px;
		padding-bottom: 0;
		border-radius: 5px;
	}
	.videos-theme-1 > .video_t-content-first:checked ~ ul {
		border-top-left-radius: 5px;
	}
}

/*----------------------------------------------------------------------------*/
/*                               CUSTOMIZATION                                */
/*----------------------------------------------------------------------------*/

/**/
/* height */
/**/
.videos > ul,
.videos > ul > li {
	height: 460px;
}

@media screen and (max-width: 991px) {
  .videos > ul,
  .videos > ul > li {
      height: 500px;
  }
}
