/* Main page styles
----------------------------------------------------------------------------*/

@font-face {  
  font-family: "MuseoSans-500";
  src: local("MuseoSans-500"), url( MuseoSans-500.otf) format("opentype"); /* non-IE */  
} 

* {
	font-family: "MuseoSans-500", sans-serif;
}
body {
	background: #e3eaf2 !important;
}

#container {
	width: 784px;
	margin:0 auto;
}

#header {
	padding: 52px 20px 32px;
}

.headerblock {
	margin: 0 auto;
    width: 570px;
}

#header img {
	float: left;
	padding-top: 11px;
}
#header h1 {
	float: left;
	margin: 0 20px;
	font-weight: normal;
}
#header .clear {
	clear: both;
}

.store-product-detail-title {
	display: block;
}

#content, .core-dialog {
	background-color:#FFF;
	padding: 40px 25px 10px 20px;

	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-o-border-radius: 14px;
	border-radius: 14px;
}

.verisgn {
	float:left;
	width:133px;
}

/* Foter block 
---------------------------------------------------------- */
#footer {
	color: #a2a2a2;
	font-size:10px;	
	padding: 17px 100px;
	height: 80px;
	font-family: "Lucida Grande", Helvetica, sans-serif;
}
.copyright {
	float:left;
	margin-top: 20px;
	width: 440px;
}
.copyright p, .copyright ul {
	list-style: none;
	display: block;
	float:left;
	margin-right: 3px;
}
.copyright li {
	float: left;
	border-left: 1px solid #a2a2a2;
	padding: 0 3px;
}
.copyright li:first-child {
	border-left: none;
}
.copyright a {
	color: #a2a2a2;
	text-decoration: none;	
}
.copyright a:hover {
	text-decoration: underline;
}



h1, h2, h3, h4 {
	font-family: "MuseoSans-500", sans-serif;
	font-weight: bold;
	color:#373737;
}
h1 {
	font-size:30px;
	color: #50565f;
}
h2 {
	font-size:20px;
	color:#202020;
}

.shadow-white {
	text-shadow: 0px 1px 1px #fff;
}

.store-footer {
	border-top: 1px dashed #ababac;	
	margin: 22px 0;
	padding: 22px 110px 0 190px!important;
	background: url(ssl-logo.png) 80px 19px no-repeat;
	text-align: left;
}
.store-footer div {
	display:inline;
	color:#a1a1a1;
	font-size:10px;
}
.store-footer a {
	color: #a1a1a1;
}

/* Customization of COPPERTINO XHTML Elements 
----------------------------------------------------- */
.store-description {
	color:#222;
	font-size:14px;
	font-weight:bold;
}
.store-description h3 {
	padding:0;
	margin: 0 0 20px 0;
}
.store-description ul {
	list-style: disc!important;
	font-weight: 100;
	padding-bottom: 20px;
}

.product-selector > li { 
	display: block; 
	padding-top: 30px;
	margin-bottom: 30px;
	border-top: 1px dashed #ababac;
}
.product-details, .store-order-item-group, .store-product-list-item {
	background-color: #f4f4f4;
	border-radius: 3px;
	padding: 5px 0;
	color: #565656;
}
.product-details {
	height: 110px;
	position: relative;
}
.product-price-action {
	float: right!important;
	position: absolute!important;
	top: 0px;
	right: 15px;
	width: 120px;
	text-align: right;
}
.product-details > li, .store-product-list-item {
	display: block;
	float: left;
	position: relative;
}
.product-description {
	width: 340px;
	padding-right: 14px;
}
.product-description h2 {
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	color:#202020;
	margin: 25px 0 5px 0;
}
.product-image {
	float:left;
	padding:0 10px;
}

.store-product-price {
	display:block;
	margin: 25px 0 5px 0;
	padding:0;
	color:#464f57;
	font-size: 20px;
	text-shadow: 0 1px 1px #fff;
}


/* Customization of FastSpring Buttons 
----------------------------------------------------- */
.store-action .store-action-command {
	display: inline-block;
	margin: 0;
	padding: 7px 16px;

	background-image: -webkit-linear-gradient(top, #19a8e8, #1181de);
	background-image: -moz-linear-gradient(top, #19a8e8, #1181de);
	background-image: -o-linear-gradient(top, #19a8e8, #1181de);
	background-image: linear-gradient(top, #19a8e8, #1181de);

	border-color: #1d7ca5 #195483;
	border: 1px solid #0c487b;
	border-bottom-color: #195483;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
	-o-box-shadow: 0px 1px 2px 0px rgba(0,0,0,.2);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,.2);

	color:#fff;
	text-align: center;
	text-shadow: 0 1px 0 rgba(11, 79, 122, 0.75);
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.store-action:hover .store-action-command {
	background-image: -webkit-linear-gradient(top, #4bbbf1, #339ceb);
	background-image: -moz-linear-gradient(top, #4bbbf1, #339ceb);
	background-image: -o-linear-gradient(top, #4bbbf1, #339ceb);
	background-image: linear-gradient(top, #4bbbf1, #339ceb);
}
.store-action:active .store-action-command {
	background-image: -webkit-linear-gradient(top, #1565b2, #27a8dc);
	background-image: -moz-linear-gradient(top, #1565b2, #27a8dc);
	background-image: -o-linear-gradient(top, #1565b2, #27a8dc);
	background-image: linear-gradient(top, #1565b2, #27a8dc);
}
.store-action-title {
	color:#fff;
	text-align: center;
	text-shadow: 0 1px 0 rgba(11, 79, 122, 0.75);
	font-weight: bold;
	background: transparent;
	padding:0!important;
	cursor: pointer;
}

.store-action-next .store-action-command,
.store-action-complete .store-action-command {
	background-image: -webkit-linear-gradient(top, #f8cb3b, #f4ad25);
	background-image: -moz-linear-gradient(top, #f8cb3b, #f4ad25);
	background-image: -o-linear-gradient(top, #f8cb3b, #f4ad25);
	background-image: linear-gradient(top, #f8cb3b, #f4ad25);

	border-color: #c2910c #a76e0a;
	border: 1px solid #a76e0a;
	border-bottom-color: #a76e0a;
}
.store-action-next:hover .store-action-command,
.store-action-complete:hover .store-action-command {
	background-image: -webkit-linear-gradient(top, #fdd55d, #fbbb3b);
	background-image: -moz-linear-gradient(top, #fdd55d, #fbbb3b);
	background-image: -o-linear-gradient(top, #fdd55d, #fbbb3b);
	background-image: linear-gradient(top, #fdd55d, #fbbb3b);	
}
.store-action-next:active .store-action-command,
.store-action-complete:active .store-action-command {
	background-image: -webkit-linear-gradient(top, #f4ae26, #f8cb3b);
	background-image: -moz-linear-gradient(top, #f4ae26, #f8cb3b);
	background-image: -o-linear-gradient(top, #f4ae26, #f8cb3b);
	background-image: linear-gradient(top, #f4ae26, #f8cb3b);	
}
.store-action-next .store-action-title,
.store-action-complete .store-action-title {
	color:#8b4602;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* refactor style on upadte quantity button */
.store-action.store-order-action-edit .store-action-command,
.store-action.store-order-item-action-quantity .store-action-command, 
.store-order-items .store-action .store-action-command,
.store-action.store-action-view-help .store-action-command {
	background-image: none;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	float:right;
	padding: 10px 16px;
}
.store-action.store-order-action-edit .store-action-command .store-action-title,
.store-order-items .store-action .store-action-title,
.store-action.store-action-view-help .store-action-title {
	color: #6e6e6e;
	font-size: 12px;
	font-weight: 100;
	text-decoration: underline;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}
.store-action.store-order-action-edit:hover .store-action-command,
.store-action.store-action-view-help:hover .store-action-command,
.store-order-items .store-action:hover .store-action-command {
	background-image:none;
}
.store-action.store-action-view-help .store-action-command,
.store-action.store-action-view-help:hover .store-action-command,
.store-action.store-action-view-help:active .store-action-command {
	float:none!important;
	padding:0!important;
}
.store-action-list.store-order-item-group-action-list .store-action-command,
.store-action-list.store-order-item-group-action-list .store-action-title {
	padding:10px 2px!important;
}


.store-order-item-action-quantity input {
	margin-top:5px;
}
.store-action.store-order-action-edit .store-action-command {
	float: none;
	padding: 0 0 0 16px;
	position: absolute;
	top: -45px;
	left: 0px;
	background: url(edit.png) 0 0px no-repeat;
}
.store-action-list.store-order-action-list {
	display:none;
}
/*.store-action-list.store-order-action-list > li {
	display:block;
	position:relative;
}*/

/* buttons with checkboxes */
.store-action.store-product-list-offer-item-action-select .store-action-title {
	display: block;
	background: url(checkbox-sprite.png) 0 -3px no-repeat!important;
	padding-left: 30px!important;
}
.store-action.store-product-list-offer-item-action-deselect .store-action-command {
	background: #c2c2c2;
	border:1px solid #c2c2c2;
}
.store-action.store-product-list-offer-item-action-deselect .store-action-title,
.store-action.store-product-list-offer-item-action-deselect:hover .store-action-title,
.store-action.store-product-list-offer-item-action-deselect:active .store-action-title {
	display: block;
	background: url(checkbox-sprite.png) 0 -53px no-repeat!important;
	padding-left: 30px!important;
	color: #8e8e8e;
	text-shadow: none;
}

.store-page-navigation {
	border-top: 1px dashed #ababac;
	padding-top: 30px;
}



/* First Page (MAIN)
------------------------------------------------------ */
.store-tools {
	margin: 0;
	z-index: 100;	
}
#product_page_form ul {
	list-style: none;
}
#product_page_form > div {
	margin-top:-15px;
}

.core-window {
	padding: 0 34px 25px;
}

.store-tools, .store-description, .core-window h1, .product-selector > li, .core-section > *, .store-page-navigation, .store-footer {
	/*padding-left:60px;
	padding-right:40px;*/
}
.core-messages {
	padding: 10px;
	margin: 0 40px 20px 60px;
}
.store-order-pricing {
	margin:0;
}
.store-order-price-label {
	width:75%;
	font-size:12px;
	font-weight: bold;
	color:#6e6e6e;	
	padding-top:7px;
	margin-bottom:7px;
}
.store-order-price-value {
	width:23%;
	font-size: 22px;
	font-weight: 100;
	text-shadow: 0 1px 0 #fff;
	float: left;
	margin-left: 0;
}


/* Payment page on FastSpring
------------------------------------------------------ */
.core-section {
	border-top: 1px dashed #ababac;
	margin-top: 25px;
	color: #6e6e6e;
	font-size: 12px;
}
.core-window > form > div.core-section:nth-of-type(1) {
	border-top: 0;
	margin-top: -30px;
}
.core-window > form > .store-section-license {
	margin-top: 0!important;
}
.core-section h2, .core-section h3 {
	text-shadow: 0 1px 0 #fff;
}
.core-section h2 {
	color:#464646;
	font-weight: bold;
	font-size:20px;
}
.core-section h3 {
	color:#6e6e6e;
	font-size:16px;
	margin: 27px 0 18px 0;
}
.core-form-field-area-right {
	margin-left: 61%;
	width: 40%;
}
.core-form-field-body-note {
	color: #9B9B9B;
	font-style: italic;
	font-size: 11px;
}


/* FastSpring order section / Customer Info
------------------------------------------------------ */
.store-order-item-group {
	color:#f4f4f4;
	font-size:16px;	
	min-height: 50px;
	display: block;
	position: relative;
	margin-bottom: 0;
}
.store-order-item-group:last-child {
	margin-bottom: 1em!important;
}
.store-order-item-group + .store-order-item-group {
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	border-top: 1px dashed #ababac;	
}
.store-order-item-group > div {
	display: block;
	position: relative;
}
.store-order-item-group ul {
	display: block;
	position: absolute;
}
.store-order-item-title {
	color: #202020;
	margin: 17px;
	width: 400px;
	position: absolute;
}
.store-order-item-pricing {
	position: relative;
	width: 200px;
	right: 0px;
	text-shadow: 0 1px 0 white;
	margin-left: 422px;
	text-align: right;
	top: 17px;
}
.store-order-item-child {
	display:none!important; /* F***ING F*CK OF FU**ING STYLE OF BUNDLE CHILD ELEMENTS. GRRRR! */
}
.store-order-item-child-pricing {
	right:12px;
}
.store-order-item-price-original{
	font-size:12px;
}
.store-order-item .store-action-list,
.store-order-item-group-action-list {
	left: 270px;
	text-align: left;
	width: 250px;
	position: absolute;
	display: block;
	top: 6px;
}
.store-order-item-group-base + .store-order-item-group-base > .store-order-item-group-action-list {
	left: 200px;
	top: 2px;
}

.store-order-item-action-quantity .store-action-input {
	float: right;
	margin-right: 3px;
}
input[type="text"] {
	padding: 2px;
	width: 95%;
	border: 1px solid #A4A4A4;
	border-radius: 4px;
	box-shadow: ;
	-webkit-box-shadow: inset 0px 4px 5px 1px #D9D9D9;
	box-shadow: inset 0px 2px 4px 1px #E9E9E9;
	text-size:12px;
	color:#242424;
	outline:0;
}
.store-product-list-item {
	height:100px;
	width: 100%;
}
.store-product-list-item-image {
	margin: 5px 0 0 10px;
}
.store-product-list-item h3{
	color:#202020;
	font-size:20px;
	font-weight: bold;
	text-shadow: none;
	top: 16px;
	position: relative;
}
.store-product-list-item h4 {
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	top: 0px;
	right: 20px;
	text-align: right;
}
.store-product-list-item-pricing .store-product-price {
	position: relative;
	display: block;
	margin:0;
	text-align: right;
}
.store-product-list-item-description {
	position: relative;
	top: 17px;
	width: 480px;
}
.store-product-list-item-action-list {
	clear: none;
	position: absolute;
	margin: 0;
	right: 20px;
	top: 60px;
}

/* Card details page
---------------------------------------------------------- */
.core-form-field-body-note {
	display:inline;
}
.store-field-cc-number input {
	width:30%;
}



/* TOP MENU from Coppertino.com web site
---------------------------------------------------------- */

.menu{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #393939;
  border-top: 1px solid #565656;
  background: #607286; /* old browsers */
  background-image: -ms-linear-gradient(top, #6D6D6D 0%, #595959 50%, #4C4C4C 51%, #4E4E4E 100%);
  background-image: -moz-linear-gradient(top, #6D6D6D 0%, #595959 50%, #4C4C4C 51%, #4E4E4E 100%);
  background-image: -o-linear-gradient(top, #6D6D6D 0%, #595959 50%, #4C4C4C 51%, #4E4E4E 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6D6D6D), color-stop(0.5, #595959), color-stop(0.51, #4C4C4C), color-stop(1, #4E4E4E));
  background-image: -webkit-linear-gradient(top, #6D6D6D 0%, #595959 50%, #4C4C4C 51%, #4E4E4E 100%);
  background-image: linear-gradient(top, #6D6D6D 0%, #595959 50%, #4C4C4C 51%, #4E4E4E 100%);

  -moz-box-shadow:0px 1px 10px #222;
  -webkit-box-shadow:0px 1px 10px #222;
  box-shadow:0px 1px 10px #222;
  opacity: 1;
}
.m_center{
  position: relative;
  width: 770px;
  height: 35px;
  margin: 0 auto;
}
.m_center ul{
  position: absolute;
  top: 0;
  left: 90px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.m_center ul li{
  float: left;
  border-left: 1px solid #6e6e6e;
  cursor: pointer;
}
.m_center ul li.new-app {
  float: left;
  border-left: 1px solid #f0d357;
  border-bottom: 1px solid #715608;
  cursor: pointer;
  position: relative;
}
.m_center ul li a {
  float: left;
  font-family: "MuseoSans-500", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 9px 22px;
  color: #fff;
  border-right: 1px solid #393939;
  text-shadow: -1px -1px 1px #333;
}
.m_center ul li.new-app a {
  border-right: 1px solid #6e6e6e;
  text-shadow: -1px -1px 1px #7d660c;
}

.m_center ul li:first-child{
  border-left: 1px solid #393939;
}
.m_center ul li:last-child{
  border-right: 1px solid #6e6e6e;
}
.m_center ul li.current:last-child{
  border-right: 0px solid #6e6e6e;
}
.m_center ul li.current:first-child a{
  border-left: 1px solid transparent;
}
.m_center ul li:first-child a{
  border-left: 1px solid #6e6e6e;
}
.m_center ul li.current{
  border-left: 1px solid #8a4607;
}
.m_center ul li.new-app a{
  color: #fff;
  text-shadow: -1px -1px 1px #7d660c;
  background: #caa414; /* old browsers */
  background-image: -ms-linear-gradient(top, #EAC01A 0%, #CAA414 50%, #B39111 51%, #B49211 100%);
  background-image: -moz-linear-gradient(top, #EAC01A 0%, #CAA414 50%, #B39111 51%, #B49211 100%);
  background-image: -o-linear-gradient(top, #EAC01A 0%, #CAA414 50%, #B39111 51%, #B49211 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EAC01A), color-stop(0.5, #CAA414), color-stop(0.51, #B39111), color-stop(1, #B49211));
  background-image: -webkit-linear-gradient(top, #EAC01A 0%, #CAA414 50%, #B39111 51%, #B49211 100%);
  background-image: linear-gradient(top, #EAC01A 0%, #CAA414 50%, #B39111 51%, #B49211 100%);

}
.m_center ul li.new-app a:hover{
  color: #fff;
  text-shadow: -1px -1px 1px #7d660c;
  background: #caa414; /* old browsers */
  background-image: -ms-linear-gradient(top, #EAC01A 0%, #CAA414 50%, #B39111 51%, #B49211 100%);
  background-image: -moz-linear-gradient(top, #EAC01A 0%, #CAA414 50%, #B39111 51%, #B49211 100%);
  background-image: -o-linear-gradient(top, #EAC01A 0%, #CAA414 50%, #B39111 51%, #B49211 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EAC01A), color-stop(0.5, #CAA414), color-stop(0.51, #B39111), color-stop(1, #B49211));
  background-image: -webkit-linear-gradient(top, #EAC01A 0%, #CAA414 50%, #B39111 51%, #B49211 100%);
  background-image: linear-gradient(top, #EAC01A 0%, #CAA414 50%, #B39111 51%, #B49211 100%);

  -moz-box-shadow:inset 0 0 15px #eac01a;
  -webkit-box-shadow:inset 0 0 15px #eac01a;
  box-shadow:inset 0 0 15px #eac01a;
}
.m_center ul li:hover a{
  color: #fff;
  text-shadow: -1px -1px 1px #333;
  background: #5A6A7C; /* old browsers */
  background-image: -ms-linear-gradient(top, #616161 0%, #515151 50%, #454545 51%, #424242 100%);
  background-image: -moz-linear-gradient(top, #616161 0%, #515151 50%, #454545 51%, #424242 100%);
  background-image: -o-linear-gradient(top, #616161 0%, #515151 50%, #454545 51%, #424242 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #616161), color-stop(0.5, #515151), color-stop(0.51, #454545), color-stop(1, #424242));
  background-image: -webkit-linear-gradient(top, #616161 0%, #515151 50%, #454545 51%, #424242 100%);
  background-image: linear-gradient(top, #616161 0%, #515151 50%, #454545 51%, #424242 100%);

  -moz-box-shadow:inset 0 0 15px #6e6e6e;
  -webkit-box-shadow:inset 0 0 15px #6e6e6e;
  box-shadow:inset 0 0 15px #6e6e6e;
}
.m_center ul li:first-child:active a, .m_center ul li:active{
  border-left: 1px solid #1b1b1b;
}
.m_center ul li:active a{
  color: #fff;
  text-shadow: -1px -1px 1px #333;
  background: #5A6A7C; /* old browsers */
  background-image: -ms-linear-gradient(top, #616161 0%, #515151 50%, #454545 51%, #424242 100%);
  background-image: -moz-linear-gradient(top, #616161 0%, #515151 50%, #454545 51%, #424242 100%);
  background-image: -o-linear-gradient(top, #616161 0%, #515151 50%, #454545 51%, #424242 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #616161), color-stop(0.5, #515151), color-stop(0.51, #454545), color-stop(1, #424242));
  background-image: -webkit-linear-gradient(top, #616161 0%, #515151 50%, #454545 51%, #424242 100%);
  background-image: linear-gradient(top, #616161 0%, #515151 50%, #454545 51%, #424242 100%);

  -moz-box-shadow:inset 0 2px 5px #000000;
  -webkit-box-shadow:inset 0 2px 5px #000000;
  box-shadow:inset 0 2px 5px #000000;
}
.m_center ul li.new-app a span {display: block; width: 29px; height: 31px; background: url(hot.png) top left no-repeat; position:absolute; top:-1px; left:-1px; text-indent: -2000px;}
.m_center ul li.new-app a:active{
  color: #fff;
  text-shadow: -1px -1px 1px #7d660c;
  background: #caa414; /* old browsers */
  background-image: -ms-linear-gradient(top, #EAC01A 0%, #CAA414 50%, #b89100 51%, #B49211 100%);
  background-image: -moz-linear-gradient(top, #EAC01A 0%, #CAA414 50%, #b89100 51%, #B49211 100%);
  background-image: -o-linear-gradient(top, #EAC01A 0%, #CAA414 50%, #b89100 51%, #B49211 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EAC01A), color-stop(0.5, #CAA414), color-stop(0.51, #b89100), color-stop(1, #B49211));
  background-image: -webkit-linear-gradient(top, #EAC01A 0%, #CAA414 50%, #b89100 51%, #B49211 100%);
  background-image: linear-gradient(top, #EAC01A 0%, #CAA414 50%, #b89100 51%, #B49211 100%);

  -moz-box-shadow:inset 0 2px 6px #000000;
  -webkit-box-shadow:inset 0 2px 6px #000000;
  box-shadow:inset 0 2px 6px #000000;
}

.m_center ul li.current a{
  border-right: 1px solid #8a4607;
  border-bottom: 1px solid #8a4607;
  color: #492c00;
  text-shadow: 1px 1px 1px #f9d28b;
  background: #FCECC2; /* old browsers */
  background-image: -ms-linear-gradient(top, #EAC01A 0%, #F2B452 50%, #D59234 51%, #A86707 100%);
  background-image: -moz-linear-gradient(top, #EAC01A 0%, #F2B452 50%, #D59234 51%, #A86707 100%);
  background-image: -o-linear-gradient(top, #EAC01A 0%, #F2B452 50%, #D59234 51%, #A86707 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EAC01A), color-stop(0.5, #F2B452), color-stop(0.51, #D59234), color-stop(1, #A86707));
  background-image: -webkit-linear-gradient(top, #EAC01A 0%, #F2B452 50%, #D59234 51%, #A86707 100%);
  background-image: linear-gradient(top, #EAC01A 0%, #F2B452 50%, #D59234 51%, #A86707 100%);

  -moz-box-shadow:inset 0 0 15px #f2b85e;
  -webkit-box-shadow:inset 0 0 15px #f2b85e;
  box-shadow:inset 0 0 15px #f2b85e;
}
.opacity1{
    opacity: 1!important;
    -webkit-transition:All 500ms ease-out;
    -moz-transition:All 500ms ease-out;
    -o-transition:All 500ms ease-out;
}
.opacity03{
    opacity: .3;
    -webkit-transition:All 500ms ease-out;
    -moz-transition:All 500ms ease-out;
    -o-transition:All 500ms ease-out;
}

#content_head{position:relative;opacity:1;z-index:10056; height: 1200px;}
.content_fadein{
    -webkit-transition:opacity 1500ms ease;
    opacity:1!important;
}