body {
	width: auto;
	height: 100%;
	background: url(../images/bg-f.jpg) center center fixed;
	background-size:cover;
	margin:0px;
	font-family: 'Roboto', sans-serif;
}
#main {
	width:100%;
}
#header {
	height:190px;
	text-align:center;
	position:relative;
	z-index:10001;
}
.header-img {
	background: url(../images/header-bg.jpg) center top fixed;
}
.logo {
	display:block;
}
.logo-img {
	height:90px;
	margin:40px 0px 10px 0px;
}
.artist {
	position:absolute;
	right:30px;
	top:30px;
}
.artist img {
	width:150px;
}
#menus {
	margin-top:10px;
}
#menus ul {
	margin:0px;
	padding:0px;
}
#menus ul li {
	display:inline-block;
	border-right:1px solid #5f5f5f;
}
#menus ul li.last {
	border:0px;
}
select#ddLogin {
	display:none !important;
	z-index:-10000 !important;
	width:0px !important;
}
#menus ul li a {
	color:#999999;
	word-spacing:2px;
	letter-spacing:6px;
	margin:0px 15px;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	font-weight:lighter;
}
#menus ul li a:hover, #menus ul li a#active {
	text-decoration:none;
	color:#eee;
}
.res-menu {
	width:90%;
	padding:3px 5%;
	height:20px;
	background:#2c3e50;
	color:#fff;
	border-bottom:1px solid #000;
	display:none;
	font-size:12px;
	line-height:20px;
}
.nav-text {
	display:block;
	float:left;
}
.nav-icon {
	display:block;
	height:17px;
	width:21px;
	background:url(../images/icon-navicon.png) no-repeat;
	background-size:100% 100%;
	float:right;
}
.responsive-menu {
	background:#fff;
	z-index:10001;
	display:none;
}
.responsive-menu li {
	list-style:none;
}
.responsive-menu li a {
	display:block;
	padding:5px 15px;
	font-size:11px;
	letter-spacing:2px;
	color:#666;
	border-bottom:1px solid #2c3e50; 
}
.responsive-menu li a:hover {
	background:#2c3e50;
	color:#fff;
}
.container-section {
	width:950px;
	min-height:600px;
	padding:15px;
	background:url(../images/white1.png);
	margin:30px auto;
	border-radius:10px;
}
.container-innerpage-section {
	width:850px;
	padding:15px;
	margin:40px auto;
}
.innerpage-section {
	color:#fff;
	width:100%;
}
.inner-left-sec {
	float:left;
	width:200px;
	margin-right:30px;
}
.inner-right-sec {
	float:left;
	width:610px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
}
.terms {
	font-family: 'Roboto', sans-serif;
	font-weight:lighter;
	font-size:12px;
	line-height:16px;
	color:#fff;
	margin-top:20px;
}
.inner-right-sec p .image-text {
	font-size:13px; 
	display:block; 
	font-style:italic; 
	line-height:17px;
}
h2.maintitle {
	font-weight:lighter;
	letter-spacing:2px;
	font-size:30px;
	color:#fff;
}
.content {
	text-align:right;
}
.inner-section h2 {
	font-weight:300;
	letter-spacing:2px;
	font-size:30px;
	color:#fff;
}
.contactpage-section {
	width:712px;
	padding:15px;
	margin:30px auto 0 ;
}
.commentpage-section {
	width:712px;
	padding:15px;
	margin:30px auto 0 ;
}
.contact-left-section {
	width:240px;
	min-height:300px;
	float:left;
	padding:0px 30px 20px 0px;
	border-right:1px solid #aaa;
	font-size:13px;
}
.contact-left-section h2, .contact-right-section h2 {
	font-size:19px;
	margin-bottom:10px;
}
.contact-right-section {
	width:410px;
	min-height:300px;
	float:left;
	padding-left:30px;
}
#contact label {
	display:block;
	margin:5px 0px;
}
#contact div.row {
	margin-bottom:20px;
}
.contact-form p {
	margin:0px;
}
.contact-form p span {
	display:block;
	margin:2px 0px;
	font-size:13px;
}
.contact-right-section span {
	display:block;
	line-height:20px;
	font-size:13px;
}
.error{
	display: none;
	margin-top:10px;
}		
.error_show{
	color: #E00;
	margin-top: 5px;
	display:block;
	font-size:11px;
}
input.invalid, textarea.invalid{
	border: 2px solid red;
}
input.valid, textarea.valid{
	border: 2px solid green;
}
div.location {
	width: 100%;
	margin: 0px auto 0;
	color:#000;
}
div.location iframe {
    width:100%;
    min-height: 250px;
}
.gm-style-iw {
	position:relative !important;
	width:100px;
	height:40px;
	border:2px solid #f0f;
}
.map-popup {
	position: absolute;
	width: 151px;
	height:56px;
	top:-8px !important;
	left:-14px;
	z-index:100000 !important;
	background:#a6ce3a url(../images/map-location.jpg) no-repeat;
	background-size:100% auto;
	border-radius:3px;
}
.text-field {
	padding:5px 8px;
	border:1px solid #aaa;
	width:220px;
	font-size:12px;
	background:#444;
	color:#fff;
}
.text-area {
	padding:4px 8px;
	border:1px solid #aaa;
	width:220px;
	max-width:220px;
	height:40px;
	max-height:40px;
	background:#444;
	font-size:14px;
	color:#fff;
}
.field-button {
	width:100px;
	height:32px;
	background:#666;
	border:1px solid #333;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	margin:10px 0px 0px 135px;
	cursor:pointer;
	border-bottom:3px solid #333;
}
.inner-right-sec h1 {
	font-weight:bolder;
	letter-spacing:2px;
	font-size:32px;
	color:#7a7a7a;
	margin-bottom:20px;
}
.inner-right-sec p, .inner-section p {
	font-weight:300;
	font-size:16px;
	margin:8px 0px 10px 0px;
	line-height:27px;
}
.comment-img {
	float:left;
	max-width:500px;
	max-height:400px;
	margin:0px 15px 15px 0px;
}
.comments-image {
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
.comments-image p {
	margin:10px 0px;
}
.comments-image img {
	max-height:350px;
	max-width:700px;
}
#ddLogin, #comment-rss-feed {
	display:none;
}
div.emoty-container {
	display:none;
}
.comment-label {
	color:#333;
}
.commentbox-content {
	display:block;
	clear:both;
	min-height:300px;
}
.commentbox-content h1 {
	font-size:20px;
	font-weight:normal;
	margin:0px 0px 15px 0px;
	letter-spacing:2px;
}
.commentbox-content p {
	margin:0px;
	padding:0px;
	font-size:13px;
	line-height:20px;
	letter-spacing:1px;
}
#container {
	height:420px;
	overflow:hidden;
}
#timeline {
	height:100px;
	width:100%;
	background:#EEE;
	position:fixed;
	bottom:0px;
	left:0px;
	overflow:hidden;
}
#horiz_container_outer {
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	z-index:1000;
	height: 470px;
}
#horiz_container {
	width: 23300px;
	margin: 0px;
	padding: 0px;
	height: 430px;
}
#horiz_container .box {
	display: inline-table;
	float:left;
	margin: 8px;
	position:relative;
}
#horiz_container_inner {
	padding-left: 0px;
}
.small-boxes {
	float:left;
	height:425px;
}
.small-box {
	height:205px;
}
.small-box .box img {
	height:190px;
}
.big-box {
	height:430px;
	overflow:hidden;
	float:left;
}
.big-box .box img {
	height:400px;
}
.content-section {
	height:30px;
	width:100%;
	background:#F5F5F5;
	position:absolute;
	bottom:0px;
	left:0px;
	overflow:hidden;
}
.left-cont {
	float:left;
	margin:7px 0px 0px 10px;
	font-size:13px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
.right-cont {
	float:right;
	margin:2px 10px 0px 0px;
}
.right-cont a {
	padding-left:15px;
	text-decoration:none;
	color:#333;
	background:url(../images/comment-icon.png) no-repeat left center;
	background-size:11px 8px;
	font-size:9px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
.right-cont a:hover {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
#timeline-section {
	position:fixed; 
	height:70px; 
	padding:10px 0px; 
	bottom:0px; 
	width:100%;
	background:#eee;
    z-index: 1000;
}
#scrollbar {
	position: relative;
	width: 95%;
	height: 12px;
	display: block;
	font-size: 1px;
	margin:40px auto;
}
.timeline {
	width:100%; 
	position:absolute; 
	top:-40px; 
	height:30px;
}
.timeline a {
	font-size:15px;
	display:block;
	float:left;
	text-decoration:none;
	color:#656565;
	height:35px;
	line-height:32px;
	width:20%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
/* color hover start */
.timeline a.hover{
	color:#f7322a;
	font-size:18px;
}
/* color hover End */
.divider-sec {
	width:100%; 
	position:absolute; 
	top:2px;
	left:0px;
	background: #c0c0c0;
	height:10px;
}
.divider {
	width:20%;
	float:left;
	text-align:right;
}
.divider .line {
	width:3px;
	display:inline-block;
	background:#fff;
	height:10px;
}
#track {
	position: absolute;
	left: 0px;
	top: -40px;
	width: 100%;
	height: 55px;
	cursor:pointer;
}
#dragBar {
	position: absolute;
	left: 0px;
	top: 33px !important;
	width: 20px;
	min-width:30px;
	max-width:30px;
	height: 30px;
	background:url(../images/bar-round.png) no-repeat;
	background-size:cover;
}
#dragBar:hover {
	cursor:move;
}
#left_scroll {
	position: absolute;
	border-color: transparent #ff2209 transparent transparent;
	border-style: solid;
	border-width: 9px;
	width: 0;
	height: 0px;
	cursor: pointer;
	top: -3px;
	left: -25px;
}
#right_scroll {
	position: absolute;
	right: -25px;
	top: -3px;
	border-color: transparent transparent transparent #ff2209;
	border-style: solid;
	border-width: 9px;
	width: 0;
	height: 0px;
	cursor: pointer;
}
/* Prevent selection problem */
#scrollbar, #track, #dragBar, #left, #right {
	-moz-user-select: none;
	-khtml-user-select: none;
}
/* fancybox start */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000000 !important;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:5px solid #fff;
}
.fancybox-opened {
	z-index: 1000000 !important;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../images/fancybox_sprite.png);
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../images/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1000000 !important;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(../images/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
	overflow: visible !important;
	width: auto;
}
.fancybox-lock body {
	overflow: hidden !important;
}
.fancybox-lock-test {
	overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1000000 !important;
	background: url(../images/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000000 !important;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* gallery start */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 1.2s;
  -moz-transition-duration: 1.2s;
  transition-duration: 1.2s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
.portfolio-box .project-post {
  width: 33.33%;
  overflow: hidden;
}
.portfolio-box .project-post img {
  width: 100%;
}
.left-portfolio {
	width:20%;
	min-width:200px;
	min-height:300px;
	background:#09C;
	float:left;
}
.right-portfolio {
	width:78%;
	min-height:300px;
	background:#CCC;
	float:right;
}
.portfolio-container {
	text-align:center;
	margin-top:30px;
}
ul.filter {
  margin: 0;
  padding: 0;
  margin-bottom: 60px;
}
ul.filter li {
  list-style: none;
  display: inline-block;
  margin:0px 15px;
}
ul.filter li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  font-weight:lighter;
  letter-spacing: 2px;
  color: #666666;
  line-height:22px;
  padding:5px 10px;
}
ul.filter li a:hover,
ul.filter li a.active {
  color: #ffffff;
}
ul.filter li a span {
	font-size:15px; 
	text-align:right; 
	color:#a8a9ad;
}

ul.filter li a:hover span,
ul.filter li a.active span {
	color:#ffffff !important;
}
.portfolio-box.four-col .project-post {
  width: 19.6%;
  margin:0% 0.2%;
}
/* gallery end */



/* responsive start */

@media (max-width: 1919px) {
.portfolio-box.four-col .project-post {
    width: 19.57%;
}
}
@media only screen and (min-width: 1500px) {
#header {
	height:210px;
}
.logo-img {
	height:100px;
}
.artist img {
	width:200px;
}
#container {
	height:550px;
}
#timeline {
	height:110px;
}
#horiz_container_outer {
	height: 550px;
}
#horiz_container {
	height: 540px;
	width:29300px;
}
.small-boxes {
	float:left;
	height:535px;
}
.small-box {
	height:275px;
}
.small-box .box img {
	height:240px;
}
.big-box {
	height:545px;
	overflow:hidden;
	float:left;
}
.big-box .box img {
	height:516px;
}
ul.filter li {
  margin:0px 20px;
}
}
@media (max-width: 1199px) {
.portfolio-box.four-col .project-post {
	width: 24.55%;
}

}
@media (max-width: 991px) {
ul.filter li {
	margin-bottom: 3px;
}
.portfolio-box.four-col .project-post {
	width: 19.5%;
}
.landscape-image {
	width:100%;
	height:auto;
}
ul.filter li a {
  font-size: 17px;
  letter-spacing: 2px;
  padding: 10px 10px;
  line-height:18px;
}
ul.filter li a span {
	font-size:13px !important;
}
.container-innerpage-section {
	width:90%;
}
.innerpage-section {
	padding-bottom:30px;
	width:100%;
}
.inner-left-sec {
	float:none;
	width:100%;
	text-align:center;
	margin:0px auto;
}
.inner-right-sec {
	float:none;
	width:100%;
}
.contactpage-section {
	width:300px;
	padding:5px;
}
.commentpage-section {
	width:500px;
	padding:5px;
}
.contact-left-section {
	width:280px;
	float:none;
	padding:0px;
	border:0px;
	margin:0px auto;
	margin-bottom:50px;
}
.contact-right-section {
	width:300px;
	float:none;
	padding:0px;
}

}
/* devices ----------- */
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}
/* iPads (portrait and landscape) ----------- */


/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
}
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
}
/* Samsung Galaxy S3 ----------- */

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#header {
	height:45px;
	position:relative;
	text-align:left;
	width:100%;
}
.logo-img {
	height:40px;
	margin:10px 0px 0px 20px;
}
.artist {
	right:15px;
	top:15px;
}
.artist img {
	width:45px;
}
#menus {
	display:none;
}
#container {
	height:100px;
	margin-top:10px;
}
.quotes {
	width:90%;
}
#horiz_container .box {
    margin: 5px;
}
#horiz_container_outer {
	width: 100%;
	height: 150px;
}
.small-box .box {
	margin:3px !important;
}
#horiz_container {
	height: 100px;
	width:2000px;
}
.small-boxes {
	height:95px;
	float:left;
	display:inline-block;
}
.big-box {
	height:95px;
	float:left;
	display:inline-block;
}
.small-boxes .small-box {
	float:none;
	height:45px;
}
.small-box .box img {
	height:38px;
}
.big-box .box img {
	height:90px;
}
.content-section {
	display:none;
}
.inner-right-sec h1 {
    font-size: 23px !important;
}
.inner-section h2 {
	font-size:24px;
}
.inner-right-sec p, .inner-section p {
	font-size:13px;
	line-height:22px;
}
#timeline-section {
	height:25px; 
	padding:10px 0px; 
}
#scrollbar {
	margin:15px auto;
	width: 91%;
}
#left_scroll {
    border-width: 7px;
    top: -3px;
    left: -20px;
}
#right_scroll {
    right: -20px;
    top: -3px;
    border-width: 7px;
}
#timeline {
	height:30px;
}
.divider-sec {
	height:6px;
}
.timeline {
	top:-27px; 
}
.timeline a {
	font-size:10px;
}
.timeline a.hover{
	color:#c00;
	font-weight:bold;
	font-size:12px;
}
#dragBar {
	left: 0px;
	top: 34px !important;
	width: 20px;
	min-width:20px;
	max-width:20px;
	height: 20px;
}
ul.filter {
	margin:0px 0px 30px 0px;
}
ul.filter li {
	margin:0px 7px;
}
ul.filter li a {
  font-size: 11px;
  letter-spacing: 2px;
  padding: 5px 0px;
  line-height:15px;
}
ul.filter li a span {
	font-size:9px !important;  
}
.responsive-menus-sec {
	width:160px;
	position:absolute;
	left:200px;
	top:20px;
}
.res-menu {
	display:block;
}
.portfolio-container {
    text-align: center;
    margin-top: 10px;
}
.container-innerpage-section {
    margin: 40px auto;
}
.inner-right-sec h1 {
	font-size:27px;
}
.inner-right-sec h2 {
	font-size:25px;
}
}
/* Smartphones (landscape) ----------- */
@media only screen and (max-width : 480px) {
#header {
	height:45px;
	position:relative;
	text-align:left;
}
.logo-img {
	height:40px;
	margin:10px 0px 0px 20px;
}
.artist {
	right:15px;
	top:15px;
}
.artist img {
	width:45px;
}
#menus {
	display:none;
}
#container {
	height:100px;
	margin-top:10px;
}
#horiz_container .box {
    margin: 5px;
}
#horiz_container_outer {
	width: 100%;
	height: 150px;
}
.small-box .box {
	margin:3px !important;
}
#horiz_container {
	height: 100px;
	width:5200px;
}
.small-boxes {
	height:95px;
	float:left;
	display:inline-block;
}
.big-box {
	height:95px;
	float:left;
	display:inline-block;
}
.small-boxes .small-box {
	float:none;
	height:45px;
}
.small-box .box img {
	height:38px;
}
.big-box .box img {
	height:90px;
}
.content-section {
	display:none;
}
.inner-right-sec h1 {
    font-size: 23px !important;
}
.inner-section h2 {
	font-size:24px;
}
.inner-right-sec p, .inner-section p {
	font-size:13px;
	line-height:22px;
}
#timeline-section {
	height:25px; 
	padding:10px 0px; 
}
#scrollbar {
	margin:15px auto;
	width: 91%;
}
#left_scroll {
    border-width: 7px;
    top: -3px;
    left: -20px;
}
#right_scroll {
    right: -20px;
    top: -3px;
    border-width: 7px;
}
#timeline {
	height:30px;
}
.divider-sec {
	height:6px;
}
.timeline {
	top:-27px; 
}
.timeline a {
	font-size:10px;
}
.timeline a.hover{
	color:#c00;
	font-weight:bold;
	font-size:12px;
}
#dragBar {
	left: 0px;
	top: 34px !important;
	width: 20px;
	min-width:20px;
	max-width:20px;
	height: 20px;
}
ul.filter {
	margin:0px 0px 30px 0px;
}
ul.filter li {
	margin:0px 7px;
}
ul.filter li a {
  font-size: 11px;
  letter-spacing: 2px;
  padding: 5px 0px;
  line-height:15px;
}
ul.filter li a span {
	font-size:9px !important;  
}
.responsive-menus-sec {
	width:160px;
	position:absolute;
	left:200px;
	top:20px;
}
.res-menu {
	display:block;
}
.portfolio-container {
    text-align: center;
    margin-top: 10px;
}
.container-innerpage-section {
    margin: 40px auto;
}
.inner-right-sec h1 {
	font-size:27px;
}
.inner-right-sec h2 {
	font-size:25px;
}

}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
#header {
	height:95px;
	text-align:center;
}
.logo-img {
	height:50px;
	margin:15px 0px 0px 0px;
}
.artist img {
	width:40px;
}
#container {
	height:170px;
}
#horiz_container_outer {
	width: 100%;
	height: 170px;
}
#horiz_container {
	height: 170px;
	width:9000px;
}
.small-boxes {
	height:75px;
	float:left;
	display:inline-block;
}
.big-box {
	height:165px;
	float:left;
	display:inline-block;
}
.small-boxes .small-box {
	float:none;
	height:72px;
}
.small-box .box img {
	height:72px;
}
.big-box .box img {
	height:160px;
}
.timeline a {
	font-size:8px;
}
#timeline-section {
	height:40px; 
	padding:10px 0px; 
}
#scrollbar {
	margin:25px auto;
	width: 86%;
}
.timeline {
	top:-30px; 
}
.timeline a.hover{
	color:#c00;
	font-weight:bold;
	font-size:9px;
}
.responsive-menus-sec {
	width:100%;
	position:relative;
	left:0px;
	top:0px;
}
.portfolio-box.four-col .project-post {
	width: 49.4%;
}
.inner-section h2 {
	font-size:24px;
}
.inner-right-sec p, .inner-section p {
	font-size:13px;
	line-height:22px;
}
}
/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
#header {
	height:80px;
	text-align:center;
}
.logo-img {
	height:40px;
	margin:15px 0px 0px 0px;
}
.artist {
	right: 30px;
	top: 30px;
}
.artist img {
	width:50px;
}
#container {
	height:280px;
	margin-top:3%;
}
#horiz_container_outer {
	width: 100%;
	height: 280px;
}
#horiz_container {
	height: 280px;
	width:6000px;
}
.small-boxes {
	height:130px;
	float:left;
	display:inline-block;
}
.big-box {
	height:275px;
	float:left;
	display:inline-block;
}
.small-boxes .small-box {
	float:none;
	height:130px;
}
.small-box .box img {
	height:130px;
}
.big-box .box img {
	height:270px;
}
.timeline a {
	font-size:8px;
}
#timeline-section {
	height:70px; 
	padding:10px 0px 15px 0px; 
}
#scrollbar {
	margin:30px auto;
	width: 86%;
}
.timeline {
	top:-30px;
	height:70px; 
}
.timeline a{
	font-size:16px;
}
.timeline a.hover{
	color:#c00;
	font-weight:bold;
	font-size:20px;
}
.res-menu {
    width: 90%;
    padding: 5px 5%;
	font-size:15px;
	margin-top:10px;
}
.responsive-menus-sec {
	width:100%;
	position:relative;
	left:0px;
	top:0px;
}
.responsive-menu li a {
	padding: 10px 25px;
	font-size: 14px; 
}
#left_scroll {
	border-width: 18px;
	top: -15px;
	left: -50px;
}
#right_scroll {
	right: -50px;
	top: -15px;
	border-width: 18px;
}
.portfolio-box.four-col .project-post {
	width: 24.55%;
}
ul.filter li a {
  font-size: 23px;
  letter-spacing: 2px;
  padding: 10px 10px;
  line-height:18px;
  font-family:Arial, Helvetica, sans-serif;
}
.inner-section h2 {
	font-size:24px;
}
.inner-right-sec p, .inner-section p {
	font-size:13px;
	line-height:22px;
}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
#header {
	height:200px;
	text-align:center;
}
.logo-img {
	height: auto;
    margin: 15px 0px 0px 0px;
    width: 85%;
}
.artist {
	right: 30px;
	top: 30px;
}
.artist img {
	width:100px;
}
#container {
	height:600px;
	margin-top:8%;
}
#horiz_container_outer {
	width: 100%;
	height: 600px;
}
#horiz_container {
	height: 600px;
    width: 25600px;
}
.small-boxes {
	height: 490px;
	float:left;
	display:inline-block;
}
.big-box {
	height: 452px;
	float:left;
	display:inline-block;
}
.small-boxes .small-box {
	float:none;
	height:230px;
}
.small-box .box img {
	height: 220px;
}
.big-box .box img {
	height: 450px;
}
.timeline a {
	font-size:8px;
}
#timeline-section {
	height:100px; 
	padding:10px 0px 30px 0px;
}
#scrollbar {
	margin:56px auto;
	width: 86%;
}
.timeline {
	top:-35px;
	height:100px; 
}
.timeline a{
	font-size:10px;
}
.timeline a.hover{
	color:#c00;
	font-weight:bold;
	font-size:12px;
}
.res-menu {
    width: 90%;
    padding: 15px 5%;
	font-size:20px;
	margin-top:20px;
}
.responsive-menus-sec {
	width:100%;
	position:relative;
	left:0px;
	top:0px;
}
#left_scroll {
	border-width: 18px;
	top: -15px;
	left: -50px;
}
#right_scroll {
	right: -50px;
	top: -15px;
	border-width: 18px;
}
.responsive-menu li a {
	padding: 10px 25px;
	font-size: 18px; 
}
.portfolio-box.four-col .project-post {
	width: 24.55%;
}
ul.filter li a {
  font-size: 20px;
  margin-top:30px;
  font-family:Arial, Helvetica, sans-serif;
}
.inner-section h2 {
	font-size:24px;
}
.inner-right-sec p, .inner-section p {
	font-size:13px;
	line-height:22px;
}
}
/* iPhone 4 ----------- */
/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
#header {
	height:80px;
	text-align:center;
}
.logo-img {
	height:40px;
	margin:15px 0px 0px 0px;
}
.artist {
	right: 30px;
	top: 30px;
}
.artist img {
	width:50px;
}
#container {
	height:280px;
	margin-top:3%;
}
#horiz_container_outer {
	width: 100%;
	height: 280px;
}
#horiz_container {
	height: 280px;
	width:6000px;
}
.small-boxes {
	height:130px;
	float:left;
	display:inline-block;
}
.big-box {
	height:275px;
	float:left;
	display:inline-block;
}
.small-boxes .small-box {
	float:none;
	height:130px;
}
.small-box .box img {
	height:130px;
}
.big-box .box img {
	height:270px;
}
.content-section {
	display:none;
}
.timeline a {
	font-size:8px;
}
#timeline-section {
	height:70px; 
	padding:10px 0px 15px 0px; 
}
#scrollbar {
	margin:30px auto;
	width: 86%;
}
.timeline {
	top:-30px;
	height:70px; 
}
.timeline a{
	font-size:16px;
}
.timeline a.hover{
	color:#c00;
	font-weight:bold;
	font-size:20px;
}
.res-menu {
    width: 90%;
    padding: 5px 5%;
	font-size:15px;
	margin-top:10px;
}
.responsive-menus-sec {
	width:100%;
	position:relative;
	left:0px;
	top:0px;
}
.responsive-menu li a {
	padding: 10px 25px;
	font-size: 14px; 
}
#left_scroll {
	border-width: 18px;
	top: -15px;
	left: -50px;
}
#right_scroll {
	right: -50px;
	top: -15px;
	border-width: 18px;
}
.portfolio-box.four-col .project-post {
	width: 24.55%;
}
ul.filter li a {
  font-size: 23px;
  letter-spacing: 2px;
  padding: 10px 10px;
  line-height:18px;
  font-family:Arial, Helvetica, sans-serif;
}
.inner-section h2 {
	font-size:24px;
}
.inner-right-sec p, .inner-section p {
	font-size:13px;
	line-height:22px;
}
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
#main {
	width: 100%;
}
#header {
	height:200px;
	text-align:center;
}
.logo-img {
	height:150px;
	margin:15px 0px 0px 0px;
}
.artist {
	right: 30px;
	top: 30px;
}
.artist img {
	width:100px;
}
#container {
	height:750px;
	margin-top:8%;
}
#horiz_container_outer {
	width: 100%;
	height: 750px;
}
#horiz_container {
	height: 750px;
	width:40000px;
}
.small-boxes {
	height:490px;
	float:left;
	display:inline-block;
}
.big-box {
	height:700px;
	float:left;
	display:inline-block;
}
.small-boxes .small-box {
	float:none;
	height:350px;
}
.small-box .box img {
	height:330px;
}
.big-box .box img {
	height:680px;
}
.timeline a {
	font-size:8px;
}
#timeline-section {
	height:100px; 
	padding:10px 0px 30px 0px;
}
#scrollbar {
	margin:56px auto;
	width: 86%;
}
.timeline {
	top:-35px;
	height:100px; 
}
.timeline a{
	font-size:16px;
}
.timeline a.hover{
	color:#c00;
	font-weight:bold;
	font-size:20px;
}
.res-menu {
    width: 90%;
    padding: 15px 5%;
	font-size:20px;
	margin-top:20px;
}
.responsive-menus-sec {
	width:100%;
	position:relative;
	left:0px;
	top:0px;
}
#left_scroll {
	border-width: 18px;
	top: -15px;
	left: -50px;
}
#right_scroll {
	right: -50px;
	top: -15px;
	border-width: 18px;
}
.responsive-menu li a {
	padding: 10px 25px;
	font-size: 18px; 
}
.portfolio-box.four-col .project-post {
	width: 24.55%;
}
ul.filter li a {
  font-size: 20px;
  margin-top:30px;
  font-family:Arial, Helvetica, sans-serif;
}
.inner-section h2 {
	font-size:24px;
}
.inner-right-sec p, .inner-section p {
	font-size:13px;
	line-height:22px;
}

}
/* iPhone 5 ----------- */
/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
}
/* iPhone 6 ----------- */
/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
#header {
	height:80px;
	text-align:center;
}
.logo-img {
	height:40px;
	margin:15px 0px 0px 0px;
}
.artist {
	right: 30px;
	top: 30px;
}
.artist img {
	width:50px;
}
#container {
	height:280px;
	margin-top:3%;
}
#horiz_container_outer {
	width: 100%;
	height: 280px;
}
#horiz_container {
	height: 280px;
	width:17300px;
}
.small-boxes {
	height:130px;
	float:left;
	display:inline-block;
}
.big-box {
	height:275px;
	float:left;
	display:inline-block;
}
.small-boxes .small-box {
	float:none;
	height:130px;
}
.small-box .box img {
	height:130px;
}
.big-box .box img {
	height:270px;
}
.timeline a {
	font-size:8px;
}
#timeline-section {
	height:70px; 
	padding:10px 0px 15px 0px; 
}
#scrollbar {
	margin:30px auto;
	width: 86%;
}
.timeline {
	top:-30px;
	height:70px; 
}
.timeline a{
	font-size:16px;
}
.timeline a.hover{
	color:#c00;
	font-weight:bold;
	font-size:20px;
}
.res-menu {
    width: 90%;
    padding: 5px 5%;
	font-size:15px;
	margin-top:10px;
}
.responsive-menus-sec {
	width:100%;
	position:relative;
	left:0px;
	top:0px;
}
.responsive-menu li a {
	padding: 10px 25px;
	font-size: 14px; 
}
#left_scroll {
	border-width: 18px;
	top: -15px;
	left: -50px;
}
#right_scroll {
	right: -50px;
	top: -15px;
	border-width: 18px;
}
.portfolio-box.four-col .project-post {
	width: 24.55%;
}
ul.filter li a {
  font-size: 23px;
  letter-spacing: 2px;
  padding: 10px 10px;
  line-height:18px;
  font-family:Arial, Helvetica, sans-serif;
}
.inner-section h2 {
	font-size:24px;
}
.inner-right-sec p, .inner-section p {
	font-size:13px;
	line-height:22px;
}
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
#main {
	width: 100%;
}
#header {
	height:200px;
	text-align:center;
}
.logo-img {
	height:150px;
	margin:15px 0px 0px 0px;
}
.artist {
	right: 30px;
	top: 30px;
}
.artist img {
	width:100px;
}
#container {
	height:750px;
	margin-top:8%;
}
#horiz_container_outer {
	width: 100%;
	height: 750px;
}
#horiz_container {
	height: 750px;
	width:15000px;
}
.small-boxes {
	height:490px;
	float:left;
	display:inline-block;
}
.big-box {
	height:700px;
	float:left;
	display:inline-block;
}
.small-boxes .small-box {
	float:none;
	height:350px;
}
.small-box .box img {
	height:330px;
}
.big-box .box img {
	height:680px;
}
.timeline a {
	font-size:8px;
}
#timeline-section {
	height:100px; 
	padding:10px 0px 30px 0px;
}
#scrollbar {
	margin:56px auto;
	width: 86%;
}
.timeline {
	top:-35px;
	height:100px; 
}
.timeline a{
	font-size:16px;
}
.timeline a.hover{
	color:#c00;
	font-weight:bold;
	font-size:20px;
}
.res-menu {
    width: 90%;
    padding: 15px 5%;
	font-size:20px;
	margin-top:20px;
}
.responsive-menus-sec {
	width:100%;
	position:relative;
	left:0px;
	top:0px;
}
#left_scroll {
	border-width: 18px;
	top: -15px;
	left: -50px;
}
#right_scroll {
	right: -50px;
	top: -15px;
	border-width: 18px;
}
.responsive-menu li a {
	padding: 10px 25px;
	font-size: 18px; 
}
.portfolio-box.four-col .project-post {
	width: 24.55%;
}
ul.filter li a {
  font-size: 20px;
  margin-top:30px;
  font-family:Arial, Helvetica, sans-serif;
}
.inner-section h2 {
	font-size:24px;
}
.inner-right-sec p, .inner-section p {
	font-size:13px;
	line-height:22px;
}
}
/* iPhone 6+ ----------- */