@font-face {
	font-family: ChopinScript;
	src: url("../font/ChopinScript.otf") format("opentype");
}

html, body {
	height: 100%;
	background-color: #202328;
	color: #DDDDDD;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	margin:0;
   	padding:0;
}

.header {
	/*background-color: #A9BBC0;*/
	background-color:#7098A2;
	height: 115px;
	color: #220000;
	padding-top: 25px;
}

.header img {
	display: block;
}

a,
a:hover,
a:active,
a.active {
	color: #7098a2;
	text-decoration: none;
	-o-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-webkit-transition: color .2s ease-out;
	/* ...and now for the proper property */
	transition: color .2s ease-out;
}

a:hover,
a:active,
a.active {
	color: #CCCCCC;
}


.header a,
.header a:hover,
.header a:active,
.header a.active {
	text-decoration: none;
	color: #220000;
}

.header .right a {
	text-decoration: none;
	color: #220000;
	-o-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-webkit-transition: color .2s ease-out;
	/* ...and now for the proper property */
	transition: color .2s ease-out;
}

.header .right a:hover,
.header .right a:active,
.header .right a.active {
	color: #CCCCCC;
}

.header h1 {
	font-family: "ChopinScript", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 65px;
	font-weight: 100;
}

h4 {	
	/*font-weight: 100;*/
}

.header h1 span.first {
	font-size: 70px;
}

.header .container_12 {
	position: relative;
	height: 100%;
}

.header .sub {
	font-size: 17px;
}

.header .right {
	right: 0px;
	bottom: 10px;
	position: absolute;
}

.container_12 {
	margin-bottom: 40px;
}

.middle {
	background-color: #2E4247;
	height: 10px;
}

.middle2 {
	background-color: #450000;
	height: 15px;
	margin-bottom: 30px;
	box-shadow: 0 59px 130px 57px rgb(26, 26, 26);
}

#container {
   	min-height:100%;
  	position:relative;
}

.content {
   	padding-bottom:340px;	
}

.content.waiting {
	text-align: center;
}

.footer {
   	background-color: #17191D;
   	position:absolute;
   	bottom:0;
   	width:100%;
   	height:305px;   
   	box-shadow: 0 0px 40px 0px rgb(23, 25, 29);
   	color: #7098a2;
   	padding-top: 30px;
}

.footer h5 {
	color: #BBBBBB;
}

.footer a {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
	-o-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-webkit-transition: color .2s ease-out;
	/* ...and now for the proper property */
	transition: color .2s ease-out;
}

.footer a:hover,
.footer a:active,
.footer a.active {
	color: #FFFFFF;
}

.footer .container_12 .grid_4 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
}

.footer .container_12 .grid_4.separated {
	border-right: 1px solid #222222;
	/*height: 100%;*/
	height: 130px;
}

.footer input, .footer textarea {
	background-color: #DDDDDD;
}

.footer textarea {
	width: 100%;
}

.footer button,
.footer .btn-inverse:hover,
.footer .btn-inverse:focus,
.footer .btn-inverse:active,
.footer .btn-inverse.active,
.footer .btn-inverse.disabled,
.footer .btn-inverse[disabled] {
	color: #7098A2;
	outline: none;
}

.footer .copy {
	font-size: 11px;
	text-align: center;
	position: relative;
	bottom: -25px;
}

.footer .news .date {
	font-size: 13px;
}


.footer .news .slide.ng-hide-add, .slide.ng-hide-remove {
	-moz-transition: 1.5s cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 1.5s cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 1.5s cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 1.5s cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
  	display:block!important;
}
 
.footer .news .slide.ng-hide-add { 
	opacity: 0;
}

.footer .news .slide.ng-hide-add.ng-hide-add-active {
  	opacity: 0;
  	height: 0px;

}

.footer .news .slide.ng-hide-remove {
	opacity: 0;
	height: 0px;
}

.footer .news .slide.ng-hide-remove.ng-hide-remove-active {
 	opacity: 1;  
}


img.small {
	width:300px; /* you can use % */
    height: auto;
    margin-bottom: 20px
}

.start img,
.biography img,
.expo img {
	cursor: pointer;
}

.paintings figure {
	margin: 0px;
	padding: 0px;
}

.paintings figure img.large {
	max-width: 615px;
}

.paintings .small-painting-1 figure {
	margin-left: auto;
	margin-right: auto;
}


.paintings .small-painting-2 figure {
	float: right;
}

.paintings .small-painting-0 img, 
.paintings .small-painting-1 img, 
.paintings .small-painting-2 img {
	max-height: 150px;
	max-width: 300px;
	width: auto;
	display: block;
}

.paintings .clear {
	height: 40px;
}

.paintings figure {
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	display: table;
	cursor: pointer;
	-o-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-webkit-transition: color .2s ease-out;
	transition: color .2s ease-out;
}

.paintings figure:hover {
	color: #7098a2;
}

.paintings figcaption {
	background-color: #17191D;
	padding-top: 8px;
	padding-bottom: 0px;
	/*height: 40px;*/
	/*line-height: 40px;*/
	text-align: center;
	display: table-caption;
	caption-side: bottom;
}

.paintings-modal.modal {
	border-radius: 0px;
	-moz-border-radius: 0px;
	background-color: transparent;
}

.paintings-modal.modal .modal-body {
	padding: 0px;
	position: relative;
	background: black;
	overflow-y: visible;
	max-height: none;
}

.paintings-modal.modal .modal-body .close-icon {
	background-image: url("../img/close.png");
	width: 35px;
	height: 34px;
	position: absolute;
	top: 5px;
	right: 5px;
	opacity: 0.05;
	cursor: pointer;
	-o-transition: opacity .2s ease-out;
	-ms-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.paintings-modal.modal .modal-body .close-icon:hover {
	opacity: 0.6;
}

.paintings-modal.modal .modal-body figure {
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	display: table;
	margin: auto;
}

.paintings-modal.modal .modal-body figure img {
	max-height: 500px;
	max-width: 560px;
}

.paintings-modal.modal .modal-footer {
	background-color: #17191D;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: 0 0;
	border-top: 0px;
	/*padding: 5px 15px 5px;*/
}

.paintings-modal.modal .modal-footer .sub {
	display: table;
	width: 100%;
}

.paintings-modal.modal .modal-footer .sub h5 {
	font-size: 16px;
	margin: 0px 0;
}

.paintings-modal.modal .modal-footer .sub a {
	text-decoration: none;
	cursor: pointer;
	color: #DDDDDD;
	-o-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-webkit-transition: color .2s ease-out;
	transition: color .2s ease-out;
}

.paintings-modal.modal .modal-footer .sub a:hover {
	color: #7098a2;
}

.paintings-modal.modal .modal-footer .sub .row {
	display: table-row;
}

.paintings-modal.modal .modal-footer .sub .row .cell {
	display: table-cell;
}

.paintings-modal.modal .modal-footer .sub .row .cell.left {
	text-align: left;
	width: 25%;
}

.paintings-modal.modal .modal-footer .sub .row .cell.center {
	text-align: center;
	width: 50%;
}

.paintings-modal.modal .modal-footer .sub .row .cell.right {
	text-align: right;
	width: 25%;
}

.paintings-modal.modal .modal-footer .sub .row .cell .btn {
	min-width: 100px;
}

.paintings-modal.modal .modal-body .about {
	position: absolute;
    top: 0px;
    right: -170px;
    background: #17191D;
    width: 170px;
    height: 100%;
    overflow-y: scroll;
}

.paintings-modal.modal .modal-body .about .wrapper {
	padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.contact .grid_12 {
	margin-bottom: 40px;
}

.contact .msg {
	color: rgb(126, 15, 15);
	margin-left: 20px;
}

.contact input,
.contact textarea {
	width: 80%;
}

.contact-modal {
    color: #220000;
}

.contact-modal #recaptcha_area {
    margin: 0 auto;
}

.contact-modal .error-msg {
	color: rgb(126, 15, 15);
}

/* recaptcha iframe layout fix */
iframe[src="about:blank"]{
	display:none;
}

.fb-like {
	margin-right: 15px;
}

.language-modal {
	color: #525252;
}

.language-modal .language-container {
	width: 100%;
	display: table;
	text-align: center;
	height: 100px;
}

.language-modal .language-container .row {
	display: table-row;
}

.language-modal .language-container .row .cell {
	display: table-cell;
	border-right: 1px solid white;
	background-color: #DFDFDF;
	width: 33%;
	color: #450000;
	vertical-align: middle;
	cursor: pointer;
	-o-transition: background-color .2s ease-out;
	-ms-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	-webkit-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
}

.language-modal .language-container .row .cell.last {
	border-right: 0px;
}

.language-modal .language-container .row .cell:hover {
	background-color: #BBBBBB;
}

.language-modal.modal {
	border-radius: 0px;
	-moz-border-radius: 0px;
	background-color: transparent;
}

.language-modal.modal .modal-body {
	padding: 0px;
}

.guestbook h5 {
	margin: 0px;
}

.guestbook .grid_9 {
	border-bottom: 1px solid rgba(112, 152, 162, 0.08);
}

.guestbook .intro {
	margin-bottom: 40px;
}

.guestbook #posts {
	margin-bottom: 20px;
}

.guestbook .date {
	font-size: 12px;
	/*color: #868686;*/
}

.guestbook .form .msg {
	color: rgb(126, 15, 15);
	margin-left: 20px;
}

.guestbook .form {
	margin-top: 20px;
}

.guestbook .form .wrapper {
	width: 450px;
}

.guestbook .gravatar {
	width: 50px;
	height: auto;
    float: left;
    margin-right: 20px;
    border-radius: 100%;
}

.guestbook-modal {
    color: #220000;
}

.guestbook-modal #recaptcha_area {
    margin: 0 auto;
}

.guestbook-modal .error-msg {
	color: rgb(126, 15, 15);
}

.pagination {
	text-align: center;

}

.pagination li a {
	cursor: pointer;
	font-size: inherit !important;
	color: #7098A2;
	-o-transition: color .2s ease-out, background-color .2s ease-out;
	-ms-transition: color .2s ease-out, background-color .2s ease-out;
	-moz-transition: color .2s ease-out, background-color .2s ease-out;
	-webkit-transition: color .2s ease-out, background-color .2s ease-out;
	transition: color .2s ease-out, background-color .2s ease-out;
}

.pagination li a:hover {
	color: #333333;
	background-color: #DDDDDD !important;
}

.pagination li.disabled a,
.pagination li.disabled a:hover,
.pagination li.disabled a:active,
.pagination li.disabled a.active {
	background-color: white !important;
}

.wrapper {
	background: #17191D;
	border-radius: 10px 10px;
	padding: 20px 20px 15px 20px;	
}

.wrapper form {
	padding: 0px 15px 0px 0px;
}

.wrapper form textarea {
	width: 100%;
}

.wrapper form input,
.wrapper form textarea {
	display: block;
}

.wrapper h4 {
	margin-bottom: 25px;
}

.loader {
	width: 220px;
	background: rgb(202, 202, 202);
	border-radius: 100px;
	margin: auto;
	height: 23px;
}

.twitter-share-button {
	position: relative!important;
	top: 5px;
}

