
/*------------------------------------------------------------------------------

Project: JamesFisher - Photography / portfolio template
Version: 1.0
Last change: 13 February 2016

--------------------------------------------------------------------------------

[Table of contents]

1.	RESET
2.	HELPERS
3.	GENERAL
4.	BUTTONS
5.	LOGO
6.	NAVIGATION
7.	TRIGGER
8.	LANGUAGES
9.	SOCIAL ICONS
10.	HOME
11.	ALBUMS
12.	PHOTOS
13.	VIDEOS
14.	SINGLE VIDEO
15.	PANEL
16.	PAGE ABOUT
17.	PAGE CONTACTS
18.	PAGE PRICES
19.	404 PAGE
20.	IE8 MESSAGE
21. SELECTION

--------------------------------------------------------------------------------
	1. RESET
/*----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
	height: 100%;
}

body {
	font-family: 'Roboto Condensed', sans-serif;
	overflow-y: auto;
	background-color: #FFF;
	color: #000;
	font-size: 100%;
	height: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
	outline: 0;
}

input,
select {
	display: block;
	width: 100%;
}

textarea {
	display: block;
	width: 100%;
	max-width: 100%;
}

div, a, span, input, textarea, button, h1, h2, h3, h4, h5, h6 {
	box-sizing: border-box;
}

/*------------------------------------------------------------------------------
	2. HELPERS
/*----------------------------------------------------------------------------*/

.comfortaa {
	font-family: 'Comfortaa', sans-serif;
}

.vertical-container {
	display: table;
	width: 100%;
	height: 100%;
}

.vertical-box {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

/*------------------------------------------------------------------------------
	3. GENERAL
/*----------------------------------------------------------------------------*/

.sidebar {
	position: fixed;
	width: 230px;
	left: 0;
	background-color: #fff;
	z-index: 9998;
	will-change: transform;
}

.header {
	top: 0;
	height: 100%;
	text-align: center;
}

.footer {
	bottom: 0;
	height: auto;
}

.content {
	margin-left: 230px;
	background-color: #282828;
}

/*------------------------------------------------------------------------------
	4. BUTTONS
/*----------------------------------------------------------------------------*/

.btn {
	text-decoration: none;
	border: none;
	background-color: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.75em; /* 12px / 16px */
	cursor: pointer;
	padding: 10px 25px;
	letter-spacing: 0.075em;
	display: inline-block;
}

.btn-black {
	color: #fff;
	background-color: #282828;
	border: 1px solid #282828;
}

.btn-black:hover {
	color: #282828;
	background-color: #fff;
}

.btn-white {
	color: #282828;
	background-color: #fff;
	border: 1px solid #fff;
}

.btn-white:hover {
	background-color: #282828;
	color: #fff;
}

/*------------------------------------------------------------------------------
	5. LOGO
/*----------------------------------------------------------------------------*/

.logo {
	border: 1px solid #282828;
	background-color: #fff;
	margin-top: 50px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 20px 27px;
	display: inline-block;
	transition-duration: 0.1s;
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
}

.logo h1 {
	line-height: 0.2;
	margin: 0;
}

.logo .name {
	text-transform: uppercase;
	font-size: 0.43em;
	color: #282828;
	line-height: 1.4;
	letter-spacing: 0.10em;
	font-weight: 400;
	display: block;
}

.logo .profession {
	text-transform: lowercase;
	font-size: 0.33em;
	color: #282828;
	line-height: 1.4;
	letter-spacing: 0.10em;
	font-weight: 400;
	display: block;
}

.logo:hover {
	background-color: #282828;
	color: #fff;
}

.logo:hover .name,
.logo:hover .profession {
	color: #fff;
}

/*------------------------------------------------------------------------------
	6. NAVIGATION
/*----------------------------------------------------------------------------*/

.navigation {
	text-align: center;
	background-color: #fff;
}

.menu {
	list-style: none;
}

.sub-menu {
	list-style: none;
	display: none;
}

.sub-menu.active {
	display: block;
}

.menu > li {
	position: relative;
	margin-top: 12px;
	margin-bottom: 12px;
}

.sub-menu > li {
	padding-top: 1px;
	padding-bottom: 1px;
}

.navigation a {
	text-transform: uppercase;
	color: #282828;
	transition-duration: 0.1s;
	-webkit-transition-duration: 0.1s;
}

.navigation a:hover {
	color: #777;
}

.navigation li.active a {
	color: #777;
}

.menu a {
	font-size: 0.6875em; /* 11px / 16px */
}

.sub-menu a {
	font-size: 0.625em; /* 10px / 16px */
}

.menu .icon {
	font-size: 6px;
	position: absolute;
	top: 10px;
	padding-left: 5px;
	color: #282828;
}

/*------------------------------------------------------------------------------
	7. TRIGGER
/*----------------------------------------------------------------------------*/

.trigger {
	padding: 9px 10px;
	background-color: transparent;
	background-image: none;
    margin: 0;
    border: none;
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
    cursor: pointer;
}

.trigger .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #282828 !important;
}

.trigger .icon-bar + .icon-bar {
	margin-top: 4px;
}

/*------------------------------------------------------------------------------
	8. LANGUAGES
/*----------------------------------------------------------------------------*/

.languages {
	text-align: center;
}

.languages a {
	color: #3f3f40;
	font-size: 0.8125em; /* 14px / 16px */
	margin-left: 5px;
	margin-right: 5px;
	transition-duration: 0.1s;
	-webkit-transition-duration: 0.1s;
}

.languages a:hover {
	color: #777;
}

/*------------------------------------------------------------------------------
	9. SOCIAL ICONS
/*----------------------------------------------------------------------------*/

.social-icons {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

.social-icons .square {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0 1px;
	transition-duration: 0.1s;
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
}

.social-icons.black .square {
	background-color: #282828;
	border: 1px solid #282828;
}

.social-icons.white .square {
	background-color: #282828;
	border: 1px solid #282828;
}

.social-icons .icon {
	vertical-align: bottom;
	text-align: center;
	font-size: 14px;
	position: relative;
	bottom: 1px;
	transition-duration: 0.1s;
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
}

.social-icons.black .icon {
	color: #fff;
}

.social-icons.white .icon {
	color: #fff;
}

.social-icons.black .square:hover {
	background-color: #fff;
}

.social-icons.white .square:hover {
	background-color: #fff;
}

.social-icons.black .square:hover .icon {
	color: #282828;
}

.social-icons.white .square:hover .icon {
	color: #282828;
}

/*------------------------------------------------------------------------------
	10. HOME
/*----------------------------------------------------------------------------*/

.content-home {
	height: 100%;
	min-height: 600px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
}

.content-home .crosscover {
	background-color: #282828;
}

.content-home .video-bg {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	will-change: transform;
}

/*------------------------------------------------------------------------------
	11. ALBUMS
/*----------------------------------------------------------------------------*/

.albums {
	overflow: hidden;
	background-color: #282828;
}

.albums .album {
	float: left;
	display: block;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.albums.columns-3 .album {
	width: 33.33333333333333%;
}

.albums.columns-2 .album {
	width: 50%;
}

.album img {
	display: block;
	position: relative;
	width: 100%;
}

.album .link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.album .inner {
	position: relative;
	overflow: hidden;
}

.album .overlay {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition-duration: 0.25s;
}

.album.effect-oscar .overlay {
	padding: 3em;
	background-color: rgba(40, 40, 40, 0.0);
	transition: background-color 0.45s;
	-webkit-transition: background-color 0.45s;
}

.album.effect-oscar .overlay::before {
	position: absolute;
	top: 2em;
	right: 2em;
	bottom: 2em;
	left: 2em;
	border: 2px solid #fff;
	content: '';
}

.album.effect-oscar h3 {
	opacity: 0;
	margin: 22% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.20em;
	font-size: 0.8125em; /* 13px / 16px */
	font-weight: 400;
	text-align: center;
}

.album.effect-oscar h4 {
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	letter-spacing: 0.075em;
	font-size: 0.75em; /* 12px / 16px */
	font-weight: 400;
	text-align: center;
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.album.effect-oscar .overlay::before,
.album.effect-oscar h4 {
	opacity: 0;
	-webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
	transition: opacity 0.45s, transform 0.45s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.album.effect-oscar .inner:hover h3 {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.album.effect-oscar .inner:hover .overlay::before,
.album.effect-oscar .inner:hover h4 {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.album.effect-oscar .inner:hover .overlay {
	background-color: rgba(40, 40, 40, 0.5);
}

.album.effect-bubba .inner:hover .overlay {
	background-color: #282828;
}

.album.effect-bubba .overlay::before,
.album.effect-bubba .overlay::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.50s, -webkit-transform 0.50s;
	transition: opacity 0.50s, transform 0.50s;
}

.album.effect-bubba .overlay::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

.album.effect-bubba .overlay::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

.album.effect-bubba h3 {
	padding-top: 30%;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	text-transform: uppercase;
	color: #fff;
	font-size: 0.8125em; /* 13px / 16px */
	font-weight: 400;
	letter-spacing: 0.20em;
}

.album.effect-bubba h4 {
	padding: 20px 2.5em;
	padding-top: 5px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	text-transform: lowercase;
	color: #fff;
	font-size: 0.75em; /* 12px / 16px */
	font-weight: 400;
	letter-spacing: 0.15em;
}

.album.effect-bubba .inner:hover .overlay::before,
.album.effect-bubba .inner:hover .overlay::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.album.effect-bubba .inner:hover h3,
.album.effect-bubba .inner:hover h4 {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*------------------------------------------------------------------------------
	12. PHOTOS
/*----------------------------------------------------------------------------*/

.photos {
	overflow: hidden;
}

.photos .photo {
	position: relative;
}

.photos .photo-horizontal {
	width: 100%;
	clear: both;
}

.photos .photo-vertical {
	width: 50%;
	float: left;
}

.photos .photo .photo-img {
	width: 100%;
	position: relative;
	z-index: 11;
	display: block;
}

.photo-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	font-size: 11px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.photo-loader,
.photo-loader:before {
	background: #ffffff;
	-webkit-animation: photoLoad 1s infinite ease-in-out;
	animation: photoLoad 1s infinite ease-in-out;
	width: 0.3em;
	height: 2em;
}

.photo-loader:before {
	position: absolute;
	top: 0;
	content: '';
	left: -1.0em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

@-webkit-keyframes photoLoad {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #ffffff;
    height: 2em;
  }
  40% {
    box-shadow: 0 -2em #ffffff;
    height: 3em;
  }
}
@keyframes photoLoad {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #ffffff;
    height: 2em;
  }
  40% {
    box-shadow: 0 -2em #ffffff;
    height: 3em;
  }
}

/*------------------------------------------------------------------------------
	13. VIDEOS
/*----------------------------------------------------------------------------*/

.videos {
	overflow: hidden;
	background-color: #282828;
	padding: 12px;
}

.videos .video {
	float: left;
	display: block;
	position: relative;
	text-align: center;
	overflow: hidden;
	padding: 12px;
}

.videos.columns-2 .video {
	width: 50%;
}

.videos.columns-3 .video {
	width: 33.33333333333333%;
}

.video .inner {
	position: relative;
	overflow: hidden;
	border: 5px solid #fff;
}

.video img {
	display: block;
	position: relative;
	width: 100%;
}

.video .overlay {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video.effect-zoe .overlay {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 3.75em;
	background: #fff;
	color: #282828;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.video.effect-zoe h3 {
	float: left;
	color: #282828;
	font-size: 0.6875em; /* 11px / 16px */
	text-transform: uppercase;
	letter-spacing: 0.20em;
	border: 1px solid #282828;
	padding: 8px 9px;
	margin-top: 1px;
}

.video.effect-zoe .link a {
	float: right;
	color: #282828;
	font-size: 0.6875em; /* 11px / 16px */
	text-transform: uppercase;
	letter-spacing: 0.15em;
	margin-top: 11px;
}

.video.effect-zoe .link .icon {
	margin-left: 2px;
}

.video.effect-zoe .link a:hover,
.video.effect-zoe .link a:focus {
	color: #777;
}

.video.effect-zoe h3,
.video.effect-zoe .link a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 200% ,0);
	transform: translate3d(0, 200%, 0);
}

.video.effect-zoe .inner:hover .overlay,
.video.effect-zoe .inner:hover h3,
.video.effect-zoe .inner:hover .link a {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.video.effect-zoe .inner:hover h3 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.video.effect-zoe .inner:hover .link a {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

/*------------------------------------------------------------------------------
	14. SINGLE VIDEO
/*----------------------------------------------------------------------------*/

.content-single-video {
	height: 100%;
	overflow: hidden;
}

.content-single-video .embed-video {
	width: 100%;
	height: 100%;
}

.content-single-video .embed-video iframe {
	width: 100%;
	height: 100%;
	max-width: 100%;
}

/*------------------------------------------------------------------------------
	15. PANEL
/*----------------------------------------------------------------------------*/

.panel {
	background-color: #282828;
	width: 100%;
	height: 100%;
	max-width: 400px;
	padding: 0 15px;
	position: fixed;
	top: 0;
	right: 0;
	will-change: transform;
}

.panel-inner {
	width: 100%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.panel-inner h3 {
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	font-size: 1.3125em; /* 21px / 16px */
}

.panel-inner p {
	color: #fff;
	margin-bottom: 30px;
	font-size: 0.875em; /* 14px / 16px */
}

/*------------------------------------------------------------------------------
	16. PAGE ABOUT
/*----------------------------------------------------------------------------*/

.content-about {
	height: 100%;
}

.about-photo {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	margin-right: 400px;
	height: 100%;
}

/*------------------------------------------------------------------------------
	17. PAGE CONTACTS
/*----------------------------------------------------------------------------*/

.content-contacts {
	height: 100%;
}

.map-pre-container {
	margin-right: 400px;
	height: 100%;
}

.map-pre-container .map-container {
	width: 100%;
	height: 100%;
	overflow: hidden;	
}

.map-pre-container .map {
	width: 100%;
	height: 105%;
	background-color: #282828;
}

.contacts-panel h3 {
	text-transform: uppercase;
	letter-spacing: 0.025em;
}

.contacts-panel .contact-heading {
	margin-bottom: 6px;
	letter-spacing: 0.025em;
}

.contacts-panel .contact-value {
	margin-bottom: 22px;
}

.contact-heading {
	margin-bottom: 8px;
	font-size: 0.9375em; /* 15px / 16px */
	font-weight: 700;
}

.contact-value a {
	color: #fff;
}

.contact-value a:hover {
	border-bottom: 1px solid #fff;
}

.contact-form-panel {
	overflow: hidden;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
	height: 0;
	will-change: transform;
}

.contact-form-panel.opened {
	height: 100%;
}

.contact-form-panel .panel-inner {
	padding-top: 30px;
	padding-bottom: 30px;
}

.contact-form {
	z-index: 2;
	position: relative;
	background-color: #282828;
}

.contact-form .text-field {
	background-color: transparent;
	border: none;
	border: 1px solid #fff;
	color: #fff;
	margin-bottom: 20px;
	font-size: 0.6875em; /* 11px */
    padding: 12px 14px;
    letter-spacing: 0.10em;
}

.contact-form .text-field.textarea-field {
	max-height: 300px;
	height: 120px;
}

.form-close {
	border: none;
	background-color: #282828;
	padding: 2px;
	position: absolute;
	z-index: 1;
	top: 50px;
	right: 50px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

.form-close:hover {
	color: #777;
}

.contact-form ::-webkit-input-placeholder { color: #fff; }
.contact-form ::-moz-placeholder          { color: #fff; }
.contact-form :-moz-placeholder           { color: #fff; }
.contact-form :-ms-input-placeholder      { color: #fff; }

/*------------------------------------------------------------------------------
	18. PAGE PRICES
/*----------------------------------------------------------------------------*/

.content-prices {
	text-align: center;
	min-height: 100%;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

.prices-heading {
	padding-top: 40px;
	color: #fff;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
	font-size: 1.375em; /* 22px / 16px */
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.10em;
}

.prices-text {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 1.0em; /* 16px / 16px */
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-weight: 400;
	margin-bottom: 40px;
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.price-cards {
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}

.price-card {
	width: 100%;
	max-width: 270px;
	display: inline-block;
	margin-bottom: 50px;
	margin-right: 35px;
	margin-left: 35px;
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

.price-card .inner {
	background-color: #fff;
	padding: 25px 50px;
	text-align: center;
}

.price-card .heading {
	border: 1px solid #282828;
	text-align: center;
	padding: 22px 0;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	font-size: 0.8125em; /* 13px / 16px */
	margin-bottom: 35px;
}

.price-card .price {
	text-align: center;
	font-weight: 700;
	font-size: 1.5em; /* 24px / 16px */
	color: #282828;
	margin-bottom: 15px;
}

.price-card .currency-sign {
	font-size: 24px;
}

.price-card ul.list {
	list-style: none;
	margin-bottom: 70px;
}

.price-card .list li {
	text-align: center;
	color: #282828;
	font-weight: 300;
	text-transform: lowercase;
	font-size: 0.9375em; /* 15px / 16px */
	margin-top: 5px;
	margin-bottom: 5px;
}

/*------------------------------------------------------------------------------
	19. 404 PAGE
/*----------------------------------------------------------------------------*/

.content-error {
	height: 100%;
	position: relative;
}

.error {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

.error-image {
	display: inline-block;
	position: relative;
	margin-bottom: 40px;
}

.error .initials {
	position: absolute;
	top: 40%;
	left: 46%;
	color: #fff;
	letter-spacing: 0.10em;
}

.error p {
	color: #fff;
	text-transform: uppercase;
	font-size: 0.875em; /* 14px / 16px */
	letter-spacing: 0.075em;
	margin-bottom: 10px;
}

.error a {
	color: #fff;
	font-weight: 700;
}

.error a:hover {
	border-bottom: 2px solid #fff;
}

/*------------------------------------------------------------------------------
	20. IE8 MESSAGE
/*----------------------------------------------------------------------------*/

.ie-message {
	background-color: #B83131;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 230px;
	width: auto;
	color: #fff;
	padding: 15px 20px;
	text-align: center;
	font-size: 0.875em; /* 14px / 16px */
}

/*------------------------------------------------------------------------------
	21. SELECTION
/*----------------------------------------------------------------------------*/

::selection {
	background-color: #fff;
	color: #000;
}

-moz-::selection {
	background-color: #fff;
	color: #000;
}