﻿/********* Responsive *********/
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0 0 0 0%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.66%;
}
.span_10_of_12 {
  	width: 83.33%;
}

.span_9_of_12 {
  	width: 75%;
}

.span_8_of_12 {
  	width: 66.66%;
}

.span_7_of_12 {
  	width: 58.33%;
}

.span_6_of_12 {
  	width: 50%;
}

.span_5_of_12 {
  	width: 41.66%;
}

.span_4_of_12 {
  	width: 33.33%;
}

.span_3_of_12 {
  	width: 25%;
}

.span_2_of_12 {
  	width: 16.66%;
}

.span_1_of_12 {
  	width: 8.333%;
}

/*  GO FULL WIDTH BELOW 767 PIXELS */
@media only screen and (max-width: 767px) {
	.col {  margin: 0 0 0 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}
}

/********* website *********/

body {
	margin: 0px;
	font-family: Open Sans;
    	font-size: 14px;
    	line-height: 1.42857143;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Open Sans;
   	font-weight: 500;
    	line-height: 1.1;
    	color: inherit;
}
p {
	font-family: Open Sans;
    	font-size: 14px;
    	line-height: 1.42857143;
}
ul {
	padding: 0px;
	margin: 0px;
}
.img-responsive {
  width: 100%;
  height: auto;
}
#container {
	width: 100%;
}
#section1 {
    background-image: url(http://galaxy-hosting.com/ebay-listings/design1/images/header-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: top left;
    padding: 0px 60px;
}
#section1 img {
    padding: 26% 0%;
}
.auction-title {
    text-align: center;
    margin-bottom: 30px;
}
.auction-title h1 {
    font-size: 38px;
    color: #333;
    font-weight: bold;
    letter-spacing: 0.6px;
    border-bottom: 4px solid #057BAB;
    padding-bottom: 12px;
    display: inline-block;
}
#section2, #section3 {
    background-image: url(http://galaxy-hosting.com/ebay-listings/design1/images/c8c1bed6.png);
    background-repeat: repeat;
    background-position: top left;
    padding: 50px 0px;
}
#section4 {
    background-color: #255073;
    padding-top: 4em;
    padding-bottom: 4em;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
}
@media screen and (max-width: 380px) {
#section4 {
    padding-left: 20px;
    padding-right: 20px;
	}
}
@media screen and (max-width: 320px) {
#section4 {
    padding-left: 0px;
    padding-right: 0px;
	}
}
#section4 h3 {
    line-height: 39.00000001px;
    letter-spacing: 1px;
    text-transform: none;
    font-size: 21px;
    color: #ffffff;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
#section4 p {
    line-height: 28px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#section4 a {
    color: #87cde8;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#section4 i {
    width: 25px;
}
#section4 ul li {
    list-style: none;
    text-transform: uppercase;
    color: #fff;
    line-height: 2;
    font-size: 14px;
}
#section4 img {
    max-width: 300px;
}



/*** gallery ***/
.gallery-container{
	width: 640px;
	margin:0px auto; 
	padding: 0;
	position: relative;
	display: block;
	clear: both;
        border: 15px solid #5d5d5d;
        background: #5d5d5d;
        -moz-box-shadow: 0 3px 2px #777;
        box-shadow: 0 10px 13px #777;
}


.gallery-container.top, .gallery-container.bottom{
	width: 640px;
	height:576px;
}

.gallery-container.left, .gallery-container.right{
	width: 782px;
	height:480px;
}


.gallery-container .gallery-radio{
	display: none;
}

.gallery-container .tab{
	display: block;
	position: relative;
	margin: 0;
	padding:0;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	font-family: 'Marvel', cursive;
	font-size:16px;
	line-height:30px;
	opacity: 0.6;
	width: 128px;
	height: 96px;
}

.gallery-container.top .tab{
	float: left;
	position: relative;
	top: 0;
}

.gallery-container.bottom .tab{
	float: left;
	position: relative;
	top: 480px;
}

.gallery-container.left .tab{
	position: relative;
	top: 0;
	left: 0;
}
.gallery-container.right .tab{
	position: relative;
	top: 0px;
	left: 640px;
}



.gallery-container .tab img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-transition: opacity 0.3s ease-out 0.3s;
	-ms-transition: opacity 0.3s ease-out 0.3s;
	-o-transition: opacity 0.3s ease-out 0.3s;
	-webkit-transition: opacity 0.3s ease-out 0.3s;
	transition: opacity 0.3s ease-out 0.3s;
}

.gallery-container .tab:hover,
.gallery-container .tab:hover span{
	opacity: 1;
	-moz-transition: opacity 0.3s ease-out 0.3s;
	-ms-transition: opacity 0.3s ease-out 0.3s;
	-o-transition: opacity 0.3s ease-out 0.3s;
	-webkit-transition: opacity 0.3s ease-out 0.3s;
	transition: opacity 0.3s ease-out 0.3s;
}

.gallery-container .tab span {
	opacity: 0;
	position: absolute;
	right: 0;
	margin: auto;
	bottom: 20px;
	left: 0;
	text-align: center;
	-moz-transition: opacity 0.3s ease-out 0.3s;
	-ms-transition: opacity 0.3s ease-out 0.3s;
	-o-transition: opacity 0.3s ease-out 0.3s;
	-webkit-transition: opacity 0.3s ease-out 0.3s;
	transition: opacity 0.3s ease-out 0.3s;
	background: rgba(255,255,255,0.7);
}

.gallery-container label article img{
	position: absolute;
	left: 0;
	top:0;
}

.gallery-container .gallery-radio:checked ~ .tab,
.gallery-container .gallery-radio:active ~ .tab{
	z-index: 100;
}

gallery-container .gallery-radio:checked ~ .tab img,
.gallery-container .gallery-radio:active ~ .tab img{
	opacity: 1;
	z-index: 500;
}

.gallery-container .gallery-radio:checked ~ .tab{
	opacity: 1;
}

.gallery-container .gallery-radio:checked ~ .tab span{
	opacity: 1;
}


.gallery-container .gallery-radio:checked ~ .tab:before{
	content: "";
}
.gallery-container .gallery-radio:checked ~ .tab:before{
 	
 	
}

.gallery-container .gallery-page{
	visibility: hidden;
	z-index: 50;
	display:block;
	position: absolute;
	margin:0;
	-moz-transition: visibility 0s ease-out 0.3s;
	-ms-transition: visibility 0s ease-out 0.3s;
	-o-transition: visibility 0s ease-out 0.3s;
	-webkit-transition: visibility 0s ease-out 0.3s;
	transition: visibility 0s ease-out 0.3s;
	height: auto;
	width: 640px;
}


.gallery-container.top .gallery-page{
	top: 96px;
	left: 0px;
	float: left;
}

.gallery-container.bottom .gallery-page{
	top: 0;
	left: 0;
	float: left;
}


.gallery-container.left .gallery-page{
	top: 0;
	right: 0;
	float: left;
}

.gallery-container.right .gallery-page{
	top: 0;
	left: 0;
	float: left;
}



.gallery-container .gallery-page span{
	position: absolute;
	z-index: 600;
	right: 0px;
	font-family: 'Marvel', sans-serif;
	font-weight: 200;
	font-size: 40px;
	top: 380px;
	display: block;
	padding: 5px 10px;
	background-color: rgba(0,0,0,0.7);
	color: white;
}

.gallery-container.rounded .gallery-label .tab,
.gallery-container.rounded .gallery-label .tab img {
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;

}


.gallery-container.rounded .gallery-page,
.gallery-container.rounded .gallery-page img {
	margin-top: 10px;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;

}




.gallery-container .gallery-page h3, .gallery-container .gallery-page h4  {
	font-family: 'Exo 2', sans-serif;
	margin:0 0 10px 0;
}

.gallery-container .gallery-page h3 {
	font-size:40px;
	font-weight:200;
}

.gallery-container .gallery-page h4 {
	font-size:21px;
	font-weight:400;
}

.gallery-container .gallery-radio:checked ~ .gallery-page{
	visibility: visible;
}

.gallery-container .gallery-page > *{
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-moz-transition: opacity 0.3s ease-out 0s;
	-ms-transition: opacity 0.3s ease-out 0s;
	-o-transition: opacity 0.3s ease-out 0s;
	-webkit-transition: opacity 0.3s ease-out 0s;
	transition: opacity 0.3s ease-out 0s;
}
.gallery-container .gallery-radio:checked ~ .gallery-page > *{
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-moz-transition: opacity 0.3s ease-in 0.15s;
	-ms-transition: opacity 0.3s ease-in 0.15s;
	-o-transition: opacity 0.3s ease-in 0.15s;
	-webkit-transition: opacity 0.3s ease-in 0.15s;
	transition: opacity 0.3s ease-in 0.15s;
}

.gallery-container article{
	font-family: 'Alegreya Sans', sans-serif;
	width: 720px;	
}

.gallery-container .gallery-radio ~ .tab:after{
	position:absolute;
	display:block;
	z-index:200;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 50px 50px 0 0;
	border-color: #ffffff transparent transparent transparent;
}

.gallery-container .gallery-radio ~ .tab{
	background-color:rgb(236,240,241);
}

.gallery-container .gallery-radio:checked ~ .tab{
	color:rgb(0,0,0);
}

.gallery-container article p {
	line-height:140%;
}


.gallery-container.shadow{
		  position: relative;
}

.gallery-container.shadow:before, .shadow:after{
		  z-index: -1;
		  position: absolute;
		  content: "";
		  bottom: 25px;
		  left: 10px;
		  width: 50%;
		  top: 80%;
		  max-width:320px;
		  background: rgba(18,19,19,0.8);
		  -webkit-box-shadow: 0 35px 20px rgba(18,19,19,0.5);
		  -moz-box-shadow: 0 35px 20px rgba(18,19,19,0.5);
		  box-shadow: 0 35px 20px rgba(18,19,19,0.5);
		  -webkit-transform: rotate(-4deg);
		  -moz-transform: rotate(-4deg);
		  -o-transform: rotate(-4deg);
		  -ms-transform: rotate(-4deg);
		  transform: rotate(-4deg);
}

.gallery-container.shadow:after{
		  -webkit-transform: rotate(4deg);
		  -moz-transform: rotate(4deg);
		  -o-transform: rotate(4deg);
		  -ms-transform: rotate(4deg);
		  transform: rotate(4deg);
		  right: 10px;
		  left: auto;
}


@media screen and (max-width: 830px) {
.gallery-container.top, .gallery-container.right, .gallery-container.bottom, .gallery-container.left{
	width: 320px;
	height: 304px;
	}



.gallery-container.top .tab, .gallery-container.right .tab, .gallery-container.bottom .tab, .gallery-container.left .tab{
	display: block;
	width: 64px;
	height: 64px;
	float: left;
	position: relative;
	top: 0px;
	left: 0;
	margin: 0;
	padding:0;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	font-family: 'Marvel', cursive;
	font-size:16px;
	line-height:30px;
	z-index:0;
	opacity: 0.6;
}

.gallery-container.top .gallery-page, .gallery-container.bottom .gallery-page, .gallery-container.right .gallery-page, .gallery-container.left .gallery-page{
	top: 64px;
	left: 0px;
	float: left;
	margin:0;
	-moz-transition: visibility 0s ease-out 0.3s;
	-ms-transition: visibility 0s ease-out 0.3s;
	-o-transition: visibility 0s ease-out 0.3s;
	-webkit-transition: visibility 0s ease-out 0.3s;
	transition: visibility 0s ease-out 0.3s;
	height: auto;
	width: 320px;
}


.gallery-container .gallery-page span{
	font-size: 30px;
	top: 180px;
}

.gallery-container .gallery-page img{
	width: 100%;
}


}

@media screen and (max-width: 360px) {
.gallery-container.top, .gallery-container.right, .gallery-container.bottom, .gallery-container.left{
	width: 280px;
	height: 276px;
	}
.gallery-container .tab {
	width: 56px !important;
	height: 56px !important;
	}
.gallery-container.left .gallery-page {
	width:280px !important;
	}
}
/*** end gallery ***/

/*** start tabs ***/

/**/
/* main styles */
/**/
.gd-tabs {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 0;
	text-align: left;
}
.gd-tabs > input {
	position: absolute;
	display: none;
}
.gd-tabs > 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;
}
.gd-tabs > label i {
	display: block;
	float: left;
	margin: 0 8px 0 -2px;
	padding: 0;
	border: 0;
	outline: none;
	font-family: FontAwesome;
	font-style: normal;
	font-size: 17px;
}
.gd-tabs > input:checked + label {
	cursor: default;
}
.gd-tabs > ul {
	list-style: none;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 13px;
}
.gd-tabs > ul > li {
	position: absolute;
	width: 100%;
	overflow: auto;
	padding: 60px 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;
}
.gd-tabs > .tab-content-first:checked ~ ul .tab-content-first,
.gd-tabs > .tab-content-2:checked ~ ul .tab-content-2,
.gd-tabs > .tab-content-3:checked ~ ul .tab-content-3,
.gd-tabs > .tab-content-4:checked ~ ul .tab-content-4,
.gd-tabs > .tab-content-5:checked ~ ul .tab-content-5,
.gd-tabs > .tab-content-6:checked ~ ul .tab-content-6,
.gd-tabs > .tab-content-7:checked ~ ul .tab-content-7,
.gd-tabs > .tab-content-8:checked ~ ul .tab-content-8,
.gd-tabs > .tab-content-9:checked ~ ul .tab-content-9,
.gd-tabs > .tab-content-last:checked ~ ul .tab-content-last {
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transform: scale(1,1);
	-webkit-transform: rotate(0deg);
}


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

/**/
/* auto height */
/**/
.gd-tabs > ul {
	height: auto !important;
}
.gd-tabs > ul > li {
	position: static;
	display: none;
	height: auto !important;
}
.gd-tabs > .tab-content-first:checked ~ ul .tab-content-first,
.gd-tabs> .tab-content-2:checked ~ ul .tab-content-2,
.gd-tabs > .tab-content-3:checked ~ ul .tab-content-3,
.gd-tabs > .tab-content-4:checked ~ ul .tab-content-4,
.gd-tabs > .tab-content-5:checked ~ ul .tab-content-5,
.gd-tabs > .tab-content-6:checked ~ ul .tab-content-6,
.gd-tabs > .tab-content-7:checked ~ ul .tab-content-7,
.gd-tabs > .tab-content-8:checked ~ ul .tab-content-8,
.gd-tabs > .tab-content-9:checked ~ ul .tab-content-9,
.gd-tabs > .tab-content-last:checked ~ ul .tab-content-last {
	display: block;
}


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


/**/
/* typography */
/**/
.gd-tabs .typography {
	color: #666;
}
.gd-tabs .typography h1,
.gd-tabs .typography h2,
.gd-tabs .typography h3,
.gd-tabs .typography h4,
.gd-tabs .typography h5,
.gd-tabs .typography h6 {
	margin: 40px 0 13px 0;
	padding: 0;
	text-align: left;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.6px;
	border-bottom: 4px solid #057BAB;
	padding-bottom: 12px;
	display: inline-block;
}
.gd-tabs .typography h1 {
	font-size: 28px;
	line-height: 1.1;
}
.gd-tabs .typography h2 {
	font-size: 32px;
	line-height: 48px;
}
.gd-tabs .typography h3 {
	font-size: 26px;
	line-height: 38px;
}
.gd-tabs .typography h4 {
	font-size: 20px;
	line-height: 30px;
}
.gd-tabs .typography h5 {
	font-size: 15px;
	line-height: 23px;
	text-transform: uppercase;
}
.gd-tabs .typography h6 {
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.gd-tabs .typography p {
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 20px;
	text-align: left;
}
.gd-tabs .typography ul,
.gd-tabs .typography ol {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
.gd-tabs .typography li {
	position: relative;
	margin-top: 5px;
	padding-left: 20px;
}
.gd-tabs .typography li ul,
.gd-tabs .typography li ol {
	margin-top: 5px;
}
.gd-tabs .typography ul li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 4px;
	background: #404040;
}
.gd-tabs .typography ol {
	counter-reset: list1;
}
.gd-tabs .typography ol > li:before {
	counter-increment:list1;
	content: counter(list1)'.';
	position: absolute;
	top: 0;
	left: 0;
}
.gd-tabs .typography a {
	text-decoration: underline;
	color: #1889e6;
}
.gd-tabs .typography a:hover {
	text-decoration: none;
}
.gd-tabs .typography .pic {
	padding: 4px;
	border: 1px dotted #ccc;
}
.gd-tabs .typography .pic img {
	display: block;
}
.gd-tabs .typography .pic-right {
	float: right;
	margin: 0 0 10px 20px;
}
.gd-tabs .typography .link {
	text-decoration: underline;
	color: #1889e6;
	cursor: pointer;
}
.gd-tabs .typography .link:hover {
	text-decoration: none;
}
.gd-tabs .typography h1:first-child,
.gd-tabs .typography h2:first-child,
.gd-tabs .typography h3:first-child,
.gd-tabs .typography h4:first-child,
.gd-tabs .typography h5:first-child,
.gd-tabs .typography h6:first-child,
.gd-tabs .typography p:first-child {
	margin-top: 0;
}
.gd-tabs .typography .text-center {
	text-align: center;
}
.gd-tabs .typography .text-right {
	text-align: right;
}


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


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



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

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


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


/**/
/* top combi */
/**/
.gd-tabs > .right {
	float: right;
}



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

/**/
/* icons positions */
/**/
.gd-tabs-icons-top > label {
	text-align: center;
}
.gd-tabs-icons-top > label i {
	float: none;
	margin: 0 auto -10px;
	padding-top: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.gd-tabs-icons-right > label i {
	float: right;
	margin: 0 -2px 0 8px;
}
.gd-tabs-icons-bottom > label {
	text-align: center;
}
.gd-tabs-icons-bottom > label i {
	float: none;
	margin: -10px auto 0;
	padding-bottom: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.gd-tabs-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) {
	.gd-tabs > label {
		display: block;
	}
	.gd-tabs > .right {
		float: none;
	}
}



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

/**/
/* default */
/**/
.gd-tabs > label {	
	padding: 0% 4%;
	margin: 0 4px 0 0;
	background: #057BAB;
	color: #fff;
	font-size: 16px;
	line-height: 49px;
}
.gd-tabs > label:hover {
	background: #fff;
	color: #333;
}
.gd-tabs > input:checked + label {
	background: #fff;
	border-top: solid 2px #057BAB;
	color: #333;
}
.gd-tabs > ul {
	background: #fff;
	text-align: left;
}
.gd-tabs-steps > label:hover {
	background: #e5e5e5;	
}


/**/
/* theme 1 */
/**/
.gd-tabs-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;
}
.gd-tabs-theme-1 > label:hover {
	background: #fff;
	opacity: 1;
}
.gd-tabs-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;
}
.gd-tabs-theme-1 > ul {
	border-radius: 5px;
	box-shadow: 0 3px rgba(0,0,0,0.2);
}
.gd-tabs-theme-1 > .tab-content-first:checked ~ ul {
	border-top-left-radius: 0;
}
@media screen and (max-width: 767px) {
	.gd-tabs-theme-1 > label {
		margin-right: 0;
	}
	.gd-tabs-theme-1 > input:checked + label {
		margin-bottom: 5px;
		padding-bottom: 0;
		border-radius: 5px;
	}
	.gd-tabs-theme-1 > .tab-content-first:checked ~ ul {
		border-top-left-radius: 5px;
	}
}


/**/
/* theme 2 */
/**/
.gd-tabs-theme-2 {
	padding: 5px;
	background: rgba(0,0,0,0.2);
}
.gd-tabs-theme-2 > label {
	margin-right: 0;
	margin-bottom: 0;
	background: none;
	border-radius: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #fff;
	opacity: 1;
}
.gd-tabs-theme-2 > label:hover {
	background: rgba(255,255,255,0.2);
}
.gd-tabs-theme-2 > input:checked + label {
	padding-bottom: 0;
	background: #fff;
	background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0);
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #822bd9;
}
.gd-tabs-theme-2 > ul {
	margin: 0 -5px -5px;
	border-radius: 0;
	box-shadow: none;
}
@media screen and (max-width: 767px) {
	.gd-tabs-theme-2 > ul {
		margin-top: 5px;
	}
}


/**/
/* theme 3 */
/**/
.gd-tabs-theme-3 {
	background: rgba(0,0,0,0.8);	
}
.gd-tabs-theme-3 > label {
	background: none;
	border-right: 1px dotted rgba(255,255,255,0.5);
	text-align: center;
	color: #fff;
	opacity: 0.6;
}
.gd-tabs-theme-3 > label:hover {
	background: none;
	color: #d9d92b;
	opacity: 0.8;
}
.gd-tabs-theme-3 > input:checked + label {
	background: #d9d92b;
	color: #000;
	opacity: 1;
}
.gd-tabs-theme-3 > ul {
	border-top: 4px solid #d9d92b;
	border-bottom: 4px solid #d9d92b;
	border-radius: 0;
	box-shadow: none;
}


/**/
/* theme 4 */
/**/
.gd-tabs-theme-4 > label {
	margin: 0 10px 10px 0;
	border-radius: 5px;
	background: #78c5fd;
	background: linear-gradient(to bottom, #78c5fd 0%, #2c8fdd 100%);
	background: -o-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
	background: -ms-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
	background: -moz-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
	background: -webkit-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78c5fd', endColorstr='#2c8fdd', GradientType=0);
	box-shadow: inset 0 1px rgba(255,255,255,0.5), 0 1px rgba(0,0,0,0.5);
	line-height: 39px;
	text-shadow: 0 1px rgba(0,0,0,0.5);
	color: #fff;
}
.gd-tabs-theme-4 > label:hover {
	background: #90cffc;
	background: linear-gradient(to bottom, #90cffc 0%, #439bde 100%);
	background: -o-linear-gradient(top, #90cffc 0%, #439bde 100%);
	background: -ms-linear-gradient(top, #90cffc 0%, #439bde 100%);
	background: -moz-linear-gradient(top, #90cffc 0%, #439bde 100%);
	background: -webkit-linear-gradient(top, #90cffc 0%, #439bde 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90cffc', endColorstr='#439bde', GradientType=0);
}
.gd-tabs-theme-4 > input:checked + label {
	top: 1px;
	background: #5f9dc9;
	background: linear-gradient(to bottom, #5f9dc9 0%, #2270ab 100%);
	background: -o-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
	background: -ms-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
	background: -moz-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
	background: -webkit-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f9dc9', endColorstr='#2270ab', GradientType=0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), 0 1px rgba(255,255,255,0.5);
	text-shadow: none;
}
.gd-tabs-theme-4 > ul {
	border-radius: 5px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
@media screen and (max-width: 767px) {
	.gd-tabs-theme-4 > label {
		margin-right: 0;
	}
}


/**/
/* theme 5 */
/**/
.gd-tabs-theme-5 {
	padding: 15px;
	border-radius: 5px;
	background: #ad6395;
	background: linear-gradient(to right, #ad6395 0%, #a163ad 100%);
	background: -o-linear-gradient(left, #ad6395 0%, #a163ad 100%);
	background: -ms-linear-gradient(left, #ad6395 0%, #a163ad 100%);
	background: -moz-linear-gradient(left, #ad6395 0%, #a163ad 100%);
	background: -webkit-linear-gradient(left, #ad6395 0%, #a163ad 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad6395', endColorstr='#a163ad', GradientType=1);
}
.gd-tabs-theme-5 > label {
	margin-right: 10px;
	margin-bottom: 15px;
	background: none;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	opacity: 1;
}
.gd-tabs-theme-5 > label:hover {
	background: rgba(255,255,255,0.15);
}
.gd-tabs-theme-5 > input:checked + label {
	background: rgba(255,255,255,0.3);
	color: #000;
}
.gd-tabs-theme-5 > input:checked + label:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: 10px;
	margin-left: -6px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
}
.gd-tabs-theme-5 > ul {
	margin: 0 -15px -15px;
	border-radius: 0 0 5px 5px;
	box-shadow: none;
}
@media screen and (max-width: 767px) {
	.gd-tabs-theme-5 > input:checked + label:after {
		display: none;
	}
}


/*** end tabs ***/