.gc-section-content {
	background: #fff;
	padding: 50px;
	padding-bottom: 30px;
}

#choicegiftcard h2 {
	margin-top: 50px;
    margin-bottom: 0px;
    padding-bottom: 13px;
	font-weight: 700;
	color: #205295;
	font-size: 26px;
	border-bottom: 1px solid #205295;
	position: relative;
	padding-left: 110px;
	letter-spacing: -0.5px;


}
#choicegiftcard h2 .step1 {
	position: absolute;
	background:url(../../../img/step1_icon.png) no-repeat;
	width: 83px;
	height: 83px;
	top: -21px;

left: 10px;
	background-size: 83px 83px;
	
	
}
#choicegiftcard h2 .step2 {
	position: absolute;
	background:url(../../../img/step2_icon.png) no-repeat;
	width: 83px;
	height: 83px;
	top: -21px;

left: 10px;
	background-size: 83px 83px;
	
	
}
#choicegiftcard h2 .step3 {
	position: absolute;
	background:url(../../../img/step3_icon.png) no-repeat;
	width: 83px;
	height: 83px;
	top: -21px;

left: 10px;
	background-size: 83px 83px;
	
	
}
/*** GIFTCARD TABS ***/
#choicegiftcard .gctabs{
	margin-top:0px;
	list-style: none;		
}
#choicegiftcard .gctabs li a{
	float:left;
	background: #f5f3f1;
	padding: 10px 10px 7px 10px;
	font-weight: bold;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
	color: grey;
	margin-right: 1px;
	text-decoration: none;
}
#choicegiftcard .gctabs {
	border-bottom: 4px solid #000;
}
#choicegiftcard .gctabs li a.selected {
	color: #FFF;
	background: black;
}
#choicegiftcard div.gctab_content{
	display:none;
}
#choicegiftcard div.gctab_content.selected{
	display:block;
}
/*** END TABS ***/

#choicegiftcard p.error {
	background-color : #fdf7f7;
	border: 1px solid #d9534f;
	color : #d9534f;
	padding : 5px;
}
#choicegiftcard p.success {
color: #3c763d;
background-color: #dff0d8;
border: 1px solid #3c763d;
padding : 5px;
}
/***  JCAROUSEL  ***/
#choicegiftcard .jcarousel-wrapper {
    margin: 0px auto 25px auto;
    position: relative;
    border: 0px solid #fff;
    /*-webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;*/
}

#choicegiftcard .jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#choicegiftcard .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#choicegiftcard .jcarousel li {
    width: 230px;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 5px 5px 25px 5px;*/
	padding:9px 5px 9px 5px;
    position:relative;
	margin: 0 5px;
}
#choicegiftcard .jcarousel li:hover {
    
    border: 1px solid #cecece;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	 border-radius: 20px;
}
#choicegiftcard .jcarousel li.selected {
    
   border: 1px solid #999;
	background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
}
#choicegiftcard .jcarousel li span.zoom_link{
	background:url(../../../img/icon/zoom.png) no-repeat;
	padding-left: 20px !important;
	position:absolute;
	bottom:5px;
	left:5px;
	height: 16px;
    color: #414141;
}
#choicegiftcard .jcarousel li span.check{
	visibility:hidden;
	opacity:0;
  	transition:opacity 0.5s linear;
 	background:url(../../../img/icon/check_wg.png) no-repeat;
 	height:24px;
 	width:24px;
	position:absolute;
	top:3px;
	right:5px;
}
#choicegiftcard .jcarousel li.selected span.check{
	 visibility:visible;
  	 opacity:1;
}

#choicegiftcard .jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/
#choicegiftcard .jcarousel-control-prev,
#choicegiftcard .jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #000;
    -moz-box-shadow: 0 0 4px #000;
    box-shadow: 0 0 4px #000;
    border-color: #000;
}

#choicegiftcard .jcarousel-control-prev {
    left: 5px;
}

#choicegiftcard .jcarousel-control-next {
    right: 5px;
}

/** Carousel Pagination **/

#choicegiftcard .jcarousel-pagination-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
}

#choicegiftcard .jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

#choicegiftcard .jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
/***  END JCAROUSEL  ***/




#choicegiftcard .giftcont {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#choicegiftcard .giftcont ul {
    width: auto;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#choicegiftcard .giftcont li {
    /*width: 230px;*/
	width: 19%;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 5px 5px 25px 5px;*/
	padding:9px 5px 9px 5px;
    position:relative;
	margin: 0 5px;
	opacity: .4;
}
#choicegiftcard .giftcont li:hover {
    /*
    border: 1px solid #cecece;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	 border-radius: 200px;
	background: #f4f4f4;
}
#choicegiftcard .giftcont li.selected {
    
   /*border: 2px solid #ccc;*/
	background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 200px;
	    opacity: 1;
}
#choicegiftcard .giftcont li span.zoom_link{
	background:url(../../../img/icon/zoom.png) no-repeat;
	padding-left: 20px !important;
	position:absolute;
	bottom:5px;
	left:5px;
	height: 16px;
    color: #414141;
}
#choicegiftcard .giftcont li span.check{
	visibility:hidden;
	opacity:0;
  	transition:opacity 0.5s linear;
 	background:url(../../../img/icon/check_wg.png) no-repeat #fff;
 	height: 30px;
    width: 30px;
    position: absolute;
    top: 40px;
    right: 5px;
    border-radius: 50%;
    border: 2px solid #398126;
}
#choicegiftcard .giftcont li.selected span.check{
	 visibility:visible;
  	 opacity:1;
}

#choicegiftcard .giftcont img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

@media (max-width: 1219px) {
	#choicegiftcard .giftcont li {
    /*width: 230px;*/
	width: 32%;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 5px 5px 25px 5px;*/
	padding:9px 5px 9px 5px;
    position:relative;
	margin: 0 5px;
}
}

@media (max-width: 991px) {
	#choicegiftcard .giftcont li {
    /*width: 230px;*/
	width: 47%;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 5px 5px 25px 5px;*/
	padding:9px 5px 9px 5px;
    position:relative;
	margin: 0 5px;
}
}

@media (max-width: 520px) {
	#choicegiftcard .giftcont li {
    /*width: 230px;*/
	width: 46%;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 5px 5px 25px 5px;*/
	padding:2px 5px 2px 5px;
    position:relative;
	margin: 0 5px;
}
	
	#choicegiftcard .giftcont li span.check {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s linear;
    background: url(../../../img/icon/check_wg.png) no-repeat 
#fff;
height: 28px;
width: 28px;
position: absolute;
top: 15px;
right: 3px;
border-radius: 50%;
border: 2px solid
    #398126;
}
	
}




/*** FORM GIFT CARD ***/
.gc-section-content label {
	font-size: 16px;
	font-weight: 600;
	color: #666;
}
#formgiftcard p{
	padding-bottom: 5px;
}
#formgiftcard p.datesendcard{
	margin-top: 5px;
}
#formgiftcard h3.datesendcard{
	background: url("../../../img/icon/calendar_send.png") no-repeat;
	padding-left: 28px !important;
	padding-top: 5px;
}
#formgiftcard .input {
	color: #3c3c3c;
	font-size: 15px;
	-moz-appearance: none;
-webkit-appearance: none;
	
	
	font-weight: 500;
	border-radius: 0;
	line-height: 16px;
	background-color: #fff;
	padding: 14px;
	margin-bottom: 0px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color
		0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s,
		color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s,
		color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color
		0.15s linear 0s;
}

#formgiftcard .input:focus {
	box-shadow: 0;
	border: 1px solid #000;
	color: #000;
	outline: none;
}


/* Icons */
/*#formgiftcard  input.input_user_to{
	background-image: url(../../../img/icon/user_to.png);
	background-size: 30px 27px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#formgiftcard input.input_user_to:focus{
	background-image: url(../../../img/icon/user_to_active.png);
}
#formgiftcard input.input_user_from{
	background-image: url(../../../img/icon/user_from.png);
	background-size: 30px 27px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#formgiftcard input.input_user_from:focus{
	background-image: url(../../../img/icon/user_from_active.png);
}
#formgiftcard .textarea_comment{
	background-image: url(../../../img/icon/pen.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#formgiftcard .textarea_comment:focus{
	background-image: url(../../../img/icon/pen_active.png);
}


#formgiftcard input.email {
	background-image: url(../../../img/icon/mail.png);
	background-size: 29px 19px;
	background-position: 11px 12px;
	background-repeat: no-repeat;
}

#formgiftcard input.email:focus {
	background-image: url(../../../img/icon/mail_active.png);
}*/

#formgiftcard textarea.textarea_comment {
	width: 100%;
	height: 150px;
	line-height: 150%;
	resize: vertical;
}

.ta-gc-submit {
	text-align: right;
	margin-top: 30px;
	
}

#formgiftcard select{
	/*height: 28px;*/
	padding: 13px 13px 13px 13px;
	width: 100%;
	border:1px solid #ccc;
	background: none;
	background-color: #fff;
	font-size: 15px;
	-moz-appearance: none;
-webkit-appearance: none;
}
#formgiftcard select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 7px),
    calc(100% - 15px) calc(1em + 7px),
    calc(100% - 2.5em) 0.8em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}
.datesendcard select#days{
	width: 25% !important;
}
.datesendcard select#months{
	width: 45% !important;
}
.datesendcard select#years{
	width: 25% !important;
}
#formgiftcard  button.submit_button {
	
	
	
	cursor: pointer;
	background-color: #0060a4;
	color: white;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 50px;
	border:0px;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 700;
	height: 60px;
}


#formgiftcard  button.submit_button:hover {
	background:  #12427d;
	
}
#formgiftcard  button.submit_button:disabled {
    background-color: #E6E6E6;
    color: #CECECE;
    cursor: not-allowed;
}


/*** END FORM GIFT CARD ***/

/*AJAX OVERLAY*/
#choicegiftcard div.ui-loader-background {
	width: 100%;
	height: 100%;
	top: 0;
	margin: 0;
	background-image: url('../../../img/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background-color: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,
		endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	position: absolute;
	z-index: 1000;
	display: none;
}

#choicegiftcard .ui-loading .ui-loader-background {
	display: block;
}
/*END AJAX OVERLAY*/


@media (max-width: 768px) {
.gc-section-content {

    background: #fff;
    padding: 30px;
        
    padding-bottom: 20px;
	
	}
}
	
	
@media (max-width: 520px) {
	
#choicegiftcard h2 .step2, #choicegiftcard h2 .step1, #choicegiftcard h2 .step3 {

    position: absolute;
   
	background-size: 60px 60px;
    width: 60px;
    height: 60px;
    top: -18px;
    left: 10px;

}
	#choicegiftcard h2 {
		padding-left: 78px;
		font-size: 19px;
	}
	#formgiftcard button.submit_button {
		width: 100%;
	}
	
	.gc-section-content {

    background: #fff;
    padding: 20px 10px;
        
    padding-bottom: 20px;
	
	}
	
}
