/* general rules */
html, body, header, div, h1, h2, h3, p, blockquote, menu, ul, li, a, form, input{
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background-color: #FFFFFF;
	color: #404040;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Lato', sans-serif;
}
h1{
	font-family: 'Lato', sans-serif;
	font-size: 3em;
	font-weight: 700;
	padding-top: 50px;
	padding-bottom: 30px;
}
h2{
	font-size: 1.5em;
	font-weight: 400;
	padding-top: 20px;
	padding-bottom: 20px;
}
h3{
	font-size: 1.2em;
	font-weight: 400;
	padding-top: 30px;
	padding-bottom: 15px;
}

p{
	font-size: 0.875em;
	font-weight: 300;
	line-height: 1.75;
	padding-bottom: 20px;
}
p i{
	font-style: italic;
}
p b{
	font-weight: 700;
}
p.legenda{
	font-family: 'Roboto', sans-serif;
	font-size: 0.8125em;
	color: #A6A6A6;
	padding-top: 5px;
	padding-bottom: 50px;
}
blockquote{
	font-size: 0.875em;
	line-height: 1.75;
	padding: 0 10px;
}

ul,li{
	list-style: none;
}

a{
	text-decoration: underline;
	color: #404040;
	cursor: pointer;
}

button{
	cursor: pointer;
	outline: none;
	border: none;
	padding: 0;
}
table{
	width: 100%;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	border-collapse: collapse;
}
form,
input{
	outline: none;
}
.hr{
	width: 100%;
	height: 1px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
/* img */
img{
	max-width: 100%;
	height: auto;
	display: block;
}
/* font-awesome */
#font-awesome{
	color: #E74C3C;
	padding-right: 5px;
}



/* ---- */
/* left */
.left{
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #282C34;
	z-index: 99;
}
.left a{
		text-decoration: none;
}
/* menu-icon */
.left .menu-icon{
		width: 50px;
		height: 50px;
		position: absolute;
		display: inline-block;
		background-color: transparent;
		z-index: 99;
}
.left .menu-icon #mobile-icon{
		width: 50px;
		height: 50px;
		display: block;
		cursor: pointer;
}
.left #mobile-icon .line-top,
.left #mobile-icon .line-middle,
.left #mobile-icon .line-bottom{
		width: 30px;
		height: 2px;
		position: absolute;
		top: 50%;
		left: 10px;
		background: #FFFFFF;
}
.left #mobile-icon .line-top{
		-webkit-transform: translateY(-8px) rotate(0deg);
		-moz-transform: translateY(-8px) rotate(0deg);
		-ms-transform: translateY(-8px) rotate(0deg);
		-o-transform: translateY(-8px) rotate(0deg);
		transform: translateY(-8px) rotate(0deg);
		-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.left #mobile-icon .line-middle{
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
}
.left #mobile-icon .line-bottom{
		-webkit-transform: translateY(8px) rotate(0deg);
		-moz-transform: translateY(8px) rotate(0deg);
		-ms-transform: translateY(8px) rotate(0deg);
		-o-transform: translateY(8px) rotate(0deg);
		transform: translateY(8px) rotate(0deg);
		-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.left #mobile-icon.open .line-top{
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
}
.left #mobile-icon.open .line-middle{
		opacity: 0;
}
.left #mobile-icon.open .line-bottom{
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
}
/* logo prim'art */
.left .logo{
		width: 100%;
		position: absolute;
		display: inline-block;
		z-index: 98;
}
.left .logo a{
		font-family: 'Lato', sans-serif;
		font-size: 18px;
		font-weight: 300;
		letter-spacing: 1px;
		color: #FFFFFF;
		line-height: 50px;
		margin-left: 50px;
		padding-left: 20px;
}
/* menu */
.left .menu{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #282C34;
		overflow-y: scroll;
		z-index: 99;
		display: none;
		margin-top: 50px
}
.left .menu.visible{
		display: block;
}
/* menu searchbox */
.left .menu .searchbox{
	padding-top: 50px;
	padding-left: 30px;
}
.left .menu .searchbox form{
	width: 220px;
	height: 35px;
	background-color: transparent;
	border: 1px solid #7E8389;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	display: block;
}
.left .menu .searchbox form	input.submit{
	width: 30px;
	height: 30px;
	text-indent: 9999px;
	background: url(../images/search.svg) no-repeat center center;
	box-shadow: none;
	cursor: pointer;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 10px;
}
.left .menu .searchbox form input.text{
	width: 165px;
	height: 35px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
	background: transparent;
	color: #FFFFFF;
}
.left .menu .searchbox form input:focus{
	outline: none;
}
/* menu item's */
.left .menu #bottom{
		letter-spacing: 1px;
		padding-top: 20px;
}
.left .menu #bottom li.top{
	font-family: 'Roboto', sans-serif;
	font-size: 0.875em;
	font-weight: 300;
	color: #A09BAE;
	padding: 30px 30px 5px 30px;
}
.left .menu #bottom li a{
	font-family: 'Roboto', sans-serif;
	font-size: 0.9375em;
	font-weight: 300;
	color: #D1D1D1;
	display: block;
	padding: 12px 30px;
}
.left .menu #bottom li a:hover{
	background-color: #21252B;
}
.left .menu #bottom li ul{
		background-color: #21252B;
		display: none;
}
.left .menu #bottom li ul.active{
		display: block;
}



/* ----- */
/* right */
.right{
		z-index: 98;
}
.right .header{
		display: none;
}
/* --- */
/* row */
.right .row{
		clear: both;
}
.right .row::before{
		content: "";
		display: table;
}
.right .row .column-6{
		position: relative;
}
/* ------ */
/* tables */
.right .right-container table{
	font-size: 0.8125em;
	border: 1px solid #7E8389;
	margin-bottom: 30px;
}
.right .right-container table a{
	font-family: 'Roboto', sans-serif;
	color: #404040;
}
.right .right-container table th{
	font-weight: 700;
	padding: 5px 10px;
	border: 1px solid #7E8389;
}
.right .right-container table td{
	padding: 5px 10px;
	border: 1px solid #7E8389;
}
.right .right-container table i.italic{
	color: #7A7A7A;
}
/* table no border */
.right .right-container table.border,
.right .right-container table.border th,
.right .right-container table.border td{
	border: none;
	padding: 10px;
}
.right .right-container table.border a{
	word-break: break-all;
}
/* ---------------------- */
/* painters list alphabet */
.painters-list{
		padding-bottom: 20px;
}
.painters-list li{
		width: 40px;
		height: 40px;
		display: inline-block;
		padding-top: 10px;
		padding-right: 10px;
}
.painters-list li button{
		width: 40px;
		height: 40px;
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		font-weight: 300;
		line-height: 40px;
		text-align: center;
		color: #FFFFFF;
		display: block;
		border-radius: 3px;
		background-color: #CCCCCC;
		cursor: default;
}
.painters-list li button.painters{
		background-color: #A3A3A3;
		cursor: pointer;
}

.artistsName .targetDiv{
		padding-top: 20px;
}
.artistsName .targetDiv a{
		text-decoration: none;
		display: block;
		color: #404040;
		padding: 5px 0;
}
.artistsName .targetDiv a:hover{
		text-decoration: underline;
}
/* ---- */
/* team */
.right ul li{
	height: 250px;
	float: left;
	display: inline-block;
}
.right ul li img{
	width: 150px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.right ul li p{
	font-size: 14px;
	text-align: center;
	display: block;
}
/* ------ */
/* videos */
.right .responsive-video{
		position: relative;
		padding-bottom: 56.25%;
}
.right .responsive-video iframe{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
}

/* media queries */
/* phone large */
@media (min-width: 414px){}
/* --------- */
/* tablet 7" */
@media (min-width: 600px){}
/* --------- */
/* tablet 9" */
@media (min-width: 768px){}
/* -------------------- */
/* desktop small screen */
@media (min-width: 900px){
		.left{
				width: 300px;
				height: 100%;
		}
		/* menu-icon */
		.left .menu-icon{
				display: none;
		}
		/* logo */
		.left .logo{
				width: 300px;
				height: 60px;
		}
		.left .logo a{
				display: block;
				line-height: 60px;
				margin-left: 30px;
				padding: 0;
		}
		/* menu */
		.left .menu{
				width: 300px;
				display: block;
		}
		/* search */
		.left .menu .searchbox{
				display: none;
		}
		/* menu item's */
		.left .menu #bottom{
				padding: 40px 0;
		}
		/* ----- */
		/* right */
		.right{
				position: relative;
				margin-left: 300px;
		}
		/* header */
		.right .header{
				width: 100%;
				height: 60px;
				position: absolute;
				top: 0;
				left: 0;
				display: block;
				background: #F6F6F6;
		}
		.right .header .searchbox{
				float: left;
				padding-top: 10px;
				padding-left: 50px;
		}
		.right .header .searchbox form{
				width: 250px;
				height: 35px;
				background-color: transparent;
				border: 1px solid #A09BAD;
				-webkit-border-radius: 25px;
				-moz-border-radius: 25px;
				border-radius: 25px;
				display: block;
				float: left;
		}
		.right .header .searchbox form input.submit{
				width: 30px;
				height: 30px;
				text-indent: 9999px;
				background: url(../images/search.svg) no-repeat center center;
				box-shadow: none;
				cursor: pointer;
				vertical-align: middle;
				margin-left: 10px;
				margin-right: 10px;
		}
		.right .header .searchbox form input.text{
				width: 190px;
				height: 35px;
				font-family: 'Roboto', sans-serif;
				font-size: 14px;
				font-weight: 300;
				background-color: transparent;
				color: #A09BAD;
		}
		.right .header .searchbox form input:focus{
				outline: none;
		}
		.right .header #languages{
				width: 150px;
				height: 60px;
				margin-left: 30px;
				float: left;
		}
		.right .header #languages li{
			height: 60px;
			font-family: 'Roboto', sans-serif;
			font-size: 14px;
			font-weight: 400;
			line-height: 60px;
			color: #A09BAD;
			float: left;
		}
		.right .header #languages li a{
			height: 60px;
			color: #282C34;
			display: block;
			padding: 0 5px;
		}
		/* container content right */
		.right .right-container{
				max-width: 1160px;
				padding: 50px;
		}
}
/* --------------------- */
/* desktop medium screen */
@media (min-width: 1260px){
		/* row */
		.right .row .column-6{
				width: 50%;
				float: left;
		}
		.right .row .column-6 .text-container{
				padding-right: 30px;
		}
}
