/*==============================================
[Main stylesheet style.css]

Author:	Aabed Arjmand
Version:	1.0
Template:	HICH BIO
================================================*/
/*
[Table of Contents]

1. RESET
2. GENERAL
3. H TITLES
4. HEADER AND HEADER NAVIGATION
5. CUSTOM BUTTONS
6. LEFT AND RIGHT SLIDE PANELS
    6-1. USER ACCOUNT SIDEBAR RIGHT
    6-2. MAIN NAVIGATION SIDEBAR LEFT
7. PAGES LAYOUT GENERAL
    7-1. SWIPE SLIDER
    7-2. FEATURED LISTS
    7-3. TEAM DESIGN LAYOUT
    7-4. MUSIC LIST DESIGN LAYOUT
8. POPUPS
9. SHOP LAYOUT
     9-1. SHOP ITEM PAGE 
     9-2. SHOPPING CART - CECKOUT
     9-3. SUCCESS PAGE
10. PHOTO GALLERY
11. BLOG LAYOUT
12. FORMS
      12.1 LOGIN FORM
      12.2 CONTACT FORM
13. TABS / ACCORDION / TABLES
14. MEDIA QUERIES
*/
/*===============================================*/
/* 1. RESET		 						 */
/*===============================================*/
@import "css/reset.css";

/*===============================================*/
/* 2. GENERAL		 						 */
/*===============================================*/	
html,
body {
position: relative;
height: 100%;
width: 100%;
overflow-x: hidden;
}
body {
    font-family: hichcm;
margin: 0;
padding: 0;
color: #232323;
font-size: 14px;
line-height: 1.4;
width: 100%;
-webkit-text-size-adjust: 100%;
overflow: hidden;
font-weight:300;
}
.clear{ 
clear:both; 
display:block;
}
.clearleft{ 
clear:both; 
float:left; 
display:block;
}
a {
text-decoration: none;
color: #484848;
}
p{
padding:0px;
margin:0px;
line-height:20px;
}
blockquote{
background:#dfe0e3;
padding:20px;
margin:0 0 20px 0;
font-size:22px;
line-height:30px;
font-weight:300;
}
blockquote span{
display:block;
color:#222222;
font-weight:700;
font-size:18px;
text-transform:uppercase;
line-height:30px;
}
.videocontainer{
max-width:100%; 
padding:0; 
display: block; 
margin:0;
}
#mobile_wrap{
width:100%;
margin:auto;
}
.info_popup{
width:90%;
padding:10px 2%;
position:fixed;
bottom:30px;
left:3%;
font-size:12px;
z-index:999999;
background-color:#000;
color:#fff;
font-weight:300;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.info_popup:before{
content:"";
position:absolute;
bottom:-15px;
left:45%;
border-width:15px 15px 0 15px;
border-style:solid;
border-color:#000 transparent;
display:block;
width:0;
}
.info_popup h2{
width:100%;
text-align:center;
color:#fff;
font-size:18px;
font-weight:700;
letter-spacing:-0.2px;
padding:0;
margin:0px;
}
.info_popup h3{
width:100%;
text-align:center;
color:#fff;
font-size:13px;
font-weight:700;
letter-spacing:-0.2px;
padding:0 0 5px 0;
margin:0px;
}
.info_popup p{
text-align:center;
line-height:16px;
}
.info_popup i{
text-align:center;
line-height:16px;
width:100%;
display:block;
font-style:italic;
padding:0 0 10px 0;
color:#ddd;
}
.info_popup span{
font-weight:700;
}
.close_info_popup{
position:absolute;
top:0px;
right:-30px;
z-index:9999999;
cursor:pointer;
}
.close_info_popup img{
display:block;
width:50%;
}

@font-face {
    font-family: hichcm;
    src: url(fonts/Estedad-FD-Medium.eot);
    src: url(fonts/Estedad-FD-Medium.eot?#iefix) format("embedded-opentype"), url(fonts/Estedad-FD-Medium.woff2) format("woff2"), url(fonts/Estedad-FD-Medium.woff) format("woff"),
        url(fonts/Estedad-FD-Medium.svg#Estedad-FD-Medium) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/*===============================================*/
/* 3. H TITLES		 						 */
/*===============================================*/	
h1, h2, h3, h4, h5, h6{
	font-weight:300;
	letter-spacing:-0.5px;
	color:#232323;
	padding:0 0 20px 0;
	margin:0;
}
h1{
	font-size:60px;
	
}
h2{
	font-size:26px;
}
h3{
	font-size:22px;
}
h4{
	font-size:20px;
}
h5{
	font-size:18px;
}
h6{
	font-size:16px;
}
h2.page_title{
width:90%;
font-size:20px;
line-height:25px;
font-weight:300;
padding:20px 0 15px 0;
margin:0px 4% 15px 4%;
border-bottom:1px #f0f0f0 solid;
display:inline-block;
letter-spacing:-0.5px;
}
h2.page_title span{
font-size:12px;
font-weight:700;
letter-spacing:0.5px;
background-color:#0be0af;
padding:5px;
margin:0 0 0 5px;
}
h2.blog_title{
width:90%;
font-size:24px;
line-height:28px;
font-weight:300;
padding:10px 0 15px 0;
margin:0px 5% 15px 5%;
border-bottom:1px #f0f0f0 solid;
display:inline-block;
letter-spacing:-0.5px;
}
h3.page_subtitle{
width:95%;
font-size:16px;
line-height:25px;
font-weight:300;
padding:10px 0 10px 5%;
margin:0px 0 15px 0;
background-color:#0be0af;
display:inline-block;
letter-spacing:-0.5px;
}
/*===============================================*/
/* 4. HEADER AND HEADER NAVIGATION */
/*===============================================*/
.navbarpages{
position: fixed;
top:0;
left:0;
width:100%;
height:70px;
z-index:999999;
}
/* HEADER LEFT */	
.navbar_left{
float:left;
width:40%;
padding:0 0 0 2%;
}
.navbar_left a img{
display:inline-block;
max-width:100%;
padding:8px 0 0 0;
}
.logo_text{ 
font-size:34px;
line-height:70px;
font-weight:900;
}
.logo_text a{
color:#ffffff;
}
.logo_text a span{ 
color:#0be0af;
}
.logo_image a img{ 
display:inline-block;
max-width:17%;
padding:23px 0 0 0;
}
/* HEADER CENTER */	
.navbar_center{
float:left;
width:46%;
padding:0;
text-align:center;
}
.navbar_center h2{
padding:0px;
margin:0px;
line-height:70px;
font-size:16px;
font-weight:300;
}
.navbar_center h2 a{
display:inline-block;
color:#FFFFFF;
}
/* HEADER RIGHT */	
.navbar_right{
float:right;
width:55px;
height:55px;
text-align:center;
margin:10px 0 0 0;
position:relative;
}
.navbar_right.navbar_right_menu{
padding-right:2%;
}
.navbar_right span{
position:absolute;
top:5px;
right:0;
font-size:10px;
width:15px;
height:15px;
background-color:#ff1d2b;
color:#fff;
-webkit-border-radius:50%; 
-moz-border-radius:50%;  
border-radius:50%; 
text-align:center;
line-height:15px;
-webkit-box-shadow: 0px 0px 4px 0px #303030; 
-moz-box-shadow:    0px 0px 4px 0px #303030;
box-shadow:         0px 0px 4px 0px #303030; 
}
.navbar_right img{
display:inline-block;
max-width:55%;
padding:12px 0 0 0;
}
.navbarpages.navbarpagesbg{
background-color:#ff1d2b;	
}
/*===============================================*/
/* 5. CUSTOM BUTTONS */
/*===============================================*/	
a.button_full{
width:100%; 
display:inline-block;
padding:20px 0;
margin:0 auto 20px auto;
font-size:18px;
text-align:center;
}
a.button_small{
background-color:#0be0af; 
display:inline-block;
color:#222222; 
padding:10px 20px;
text-align:center;
-webkit-appearance: none;
}
.button {
border: none;
color: #222222;
text-decoration: none;
text-align: center;
display: block;
border-radius: 0px 0px 0px 0px;
line-height: 38px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
background: none;
padding: 0 10px;
margin: 0;
height:40px;
white-space: nowrap;
position: relative;
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
font-family: inherit;
cursor: pointer;
background-color:#f7f7f7;
}
.button.active {
background: #0be0af;
color: #222222;
}
.buttons-row .button:first-child {
	border-radius: 0px 0px 0px 0px;
	border-left-width: 0px;
}
.buttons-row .button:last-child {
	border-radius: 0px 0px 0px 0px;
}
.btyellow{
background-color:#0be0af;
color:#222222; 
}
.btmint{
background-color:#61bb7e;
color:#fff;
}
/*===============================================*/
/* 6. LEFT AND RIGHT SLIDE PANELS */
/*===============================================*/	
.panel {
z-index: 1000;
display: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow: auto;
-webkit-overflow-scrolling: touch;
position: absolute;
width: 300px;
top: 0;
height: 100%;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition-duration: 400ms;
transition-duration: 400ms;
color:#222222;
}
.panel-left, .pagepanel{
background-color:#fff;
}
.panel-right{
background-color:#fff;
}

/* 6-1. USER ACCOUNT SIDEBAR RIGHT */

.user_login_info{
padding:0px;
}
.user_thumb{
width:100%;
margin:auto;
position:relative;
}
.user_thumb img{
display:block;
max-width:100%;
z-index:777;
}
.user_details{
position:absolute;
bottom:0px;
left:0px;
width:100%;
height:132px;
z-index:888;
background:url(images/trans_black_gradient.png) repeat-x;
}
.user_details p{
padding:70px 0 0 10px;
text-align:left;
font-size:14px;
color:#eee;
}
.user_details p span{
display:block;
font-size:22px;
padding:5px 0 0 0;
color:#ffffff;
}
.user_avatar{
z-index:999;
position:absolute;
bottom:15px;
right:15px;
width:25%;
}
.user_avatar img{
display:block;
max-width:100%;
margin:10px 0 0 0;
border-radius:12px;
}
.user-nav{
padding:20px 5% 0 5%;
width:90%;
}
.user-nav ul{
width:100%;
list-style:none;
padding:0px;
margin:0px;
display:block;
}
.user-nav ul li{
width:90%;
list-style:none;
padding:5px 0 10px 0;
margin:0 0 0 5%;
display:inline-block;
text-align:right;
direction: rtl;
border-bottom: 1px #dcdcdc dashed;
}
.user-nav ul li img{
display:inline-block;
max-width:9%;
float:right;
margin-left:10px
}
.user-nav ul li span{
display:block;
float:right;
text-align:right;
padding:0px;
line-height: 24px;

}
.user-nav ul li strong{
display:block;
float:right;
text-align:left;
margin:0 5px 0 0;
width:30px;
height:30px;
line-height:30px;
text-align:center;
-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;
background-color:#eaca02;
color:#ff1d2b;
}
.user-nav ul li a{
font-size:14px;

color:#111;
}

/* 6-2. MAIN NAVIGATION SIDEBAR LEFT */

/* NAVIGATION STYLE UNDERLINE */
.main_nav_underline{
padding:10px 1%;
width:98%;
float:left;
clear:both;
}
.main_nav_underline ul{
width:96%;
list-style:none;
padding:0 0 60px 0;
margin:0 auto;
display:block;
}
.main_nav_underline ul li{
width:96%;
list-style:none;
padding:5px 0 10px 0;
margin:0 2%;
display:block;
float:left;
clear:both;
text-align:left;
border-bottom:1px #fd4854 solid;
}
.main_nav_underline ul li.subnav{
background:url(images/subnav_white.png) no-repeat right top;
}
.main_nav_underline ul li img{
display:inline-block;
max-width:8%;
float:left;
opacity:0.8;
margin:5px 0 0 0;
}
.main_nav_underline  ul li span{
display:block;
float:left;
text-align:left;
padding:5px 0 0 20px;
}
.main_nav_underline ul li a{
width:96%;
float:left;
clear:both;
display:block;
font-size:14px;
font-weight:300;
color:#d1d7ff;
line-height:20px;
}
/* NAVIGATION STYLE 2 ICONS ON ONE ROW WITH BORDER */

.main_nav_icons_inline_2{
padding:0px;
width:100%;
}
.main_nav_icons_inline_2 ul{
width:90%;
list-style:none;
padding:0px;
margin:5%;
display:block;
float:left;
clear:both;
}
.main_nav_icons_inline_2 ul li{
width:44%;
list-style:none;
padding:25px 2%;
display:inline-block;
float:left;
text-align:center;
border-bottom:1px #fd4854 solid;
border-right:1px #fd4854 solid;
}
.main_nav_icons_inline_2 ul li:nth-child(2n) {
border-right:none;
}
.main_nav_icons_inline_2 ul li:last-child, .main_nav_icons_inline_2 ul li:nth-last-child(2) {
border-bottom:none;
}
.main_nav_icons_inline_2 ul li img{
display:inline-block;
max-width:25%;
}
.main_nav_icons_inline_2 ul li span{
display:block;
text-align:center;
padding:5px 0 0 0;
}
.main_nav_icons_inline_2 ul li a{
font-size:10px;
font-weight:400;
color:#fff;
letter-spacing:1px;
text-transform:uppercase;
}
.main_nav_icons_inline_2 ul li.subnav{
background:url(images/subnav_white.png) no-repeat right top;
}

/* NAVIGATION STYLE 2 ICONS ON ONE ROW WITH BORDER */
.main_nav_icons_inline_3{
padding:0px;
width:100%;
}
.main_nav_icons_inline_3 ul{
width:90%;
list-style:none;
padding:0px;
margin:5%;
display:block;
float:left;
clear:both;
}
.main_nav_icons_inline_3 ul li{
width:33%;
list-style:none;
padding:15px 0;
display:inline-block;
float:left;
text-align:center;
border-bottom:1px #fd4854 solid;
border-right:1px #fd4854 solid;
}
.main_nav_icons_inline_3 ul li:nth-child(3n) {
border-right:none;
}
.main_nav_icons_inline_3 ul li:last-child, .main_nav_icons_inline_3 ul li:nth-last-child(2), .main_nav_icons_inline_3 ul li:nth-last-child(3) {
border-bottom:none;
}
.main_nav_icons_inline_3 ul li img{
display:inline-block;
max-width:35%;
}
.main_nav_icons_inline_3 ul li span{
display:block;
text-align:center;
padding:0 0 0 0;
letter-spacing:0.5px;
}
.main_nav_icons_inline_3 ul li a{
font-size:8px;
font-weight:400;
color:#fff;
text-transform:uppercase;
}
.main_nav_icons_inline_3 ul li.subnav{
background:url(images/subnav_white.png) no-repeat right top;
}



.subnav_header{
width:90%;
margin:0;
float:left;
clear:both;
padding:10px 5%;
background-color:#dc0c19;
}
.subnav_header a{
display:block;
width:100%;
color:#d1d7ff;
}
.subnav_header a img{
display:inline-block;
max-width:8%;
float:left;
opacity:0.8;
margin:5px 0 0 0;
}
.subnav_header a span{
display:block;
float:left;
text-align:left;
padding:5px 0 0 20px;
}

.tc { text-align: center; }
/*===============================================*/
/* 7. PAGES LAYOUT GENERAL */
/*===============================================*/	
.homepage{
background-color:#000;
}
#pages_maincontent{
width:100%;
padding:0 0 30px 0;
margin:0px;
position: absolute; 
top: 70px; 
left: 0; 
right: 0; 
bottom: 0px;
overflow: scroll; 
-webkit-overflow-scrolling: touch;
}
#pages_maincontent.chat{
	bottom: 50px;
}
#pages_maincontent p{
padding:0 0 15px 0;
margin:0px;
clear:both;
}
#pages_maincontent img{
display:block;
max-width:100%;
}
.layout_fullwidth{
width:100%;
}
.layout_fullwidth_padding{
width:90%;
margin:0 5%;
}
.page_single ul.simple_list{
padding:0px 0 20px 10px;
margin:0px;
list-style:none;
}
.page_single ul.simple_list li{
margin:0 0 10px 0;
padding:0 0 0 20px;
background:url(images/bullet.png) no-repeat left;
}


.bottom_menu_open{
position: fixed;
bottom:0px;
right:0px;
overflow: hidden;
z-index: 999999;
height:60px;
background-color:#0be0af;	
width:20%;
}
.bottom_menu_open a{
display:block;
width:100%;
text-align:center;
padding:0;

}
.bottom_menu_open a img{
display:inline-block;
max-width:10%;
padding:10px 0 0 0;
}
/* 7-1. SWIPE SLIDER */

.swiper-container {
height:100%;
}
.swiper-container-pages {
height: auto;
margin: 0 auto 20px auto;
position: relative;
overflow: hidden;
/* Fix of Webkit flickering */
z-index: 1;
}
.swiper-container-team {
height: auto;
margin: 0 auto 20px auto;
position: relative;
overflow: hidden;
/* Fix of Webkit flickering */
z-index: 1;
}
.swiper-container-toolbar {
width:98%;
padding:0 0 1% 0;
height: auto;
margin:0 1%;
position: fixed;
bottom:0;
left:0px;
overflow: hidden;
z-index: 999999;
height:auto;
}
.swiper-slide {
width:100%;
text-align:left;
-webkit-background-size: 100%; 
-moz-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover; 
background-size: cover;
background-position:center center;
box-sizing: border-box;
padding:15px;
}
.toolbar-icon a{
display:block;
width:14.4%;
margin:1.1%;
padding:1% 0;
float:left;
height:auto;
text-align:center;
background-color:#fff;
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 
}
.toolbar-icon a img{
display:block;
max-width:30%;
margin:0 auto 10px auto;
text-align:center;
}
.toolbar-icon a span{
    color: #111;
    font-weight: 400;
    font-size: 15px;
    display: block;

}
.slider_trans{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
z-index:9999;

}
.slider-caption{
position:absolute;
bottom:0;
left:0px;
z-index:99999;
padding:0 2%;
}
.slidertoolbar .slider-caption{
bottom:60%;	
}
.slider-caption h2{
width:100%;
display:block;
padding:0px;
margin:2px 0 5px 0;
font-size:38px;
font-weight:900;
letter-spacing:-1px;
color:#fff;
line-height:50px;
} 
.slider-caption span.subtitle{
width:100%;
margin:0;
font-size:12px;
padding:5px;
font-weight:300;
color:#fff;
background-color:#ff1d2b;
display:inline;
} 
.slider-caption p{
color:#ffffff;
font-size:18px;
line-height:22px;
}
.swiper-container > .swiper-pagination {
bottom: 5%;
left: 0;
width: 95%;
}
.slidertoolbar > .swiper-pagination {
bottom: 22%;
left: 2%;
width: 95%;
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border:1px solid #fff;
  background:none;
  opacity: 0.5;
-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 2px;
}
.swiper-container-pages > .swiper-pagination {
bottom: 5%;
left: 5%;
width: 95%;
}
.swiper-container .swiper-pagination-bullet-active {
opacity: 1;
 border:1px solid #ff1d2b;
}
.swiper-container-pages .swiper-pagination-bullet-active {
opacity: 1;
background: #ff1d2b;
}
.swiper-pagination-toolbar{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
text-align:center;
}
.swiper-container-toolbar .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #000;
  opacity: 0.2;
  margin:0 2px;
  border:none;
}
.swiper-container-toolbar .swiper-pagination-bullet-active {
opacity: 1;
background: #000;
}
.swiper-pagination-team, .swiper-pagination-teambigger{
width: 100%;
text-align:center;
}
.swiper-container-team .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #000;
  opacity: 0.2;
  margin:0 2px;
}
.swiper-container-team .swiper-pagination-bullet-active {
opacity: 1;
background: #000;
}
.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top:auto;
	-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;
}
.swiper-button-next{
	background:url(images/nav-next.png) no-repeat center #ff1d2b; 
	width: 40px;
    height: 40px;
	bottom:22%;
	right:2.5%;
}
.swiper-button-prev{
	background:url(images/nav-prev.png) no-repeat center #ff1d2b; 
	width: 40px;
    height: 40px;
	bottom:22%;
	right:6%;
	left:auto;
}
.swiper-container-pages .swiper-button-next{
	bottom:6%;
}
.swiper-container-pages .swiper-button-prev{
	bottom:6%;
}



/*===============================================*/
/* 14. MEDIA QUERIES */
/*===============================================*/	
/* -------------SMALL DESKTOP--------- */
@media screen and (max-width: 1200px) {
.logo_image a img{ 
max-width:22%;
padding:25px 0 0 0;
}
.bottombarpages{
height:70px;
}
.gallery_switch a{
width:8%;
padding:0px;
}
.gallery_switch a img{
max-width:60%;
}
.bottom_menu_open a img{
max-width:20%;
}
.swiper-button-prev{
	right:10%;
}
}
/* -------------TABLET PORTRAIT--------- */
@media screen and (max-width: 780px) {
.navbarpages{
height:60px;
}
#pages_maincontent{
top: 60px; 
}
.logo_image a img{ 
max-width:30%;
padding:22px 0 0 0;
}
blockquote{
font-size:15px;
line-height:22px;
}
blockquote span{
font-size:14px;
line-height:22px;
} 
ul.features_list li{
width:96%;
clear:both;
font-size:14px;
padding:0 2% 15px 2%;
margin:0 0 15px 0;
}
ul.features_list li:nth-child(even){
float:left;
}
ul.features_list li span{
padding:2% 0 0 5%;
font-weight:700;
}
ul.features_list_detailed li{
width:96%;
clear:both;
padding:10px 2%;
}
ul.features_list_detailed li .feat_small_details h4{
font-size:16px;
}
a.button_full{
padding:10px 0;
}
.bottombarpages{
height:60px;
}
.gallery_switch a{
width:8%;
padding:0px;
}
.gallery_switch a img{
max-width:60%;
}
.slidertoolbar .slider-caption{
bottom:40%;	
}
.swiper-container {
height: 50%;
}
.toolbar-icon a{
    width: 48%;
    margin: 1%;
    padding: 5% 0;
}

}
/* -----------------MOBILE---------------- */
@media screen and (max-width: 680px) {

/* 5.1 TOP NAVIGATION AND HEADER */
.navbarpages{
height:50px;
background: rgb(0 0 0 / 70%);
    padding: 5px 10px;
    box-sizing: border-box;
}
.navbar_left{
padding:0 0 0 4%;
}
.navbar_right{
width:40px;
height:40px;
margin:0;
}
.logo_text{ 
font-size:22px;
line-height:50px;
}
.logo_image a img{ 
max-width:50%;
padding:17px 0 0 0;
}

/* HEADER RIGHT */	
#pages_maincontent{
top: 50px; 
}

/* PANEL RIGHT AND LEFT */
.panel {
width: 85%;
}
.panel.panel-left.panel-cover {
  left: -85%;
}
.panel.panel-left.panel-reveal {
  left: -85%;
}
.panel.panel-right.panel-cover {
  right: -85%;
}
.panel.panel-right.panel-reveal {
  right: -85%;
}
body.with-panel-left-reveal .views {
  -webkit-transform: translate3d(85%, 0, 0);
  transform: translate3d(85%, 0, 0);
}
body.with-panel-left-reveal .panel-overlay {
  margin-left: 85%;
}
body.with-panel-left-cover .panel-left {
  -webkit-transform: translate3d(85%, 0, 0);
  transform: translate3d(85%, 0, 0);
}
body.with-panel-right-reveal .views {
  -webkit-transform: translate3d(-85%, 0, 0);
  transform: translate3d(-85%, 0, 0);
}
body.with-panel-right-reveal .panel-overlay {
  margin-left: -85%;
}
body.with-panel-right-cover .panel-right {
  -webkit-transform: translate3d(-85%, 0, 0);
  transform: translate3d(-85%, 0, 0);
}
h2.page_title{
font-size:16px;
line-height:25px;
font-weight:400;
padding:5px 0;
}

.swiper-container-toolbar {
padding:0 0 5% 0;
}
.slider-caption{
padding:0 4%;
}
.slider-caption h2{
font-size:24px;
line-height:30px;
} 
.slider-caption p{
font-size:14px;
line-height:18px;
}

.swiper-button-next{
	width: 21px;
    height: 21px;
	bottom:22%;
	right:3%;
}
.swiper-button-prev{ 
	width: 21px;
    height: 21px;
	bottom:22%;
	right:12%;
	left:auto;
}
.slidertoolbar > .swiper-pagination {
left: 3%;
}
.content-block {
padding:25px 5%;
}
.bottombarpages{
height:50px;
}
.gallery_switch a{
width:10%;
padding:0px;
}
.gallery_switch a img{
max-width:60%;
}
.bottom_menu_open a img{
max-width:40%;
}
}
/* -----------------SMALL MOBILE---------------- */
@media screen and (max-width: 470px) {
.logo_image a img{ 
display:inline-block;
max-width:60%;
padding:17px 0 0 0;
}	
.gallery_switch a{
width:8%;
padding:0px 5px;
}
.gallery_switch a img{
max-width:100%;
}
.bottom_menu_open a img{
max-width:45%;
padding:13px 0 0 0;
}
.swiper-button-prev{
	right:15%;
}
}
/* -----------------SMALLER MOBILE---------------- */
@media screen and (max-width: 360px) {	
.gallery_switch a{
width:10%;
padding:0px 3px;
}
.bottom_menu_open a img{
max-width:50%;
padding:15px 0 0 0;
}
}
