*{
	margin: 0;
	padding: 0;
}

header, nav, section, article, aside, footer, hgroup, figure, figcaption{
	display: block;
}

@font-face {
    font-family: 'DejaVu';
    src: url('../fonts/dejavusansmono.eot');
    src: url('../fonts/dejavusansmono.eot') format('embedded-opentype'),
         url('../fonts/dejavusansmono.woff') format('woff'),
         url('../fonts/dejavusansmono.ttf') format('truetype'),
         url('../fonts/dejavusansmono.svg#DejaVuSansMonoBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DejaVu';
    src: url('../fonts/dejavusansmono-bold.eot');
    src: url('../fonts/dejavusansmono-bold.eot') format('embedded-opentype'),
         url('../fonts/dejavusansmono-bold.woff') format('woff'),
         url('../fonts/dejavusansmono-bold.ttf') format('truetype'),
         url('../fonts/dejavusansmono-bold.svg#DejaVuSansMonoBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DejaVuSerif';
    src: url('../fonts/dejavuserif.eot');
    src: url('../fonts/dejavuserif.eot') format('embedded-opentype'),
         url('../fonts/dejavuserif.woff') format('woff'),
         url('../fonts/dejavuserif.ttf') format('truetype'),
         url('../fonts/dejavuserif.svg#DejaVuSerifBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1{
	font-size: 46px;
}

a, input, textarea{
	outline: none;
	text-decoration: none;
}

input, textarea{
	font-family: 'DejaVu';
}

a{
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

img{
	border: none;
    max-width: 100%;
}

html, body, .main-wrapper{
	height: auto;
	min-height: 100%;
}

body{
	font-family: Helvetica;
	font-size: 10px;
	border: 30px solid;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #000;	
}

body, a{
	color: #000;
}

.main-wrapper{
	width: 100%;
	padding: 15px;	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #ccc;
}

/*MAIN HEADER*/

.main-header{
	text-transform: uppercase;
	margin-bottom: 4.2042042042%;
	overflow: hidden;
}


/*MAIN NAV*/

.main-nav-box{
	width: 70%;
    text-align: center;
}

.logo, .main-nav, .mosaic, .main-nav-box{
	display: inline-block;
	vertical-align: middle;
	font-family: 'DejaVu';
	font-weight: bold;
	letter-spacing: 1px;
}

.main-nav, .mosaic {
    text-align: left;
    width: auto;
}

.logo{
	margin-right: 6.3333333333%;
  background: url("ART_logo.svg") center no-repeat;
  background-size: contain;
}
.logo h1 {
  color: transparent;
}
.mosaic{	
	margin-left: 2.6144578313%;
}

	.square, .circle{
		width: 80px;
		height: 80px;
		padding: 0 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;		
		text-align: center;	 
		vertical-align: middle;
    float: left;
    display: inline-block;
    margin-top: 8px;
	}
	
	.square{
		background: #00ffff;
	}
	.square a, .circle a{
		color: inherit;
		width: 80px;
		height: 80px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;		
		text-align: center;	 
		display: table-cell;
		vertical-align: middle;
	}
	
	.circle{		
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
		background: #ff8a9a;
		behavior: url(PIE.htc);
        float: left;
	}
	
	.main-nav-list{
		width: 285px;
		float: right;
		text-align: right;
		margin-left: 15px;
	}
		
		.main-nav-list a{
			width: 31%;
		}

		.main-nav-list a:hover, .mosaic-list a:hover, .main-nav-list a.active, .mosaic-list a.active{
			color:#FFF;
			background-color: #000;
			border: 2px solid #000;
		}
		
		.main-nav-list a, .mosaic-list a{			
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;	
			display: inline-block;
			vertical-align: top;
			border: 2px solid #000;
			text-align: center;
			padding: 5px 0;
			font-size:11px;
			margin: 0 5px 5px 0;
      letter-spacing: 1px;
		}
	
	.mosaic-list{
		float: right;
		width: 135px;
		margin-left: 20px;
	}

		.mosaic-list .lang{
			width: 31%;
		}

		.mosaic-list .fb{
			width: 31%;
		}

		.mosaic-list .tw{
			width: 31%;
		}

		.mosaic-list .rss{
			width: 31%;
      margin-right: 0;
		}

		.mosaic-list .tags{
			width: 31%;
      margin-right: 0;
		}
		
		.search{
			-webkit-appearance: none;
			background: none;
			border: 2px solid;
			color: #000;
			text-transform: uppercase;
			width: 98%;
			height: 27px;
			font-weight:bold;
			font-size:11px;
			letter-spacing: 0px;
			margin: 0 5px 5px 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 5px;
		}

    .mosaic_row {
        width: 240px;
    }

    .mosaic_row a {
    }

		
input::-webkit-input-placeholder {
	color: #000;
}

input:-moz-placeholder {
	color: #000;
}

/*ITEM*/
#container:before,
#container:after {
    content: "";
    display: table;
}
#container:after {
    clear: both;
}
#container {
    zoom: 1;
    padding-bottom: 10px;
}

#banners {
    width: 200px;
    float: right;
    position: relative;
    z-index: 2;
}
#banners > div {
    margin-bottom: 15px;
}
#banners + #container {
    margin-right: 200px;
}

.inner-wrapper:before,
.inner-wrapper:after {
    content: "";
    display: table;
}
.inner-wrapper:after {
    clear: both;
}
.inner-wrapper {
    zoom: 1;
}


.item{
	width: 200px;
	-webkit-box-shadow: #999 5px 5px 10px;
	-moz-box-shadow: #999 5px 5px 10px;
	box-shadow: #999 5px 5px 10px;	
	behavior: url(PIE.htc);
	margin-bottom: 15px;
	float: left;
    margin-right: 15px;
}

.item.size2{
	width: 415px;
}

.item.size3{
    width: 630px;
    background: #fff;
}

.item.size4{
    width: 845px;
    background: #fff;
}

.item h1 {
    font-size: 26px;
    font-family: "DejaVu";
    margin: 20px 0;
}

.item h2{
	font-family: "DejaVu";
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 12px;
}

.item.size2 h2{
	font-size: 18px;
}

.item .item-text p{
	font-family: "DejaVuSerif", serif;
	line-height: 16px;
	font-size:12px;
}

.item .item-text-small p{
	font-size:11px;
}

.item-body {
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
    font-family: "DejaVuSerif", serif;
}

.item-body ol,
.item-body ul {
    margin-left: 20px;
}
.item-body li {
    margin-bottom: 8px;
    font-size: 12px;
}

.item-body a {
  text-decoration: underline;
  color: #f00
}
.item-body .addthis_toolbox a {
  border-bottom: none;
}
.item-body img {
    margin-bottom: 10px;
    margin-top: 10px;
}

.item-circle{
	height: 200px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: #0000ff;
	behavior: url(PIE.htc);
	color: #fff;	
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
	
	.item-circle-text{
    color: inherit;
		display: table-cell;
		vertical-align: middle;
		height: 200px;
		padding: 0px 10px 0px 10px;
		color:inherit;
		min-width: 180px;
	}
	.item-circle-text p{
		color:inherit;
	}
	
	.item img, .item iframe{
		vertical-align: middle;
	}
		
	.item-text{
		background: #fff;
		padding: 10px 15px 10px 15px;
	}
	.block .item-text{
		background-color:inherit;
		color:inherit;
	}
	.block a{
		background-color:inherit;
		color:inherit;
	}

	.black .item-text{
		background-color: #000;
		color: #FFF;
	}
	
		.item-header{
			padding-bottom: 10px;
		}
		
			.item-header div{
				display: inline-block;
				vertical-align: top;
			}
			
			.item-date{
				margin: 0 10px 10px 0;
			}

			.item .item-text .item-date p{
				font-family: "DejaVu";
				font-size: 10px;
			}

			.item-author{
				font-family: "DejaVu";
				letter-spacing: 1px;
			}
			
				.item-header a, .item-footer a{
					text-transform: uppercase;
					border-bottom: 1px solid;
				}
		
		.item-footer{
			margin-top: 10px;
			/*
			filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
			-moz-opacity: 0.5;
			-khtml-opacity: 0.5; 
			opacity: 0.5; 
			*/
		}

    .item-footer:before, .item-footer:after {
      clear: both;
      content: "";
      display: block;
    }
		
			.item-footer a{
				margin-right: 3px;
        float: left;
        border: none;
        padding: 2px;
			}
			
	.item-blue{
		background: #ccc;
		border: 5px solid #0000ff;
		padding: 25px;
		font-size: 20px;
		font-weight: bold;
		color: #0000ff;
	}

    .size3 .item-date{
        margin: 0 0 10px 10px;
    }

/*END ITEM*/


/*** ARCHIVE ***/

.archive-list .item {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.archive-list .item-text {
    position: absolute;
    bottom: 0;
    vertical-align: middle;
    height: 30px;
    width: 170px;
}
.archive-list .item.black .item-text {
    height: 240px;
    width: 140px;
    padding: 30px;
}
.archive-list .item.black .item-text h2 {
    font-size: 16px;
}
/*** END ARCHIVE ***/


/*** GALLERY ***/

.item-gallery {
    width: 100%;
    min-height: 1015px;
}

.item-gallery .inner {
    padding: 10px;

}
#flexslider img{
  max-width: 100%;
  width: auto;
  display: inline-block;
}
#flexslider li {
  text-align: center;
}
#flexcarousel {
    padding-left: 50px;
    padding-right: 50px;
}
#flexcarousel.no-control {
  padding-left: 0;
  padding-right: 0;
}
#flexcarousel li {
    margin-right: 10px;
    position: relative;
}
#flexcarousel li.flex-active-slide:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 100%;
    border-bottom: 4px solid violet;
}
.flex-caption {
  font-family: "DejaVuSerif",serif;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 0;
  color: #777;
  text-align: center;
}
/* Direction Nav */
#flexcarousel .flex-direction-nav a {
    width: 40px;
    height: 80px;
    margin: -95px 0 0;
    position: absolute;
    top: 0;
    opacity: 1;
    background: #ccc;
    background: rgba(155,155,155,.66);
}

#flexcarousel .flex-direction-nav .flex-prev {
    left: -50px;
}

#flexcarousel .flex-direction-nav .flex-next {
    right: -60px;
    text-align: right;
}

#flexcarousel .flexslider:hover .flex-prev {
    opacity: 1;
    left: -50px;
}

#flexcarousel .flexslider:hover .flex-next {
    opacity: 1;
    right: -60px;
}

#flexcarousel .flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 12px;
    text-align: center;
    line-height: 80px;
    display: block;
    color: #fff;
    content: '\f003';
}

#flexcarousel .flex-direction-nav a.flex-next:before {
    content: '\f003';
}
#flexcarousel .flex-direction-nav a.flex-prev:before {
    -webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);
}

@media screen and (max-width: 860px) {
    #flexcarousel .flex-direction-nav .flex-prev {
        opacity: 1;
        left: -50px;
    }

    #flexcarousel .flex-direction-nav .flex-next {
        opacity: 1;
        right: -60px;
    }
}

#flexslider {
    margin-top: 40px;
  height: 790px;
}

#flexslider img {
  max-height: 790px;
}

#flexslider .flex-direction-nav {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "dejavuserif";
    color: #777777;
}
#flexslider .flex-direction-nav a {
    width: auto;
    height: 20px;
    margin: 0 0;
    position: absolute;
    top: -28px;
    opacity: 1;
    color: #777777;
}

#flexslider .flex-direction-nav .flex-prev {
    left: 0;
}

#flexslider .flex-direction-nav .flex-next {
    right: 0;
    text-align: right;
}

#flexslider .flexslider:hover .flex-prev {
    opacity: 1;
    left: 0;
}

#flexslider .flexslider:hover .flex-next {
    opacity: 1;
    right: 0;
}


#flexslider .flex-direction-nav a.flex-next:before {
    display: none;
}
#flexslider .flex-direction-nav a.flex-next:after {
    content: '\f003';
    font-family: "flexslider-icon";
    font-size: 10px;
    line-height: 20px;
    display: inline-block;
    color: #777;
    content: '\f003';
    margin-left: 5px;
}
#flexslider .flex-direction-nav a.flex-prev:before {
    font-family: "flexslider-icon";
    font-size: 10px;
    line-height: 20px;
    display: inline-block;
    color: #777;
    content: '\f003';
    margin-right: 5px;
    -webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);
}

.flex-direction-count {
    position: absolute;
    left: 50%;
    top: -25px;
    margin-left: -25px;
    width: 50px;
    text-align: center;

}

@media screen and (max-width: 860px) {
    #flexslider .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0;
    }

    #flexslider .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0;
    }
}
/*** END GALLERY ***/

.ad{
	padding:5px;
	background-color:#000;
	color:#FFF;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}