
/* 
a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    font-size: 10px;
    margin: .67em 0;
}

h2 {
    font-size: 1.5em;
    margin: .83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: .83em;
    margin: 1.67em 0;
}

h6 {
    font-size: .67em;
    margin: 2.33em 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    * margin-left: -7px;
}
 */

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    /* * vertical-align: middle; */
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    /* * overflow: visible; */
}

button[disabled], html input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    /* 
* height: 13px;
    * width: 13px;
 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.user_registration, .user-login {padding: 0px 20px}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a, img {
    outline: none !important;
}

ul {
    margin: 0px;
}

a:focus {
    outline: 0;
    border: none;
    text-decoration: none;
}

a {
    border: none
}

* {
    outline: none
}

.hidden-desktop {
    display: none;
}

#wrapper {
    height: auto !important;
    margin: 0 auto ;
}

#push, #wrapper-footer {
    height: 82px;
}

html {
    height: 100%;
}

/*cart*/

/* Disabled input */
input.disabled {
    opacity: .5;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="telephone"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
    border: 1px solid #d4d4d4;
    border-radius: 0;
    box-shadow: none;
}

input[type="submit"] {
    border-radius: 0;
}

select {
    border: 1px solid #d4d4d4;
    border-radius: 0;
    box-shadow: none;
    padding: 2px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

textarea {
    min-height: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
    resize: vertical;
    border-radius: 0;
    box-shadow: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.table.cart p.cartDetailProductInfo {
	margin-top:-8px;color:#666;font-size:0.9em;line-height:0.9em
}

table.accommodation {
	font-size:1.2em
}
table.accommodation label {
	font-weight:normal
}

a.visa-confirm {text-decoration: underline}

#panel_relatedTickets img {
	width:120px
}


/*---------------------------*/			
        
.progress-bar {
	float:left;
	background-color: #ddd;
	height: 25px;
	padding: 5px;
	width: 150px;
	
	         
}

.progress-bar span {
	display: inline-block;
	height: 100%;
	background-color: #777;
	
}

.blue span {
	background-color: #34c2e3;   
}

.orange span {
	  background-color: #fecf23;
}	

.green span {
	  background-color: #a5df41;
}		

.red > span {
  background-color: #ee4242;
}

.graph {
	width: 100px; /* width and height are arbitrary, just make sure the #bar styles are changed accordingly */
	height: 18px;
	border: 2px solid #d0d0d0; 
	background: #ddd;
	
	position: relative;
}
#bar {
	height: 14px; /* Not 30px because the 1px top-border brings it up to 30px to match #graph */
	
	
}
#bar p { position: absolute; text-align: center; width: 100%; margin: 0; line-height: 15px; }

#bar.green {
	background: #50c41d;
}
#bar.orange {
	background: #fdd726;
}
#bar.red {
	background: #fd2626;
}
/*Buttons*/

/* 
.toplinks {
    padding: 10px 0px 0px 0px;
    display: inline-block;
    float: right;
    margin-left: 15px;
    line-height: normal;
    font-family: 'Roboto', sans-serif;
    margin-top: 25px;
}


.toplinks .links div {
    display: inline;
    text-align: right;
    float: left;
    padding-left: 15px;

}


.toplinks div.links div a {
    display: inline-block;
    font-size: 13px;
    padding: 0px 0px 0px 0px;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}


 */

/* 
.top-header {
    position: relative;
    float: right;
    margin-top: 7px;
}
 */
/* 

.toplinks {
    padding: 10px 0px 0px 0px;
    display: inline-block;
    float: right;
    margin-left: 15px;
    line-height: normal;
    font-family: 'Roboto', sans-serif;
    margin-top: 25px;
}

.toplinks .links div {
    display: inline;
    text-align: right;
    float: left;
    padding-left: 15px;

}

.toplinks div.links div a {
    display: inline-block;
    font-size: 13px;
    padding: 0px 0px 0px 0px;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}
 */

.tile_currency {
    float: right;
    width: 60px;
    padding-right: 20px;
    line-height: 24px;
    margin-right: 2px;
}

.tile_currency .select_wrap {
    overflow: hidden;
    position: relative;
}

.tile_currency i {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 1px;
    bottom: 0;
    z-index: 50;
}

.tile_currency select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    appearance: none;
    padding: 0px 0 0px 0px;
    background: none;
    border: none;
    font: normal 12px / 18px 'Roboto', sans-serif;
    position: relative;
    z-index: 100;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 55px;
}



.tile_search {
    margin-right: 10px;
   
}

.tile_search input {
    width: 100%;
    margin: auto;
    float: left;
    position: relative;
    font-family: 'Roboto', sans-serif;
    padding-left: 10px;
    border-radius: 0px;
    height: 30px;
    line-height: 30px;
}

.tile_search a {
    width: 56px;
    height: 60px;
    display: block;
    float: left;
    margin: 0 0 0 -56px;
    font-size: 33px;
    text-align: center;
    line-height: 59px;
}

.glyphicon-search:before {
    font-size: 12px;
    content: "\f002";
}

.tile_search .glyphicon {
    font-family: FontAwesome;
}

.tile_cart .fa-shopping-cart {
    color: #fefefe;
    font-size: 24px;
    padding: 0px;
    text-align: center;
    width: 20px;
    border-radius: 2px;
    float: left;
    margin-right: 5px;
}



.tile_cart {
    color: #333;
    float: left;
    margin-top: 0px;
    padding: 0 0 11px;
}

.tile_cart a strong {
    color: #333;
    font-size: 12px;
    font-weight: bold !important;
    line-height: 1em;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    padding-right: 0px;
}

.tile_cart a span {
	float:right;
    font: normal 12px 'Roboto', sans-serif;
}

.cart-total-items {position:relative;top:-3px;left:-5px}

.tile_cart a span span.count_empty {
    background: #ed6663;
    display: inline-block;
    color: #fff;
    width: 17px;
    border-radius: 20px;
    font-size: 11px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    margin-left: 0px;
}

.tile_cart a span span.count {
    background: #00A101;
    display: inline-block;
    color: #fff;
    width: 17px;
    border-radius: 20px;
    font-size: 11px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    margin-left: 0px;
}

.search-btn-bg {
    cursor: pointer;
    display: inline-block;
    height: 28px;
    min-width: 20px;
    position: absolute;
    right: 0px;
    top: 0;
    width: 25px;
    right: 10px;
    background: none;
    outline: none;
    border: none
}

.searchIconNew {
    background: url("../images/search-icon.png") no-repeat scroll center center;
    width: 25px;
    height: 30px;
    left: 4px;
    display: inline;
    position: absolute;
    top: 0px;
}

.assetBlock {
    text-align: center;
    margin: auto;
    padding: 12px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding-bottom: 8px;
}

#slideshow {
    text-align: right;
    background:red;
    
    
}
#slideshow a {
	font-size: 15px;
    color: #959595;
   
}
#slideshow a:hover {
    color: #fff;
}



/************************************* nav *************************************/


/* 

 */

/* .site-nav-dropdown {
    text-align: left;
    display: none;
    position: absolute;
    top: 46px;
    left: 0;
    width: 215px;
    z-index: 5;
    margin-bottom: 0;
    background: #fff;
    padding: 6px 0px 0px 0px;
    border-top: none;
    box-shadow: 0 0 20px -5px;
}

.site-nav-dropdown li a {
    padding: 8px 30px 8px 20px;
    position: relative;
    color: #333;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
}

.site-nav-dropdown ul {
    left: 100%;
    top: -1px;
    display: none;
    padding-left: 0;
    list-style: none;
}

.site-nav > .dropdown:hover > ul,
.site-nav > .dropdown.open > ul {
    display: block;
}

.site-nav > li > ul > .dropdown:hover > ul,
.site-nav > li > ul > .dropdown.open > ul {
    display: block;
}

.site-nav > li > ul > li > ul > .dropdown:hover > ul,
.site-nav > li > ul > li > ul > .dropdown.open > ul {
    display: block;
}

.site-nav > li > ul > li > ul > li > ul > .dropdown:hover > ul,
.site-nav > li > ul > li > ul > ul > li > .dropdown.open > ul {
    display: block;
}

.site-nav li.dropdown .icon-dropdown {
    height: 0;
    width: 0;
    border: 4px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    cursor: pointer;
}

.site-nav-dropdown li.dropdown .icon-dropdown {
    position: absolute;
    top: 16px;
    right: 20px;
    content: "\f07a";
    font-family: 'FontAwesome';
}

.site-nav .right_menu {
    margin-top: 8px;
    float: right;
    padding-right: 0px;
    padding-bottom: 0px;
}

.site-nav-dropdown .container {
    width: 100%;
}

.site-nav .widget-featured-product {
    float: left;
    width: 100%;
    text-align: center;
}

.site-nav .widget-featured-product .widget-product {
    overflow: hidden;
}

.site-nav .widget-featured-product .widget-product .products-grid {
    margin: 0;
}

.site-nav .widget-featured-product .widget-title {
    margin-bottom: 10px;
}

.site-nav .widget-featured-product .widget-title h3 {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: normal;
    color: #333;
    padding: 6px 0px 6px 10px;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: none;
    background-color: #f0f0f0;
    font-family: 'Open Sans', sans-serif;
}

.site-nav .widget-featured-product .products-grid .grid-item {
    width: 100%;
    padding: 0;
    margin: 0;
}

.site-nav .products-grid .grid-item .product-grid-image {
    display: inline-block;
    padding: 0;
    margin-bottom: 10px;
}

.site-nav .widget-featured-product .product-title {
    padding: 0;
    font: normal 14px 'Open Sans', sans-serif;
    color: #333;
    padding-bottom: 3px;
}

.site-nav .widget-featured-product .price-box p {
    padding-bottom: 0px;
}

.site-nav .widget-featured-product .spr-badge {
    margin-bottom: 6px;
}

.site-nav .widget-featured-product .price-box {
    display: block;
    padding: 0 0 0 0px;
    font-size: 12px;
    font-family: Open Sans', sans-serif';
    font-weight: 900;
    color: #ff0000;
}

.site-nav .widget-featured-product .btn {
    padding: 0;
    border: 0;
    letter-spacing: 0.02em;
    border-bottom: 1px solid transparent;
    height: 25px;
    background: none;
}

.site-nav .widget-featured-product .btn:hover {
    border: 0;
    border: 0;
    background: none !important;
    color: #000;
}
 */

.tickets_download_area p {margin-bottom:5px;font-size:14px;font-weight:600}
/************************************* PRODUCT VIEW *************************************/


.product_wrap {
    padding: 0px 0 0 0;
   
}
.product_image-wrap {
	align:center;
    overflow: hidden;
    position: relative;
}

.product_image-wrap .ticket_name {
	position:absolute;
	bottom: 8px;
	padding:10px;
	background: rgba(0, 143, 172, 0.75);
}

.product_image-wrap .ticket_name a {
	color: #fff;
	font-size:15px;
	font-weight:700;
	line-height:15px;
}

.product {
	margin: 0px 0px 30px 0px;
	padding:0px;
    background:#000;
    border-left:3px solid #000;
    border-right:3px solid #000;
    border-top:6px solid #000;
}

.product_image-wrap img.horizontal_image {
	height: 100%;
}
.product_image-wrap img.vertical_image {
	width: 100%;
}
.product_image-wrap img {
  width:100%;
	-moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product_image-wrap span.sold_out{
	position:absolute;
	background:red;
	padding:15px 35px;
	z-index:1000;
	top:0px;
	right:-20px;
	color:#fff;
	font-weight:600;
	text-transform: uppercase;
	font-size:1.2em
}

.product_image-wrap span.product_sold_out{
	position:absolute;
	background:red;
	padding:15px 35px;
	z-index:1000;
	top:15px;
	color:#fff;
	font-weight:600;
	text-transform: uppercase;
	font-size:1.2em
}

/* 
.product_image-wrap:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
 */

#product_image-container {
    overflow: hidden;
}

div#product_price {
	float:left;
}

#product_price p{
    font: bold 20px / 1em 'Open Sans', sans-serif;
    padding: 0 0 10px 10px;
    color: #fff;
}

.old_price, .old_price2 {
    text-decoration: line-through;
    font-weight:normal;
    font-size:12px;
}

.product_price {
	position:absolute;
	bottom:0px;
	margin:0 0 10px 10px
}

.product_price .old_price {
	position:absolute;
	right:30px;
}

.money .old_price2 {
	position:absolute;
	right:30px;
	top:-20px;
}

.product_price .sale {
	color:#fff;
    position: absolute;
    padding:9px 3px 3px 3px;
    top: 15px;
    left: 30px;
    font-size:14px;
    width: 40px;
	height: 40px;
	background: #00920A; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px;
}

.product_venue {
	position:absolute;
	bottom:17px;
	margin:0 0 10px 10px
}

.product .product_cart {
    padding: 0 10px 0 0;
}

.product .product_cart i {
    color: #db0066;
}

.product .product_title-wrap {
	font:  14px / 1em 'Open Sans', sans-serif;
    padding: 2px 10px ;
    color: #fff;
 
}
.product_title-wrap a {
	color:#fff;
}
.product .product_price .money {
    font: bold 20px / 1em 'Roboto', sans-serif;
    
}

.product span.eventDate {
	position:absolute;
	top:0px;
	background: #00ccff;
	padding:5px 10px;
	color:#fff;
	font-size:16px;
	font-weight:700;
	z-index:1000;
}

.product span.eventTime {
	position:absolute;
	top:32px;
	background: #000;
	padding:5px 10px;
	color:#fff;
	z-index:1000;
}

.product_wrap .product-price .compare_at_price {
    color: #ccc !important;
    text-decoration: line-through;
    font: normal 28px / 1em 'Open Sans', sans-serif;
    margin-left: 20px
}

.product_wrap .variants-wrapper {
    padding: 15px 0 0 0;
}

.product_wrap .variants-wrapper label {
    margin-right: 10px;
    width: 45px;
}

.product_wrap #purchase {
    vertical-align: top;
}

.product_wrap #button {
    vertical-align: top;
    padding: 20px 0;
}

.product_wrap #button #add-to-cart {
    vertical-align: top;
    background: #02ABCD;
    color: #ffffff;
    font-size: 14px;
    text-shadow: none;
    padding: 9px 20px;
    margin-top: 0px;
    font-weight: bold;
    transition: color 300ms ease-in-out 0s, 
    background-color 300ms ease-in-out 0s, 
    background-position 300ms ease-in-out 0s;
    border: none;
    font-family: 'Roboto', sans-serif;
    border-radius:0px
}

.product_wrap #button #add-to-cart:hover {
    background: #018AA6;
}

.product_wrap #button #add-to-cart:before {
    /* 
content: "\f07a";
    font-family: 'FontAwesome';
 */
    margin-right: 8px;
}

.product_wrap #add {
    vertical-align: top;
    
    border-top: 1px #e5e5e5 solid;
}

/* 
.product_wrap #purchase label {
    display: inline-block;
    margin: 0;
    padding-top: 0px !important;
    line-height: 37px;
    width: 25px;
    margin-bottom: 0px !important
}
 */

.product_wrap .quantity {
	float:left;
    width: 50px;
    height: 39px;
    /* display: inline-block; */
    margin: 0;
    padding: 0 10px 0 0;
    outline: none;
    text-align: center;
    border-radius: 0px;
    border: 1px #ddd solid;
    box-shadow: none;
}

.product_wrap #select_option {
    height: 39px;
    /* display: inline-block; */
    margin: 0;
    padding: 0 10px 0 0;
    outline: none;
    text-align: center;
    border-radius: 0px;
    border: 1px #ddd solid;
    box-shadow: none;
}

.product_option label {
	margin: 10px 0 10px 0;
	padding: 0 0 0 10px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #2C3555;
    
}

.product_wrap .product_option{
	padding: 10px 0;
}

.product_wrap .product_details {
    margin: 0px 0 0 0;
    padding: 10px 0 15px 0;
}

.product_wrap .product_details > div {
    padding: 5px 0 0 0;
}

.product_wrap .product_details strong {
    display: inline-block;
    width: 80px;
}

.product_wrap #product_description {
    margin: 0px 0 0 0;
    padding: 15px 0 15px 0;
}

.product_wrap #product_description h3 {
    padding: 15px 0 10px 0;
    font-size: 16px;
    text-transform: none;
}

.product_wrap #product_description p {
    padding: 0px;
    font-size: 13px;
    margin: 0px;
    color: #ccc;
}
 
.ticket-fb-event {
	margin-top: 10px;
}

.product_wrap .addthis_toolbox {
    margin: 0px 0 0 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #dddddd;
}

.product_image-additioanl a {
    display: block;
    float: left;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 6px;
}

.product_image-additioanl .active img {
    border: 5px #ddd solid;
}

.pro-reviews .spr-header-title {
    display: none;
}

.pro-reviews .spr-summary-actions {
    display: none;
}

.spr-container {
    border: none !important;
    padding: 0px !important;
}

.spr-icon-star-empty:before {
    content: '\f005' !important;
    font-family: FontAwesome !important;
    font-size: 11px !important;
    color: #bbb !important;
    margin-right: 3px !important;
}

.spr-icon-star:before {
    content: '\e800';
    color: #ffc50a;
    font-size: 11px !important;
    margin-right: 3px !important;
}

.product_image-additioanl a img {
    max-width: 100%
}

.product_wrap .page_title {
    margin: 0 0 15px 0;
    padding: 0px 0 20px 0;
    font: bold 32px / 1em 'Open Sans', sans-serif;
    color: #fff;
    text-transform: none;
    border-bottom: 1px solid #090F12;
    letter-spacing: -1px;
}

.product_wrap select {
    padding: 7px 10px 8px;
    width: 150px;
}

.product_wrap .spr-badge {
    margin-bottom: 15px
}

.spr-form input {
    padding: 7px;
}

.spr-form-input-textarea {
    padding: 7px;
    border: 1px #ddd solid;
}

.spr-button-primary {
    float: none
}

.swatch .swatch-element .crossed-out {
    display: none;
}

.swatch {
    position: relative;
    margin-top: 20px;
}

.swatch .header {
    display: none;
}

.crossed-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.swatch label {
    float: left;
    min-width: 25px !important;
    height: 25px !important;
    margin: 0;
    border: 1px solid #cbcbcb;
    background-color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 25px;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 0px !important;
    font-weight: bold

}

.swatch-element {
    margin-right: 10px;
    position: relative;
    display: inline-block;
}

.color.swatch-element label {
    padding: 0;
}

.swatch input {
    display: none;
}

/* Tooltips */
.swatch .tooltip {
    text-align: center;
    background: gray;
    color: #fff;
    bottom: 100%;
    padding: 10px;
    display: block;
    position: absolute;
    width: 100px;
    left: -23px;
    margin-bottom: 15px;
    /* Make it invisible by default */
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    /* Animations */
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    z-index: 10000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.swatch .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

/* CSS triangle */
.swatch .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid gray 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.swatch .swatch-element:hover .tooltip {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.swatch input:checked + label, .swatch label:hover {
    border-color: #000;
    border-width: 2px;

}

.caption_title-1 span {
    color: #4a7699 !important;
}

.caption_title-2 span {
    color: #4a7699 !important;
}

.zoomWrapper, #elevatezoom_big {
    width: 470px !important;
    height: auto !important;
    position: relative !important;
}

.grid-item.pagination-border-top {
    display: inline-block;
    width: 100%;
}

#latest-products-slider .product_image-wrap a img {
    border: 2px solid #fff;
}

.product_wrap .bottom_block {
    border-top: 1px #090F12 solid;
}

.product_wrap ul.social-links {
    margin-top: 20px;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
    padding-left: 0px;
}

.product_wrap ul.social-links li {
    display: inline;
    border: none;
    float: left;
    width: auto;
    margin-right: 10px;
    border: 1px #eaeaea solid;
    border-radius: 20px;
}

.product_wrap ul.social-links li a {

    color: #888;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

.product_wrap ul.social-links li:hover a {

    color: #fff;
}

ul.social-links li.tile_twi:hover {
    background: #359BED;
    border: 1px #359BED solid;
}

ul.social-links li.tile_gpl:hover {
    background: #E33729;
    border: 1px #E33729 solid;
}

ul.social-links li.tile_fcb:hover {
    background: #3C5B9B;
    border: 1px #3C5B9B solid;
}

ul.social-links li.tile_pin:hover {
    background: #cb2027;
    border: 1px #cb2027 solid;
}

ul.social-links li.tile_rss:hover {
    background: #fd9f13;
    border: 1px #fd9f13 solid;
}

ul.social-links li.tile_linkedin:hover {
    background: #027ba5;
    border: 1px #027ba5 solid;
}

ul.social-links li.tile_youtube:hover {
    background: #f03434;
    border: 1px #f03434 solid;
}

.product_images .large-image img {
    border: 1px solid #ddd;
    height: auto;
    padding: 1px;
    width: 100%;
}

.product_images img {
    width: 100%;
}

.product_images .thumb-image img {
	display:inline-block;
    border: 1px solid #ddd;
    height: auto;
    padding: 1px;
    width: 100%;
}

.shop_categories a {
	background: #ECECEC;
	padding: 10px 20px;
	border-left:5px solid #FFB901;
	margin-right:5px
}

.sold_out {
	background: red;
	color:#fff;
	padding:10px 25px;
	margin-left:20px;
}

.shipping_payment {
	background: #C6C6C6;
	color: #000;
}