@font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/RobotoCondensedRegular.eot');
    src: url('fonts/RobotoCondensedRegular.eot') format('embedded-opentype'),
         url('fonts/RobotoCondensedRegular.woff2') format('woff2'),
         url('fonts/RobotoCondensedRegular.woff') format('woff'),
         url('fonts/RobotoCondensedRegular.ttf') format('truetype'),
         url('fonts/RobotoCondensedRegular.svg') format('svg');
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	color: #363636;
	background-color: #fff;
}

* {
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

a {
	color: #270369;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

a:hover {
	text-decoration: none;
}

p:first-child {
    margin-top: 0;
}

.sec {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}

.container {
	display: inline-block;
	width: 1216px;
	text-align: left;
}

.content_sec {
	padding-top: 40px;
}

.error { 
	color: #ff0000;
}

.inner_msg {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 50px;
    background-color: #f8cd29;
    font-size: 17px;
    font-weight: 700;
    color: #270369;
    text-align: center;
}

.input_text.error {
    border: 1px solid #ff0000 !important;
    color: #ff0000 !important;
}

.error_field {
	margin-bottom: 30px;
	padding: 10px 20px;
	border: 2px dashed;
	border-radius: 3px;
	font-size: 105%;
	font-weight: 600;
	color: red;
}

.error_field p {
	margin: 0;
}

.success_field {
	margin-bottom: 30px;
	padding: 10px 20px;
	border: 2px dashed;
	border-radius: 3px;
	font-size: 105%;
	font-weight: 600;
	color: green;
}

.success_field p {
	margin: 0;
}

.msg {
	display: inline-block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	color: #7ccbf8;
}

.grey_top {
	background: url(img/gray_top.gif) repeat-x top;
}

.grey_border {
	padding-bottom: 40px;
	border-bottom: 1px solid #d5d5d5;
}

.row {
	display: inline-block;
	float: left;
	width: 100%;
}

.clr {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 0;
    clear: both;
}

.mtop0 {
	margin-top: 0;
}

.mbottom0 {
	margin-bottom: 0 !important;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.tupcase {
	text-transform: uppercase;
}

.tcenter {
	text-align: center;
}

.tjustify {
	text-align: justify;
}

.tright {
	text-align: right;
}

.tbold {
	font-weight: 700;
}

.tlight {
	font-weight: 300;
}

.xsmall {
    font-size: 13px;
    line-height: 1.2em;
}

.tpurple {
	color: #270369;
}

.sec_title {
	display: inline-block;
	float: left;
	margin-top: 0px;
	margin-bottom: 40px;
    font-size: 34px;
	font-weight: 400;
	line-height: 40px;
	color: #000;
}

.page_title {
	display: inline-block;
	float: left;
	width: 100%;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 42px;
	line-height: 56px;
	font-weight: 300;
    color: #000;
	letter-spacing: -1px;
}

.page_big_title {
	display: inline-block;
	float: left;
	width: 100%;
	margin-top: 0;
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 80px;
    font-weight: 300;
}

.intro_box {
	display: inline-block;
	float: left;
	width: 100%;
	margin-bottom: 40px;
    color: #000;
}

.btn_all_prod {
	display: inline-block;
	float: right;
    margin-bottom: 20px;
    padding: 10px 20px 7px 20px;
    border: 1px solid #270369;
    color: #270369;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.btn_all_prod:hover {
    background-color: #270369;;
    color: #fff;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

select::-ms-expand {
    display: none; /* for IE*/
}

.select_fld {
    display: inline-block;
    padding-left: 20px;
    background: #fff url(img/arrow_down.png) no-repeat 95% 50%;
}

.input_text {
	display: inline-block;
	width: 100%;
	max-width: 460px;
	height: 35px;
	padding: 0 15px;
	background-color: #fff;
    border: 1px solid #252525;
	margin-bottom: 20px;
	font-weight: 300;
	transition: all 0.15s ease-out;
}

.input_text:focus{
	box-shadow: 0px 0px 15px 2px rgba(255,255,255, 1);
}

#fancybox-lock *, 
#fancybox-thumbs * {
    box-sizing: content-box;
}

#fancybox-thumbs a {
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
}

#fancybox-thumbs img {
	max-height: none;
	height: auto !important;
}

.page_location_box {
	display: inline-block;
	float: left;
	width: 100%;
	padding-bottom: 20px;
	font-size: 16px;
}

.page_location {
	display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.page_location li {
	display: inline-block;
	float: left;
	font-size: 17px;
	line-height: 40px;
	color: #919191;
}

.page_location a {
	color: #262626;
	text-decoration: none;
}

.page_location a:hover {
	color: #270369;
}

.page_location li::after {
	display: inline-block;
	content: '>';
	margin-left: 10px;
	margin-right: 5px;
}

.page_location li:last-child::after {
	display: none;
}

/* TOPBAR */
.topbar {
    padding-top: 30px;
}

.topbar .container {
    position: relative;
}

.logo_mobile {
    display: none;
}

.topbar_left {
    display: inline-block;
    float: left;
    font-size: 13px;
    color: #270369;
}

.topbar_right {
    position: relative;
    display: inline-block;
    float: right;
    text-align: right;
}

.topbar_left .item {
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.topbar_left .item:last-child {
    margin-right: 0;
}

.topbar_left .tbold {
    display: inline-block;
    float: left;
    margin-right: 5px;
    font-weight: 700;
}

.topbar_left img {
    margin-right: 5px;
    vertical-align: baseline;
}

.topbar_left a {
    text-decoration: none;
}

.topbar_left a:hover {
    text-decoration: underline;
}

/* TOP BAR SEARCH */
.search_box {
    position: relative;
    display: inline-block;
    width: 300px;
    margin-right: 40px;
}

.search_input {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 0 45px 0 20px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    color: #000;
}

.search_btn {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent url(img/i_search.png) no-repeat center center;
    transition: all 0.2s ease-out;
}

.search_btn:hover {
    background: transparent url(img/i_search_blue.png) no-repeat center center;
}

.box_cart_nav {
    display: inline-block;
}

.box_cart_nav a {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.box_cart_nav a:hover {
    text-decoration: underline;
}

.box_cart_nav .tb_cart {
	height: 40px;
    margin-right: 10px;
    padding-top: 8px;
    padding-left: 45px;
    background: url(img/i_mini_cart.png) no-repeat left center;
}

.box_cart_nav .tb_cart .val {
    color: #ff0000;
}

/* MINI CART */
.mini_cart {
	position: absolute;
	display: none;
    top: 100%;
    margin-top: 10px !important;
	right: 0;
	width: 310px;
	border: 1px solid #d5d5d5;
	border-radius: 7px;
	padding: 38px 0px 16px 0px;
	background: #fff;
	z-index: 200;
}

.mc_row {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	background-color: #f3f3f3;
	padding: 13px 20px;
	margin-bottom: 1px;
}

.mc_photo {
	display: inline-block;
	float: left;
	width: 94px;
	height: 94px;
	border: 1px solid #d5d5d5;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
}

.mc_photo:hover {
	opacity: .9;
}

.mc_info {
	display: inline-block;
	float: right;
	width: 130px;
    color: #000;
	line-height: 17px;
	text-align: left;
}

.mc_title {
	display: inline-block;
        float: left;
        color: #000;
	padding: 0px 5px;
	line-height: 17px;
	text-decoration: none;
	border-radius: 3px;
	margin-left: -5px;
}

.mc_title:hover {
	background: #7ccbf8;
	text-shadow: 0px 1px 0px rgba(0,0,0, .2);
	color: #fff;
}

.mini_cart .select_holder {
	position: relative;
	display: inline-block;
	width: 100%;
}

.mini_cart .select_holder::after {
	position: absolute;
	display: inline-block;
	content: '';
	top: 9px;
	right: 1px;
	width: 22px;
	height: 20px;
	background: #fff url(img/arrow_down.png) no-repeat center center;
        border-left: 1px solid #d5d5d5;
}

.mini_cart .select {
	width: 100%;
	height: 22px;
	/*background: #fff url(img/select_bg.gif) repeat-y 86% 0;*/
	border: 1px solid #d5d5d5;
	margin-top: 8px;
        padding-right: 25px;
	font-size: 12px;
}

.mc_remove_item {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #d5d5d5 url(img/mc_remove.png) no-repeat center center;
	cursor: pointer;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}

.mc_remove_item:hover {
	background: #d03939 url(img/mc_remove.png) no-repeat center center;
}

.mini_cart .clear_cart {
	display: inline-block;
	float: left;
    font-family: 'Roboto Condensed', sans-serif;
    color: #EF2856;
}

.mini_cart .clear_cart:hover{
	color: #DB244E;
	text-decoration: none;
}

.mc_totals {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 8px 20px 0px 20px;
}

.mc_desc_text {
	display: inline-block;
	float: left;
	width: 100%;
	font-size: 12px;
}

.mc_desc_text.big {
	font-size: 15px;
	color: #44a574;
	border-bottom: 1px dashed;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.mc_total {
	font-size: 16px;
    color: #000;
	font-weight: 700;
}

.mc_footer {
	display: inline-block;
	float: left;
	width: 100%;
	border-top: 1px dashed #5e5e5e;
	margin-top: 10px;
	padding-top: 10px;
}

.mc_close {
	display: inline-block;
	float: left;
}

.mc_close div {
	display: inline-block;
	float: left;
	width: 25px;
	height: 25px;
	background: #aca8a7 url(img/mc_close_footer.png) no-repeat center center;
	margin-right: 10px;
	transition: all 0.3s ease;
}

.mc_close span {
	display: inline-block;
	float: left;
    color: #000;
	text-decoration: none;
	transition: all 0.3s ease;
}

	.mc_close:hover span {
		color: #d03939;
	}

	.mc_close:hover div {
		background: #d03939 url(img/mc_close_footer.png) no-repeat center center;
	}

.mc_tocart {
	display: inline-block;
	float: right;
	height: 25px;
	padding-left: 15px;
	padding-right: 30px;
    background: #270369 url(img/mc_tocart.png) no-repeat 95% 50%;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.mc_tocart:hover {
    background: #f8cd29 url(img/mc_tocart_purple.png) no-repeat 98% 50%;
    color: #270369;
}

/* TOP MENU */
.topmenu_sec {
    margin-top: 35px;
    height: 77px;
}

.topmenu_sec .container {
    position: relative;
}

.topmenu_box {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
}

.logo {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 0;
    width: 151px;
}

.topmenu {
	display: inline-block;
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
    padding-left: 150px;    
    background-color: #270369;
    text-align: right;
}

.topmenu .lvl-1 {
	position: relative;
	display: inline-block;
	margin-right: -2px;
	background: url(img/tm_wrap.png) no-repeat 100% 50%;
}

.topmenu .lvl-1:last-child {
    background: none;
}
        
.topmenu .lvl-1 > a {
	position: relative;
	display: inline-block;
    height: 55px;
    padding: 0 30px;
	text-transform: uppercase;
	color: #fff;
}

.topmenu .lvl-1 > a > span {
	display: inline-block;
    padding-top: 17px;
    padding-bottom: 17px;
}

.topmenu .lvl-1.current > a,
.topmenu .lvl-1:hover > a {
    background-color: #f8cd29;
    color: #270369;
}

.topmenu .submenu_arrow span {
    background: url(img/arrow_down_white.png) no-repeat right center;
	padding-right: 20px;
	margin-right: -15px;
}

.topmenu .submenu_arrow.current span,
.topmenu .submenu_arrow:hover span {
    background: url(img/arrow_down_purple.png) no-repeat right center;
}

/* SUB MENU LVL 2 */
.div_lvl-2 {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 120;
}

.topmenu .lvl-1:last-child .div_lvl-2 {
    left: auto;
    right: 0; 
}

.ul_lvl-2 {
	display: inline-block;
	float: left;
	width: 245px;
	list-style: none;
	margin: 0;
	padding: 0;
    background-color: #fff;
    border-bottom: 4px solid #270369;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: left;
}

.ul_lvl-2 li {
	position: relative;
}

.ul_lvl-2 li::before {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	height: 0;
	width: 100%;
	margin-top: 19px;
	background-color: #270369;
	opacity: 0;
	z-index: 110;
	transition: all 0.4s ease-out;
}

.ul_lvl-2 li a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-left: 40px;
	padding-right: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    color: #4b4b4b;
	text-decoration: none;
	z-index: 120;
}

.ul_lvl-2 li a::before {
	position: absolute;
	display: inline-block;
	content: '•';
	left: 20px;
	color: #4b4b4b;
	transition: all 0.3s ease-out 0.3s;
}

.ul_lvl-2 li:hover a {
    color: #fff;
}

.ul_lvl-2 li:hover a::before {
    color: #fff;
}

.ul_lvl-2 li:hover::before {
	height: 100%;
	margin-top: 0;
	opacity: 1;
}

/* INDEX SLIDER */
.slider_sec {
    max-height: 510px;
    padding-top: 25px;
    overflow: hidden;
}

.slider_sec .container {
    position: relative;
}

.index_slider,
.index_slider_mobile {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
        margin: 0;
        padding: 0;
	max-height: 510px;
        text-align: center;
}

.slider_mobile_banner {
	display: none !important;
}

.slider_item {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	overflow: hidden;
}

.slider_item .banner_holder {
	display: inline-block;
	float: left;
	width: 100%;
}

.index_slider .owl-dots {
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 50px;
	padding-left: 30px;
	text-align: left;
	z-index: 100;
}

.index_slider .owl-dot {
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    border: 2px solid #f3f3f3 !important;
    border-radius: 24px;
    background-color: #f3f3f3 !important;
}

.index_slider .owl-dot:hover {
	background-color: #d5d5d5 !important;
}

.index_slider .owl-dot.active {
	background-color: #270369 !important;
	border: 2px solid #f3f3f3 !important;
}

/*#pagination {
        display: inline-block;
	position: absolute;
	left: 0;
	bottom: 50px;
        margin: 0;
	padding-left: 30px;
	text-align: left;
	z-index: 100;      
}

#pagination .prev,
#pagination .next {
	display: none !important;
}

#pagination li {
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    border: 2px solid #f3f3f3;
    border-radius: 24px;
    background-color: #f3f3f3;
    font-size: 0;
    color: transparent;
    cursor: pointer;
}

#pagination li:hover {
    background-color: #d5d5d5;
}

#pagination li.current {
    background-color: #270369;
    border: 2px solid #f3f3f3;
}*/


/* CATEGORY BANNERS */
.category_banner {
    display: inline-block;
    float: left;
    width: 32%;
    height: 170px;
    margin-right: 2%;
    margin-top: 30px;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.category_banner:nth-child(3n+3) {
    margin-right: 0;
}

.category_banner:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.category_banner img {
    width: 100%;
}

/* PRODUCT LIST */
.prod_list {
	display: inline-block;
	float: left;
	width: 100%;
}

.prod_item {
	position: relative;
	display: inline-block;
	width: 22.5%;
	margin-bottom: 40px;
	margin-right: 3%;
	text-align: left;
	vertical-align: top;
}

.prod_item:nth-child(4n+4) {
	margin-right: 0;
}

.badge_tilbud {
	position: absolute;
	display: inline-block;
	top: -10px;
	right: -10px;
    width: 80px;
	height: 30px;
	line-height: 30px;
	background-color: #df1e38;
	font-size: 13px;
	color: #fff;
	font-weight: 700;
    text-align: center;
    text-transform: uppercase;
	z-index: 100;
}

.prod_item_img {
	display: block;
	width: 100%;
	height: 260px;
    line-height: 260px;   
	padding-top: 13px;
	padding-bottom: 13px;
	margin-bottom: 25px;
	border: 1px solid #c4c4c4;
	text-align: center;
	overflow: hidden;
}

.prod_item_img:hover {
	opacity: .8;
}

.prod_item_img a {
	display: inline-block;
	float: left;
    width: 100%;
    height: 100%;
}

.prod_item .prod_title {
	display: inline-block;
	float: left;
	width: 100%;
	height: 48px;
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 24px;
	font-weight: 700;
        color: #000;
        overflow: hidden;
}

.prod_item_row {
	display: inline-block;
	float: left;
	width: 100%;
}

.prod_item_row .lbl {
	 display: inline-block;
    float: left;
    width: 100%;
    color: #000;
    font-weight: 700;
}

.prod_item_row .qty_select {
	display: inline-block;
	float: left;
	width: 100%;
	height: 35px;
	line-height: 35px;
	margin-bottom: 15px;
	padding-left: 20px;
    padding-right: 20px;
	background: #fff url(img/arrow_down.png) no-repeat 95% 50%;
    border: 1px solid #252525;
}

.prod_item_btns {
	display: block;
	float: left;
	width: 100%;
}

.prod_item_btns .btn {
	display: inline-block;
	height: 43px;
	line-height: 43px;
    padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.prod_item_btns .btn:hover {
    background-color: transparent;
    border-color: #270369;
}

.prod_item_btns .btn_more_info {
	float: left;
    background-color: #f8cd29;
    border: 1px solid #f8cd29;
    color: #270369;
}

.prod_item_btns .btn_to_cart {
	float: right;
	padding-left: 45px;
    background: #270369 url(img/i_cart.png) no-repeat 16px 50%;
    border: 1px solid #270369;
    color: #fff;
}

.prod_item_btns .btn_to_cart:hover {
    background: transparent url(img/i_cart_purple.png) no-repeat 16px 50%;
    color: #270369;
}

.prod_item_btns .btn_stock_out {
    float: right;
    height: 43px;
    padding-left: 40px;
    padding-right: 15px;
    background: url(img/i_stock_out.png) no-repeat 15px 50% !important;
    color: #ff3232;
    font-weight: 700;
    
}

.category_intro {
	display: inline-block;
	float: left;
	width: 100%;
	margin-bottom: 60px;
}

.ci_logo {
	display: inline-block;
	float: left;
    width: 260px;
	margin-right: 40px;
	background: url(img/cat_logo_wrap.png) no-repeat right;
}

.ci_logo a {
    display: inline-block;
    float: left;
    width: 240px;
    height: 240px;
    line-height: 240px;
    border-radius: 240px;
    background-color: #f8cd29;
    text-align: center;
}

.ci_text {
    font-size: 15px;
}

/* PURPLE SECTION */
.sec_purple {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #270369;
    color: #fff;
}

.why_fish_title {
	display: inline-block;
	float: left;
	width: 100%;
	margin: 0;
	margin-bottom: 50px;
	font-size: 47px;
	line-height: 70px;
	font-weight: 700;
    color: #fff;
}

.why_fish_title img {
	margin-right: 10px;
}

.sec_purple .btn {
    display: inline-block;
    margin-top: 25px;
    padding: 25px 20px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}

.sec_purple .btn:hover {
    background-color: #f8cd29;
    border-color: #f8cd29;
    color: #270369; 
}

/* CATEGORIES */
.cat_item {
	display: inline-block;
	width: 18%;
    margin-right: 2%;
    margin-bottom: 40px;
	text-align: center;
	vertical-align: top;
}

.cat_item:nth-child(5n+5) {
    margin-right: 0;
}

.cat_photo_box {
	display: inline-block;
	float: left;
	width: 100%;
    padding: 15px 0;
    background-color: #f8cd29;
    text-align: center;
}

.cat_photo_box img {
	transition: all 0.3s ease;
}

.cat_photo_box img:hover {
    transform: scale(1.1);
}

.cat_title {
	display: inline-block;
    float: left;
    width: 100%;
}

.cat_title a {
	display: inline-block;
    width: 100%;
    padding: 7px 10px;
    background-color: #270369;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
	text-decoration: none;
}

.cat_title a:hover {
    text-decoration: underline;   
}

/* INDEX PHOTOS */
.sec_member_photos .container::before {
	display: inline-block;
	content: '';
    width: 100%;
    height: 25px;
    margin-bottom: 30px;
    background-color: #f3f3f3;
}

.btn_gallery {
	display: inline-block;
	float: right;
	padding: 15px 20px 10px 20px;
    background-color: #270369;
    color: #fff;
    text-align: center;
	text-decoration: none;
	text-transform: uppercase;      
}

.btn_gallery:hover {
    background-color: #f8cd29;
    color: #270369;
}

.member_photos {
	display: inline-block;
	float: left;
	width: 100%;
    height: 290px;
	list-style: none;
	margin: 0;
	padding: 0;
    overflow: hidden;
}

.member_photos li {
	display: inline-block;
	float: left;
    height: 290px;
    width: 24%;
    margin-right: 1%;
	border: 1px solid #f3f3f3;
	overflow: hidden;
	transition: all 0.2s ease;
}

.member_photos li:nth-child(4n+4){
    margin-right: 0;
}

.member_photos li img {
	max-height: none;
	min-width: 100%;
    min-height: 100%;
    height: auto !important;
    transition: all 0.2s ease;
}

.member_photos li:hover img {
	transform: scale(1.22);
	box-shadow: 0px 0px 30px rgba(0,0,0, .3);
}

#pictures {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
	list-style: none;
	margin: 60px 0 0 0;
	padding: 25px 75px;
    background-color: #f3f3f3;
    text-align: center;
}

#pictures::after {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #c4c4c4;
    z-index: 1;
}

#pictures li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 8px;
    line-height: 17px;
    background: #f3f3f3 url(img/dot_grey.png) no-repeat top center;
    font-size: 0;
    color: transparent;
    vertical-align: middle;
    z-index: 2;
}

#pictures li.current {
     background: #f3f3f3 url(img/dot_purple.png) no-repeat top center;
}

#pictures li:nth-child(2)::before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0;
    left: -10px;
    width: 15px;
    height: 8px;
    background-color: #f3f3f3;
}

#pictures li:nth-last-child(2)::before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0;
    right: -10px;
    width: 15px;
    height: 8px;
    background-color: #f3f3f3;
}

#pictures .next,																																																																							
#pictures .prev {
    position: absolute;
	display: inline-block;
    top: 50%;
	width: 70px;
	height: 40px;
    margin-top: -20px;
	font-size: 0;
	color: transparent;
	cursor: pointer;
    z-index: 2;
}

#pictures .prev {
    left: 0;
	background: #f3f3f3 url(img/carousel_left.png) no-repeat 50% 50%;
}

#pictures .next {
    right: 0;
	background: #f3f3f3 url(img/carousel_right.png) no-repeat 50% 50%;
}

/* FACEBOOK NEWS */
.big_title {
	margin-bottom: 30px;
    font-size: 50px;
    line-height: 80px;
    font-weight: 300;
    color: #363636;
}

.follow_us_news {
	display: inline-block;
	float: right;
    margin-top: 15px;
    padding: 15px 15px 12px 40px;
    background: #270369 url(img/i_fb_white.png) no-repeat 10px 52%;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.follow_us_news:hover {
    background: #f8cd29 url(img/i_fb_purple.png) no-repeat 10px 50%;
    color: #270369;
}

.news_holder {
    display: inline-block;
    float: left;
    width: 100%;
    padding-top: 40px;
    border-top: 1px solid #c4c4c4;
}

.news_item {
	display: inline-block;
    width: 48%;
    margin-right: 2%;
	margin-bottom: 50px;
    vertical-align: top;
}

.news_item:nth-child(2n+2) {
    margin-right: 0;
}

.ni_img {
    display: inline-block;
    float: left;
    width: 45%;
    padding-right: 35px;
    text-align: left;
}

.ni_content {
    display: inline-block;
    float: left;
    width: 55%;
}

.ni_title {
	display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
	color: #1b1b1b;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.ni_title:hover {
    color: #270369;
}

.ni_date {
	display: inline-block;
	padding: 2px 10px 1px 10px;
	margin-bottom: 15px;
    background-color: #270369;
	color: #fff;
}

.ni_desc {
	display: inline-block;
	width: 100%;
    color: #616161;
}

.hr_more {
    display: inline-block;
    float: left;
    width: 100%;
	background: url(img/cat_title_line.gif) repeat-x 0px 53%;
	text-align: left;
}

.hr_more a {
    position: relative;
	display: inline-block;
	height: 60px;
	padding: 20px 35px 15px 35px;
    background-color: #f8cd29;
    font-size: 12px;
    color: #270369;
	text-decoration: none;
	text-transform: uppercase;
}

.hr_more a::after {
   position: absolute;
   display: inline-block;
   content: '';
   top: 0;
   right: -15px;
   width: 15px;
   height: 100%;
   background-color: #fff;
   
}

.hr_more a:hover {
    background-color: #270369;
    color: #fff;          
}

.hr_more a span {
	display: inline-block;
}

/* SUBSCRIBE */
.sec_subscribe {
    margin-top: 60px;
    padding-top: 28px;
	padding-bottom: 8px;
    background-color: #270369;
    color: #fff;
	font-weight: 300;
}

.sec_subscribe span {
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 26px;
    line-height: 36px;
}

.sec_subscribe .yellow_txt {
	margin-bottom: 0;
    font-size: 31px;
    line-height: 41px;
    color: #f8cd29;
    font-weight: 700;
}

.subscribe_form {
	display: inline-block;
	float: left;
	margin-bottom: 20px;
}

.subscribe_form .cell {
     display: inline-block;
     float: left;
}

.subscribe_form .lbl {
    display: inline-block;
    text-transform: uppercase;
}

.subscribe_input {
	display: inline-block;
	float: left;
    width: 415px;
    height: 55px;
    margin-right: 20px;
    margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
    background-color: #fff;  
	font-size: 18px;
	color: #616161;
	transition: all 0.2s ease-out;
}

.subscribe_submit {
	display: inline-block;
	float: left;
	height: 55px;
    padding: 0 40px;
	border: none;
    background-color: #f8cd29;
    font-size: 12px;
    color: #270369;
    text-align: center;
    text-transform: uppercase;
	transition: all 0.2s ease-out;
}

.subscribe_submit:hover {
    background-color: #888;
    color: #fff;
}


/* FOOTER */
.footer {
	background-color: #f3f3f3;
	padding-top: 50px;
	padding-bottom: 50px;
    margin-top: 50px;
    border-top: 1px solid #e9e9e9;
}

.footer .container {
    text-align: justify;
}

.footer .container::after {
    display: inline-block;
    width: 100%;
    content: '';
}

.footer_separator {
    display: inline-block;
    content: '';
    width: 1px;
    height: 260px;
    background-color: #dbdbdb;
}

.fcol {
	display: inline-block;
    max-width: 24%;
	padding: 0 20px;
    color: #575757;
    text-align: left;
    vertical-align: top;
}

.fcol:last-child {
    padding-right: 0;
}

.fcol_title {
	display: inline-block;
	width: 100%;
	margin-top: 0;
	margin-bottom: 50px;
    font-size: 15px;
    font-weight: 700;
    color: #575757;
    text-transform: uppercase;
}

.footer_menu {
    display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer_menu li a {
	display: inline-block;
	padding-left: 14px;
	padding-right: 10px;
	border-radius: 3px;
	background: url(img/fcol_dot.png) no-repeat 0px 12px;
	color: #575757;
	text-decoration: none;
}

.footer_menu li a:hover {
	background: #e5e5e5 url(img/fcol_dot.png) no-repeat 5px 12px;
}

.footer_delivery_img {
    height: 45px;
}

.payment_methods {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.payment_methods img {
    margin-right: 20px;
    margin-bottom: 5px;
    vertical-align: top;
}

.payment_methods img:last-child {
    margin-right: 0;
}

.copyrights {
    padding: 40px 0;
	background: #e5e5e5;
    border-top: 1px solid #d5d5d5;
    color: #575757;
}

.copyrights .info {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
}

/* PRODUCT */
.prod_holder {
	display: inline-block;
	float: left;
	width: 100%;
	margin-bottom: 70px;
}

.prod_images {
	position: relative;
	display: inline-block;
	float: left;
	width: 33%;
}

.pi_main {
	display: inline-block;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	border: 1px solid #d5d5d5;
	text-align: center;
}

.img_zoom {
	position: relative;
}

.img_zoom span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: rgba(39, 3, 105, .5) url(img/i_zoom.png) no-repeat center center;
	background-size: 100%;
	opacity: 0;
	transition: all 0.3s ease;
}

.img_zoom:hover span {
	background: rgba(39, 3, 105, .5) url(img/i_zoom.png) no-repeat center center;
	background-size: 50px;
	opacity: 1;
}

.img_zoom:hover {
    border: 1px solid #270369;
}

.prod_slider_box {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 15px;
    padding: 0 25px;
}

.prod_thumb_slider {
    display: block;
    width: 100%;
}

.prod_slider_box .bx-wrapper {
    width: 100%;
    max-width: 100% !important;
}

.prod_slider_box .bx-prev,
.prod_slider_box .bx-next {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	font-size: 0;
    text-decoration: none;
}

.prod_slider_box .bx-prev {
	left: 0;
    text-align: left;
}

.prod_slider_box .bx-next {
	right: 0;
    text-align: right;
}

.prod_slider_box .bx-prev::before,
.prod_slider_box .bx-next::before {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	font-family: 'FontAwesome';
	font-size: 18px;
	font-weight: 400;
	color: #9a9a9a;
}

.prod_slider_box .bx-prev::before {
	content: "\f053";
}

.prod_slider_box .bx-next::before {
	content: "\f054";
}

.prod_slider_box .bx-prev:hover::before,
.prod_slider_box .bx-next:hover::before {
	color: #270369;
}

.thumb {
	display: inline-block;
    border: 1px solid #d5d5d5;
}

.thumb:last-child {
	margin-right: 0;
}

.prod_info_box {
	position: relative;
	display: inline-block;
	float: right;
	width: 63%;
	border-top: 1px solid #d5d5d5;
	padding-top: 30px;
}

.prod_share {
    position: absolute;
	display: block;
    top: -18px;
    right: 0;
    background-color: #fff;
}

.prod_share::before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0;
    left: -13px;
    width: 13px;
    height: 100%;
    background-color: #fff;
}

.prod_share span {
	display: inline-block;
    margin-right: 13px;
    font-size: 17px;
    color: #363636;
    line-height: normal;
    vertical-align: middle;
}

.prod_share a {
    display: inline-block;
	margin-right: 5px;
    vertical-align: middle;
}

.prod_share a img {
	transition: all 0.3s ease;
}

.prod_share a:hover img {
    transform: scale(1.2);
}

.btn_prod_buy_now {
    display: inline-block;
    border: none;
    height: 40px;
    background: #270369;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.btn_prod_buy_now:hover {
    background: #f8cd29;
    color: #270369;
}

.prod_info_box .prod_title {
	display: block;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 26px;
	color: #000;
    font-weight: 700;
}

.prod_inner {
	display: inline-block;
	float: left;
	width: 95%;
}

.prod_desc {
	display: inline-block;
	float: left;
	width: 100%;
	margin-bottom: 9px;
	line-height: 24px;
	color: #000;
	overflow: hidden;
}

.prod_desc.short {
    height: 92px;
}

#prod_desc_more {
	display: none;
    color: #270369;
    font-weight: 700;
	text-decoration: none;
}

#prod_desc_more.active {
    display: inline-block;
}

#prod_desc_more:hover {
	text-decoration: underline;
}

.prod_size_row {
	display: inline-block;
	float: left;
	width: 100%;
    margin-top: -1px;
    padding: 25px 0;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;  
}

.prod_cell {
	display: inline-block;
	float: left;
	padding-right: 15px;
    margin-top: 7px;
    font-size: 16px;
}
.size_holder {
    width: 100px;
    font-size: 18px;
    font-weight: 600;
}

.stock {
	display: inline-block;
    width: 105px;
    padding-left: 18px;
    font-size: 14px;
	line-height: 15px;
}

.stock.in {
	color: #41ad49;
    background: url(img/i_stock_in.png) no-repeat left;
}

.stock.out {
	color: #e44061;
    background: url(img/i_stock_out.png) no-repeat left;
}

.price_holder {
    width: 250px;
    text-align: right;
}

.price_holder .small_text {
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
}

.price_holder .small_text span {
	text-decoration: line-through;
}

.price_holder .main_price {
    font-size: 19px;
    font-weight: 700;
}

.prod_size_row .btns_holder {
	float: right;
}

.prod_size_row .btns_holder select {
	display: inline-block;
	float: left;
	width: 80px;
    height: 40px;
	margin-right: 10px;
	padding-left: 17px;
	padding-right: 42px;
	border: 1px solid #ddd;
	background: url(img/select_price.gif) no-repeat right center;
}

.prod_size_row .btns_holder select:hover,
.prod_size_row .btns_holder select:focus {
	border-color: #bbb;
}

.prod_size_row .btn_add_cart {
	display: inline-block;
	float: left;
	height: 40px;
	padding-left: 43px;
	padding-right: 10px;
	border: none;
    background: #270369 url(img/i_cart.png) no-repeat 12px 50%;
    font-size: 13px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.2s ease-out;
}

.prod_size_row .btn_add_cart:hover {
    background: #f8cd29 url(img/i_cart_purple.png)no-repeat 12px 50%;
    color: #270369;
}

.prod_size_row .btn_add_cart.disabled {
    background: #c2c2c2 url(img/i_cart.png) no-repeat 12px 50%;
    color: #fff;
}

/* PRODUCT TABS */
.prod_tabs {
	display: inline-block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.prod_tabs li {
    position: relative;
	display: inline-block;
	float: left;
	margin-right: -1px;
    margin-bottom: -1px;
}

.prod_tabs li a {
	display: inline-block;
	float: left;
    padding: 15px 50px;
    border: 1px solid #c4c4c4;
    background-color: #f9f9f9;
	font-size: 18px;
    color: #333;
	text-decoration: none;   
}

.prod_tabs li a::after {
    display: none;
    position: absolute;
    content: '';
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #c4c4c4;
}

.prod_tabs li:hover a {
	background-color: #fff;
    color: #000
}

.prod_tabs li.current a {
    border-bottom: 1px solid #fff;
    background-color: #fff;
    color: #000;
}

.prod_tabs li.current a::after {
    display: inline-block
}

.prod_tabs_holder {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 50px;
	margin-bottom: 60px;
    border: 1px solid #c4c4c4;
    color: #333;
}

.intab_row {
	display: inline-block;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	color: #7b7784;
}

.intab_img {
	display: inline-block;
	float: left;
	border: 1px solid #d5d5d5;
	width: 122px;
	margin-right: 20px;
}

.prod_rating_box {
    display: inline-block;
    float: left;
    font-size: 16px;
    text-align: center
}

.prod_rating_box .lbl {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.prod_rating_box .stars {
    margin-right: 20px;
}

/* REVIEWS */
.review_rows_box {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 0 35px;
}

.review_row {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #ebebeb;
    text-align: left;
}

.review_row:last-child {
    border-bottom: none;
}

.review_row .left_part {
    display: inline-block;
    float: left;
    width: 120px;
    margin-right: 30px;
}

.review_person {
    display: inline-block;
    float: left;
    width: 100%;
    font-weight: 700;
}

.stars {
    display: inline-block;
    float: left;
}

.stars .fa {
    font-size: 20px;
    line-height: 20px;
    color: #f0c137;
}

.review_row .stars .fa {
    font-size: 18px;
    line-height: 18px;
}

.review_status {
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
}

.review_comment {
    display: inline-block;
    float: left;
    width: calc(100% - 150px);
}

.review_time {
    display: inline-block;
    float: left;
    width: 100%;
    text-align: right;
    color: #270369;
}

.review_paging {
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 15px;
    padding: 10px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
}

.review_paging a {
    display: inline-block;
    margin-right: 20px;
    font-size: 15px;
    text-decoration: none;
    vertical-align: middle;
}

.review_paging a:hover,
.review_paging a.current {
    color: #f0c137;
}

.review_paging a.current {
     font-weight: 700;
}

.add_review_box {
    padding-bottom: 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    box-shadow: inset 0 -10px 10px -10px #ebebeb;
}

.add_review_box .rating_box {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 25px;
    padding: 0 35px;
    text-align: left;
}

.add_review_box .rating {
    display: inline-block;
    margin-right: 30px;
    font-size: 80px;
    font-weight: 300;
    line-height: 80px;
    color: #000;
}

.big_stars_box {
    display: inline-block;
    margin-top: 10px;
    text-align: center;
}

.big_stars_box .big_stars {
    margin-bottom: 10px;
}

.big_stars_box .big_stars .fa {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 5px;
    
}

.add_review_box .btn {
    display: inline-block;
    float: right;
    width: 200px;
    margin-top: 10px;
    padding: 15px 10px;
    border: 1px solid #c4c4c4;
    background-color: transparent;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

.add_review_box .btn:hover {
    background-color: #270369;
    color: #fff;
}

.add_review_box .btn_add_review.hidden {
    display: none;
}

.add_review {
    display: none;
    float: left;
    width: 100%;
    padding: 25px 20px;
    background-color: #f9f9f9;
}

.add_review .lbl {
    display: inline-block;
    float: left;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 300;
    color: #707070;
}

.select_rating {
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.select_rating .rating_btns {
    display: inline-block;
    float: right;
}

.add_review .hidden_fields {
    display: none;
    float: left;
    width: 100%;
}

.add_review .hidden_fields.visible {
    display: inline-block;
}

.add_review .input_text {
    float: left;
    max-width: none;
    height: 55px;
    padding: 15px;
    font-size: 16px;
    color: #000;
}

.add_review .w50 {
    width: 49%;
    margin-right: 2%;
}

.add_review .w50:last-child {
    margin-right: 0;
}

.add_review .comment_fld {
    height: auto;
    min-height: 100px;
    margin-top: 15px;
}

.add_review .btn_sub {
    margin-top: 0;
    font-weight: 700;
}

/* RATING BAR */
.br-theme-bars-square .br-widget {
  height: 35px;
}

.br-theme-bars-square .br-widget a {
    position: relative;
    display: inline-block;
    float: left;
    width: 35px;
    height: 35px;
    line-height: 44px;
    margin-left: 5px;
    margin-bottom: 15px;
    background-color: #ccc;
    border: none;
    border-radius: 4px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
    text-align: center;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

.br-theme-bars-square .br-widget a::before,
.br-theme-bars-square .br-widget a::after {
    position: absolute;
    display: inline-block;
    content: '';
    width: 24px;
    height: 24px;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -13px;
    background-size: 100% auto;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
}

.br-theme-bars-square .br-widget a::before {
    background: url(img/i_star_white.png) no-repeat center center;
}

.br-theme-bars-square .br-widget a::after {
    background: url(img/i_star_white2.png) no-repeat center center;
    opacity: 0;
    visibility: hidden;
}

.br-theme-bars-square .br-widget a.br-active,
.br-theme-bars-square .br-widget a.br-selected {
    background-color: #f0c137;
}

.br-theme-bars-square .br-widget a.br-active::before,
.br-theme-bars-square .br-widget a.br-selected::before {
    opacity: 0;
    visibility: hidden;
}

.br-theme-bars-square .br-widget a.br-active::after,
.br-theme-bars-square .br-widget a.br-selected::after {
    opacity: 1;
    visibility: visible;
}

/* REVIEW POPUP */
.popup_review_box {
    position: fixed;
    display: inline-block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 1005;
    overflow-y: auto;
}

.popup_review_box.active {
    opacity: 1;
    visibility: visible;
}

body.popup_open {
    overflow: hidden;
}

.popup_review {
    position: relative;
    display: inline-block;
    width: 700px;
    margin: 55px auto;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 1007;
}

.popup_review .stars .fa {
    color: #333;
}

.popup_review .review_paging a {
    color: #6a6a6a;
}

.popup_review .review_paging a:hover,
.popup_review .review_paging a.current {
     color: #333;
}

.popup_review .review_time {
     color: #909090;
}

.btn_close_popup {
    position: absolute;
    display: inline-block;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    background: #222 url(img/mc_close_footer.png) no-repeat center center;
    cursor: pointer;
    transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
}

/* CART */
.topbar_cart {
	padding-top: 17px;
	padding-bottom: 10px;
	background: url(img/topbar_bg.gif) no-repeat bottom center;
}

.logo_cart {
	display: inline-block;
	float: left;
}

.topbar_cart .btn {
	display: inline-block;
	float: right;
	margin-top: 18px;
	height: 40px;
	line-height: 38px;
	padding: 0 14px;
	border: 1px solid #5a5a5a;
	font-size: 16px;
	color: #363636;
	text-transform: uppercase;
	text-decoration: none;
}

.topbar_cart .btn:hover {
    background-color: #270369;
    border-color: #270369;
    color: #fff;
}

.cart_sec {
	padding-top: 10px;
}

.cart_sec h1 {
	display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.cart_box {
	display: inline-block;
	float: left;
	width: 100%;
}

.cart_box .input_text {
	border-color: #d0d0d0;
}

.cart_box .input_text:hover,
.cart_box .input_text:focus {
    border-color: #909090;
}

.cart_box .btn_sub {
	display: inline-block;
	float: left;
	height: 30px;
    padding: 0 10px;
    margin-right: 10px;
    background-color: #270369;
    border: none;
    font-weight: 600;
    color: #fff;
   	text-transform: uppercase;
    transition: all 0.2s ease-out;
}

.cart_box .btn_sub:hover {
	background-color: #f8cd29;
    color: #270369;
}

.cart_row_purple {
    float: left;
    width: 100%;
    padding: 18px;
    margin-bottom: 16px;
    background-color: #270369;
}

.cart_row_purple h4 {
	display: inline-block;
	float: left;
	width: 100%;
	margin-right: 20px;
	margin-top: 3px;
	margin-bottom: 0;
	font-size: 26px;
    color: #fff;
	font-weight: 600;
	text-shadow: 0px 0px 0px #000;
}

.cart_row_purple .cart_num {
    display: inline-block;
    float: left;
}

.cart_row_purple .cart_num::after {
	display: inline-block;
    content: '>';
    margin-left: 5px;
    margin-right: 5px;
}

.cart_table {
	width: 100%;
	border: 1px solid #dbdbdb;
}

.cart_table th {
	padding: 12px 20px;
	background-color: #5a5a5a;
	border: 1px solid #5a5a5a;
	font-size: 12px;
	font-weight: 300;
	line-height: 15px;
	color: #fff;
}

th.cart_removes {
	background: #9d9d9d;
	border-color: #9d9d9d;
	font-size: 11px;
	text-transform: uppercase;
}

.cart_table td {
	padding: 10px 20px;
    border-bottom: 1px solid #fff;
    background-color: #e5e5e5;
	font-size: 14px;
	vertical-align: middle;
}

.cart_table td img {
	max-width: 80px;
	max-height: 60px;
}

.cart_table td a {
	font-size: 17px;
	color: #363636;
	text-shadow: 0px 0px 0px #000;
	text-decoration: none;
}

.cart_table td a:hover {
	text-decoration: underline;
}

.cart_table td select {
	display: inline-block;
	width: 100%;
	max-width: 88px;
	height: 30px;
	padding-left: 10px;
	padding-right: 30px;
	border: 1px solid #d0d0d0;
	margin-bottom: 10px;
	background: #fff url(img/arrow_down.png) no-repeat right 10px top 50%;
	font-size: 12px;
}

.cart_table td select:hover,
.cart_table td select:focus {
	border-color: #909090;
}

td.cell_graybg {
	background-color: #f0f0f0;
	text-shadow: 0px 0px 0px #000;
}

.cart_table td:last-child {
	text-align: center;
}

.cart_table td:last-child a img {
	width: 12px;
}

.cart_table td:last-child a:hover img {
	opacity: .5;
}

.cart_row {
	display: inline-block;
	float: left;
	width: 100%;
    padding: 18px;
	margin-bottom: 16px;
    background-color: #e5e5e5;
	border-bottom: 1px solid #dbdbdb;
}

.cart_row .inner_msg {
    padding: 10px 20px;
}

.cart_lbl_radio .title {
    display: block;
    margin-bottom: 5px;
	font-size: 16px;
    line-height: 26px;
    font-weight: 700;  
}

.cart_left {
	display: inline-block;
	float: left;
	max-width: 50%;
	padding-right: 40px;
}

.cart_right {
	display: inline-block;
	float: right;
	max-width: 50%;
}

.cart_row h4 {
	display: inline-block;
	float: left;
    width: 100%;
    margin-right: 20px;
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0px 0px 0px #000;
}

.cart_code_input {
	display: inline-block;
	float: left;
	padding: 0 10px;
	width: 115px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #dbdbdb;
}

.btn_sub_code {
	margin-bottom: 5px;
}

.cart_total_price {
	display: inline-block;
	font-size: 19px;
	color: #4faf38;
	text-shadow: 0px 0px 0px #4faf38;
}

.cart_input_radio {
	display: none;
}

.cart_lbl_radio {
	position: relative;
	display: inline-block;
	width: 31%;
	min-height: 200px;
	padding: 20px 20px;
	margin-right: 2%;
    margin-bottom: 15px;
	background-color: #f7f7f7;
    cursor: pointer;
	transition: all 0.2s ease-out;
}

.cart_lbl_radio:hover {
	background-color: #f2f2f2;
}

.cart_lbl_radio .col {
	display: inline-block;
	float: left;
	padding-right: 25px;
	max-width: 50%;
}

.cart_lbl_radio .col:last-child {
	padding-right: 0;
    font-size: 12px;
    line-height: 18px;
}

.cart_lbl_radio img {
	border: 6px solid #fff;
	box-shadow: 0px 0px 0px 1px #d4d4d4;
}

.cart_lbl_radio .sqr_check {
	display: inline-block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding-left: 32px;
	padding-right: 17px;
	margin-left: -20px;
	margin-top: -20px;
	background: #cbcbcb url(img/i_chbox.png) no-repeat 7px 50%;
	font-weight: 600;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.2s ease-out;
}

.cart_lbl_radio .sqr_check:hover {
    background-color: #270369;
}

.cart_input_radio:checked + .cart_lbl_radio .sqr_check{
        background: #270369 url(img/i_chbox_checked.png) no-repeat 7px 50%;
}

.cart_lbl_radio .postcode_box {
    display: inline-block;
    width: 100%;
}

.cart_lbl_radio .input_text {
    width: 70px;
    margin-right: 2%;
    margin-bottom: 10px;
    padding: 0 10px;
}

.cart_lbl_radio .postcode_check_submit {
    display: inline-block;
    height: 35px;
    padding: 0 10px;
    background-color: #270369;
    border: none;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.2s ease-out;
}

.cart_lbl_radio .postcode_check_submit:hover {
    background-color: #f8cd29;
    color: #270369;
}

.cart_lbl_radio .big_txt {
	font-size: 15px;
	text-transform: uppercase;
}

.cart_col {
	display: inline-block;
	float: left;
    width: 49%;
    margin-right: 2%;
	margin-bottom: 34px;
	padding: 20px;
	background: #f7f7f7;
	border: 1px solid #dbdbdb;
}

.cart_col:last-child {
    margin-right: 0;
}

.cart_col .title {
	display: inline-block;
	float: left;
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 400;
	text-shadow: 0px 0px 0px #000;
}

.cart_col .input_text {
	height: 38px;
}

.cart_col .ch_box {
    margin-right: 5px;
    vertical-align: middle;
}

.cart_col .ch_box_lbl {
    display: inline;
    float: none;
    width: auto;
    margin-top: 0;
    padding-right: 0;
    vertical-align: middle;
}

.cart_tab_nav {
	display: inline-block;
	width: 100%;
	list-style: none;
	margin: 0;
	margin-top: -20px;
	padding: 0;
}

.cart_tab_nav li {
	display: inline-block;
	float: left;
}

.cart_tab_nav li a {
	position: relative;
	display: inline-block;
	height: 55px;
	font-size: 13px;
	padding: 0 10px;
	padding-top: 12px;
	color: #b1b1b1;
	text-decoration: none;
}

.cart_tab_nav li:first-child a {
    padding-left: 0;
}

.cart_tab_nav li:first-child a::after {
	display: inline-block;
	position: absolute;
	content: '';
	right: 0;
	top: 50%;
	margin-top: -6px;
	width: 1px;
	height: 8px;
	background-color: #b6b6b6;
}

.cart_tab_nav li a:hover {
	color: #252525;
}

.cart_tab_nav li.current a {
	/*background: url(img/cnr_login_current.png) no-repeat top center;*/
	color: #252525;
	text-shadow: 0px 0px 0px #252525;
}

.cart_tabs_holder {
	display: inline-block;
	float: left;
	width: 100%;
}

.cart_tabs_holder .cell {
	display: inline-block;
	float: left;
	width: 100%;
}

.cart_tabs_holder label {
    display: inline-block;
    float: left;
    width: 35%;
    margin-top: 10px;
    padding-right: 10px;
}

.cart_tabs_holder .input_text {
	display: inline-block;
    float: left;
    width: 65%;
    margin-bottom: 10px;
}

.cart_tabs_holder h3 {
	font-size: 16px;
	font-weight: 400;
}

.cart_tabs_holder select {
	display: inline-block;
	width: 100%;
	height: 38px;
	padding-right: 40px;
	margin-bottom: 15px;
	background: #fff url(img/select_price.gif) no-repeat right center;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	color: #8a8a8a;
}

.checkbox_cart {
	display: none;
}

.checkbox_cart + label {
	display: inline-block;
	width: auto;
	min-height: 20px;
	padding-left: 20px;
	margin-top: 0;
	background: url(img/checkbox.gif) no-repeat 0px 1px;
	font-size: 13px;
	line-height: 18px;
	cursor: pointer;
}

.checkbox_cart:checked + label {
	background: url(img/checkbox_r.gif) no-repeat 0px 1px;
	text-shadow: 0px 0px 0px #252525;
}

.checkbox_cart + label:hover {
	text-shadow: 0px 0px 0px #252525;
}

.cart_tabs_holder .btn_sub {
	margin-top: 10px;
}

.terms_box {
    display: inline-block;
    margin-right: 10px;
    text-align: left;
    vertical-align: middle;
}

.order_btn_box {
	position: relative;
	display: inline-block;
}

.order_btn_box span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255, .6);
	cursor: pointer;
}

.btn_sub_order {
	display: inline-block;
	width: 100%;
	max-width: 490px;
	padding: 25px 20px;
	margin-top: 20px;
	border: none;
    background-color: #270369;
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.2s ease-out;
}

.btn_sub_order:hover {
    background-color: #f8cd29;
    color: #270369;
	transform: scale(.9);
}

/* CONTACT PAGE */
.contact_form_box {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 20px 0 0 0;
    border-top: 1px solid #c1bebe;
}
.contact_form {
    display: inline-block;
    float: left;
    width: 50%;
    max-width: 500px;
}

.contact_form .lbl {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.contact_form textarea {
    height: 100px;
    resize: none;
}

.contact_form .btn_sub {
    display: inline-block;
    min-width: 190px;
    padding: 17px 10px;
    background-color: #270369;
    border: none;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.2s ease-out;
}

.contact_form .btn_sub:hover {
    background-color: #f8cd29;
    color: #270369;
}

/* LOGIN */
.lv2_title {
    margin: 20px 0;
    font-size: 22px;
    font-weight: 400;
	text-align: left;
}

.login_box {
	display: inline-block;
	float: left;
	width: 400px;
}

.login_form_box {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 35px 50px;
    background-color: #f3f3f3;
    border-top: 1px solid #c1bebe;
    border-bottom: 1px solid #c1bebe;
    text-align: center;
}

.login_form_box .cell {
	display: inline-block;
	float: left;
	width: 100%;
}

.login_form_box .input_text {
	height: 48px;
	text-align: center;
}

.btn_login_sub {
	display: inline-block;
	width: 100%;
	max-width: 460px;
    padding: 17px 10px;
    margin-bottom: 20px;
    background-color: #270369;
    border: none;
	font-size: 18px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.15s ease-out;
}

.btn_login_sub:hover {
    background-color: #f8cd29;
    color: #270369;
}

.register_box {
	display: inline-block;
    width: calc(100% - 440px);
}

.register_box.w100 {
	width: 100%;
}

.register_box .inner {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 30px 0 0 0;
    border-top: 1px solid #c1bebe;
}

.login_tabs {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.login_tabs li {
    display: inline-block;
    float: left;
    width: 47%;
    margin-right: 6%;
}

.login_tabs li:last-child {
    margin-right: 0;
}

.login_tabs li a {
    display: inline-block;
    float: left;
    width: 100%;
    height: 280px;
    line-height: 280px;
    padding: 0 20px;
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.login_tabs li a {
    background-color: transparent;
    border: 1px solid #270369;
    color: #270369;
}

.login_tabs li a:hover {
    background-color: #270369;
    color: #fff;
}

.login_tabs li a span {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

/* REGISTER */
.register_box .text_holder {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.register_box .input_text {
	float: left;
	width: 49%;
	height: 48px;
	max-width: none;
}

.register_box .input_text:nth-child(even) {
	float: right;
}

.register_box .inner .title {
	font-size: 18px;
	font-weight: 300;
}

.register_box .inner .reg_select {
	display: inline-block;
	float: left;
	width: 325px;
	padding-left: 20px;
	margin-bottom: 15px;
	background: #fff url(img/arrow_down.png) no-repeat 95% 50%;
}

.register_box .select_fld {
    padding-left: 20px;
    background: #fff url(img/arrow_down.png) no-repeat 95% 50%;
}

.register_box .inner .btn_sub {
	display: inline-block;
	width: 190px;
    margin-top: 30px;
    padding: 17px 10px;
    background-color: #270369;
    border: none;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	transition: all 0.2s ease-out;
}

.register_box .inner .btn_sub:hover {
    background-color: #f8cd29;
    color: #270369;
}

/* PROFILE */
.personal_details {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 50px;
    padding-right: 0;
	margin-bottom: 60px;
	background: #e5e5e5;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-shadow: 0px 1px 0px #c1bebe, 0px -1px 0px #c1bebe;
}

.personal_details h4 {
	display: inline-block;
    width: 100%;
    margin: 10px 0 20px 0;
	font-size: 27px;
	font-weight: 300;
    color: #000;
}

.pd_lefcol {
	display: inline-block;
	float: left;
	width: 75%;
}

.pd_lefcol .cell {
	position: relative;
	display: inline-block;
	float: left;
	width: 49%;
}

.pd_lefcol .cell:nth-child(even) {
	float: right;
}

.pd_lefcol .lbl {
    display: inline-block;
    float: left;
    width: 100%;
}

.pd_lefcol .input_text {
	float: left;
	width: 100%;
	max-width: none;
        margin-bottom: 15px;
        font-weight: 600;
}

.password_warning {
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 15px;
	color: #ff0000;
	font-size: 19px;
}

.pd_rightcol {
    max-width: 428px;
    margin-bottom: 10px;
}

.pd_rightcol .cell {
    width: 100%;
}

.pd_dog_info .input_text{
    margin-bottom: 12px;
}

.pd_avatar {
	display: inline-block;
	float: left;
        width: 22%;
        margin-top: 10px;
        margin-right: 2%;
        margin-bottom: 20px;
	background-color: #fff;
	padding: 6px;
        border: 1px solid #252525;
        text-align: center;
}

.puppies_box {
	display: inline-block;
	float: left;
	width: 100%;
        max-width: 385px;
        margin-top: 10px;
}

.puppies_box img {
	display: inline-block;
	float: right;
	width: 140px;
	margin-left: 20px;
	margin-top: -10px;
}

.personal_details .btn_sub {
	display: inline-block;
	float: left;
	height: 46px;
	padding-left: 20px;
	padding-right: 20px;
    background-color: #270369;
	border: none;
	box-shadow: 0px 0px 2px #fff;
	font-size: 19px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	transition: all 0.2s ease;
}

.personal_details .btn_sub:hover {
    background-color: #f8cd29;
    color: #270369;
}

.pd_gray_box {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 40px;
	margin-bottom: 40px;
	background-color: #f8f8f8;
	border: 1px solid #d5d5d5;
	font-size: 15px;
	color: #303030;
	font-weight: 300;
}

.pd_history_box {
	display: inline-block;
	float: left;
	width: 100%;
}

.pd_history_box .title {
	display: inline-block;
	width: 100%;
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 27px;
	font-weight: 400;
	color: #303030;
}

.pd_history_tbl {
	box-shadow: 0px 1px 0px #c1bebe;
}

.pd_history_tbl th {
	padding: 15px 30px;
	background-color: #dbdbdb;
	font-size: 16px;
	font-weight: 400;
    color: #000;
}

.pd_history_tbl td {
	padding: 30px 30px 15px 30px;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
	font-size: 19px;
	font-weight: 300;
    color: #000;
    vertical-align: top;	
}

.pd_history_tbl tbody tr {
	display: none;
}

.pd_history_tbl tbody tr.showed {
	display: table-row !important;
}

.pd_history_tbl tbody tr.showme {
	display: table-row !important;
}

.pd_history_tbl span {
	display: inline-block;
    vertical-align: middle;
}

.btn_quick_shop {
	display: inline-block;
	height: 37px;
	line-height: 37px;
	padding-left: 20px;
	padding-right: 20px;
    background-color: #270369;
    font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.btn_quick_shop:hover {
	background-color: #f8cd29;
    color: #270369;
}

.btn_orders_show {
	display: inline-block;
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #fff;
	box-shadow: 0px 1px #c1bebe;
	background: url(img/arrow_down.png) no-repeat 40px 50%, url(img/arrow_down.png) no-repeat 96.5% 50%;
	background-color: #dbdbdb;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	color: #303030;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	transition: all 0.1s ease-out;
}

.btn_orders_show:hover {
	background-color: #f0f0f0;
	color: #c1bebe;
}

/* PFORILE GALLERY */
.upload_picture {
    display: block;
    float: right;
    width: 660px;
    min-height: 230px;
    padding: 30px;
    background-color: #f8f8f8;
    font-size: 16px;
    font-weight: 300;
    color: #303030;
    border: 1px solid #d5d5d5;
}

.upload_picture .input_text {
    font-weight: 600;
}

.upload_picture .btn_sub {
	width: 100%;
	max-width: 460px;
}

.mydog_img_box {
	display: inline-block;
	width: 450px;
	margin-bottom: 30px;
	margin-right: 103px;
	vertical-align: top;
}

.mdib_img {
	display: inline-block;
	float: left;
	width: 250px;
	padding-right: 20px;
}

.mdib_img .text_holder {
    display: inline-block;
    float: left;
    width: 100%;
}

.mdib_info {
	display: block;
	float: left;
	width: 200px;
}

.mdib_info .title {
	display: inline-block;
	width: 100%;
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: 300;
}

.mydog_box .btn_sub {
	display: inline-block;
	min-height: 38px;
    padding: 15px 20px;
    margin-bottom: 20px;
	background-color: #270369;
    border: none;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}

.mydog_box .btn_sub:hover {
    background-color: #f8cd29;
    color: #270369;
}

.mydog_box .btn_del {
	display: inline-block;
	min-height: 38px;
	line-height: 38px;
	padding-left: 42px;
	padding-right: 20px;
	margin-bottom: 20px;
	background: #f8f8f8 url(img/cross.png) no-repeat 16px 50%;
	border: 1px solid #d0d0d0;
	color: #6f6f6f;
	font-size: 16px;
	text-decoration: none;
}

.mydog_box .btn_del:hover {
	background: #af0606 url(img/cross.png) no-repeat 16px 50%;
	color: #fff;
	border: 1px solid #850303;
}

/* FILE */
.file_wrapper {
	position: relative;
	display: inline-block;
	height: 46px;
}

#File1 {
	position: absolute;
	cursor: pointer;
}

.customFile {
	display: inline-block;
	width: 230px;
	height: 42px;
	filter: alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	cursor: pointer;
}

.fakeButton {
	display: inline-block;
	width: 230px;
	height: 42px;
	line-height: 42px;
	background-color: #270369;
	border: 0;
	font-size: 19px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	z-index: 1;
	cursor: pointer !important;
}

.fakeButton::after {
	content: 'Chose file / Upload';
}

.blocker {
	position: absolute;
	display: none;
	z-index: 3;
	width: 230px;
	height: 42px;
	background: transparent;
	margin-bottom: -230px;
}

#FileName {
	display: inline-block;
	float: left;
	height: 42px;
	line-height: 42px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 15px;
	background-color: #fff !important;
	border: 1px solid #d5d5d5;
}

#FileName::after {
	content: '<';
	display: inline-block;
	float: right;
	line-height: 38px;
	margin-right: -31px;
	color: #bfbfbf;
	font-weight: 700;
}

#activeBrowseButton {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 230px;
	height: 42px;
    background-color: #f8cd29;
    color: #270369;
	cursor: pointer;
}

/* PROFILE GALLERY */
.mydog_box {
	display: inline-block;
	float: left;
	width: 100%;
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px solid #d5d5d5;
}

.mydog_title {
	margin-top: 0;
	margin-bottom: 50px;
	font-size: 48px;
	line-height: 58px;
	font-weight: bold;
	color: #303030;
}

.upload_picture {
	display: inline-block;
	float: right;
	width: 660px;
	min-height: 230px;
	padding: 30px;
	background-color: #f8f8f8;
	font-size: 16px;
	font-weight: 300;
	color: #303030;
	border: 1px solid #d5d5d5;
}

.upload_picture .title {
	display: inline-block;
	float: left;
	width: 100%;
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 27px;
	font-weight: 400;
}

/* GALLERY */
.gallery_intro a {
	display: inline-block;
	margin-top: 5px;
	padding: 12px;
	background-color: #270369;
    color: #fff;
    font-weight: 700;
	text-decoration: none;
}

.gallery_intro a:hover {
    background-color: #f8cd29;
    color: #270369;
}

.gallery_item {
	display: inline-block;
    width: 290px;
	margin-bottom: 15px;
	color: #262626;
	text-align: left;
	vertical-align: top;
}

.gallery_item a {
	position: relative;
	display: inline-block;
    float: left;
    width: 290px;
    height: 290px;
	overflow: hidden;
}

.gallery_item a span {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
     background: rgba(39, 3, 105, .5) url(img/i_zoom.png) no-repeat center center;
	background-size: 0;
	opacity: 0;
	transition: all 0.3s ease;
}

.gallery_item a:hover {
	box-shadow: 0px 10px 10px rgba(0,0,0, .15);
	transform: translateY(-10px);
}

.gallery_item a:hover span {
		opacity: 1;
		background-size: 50px;
}

.gallery_item a img {
	min-width: 100%;
	min-height: 100%;
	max-width: 1000px;
	max-height: none;
	height: auto;
}

.gallery_more {
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 10px;
    background: url(img/bg_grey.png)repeat-x center center;
    text-align: center;
}

.gallery_more span {
    display: inline-block;
    padding: 0 15px;
    background-color: #fff;
    text-align: center;
}

.btn_more_pics {
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #270369;
    font-size: 15px;
    color: #270369;
    text-decoration: none;
}

.btn_more_pics:hover {
   background-color: #f8cd29;
   border-color: #f8cd29;
}

/* MAP */
.map_holder {
	display: inline-block;
	float: left;
	width: 100%;
}

.map_left {
	display: inline-block;
	float: left;
	width: 100%;
	width: 495px;
	color: #000;
}

.map_right {
	display: inline-block;
	float: right;
	width: 100%;
	width: 650px;
	height: 450px;
	padding: 10px;
	background: #f8f8f8;
	border: 1px solid #d5d5d5;
}

#map-canvas {
	width: 100%;
	height: 100%;
}

.map_form {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 48px;
	margin-top: 30px;
	margin-bottom: 40px;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	font-size: 14px;
}

.map_form .input_text {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-left: 20px;
	text-align: left;
	border: none;
}

.map_form .map_submit {
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0;
	width: 56px;
	height: 100%;
	border: none;
	background: #fff url(img/map_submit.png) no-repeat left center;
	font-size: 0;
	color: transparent;
	transition: all 0.2s ease-out;
}

.map_form .map_submit:hover {
	background: #f0f0f0 url(img/map_submit.png) no-repeat left center;
}

.map_results {
	display: inline-block;
	float: left;
	width: 100%;
}

.map_results h2 {
	display: inline-block;
	float: left;
	width: 100%;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background: url(img/arrow_down2.png) no-repeat 100% 7px;
	font-size: 26px;
	font-weight: 300;
    color: #000;
}

.mr_item {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	vertical-align: top;
}

.mr_item .title {
	display: inline-block;
	width: 100%;
	margin-bottom: 4px;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
}

.mr_item span {
	display: inline-block;
	width: 100%;
	line-height: 22px;
}

.mr_item a {
	text-decoration: none;
}

.mr_item a:hover {
	text-decoration: underline;
}

/* INFO */
.info_txt_box {
	display: block;
	max-width: 70%;
    color: #000;
}

.info_txt_box a {
	text-decoration: none;
}

.infopage_image {
	display: inline-block;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	max-width: 400px;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2);
	border: 2px solid #fff;
}

.info_share_box {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5; 
}

.info_share_box span {
    display: inline-block;
    float: left;
    margin-right: 13px;
    margin-top: 10px;
    font-size: 28px;
    font-weight: 300;
    color: #000;
}

.info_share_box a {
    display: inline-block;
	margin-right: 5px;
    vertical-align: middle;
}

.info_share_box a img {
	transition: all 0.3s ease;
}

.info_share_box a:hover img {
    transform: scale(1.2);
}

.newsletter_box {
    display: inline-block;
    float: left;
    width: 100%;
}

.newsletter_box .text_holder {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 18px;
}

.newsletter_form {
	display: inline-block;
    position: relative;
    vertical-align: middle;
}

.newsletter_form .subscribe_input {
	margin-bottom: 10px;
	border: 1px solid #270369;
}

.fb-comments {
	width: 100%;
}

/*FOR MOBILE */
.open_mob_search .icon_close {
    display: none !important;
}
.open_mob_search.active .icon_search {
    display: none !important;
}

.open_mob_search.active .icon_close {
    display: inline-block !important;
}

.search_top_mobile {
	display: none;
	position: absolute;
	top: 100%;
	right: 2%;
	width: 55%;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0 0 6px 6px;
	z-index: 100;
}

.search_top_mobile.hidden {
	display: none !important;
}

.search_input_mob,
.search_button_mob {
	display: inline-block;
	height: 40px;
}

.search_input_mob {
	float: left;
	width: 100%;
	padding-left: 10px;
	padding-right: 50px;
	background-color: #f8f8f8;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	z-index: 5;
}

.search_button_mob {
	position: absolute;
	right: 10px;
	width: 40px;
	background: #d5d5d5 url(img/search_icon.png) no-repeat center center;
    border: none;
    border-radius: 0px 5px 5px 0px;
	z-index: 10;
}

/* MOBILE HEADER */
.mobile_header_buttons_sleket {
	display: none;
	float: left;
	width: 100%;
	height: 70px;
	}

.mobile_header_buttons {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	border-bottom: 1px solid #d3d3d3;
	background-color: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: 1000;
}

.mob_table_row {
    display: table;
    width: 100%;
}

.mobile_header_buttons.fixed {
	position: fixed;
	top: 0;
	left: 0;
}

.mobile_header_buttons .mob_table_row a {
	display: table-cell;
	width: 16.6%;
    height: 70px;
	color: #444;
	text-align: center;
	text-decoration: none;
    vertical-align: middle;
}

.mobile_header_buttons .mob_table_row a:hover,
.mobile_header_buttons .mob_table_row a.current {
        color: #270369;
}

.mobile_header_buttons .mob_table_row a.logout_link {
	color: #c34527;
}


.mobile_header_buttons .mob_table_row a .fa,
.mobile_header_buttons .mob_table_row a span {
	display: block;
}

.mobile_header_buttons .mob_table_row a .fa {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}

.mobile_header_buttons.fixed .mob_table_row a .fa {
	margin-top: 5px;
	margin-bottom: 0;
}

.mobile_header_buttons .mob_table_row a span {
	font-size: 12px;
}


.mobile_menu {
	display: none;
}


/* RESPONSIVE */
@media (max-width: 1216px) {
    .container {
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
    }

    .logo {
    	display: none;
    }

    .logo_mobile {
		display: inline-block;
    	float: left;
	}

	.topbar_left {
		float: right;
		margin-bottom: 10px;
	}

	.mini_cart {
		right: 2%;
	}

	.topmenu_sec .container {
		padding-left: 0;
		padding-right: 0;
	}

	.topmenu {
		padding-left: 0;
		text-align: center;
	}

	.topmenu .lvl-1 > a {
		padding: 0 20px;
	}

	.index_slider,
        .index_slider_mobile {
		height: auto;
		max-height: none;
	}
        
        .index_slider .owl-dots {
            bottom: 15px;
        }

	/*#pagination {
		bottom: 15px;
	}*/

	.category_banner {
		height: auto;
	}

	.prod_item {
		margin-right: 2%;
	}

	.prod_item_btns .btn {
		width: 100%;
		margin-bottom: 5px;
	}

	.prod_item_btns .btn:last-child {
		margin-bottom: 0;
	}

	#pictures {
        margin-top: 20px;
        padding: 15px 60px;
    }
    
    #pictures .next, 
    #pictures .prev {
        width: 55px;
    }

	.member_photos,
	.member_photos li {
		height: 250px;
	}

	.ni_img {
		padding-right: 20px;
	}

	.prod_cell,
	.size_holder {
		width: 25%;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.price_holder {
		width: 50%;
		padding-right: 0;
	}

	.info_txt_box.mobile100 {
		width: 100%;
		max-width: none;
	}

	.login_tabs li a {
		padding: 0 10px;
		font-size: 32px;
		height: 150px;
		line-height: 150px;
	}

	.map_left {
		width: 100%;
		margin-top: 20px;
	}

	.map_right {
		float: left;
		width: 100%;
		height: 400px;
	}

	.mr_item {
		width: 30%;
		margin-right: 2%;
	}

	.pd_lefcol {
		width: 60%;
	}

	.pd_avatar {
		width: 35%
	}

	.mydog_img_box {
		width: 40%;
		margin-right: 2%;
	}

	.upload_picture {
		width: 58%;
	}

	.mdib_img {
		width: 50%;
	}

	.mdib_info {
		width: 50%;
	}

	.mydog_box .btn_sub {
		padding: 15px;
	}


}

@media (max-width: 1024px) {
	.prod_item_img {
		height: 200px;
		line-height: 200px;
	}

	.prod_item_row .qty_select {
		padding-left: 5px;
	}

	.member_photos,
	.member_photos li {
		height: 195px;
	}

	.fcol_title {
		margin-bottom: 20px;
	}

	.copyrights {
		padding: 20px 0;
	}

	.nomobile1024 {
		display: none;
	}

	.cart_table th {
		padding: 10px;
	}

	.cart_table td {
		padding: 10px;
		line-height: 1.2em;
	}

	.cart_table td a {
		font-size: 13px;
	}

	.cart_table td select {
		min-width: 70px;
		padding-left: 5px;
		padding-right: 20px;
	}

	.cart_lbl_radio {
		margin-top: 30px;
	}

	.cart_lbl_radio .sqr_check {
		position: absolute;
		float: none;
		width: 100%;
		top: 0;
		left: 0;
		margin-left: 0;
		
	}

	.cart_lbl_radio .input_text {
		width: 100%;
		margin-right: 0;
	}

	.cart_tabs_holder label,
	.cart_tabs_holder .input_text {
		width: 100%;
	}

	.btn_sub_order {
		font-size: 26px;
		line-height: 36px;
	}

	.gallery_item {
	 	width: 32%;
	 }

	.gallery_item a {
		width: 100%;
		height: 240px;
	}

	.login_tabs li a {
		height: 100px;
		line-height: 100px;
		font-size: 22px;
	}

	.pd_history_tbl th,
	.pd_history_tbl td {
		padding: 10px;
	}

	.pd_history_tbl th,
	.pd_history_tbl td {
		font-size: 14px;
		line-height: 20px;
	}

	.mydog_title {
		font-size: 40px;
		line-height: 50px;
	}
}

@media (max-width: 960px) {
	.cat_title a {
		font-size: 12px;
		line-height: 22px;
	}

	.cart_lbl_radio .col {
		width: 100%;
		max-width: none;
		padding-right: 0;
		text-align: center;
	}

	.cart_lbl_radio .col:last-child {
		margin-top: 5px;
	}

	.cart_lbl_radio .input_text {
		width: 70px;
		margin-right: 2%;
	}

}

@media (max-width: 900px) {
	.topmenu .lvl-1 > a {
		padding: 0 18px;
		font-size: 12px;
	}

	.login_tabs li a {
		font-size: 18px;
	}
        

        .prod_info_box .prod_title {
            font-size: 18px;
        }
        
        .add_review_box .rating {
            font-size: 55px;
            line-height: 55px;
        }
        
        .big_stars_box .big_stars .fa {
            font-size: 18px;
            line-height: 18px;
        }



}

@media (max-width: 800px) {
	.topbar {
		padding: 20px 0 20px 0;
    	background-color: #f6f6f6;
	}

	.topbar_left .mobile_hidden,
	.topbar_right,
	.topmenu {
		display: none;
	}
    
/*    #menu {display: block;}*/

	.logo_mobile {
		width: 45%;
            padding-right: 20px;
	}

	.topbar_left {
		width: 55%;
		text-align: right;
	}

	.topbar_left .item {
		width: 100%;
		margin-right: 0;
	}

	.topbar_left .tbold,
	.topbar_left .tbold img {
		float: none;
		margin-right: 0
	}

	.topmenu_sec {
            height: 70px;
            margin-top: 0;
	}

	.mobile_header_buttons_sleket {
		display: inline-block;
	}

	.mini_cart {
		margin-top: 110px !important;
	    box-shadow: 0px 10px 2px rgba(0,0,0, .3);
	}

	.mini_cart.fixed {
		position: fixed;
	    top: 0;
	    margin-top: 80px !important;
	}
        
        .search_top_mobile {
            width: 96%;
        }

	.search_top_mobile.fixed {
	    position: fixed;
	    top: 70px;
	}
        
        .mc_items {
            float: left;
            width: 100%;
            height: 102px;
            overflow-y: scroll;
        }
        
        .mc_items::-webkit-scrollbar {
            -webkit-appearance: none;
        }

        .mc_items::-webkit-scrollbar:vertical {
            width: 10px;
        }

        .mc_items::-webkit-scrollbar-thumb {
            background-color: rgba(0, 0, 0, .3);
            border-radius: 10px;
            border: 2px solid #ffffff;
        }

        .mc_items::-webkit-scrollbar-track {
            border-radius: 10px;  
            background-color: #ffffff; 
        }
        
        .mc_row {
            padding-top: 5px;
            padding-bottom: 5px;
            padding-right: 40px;
            padding-left: 10px;
        }
        
        .mc_remove_item {
            right: 15px;
        }
        
         .mc_info {
            width: 140px;
        }
        
        .mc_title {
            max-height: 34px;
            font-size: 12px;
            overflow: hidden;
        }

	.prod_item {
		width: 30%;
	}

	.prod_item:nth-child(4n+4) {
		margin-right: 2%;
	}

	.cat_item {
		width: 47%;
	}

	.cat_item:nth-child(2n+2) {
		margin-right: 0;
	}

	.cat_title a {
		font-size: 15px;
	}

	.member_photos,
	.member_photos li {
		height: 155px;
	}

	.member_photos li {
		width: 32%;
	}

	.news_item {
    	width: 100%;
    	margin-right: 0;
    }

    .ni_img {
    	max-width: 225px;
    }

    .sec_subscribe span {
    	width: 100%;
    	margin-right: 0;
    	text-align: center;
    }

    .ci_logo {
    	width: 170px;
    	margin-right: 20px;
    }

    .ci_logo a {
    	width: 150px;
    	height: 150px;
    	line-height: 150px;
    	border-radius: 150px;
    }

    .add_review_box .rating_box {
		padding: 0 20px;
	}

	.cart_lbl_radio {
		width: 47%;
	}

	.gallery_item {
	 	width: 47%;
	 }

	 .login_box,
	 .register_box {
	 	width: 48%;
	 }

	 .login_form_box {
		padding: 35px 30px;
	}

	.personal_details {
		padding: 20px;
	}

	.pd_lefcol {
		width: 100%;
	}

	.pd_avatar {
		width: 100%;
                margin-right: 0;
	}
        
        .pd_rightcol {
            max-width: none;
        }
        
        .pd_rightcol .cell {
            width: 49%;
        }

	.pd_lefcol .input_text {
		margin-bottom: 5px;
	}

	.personal_details h4 {
		margin: 15px 0 20px 0;
	}
        
        .inner_msg {
            padding: 10px 20px;
            font-size: 15px;
            line-height: 25px;
        }  

}

@media (min-width: 800px) and (max-width: 1024px) {
	
}

@media (max-width: 700px) {
	.slider_mobile_hidden{
		display: none !important;
	}

	.slider_mobile_banner {
		display: block !important;
	}
	.category_banner {
		width: 100%;
		margin-right: 0;
	}

	.footer .container {
		text-align: left;
	}

	.fcol {
		width: 48%;
		max-width: none;
		margin-bottom: 30px;
	}

	.footer_separator {
		margin-bottom: 30px;
	}

	.prod_cell,
	.size_holder {
		width: 50%;
	}

	.price_holder {
		width: 100%;
	}

	.popup_review {
		width: 90%;
	}

	.add_review_box .rating_box {
		text-align: center;
	}

	.add_review_box .btn {
		width: 100%;
	}

	.btn_login_sub {
		width: 190px;
    	margin-right: 2%;
	}

	.cart_left,
	.cart_right {
		width: 100%;
		max-width: none;
	}

	.cart_right {
		margin-top: 20px;
	}

	.cart_col_log {
		width: 100%;
		margin-right: 0;
	}

	/*.cart_tab_nav {
		margin-left: -20px;
	}

	.cart_tab_nav li a {
		height: auto;
		padding: 10px;
		padding-left: 30px;
	}

	.cart_tab_nav li.current a {
		background: url(img/arrow_right.png) no-repeat 12px 55%;
	}

	.cart_tab_nav li:first-child a::after {
		display: none;
	}*/

	.cart_tabs_holder .cell {
		width: 48%;
		margin-right: 3%;
	}

	.cart_tabs_holder .cell:nth-child(2n+2) {
		margin-right: 0;
	}

	.login_box {
		width: 100%;
	}

	.register_box {
		float: left;
		width: 100%;
		padding: 0 30px;
	}

	.login_form_box {
		text-align: left;
	}

	.login_form_box .cell {
		width: 49%;
		margin-right: 2%;
	}

	.login_form_box .cell:nth-child(2n+2) {
		margin-right: 0;
	}

	.upload_picture {
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}

	.upload_picture .tcenter {
		text-align: left;
	}

	.mydog_img_box {
		width: 100%;
		margin-right: 0;
	}

	.register_box .input_text {
		width: 100%;
	}

	.register_box .input_text:nth-child(even) {
		float: left;
	}

	.register_box .inner .reg_select {
		width: 100%;
	}
        
         .prod_item .prod_title {
            font-size: 15px;
        }









}

@media (max-width: 700px) and (orientation: landscape) {

}

@media (max-width: 600px) {
	.sec_title {
		margin-bottom: 30px;
	}

	.sec_title.big_title {
		width: auto;
		text-align: left;
		font-size: 40px;
	}

	.page_big_title {
		font-size: 40px;
	}

	.prod_item {
		width: 48%;
	}

	.prod_item:nth-child(2n+2) {
		margin-right: 0;
	}

	.page_location li {
		font-size: 14px;
    	line-height: 20px;
	}

	.prod_tabs li a {
		padding: 15px 30px;
	}

	.select_rating .rating_btns {
		width: 100%;
		margin-top: 5px;
	}

	.add_review .w50 {
		width: 100%;
		margin-right: 0;
	}

	.review_comment {
		width: 100%;
	}

	.infopage_image {
		float: left;
		width: 100%;
		max-width: none;
    	margin-left: 0px;
    	text-align: center;
	}

	.info_txt_box {
		width: 100%;
		max-width: none;
	}

	.mr_item {
		width: 47%;
	}

	.pd_history_tbl th {
		display: none;
	}

	.pd_history_tbl td {
		display: block;
		width: 100%;
		padding: 10px;
	}

	.pd_history_tbl td::before {
		display: inline-block;
		content: attr(data-th)": ";
		width: 100px;
		padding-right: 10px;
		font-size: 13px;
		color: #270369;
		font-weight: 700;
		vertical-align: middle;
	}

	.pd_history_tbl td.btns_box::before {
		display: none;
	}

	.btn_quick_shop {
		margin-left: 110px;
	}
        
        

	



}

@media (max-width: 568px) {

}

@media (max-width: 500px) {
    .topbar {
        padding: 20px 0 10px 0;
    }
    .logo_mobile {
        width: 37%;
        padding-right: 15px;
    }
    .topbar_left {
        width: 63%;
        font-size: 11px;
    }



}

@media (max-width: 480px) {
	.member_photos li {
		width: 49%
	}

	.subscribe_input {
		width: 100%;
		margin-right: 0;
	}

	.copyrights .container {
		text-align: center;
	}

	.cart_table td img {
		max-width: 50px;
	}

	.cart_lbl_radio {
		width: 100%;
		margin-right: 0;
	}

	.cart_lbl_radio .col:last-child {
		margin-top: 0;
	}

	.cart_lbl_radio .col {
		float: left;
		width: auto;
		max-width: 50%;
		padding-right: 25px;
		text-align: left;
	}

	.cart_tabs_holder .cell {
   		width: 100%;
   	}

	.gallery_item a {
		height: 200px;
	}

	.login_form_box {
		text-align: center;
	}

	.login_form_box .cell {
		width: 100%;
		margin-right: 0;
	}

	.btn_login_sub {
		width: 100%;
		margin-right: 0;
	}

	.pd_lefcol .cell {
		width: 100%;
		margin-bottom: 5px;
	}

	.mdib_img {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}

	.mdib_info {
		width: 100%;
	}

	.mdib_img .text_holder {
		text-align: left;
	}

	.mdib_info .title {
		margin: 15px 0 20px 0;
	}

}

@media (max-width: 420px) {
	.sec_title {
		width: 100%;
		font-size: 26px;
		text-align: center;
	}

	.page_title {
		font-size: 26px;
		line-height: 32px;
	}

	.btn_all_prod {
		width: 100%;
	}

	.btn_gallery {
		float: none;
	}

	.prod_item_btns .btn {
		font-size: 13px;
	}

	.prod_item_btns .btn_to_cart {
		padding-left: 30px;
		background-position: 10px 50%;
	}

	.why_fish_title {
		font-size: 30px;
		line-height: 34px;
	}

	.sec_purple .btn {
		width: 100%;
	}

	.cat_item {
		width: 100%;
		margin-right: 0;
	}

	#pictures::after {
        display: none;
    }

    #pictures li:nth-child(2)::before,
    #pictures li:nth-last-child(2)::before {
        display: none;
    }

    .ni_img {
    	width: 100%;
    	max-width: none;
    	padding-right: 0;
    }

    .ni_content {
    	width: 100%;
    	margin-top: 30px;
    }

    .fcol {
    	width: 100%;
    	padding: 0;
    	text-align: center;
    }

    .fcol:last-child {
        margin-bottom: 0;
    }
        
    .footer_separator {
        display: none;
   }

   .prod_images {
   		width: 100%;
   }

   .prod_info_box {
	   	float: left;
	   	width: 100%;
	   	margin-top: 60px;
   }

   .prod_tabs li a {
   		padding: 15px 10px;
   }

   .prod_tabs_holder {
   		padding: 20px;
   }

   .topbar_cart {
   		padding-bottom: 17px;
   }

   .topbar_cart .container {
   		text-align: center;
   }

   .logo_cart {
   		display: block;
   		float: none;
   }

   .topbar_cart .btn {
   		float: none;
   }

   .nomobile420 {
   		display: none;
   }

   .cart_lbl_radio .input_text {
   		width: 100%;
   }

   .gallery_item {
   		width: 100%;
   }

   .gallery_item a {
   		height: 260px;
   }

   .login_tabs li a {
   		font-size: 15px;
   }

   .mr_item {
	   	width: 100%;
	   	margin-right: 0;
   }


}

@media (max-width: 360px) {

}


.untill_free_text {
    font-weight: bold;
    color: #49A94D;
}




























