/****** !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

CSS COPYRIGHT www.studioworx.co.uk - The CSS is prohibited from viewing, using in whole or part.
Usage of the CSS may result in legal action. A notification has been sent to us letting us know
this page has been accessed directly including the IP, Time and domain it was accessed from.

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! *******/

/*
/ Max width overide
/ ------------------------------

@media (min-width: 1200px) {
	.container {
		max-width: 1180px;
	}
}*/

/*
/ Global
/ ------------------------------ */

#page + center,
#page + div{
	display: none;
}

[data-hide=""]{
	display: none !important;
}

video{
	background: #000000;
}

#page{
	font-family: 'Montserrat', Arial, sans-serif;

	background-image: url(images/bg.png);
	background-repeat: no-repeat;
}

.pull-left{
	float: left;
}

.pull-right{
	float: right;
}

.margin-top{
	margin-top: 20px;
}

.margin-bottom{
	margin-bottom: 20px;
}

.clearfix::after{
	content: "";
	display: table;
	clear: both;
}

.hidden{
	display: none;
}

.heading{
	margin: 40px 0 0;
	color: #000c51;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}

@media (max-width: 575px){
	.heading{
		font-size: 20px;
	}
}

/*
/ Typography
/ ------------------------------ */

h1{
	font-size: 16px;
	color: #000c51;
}

h2{
	font-size: 15px;
	color: #000c51;
}

h3{
	font-size: 14px;
	color: #000c51;
}

h4{
	font-size: 14px;
	color: #000c51;
}

h5{
	font-size: 14px;
	color: #000c51;
}

a{
  color: #0275d8;
}

a:focus, a:hover{
  color: #014c8c;
}

/*
/ Images
/ ------------------------------ */

.img-responsive{
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-center,
.image img,
.image video{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.sentinel{
	width: 100%;
}

/*
/ Transitions
/ ------------------------------ */

.transition{
	transition: all .15s linear;
	-o-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-webkit-transition: all .15s linear;
}

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }


@keyframes fadeInImage {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

/*
/ Forms
/ ------------------------------ */

.form-control{
	font-size: 14px;
	color: #000c51;
	padding: 5px 10px;
	border: 1px solid #dedede;
}

/*
/ Buttons
/ ------------------------------ */

.buttons{
	margin: 30px 0 0;
}

.buttons a{
	float: left;
	display: inline-block;
	padding: 13px 20px 14px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	border: 1px solid;
	border-radius: 6px;
	white-space: nowrap;
	vertical-align: middle;
	margin: 0 10px 10px 0;

	cursor: pointer;
	-ms-touch-action: manipulation;
 	touch-action: manipulation;
	-webkit-user-select: none;
 	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.buttons a:last-child{
	margin-right: 0;
}

/*** Button colours ***/

.buttons a{
	background-color: #ffffff;
	border-color: #000c51;
	color: #000c51;
}

.buttons a:hover{
	text-decoration: none;
}

/*
/ Header Top
/ ------------------------------ */

#header-top{
	background-color: #001489;
	padding: 8px 0 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
}


@media (max-width: 575px){
}

/*
/ Header
/ ------------------------------ */

#header{
	text-align: center;
}

#header .container{
	position: relative;
	display: flex;
	align-items: center;
	max-width: none;
}

@media (max-width: 1023px){
	#header .container{
		justify-content: center;
	}
}

#header .logo{
	display: inline-block;
	margin: 15px 0;
}

#header .logo a{
	display: inline-block;
	text-decoration: none;
}

@media (max-width: 575px){
	#header .logo{
		float: none;
		margin: 8px 0;
	}
	#header .logo img{
		width: 100px;
	}
}

/*
/ Header Menu
/ ------------------------------ */

/*** Flex ***/

#header-menu .category-list > ul{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#header-menu .category-list > ul .row:before,
#header-menu .category-list > ul .clearfix:before {
	content: none;
}

#header-menu .category-list > ul > * {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

/*** End Flex ***/

#header-menu{
	flex-grow: 1;
}

#header-menu .category-list > ul{
	position: relative;
	padding: 0 177px 0 50px;
	margin: 0;
}

#header-menu .category-list > ul > li{
	flex-grow: 1;
	position: relative; /* Remove for Mega Menu */
	list-style: none;
}

#header-menu .category-list > ul > li.hide,
#header-menu .category-list > ul > li#ID-1{
	display: none;
}

#header-menu .category-list > ul > li:nth-of-type(7),
#header-menu .category-list > ul > li:nth-of-type(8),
#header-menu .category-list > ul > li:nth-of-type(9),
#header-menu .category-list > ul > li:nth-of-type(10),
#header-menu .category-list > ul > li:nth-of-type(11),
#header-menu .category-list > ul > li:nth-of-type(12){ /* hide unwanted top categories at menu */

}

#header-menu .category-list > ul > li > a{
	cursor: pointer;
	display: block;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0;
	height: 40px;
	line-height: 40px;
	color: #001489;
	margin: 0;
}

#header-menu .category-list > ul > li:hover > a,
#header-menu .category-list > ul > li > a:hover{
	text-decoration: none;
	color: #001489;
}

/*
/ Mobile Menu
/ ------------------------------ */

#header-menu-mobile{
	position: absolute;
	left: 15px;
	top: 22px;
}

@media (min-width: 576px) and (max-width: 1023px){
	#header-menu-mobile{
		top: 30px;
	}
}

#header-menu-mobile .mobile-menu-toggle{
	margin: 0;
}

#header-menu-mobile .mobile-menu-toggle .icon{
	display: block;
}

#header-menu-mobile .mobile-menu-toggle .icon span{
	display: block;
	background-color: #001489;
	border-radius: 2px;
	width: 28px;
	height: 3px;
}

#header-menu-mobile .mobile-menu-toggle .icon span + span{
	margin-top: 6px;
}

#header-menu-mobile .categories{
	transform: translateX(-100%);
	padding: 50px 25px 20px;
	margin: 0;

	position: fixed;
	top: 0;
	left: 0;
	width: 90%;
	height: 100%;
	background-color: #fff;
	z-index: 100;
	overflow-y: scroll;

	text-align: left;
}

#header-menu-mobile .categories label{
	position: absolute;
	right: 15px;
	top: 15px;
	width: 16px;
	height: 16px;
	background-image: url(images/close-menu.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	z-index: 100;
}

#header-menu-mobile .categories > li{
	list-style: none;
}

#header-menu-mobile .categories > li > a{
	position: relative;
	cursor: pointer;
	display: block;
	padding: 15px 0;
	color: #001489;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
	margin: 0;
}

#header-menu-mobile .categories > li > a label{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin: 0;
	cursor: pointer;
}

#header-menu-mobile #mobile-control-open:checked ~ ul + .bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.65);
	z-index: 99;
}

#header-menu-mobile .mobile-control{ display: none; }

#header-menu-mobile #mobile-control-open:checked ~ ul { transform: translateX(0); transition: all 0.3s cubic-bezier(0.05, 0.05, 0.05, 0.05); }

#header-menu-mobile #mobile-control-close:checked ~ ul{
	transform: translateX(-100%);
}

/*
/ Main
/ ------------------------------ */

#main{
	margin-top: 40px;
	padding-bottom: 80px;
}

@media (max-width: 767px) {
	#main{
		margin-top: 15px;
	}
}

/*
/ Images
/ ------------------------------ */

.images{
	position: relative;
	margin-right: -15px;
}

@media (max-width: 575px){
	.images{
		margin-right: 0;
	}
}

.images > img{
	width: 100%;
}

.images .image{
	width: 20%;
	float: left;
	position: static;
	padding-right: 15px;
}

@media (max-width: 1023px){
	.images .image{
		width: 25%;
	}
}

@media (max-width: 767px){
	.images .image{
		width: 20%;
	}
}

.images .image[data-image=""]{
	display: none;
}

/*** Thumbnails ***/

.image .thumbnail{
	width: 100%;
	position: relative;
	cursor: pointer;
	border: 1px solid #dedede;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 100%;
}

/*** Remove if using videos ***/
.image .thumbnail[data-checkimage2=""]{
	display: none;
}

.image .thumbnails-control{
	display: none;
}

.image .thumbnails-control:checked + .thumbnail{
	border-color: #001489;
	box-shadow: 0 0 0 1px #001489;
}

.image #thumbnail-control-video:checked ~ #image-video,
.image #thumbnail-control-1:checked ~ #image-1,
.image #thumbnail-control-2:checked ~ #image-2,
.image #thumbnail-control-3:checked ~ #image-3,
.image #thumbnail-control-4:checked ~ #image-4,
.image #thumbnail-control-5:checked ~ #image-5,
.image #thumbnail-control-6:checked ~ #image-6,
.image #thumbnail-control-7:checked ~ #image-7,
.image #thumbnail-control-8:checked ~ #image-8,
.image #thumbnail-control-9:checked ~ #image-9,
.image #thumbnail-control-10:checked ~ #image-10,
.image #thumbnail-control-11:checked ~ #image-11,
.image #thumbnail-control-12:checked ~ #image-12,
.image #thumbnail-control-13:checked ~ #image-13,
.image #thumbnail-control-14:checked ~ #image-14,
.image #thumbnail-control-15:checked ~ #image-15,
.image #thumbnail-control-16:checked ~ #image-16{
	display: block;
}

@media (max-width: 575px) {
	.images{
		text-align: center;
		margin-bottom: 20px;
	}
	.images .image{
		width: auto;
		float: none;
		display: inline-block;
		padding: 0;
	}
	.image .thumbnail{
		width: 8px;
		height: 8px;
		border-radius: 100%;
		margin: 15px 3px 0;
		padding-bottom: 0;
		border: 0;
		background-color: #e3e3e3;
	}
	.image .thumbnails-control:checked + label{
		background-color: #4e4e4e;
	}
	.image .thumbnail img{
		display: none;
	}
}

/*** Images ***/

.image .main{
	animation-name: fadeIn;
    animation-duration: 0.5s;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: none;
	cursor: pointer;
	padding-right: 15px;
}

@media (max-width: 575px){
	.image .main{
		padding-right: 0;
	}
}

.image .main .main-content{
	position: relative;
	padding-bottom: 100%;
}

/*** Video ***/

.image .main video{
	width: 100%;
}

/*** Arrows ***/

.image .main .prev,
.image .main .next{
	background-size: cover;
	position: absolute;
	width: 39px;
	height: 60px;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;

	background-color: rgba(255,255,255,0.9);
	background-position: center;
	background-repeat: no-repeat;
}

.image .main .prev{
	left: 0;
	background-image: url('images/prev3.png');
}

.image .main .next{
	right: 0;
	background-image: url('images/next3.png');
}

/***
.image .main .prev,
.image .main .next{
	background-size: cover;
	position: absolute;
	width: 39px;
	height: 39px;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;

	background-color: #c1c1c1;
	border-radius: 500px;
	background-position: center;
	background-repeat: no-repeat;
}

.image .main .prev{
	left: 5px;
	background-image: url('images/prev.png');
}

.image .main .next{
	right: 5px;
	background-image: url('images/next.png');
}
***/

/***
.image .main .prev,
.image .main .next{
	background-size: cover;
	position: absolute;
	width: 30px;
	height: 75px;
	top: 50%;
	margin-top: -37px;
	cursor: pointer;

	background-color: #c1c1c1;
	background-position: center;
	background-repeat: no-repeat;
}

.image .main .prev{
	left: -15px;
	background-image: url('images/prev2.png');
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.image .main .next{
	right: -15px;
	background-image: url('images/next2.png');
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
***/

.image .main .prev[data-prev=""],
.image .main .next[data-next=""]{
	display: none;
}

.image .main-control{
	display: none;
}

@media (min-width: 576px) {
	.image .main .prev,
	.image .main .next{
		display: none;
	}
}

/*** Click to zoom ***/

@media (min-width: 768px) {
	.image .main-control:checked + .main{
		animation-name: fadeInImage;
  	animation-duration: 0.5s;
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 100;
		background-color: rgba(0,0,0,0.65);
		text-align: center;
	}
	.image .main-control:checked + .main .main-content{
		position: relative;
		border: 0;
		width: 600px;
		height: 600px;
		padding: 0;
		background-color: #ffffff;
		margin: 50px auto 0;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	}
	.image .main-control:checked + .main .main-content img{
		max-width: 100%;
	}
	.image .main-control:checked + .main .main-content .prev,
	.image .main-control:checked + .main .main-content .next{
		display: none;
	}
	.image .main .main-content:after{
		content: "[Click to Zoom]";
		background-image: url('images/zoom.png');
		background-repeat: no-repeat;
		padding-left: 20px;
		line-height: 17px;
		position: absolute;
		bottom: 10px;
		right: 10px;
		color: #000c51;
		font-size: 12px;
		display: none;
	}
	.image .main-control:checked + .main .main-content:after{
		bottom: auto;
		left: auto;
		top: 10px;
		right: 10px;
		width: 19px;
		height: 19px;
		padding: 0;
		content: "";
		background-image: url('images/close.png');
		display: block;
	}
}

@media (min-width: 1024px) {
	.image .main-control:checked + .main .main-content{
		width: 800px;
		height: 800px;
	}
}

/*** Image Counter ***/

.count-label{
	position: absolute;
	right: 5px;
	top: 5px;

	padding: 2px 5px;

	color: #000c51;
	font-size: 12px;
	text-align: left;
	font-family: Arial, sans-serif;

	background-color: #ffffff;
	border-radius: 4px;
}

.count-label[data=""]{
	display: none;
}

@media (min-width: 576px){
	.count-label{
		display: none;
	}
}

.count-label div{
	float: left;
	position: relative;
}

.count-label div:last-child{
	margin-left: 4px;
	width: 8px;
}

.count-label div:last-child[data-double*="https"]{
	width: 15px;
}

.count-label span{
	position: absolute;
	left: 0;
	top: 0;

	width: 8px;

	background-color: #ffffff;
}

.count-label span.count-double{
	width: 15px;
}

.count-label div span[data-count=""]{
	display: none;
}

/*
/ Item Description
/ ------------------------------ */

#main-details{
	margin: 50px 0 0;
	border: 1px solid #d2d1d0;
	border-radius: 20px;
	padding: 35px;
}

@media (max-width: 1023px){
	#main-details{
		margin: 0;
		padding: 20px;
	}
}

/*** Title ***/

#main-details > h1{
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: 600;
	color: #000c51;
	line-height: 1.1;
}

/*
@media (min-width: 576px) and (max-width: 767px){
	#main-details > h1{
		padding-top: 40px;
	}
}
*/

@media (max-width: 575px){
	#main-details > h1{
		font-size: 24px;
	}
}

/*** Trusted ***/

.trusted{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.trusted h2{
	margin: 0 10px 0 0;
	color: #000c51;
	font-weight: 400;
	font-size: 14px;
}

.trusted h2::after{
	content: "";
}

.trusted div{
	margin: 0 10px 0 0;
}

.trusted a{
	display: inline-block;
	color: #000c51;
	font-size: 14px;
	font-weight: 600;
	text-decoration: underline;
}

.trusted a::after{
	content: "";
}

/*** Description ***/

.item-description{

}

/*
.delivery div:after,
.returns div:after{
	display: block;
	margin-bottom: 10px;
}
*/

/*** Description Overides ***/

.item-description img{
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}

.item-description ul li,
.item-description ol li{
	margin-bottom: 4px;
}

.item-description table{
	font-size: 13px;
}

.item-description font,
.item-description b font,
.item-description strong font,
.item-description p font,
.item-description ul li font,
.item-description ol li font,
.item-description th font,
.item-description td font,
.item-description h2 font,
.item-description h3 font,
.item-description h4 font,
.item-description h5 font,
.item-description b,
.item-description strong{
	font-size: inherit !important;
	font-family: inherit !important;
	line-height: inherit !important;
}

.item-description p,
.item-description ul li,
.item-description ol li,
.item-description th,
.item-description td,
.item-description h2,
.item-description h3,
.item-description h4,
.item-description h5,
.item-description span,
.item-description div{
	font-family: inherit !important;
	line-height: inherit !important;
}

/*
/ YouTube Video
/ ------------------------------ */

.ytvideo {
	position:relative;
	margin-top: 30px;
	text-align:center;
}

.ytvideo[ytvideo=""]{
	display: none;
}

.ytvideo p {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	height:28px;
	width:100%;
	overflow:hidden;

	padding-left:10px;
	line-height:28px;

	color:#ffffff;
	font-size:14px;
	text-align:left;
}

.ytvideo p.ytlink{
	top: auto;
	bottom: 0;
	font-size: 12px;
}

.ytvideo img {
	display:block;
	width: 100%;
}

.ytvideo a::after {
	content:"\A0\25BA";
	position:absolute;
	left:0; top:0; right:0; bottom:0;
	width:60px;
	height:50px;

	margin:auto;
	line-height:50px;

	color:#ffffff;
	font-size:24px;

	border-radius:10px;
	background:rgba(0,0,0,.6);
}

.ytvideo a:hover::after {
	background:#CC181E;
}

/*
/ Feedback
/ ------------------------------ */

.feedbacks{
	display: none;
}

.feedback{
	display: none;
	border-top: 1px solid #dedede;
	padding-top: 20px;
	margin-top: 20px;
	line-height: 16px;
}

h2 + .feedback,
h2 + .latest-feedbacks {
	border: 0;
	margin: 0;
	/*padding: 0;*/
	padding-top: 10px;
}

.feedback .icon{
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}

.feedback .description{
	font-size: 13px;
	color: #000c51;
	/*padding-right: 129px;*/
	padding-left: 26px;
}

.feedback .buyer{
	float: right;
	font-size: 12px;
	color: #000c51;
	display: none;
}

.feedback .buyer:before{
	content: "Buyer:\0020";
}

.feedback .buyer .brackets:before{
	content: "(\0020";
}

.feedback .buyer .brackets:after{
	content: "\0020)";
}

.feedback .buyer .name,
.feedback .buyer .brackets,
.feedback .buyer .brackets .score{
	display: inline-block;
}

.feedback .date-label{
	float: right;
	display: inline-block;
	clear: right;
	font-size: 12px;
	color: #666666;
	margin-top: 5px;
	margin-left: 10px;
	display: none;
}

.feedback .date-label:before{
	content: "Date:\0020";
}

.feedback .date-label .date{
	display: inline-block;
}

.feedback .title{
	font-size: 11px;
	margin-top: 5px;
	color: #666;
	padding-left: 26px;
}

/*
@media (max-width: 767px) {
	.feedback .buyer{
		display: none;
	}
	.feedback .description{
		float: left;
		width: 100%;
		margin-top: 5px;
		padding: 0;
	}
	.feedback .title{
		float: left;
		width: 100%;
		padding: 0;
	}
	.feedback .date-label{
		margin-top: 2px;
	}
}
*/

/*
/ Feedback Pop Up
/ ------------------------------ */

.feedback-button{
}

.feedback-button label{
	display: inline-block;
	padding: 8px 15px;
	margin: 20px 0 0;

	font-size: 12px;
	font-weight: bold;
	color: #000c51;

	cursor: pointer;

	background-color: #f0f0f0;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
}

@media (max-width: 767px) {
	.feedback-button label{
		display: none;
	}
}

#popup-closed,
#popup-opened,
#popup-closed-2,
#popup-opened-2{
	display: none;
}

#popup-closed:checked ~ .popup { display: none; }
#popup-opened:checked ~ .popup { display: block; }

#popup-closed-2:checked ~ .popup { display: none; }
#popup-opened-2:checked ~ .popup { display: block; }

.popup{
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;

    background-color: rgba(0,0,0,0.65);
    animation-name: fadeInImage;
    animation-duration: 0.5s;
}

.popup > div{
    position: relative;
    margin: 700px auto 0;
    width: 850px;
    padding: 10px 10px;

    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}

@media (max-width: 1023px){
	.popup > div{
	    width: 720px;
	}
}

.popup .popup-header{
	padding-bottom: 10px;
}

.popup .popup-header label{
	float: right;
	margin: 0;
}

.popup .popup-body{
	padding: 0 20px 0 0;
	height: 400px;
	overflow-x: hidden;
	overflow-y: scroll;
}

/*
/ Tabs
/ ------------------------------ */

.tabs{
	max-width: 800px;
	margin: 20px auto 0;
}

@media (max-width: 767px){
	.tabs{
		margin-top: 20px;
	}
}

.tabs .tab-control{
	display: none;
}

.tabs > label{
	display: block;

	float: left;
	width: 100%;
	position: relative;
	z-index: 10;

	padding: 20px 25px;
	margin: 10px 0 0;

	font-size: 17px;
	font-weight: 600;
	color: #000c51;

	background-color: #f0e7f9;
	border-radius: 12px;
}

.tabs > label:hover{
	cursor: pointer;
}

.tabs #tab-control-1:checked ~ label[for="tab-control-1"],
.tabs #tab-control-2:checked ~ label[for="tab-control-2"],
.tabs #tab-control-3:checked ~ label[for="tab-control-3"],
.tabs #tab-control-4:checked ~ label[for="tab-control-4"],
.tabs #tab-control-5:checked ~ label[for="tab-control-5"],
.tabs #tab-control-6:checked ~ label[for="tab-control-6"]{
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}



	/* Line Shape */
	.tabs > label::before {
		content: "";
		position: absolute;
		right: 29px;
		top: 50%;
		transform: translateY(-50%);
	  width: 2px;
	  height: 20px;
		background-color: #000c51;
	}
	.tabs > label::after {
		content: "";
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
	  width: 20px;
	  height: 2px;
		background-color: #000c51;
	}
	.tabs #tab-control-1:checked ~ label[for="tab-control-1"],
	.tabs #tab-control-2:checked ~ label[for="tab-control-2"],
	.tabs #tab-control-3:checked ~ label[for="tab-control-3"],
	.tabs #tab-control-4:checked ~ label[for="tab-control-4"],
	.tabs #tab-control-5:checked ~ label[for="tab-control-5"],
	.tabs #tab-control-6:checked ~ label[for="tab-control-6"]{
	}
	.tabs #tab-control-1:checked ~ label[for="tab-control-1"]::before,
	.tabs #tab-control-2:checked ~ label[for="tab-control-2"]::before,
	.tabs #tab-control-3:checked ~ label[for="tab-control-3"]::before,
	.tabs #tab-control-4:checked ~ label[for="tab-control-4"]::before,
	.tabs #tab-control-5:checked ~ label[for="tab-control-5"]::before,
	.tabs #tab-control-6:checked ~ label[for="tab-control-6"]::before{
		display: none;
	}

.tabs .tab-content{
	display: none;
	/*animation-name: fadeIn;
  	animation-duration: 1.0s;*/

	float: left;
	width: 100%;
	padding: 5px 25px 20px;

	font-size: 14px;
	line-height: 1.5;
	color: #000c51;

	background-color: #f0e7f9;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
}

.tabs .tab-content img,
.tabs .tab-content img{
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}

.tabs .tab-content ul li,
.tabs .tab-content ol li{
	margin-bottom: 4px;
}

@media (max-width: 767px) {
	.tabs .tab-content{
		border: 0;
		padding: 15px;
	}
}

#tab-control-1:checked ~ #tab-content-1,
#tab-control-2:checked ~ #tab-content-2,
#tab-control-3:checked ~ #tab-content-3,
#tab-control-4:checked ~ #tab-content-4,
#tab-control-5:checked ~ #tab-content-5,
#tab-control-6:checked ~ #tab-content-6{
	display: block;
}

@media (max-width: 767px) {
	.tabs .desktop-label{
	}
}

@media (min-width: 768px) {
	.tabs .mobile-label{
	}
}

/*
/ Featured
/ ------------------------------ */

.featured{
	margin-top: 50px;
	text-align: center;
}

.featured a{
	margin-top: 30px;
	display: block;
	padding: 30px 10px;
	text-decoration: none;
	background-color: #f0f8ff;
	border-radius: 20px;
	overflow: hidden;
}

.featured a h3{
	margin: 12px 0 10px;
	font-weight: 700;
	font-size: 22px;
	color: #001489;
}

.featured a p{
	margin: 0;
	font-weight: 300;
	font-size: 17px;
	color: #001489;
}

/*
/ Contact
/ ------------------------------ */

.contact{
	padding: 40px 20px;
	max-width: 800px;
	margin: 80px auto 0;
	background-color: #f0e7f9;
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
}

.contact h2{
	margin: 15px 0;
	font-size: 29px;
	font-weight: 600;
	color: #000c51;
}

@media (max-width: 575px){
	.contact h2{
		font-size: 20px;
	}
}

.contact p{
	max-width: 700px;
	line-height: 1.5;
	margin: 0 auto 20px;
	font-size: 16px;
	font-weight: 300;
	color: #000c51;
}

.contact a{
	display: inline-block;
	padding: 12px 20px 14px;
	color: #000c51;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	border: 1px solid #000c51;
	border-radius: 6px;
	text-decoration: none;
}

/*
/ Notice
/ ------------------------------ */

.notice{
	padding: 40px 20px;
	max-width: 800px;
	margin: 40px auto 0;
	border-radius: 20px;
	border: 1px solid #f1f1f1;
	overflow: hidden;
	text-align: center;
}

.notice h2{
	margin: 0 0 15px;
	font-size: 19px;
	font-weight: 600;
	color: #606060;
}

.notice p{
	max-width: 700px;
	line-height: 1.5;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 300;
	color: #606060;
}

/*
/ Footer
/ ------------------------------ */

#footer{
	padding: 20px 0;
	background-color: #000c51;
}

#footer .container{
	max-width: none;
}

#footer .row{
	margin: 0;
}

#footer a{
	float: right;
	display: inline-block;
	margin: 15px 0 0;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}

@media (max-width: 575px){
	#footer{
		text-align: center;
	}
	#footer a{
		float: none;
	}
}

/*
/ Footer Sub
/ ------------------------------ */

#footer-sub{
	padding: 30px 0;
	text-align: center;
}

/*** Copyright box ***/

.copyright{
	display: inline-block;
	text-align: center;
	padding: 10px 15px 0;
	margin: 0 5px;
}

.copyright:hover{
	text-decoration: none;
}

.copyright span{
	display: block;
	color: #606060;
	font-size: 10px;
	font-family: Arial, sans-serif;
	line-height: 12px;
	width: auto;
	text-align: center;
}

.copyright img{
	margin-top: 4px;
}
