/*
 Theme Name:     twentysixteen Child Theme
 Theme URI:      
 Description:    A bare-bones child theme for use with twentysixteen Theme from <a href="https://wordpress.org/">Wordpress</a>. To use this Child Theme, you must have <a href="https://wordpress.org/themes/twentysixteen/">twentysixteen</a> parent theme installed.
 Author:         Nightbirds Solutions
 Author URI:    
 Template:       twentysixteen
 Version:        1.0.0
*/

/* = My Styles
------------------------------------------------------------------------------------------------------------ */

body {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	background: #fff;
}

body, 
button, 
input, 
select, 
textarea {
	font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

body:after,
body:before {
	display: none !important;
}

a {
	color: #68a2ae;
	box-shadow: none;
	text-decoration: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover,
a:focus {
	color: #333;
}


p {
	margin: 0 0 24px;
}

h1, h2, h3, h4, h5 {
	font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	margin: 0 0 24px;
}

.entry-header, 
.entry-summary,
.entry-content, 
.entry-footer, 
.page-content {
	margin-left: 0;
	margin-right: 0;
}

.clear {
	width: 100%;
	display: block;
	clear: both;
}

.site-inner,
.my-container {
	max-width: 1150px;
	display: block;
	clear: both;
	margin: 0 auto;
}

#my-header {
	width: 100%;
	display: block;
	clear: both;
	padding: 15px 0;
	margin: 0 0 6px;
	background: #68a2ae;
	box-shadow: 0 2px 5px #999;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

#my-header .my-container {
	margin: 0px 0px 0px 19%;
 }

#my-logo {
	max-width: 25%;
	display: block;
	float: left;
	margin: 0;
}

#my-logo img {
	max-width: 100%;
	display: block;
	margin: 0;
}

#my-logo h1 {
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	font-weight: bold;
	margin: 0;
}

#my-logo h1 a {
	color: #fff;
	text-decoration: none;
}

#my-navi {
	width: 73%;
	float: right;
	display: block;
	margin: 40px 0 0;
	position: relative;
	padding-right: 40px;
	box-sizing: border-box;
}

#mob-menu {
	display: none;
}

#my-navi .main-navigation .primary-menu {
	list-style: outside none;
	margin: 0;
	padding: 0;
	text-align: right;
}

#my-navi .main-navigation .primary-menu > li {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 30px;
}

#my-navi .main-navigation a {
	font-size: 13px;
	line-height: 22px;
	color: #fff;
	font-weight: 500;
	padding: 0 0 15px;
	text-transform: uppercase;
	position: relative;
	font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

#my-navi .main-navigation li a:before {
	content: "";
	width: 0;
	position: absolute;
	left: 50%;
	top: 100%;
	border-top: 2px solid transparent;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#my-navi .main-navigation li:hover a:before {
	width: 70%;
	left: 15%;
	border-color: #fff;
}

#my-navi .main-navigation ul .menu-item-has-children > a {
	padding-right: 20px;
}

.main-navigation .menu-item-has-children > a:after {
	position: absolute;
	top: 4px;
	right: 0;
}

#my-navi .main-navigation a:focus,
#my-navi .main-navigation a:hover {
	color: #AFEBF7;
}

#my-navi .main-navigation .current-menu-item > a, 
#my-navi .main-navigation .current-menu-ancestor > a {
	color: #AFEBF7;
}

#my-navi .main-navigation .primary-menu > li.menu-phone {
	vertical-align: middle;
}

#my-navi .main-navigation .primary-menu > li.menu-phone a {
	color: #444342;
	padding: 4px 10px 4px 25px;
	background-color: #fff;
	background-image: url('/wp-content/uploads/2016/07/top-phone-icon.jpg');
	background-repeat: no-repeat;
	background-position: 10px 11px;
	cursor: unset;
}

.main-navigation ul ul:before,
.main-navigation ul ul:after {
	border-style: solid;
	content: "";
	position: absolute;
}

.main-navigation ul ul:before {
	border-color: #fff transparent;
	border-width: 0 10px 10px;
	right: auto;
	left: 9px;
	top: -10px;
}

.main-navigation ul ul:after {
	border-color: #68A2AE transparent;
	border-width: 0 8px 8px;
	right: auto;
	left: 11px;
	top: -8px;
}

#my-navi .main-navigation ul ul {
	text-align: left;
	border: 1px solid #fff;
}

#my-navi .main-navigation li:hover > ul, 
#my-navi .main-navigation li.focus > ul {
	left: 0;
	right: auto;
	top: 100%;
}

#my-navi .main-navigation ul ul li {
	border: 0;
	margin: 0;
	display: block;
}

#my-navi .main-navigation ul ul a {
	font-size: 13px;
	line-height: 22px;
	color: #fff;
	background: #68A2AE;
	padding: 6px 10px;
	width: 200px;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
}

#my-navi .main-navigation ul ul li:last-child a {
	border: 0;
}

.main-navigation ul ul .menu-item-has-children > a:after {
	right: 5px;
	top: 8px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#my-navi .main-navigation ul ul ul {

}

#my-navi .main-navigation ul ul li:hover > ul, 
#my-navi .main-navigation ul ul li.focus > ul {
	right: auto;
	left: 100%;
	top: -1px;
}

#my-navi .header-search {
	width: 20px;
	height: 20px;
	display: block;
	clear: both;
	margin: 0;
	position: absolute;
	top: 4px;
	right: 0;
}

#my-navi .header-search #top-search-btn,
#my-navi .header-search a {
	width: 100%;
	height: 20px;
	display: block;
	background-image: url('/wp-content/uploads/2016/07/top-seach-icon.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#top-search {
//	width: 220px;
	display: block;
	position: absolute;
	top: 100%;
	right: 0;
	padding: 12px 0 0;
	overflow: hidden;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#top-search form {
	width: 100%;
	display: block;
	clear: both;
	position: relative;
}

#top-search input[type="text"] {
	width: 100%;
	display: block;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	font-weight: normal;
	padding: 6px 20px 6px 10px;
	border: 0;
	border-radius: 0;
	background: #fff;
}

#top-search input[type="submit"] {
	width: 20px;
	height: 19px;
	position: absolute;
	top: 5px;
	right: 4px;
	background-color: transparent;
	background-image: url('/wp-content/uploads/2016/07/search-icon.png');
	background-repeat: no-repeat;
	background-position: top center;
}

.site {
	margin: 0;
	padding: 142px 0 0;
}

.archive .site-inner,
.category .site-inner,
.single .site-inner,
.page .site-inner {
	max-width: 100%;
	margin: 0;
}

.site-content {
	padding: 0;
}

#hp-row1 {
	width: 100%;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}

#hp-row1 .b-row1,
#hp-row1 .bb-row2,
#hp-row1 .b-row3 {
	width: 100%;
	display: block;
	clear: both;
	margin : 0;
}

#hp-row1 .bb-row2 {
	width: 50%;
	float: right;
	clear: none;
}

#hp-row1 .b-row3 ul,
#hp-row1 .bb-row2 ul,
#hp-row1 .b-row1 ul {
	list-style: outside none;
	margin: 0;
	padding: 0;
}

#hp-row1 .b-row3 ul li,
#hp-row1 .bb-row2 ul li,
#hp-row1 .b-row1 ul li {
	width: 25%;
	height: 240px;
	float: left;
	display: block;
	margin: 0;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

#hp-row1 .bb-row2 ul li {
	width: 50%;
}

#hp-row1 .b-row2 .b-row2-feat img,
#hp-row1 .b-row1 img,
#hp-row1 .b-row3 img {
	width: 100%;
	display: block;
	margin: 0;
}

#hp-row1 .b-row2 {
	background: #3f4343;
}

#hp-row1 .b-row2 .b-row2-inner {
	width: 50%;
	float: left;
	display: block;
	box-sizing: border-box;
	padding: 20px 20px 0 19%;
}

#hp-row1 .b-row2 .b-row2-inner h2 {
	max-width: 550px;
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	font-weight: normal;
	font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	margin: 0 0 15px;
	text-transform: uppercase;
	margin: 0 0 15px;
}

#hp-row1 .b-row2 .b-row2-inner p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 300;
	margin: 0 0 15px;
}

#hp-row1 .b-row2 .b-row2-inner a {
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	padding: 18px 20px;
	background: #68a2ae;
}

#hp-row1 .b-row2 .b-row2-inner a:hover {
	opacity: 0.8;
}

#hp-row1 .b-row2 .b-row2-feat {
	width: 50%;
	float: right;
	display: block;
	margin: 0;
	box-sizing: border-box;
}

#hp-row2 {
	width: 100%;
	display: block;
	clear: both;
	padding: 60px 0;
}

#hp-row2 h3 {
	font-size: 23px;
	line-height: 30px;
	color: #000;
	margin: 0 0 20px;
	padding-left: 20px;
}

#hp-row2 .hp-upcom-exh h3 {
	padding-left: 12px;
}

#hp-row2 h3 a {
	color: #000;
}

#hp-row2 h3 a:hover {
	color: #68A2AE;
}

#hp-row2 .hp-current-exh {
	width: 48%;
	float: left;
	display: block;
	box-sizing: border-box;
}

#hp-row2 .hp-upcom-exh {
	width: 48%;
	float: right;
	display: block;
	box-sizing: border-box;
}

#hp-row2 .hp-current-post {
	width: 100%;
	display: block;
	clear: both;
	margin: 0;
	padding: 20px;
	box-sizing: border-box;
	background: #f8f8f8;
	border: 1px solid #eaeaea;
}

#hp-row2 .hp-current-post .post-thumbnail {
	width: 100%;
	display: block;
	clear: both;
	margin: 0 0 15px;
	max-height: 300px;
	overflow: hidden;
}

#hp-row2 .hp-current-post .post-thumbnail img {
	width: 100%;
	display: block;
	margin: 0;
}

#hp-row2 .hp-current-post .hp-curent-date {
	font-size: 13px;
	line-height: 18px;
	color: #68a2ae;
	text-transform: uppercase;
	margin: 0 0 5px;
	font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

#hp-row2 .hp-current-post h4 {
	font-size: 18px;
	line-height: 26px;
	color: #292420;
	font-weight: 400;
	margin: 0 0 10px;
	font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

#hp-row2 .hp-current-post h4 a {
	color: #292420;
}

#hp-row2 .hp-current-post h4 a:hover {
	color: #68a2ae;
}

#hp-row2 .hp-current-post .hp-curent-author {
	font-size: 18px;
	line-height: 26px;
	color: #292420;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0 0 10px;
	font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

#hp-row2 .hp-current-post .hp-curent-cont p {
	font-size: 13px;
	line-height: 18px;
	color: #000;
	margin: 0;
}

#hp-row2 .hp-current-post .hp-curent-cont p strong {
	font-size: 14px;
	color: #68a2ae;
}

#hp-row2 .hp-upcoming-post {
	width: 100%;
	display: block;
	clear: both;
	padding: 20px 0;
	box-sizing: border-box;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#hp-row2 .hp-upcoming-post .hp-upcoming-post-inner {
	width: 46%;
	display: inline-block;
	vertical-align: top;
	margin: 0 1.8% 0;
	text-align: left;
}

#hp-row2 .hp-upcoming-post .post-thumbnail {
	width: 100%;
	display: block;
	clear: both;
	margin: 0 0 10px;
	max-height: 190px;
	overflow: hidden;
}

#hp-row2 .hp-upcoming-post .post-thumbnail img {
	width: 100%;
	display: block;
	margin: 0;
}

#hp-row2 .hp-upcoming-post .hp-curent-date {
	font-size: 13px;
	line-height: 18px;
	color: #68a2ae;
	text-transform: uppercase;
	margin: 0 0 4px;
	font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

#hp-row2 .hp-upcoming-post h4 {
	font-size: 18px;
	line-height: 26px;
	color: #4f4f4f;
	font-weight: 400;
	margin: 0 0 2px;
	font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}


#hp-row2 .hp-upcoming-post h4 a {
	color: #4f4f4f;
}

#hp-row2 .hp-upcoming-post h4 a:hover {
	color: #68a2ae;
}

#hp-row2 .hp-upcoming-post .hp-curent-author {
	font-size: 18px;
	line-height: 24px;
	color: #292420;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0 0 5px;
	font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

#hp-row2 .hp-upcoming-post .hp-curent-cont p {
	font-size: 13px;
	line-height: 18px;
	color: #000;
	margin: 0;
}

#hp-row2 .hp-upcoming-post .hp-curent-cont p strong {
	font-size: 14px;
	color: #68a2ae;
}

#hp-row2 .hp-upcom-exh .hp-upcoming-link {
	display: block;
	clear: both;
	margin: 0;
	padding: 6px 0;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	text-align: right;
	text-transform: uppercase;
}

#hp-row2 .hp-upcom-exh .hp-upcoming-link a {
	color: #68a2ae;
}

#hp-row2 .hp-upcom-exh .hp-upcoming-link a i {
	font-size: 17px;
	line-height: 17px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	font-weight: normal;
}

#hp-row2 .hp-upcom-exh .hp-upcoming-link a:hover {
	color: #333;
}


#hp-row3 {
	width: 100%;
	display: block;
	clear: both;
	margin: 0;
	padding: 24px 0;
	background: #f3f3f3;
}

#hp-row3 .hprow3-col21 {
	width: 48%;
	float: left;
	display: block;
	box-sizing: border-box;
	padding-left: 80px;
	background-image: url('/wp-content/uploads/2016/07/hp-newsletter-icon.jpg');
	background-repeat: no-repeat;
	background-position: left center;
}

#hp-row3 .hprow3-col22 {
	width: 48%;
	float: right;
	display: block;
}

#hp-row3 .hprow3-col21 h3 {
	font-size: 28px;
	line-height: 32px;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	margin: 0;
}

#hp-row3 .hprow3-col21 p {
	max-width: 400px;
	font-size: 16px;
	line-height: 26px;
	color: #808080;
	margin: 0;
}

#hp-row3 .hp-newsletter {
	width: 100%;
	display: block;
	clear: both;
	margin: 15px 0 0;
}

#hp-row3 .hp-newsletter .hp-newsletter-inner {
	position: relative;
	width: 78%;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

#hp-row3 .hp-newsletter .hp-femail {
	width: 90%;
	display: block;
	clear: both;
	margin: 0;
}

#hp-row3 .hp-newsletter .hp-femail input {
	height: 40px;
	font-size: 15px;
	line-height: 24px;
	color: #666;
	padding: 8px 12px;
	border: 0;
	background: #fff;
	position: relative;
	z-index: 3;
}

#hp-row3 .hp-newsletter .hp-fdropdwn {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	display: block;
}

#hp-row3 .hp-newsletter .hp-fdropdwn select {
	width: 100%;
	height: 40px;
	display: block;
	font-size: 15px;
	line-height: 24px;
	padding: 8px 12px;
	box-sizing: border-box;
	border: 0;
	background: #fff;
}

#hp-row3 .hp-newsletter .hp-fdropdwn select option:first-child {
	font-size: 16px;
	line-height: 24px !important;
	color: #000;
	font-weight: bold;
	display: block;
	padding: 0 0 5px;
	border-bottom: 1px solid #f3f3f3;
}

#hp-row3 .hp-newsletter .hp-fsubmit {
	width: 18%;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

#hp-row3 .hp-newsletter .hp-fsubmit input {
	font-size: 13px;
	line-height: 19px;
	color: #fff;
	font-weight: normal;
	font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	background: #68a2ae;
	border-radius: 0;
}

#hp-row3 .hp-newsletter .hp-fsubmit input:hover {
	opacity: 0.7;
}

#hp-row3 .hp-newsletter .hp-fsubmit img {
	display: none;
}

#hp-row3 .nhp-newsletter {
	width: 75%;
	display: block;
	float: left;
	margin: 0;
}

#hp-row3 .nhp-newsletter input {
	font-size: 14px;
	line-height: 16px;
	display: block;
	padding: 7px 6px;
	margin: 0 0 8px;
}

#hp-row3 .nhp-newsletter .nhp-newsletter-col21 {
	width: 49%;
	float: left;
	display: block;
}

#hp-row3 .nhp-newsletter .nhp-newsletter-col22 {
	width: 49%;
	float: right;
	display: block;
}

#hp-row3 .nhp-snewsletter {
	width: 24%;
	float: right;
	display: block;
}

#hp-row3 .nhp-snewsletter input {
	font-size: 15px;
	line-height: 18px;
	display: block;
	padding: 27px 0;
	width: 100%;
	background: #68A2AE;
	border: 0;
	border-radius: 0;
}

#hp-row3 .nhp-snewsletter input:hover {
	opacity: 0.8;
}

#hp-row3 .nhp-snewsletter .ajax-loader,
#hp-row3 .nhp-snewsletter img {
	display: none !important; 
}

#hp-row4 {
	width: 100%;
	display: block;
	clear: both;
	padding: 60px 0;
	text-align: center;
}

#hp-row4 h3 {
	font-size: 28px;
	line-height: 34px;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 50px;
}

#hp-row4 .hp-artist-inner {
	width: 120px;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 24px;
	text-align: left;
}

#hp-row4 .hp-artist-inner .post-thumbnail {
	width: 100%;
	display: block;
	margin: 0 0 5px;
	clear: both;
	height: 120px;
	overflow: hidden;
	position: relative;
}

#hp-row4 .hp-artist-inner .post-thumbnail img {
	width: 100%;
	display: block;
	clear: both;
	margin: 0;
	height: 100%;
	position: absolute;
	min-height: auto;
	clip: rect(0,120px,120px,0);
	max-width: 120px;
}

#hp-row4 .hp-artist-inner h4 {
	font-size: 13px;
	line-height: 20px;
	color: #000;
	margin: 0;
	text-transform: capitalize;
	text-align: center;
}

#hp-row4 .hp-artist-inner h4 a {
	color: #000;
}

#hp-row4 .hp-artist-inner:hover h4 a {
	color: #68a2ae;
}

#hp-row4 .hp-artist-inner h4 a i {
	font-size: 0;
	width: 0;
	opacity: 0;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#hp-row4 .hp-artist-inner:hover h4 a i {
	font-size: 14px;
	width: auto;
	opacity: 1;
}

#hp-row4 .row4-btn {
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	display: inline-block;
	vertical-align: top;
	padding: 12px 30px;
	margin-top: 30px;
	background: #68a2ae;
}

#hp-row4 .row4-btn i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

#hp-row4 .row4-btn:hover {
	opacity: 0.8;
}

#hp-row5 {
	width: 100%;
	display: block;
	clear: both;
	padding: 30px 0;
	background: #fff;
	text-align: center;
}

#hp-row5 h3 {
	font-size: 25px;
	line-height: 32px;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 30px;
	border-bottom: 1px solid #e7e6e4;
}

#hp-row5 .hp-news-inner {
	width: 100%;
	display: block;
	clear: both;
	padding: 36px 0;
	background: #fff;
	text-align: left;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	border-bottom: 1px solid #e7e6e4;
}

#hp-row5 .hp-news-inner .hp-news-date {
	width: 15%;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 18px;
	color: #68a2ae;
	font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	margin: 8px 0 0;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#hp-row5 .hp-news-inner h4 {
	width: 83%;
	display: inline-block;
	vertical-align: top;
	font-size: 27px;
	line-height: 34px;
	color: #4f4f4f;
	font-weight: 300;
	margin: 0;
	font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

#hp-row5 .hp-news-inner h4 a {
	color: #4f4f4f;	
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#hp-row5 .hp-news-inner h4 small {
//	display: block;
	display: none;
	clear: both;
	padding: 10px 0 0;
}

#hp-row5 .hp-news-inner h4 small ul {
	list-style: outside none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
}

#hp-row5 .hp-news-inner h4 small li  {
	display: inline-block;
	vertical-align: top;
}

#hp-row5 .hp-news-inner h4 small li  a {
	font-size: 14px;
	line-height: 20px;
	display: block;
	text-transform: uppercase;
	font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#hp-row5 .hp-news-inner:hover {
	background: #68a2ae;
}

#hp-row5 .hp-news-inner:hover h4 a,
#hp-row5 .hp-news-inner:hover h4 small li  a,
#hp-row5 .hp-news-inner:hover .hp-news-date {
	color: #fff;
}

#hp-row5 .row5-btn {
	font-size: 15px;
	line-height: 26px;
	text-transform: uppercase;
	margin: 0;
	padding: 20px 0 0;
	border-top: 1px solid #e7e6e4;
}

#hp-row5 .row5-btn a i {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	font-size: 18px;
	margin-right: 3px;
}

#f-supporters {
	width: 100%;
	display: block;
	clear: both;
	margin: 0;
	padding: 30px 0;
	background: #f3f3f3;
	text-align: center;
}

#f-supporters h3 {
	font-size: 28px;
	line-height: 34px;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 36px;
}

#f-supporters ul {
	list-style: outside none;
	margin: 0;
	padding: 0;
}

#f-supporters ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 24px;
}

#f-supporters li img {
	display: block;
	margin: 0;
}


#f-tesimonials {
	width: 100%;
	display: block;
	clear: both;
	padding: 60px 0 30px;
	background: #68a2ae;
	color: #fff;
}

#f-tesimonials .testimonials-text {
	width: 910px;
	display: block;
	margin: 0 auto;
	max-width: 90%;
}

body .slick-initialized .slick-slide {
	outline: none !important;
}

#f-tesimonials .testimonials-slidelist.design-1, 
#f-tesimonials .testimonials-list.design-1 {
    margin-bottom: 0;
}

#f-tesimonials .testimonials-text p {
	font-size: 17px;
	line-height: 26px;
	font-weight: 300;
	text-align: center;
	margin: 0 0 15px;
}

#f-tesimonials .testimonials-text em:before {
	display: none;
}

#f-tesimonials .testimonials-text p:first-child em:before {
	font-size: 60px;
	line-height: 18px;
	color: #266b79;
	font-weight: bold;
//	font-family: Futura,"Trebuchet MS",Arial,sans-serif;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	position: relative;
	top: -1px;
	display: inline-block;
}

#f-tesimonials .testimonials-text em:after {
	display: none;
}

#f-tesimonials .bottom-testi {
	display: block;
	width: 100%;
	padding: 20px 0 0;
	text-align: center;
}

#f-tesimonials .bottom-testi .testimonial-author {
	display: inline-block;
	vertical-align: baseline;
}

#f-tesimonials .bottom-testi .testimonial-author strong {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	display: inline-block;
}

#f-tesimonials .bottom-testi .testimonial-job {
	display: block;
	vertical-align: baseline;
	font-size: 13px;
	line-height: 18px;
	color: #AFEBF7;
	font-weight: bold;
}

#f-tesimonials .slick-dots {
	display: none !important;
}

#f-tesimonials .testimonials-slidelist.design-1 .slick-arrow {
	top: 28% !important;
}

#f-tesimonials .testimonials-slidelist button.slick-arrow {
	width: 22px;
	height: 44px;
}

.testimonials-slidelist button.slick-prev, 
.testimonials-slidelist button.slick-prev:hover, 
.testimonials-slidelist button.slick-prev:focus {
	background-size: 100% auto !important;
	background-image: url('/wp-content/uploads/2016/07/testi-btn-prev.png') !important;
}

#f-tesimonials .testimonials-slidelist button.slick-next,
#f-tesimonials .testimonials-slidelist button.slick-next:hover,
#f-tesimonials .testimonials-slidelist button.slick-next:focus {
	background-size: 100% auto !important;
	background-image: url('/wp-content/uploads/2016/07/testi-btn-next.png') !important;
}

#my-footer {
	width: 100%;
	display: block;
	clear: both;
	padding: 30px 0;
	background: #5c5b5b;
	color: #fff;
}

#my-footer .f-logo-info {
	width: 30%;
	float: left;
	display: block;
	margin: 0 10% 0 0;
}

#my-footer .f-logo-info img {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 0;
}

#my-footer .f-logo-info span {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 22px;
}

#my-footer .f-contact {
	width: 24%;
	float: left;
	display: block;
}

#my-footer .f-contact ul {
	margin: 0;
	padding: 0;
	list-style: outside none;
}

#my-footer .f-contact ul li {
	font-size: 15px;
	line-height: 24px;
	display: block;
	margin: 0 0 2px;
}

#my-footer .f-contact li a {
	color: #fff;
}

#my-footer .f-contact li a:hover {
	color: #68a2ae;
}

#my-footer .f-links {
	width: 36%;
	float: right;
	display: block;
	text-align: right;
}

#my-footer .f-links ul {
	list-style: outside none;
	margin: 0 0 10px;
	padding: 0;
}

#my-footer .f-links ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px 10px;
}

#my-footer .f-links li img {
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#my-footer .f-links li img:hover {
	opacity: 0.6;
}

#my-footer .f-links p {
	font-size: 11px;
	line-height: 18px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	margin: 0;
}

#my-footer .f-links p a {
	color: #fff;
}

#my-footer .f-links p a:hover {
	color: #68a2ae;
}

.single .content-area,
.search .content-area,
.search-results .content-area {
	width: 100%;
	float: none;
	margin: 0;
}

.page-header {
	border-top: 0;
}

.site-main {
    margin-bottom: 0;
}

#the-about {
//	background-image: url('/wp-content/uploads/2016/07/about-bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

#about-row1 {
	width: 100%;
	display: block;
	clear: both;
	padding: 60px 0 24px;
}

#about-row1 .about-featured {
	display: block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#about-row1 .about-featured ul {
	list-style: outside none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#about-row1 .about-featured ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 24px 0;
}

#about-row1 .about-featured li img {
	display: block;
	max-width: 100%;
	margin: 0;
	box-shadow: 0 0 2px #ccc;
}

#about-row1 h1 {
	font-size: 32px;
	line-height: 38px;
	color: #999;
	font-weight: normal;
	display: block;
	text-align: center;
}

#about-row3 .director-image {
	text-align: center;
	margin-bottom: 30px;
}

#about-row3 p,
#about-row1 p {
	font-size: 15px;
	line-height: 24px;
	color: #999;
	text-align: justify;
}

#about-row1 p.content-title {
	font-size: 18px;
	line-height: 32px;
}

#about-row1 p {
	text-align: justify;
}

#about-row2 {
	width: 100%;
	display: block;
	clear: both;
	padding: 30px 0;
	text-align: center;
}

#about-row2 ul {
	list-style: outside none;
	margin: 0;
	padding: 0;
}

#about-row2 li {
	width: 18.6%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0.5% 24px;
	box-sizing: border-box;
}

#about-row2 li img {
	width: 100%;
	display: block;
	clear: both;
	margin: 0;
	padding: 3px;
	border: 1px solid #669999;
}

#about-row3 {
	width: 100%;
	display: block;
	clear: both;
	padding: 0 0 24px;
}

#about-row3 h3 {
	font-size: 32px;
	line-height: 38px;
	color: #68a2ae;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 30px;
}

#about-row3 img.alignright {

}

.my-page-header {
	width: 100%;
	display: block;
	clear: both;
	padding: 60px 0 30px;
}

.my-page-header h1 {
	font-size: 32px;
	line-height: 38px;
	color: #333;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}

#the-exhibition .my-page-header h1 {
	font-size: 40px;
	line-height: 46px;
	color: #669999;
	font-weight: bold;
}

.my-page-header h1:after {
	content: "";
	width: 70%;
	display: block;
	margin: 30px auto 0;
	clear: both;
	border-bottom: 1px solid #e5e5e5;
}

#stockroom-list {
	width: 100%;
	display: block;
	clear: both;
	margin: 0;
	padding: 0 0 30px;
	text-align: center;
}

#stockroom-list .stockrooms {
//	width: 14.8%;
	width: 120px;
	display: inline-block;
	vertical-align: top;
//	margin: 0 0.8% 20px;
	margin: 0 15px 20px;
	position: relative;
}

#the-stockroom #stockroom-list .stockrooms {
	width: 120px;
	height: 120px;
	overflow: hidden;
}

#stockroom-list .stockrooms .post-thumbnail {
	max-width: 100%;
	width: 100%;
	display: block;
	clear: both;
	margin: 0 auto 5px;
	max-height: 120px;
	overflow: hidden;
}

#stockroom-list .stockrooms .post-thumbnail img {
	display: block;
	margin: 0;
	position: relative;
	min-height: 150px;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#stockroom-list .stockrooms:hover .post-thumbnail img {
	opacity: 0.7;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

#the-stockroom #stockroom-list .stockrooms .post-thumbnail img {
	position: absolute;
	clip: rect(0,170px,150px,0);
	object-fit: cover;
	min-height: 100%;
	width: auto;
	max-width: 100%;
}

#stockroom-list .stockrooms h4 {
	font-size: 12px;
	line-height: 15px;
	color: #000;
	margin: 0;
	text-align: left;
	text-transform: capitalize;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.6)
}

#stockroom-list .stockrooms:hover h4 {
	opacity: 1;
	top: 18%;
}

#stockroom-list .stockrooms h4 a {
	color: #fff;
	display: block;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#stockroom-list .stockrooms:hover h4 a {
	color: #fff;
	padding: 6px 5px;
}

#stockroom-list .stockrooms:hover h4 a i,
#stockroom-list .stockrooms h4 a i {
	font-size: 0;
	width: 0;
	display: none;
	opacity: 0;
}

#the-artists #stockroom-list .stockrooms h4 {
	font-size: 13px;
	line-height: 20px;
	color: #000;
	margin: 0;
	text-align: left;
	text-transform: capitalize;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
	top: 0;
	opacity: 1;
	background: transparent;
}

#the-artists #stockroom-list .stockrooms h4 a {
	color: #000;
	display: block;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 0;
}

#the-artists #stockroom-list .stockrooms h4 a {
	color: #68a2ae;
}

#the-artists #stockroom-list .stockrooms h4 a i {
	font-size: 0;
	width: 0;
	opacity: 0;
	display: inline-block;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#the-artists #stockroom-list .stockrooms:hover h4 a i {
    font-size: 14px;
    width: auto;
    opacity: 1;
}

#the-exhibition,
#the-artists {
	padding: 50px 0px 0px;
}

#my-archive-menu {
	width: 100%;
	display: block;
	clear: both;
	margin: 0;
	position: fixed;
	top: 136px;
	left: 0;
	z-index: 999;
}

#my-archive-menu ul {
	list-style: outside none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#my-archive-menu ul li {
	width: 33.33%;
	float: left;
	display: block;
	margin: 0;
}

#my-archive-menu li a {
	font-size: 17px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 30px 10px;
	box-sizing: border-box;
	background: #5c5b5b;
	display: block;
	border-right: 1px solid #777373;
	border-left: 1px solid #777373;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor: pointer;
}

#my-archive-menu li a:hover {
	background: #cac9c9 !important;
}

#exhib-cat1,
#exhib-cat3,
#exhib-cat2 {
//	background-image: url('/wp-content/uploads/2016/07/upacoming-bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

#current-exhib {

}

#current-exhib .currentexhib {

}

#current-exhib .currentexhib h3 {
	font-size: 24px;
	line-height: 30px;
	color: #666;
	font-weight: bold;
	text-align: center;
	margin: 0 0 15px;
}

#current-exhib .currentexhib h3 a {
	color: #666;
}

#current-exhib .currentexhib h4 {
	font-size: 32px;
	line-height: 36px;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin: 0 0 15px;
}

#current-exhib .currentexhib .hp-curent-cont {
	width: 100%;
	display: block;
	clear: both;
	margin: 0 0 30px;
}

#current-exhib .currentexhib .hp-curent-cont p {
	font-size: 15px;
	line-height: 24px;
	color: #666;
	margin: 0 0 10px;
	text-align: center;
}

#current-exhib .currentexhib .hp-curent-cont p strong {
	color: #68A2AE;
}

#current-exhib .currentexhib .post-thumbnail {
	display: block;
	text-align: center;
	margin: 0 0 60px;
}

#current-exhib .currentexhib .post-thumbnail img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

#current-exhib .currentexhib .c-exhib {
	max-width: 100%;
	display: block;
	padding: 0 0 30px;
	text-align: center;
}

#current-exhib .currentexhib .c-exhib:before {
	content: "";
	width: 70%;
	display: block;
	clear: both;
	margin: 0 auto 30px;
	border-bottom: 1px solid #dfdfdf;
}

#current-exhib .currentexhib .c-exhib p {
	font-size: 15px;
	line-height: 25px;
	color: #666;
	text-align: justify;
}

#current-exhib .currentexhib .exhib-link {
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
	padding: 8px 30px;
	background: #68a2ae;
}

#current-exhib .currentexhib .exhib-link:hover {
	opacity: 0.7;
}


#current-catalogue {
	width: 100%;
	display: block;
	clear: both;
	padding: 60px 0 30px;
	background: #484747;
	text-align: center;
	font-size: 0;
	line-height: 0;
	color: transparent;
}

#current-catalogue h3 {
	font-size: 35px;
	line-height: 42px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 30px;
}

#current-catalogue #thumbnail-slider {
	width: 100%;
//	max-width: 968px;
	background: transparent;
	box-shadow: none;
	padding: 0;
	margin: 0 auto;
	display: block;
}

#current-catalogue #thumbnail-slider div.inner {
	padding: 0;
//	height: 320px;
}

#current-catalogue ul {
	list-style: outside none;
	margin: 0;
	padding: 0;
}

#current-catalogue #thumbnail-slider ul li,
#current-catalogue ul li {
	width: 130px !important;
	height: 130px;
	display: inline-block !important;
	vertical-align: top;
	margin: 0 15px 55px;
	border: 0;
	position: relative;
	border: 1px solid #a4a3a3;
}

#thumbnail-slider-prev, #thumbnail-slider-next{
	top: 43% !important;
}

#current-catalogue #thumbnail-slider li span,
#current-catalogue li span {
	max-height: 120px;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	padding: 5px;
	margin: 0 auto;
	position: relative;
}

#current-catalogue #thumbnail-slider li img,
#current-catalogue li img {
	width: 100%;
	min-height: 120px;
	display: block;
	box-sizing: border-box;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


#current-catalogue #thumbnail-slider li:hover img,
#current-catalogue li:hover img {
	opacity: 0.7;
}

#current-catalogue li h4 {
	font-size: 12px;
	line-height: 15px;
	color: #fff;
	padding: 6px 5px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
}

#current-catalogue li:hover h4 {
	opacity: 1;
	top: 18%;
}

#current-catalogue #thumbnail-slider li .catalogue-holder {
	position: absolute;
//	position: relative;
	width: 100%;
	top: 108%;
	left: 0;
	display: block;
}

#current-catalogue li p {
	font-size: 13px;
	line-height: 17px;
	color: #e8e8e8;
	margin: 0 0 12px;
	white-space: pre-wrap;
	min-height: 34px;
}

#current-catalogue li p br {
	display:none;
}	

#current-catalogue li .cat-btn {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
	padding: 6px 20px;
	background: #68a2ae;
}

#current-catalogue li .cat-btn:hover {
	opacity: 0.7;
}

#current-catalogue li .cur-cat-pop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 99999;
	overflow-x: hidden;
	overflow-y: scroll;
}

#current-catalogue li .cur-cat-pop .close {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 8;
}

#current-catalogue li .cur-cat-pop .cur-cat-pop-inner {
	width: 100%;
	position: relative;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

#current-catalogue li .cur-cat-pop .cur-cat-pop-cont {
	width: 90%;
	max-width: 490px;
	display: block;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	z-index: 9;
}

#current-catalogue #thumbnail-slider li .cur-cat-pop .cur-cat-pop-inner img, 
#current-catalogue li .cur-cat-pop .cur-cat-pop-inner img {
	opacity: 1;
	display: block;
	max-width: 450px;
	margin: 0 auto 18px;
}

#current-catalogue li .cur-cat-pop .cur-cat-pop-inner p {
	font-size: 24px;
	line-height: 30px;
	color: #000;
	margin: 0;
}

#upcoming-exhib {
	width: 100%;
	display: block;
	clear: both;
	padding: 60px 0 30px;
	background-color: #68A2AE;
	background-image: url('/wp-content/uploads/2016/07/exhibition-program.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#upcoming-exhib h3 {
	font-size: 35px;
	line-height: 42px;
	color: #fff;
	text-align: center;
	margin: 0 0 60px;
}

#upcoming-exhib ul {
	list-style: outside none;
	margin: 0;
	padding: 0;
}

#upcoming-exhib ul li {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 24px;
	text-align: center;
	font-size: 19px;
	line-height: 28px;
	color: #fff;
	font-weight: bold;
	padding: 0 15px;
	box-sizing: border-box;
}

#upcoming-exhib small {
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #b7e5ef;
	font-weight: 600;
	font-style: italic;
}

#the-prev-echibitions {
	width: 100%;
	display: block;
	clear: both;
	padding: 95px 0 0;
}

#prev-exhib {
	width: 100%;
	display: block;
	clear: both;
	margin: 0;
}

#the-prev-echibitions article,
#prev-exhib .prevexhib {
	width: 46%;
	display: inline-block;
	vertical-align: top;
	margin: 0 1.8% 30px;
	text-align: center;
}

#the-prev-echibitions article .prevexhib-inner,
#prev-exhib .prevexhib .prevexhib-inner {
	width: 100%;
	min-height: 280px;
	display: block;
	clear: both;
	margin: 0;
	padding: 20px 15px;
	background: #68A2AE;
	box-sizing: border-box;
}

#the-prev-echibitions article h3,
#prev-exhib .prevexhib h3 {
	font-size: 22px;
	line-height: 28px;
	color: #fff;
	font-weight: normal;
	margin: 0 0 5px;
}

#the-prev-echibitions article h4 a,
#prev-exhib .prevexhib h4 a,
#the-prev-echibitions article h3 a,
#prev-exhib .prevexhib h3 a {
	color: #dfdfdf;
}

#the-prev-echibitions article h4 a:hover,
#prev-exhib .prevexhib h4 a:hover,
#the-prev-echibitions article a:hover,
#prev-exhib .prevexhib h3 a:hover {
	color: #AFEBF7;
}

#the-prev-echibitions article h4,
#prev-exhib .prevexhib h4 {
	font-size: 20px;
	line-height: 24px;
	color: #dfdfdf;
	margin: 0 0 8px;
}

#the-prev-echibitions article h5,
#prev-exhib .prevexhib h5 {
	font-size: 16px;
	line-height: 24px;
	color: #dfdfdf;
	margin: 0 0 15px;
}

#the-prev-echibitions article p,
#prev-exhib .prevexhib p {
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}

#the-prev-echibitions article .prev-links,
#prev-exhib .prevexhib .prev-links {
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
	padding: 7px 24px;
	margin: 10px 0 0;
	background: #68A2AE;
}

#the-prev-echibitions article .prev-links:hover,
#prev-exhib .prevexhib .prev-links:hover {
	opacity: 0.7;
}

#prev-exhib .prevexhib-links {
	width: 100%;
	display: block;
	clear: both;
	padding: 60px 0 30px;
}

#prev-exhib .prevexhib-links h3 {
	font-size: 22px;
	line-height: 26px;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 24px;
}

#prev-exhib .prevexhib-links ul {
	list-style: outside none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#prev-exhib .prevexhib-links ul li {
	width: 19%;
	display: inline-block;
	vertical-align: top;
	margin: 0.1%;
}

#prev-exhib .prevexhib-links li a {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: 600;
	display: block;
	padding: 10px 0;
	background: #5C5B5B;
}

#prev-exhib .prevexhib-links li a:focus,
#prev-exhib .prevexhib-links li a:hover {
	background: #CAC9C9;
}


#the-single-artist {
	width: 100%;
	display: block;
	clear: both;
	padding: 90px 0 0;
	margin: 0;
}

#the-single-artist .single-artist-feat {
	width: 32%;
	float: left;
	display: block;
}

#the-single-artist .single-artist-feat img {
	max-width: 100%;
	display: block;
	clear: both;
	margin: 0;
}

#the-single-artist .single-artist-cont {
	width: 66%;
	float: right;
	display: block;
}

#the-single-artist .single-artist-cont .entry-header {
	width: 100%;
	display: block;
	margin: 0 0 24px;
}

#the-single-artist .single-artist-cont .entry-header h1 {
	font-size: 35px;
	line-height: 42px;
	color: #666;
	margin: 0 0 5px;
}

#the-single-artist .single-artist-cont .entry-header small {
	font-size: 24px;
	line-height: 30px;
	color: #669999;
	font-weight: normal;
	font-style: italic;
}

#the-single-artist .single-artist-cont p {
	font-size: 15px;
	line-height: 26px;
	color: #999;
}

#the-single-artist .artist-single-works {
	width: 100%;
	display: block;
	clear: both;
	margin: 36px 0 0;
	padding: 36px 0 24px;
	text-align: center;
	background: #f5f5f5;
}

#the-single-artist .artist-single-works h3 {
	font-size: 35px;
	line-height: 42px;
	color: #669999;
	font-weight: normal;
	margin: 0 0 36px;
}

#the-single-artist .artist-single-works ul {
	list-style: outside none;
	margin: 0;
	padding: 0;
}

#the-single-artist .artist-single-works ul li {
	width: 120px;
	width: 120px;
	oveflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin: 0 12px 24px;
	position: relative;
}

#the-single-artist .artist-single-works li a {
	width: 100%;
	display: block;
	clear: both;
	max-height: 120px;
	overflow: hidden;
}

#the-single-artist .artist-single-works li img {
	max-width: 100%;
	display: block;
	min-height: 150px;
}

#the-single-artist .artist-single-works li h5 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 0;
	background: rgba(0,0,0,0.70);
	opacity: 0;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#the-single-artist .artist-single-works li:hover h5 {
	opacity: 1;
	top: 26%;
}

#my-related-post {
	width: 100%;
//	display: block;
	display: none;
	clear: both;
	margin: 0;
	text-align: center;
	padding: 36px 0 20px;
	background: #68a2ae;
}

#my-related-post h3 {
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	font-weight: normal;
}

#my-related-post .related_post_title {
}

#my-related-post ul.related_post {
	width: 100%;
	display: block !important;
	list-style: outside none;
	margin: 0 !important;
}

#my-related-post ul.related_post li {
	width: 120px !important;
	display: inline-block !important;
	vertical-align: top !important;
	margin: 0 15px 24px !important;
	text-align: left;
}

#my-related-post ul.related_post li .wp_rp_thumbnail {
	height: 120px;
	overflow: hidden;
}

#my-related-post ul.related_post li a {
	font-size: 13px;
	line-height: 20px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}

#my-related-post ul.related_post li:hover a {
	color: #fff;
}

#my-related-post ul.related_post li img {
	width: 100% !important;
	display: block !important;
	margin: 0 !important;
	border-radius: 0 !important;
}

#my-related-post ul.related_post li .wp_rp_title:before {
	content: ">";
	font-size: 0;
	line-height: 0;
	opacity: 0;
	width: 0;
	display: inline-block;
	vertical-align: middle;
	-moz-transition: all 0.5s ease;
	-wekit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#my-related-post ul.related_post li:hover .wp_rp_title:before {
	width: auto;
	opacity: 1;
	font-size: 14px;
	line-height: 20px;
	padding-right: 5px;
}

#my-related-post div.wp_rp_footer {
	opacity: 0 !important;
	display: none !important;
	width: 0 !important;
	height: 0 !important;
}

#the-single-art {
	width: 100%;
	display: block;
	clear: both;
	padding: 60px 0;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	margin: 36px 0;
}

#the-single-art .art-feat {
//	width: 57%;
	width: 450px;
	float: left;
	display: block;
	margin: 0 0 24px;
}

#the-single-art .post-thumbnail {
	width: 100%;
	display: block;
	margin: 0;
}

#the-single-art .art-feat img {
	max-width: 450px;
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
}

#the-single-art .art-cont {
//	width: 41%;
	width: 645px;
	float: right;
	display: block;
}

#the-single-art .art-cont h3 {
	font-size: 33px;
	line-height: 40px;
	color: #333;
	font-weight: normal;
	margin: 0 0 10px;
}


#the-single-art .art-cont .art-signle-short-desc {
}

#the-single-art .art-cont .art-signle-short-desc p {
}

#the-single-art .art-cont .art-signle-short-desc p strong {
}


#the-single-art .art-cont h2 {
	font-size: 33px;
	line-height: 40px;
	color: #333;
	font-weight: normal;
//	text-transform: uppercase;
	margin: 0 0 15px;
}

#the-single-art .art-cont h4 {
	font-size: 28px;
	line-height: 34px;
	color: #333;
	font-weight: normal;
	margin: 0 0 5px;
}
	
#the-single-art .art-cont h5 {
	font-size: 30px;
	line-height: 40px;
	color: #333;
	font-weight: 400;
	margin: 0 0 8px;
}

#the-single-art .art-cont h5.price {
	font-size: 30px;
	line-height: 36px;
}

#the-single-art .art-prev-next {
	width: 100%;
	display: block;
	clear: both;
	padding: 90px 0 24px;
	margin: 0;
}

#the-single-art .art-prev-next a {
	width: 115px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	margin: 0 24px 0 0;
	padding: 5px 10px;
	background: #669999;
}

#the-single-art .art-links {
	width: 100%;
	display: block;
	clear: both;
	margin: 0;
}

#the-single-art .art-links a {
	font-size: 18px;
	line-height: 28px;
	box-shadow: 0px 2px 0px #aec5c5;
}

#contacus-sec1 {
    padding: 50px 0px 190px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

#contacus-sec1 h2 {
    color: #FFFFFF;
    font-size: 32px;
    text-transform: uppercase;
    border-left: solid 5px #68A2AE !important;
    display: inline-block;
    padding: 5px;
}

#my-overlay {
    background-color: RGBA(104, 162, 174, 0.9);
    padding: 50px 30px 95px 30px;
    width: 22%;
}

#my-overlay h2 {
    	display: inline-block;
    	font-size: 18px;
    	text-transform: uppercase;
   	font-weight: bold;
   	color: #ffffff;
	margin: 0px;
}

#my-overlay p {
    	font-size: 14px;
   	color: #ffffff;
    	margin: 0;
    	font-weight: 600 !important;
    	margin-bottom: 15px;
}

#my-overlay p a {
	color: #fff;
}

#my-overlay p a:hover {
	color: #AFEBF7;
}

#the-contact-us {
    	text-align: center;
    	padding: 50px 0px;
}

#the-contact-us h2 {
	margin: 0px;
}

#my-map {
    	margin-top: -140px;
}

#left-fields {
    	width: 50%;
    	float: left;
	padding-right: 15px;
}

#right-fields {
    	width: 50%;
    	float: right;
	padding-left: 15px;
}

#my-inputf {
    	margin-top: 30px;
}

#the-form .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    	border-radius: 0px;
}

#the-form .wpcf7-form-control.wpcf7-submit {
    	background-color: #68A2AE;
    	padding: 15px 30px;
    	border-radius: 0px;
}

#the-form .wpcf7-form-control.wpcf7-submit:hover {
	opacity: 0.7;
}

#the-contact {
    	padding-bottom: 50px;
}

.input-margin {
    	margin: 0px !important;
}

#the-map {
    	position: relative;
}

#my-overlay {
    	background-color: RGBA(104, 162, 174, 0.9);
    	padding: 30px;
    	width: 22%;
    	position: absolute;
    	top: 0;
	left: 0;
	height: 100%;
}

#news-header {
	width: 100%;
	display: block;
	clear: both;
	padding: 30px 0 0;
	text-align: center;
}

#news-header ul {
	list-style: outside none;
	margin: 0;
	padding: 0;
}

#news-header ul li {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	margin: 0 12px 24px;
}

#news-header li img {
	max-width: 100%;
	margin: 0;
	display: block;
	padding: 3px;
	border: 1px solid #669999;
}

#my-latest-news {
	width: 100%;
	display: block;
	clear: both;
	padding: 60px 0 30px;
}

#my-latest-news h1 {
	font-size: 44px;
	line-height: 48px;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 36px;
	text-align: center;
}

#my-latest-news .my-news {
	width: 100%;
	display: block;
	vertical-align: top;
	margin: 0 0 30px;
	text-align: left;
}

#my-latest-news .my-news .post-thumbnail {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	margin: 0 2% 0 0;
	max-height: 180px;
	overflow: hidden;
}

#my-latest-news .my-news .post-thumbnail img {
	display: block;
	margin: 0;
	min-height: 180px;
}

#my-latest-news .my-news .my-news-inner {
	width: 70%;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

#my-latest-news .my-news h4 {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	margin: 0 0 10px;
}

#my-latest-news .title-border {
	width: 100%;
	display: block;
	clear: both;
	margin: 0;
}

#my-latest-news .title-border:before {
	content: "";
	width: 48%;
	display: inline-block;
	vertical-align: top;
	border-bottom: 3px solid #669999;
	margin-right: 2%;
}

#my-latest-news .title-border:after {
	content: "";
	width: 48%;
	display: inline-block;
	vertical-align: top;
	border-bottom: 3px solid #e9e9e9;
}

#my-latest-news .my-news p {
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	margin: 0 0 10px;
}

#my-latest-news .my-news .read-more {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

#news-page-lists {
	width: 100%;
	display: block;
	clear: both;
	padding: 60px 0 30px;
	background: #5C5B5B;
	text-align: center;
}

#news-page-lists  .my-news-list {
	width: 31%;
	display: inline-block;
	vertical-align: top;
	margin: 0 1% 24px;
}

#news-page-lists  .my-news-list h4 {
	font-size: 32px;
	line-height: 38px;
	color: #fff;
	font-weight: normal;
	display: block;
	padding: 15px;
	margin: 0;
	cursor: pointer;
	background: #79a8a8;
	background: -moz-linear-gradient(top,  #79a8a8 0%, #659898 50%, #528585 100%);
	background: -webkit-linear-gradient(top,  #79a8a8 0%,#659898 50%,#528585 100%);
	background: linear-gradient(to bottom,  #79a8a8 0%,#659898 50%,#528585 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79a8a8', endColorstr='#528585',GradientType=0 );
}

#news-page-lists  .my-news-list h4:hover {
	opacity: 0.7;
}

#news-page-lists  .my-news-list ul {
	list-style: outside none;
	margin: 0;
	padding: 10px 0 0;
}

#news-page-lists  .my-news-list ul li {
	font-size: 14px;
	line-height: 24px;
	padding: 0 10px 5px;
	margin: 0 0 5px;
	border-bottom: 1px solid #777;
	box-sizing: border-box;
	text-align: left;
}

#news-page-lists  .my-news-list li a {
	display: block;
	color: #fff;
}

#news-page-lists  .my-news-list li a:focus,
#news-page-lists  .my-news-list li a:hover {
	color: #73AFB7;
}

#news-page-lists  .my-news-list .my-news-list-more {
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	padding: 4px 12px;
	margin: 8px 0 0;
	border-radius: 3px;
	background: #c9c9c9;
}

#news-page-lists  .my-news-list .my-news-list-more:hover {
	opacity: 0.7;
}

#the-single-news {
	width: 100%;
	display: block;
	clear: both;
	padding: 90px 0 0;
	margin: 0;
}



#the-single-news h2 {
	font-size: 32px;
	line-height: 38px;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 20px;
}

#the-single-news .post-thumbnail {
	display: block;
	margin: 0 0 10px;
}

#the-single-news .art-feat {
    max-height: 100%;
    overflow: hidden;
    margin-bottom: 12px;
}

#the-single-news .art-feat img {
    max-width: 100%;
    display: block;
    clear: both;
    width: 450px;
    margin: 0 auto;
}

#the-single-news .news-date {
	font-size: 20px;
	line-height: 26px;
	color: #999;
	margin: 0 0 10px;
}

.single #the-single-news .news-date {
	display: none;
}

#the-single-news .ssba img:hover {
	opacity: 0.7;
}

#the-single-news .news-share {
	max-width: 100%;
	display: block;
	clear: both;
	margin: 0 0 24px;
}

#the-single-news .news-share div {
    text-align: center !important;
}

#the-single-news p {
    font-size: 16px;
    line-height: 26px;
    color: #999;
    margin: 0 0 20px;
    text-align: center;
}

#single-news-gallery {
	width: 100%;
	display: block;
	clear: both;
	margin: 24px 0 0;
	padding: 40px 0 24px;
	background: #68A2AE;
	text-align: center;
}

#single-news-gallery h3 {
	font-size: 35px;
	line-height: 42px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 30px;
}

#single-news-gallery ul {
	margin: 0;
	padding: 0;
	list-style: outside none;
}

#single-news-gallery ul li {
	width: 18%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0.5% 24px;
	height: 155px;
	overflow: hidden;
	position: relative;
}

#single-news-gallery li img {
	display: block;
	margin: 0;
	height: 100%;
	position: absolute;
	clip: rect(0,450px,155px,0);
	object-fit: cover;
	min-height: 100%;
	width: auto;
	max-width: 100%;
}

#single-news-gallery li img:hover {
	opacity: 0.7;
}

#the-news-arch {
	width: 100%;
	display: block;
	clear: both;
	padding: 90px 0 0;
}

#news-archive-menu {
	width: 100%;
	display: block;
	clear: both;
	margin: 0 0 24px;
	position: fixed;
	top: 136px;
	left: 0;
	z-index: 999;
}

#news-archive-menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: outside none;
}

#news-archive-menu ul li {
	width: 16.35%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 4px;
}

#news-archive-menu li a {
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 15px 5px;
	background: #5C5B5B;
}

#news-archive-menu li a:hover {
	background: #ccc;
}

.single-post .news-frame {
	text-align: center;
}

#my-news-archive article {
	width: 22%;
	display: inline-block;
	vertical-align: top;
	margin: 0 1% 30px;
}

#my-news-archive .entry-title {
	min-height: 96px;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-weight: normal;
	margin: 0 0 5px;
	text-align: center;
}

#my-news-archive .entry-title a {
	color: #333;
}

#my-news-archive .entry-title a:hover {
	color: #68A2AE;
}

#my-news-archive .post-thumbnail {
	width: 100%;
	display: block;
	margin: 0 0 8px;
	height: 165px;
	overflow: hidden;
}

#my-news-archive .post-thumbnail img {
	max-width: 100%;
	display: block;
	margin: 0;
}

#my-news-archive article p {
	font-size: 13px;
	line-height: 18px;
	color: #666;
	margin: 0 0 8px;
}

#my-news-archive article .readmore {
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	padding: 5px 10px;
	border-radius: 5px;
	background: #68A2AE;
}

#my-news-archive article .button-cat {
	text-align: center;
}

#my-news-archive article .readmore:hover {
	background: #333;
}

#news-archive-menu .my-container {
	box-sizing: border-box;
}

.breadcrumbs {
	width: 100%;
	display: block;
	margin: 60px 0 24px;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}

.pagination {
	margin-top: 36px;
	margin-bottom: 60px;
}

body #lightbox {
	z-index: 9999999;
}

body #overlay {
	z-index: 999999;
}

.single-post #f-tesimonials {
	display: none;
}

.my-pagination {
	width: 100%;
	display: block;
	text-align: center;
	padding: 30px 0 24px;
}

.my-pagination .page-numbers,
.my-pagination .next page-numbers,
.my-pagination .prev page-numbers {
	font-size: 20px;
	line-height: 24px;
	color: #333;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	padding: 5px 14px;
	margin: 0 3px;
	background: #f4f4f4;
}

.my-pagination .page-numbers:hover,
.my-pagination .next page-numbers:hover,
.my-pagination .prev page-numbers:hover,
.my-pagination .page-numbers.current {
	background: #c5eaf2;
}

#mobile-phone {
	display: none;
}

#exhib-cat1.current-exhibit,
#exhib-cat2.upcoming-exhibit,
#exhib-cat3.prev-exhibit {
	display: block;
}

.art-feat-hover {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	width: 100%;
	max-width: 800px;
	height: 100%;
	-mx-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity:0;
	z-index: -1;
	margin: auto;
	display: flex;
	align-content: center;
	align-items: center;
}

.art-feat .art-feat-hover img {
	width: auto !important;
	max-width: 100% !important;
	max-height: 95% !important;
	height: auto !important;
	width: auto !important;
	margin: 0 auto;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-mx-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.art-feat:hover .art-feat-hover {
	opacity:1;
	z-index: 999;
}

.art-feat:hover .art-feat-hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

#close-btn  {
	display: none;
}

p.hover-label,
p.click-label {
    	margin: 10px auto 0;
    	text-align: center;
    	font-size: 12px;
    	line-height: 18px;
    	font-weight: 600;
	color: #444;
}

p.click-label {
	display: none;
}

#responsive-menu-button {
	background-color: transparent !important;
}

#the-single-art .art-cont h4 {
    font-size: 28px !important;
    line-height: 34px;
}

#the-single-art .art-cont h5 {
    font-size: 28px !important;
    line-height: 40px;
}

#the-single-art .art-cont h5.price {
    font-size: 28px !important;
    line-height: 36px;
}

p.hover-label {
    	margin: 10px auto 0;
    	text-align: center;
    	font-size: 12px;
    	line-height: 18px;
    	font-weight: 600;
}

/* = My Error page CSS
-------------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.error404 .sidebar {
    display: none;
}
.error-page-cont {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.error-page-texts {
    text-align: center;
    display: block;
    padding: 180px 50px;
}
.error-page-texts a {
    border: 2px solid;
    padding: 15px 30px;
    font-size: 16px;
}
.error-page-texts p{
	padding-bottom: 50px;
}


/* = My Responsive Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 1710px) {
	#my-header .my-container {
		margin: 0px 0px 0px 16%;
	}
	#hp-row1 .b-row2 .b-row2-inner {
		padding: 20px 20px 0 16%;
	}
}


@media screen and (max-width: 1560px) {
	#my-header .my-container {
		margin: 0px 0px 0px 13%;
	}
	#hp-row1 .b-row2 .b-row2-inner {
		padding: 20px 20px 0 13%;
	}
}

@media screen and (max-width: 1450px) {
	#my-header .my-container {
		max-width: 1100px;
		margin: 0 auto;
	}
	#hp-row1 .b-row2 .b-row2-inner {
		padding: 20px 20px 0 11.6%;
	}
	#hp-row1 .b-row2 .b-row2-inner h2 {
		font-size: 38px;
		line-height: 42px;
		margin: 0 0 10px;
	}
	#hp-row1 .b-row2 .b-row2-inner a {
		padding: 16px 20px;
	}
}

@media screen and (max-width: 1400px) {
	#hp-row1 .b-row2 .b-row2-inner {
		padding: 15px 20px 0 5%;
	}
	#my-header .my-container {
		margin: 0px 0px 0px 5%;
 	}
	#hp-row1 .b-row2 .b-row2-inner h2 {
		max-width: 495px;
		font-size: 36px;
		line-height: 42px;
		margin: 0 0 10px;
	}
	#hp-row1 .b-row2 .b-row2-inner p {
		font-size: 15px;
		margin: 0 0 12px;
	}
	#hp-row1 .b-row2 .b-row2-inner a {
		padding: 15px 20px;
	}
}

@media screen and (max-width: 1350px) {
	#my-archive-menu li a {
		font-size: 15px;
		line-height: 22px;
		padding: 26px 8px;
	}
}

@media screen and (max-width: 1250px) {
	.site-inner,
	.my-container {
		max-width: 960px;
	}
	#my-logo {
		max-width: 18%;
	}
	#my-navi {
		width: 80%;
	}
	#my-navi .main-navigation .primary-menu > li {
		margin: 0 0 0 24px;
	}
	#hp-row1 .b-row2 .b-row2-inner h2 {
		max-width: 440px;
		font-size: 32px;
		line-height: 36px;
	}
	#hp-row1 .b-row2 .b-row2-inner a {
		padding: 12px 15px;
	}
	#hp-row2 .hp-upcoming-post .hp-upcoming-post-inner {
		margin: 0 1.6% 0;
	}
	#hp-row2 h3 {
		font-size: 21px;
		line-height: 28px;
		color: #000;
		margin: 0 0 15px;
	}
	#hp-row3 .hprow3-col21 h3 {
		font-size: 24px;
		line-height: 28px;
	}
	#hp-row3 .hprow3-col21 p {
		font-size: 14px;
		line-height: 24px;
	}
	#hp-row4 .hp-artist-inner {
		width: 120px;
		margin: 0 10px 24px;
	}
	#my-footer .f-logo-info {
		width: 34%;
		margin: 0 3% 0 0;
	}
	#my-footer .f-links {
		width: 38%;
	}
	#the-single-art .art-prev-next {
    		padding: 55px 0 24px;
	}

	#my-overlay {
    		width: 27%;
	}
	#about-row1 .about-featured ul li {
    		margin: 0 10px 24px 0;
	}
	#about-row1 h1 {
    		font-size: 28px;
    		line-height: 34px;
	}
	#news-archive-menu ul li {
		width: 16.25%;
	}
	#the-single-art .art-cont {
		width: 480px;
	}
	#the-single-art .art-cont h2,
	#the-single-art .art-cont h3,
	#the-single-art .art-cont h5 {
		font-size: 32px;
		line-height: 38px;
	}
	#the-single-art .art-cont h4,
	#the-single-art .art-cont h5.price {
		font-size: 26px;
		line-height: 30px;
	}
}

@media screen and (max-width: 1160px) {
	#my-archive-menu li a {
		font-size: 14px;
		line-height: 20px;
		padding: 24px 5px;
		font-weight: 600;
		letter-spacing: -1px;
	}
	.art-feat-hover {
    		width: 90%;
	}
}

@media screen and (max-width: 1000px) {
	.menu-phone {
		display: none;
	}
	.site-inner,
	.my-container {
		max-width: 747px;
	}
	#mob-menu {
//		display: block;
//		text-align: right;
	}
	#mob-menu #responsive-menu-button {
//		top: 0;
//		right: 0;
//		width: 55px;
//		height: 32px;
	}
	#mobile-phone {
		display: block;
		text-align: right;
//		padding-right: 7%;
		padding-right: 16px;
//		padding-top: 4%;
		padding-top: 0;
	}
	#mobile-phone a {
		color: #444342;
		padding: 4px 10px 4px 25px;
		background-color: #fff;
		background-image: url('/wp-content/uploads/2016/07/top-phone-icon.jpg');
		background-repeat: no-repeat;
		background-position: 10px 11px;
		cursor: unset;
	}
	#responsive-menu-container.slide-left {
		z-index: 99999;
	}
	.site {
		padding: 92px 0 0;
	}
	#my-header {
		top: 42px;
		padding-top: 0;
	}
	#my-navi {
		width: 80%;
		margin: 15px 0;
		padding: 0;
	}
	#my-navi .main-navigation {
		display: none;
	}
	#my-logo {
		margin: -32px 0 0;
	}
	#wprmenu_menu.left {
		z-index: 999999;
	}
	#wprmenu_bar .menu_title {
		display: none;
	}
	#my-navi .header-search {
		display: none !important
	}
	#hp-row1 .b-row3 ul li, 
	#hp-row1 .bb-row2 ul li, 
	#hp-row1 .b-row1 ul li {
		height: 200px;
	}
	#hp-row1 .b-row2 .b-row2-inner h2 {
		max-width: 100%;
		font-size: 28px;
		line-height: 32px;
		margin: 0 0 10px;
	}
	#hp-row1 .b-row2 .b-row2-inner p {
		font-size: 15px;
		line-height: 22px;
		margin: 0 0 10px;
	}
	#hp-row1 .b-row2 .b-row2-inner a {
		padding: 8px 15px;
		font-size: 12px;
		line-height: 15px;
	}
	#hp-row2 {
		padding: 40px 0;
	}
	#hp-row2 h3 {
		font-size: 18px;
		line-height: 26px;
		margin: 0 0 12px;
	}
	#hp-row2 .hp-current-post h4 {
		font-size: 20px;
		line-height: 26px;
		margin: 0 0 6px;
	}
	#hp-row2 .hp-current-post .hp-curent-author {
		font-size: 12px;
		line-height: 18px;
		margin: 0 0 8px;
	}
	#hp-row2 .hp-upcoming-post .hp-upcoming-post-inner {
		margin: 0 1.5% 0;
	}
	#hp-row2 .hp-upcoming-post .hp-curent-date {
		font-size: 13px;
		line-height: 18px;
	}
	#hp-row2 .hp-upcom-exh .hp-upcoming-link {
		padding: 5px 0;
		font-size: 14px;
		line-height: 22px;
	}
	#hp-row2 .hp-upcom-exh .hp-upcoming-link a i {
		font-size: 15px;
		line-height: 15px;
	}
	#hp-row3 .hprow3-col21 {
		padding-left: 65px;
		background-size: 50px auto;
	}
	#hp-row3 .hprow3-col21 h3 {
		font-size: 20px;
		line-height: 24px;
	}
	#hp-row3 .hprow3-col21 p {
		font-size: 13px;
		line-height: 20px;
	}
	#hp-row3 .hp-newsletter .hp-newsletter-inner {
		width: 72%;
		margin: 0 auto 10px;
//		display: block;
	}
	#hp-row3 .hp-newsletter .hp-femail input {
		height: 35px;
		font-size: 14px;
		line-height: 22px;
		color: #666;
		padding: 6px 10px;
	}
	#hp-row3 .hp-newsletter .hp-fdropdwn select {
		height: 35px;
		font-size: 14px;
		line-height: 22px;
		padding: 6px 10px;
	}
	#hp-row3 .hp-newsletter .hp-fsubmit {
		width: 25%;
	}
	#hp-row3 .hp-newsletter .hp-fsubmit input {
		width: 100%;
		padding: 8px 0;
		font-size: 12px;
		line-height: 18px;
	}
	#hp-row4 {
		padding: 40px 0;
	}
	#hp-row4 h3 {
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 30px;
	}
	#hp-row4 .hp-artist-inner {
		width: 120px;
		margin: 0 6px 24px;
	}
	#hp-row4 .hp-artist-inner h4 {
		font-size: 12px;
		line-height: 18px;
	}
	#hp-row4 .row4-btn {
		font-size: 14px;
		line-height: 18px;
		padding: 10px 26px;
		margin-top: 15px;
	}
	#hp-row5 h3 {
		font-size: 22px;
		line-height: 26px;
		padding: 0 0 24px;
	}
	#hp-row5 .hp-news-inner {
		padding: 24px 0;
	}
	#hp-row5 .hp-news-inner h4 {
		font-size: 22px;
		line-height: 28px;
	}
	#hp-row5 .hp-news-inner h4 small li a {
		font-size: 13px;
		line-height: 18px;
	}
	#hp-row5 .row5-btn {
		font-size: 13px;
		line-height: 22px;
		padding: 12px 0 0;
	}
	#f-supporters {
		padding: 24px 0;
	}
	#f-supporters h3 {
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 30px;
	}
	#f-tesimonials {
		padding: 36px 0 20px;
	}
	#f-tesimonials .testimonials-text p {
		font-size: 14px;
		line-height: 22px;
	}
	#f-tesimonials .bottom-testi .testimonial-author strong {
		font-size: 14px;
		line-height: 22px;
	}
	#f-tesimonials .testimonials-text em::before {
		font-size: 50px;
		line-height: 18px;
		top: 0;
	}
	#my-footer {
		padding: 30px 0 15px;
	}
	#my-footer .f-logo-info {
		width: 48%;
		margin: 0;
	}
	#my-footer .f-contact {
		width: 48%;
		float: right;
	}	
	#my-footer .f-links {
		width: 100%;
		float: none;
		margin: 0;
		padding: 24px 0 0;
		clear: both;
		text-align: center;
	}
	#stockroom-list .stockrooms {
    		width: 23%;
	}

	#the-single-art .art-cont h3 {
    		font-size: 25px;
    		line-height: 29px;
	}

	#the-single-art .art-cont h2 {
    		font-size: 25px;
    		line-height: 29px;
	}

	#the-single-art .art-cont h4 {
    		font-size: 25px;
    		line-height: 29px;
	}

	#the-single-art .art-cont h5 {
    		font-size: 25px;
    		line-height: 29px;
	}

	#the-single-art .art-prev-next {
    		padding: 31px 0 24px;
	}

	#the-single-art .art-links a {
    		font-size: 16px;
    		line-height: 20px;
	}

	#the-single-artist .single-artist-cont {
    		width: 64%;
	}

	#my-overlay {
    		background-color: RGBA(104, 162, 174, 1);
    		padding: 30px;
    		width: 100%;
    		position: relative;
	}
	#about-row1 .about-featured {
    		display: block;
    		text-align: center;
	}
	#about-row1 h1 {
    		font-size:27px;
    		line-height: 32px;
    		display: block;
    		text-align: center;
	}
	#about-row2 li {
    		width: 30%;
    		margin: 11px;
	}
	#my-latest-news h1 {
    		font-size: 40px;
    		line-height: 44px;
	}
	#my-latest-news .my-news h4 {
    		font-size: 21px;
    		line-height: 27px;
	}
	#news-page-lists .my-news-list h4 {
    		font-size: 29px;
    		line-height: 35px;
	}
	#the-single-news h2 {
    		font-size: 29px;
    		line-height: 35px;
	}
	#the-single-news .news-date {
    		font-size: 22px;
    		line-height: 27px;
	}
	#single-news-gallery h3 {
    		font-size: 31px;
    		line-height: 38px;
	}
	#single-news-gallery ul li {
    		width: 30%;
    		margin: 11px;
	}
	#my-news-archive article {
		width: 31%;
	}
	#news-archive-menu ul li {
		width: 16.15%;
	}
	#hp-row1 .b-row2 .b-row2-inner {
		padding: 10px 10px 0 3%;
	}
	#my-header .my-container {
		margin: 0px 0px 0px 3%;
		max-width: 100%;
 	}
	#the-single-art .art-feat {
		width: 375px;
	}
	#the-single-art .art-cont {
		width: 355px;
	}
	#the-single-art .art-cont h4, 
	#the-single-art .art-cont h5.price {
		font-size: 20px;
		line-height: 26px;
	}
}

@media screen and (max-width: 910px) {
	#the-exhibition,
	#the-artists {
		padding: 0;
	}
	#my-archive-menu {
		position: relative;
		top: 0;
	}
	#my-archive-menu ul li {
		width: 100%;
		float: none;
	}
	#my-archive-menu li a {
		border-right: 0;
		border-left: 0;
		border-top: 1px solid #777373;
		border-bottom: 1px solid #777373;
	}
	#hp-row1 .b-row3 ul li, 
	#hp-row1 .bb-row2 ul li, 
	#hp-row1 .b-row1 ul li {
		height: 170px;
	}
	#hp-row1 .b-row2 .b-row2-inner h2 {
		max-width: 100%;
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 8px;
	}
	#the-single-artist {
		padding: 30px 0 0;
	}
}

@media screen and (max-width: 767px) {
	.site-inner,
	.my-container {
		max-width: 600px;
	}
	#my-navi {
		padding-right: 0;
		margin: 20px 0 0;
	}
	#my-navi .header-search {
		display: none !important;
	}
	#mobile-phone {
//    		padding-top: 10%;
//		padding-right: 13%;
	}
	#hp-row1 .b-row2 .b-row2-inner {
		padding: 10px;
	}
	#hp-row1 .b-row2 .b-row2-inner h2 {
		font-size: 16px;
		line-height: 20px;
	}
	#hp-row2 .hp-current-exh {
		width: 100%;
		float: none;
		margin: 0 0 30px;
	}
	#hp-row2 .hp-upcom-exh {
		width: 100%;
		float: none;
	}
	#hp-row3 .hprow3-col21 {
		width: 100%;
		float: none;
	}
	#hp-row3 .hprow3-col22 {
		width: 100%;
		float: none;
		padding: 5px 0 0;
	}
	#hp-row4 {
		padding: 30px 0;
	}
	#hp-row4 .hp-artist-inner {
		width: 120px;
		margin: 0 5px 24px;
	}
	#hp-row5 h3 {
		font-size: 20px;
		line-height: 24px;
		padding: 0 0 15px;
	}
	#hp-row5 .hp-news-inner h4 small li a,
	#hp-row5 .hp-news-inner .hp-news-date {
		font-size: 12px;
		line-height: 16px;
	}
	#hp-row5 .hp-news-inner h4 {
		font-size: 18px;
		line-height: 26px;
	}
	#f-tesimonials {
		padding: 30px 0 15px;
	}
	#f-supporters h3 {
		font-size: 20px;
		line-height: 26px;
		margin: 0 0 24px;
	}
	#f-tesimonials .testimonials-text p {
		font-size: 14px;
		line-height: 22px;
	}
	#f-tesimonials .testimonials-slidelist button.slick-arrow {
		width: 12px;
		height: 28px;
	}
	#my-footer .f-logo-info span {
		font-size: 14px;
		line-height: 21px;
	}
	#my-footer .f-contact ul li {
		font-size: 14px;
		line-height: 22px;
	}
	#upcoming-exhib h3 {
    		font-size: 30px;
    		line-height: 37px;
    		margin: 0 0 45px;
	}
	#stockroom-list .stockrooms {
    		width: 33%;
	}

	#the-single-art .art-feat {
    		width: 100%;
    		float: none;
	}

	#the-single-art .art-cont {
    		width: 100%;
    		float: none;
	}

	#the-single-art .art-cont h3 {
    		font-size: 20px;
    		line-height: 24px;
		margin-bottom: 5px;
	}

	#the-single-art .art-cont h2 {
    		font-size: 20px;
    		line-height: 24px;
		margin-bottom: 5px;
	}

	#the-single-art .art-cont h4 {
    		font-size: 20px;
    		line-height: 24px;
		margin-bottom: 5px;
	}

	#the-single-art .art-cont h5 {
    		font-size: 20px;
    		line-height: 24px;
		margin-bottom: 5px;
	}

	#the-single-art {
    		padding: 40px 0;
	}

	#the-single-artist .single-artist-feat {
    		width: 50% !important;
    		float: none !important;
    		margin: 0 auto;
	}

	#the-single-artist .single-artist-cont {
    		width: 100%;
    		padding-top: 30px;
    		float: none;
	}

	#the-single-artist .single-artist-cont .entry-header h1 {
    		font-size: 20px;
	}

	#the-single-artist .single-artist-cont .entry-header small {
    		font-size: 18px;
    		line-height: 22px;
	}

	#the-single-artist .artist-single-works h3 {
    		font-size: 22px;
    		line-height: 26px;
	}

	#my-related-post h3 {
    		font-size: 20px;
    		line-height: 24px;
	}

	#the-single-artist .single-artist-feat {
    		width: 100% !important;
    		float: none !important;
    		margin: 0 auto;
    		display: block;
    		text-align: center;
	}

	#the-single-artist .single-artist-feat img {
    		margin: 0 auto;
	}

	#contacus-sec1 h2 {
    		font-size: 25px;
	}	
	#my-archive-menu li a {
    		padding: 30px 20px;
	}
	#the-single-news h2 {
    		font-size: 27px;
    		line-height: 33px;
	}
	#the-single-news .news-date {
    		font-size: 20px;
    		line-height: 25px;
	}
	#single-news-gallery h3 {
    		font-size: 29px;
    		line-height: 36px;
	}
	#single-news-gallery li img {
    		margin: 0 auto;
	}
	#single-news-gallery ul li {
    		width: 60%;
    		margin: 20px auto;
	  		text-align: center;
	}
	#news-archive-menu {
		position: relative;
		top: 0;
	}
	#the-prev-echibitions,
	#the-news-arch {
		padding: 0;
	}
	#news-archive-menu ul li {
		width: 15.5%;
	}
	#news-archive-menu li a {
		font-size: 14px;
		line-height: 20px;
		padding: 10px 5px;
	}
	#my-news-archive article {
		width: 47%;
	}
	#hp-row1 .b-row3 ul li, 
	#hp-row1 .bb-row2 ul li, 
	#hp-row1 .b-row1 ul li {
		height: 150px;
	}
	#hp-row1 .b-row2 {
		height: auto;
		position: relative;
	}
	#hp-row1 .b-row2 .b-row2-inner {
		width: 75%;
		position: relative;
		top: 0;
	}
	#hp-row1 .bb-row2 {
		width: 25%;
	}
	#hp-row1 .bb-row2 ul li {
		width: 100%;
	}
	#hp-row1 .bb-row2 ul li:first-child {
		display: none;
	}
	#hp-row1 .b-row2 .b-row2-feat {
		width: 25%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	#hp-row1 .b-row2 .b-row2-feat img {
		opacity: 0;
	}
	#hp-row1 .b-row2 .b-row2-inner h2 {
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 6px;
	}
	#hp-row1 .b-row2 .b-row2-inner p {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 12px;
	}
	#hp-row1 .b-row2 .b-row2-inner a {
		padding: 8px 15px;
		font-size: 13px;
		line-height: 15px;
	}
	.art-feat-hover {
		display: none;
	}
	#full-btn {
		display: block;
		cursor: pointer;
	}
	.art-feat-hover.full-load {
    		opacity: 1;
    		z-index: 999;
    		display: block;
		top: 5%;
	}
	.art-feat-hover.full-load img {
    		-webkit-transform: scale(1);
    		-moz-transform: scale(1);
    		-o-transform: scale(1);
    		-ms-transform: scale(1);
	}
	.art-feat-hover.full-load #close-btn {
    		position: absolute;
    		right: -10px;
    		top: -10px;
    		padding: 5px 10px;
   		border-radius: 50%;
    		background-color: rgba(0, 0, 0, 0.65);
    		color: #fff;
		display: block;
		cursor: pointer;
	}
	.art-feat-hover.full-load .full-overlay{
    		position: fixed;
    		width: 100%;
    		height: 100vh;
    		background-color: rgba(0, 0, 0, 0.63);
    		display: block;
    		z-index: -1;
    		top: 0;
    		left: 0;
	}

	#the-single-art .art-feat img {
		margin: 0 auto;
	}
	.zoomContainer {
		display: none;
	}

}

@media screen and (max-width: 678px) {
	#the-exhibition .my-page-header h1 {
    		font-size: 35px;
    		line-height: 40px;
	}
	#current-exhib .currentexhib h3 {
    		font-size: 23px;
    		line-height: 29px;
    		margin: 0px 0 15px;
	}
	#current-exhib .currentexhib h4 {
    		font-size: 20px;
    		line-height: 27px;
	}
	.my-page-header {
    		padding: 40px 0 30px;
	}
	#stockroom-list .stockrooms {
    		width: 45%;
	}
}

@media screen and (max-width: 640px) {
	.site-inner,
	.my-container {
		max-width: 400px;
	}
	#my-header {
//		position: relative;
	}
	.site {
//		margin: 0;
//		padding:110px 0 0;
	}
	#hp-row1 .b-row3 ul li, 
	#hp-row1 .bb-row2 ul li, 
	#hp-row1 .b-row1 ul li {
		height: 130px;
	}
	#hp-row2 .hp-upcoming-post .hp-upcoming-post-inner {
		width: 100%;
		margin: 0 auto 24px;
		display: block;
	}
	#hp-row4 h3 {
		font-size: 20px;
		line-height: 26px;
		margin: 0 0 24px;
	}
	#hp-row4 .hp-artist-inner {
		width: 120px;
	}
	#hp-row5 .hp-news-inner .hp-news-date {
		width: 100%;
		display: block;
		margin: 0;
	}
	#hp-row5 .hp-news-inner h4 {
		width: 100%;
		display: block;
	}
	#my-footer .f-logo-info {
		width: 100%;
		margin: 0 0 20px;
		float: none;
		clear: both;
	}
	#my-footer .f-contact {
		width: 100%;
		float: none;
	}
	#the-exhibition #exhib-cat2 .my-page-header h1 {
    		font-size: 30px;
    		line-height: 35px;
	}
	#upcoming-exhib ul li {
    		width: 100%;
	}
	#the-prev-echibitions article,
	#prev-exhib .prevexhib {
    		width: 100%;
	}
	#my-overlay h2 {
    		font-size: 16px;
	}

	#my-overlay p {
    		font-size: 13px;
	}

	#my-overlay {
    		padding: 20px;
	}

	#the-contact-us h2 {
    		font-size: 18px;
	}

	#left-fields {
    		width: 100%;
    		float: none;
    		padding-right: 0px;
	}

	#right-fields {
    		width: 100%;
    		float: none;
    		padding-left: 0px;
	}

	#my-inputf {
    		margin-top: 15px !important;
	}

	#the-form .wpcf7-form-control.wpcf7-submit {
    		padding: 10px 20px;
    		font-size: 14px;
	}	
	#my-archive-menu li a {
    		font-size: 16px;
    		line-height: 22px;
	}
	#about-row1 h1 {
    		font-size: 24px;
    		line-height: 30px;
	}
	#about-row1 p {
    		font-size: 16px;
    		line-height: 27px;
	}
	#about-row2 li {
    		width: 100%;
    		margin: 20px 0;
	}
	#about-row3 img.alignright {
    		float: none;
    		display: block;
    		margin: 0 auto 20px;
	}
	#my-latest-news h1 {
		font-size: 36px;
    		line-height: 40px;
	}
	#news-page-lists .my-news-list {
    		width: 100%;
    		display: block;
    		margin: 10px 0;
	}
	#news-archive-menu ul li {
		width: 32%;
		margin: 0 0 5px;
	}
	#my-latest-news .my-news .post-thumbnail {
		width: 70%;
		display: block;
		margin: 0 auto 10px;
	}
	#my-latest-news .my-news .my-news-inner {
		width: 100%;
		display: block;
	}
	#about-row1 p.content-title {
		font-size: 17px;
		line-height: 31px;
	}
}

@media screen and (max-width: 600px) {
	#mobile-phone {
//		padding-right: 14%;
	}
	#my-archive-menu li a {
    		font-size: 16px;
    		line-height: 22px;
	}
	#the-artists #my-archive-menu li a {
    		font-size: 11px;
		line-height: 22px;
		padding: 20px 3px;
	}
	#the-single-news {
		padding: 24px 0 0;
	}
	#the-single-news h2 {
		font-size: 20px;
		line-height: 28px;
	}
	#the-single-news .news-date {
		font-size: 16px;
		line-height: 22px;
	}
	#my-news-archive article {
		width: 100%;
		margin: 0 auto 30px;
	}
	#hp-row1 .b-row2 .b-row2-inner h2 {
		font-size: 16px;
		line-height: 24px;
		margin: 0 0 4px;
	}
	#hp-row1 .b-row2 .b-row2-inner p {
		font-size: 13px;
		line-height: 18px;
		margin: 0 0 8px;
	}
	#hp-row3 .nhp-newsletter {
		width: 100%;
		float: none;
	}
	#hp-row3 .nhp-snewsletter {
		width: 100%;
		float: none;
	}
	#hp-row3 .nhp-snewsletter input {
		padding: 15px 0;
	}
}

@media screen and (max-width: 480px) {
	.site {
		padding: 70px 0 0;
	}
	#my-related-post ul.related_post li {
    		width: 180px !important;
	}

	ul.related_post li a:nth-child(2) {
    		font-size: 12px !important;
	}
}

@media screen and (max-width: 440px) {
	.site-inner,
	.my-container {
		max-width: 280px;
	}
	#my-logo {
		max-width: 24%;
	}
	#my-navi {
		width: 70%;
	}
	#hp-row1 .b-row3 ul li,
	#hp-row1 .b-row1 ul li {
		height: 100px;
	}
	#hp-row1 .bb-row2 ul li {
		height: 125px;
	}
	#hp-row1 .b-row2 .b-row2-inner {
		width: 75%;
//		top: -25px;
	}
	#hp-row1 .bb-row2 {
		width: 25%;
	}
	#hp-row1 .bb-row2 ul li {
		height: 140px;
	}
	#hp-row1 .b-row2 .b-row2-inner h2 {
		font-size: 15px;
		line-height: 22px;
	}
	#hp-row1 .b-row2 .b-row2-inner p {
		font-size: 13px;
		line-height: 18px;
		margin: 0 0 5px;
	}
	#hp-row2 {
		padding: 30px 0;
	}
	.hp-newsletter .hp-newsletter-inner {
		width: 100%;
		display: block;
		margin: 0 auto 10px;
	}
	#hp-row3 .hp-newsletter .hp-fsubmit {
		width: 50%;
		display: block;
		margin: 0 auto;
	}
	#hp-row3 .nhp-newsletter .nhp-newsletter-col21,
	#hp-row3 .nhp-newsletter .nhp-newsletter-col22 {
		width: 100%;
		float: none;
	}
	#hp-row4 .hp-artist-inner {
		margin: 0 5px 20px;
		display: inline-block;
	}
	#hp-row5 h3 {
		font-size: 18px;
		line-height: 24px;
		padding: 0 0 12px;
	}
	#the-exhibition .my-page-header h1 {
    		font-size: 24px;
    		line-height: 30px;
	}
	#current-exhib .currentexhib h3 {
    		font-size: 18px;
    		line-height: 24px;
    		margin: 0px 0 10px;
	}
	#current-exhib .currentexhib h4 {
    		font-size: 16px;
    		line-height: 23px;
	}
	#the-exhibition #exhib-cat2 .my-page-header h1 {
    		font-size: 24px;
    		line-height: 30px;
	}
	#upcoming-exhib h3 {
    		font-size: 25px;
    		line-height: 32px;
    		margin: 0 0 30px;
	}
	#the-prev-echibitions article h3,
	#prev-exhib .prevexhib h3 {
    		font-size: 18px;
    		line-height: 26px;
	}
	#the-prev-echibitions article h4,
	#prev-exhib .prevexhib h4 {
    		font-size: 16px;
    		line-height: 22px;
	}
	#prev-exhib .prevexhib-links ul li {
    		width: 18%;
	}
	.my-page-header h1 {
    		font-size: 25px;
    		line-height: 32px;
	}
	#stockroom-list .stockrooms {
    		width: 100%;
    		max-width: 200px;
	}

	#the-single-art .art-cont h3 {
    		font-size: 16px;
    		line-height: 20px;
		margin-bottom: 0px;
	}

	#the-single-art .art-cont h2 {
    		font-size: 16px;
    		line-height: 20px;
		margin-bottom: 0px;
	}

	#the-single-art .art-cont h4 {
    		font-size: 16px;
    		line-height: 20px;
		margin-bottom: 0px;
	}

	#the-single-art .art-cont h5 {
    		font-size: 16px;
    		line-height: 20px;
		margin-bottom: 0px;
	}

	#the-single-artist .single-artist-cont .entry-header h1 {
    		font-size: 18px;
    		line-height: 22px;
	}

	#the-single-artist .single-artist-cont .entry-header small {
    		font-size: 16px;
    		line-height: 20px;
	}

	#the-single-artist .single-artist-cont p {
    		font-size: 16px;
    		line-height: 20px;
    		color: #999;
	}

	#the-single-artist .artist-single-works h3 {
    		font-size: 20px;
    		line-height: 24px;
	}

	#the-single-artist .single-artist-cont p {
    		font-size: 14px;
    		line-height: 20px;
    		color: #999;
	}

	#contacus-sec1 h2 {
    		font-size: 22px;
	}

	#the-contact-us h2 {
    		font-size: 15px;
	}
	#my-archive-menu ul li {
		display: block;
		float: none;
		width: 100%;
	}
	#my-archive-menu li a {
    		font-size: 14px;
    		line-height: 20px;
    		padding: 20px 10px;
	}
	#about-row1 h1 {
    		font-size: 22px;
    		line-height: 28px;
	}
	#about-row1 p {
    		font-size: 15px;
    		line-height: 26px;
	}
	#about-row3 h3 {
    		font-size: 28px;
    		line-height: 34px;
	}
	#my-latest-news h1 {
    		font-size: 32px;
    		line-height: 36px;
	}
	#my-latest-news .my-news h4 {
    		font-size: 19px;
    		line-height: 25px;
	}
	#news-page-lists .my-news-list h4 {
    		font-size: 25px;
    		line-height: 31px;
	}
	#the-single-news h2 {
    		font-size: 25px;
    		line-height: 31px;
	}
	#the-single-news .news-date {
    		font-size: 18px;
    		line-height: 23px;
	}
	#the-single-news p {
    		font-size: 15px;
    		line-height: 25px;
	}
	#single-news-gallery h3 {
    		font-size: 25px;
    		line-height: 32px;
	}
	#single-news-gallery ul li {
    		width: 100%;
		margin: 10px 0;
	}
	#my-latest-news .my-news .post-thumbnail {
		width: 100%;
	}

	#hp-row3 .hp-newsletter .hp-femail input {
    		font-size: 12px;
	}
	#the-single-art .art-cont h2,
	#the-single-art .art-cont h3 {
		font-size: 22px;
		line-height: 28px;
	}
	#the-single-art .art-cont h5.price,
	#the-single-art .art-cont h5,
	#the-single-art .art-cont h4 {
		font-size: 18px !important;
		line-height: 26px !important;
	}
}

@media screen and (max-width: 395px) {
	#my-navi {
		width: 65%;
	}
	#mobile-phone {
//    		padding-top: 18%;
//		padding-right: 10%;
//		text-align: center;
	}
	#hp-row1 .bb-row2 ul li {
		height: 130px;
	}
	#hp-row1 .b-row2 .b-row2-inner {
		width: 75%;
//		position: absolute;
//		top: -10px;
		background: #3F4343;
		height: 130px;
		left: 0;
	}
	#hp-row1 .b-row2 .b-row2-inner p {
		font-size: 11px;
		line-height: 15px;
	}
	#my-archive-menu li a {
    		font-size: 10px;
    		line-height: 15px;
    		padding: 20px 3px;
	}
	#current-catalogue h3 {
    		font-size: 25px;
    		line-height: 33px;
    		margin: 0 0 20px;
	}
	#upcoming-exhib ul li {
    		margin: 0 0 20px;
    		font-size: 18px;
    		line-height: 27px;
	}
	#upcoming-exhib small {
    		font-size: 14px;
    		line-height: 23px;
	}
	#prev-exhib .prevexhib {
    		margin: 0 auto 30px;
	}
	#current-catalogue li .cur-cat-pop .cur-cat-pop-inner p {
		font-size: 18px;
		line-height: 26px;
	}
}

@media screen and (max-width: 300px) {
	#mobile-phone {
//		padding-right: 23%;
	}
	.site-inner,
	.my-container {
		max-width: 90%;
	}
	#my-logo {
		max-width: 35%;
	}
	#my-navi {
		width: 63%;
	}
	#hp-row1 .b-row2 .b-row2-inner {
		width: 75%;
		padding: 5px 6px 0 4px;
	}
	#hp-row1 .b-row2 .b-row2-inner h2 {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 2px;
	}
	#hp-row1 .b-row2 .b-row2-inner p {
		font-size: 12px;
		line-height: 16px;
		margin: 0 0 6px;
	}
	#hp-row1 .b-row2 .b-row2-inner a {
		padding: 6px 10px;
		font-size: 12px;
		line-height: 15px;
	}
	#hp-row2 h3 {
		font-size: 16px;
		line-height: 24px;
		margin: 0 0 10px;
	}
	#hp-row3 .hprow3-col21 {
		padding-left: 45px;
		background-size: 40px auto;
	}
	#hp-row3 .hprow3-col21 p {
		font-size: 11px;
		line-height: 16px;
	}
	#hp-row5 .hp-news-inner h4 {
		font-size: 14px;
		line-height: 24px;
	}
	#f-supporters h3 {
		font-size: 16px;
		line-height: 24px;
		margin: 0 0 15px;
	}
	#hp-row3 .hprow3-col21 h3 {
		font-size: 18px;
		line-height: 24px;
	}
	#f-supporters ul li {
		margin: 0 1% 24px;
		max-width: 31%;
	}
	#f-supporters li img {
		max-height: 50px;
	}
	#f-tesimonials .testimonials-text em::before {
		font-size: 30px;
		line-height: 10px;
	}
	#f-tesimonials .testimonials-text p {
		font-size: 13px;
		line-height: 20px;
	}
	#f-tesimonials .bottom-testi .testimonial-author strong {
		font-size: 12px;
		line-height: 20px;
	}
	#f-tesimonials .bottom-testi .testimonial-job {
		font-size: 10px;
		line-height: 20px;
	}
	#my-footer .f-logo-info {
		margin: 0;
	}
	#my-footer .f-logo-info img {
		margin: 0 5px 0 0;
		max-width: 70px;
	}
	#my-footer .f-logo-info span {
		font-size: 12px;
		line-height: 18px;
	}
	#my-footer .f-contact ul li {
		font-size: 13px;
		line-height: 18px;
	}
	#my-footer .f-links p {
		font-size: 9px;
		line-height: 16px;
	}
	#the-exhibition .my-page-header h1 {
    		font-size: 22px;
    		line-height: 28px;
	}
	#news-archive-menu .my-container {
		padding-left: 0;
	}
	#news-archive-menu ul li {
		width: 49%;
	}
}