@charset "utf-8";
/* CSS Document */


/*
================================================================
	Font Styles
================================================================
*/

@font-face {
    font-family: 'market';
    src: url('../fonts/market/market-regular.eot');
    src: url('../fonts/market/market-regular.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/market/market-regular.woff2') format('woff2'),
         url('../fonts/market/market-regular.woff') format('woff'),*/
         url('../fonts/market/market-regular.ttf') format('truetype'),
         url('../fonts/market/market-regular.svg#marketregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museo';
    src: url('../fonts/museoTK/museo300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'museo';
    src: url('../fonts/museoTK/museo700.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


/*@font-face {
    font-family: 'museo300';
    src: url('../fonts/museo300/Museo300-Regular-webfont.eot');
    src: url('../fonts/museo300/Museo300-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo300/Museo300-Regular-webfont.woff2') format('woff2'),
         url('../fonts/museo300/Museo300-Regular-webfont.woff') format('woff'),
         url('../fonts/museo300/Museo300-Regular-webfont.ttf') format('truetype'),
         url('../fonts/museo300/Museo300-Regular-webfont.svg#museo300') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museo700';
    src: url('../fonts/museo700/Museo700-Regular-webfont.eot');
    src: url('../fonts/museo700/Museo700-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo700/Museo700-Regular-webfont.woff2') format('woff2'),
         url('../fonts/museo700/Museo700-Regular-webfont.woff') format('woff'),
         url('../fonts/museo700/Museo700-Regular-webfont.ttf') format('truetype'),
         url('../fonts/museo700/Museo700-Regular-webfont.svg#museo700') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

/* Social Icons perfecticons.com */
@font-face {
    font-family: 'si';
    src: url('../fonts/socicon-1.3/socicon.eot');
    src: url('../fonts/socicon-1.3/socicon.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon-1.3/socicon.woff') format('woff'),
         url('../fonts/socicon-1.3/socicon.ttf') format('truetype'),
         url('../fonts/socicon-1.3/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(PATH_TO/socicon.svg) format(svg);
    }
}






/*
================================================================
	Misc. Styles
================================================================
*/


*
{
	-webkit-tap-highlight-color:transparent; /* Safari, Chrome */
	-moz-tap-highlight-color:transparent;  /* Firefox */
	tap-highlight-color:transparent; /* CSS3 */
	
	-webkit-user-select:none;  /* Safari, Chrome */
    -moz-user-select: none; /* Firefox */
    user-select: none; /* CSS3 */
	
	-webkit-touch-callout:none; /* Safari, Chrome */
	-moz-touch-callout:none;  /* Firefox */
	touch-callout:none; /* CSS3 */

	-webkit-backface-visibility: hidden;
}

body
{
	font-family: 'museo', sans-serif;
	background-color:rgba(255,255,255,0);
	color: #000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	width: 100%;
	height:100%;
}

html
{
	/*background-image: url("../img/body-tile.png");*/
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed
}

a, a:hover, a:focus {
	color: #000;
	text-decoration: none;
}

.no-flickr {
	-webkit-transform: translate3d(0,0,0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
} 

.no-padding {
	padding-left:0px !important;
	padding-right:0px !important;
}

.centerContent
{
	text-align:center;
}

.leftContent
{
	text-align:left;
}

.rightContent
{
	text-align:right;
}

.bold {
	font-family: 'museo', sans-serif;
	font-weight: 700;

}

.img-resize {
    /* display: block; */
    max-width: 100%;
    height: auto;
}

.img-resize-gallery {
    /* display: block; */
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.desktopOnly {
	display:none !important;
}







/*
================================================================
	Main Styles
================================================================
*/




.site /*NA*/
{
	position:relative;
	width:100%;
	height:100%;
}

.site-intro-panel /*NA*/
{
	position:relative;
	/*background-color:rgba(0,0,0,1);*/
	color:rgba(204,204,204,1);
	height:100%;
	/*height:100vh;*/
}



























/*
================================================================
	Nav Styles
================================================================
*/

.navbar {
    border-radius:0;
    margin-bottom: 0;
}

.navbar-default {
    background-color: #333;
    border-color: #222;
}

.navbar-default .navbar-brand {
    color: #ddd;
   	transition: all 0.2s ease-in-out;
}

.navbar-default .navbar-brand:hover {
    color: #aaa;
    background-color: transparent;
}

.brand-logo {
	padding-top:0;
}

.navbarLogo {
	width: 50px;
}

.navbar-brand img, .navbar-brand p {
	display: inline;
}

.navbar-brand p {
	font-size: 22px;
	line-height: 22px;
}

.navbar-brand img {
	margin-top: -8px;
}

.navbar-brand {
	padding-top: 8px;
}

.navbar-default .navbar-nav>li>a {
    color: #ddd;
    transition: all 0.2s ease-in-out;
    font-family: 'museo';
    font-weight: 700;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #f33d4a;
    background-color: transparent;
}







/*
================================================================
	Home Styles
================================================================
*/

.index-body {
	background-color: #1d1d1d;
}

.triangle-header {
    position: relative;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 1080px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.hero-header {
	position: relative;
	padding-top: 300px;
}

.hero-header .container-fluid {
	position: absolute;
	width: 100%;
}

.hero-header h2 {
	font-family: 'market';
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 0;
}

.hero-header .tagline {
	padding-top: 0px;
	z-index: 10;
}

.hero-header h3 {
	font-size: 20px;
	line-height: 28px;
	margin-top: 10px;
}

.header-tri {
	position: relative;
	width: 100%;
}


/* triangle red logo */
.header-triangle-logo {
	position: absolute;
	z-index: 10;
}

.header-triangle-logo img {
}


/* triangle red logo */
.header-triangle-img {
	position: absolute;
    top:0px;
    left:50%;
    margin-left:-300px; /* half of the width */
    width: 600px;
    height:auto;
    z-index: 9;
}

.header-triangle-img img {
	width: 600px;
}

.header-triangle-img .img-resize {
	max-width: 1000px;
}



/* triangle red outline lrg */
.header-triangle-tri1 {
	position: absolute;
	z-index: 0;
	top:170px;
}

.header-triangle-tri1 img {
	width: 250px;
}



/* triangle red outline small */
.header-triangle-tri2 {
	position: absolute;
	z-index: 0;
	top:390px;
}

.header-triangle-tri2 img {
	width: 70px;
}



.hero-slider {
    position: absolute;
    top: 0;
    z-index: -2;
    background-image: url(../img/tri-homecover.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 1080px;
    /*transition: all 0.3s ease-in-out;*/
}

.hero-slider-overlay {
    position: absolute;
	z-index: 0;
	top: 0;
    /*background-color: rgba(30,30,30,.1);*/
    background-size: cover;
    width: 100%;
    height: 100%;

background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(70%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}


.test1 {
	position: absolute;
	top: 0;
	width: 100%;
}

.newbox {
	position: relative;
	margin:0 auto;
	width: 600px;
	height: 200px;
	background-color: #aaa;
}

/*
================================================================
	artists Styles
================================================================
*/

.artists-section .container-fluid {
	max-width: 1280px;
}

.artists-section {
	position: relative;
	padding-top:86px;
	padding-bottom:20px;
	background-color: #222222;
	color: #dddddd;
	z-index: 20;
}

.artists-section .row.artist-row {
	margin-bottom: 80px;
}

.artists-header {
	margin-bottom: 80px;
}

.artists-header h1 {
	font-family: 'market';
	font-size: 100px;
	line-height: 70px;
}

.artists-header p {
	font-size: 20px;
}

.artists {
	margin-bottom: 50px;
	height: 200px;
}

.artists p{
	margin-top: 12px;
	font-size: 22px;
	color: #dddddd;
}

.artist-img {
	margin:0 auto;
	width: 100px;
	height: 100px;
	border-radius: 150px;
	overflow: hidden;
	display: inline-block;
	/*border:2px solid #f33d4a;*/

}

.artist-img img {
	width: 100px;
	height: 100px;
}









/*
================================================================
	art Styles
================================================================
*/

.art-section .col-xs-6,
.art-section .col-sm-3,
.art-section .col-md-3 {
	padding-left: 0;
	padding-right: 0;
}

.art-box {
	overflow: hidden;
	display: inline-block;
}

.art-box-img {
	transform:scale(1.02);
    transition: all 0.5s ease-in-out;
}

.art-box:hover .art-box-img{
	transform:scale(1.08);
}


.ev-col-lg-1, .ev-col-lg-10, .ev-col-lg-11, .ev-col-lg-12, .ev-col-lg-2, .ev-col-lg-3,
.ev-col-lg-4, .ev-col-lg-5, .ev-col-lg-6, .ev-col-lg-7, .ev-col-lg-8, .ev-col-lg-9,
.ev-col-md-1, .ev-col-md-10, .ev-col-md-11, .ev-col-md-12, .ev-col-md-2, .ev-col-md-3,
.ev-col-md-4, .ev-col-md-5, .ev-col-md-6, .ev-col-md-7, .ev-col-md-8, .ev-col-md-9,
.ev-col-sm-1, .ev-col-sm-10, .ev-col-sm-11, .ev-col-sm-12, .ev-col-sm-2, .ev-col-sm-3,
.ev-col-sm-4, .ev-col-sm-5, .ev-col-sm-6, .ev-col-sm-7, .ev-col-sm-8, .ev-col-sm-9,
.ev-col-xs-1, .ev-col-xs-10, .ev-col-xs-11, .ev-col-xs-12, .ev-col-xs-2, .ev-col-xs-3,
.ev-col-xs-4, .ev-col-xs-5, .ev-col-xs-6, .ev-col-xs-7, .ev-col-xs-8, .ev-col-xs-9 {
	width:100%;
	position: relative;
    min-height: 1px;
    float: left;
}





/*
================================================================
	art details Styles
================================================================
*/

.art-body {
	background-color: #1d1d1d;
}

.nav-triangle-logo {
	position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    height: auto;
    z-index: 9;
}

.art-details-section {
	height: 134px;
	padding-top: 50px;
	background-color: #444;
	color: #ddd;

}

.fixed-top {
	position: fixed;
	top:0;
	width: 100%;
	z-index: 1000;

}

.artist-detail-header {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 18px;

}

.artist-detail-header .name {
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 0;
}

.artist-detail-header .career {
	font-size: 14px;
    line-height: 22px;
}

.artist-detail-header .name {
	color: #f33d4a;
}

.artist-img-container {
	height: 60px;
	float: left;
}

.artist-detail-header .artist-img {
	margin-right: 16px;
	margin-top: 2px;
	width: 40px;
	height: 40px;
}

.artist-detail-header .artist-img img {
	width: 50px;
	height: 50px;
}

.artist-detail-header .artist-info {
}


/* ART BOX */
.art-container-section {
	padding-top: 0px;
	padding-bottom: 0px;
	height: auto;
	margin-top: 133px;
}

.art-content {
	height: auto;
	overflow: hidden;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	
	justify-content: center;
 	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}

.art-content img {
}



.post-details {
    background-color: #333333;
    color: #dddddd;
    /*padding:24px;*/
}

.post-details .container-fluid.ps-container {
	position: relative;
    height: 100%;
}

.post-details .container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 40px;
	padding-top: 18px;
}

.post-details .container-fluid .row {
	margin-right: 24px;
	margin-left: 24px;
}

.post-details .container-fluid .row .col-md-12 {
	padding-right: 0px;
	padding-left: 0px;
}

.post-share .col-xs-3 {
	padding-left: 4px;
	padding-right: 4px;
}

.comments-divider {
	border-top: 1px #444444 solid;
	height:1px;

}


/* COMMENTS */
.post-comments-container {
	padding-top:30px;

}

.post-details .post-header .title{
	color: #f33d4a;
	font-size: 24px;
}

.post-details .post-desc .desc{
	color: #dddddd;
	font-size: 15px;
	line-height: 28px;
	margin-top:20px;
}

.post-details .post-desc .date{
	color: #dddddd;
	font-size: 12px;
	margin-top: 28px;
}

.post-activity {
	margin-top: 20px;
}

.post-activity-container {
	width: 100px;
	display: inline-block;

}

.post-activity-container i,
.post-activity-container p,
.post-comments-header i,
.post-comments-header p {
	display: inline;
	padding-right:6px; 
}

.post-activity-container i {
}

.post-activity-container p {
}

.post-share {
	margin-top: 60px;
	margin-bottom: 30px;
	/*padding-left: 9px;
	padding-right: 9px;*/
}

.post-share p {
	color: #dddddd;
}

.post-share a {
	line-height: 32px;
}

.facebook-share,
.pinterest-share,
.twitter-share,
.linkedin-share {
	text-align: center;
	height: 32px;
	font-size: 14px;
}

.facebook-share {
	background-color: #3b5997;
}

.pinterest-share {
	background-color: #bf1b21;
}

.twitter-share {
	background-color: #54abee;
}

.linkedin-share {
	background-color: #0077b5;
}






/* COMMENT SECTION */

.post-comments-container {
	/*border-top: 1px #444444 solid*/
}

.post-comments-container .row.post-comments {
	margin-left: 0;
	margin-right: 0;
}

.post-comments-header {
	font-size: 14px;
	margin-bottom: 40px;
}


.post-comment-list {
	padding:0;
}

.post-comment-list .comment-img-container {
	height: 60px;
    float: left;
}

.post-comment-list .comment-img {
	border-radius: 150px;
    overflow: hidden;
    display: inline-block;
    margin-right: 6px;
    margin-top: 2px;
    width: 30px;
    height: 30px;
}

.post-comment-list .comment-img img {
    width: 30px;
    height: 30px;
}

.post-comment-list .comment-content {
	margin-left: 34px;
	padding-top: 4px;

}

.post-comment-list .comment-content .post-name {
	color: #f33d4a;
	font-size: 20px;
}

.post-comment-list .comment-content .post-content {
	color: #dddddd;
	font-size: 16px;
}

.post-comment-list .comment-content .post-date {
	text-align: right;
	color: #dddddd;
	font-size: 12px;
	margin-bottom: 16px;
}

.post-comment-list .post-comment {
	border-bottom: 1px #444444 solid;
	margin-top: 16px;
}



/* PERFECT SCROLLBAR */

.ps > .ps__scrollbar-y-rail {

}


/* default scroll rail */
.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
    display: block;
    background-color: transparent;
}

/* default scroll bar */
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    background-color: #888;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

    right: 2px;
    width: 6px;
}

/* on hover widen scroll rail */
.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
    width: 11px;
}

/* on hover change scroll bar color */
.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
    background-color: #aaa;
}

/* on hover change scroll rail color */
.ps:hover > .ps__scrollbar-y-rail:hover {
    background-color: #555;
    opacity: 0.9;
}

/* on click / scroll change scroll rail color */
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #666;
    opacity: 0.9;
}

/* on click / scroll change scroll bar color */
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y  {
    background-color: #f33d4a;
}








/*
================================================================
	Media Queries
================================================================
*/

@media (max-height: 900px) {

	.hero-header {
	    padding-top: 520px !important;
	}

}



@media (min-width: 400px) {

.ev-col-lg-1, .ev-col-lg-10, .ev-col-lg-11, .ev-col-lg-12, .ev-col-lg-2, .ev-col-lg-3,
.ev-col-lg-4, .ev-col-lg-5, .ev-col-lg-6, .ev-col-lg-7, .ev-col-lg-8, .ev-col-lg-9,
.ev-col-md-1, .ev-col-md-10, .ev-col-md-11, .ev-col-md-12, .ev-col-md-2, .ev-col-md-3,
.ev-col-md-4, .ev-col-md-5, .ev-col-md-6, .ev-col-md-7, .ev-col-md-8, .ev-col-md-9,
.ev-col-sm-1, .ev-col-sm-10, .ev-col-sm-11, .ev-col-sm-12, .ev-col-sm-2, .ev-col-sm-3,
.ev-col-sm-4, .ev-col-sm-5, .ev-col-sm-6, .ev-col-sm-7, .ev-col-sm-8, .ev-col-sm-9,
.ev-col-xs-1, .ev-col-xs-10, .ev-col-xs-11, .ev-col-xs-12, .ev-col-xs-2, .ev-col-xs-3,
.ev-col-xs-4, .ev-col-xs-5, .ev-col-xs-6, .ev-col-xs-7, .ev-col-xs-8, .ev-col-xs-9 {
	width:50%;
}


}


/* SMALL-MEDIUM DEVICES, TABLETS */

@media (min-width: 500px) {

	.header-triangle-img {
		margin-left: -400px;
		width: 800px;
	}

	.header-triangle-img img {
		width: 800px;
	}

	/* triangle red outline lrg */
	.header-triangle-tri1 {
		top:224px;
	}

	.header-triangle-tri1 img {
		width: 350px;
	}

	/* triangle red outline small */
	.header-triangle-tri2 {
		top:530px;
	}

	.header-triangle-tri2 img {
		width: 115px;
	}

	.hero-header {
		position: relative;
		padding-top: 370px;
	}

	.hero-header h2 {
		font-size: 80px;
		line-height: 80px;
		margin-bottom: 0;
	}

	.hero-header .tagline {
		padding-top: 0px;
		z-index: 10;
	}

	.hero-header h3 {
		font-size: 22px;
		line-height: 32px;
		margin-top: 10px;
	}


}


@media (min-width: 600px) {

	.header-triangle-img {
		margin-left: -500px;
		width: 1000px;
	}

	.header-triangle-img img {
		width: 1000px;
	}

	/* triangle red outline lrg */
	.header-triangle-tri1 {
		top:310px;
	}

	.header-triangle-tri1 img {
		width: 350px;
	}

	/* triangle red outline small */
	.header-triangle-tri2 {
		top:614px;
	}

	.header-triangle-tri2 img {
		width: 115px;
	}

	.hero-header {
		position: relative;
		padding-top: 460px;
	}

	.hero-header h2 {
		font-size: 115px;
		line-height: 115px;
		margin-bottom: 0;
	}

	.hero-header .tagline {
		padding-top: 0px;
		z-index: 10;
	}

	.hero-header h3 {
		font-size: 26px;
		line-height: 38px;
		margin-top: 10px;
	}


}


/* SMALL DEVICES, TABLETS / DESKTOPS */

@media (min-width: 768px) {

	.desktopOnly {
		display:inherit !important;
	}

	.mobileOnly {
		display:none !important;
	}

	/* Index page */
	.triangle-header {
    	height: 1500px;
	}

	.header-triangle-img {
		margin-left: -553px;
		width: 1106px;
	}

	.header-triangle-img img {
		width: 1106px;
	}

	.header-triangle-img .img-resize {
		max-width: 100%;
		min-width: 900px;
	}

	/* triangle red outline lrg */
	.header-triangle-tri1 {
		top:344px;
	}

	.header-triangle-tri1 img {
	}

	/* triangle red outline small */
	.header-triangle-tri2 {
		top:650px;
	}

	.header-triangle-tri2 img {
	}



	.hero-slider {
	    height: 1500px;
	}


	.hero-header {
		padding-top: 560px;
	}

	.hero-header h2 {
		font-size: 150px;
		line-height: 100px;
		margin-bottom: 0;
	}

	.hero-header .tagline {
		padding-top: 16px;
	}

	.hero-header h3 {
		font-size: 30px;
		margin-top: 30px;
	}



	.artists-header h1 {
	    font-size: 150px;
	    line-height: 100px;
	}

	.artists-header p {
		font-size: 30px;
	}


	.artist-img {
		width: 125px;
		height: 125px;
	}

	.artist-img img {
		width: 125px;
		height: 125px;
	}








	/* Artwork gallery page */


	.art-details-section {
		height: 170px;
	}

	.artist-detail-header {
		padding-left: 45px;
		padding-right: 45px;
		margin-top: 25px;

	}

	.artist-detail-header .name {
		font-size: 36px;
		margin-bottom: 0;
		margin-top: 0;
	}

	.artist-detail-header .career {
		font-size: 20px;
	    line-height: 24px;
	}

	.artist-detail-header .name {
	}





	.art-container-section {

	    margin-top: 170px;
	}

	.artist-detail-header .artist-img {
	    margin-right: 16px;
	    margin-top: 6px;
	    width: 50px;
	    height: 50px;
	}


	.post-details .post-header .title {
	    font-size: 36px;
	}

	.post-details .post-desc .desc {
	    font-size: 16px;
	    line-height: 28px;
	    margin-top: 20px;
	}


	.post-comments-header {
		/*font-size: 16px;*/
	}





}

@media (min-width: 800px) {

.ev-col-lg-1, .ev-col-lg-10, .ev-col-lg-11, .ev-col-lg-12, .ev-col-lg-2, .ev-col-lg-3,
.ev-col-lg-4, .ev-col-lg-5, .ev-col-lg-6, .ev-col-lg-7, .ev-col-lg-8, .ev-col-lg-9,
.ev-col-md-1, .ev-col-md-10, .ev-col-md-11, .ev-col-md-12, .ev-col-md-2, .ev-col-md-3,
.ev-col-md-4, .ev-col-md-5, .ev-col-md-6, .ev-col-md-7, .ev-col-md-8, .ev-col-md-9,
.ev-col-sm-1, .ev-col-sm-10, .ev-col-sm-11, .ev-col-sm-12, .ev-col-sm-2, .ev-col-sm-3,
.ev-col-sm-4, .ev-col-sm-5, .ev-col-sm-6, .ev-col-sm-7, .ev-col-sm-8, .ev-col-sm-9,
.ev-col-xs-1, .ev-col-xs-10, .ev-col-xs-11, .ev-col-xs-12, .ev-col-xs-2, .ev-col-xs-3,
.ev-col-xs-4, .ev-col-xs-5, .ev-col-xs-6, .ev-col-xs-7, .ev-col-xs-8, .ev-col-xs-9 {
	width:33.3%;
}



}



/* MEDIUM DEVICES, DESKTOPS */

@media (min-width : 992px) {

	.hero-header h3 {
		font-size: 35px;
		margin-top: 30px;
	}


	.art-content {
		margin-right: 400px;
		/*padding-left: 50px;
		padding-right: 50px;
		padding-top: 70px;*/
	}

	.post-details {
		width: 400px;
	    height: calc(100% - 170px);
	    position: fixed;
	    top: 170px;
	    right: 0;
	    z-index: 2;
	    overflow: hidden;
	}

	.artists-header p {
		font-size: 40px;
	}

	.artist-img {
		width: 150px;
		height: 150px;
	}

	.artist-img img {
		width: 150px;
		height: 150px;
	}


}

/* LARGE DEVICES, WIDE SCREENS */

@media (min-width : 1200px) {


	/*.art-content {
		margin-right: 400px;
		padding-left: 50px;
		padding-right: 50px;
	}*/



}

@media (min-width: 1400px) {

.ev-col-lg-1, .ev-col-lg-10, .ev-col-lg-11, .ev-col-lg-12, .ev-col-lg-2, .ev-col-lg-3,
.ev-col-lg-4, .ev-col-lg-5, .ev-col-lg-6, .ev-col-lg-7, .ev-col-lg-8, .ev-col-lg-9,
.ev-col-md-1, .ev-col-md-10, .ev-col-md-11, .ev-col-md-12, .ev-col-md-2, .ev-col-md-3,
.ev-col-md-4, .ev-col-md-5, .ev-col-md-6, .ev-col-md-7, .ev-col-md-8, .ev-col-md-9,
.ev-col-sm-1, .ev-col-sm-10, .ev-col-sm-11, .ev-col-sm-12, .ev-col-sm-2, .ev-col-sm-3,
.ev-col-sm-4, .ev-col-sm-5, .ev-col-sm-6, .ev-col-sm-7, .ev-col-sm-8, .ev-col-sm-9,
.ev-col-xs-1, .ev-col-xs-10, .ev-col-xs-11, .ev-col-xs-12, .ev-col-xs-2, .ev-col-xs-3,
.ev-col-xs-4, .ev-col-xs-5, .ev-col-xs-6, .ev-col-xs-7, .ev-col-xs-8, .ev-col-xs-9 {
	width:25%;
}


}


@media (min-width: 1600px){




}

