html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	color: #333;
	background: #fff;
	min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #333;
}

a, a:link, a:hover, a:active, a:visited, a:focus {
	text-decoration: none;
}

ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.red-text, .red-text h2 {
	color: #dc3545;
}

.wrapper {
	position: relative;
}

.btn:focus,.btn:active,.form-control:focus,.form-control:active {
	outline: none !important;
	box-shadow: none!important;
}

.logo {
	padding: 20px 20px 20px;
	background: #1c1c1c;
}

.top-box .logo {
	margin: 8px 0 0;
}

.logo img {
	width: 180px;
}

.home-section {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background: #1c1c1c;
}

.home-section .logo  {
	width: 890px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	background: none;
}

.home-section .logo a {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}

.home-section .logo img {
	width: 470px;
}

.docs {
	margin: 60px 0 0;
}

.docs h3 {
	color: #a1a1a1;
	font-weight: 400;
	font-size: 25px;
	line-height: 25px;
	margin: 0 0 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	padding: 0 0 8px;
}

.docs h3 i {
	font-size: 21px;
	float: left;
	margin: 2px 8px 0 0;
}

.logo a span {
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	display: block;
	margin: 6px 0 0;
	color: #a1a1a1;
}

.home-section .logo a span {
	font-size: 25px;
	line-height: 25px;
}

.login-section .logo a span {
    font-size: 25px;
    line-height: 25px;
    text-align: left;
}

.top-box .logo span {
	color: #a1a1a1;
}

.login-msg {
	font-size: 16px;
	display: block;
	text-align: center;
	color: #a1a1a1;
	margin-top: 40px;
}

#login-form {
	text-align: center;
}

#login-form label {
	color: #a1a1a1;
}

.login-logo-holder {
	max-width: 470px;
	margin: 0 auto;
}

.menu-container {
	overflow: auto;
}

.menu-side {
	background: #333;
	padding: 0;
	position: absolute;
	width: 300px;
	color: #fff;
}

.width-400 {
	width: 300px;
	max-width: 300px;
	background: #333;
}

.content-side {
	padding: 30px;
}

.list-items figure {
	margin: 30px 0 0;
	position: relative;
}

.list-view {
	margin-top: 20px;
}

.list-items.list-view figure {
	margin: 10px 0 0;
}

form#saveImageToBoardForm, form#saveImageToUserBoardForm {
	display: inline;
}

 figure.main-image {
	margin: 15px 0 0;
	position: relative;
}

.list-items figure .overlay, figure.main-image .overlay {
	position: absolute;
	bottom: 10px;
	left: 10px;
	display: none;
	z-index: 10;
}

.list-items figure .overlay .btn, figure.main-image .overlay .btn {
	float: left;
}

.list-items figure .overlay .btn:last-child, figure.main-image .overlay .btn:last-child {
	margin-left: 9px;
}

.list-items figure .btn-library, figure.main-image .btn-library {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 25px;
	line-height: 25px;
	color: #fff;
	background: rgba(0,0,0,.5);
	border-radius: 0;
	display: none;
	z-index: 10;
}

.list-items.list-view figure .btn-library {
	background: rgba(0,0,0,.75);
}

.list-view .custom-row {
	margin-right: -5px;
	margin-left: -5px;
}

.list-view .custom-col {
	padding-right: 5px;
	padding-left: 5px;
}

.list-items figure .btn-library.gulliver, figure.main-image .btn-library.gulliver {
	background: rgba(220,53,69,.5);
	top: auto;
	bottom: 0;
	font-weight: 300;
	z-index: 11;
}

.list-items figure .btn-library:hover, figure.main-image .btn-library:hover {
	opacity: .75;
}

.list-items figure .dropdown {
	top: 50px;
	right: 0;
	position: absolute;
}

.list-items figure .btn-library.gulliver i, figure.main-image .btn-library.gulliver i {
	margin-right: 5px;
}

.list-items figure .btn-library i, figure.main-image .btn-library i {
	float: left;
}

.btn-library-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}

.btn-library-wrapper .dropdown {

}

.sending-status span {
	font-size: 13px;
}

.modal-backdrop {
	opacity: 0.85!important;
}

.list-items figure .btn-library span, figure.main-image .btn-library span {
	font-size: 14px;
	line-height: 25px;
	display: none;
	float: left;
	overflow: hidden;
	padding-left: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.list-items figure .btn-library:hover span, figure.main-image .btn-library:hover span {
	display: inline-block;
}

.list-items figure .overlay .btn, figure.main-image .overlay .btn, .list-text .btn, .custom-modal .modal-content, .custom-modal .modal-content .form-control {
	border-radius: 0;
}

.list-text .btn {
	font-size: 0.8rem;
}

.list-view figure {
	background: #f6f6f6;
	padding: 15px 30px;
}

.list-text {
	background: #f6f6f6;
	padding: 0 15px 15px;
}

.list-text h2 {
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	margin: 0 0 10px;
	height: 34px;
	overflow: hidden;
	text-transform: uppercase;
}

.list-items figure .overlay h2, figure.main-image .overlay h2 {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	margin: 0 0 10px;
}

.list-items figure .overlay h3/* , figure.main-image .overlay h3 */ {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	margin: 0 0 15px;
}

.list-items figure .gradient, figure.main-image .gradient {
	width: 100%;
	height: 50%;
	position: absolute;
	display: none;
	bottom: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.list-items figure:hover .overlay, .list-items figure:hover .btn-library, .list-items figure:hover .gradient, figure.main-image:hover .overlay, figure.main-image:hover .gradient, figure.main-image:hover .btn-library {
	display: block;
}

figure.main-image .zoom-it {
	font-size: 80px;
	line-height: 80px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

figure.main-image .change-it {
	font-size: 80px;
	line-height: 80px;
	color: #fff;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 20;
}

.img-properties {
	margin-top: 15px;
}

.img-properties span, .video-link span {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	color: #333;
}

a.video-link {
	margin: 10px 0 30px;
	color: #333;
	display: block;
}

.search-box .form-control {
	font-size: 1.5rem;
	height: auto;
	border-radius: 0;
	padding: 0.750rem 1.25rem;
}

.search-box .btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px;
	font-size: 30px;
	line-height: 30px;
	color: #8c8c8c;
}

.top-stuff {
	font-size: 1.5rem;
	font-weight: 300;
}

.top-stuff strong {
	font-weight: 700;
}

.amount-photos {
	float: left;
	margin-right: 50px;
}

.user-board  {
	float: left;
}

.user-board .dropdown {
	float: left;
}

.user-board .dropdown.gulliver {
	margin-left: 5px;
}

.user-board .dropdown .btn i {
	margin-right: 5px;
}

.user-board .dropdown-toggle::after, .lang .dropdown-toggle::after, .list-boards .style-text .dropdown-toggle::after, .order-view .dropdown-toggle::after {
	margin-top: 10px;
    margin-left: 10px;
    float: right;
}

.user-board .dropdown-menu a.highlight-link {
	color: #218838;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
}

.user-board .dropdown.gulliver .dropdown-menu a.highlight-link {
	color: #c82333;
}

.user-board .dropdown-menu a.highlight-link i {
	margin-right: 2px;
}

.user-board a.highlight-link.dropdown-item.active, .user-board a.highlight-link.dropdown-item:active {
	color: #fff;
}

.user-board .dropdown .btn {
	text-transform: uppercase;
}

.cat-name {
	font-size: 20px;
	line-height: 23px;
}

.user-board i {
	font-size: 16px;
}

.user-board .dropdown.upload-photo .btn i {
	font-size: 14px;
	margin-right: 2px;
}

.order-view {
	float: left;
}

.order-view a {
	fill: #fff;
	padding: .305rem .75rem .445rem;
}

.order-view a svg {
	width: 15px;
	height: 15px;
}

.order-view a:first-child {
	margin-right: 0;
}

.lang {
	float: left;
	margin-left: 30px;
}

.lang .dropdown-menu.show {
	margin-right: -1px;
}

.home-illustration {
	background-position: center center!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center center;
	height: calc(100vh - 150px);
	margin-top: 30px;
	position: relative;
}

.illustration-small-text {
	font-size: 50px;
}

.text-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	font-size: 90px;
	line-height: 90px;
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0px 0px 20px rgba(0,0,0,.25);
	width: 90%;
}

.text-overlay span {
	display: block;
	font-weight: 100;
}

.image-tags {
	margin-top: 15px;
}

.style-text h2.title {
	font-size: 15px;
	line-height: 16px;
	text-transform: uppercase;
	margin: 0 0 5px;
}

.video-small-list p {
	margin-bottom: 10px;
}

.video-small-list p.small span {
	font-size: 13px;
}

.video-desc {
	margin-bottom: 9px;
	font-size: 15px;
}

.video-small-list .date-box {
	margin: 0;
}

h2.video-title {
	font-size: 19px;
	line-height: 22px;
	text-transform: uppercase;
	margin: 15px 0 10px;
}

.style-text h2 {
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 5px;
	font-weight: 500;
}

.style-text ul li {
	list-style: disc;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 6px;
}

.style-text ul {
	margin: 0 0 30px 18px;
}

.style-text h2 {
	font-weight: 700;
	font-size: 35px;
	line-height: 35px;
	margin: 0 0 20px;
}

.style-text p {
	font-size: 14px;
	line-height: 24px;
}

.style-text p strong {
	font-weight: 600;
}

.style-text p span.sep {
	padding: 0 5px;
}

.modal-body .sep {
	padding: 0 10px;
}

.modal-body h3 {
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 15px;
    font-weight: 400;
}

.modal-body h3 strong {
	color: #dc3545;
}

.modal-body .sep.double {
	padding: 0 30px 0 10px;
}

.alerting .modal-body {
	padding: 1.5rem 1rem;
}

.date-box {
	float: right;
	color: #a5a5a5;
	margin: 12px 0 0;
	font-size: 12px;
	line-height: 13px;
}

.style-text p.intro {
	font-size: 17px;
	line-height: 27px;
	margin: 0 0 20px;
}

.list-boards .style-text h2 {
	line-height: 38px;
	font-size: 30px;
	margin: 0;
	font-weight: 300;
}

.style-text-top  {
	margin: 30px 0 0;
}

.list-view .style-text-top {
	margin: 30px 0 20px;
}

.drag-and-drop {
	width: 100%;
	height: 300px;
	border: 1px dashed #ccc;
	position: relative;
	border-radius: 4px;
	margin: 0 0 20px;
}

.drag-and-drop:before {
	content:'Drag & drop photos here';
	position: absolute;
	width: 100%;
	font-size: 20px;
	line-height: 20px;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #BBB;
	text-transform: uppercase;
}

.style-text-top h2 {
	font-size: 32px;
	line-height: 32px;
	font-weight: 300;
	margin-bottom: 40px;
}

.style-text-top h2 strong {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	display: block;
	color: #dc3545;
	margin: 0 0 10px;
}

.style-text-top p {
	margin: 0;
	font-size: 13px;
	line-height: 15px;
}

.table-boards {
	margin-bottom: 15px;
}

.list-boards .table-boards:last-child {
	margin-bottom: 0;
}

.list-boards {
	margin-top: 50px;
}

.list-boards figure {
	margin: 0;
}

.table-boards h2 {
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 10px;
}

.list-boards p {
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}

.list-boards a p  {
	color: #333;
}

.table-boards td {
	font-size: 14px;
}

.list-boards td {
    vertical-align: middle;
}

.no-wrap {
	white-space: nowrap;
}

.table-image {
	width: 150px;
}

.menu-wrapper {
	margin-top: 15px;
	padding: 0 10px;
}

.menu-side h2 {
	color: #fff;
	font-size: 17px;
	line-height: 17px;
	font-weight: 300;
	margin: 0 0 7px;
	padding: 0 0 7px;
	font-weight: 400;
	border-bottom: 1px solid #646464;
	cursor: pointer;
	text-transform: uppercase;
}

.menu-container .menu-wrapper:last-child h2 {
	border-bottom: none;
}

.menu-container .menu-wrapper:last-child h2 a {
	color: #fff;
}

.menu-side h2 i {
	font-size: 20px;
    float: left;
    margin: 0;
    line-height: 15px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.menu-side h2.active i {
	transform: rotate(90deg);
}

.menu-side ul, .tree-menu.gulliver ul ul {
	display: none;
}

.menu-side ul li {
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 8px;
	padding-left: 2em;
	cursor: pointer;
}

.menu-side ul li ul li {
	font-size: 11px;
	line-height: 14px;
	margin: 6px 0 0;
}

.menu-side ul li a {
	color: #fff;
}

.menu-side ul li:before {
	content: '\f105';
	font-family: 'Font Awesome 5 Pro';
	display: inline-block;
	margin-left: -1.5em;
	width: 1.2em;
	font-size: 14px;
}

.menu-side ul ul {
	margin: 0 0 15px 0;
}

.menu-side ul ul li {
	padding-left: 0.9rem;
}

.menu-side ul ul li:before {
	content: '\f067';
	font-size: 12px;
	width: 1rem;
	margin-left: -1rem;
}

.menu-side ul ul li.active:before {
	color: #dc3545;
}

.menu-side ul ul li:hover, .menu-side ul ul li:hover a, .menu-side ul ul li.active a {
	color: #dc3545;
}

.menu-side ul li:last-child {
	margin: 0;
}

.menu-side ul li ul li:last-child {
	margin: 6px 0 0;
}

.menu-side ul li label {
	width: 100%;
	cursor: pointer;
}

.menu-side ul {
	margin: 0 0 30px;
}

.menu-wrapper ul {
	margin: 0 0 30px 5px;
}

.content {
	margin-top: 50px;
}

.tree-menu ul {
	margin: 0;
}

.tree-menu ul ul {
	margin: 6px 0 15px 0;
}

.tree-menu.gulliver ul ul {
	margin: 6px 0 15px 11px;
}

.tree-menu.gulliver ul li {
	cursor: pointer;
	list-style: none;
}

.tree-menu ul li {
	list-style: none;
	line-height: inherit;
	font-size: 15px;
}

.tree-menu ul li span {
	display: block;
	border-bottom: 1px solid #eee;
	margin: 2px 0 4px;
}

.tree-menu ul ul li {
	font-size: 14px;
	line-height: 25px;
	color: #7c7c7c;
	margin: 0;
}

.tree-menu.gulliver ul ul li {
	color: #333;
}

.tree-menu ul li label {
	cursor: pointer;
}

.tree-menu ul li i {
	font-size: 14px;
    float: left;
    margin: 2px 5px 0 0;
    line-height: 20px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #7c7c7c;
}

.tree-menu.gulliver ul li i {
	font-size: 18px;
	line-height: 18px;
	margin: 2px 6px 0 0;
	color: #333;
}

.tree-menu.gulliver ul li.active i {
	transform: rotate(90deg);
}

.save-btn {
	text-transform: uppercase;
	font-weight: 400;
	width: 100%;
}

.remove-btn {
	margin-top: 30px;
	text-transform: uppercase;
	font-weight: 400;
}

.save-btn.bottom-down {
	margin-top: 30px;
}

.save-btn i, .remove-btn i {
	margin-right: 4px;
}

.remove-btn i {
	font-size: 15px;
}

.cats .btn {
	float: left;
	margin: 0 10px 10px 0;
}

.cats .btn i {
	float: right;
	margin: 4px 0 0 6px;
}

.right-links .dropdown {
	float: left;
}

.main-category-title {
	padding: 8px 12px;
	background: #dc3545;
	border-bottom: 1px solid #ae8d90;
}

.main-category-title h3 {
	color: #fff;
}

.mb-15 {
	margin-bottom: 15px;
}

.sm {
	padding-left: 10px;
}

.sm a {
	font-size: 12px;
}

.table .thead-dark th {
	background-color: #6c757d;
	border-color: #6c757d;
}

#editDetailsForm .alert-success {
	margin-top: 20px;
}

.switch-cats {
	/*border-bottom: 1px solid #1c1c1c;*/
}

.switch-cats a {
	background: #1c1c1c;
}

.switch-cats a i {
	color: #a1a1a1;
	font-size: 28px;
	line-height: 30px;
	/*margin-right: 43px;
	margin-bottom: 30px;*/
}
.switch-cats a.active {
	background: #333333;
	color: #fff;
}
.switch-cats a:last-child i {
	margin-right: 0px;
}

.switch-cats a {
	display: block;
	float: left;
	width: 25%;
	text-align: center;
	padding: 8px 5px 8px 5px;
}

.home-section .switch-cats {
	margin: 30px 0 0;
}

.login-section .signin-holder {
	margin: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 10px;
}

.home-section .switch-cats a {
	width: 100%;
	height: 200px;
	border: 1px solid #545454;
	color: #B9B8B9;
	padding: 20px;
	display: block;
	margin: 20px 0 20px 0;
	text-align: center;
	position: relative;
	background: #333333;
	float: none;
}

.home-section .switch-cats a.g-signout {
	width: 120px;
    height: 35px;
    display: block;
    line-height: 17px;
    font-size: 13px;
    padding: 8px 5px;
}

.home-section .switch-cats a:hover {
	background: #1c1c1c;
	color: #fff;
}

.home-section .switch-cats a:last-child {
	margin: 20px 0 20px 0;
}

.home-section .switch-cats a i {
	font-size: 70px;
	line-height: 70px;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.home-section .switch-cats a:hover i {
	color: #fff;
}

.doc-home {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-top: 30px;
	padding: 0 15px 15px 15px;
}

.doc-home h2 {
	font-size: 17px;
}

.doc-home p {
	font-size: 14px;
	margin-bottom: 10px;
}

.doc-home a {
	color: #333;
	font-size: 14px;
}

.doc-col {
	background: #fff;
	padding: 20px;
}

.doc-box h2 {
	font-size: 16px;
	line-height: 16px;
	margin: 0 0 7px;
	color: #a1a1a1;
}

.doc-box p {
	font-size: 13px;
	line-height: 19px;
	color: #a1a1a1;
}

.doc-box a {
	color: #696969;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
}

.doc-box a:hover {
	opacity: .75;
}

.poi-h2{
	font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
}

.checkbox-container {
	display: inline-block;
	position: relative;
	padding-left: 28px;
	font-size: 16px;
	font-weight: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-select-wrapper a {
	color: #333;
	cursor: default;
}

.checkbox-container:not(:last-child) {
	margin-right: 20px;
}

.checkbox-container input {
	display: none
}

label.checkbox-container {
	font-size: 24px;
	font-weight: 700;
}

.checkmark {
	position: absolute;
	top: 5px;
	left: 0;
	height: 25px;
    width: 25px;
	background-color: #fff;
	border: 2px solid #707070;
}

.checkbox-container .checkmark i {
	display: none;
	font-size: 22px;
	color: #fff;
	text-align: center;
}

.checkbox-container input:checked ~ .checkmark {
	background-color: #dc3545;
	border: 2px solid #dc3545;
}

.checkbox-container input:checked  ~ .checkmark i {
	display: block;
}

.articles-help li a {
    display: block;
    position: relative;
    font-size: 24px;
    line-height: 26px;
    padding: 20px 50px 20px 0;
    border-bottom: 1px solid #e5e5e5;
    color: #282828;
    font-weight: 700;
}

.articles-help li a:after {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 0;
    top: 20px;
    color: #ed1c24;
    font-size: 30px;
}

.menu-side ul li.active a {
    color: #dc3545;
}

.menu-side ul li.active:before {
    color: #dc3545;
}

.style-text-top h2 strong a.help-back {
    font-weight: 400;
    text-transform: lowercase;
    font-size: 18px;
    line-height: 20px;
    color: #333;
    margin: 0 0 10px;
}

.help-article-details h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.help-article-details p.intro {
	font-size: 21px;
    font-weight: 600;
    margin-bottom: 25px;
}

/* -------------------------- SMALLER SCREENS --------------------------------- */

@media (max-width: 1800px) {
	.text-overlay {
		font-size: 80px;
    	line-height: 85px
	}
	.illustration-small-text {
		font-size: 40px;
		line-height: 50px;
	}
	.doc-home h2 {
		font-size: 15px;
	}
	.doc-home p {
		font-size: 13px;
		margin-bottom: 10px;
	}
}

@media (max-width: 1600px) {
	.illustration-small-text {
		font-size: 40px;
		line-height: 50px;
	}
	.text-overlay {
		font-size: 68px;
    	line-height: 78px
	}
	.doc-home h2 {
		font-size: 13px;
	}
	.doc-home p {
		font-size: 11px;
		margin-bottom: 10px;
	}
}

@media (max-width: 1400px) {
	.illustration-small-text {
		font-size: 35px;
		line-height: 45px;
	}
	.text-overlay {
		font-size: 65px;
		line-height: 75px;
	}
}

/*  ---------------------     DROPZONE CSS     ---------------------------- */

.dropzone, .dropzone * { box-sizing: border-box; }

.dropzone {
  position: relative; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    width: 120px;
    margin: 0.5em; }
    .dropzone .dz-preview .dz-progress {
      display: block;
      height: 15px;
      border: 1px solid #aaa; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        display: block;
        height: 100%;
        width: 0;
        background: green; }
    .dropzone .dz-preview .dz-error-message {
      color: red;
      display: none; }
    .dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
      display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      display: block; }
    .dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
      position: absolute;
      display: none;
      left: 30px;
      top: 30px;
      width: 54px;
      height: 58px;
      left: 50%;
      margin-left: -27px; }

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  height: 100%;
  border: 1px dashed #ccc;
  background: white;
  padding: 20px 20px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 12em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }

.dropzone #submit-photos {
	position: absolute;
    bottom: -50px;
    left: 0;
}

.photo-upload {
	height: 90%;
}

#photoUpload-createButton {
	margin-left: 30px;
}

.login-wrapper{
	position: absolute; 
	top: 20%;
}

