﻿/*
Photography Template
Version: 1.0
Author: Dimitrios Papakonstantinou
*/

/*
Colours:
********
red: #ff214f
green: rgb(0, 148, 50)
gray: #262626
*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

/* 
HTML5 display-role reset for older browsers 
-------------------------------------------
*/

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

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address {
	font-style: normal;
	margin-top: 20px;
}

body {
	color: #000;
	background: #fff;
	font: 300 16px/1.6 "Poppins", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.clearfix {
	height: 0pt;
	clear: both;
}

[class^="icon-"],
[class*=" icon-"] {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

div,
input,
a,
img,
textarea,
button,
button:focus {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.clearfix {
	height: 0pt;
	clear: both;
}


[class^="icon-"],
[class*=" icon-"] {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* 
Headings
--------
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 14px;
}

@media only screen and (max-width:767px) {

	h1 {
		font-size: 30px!important;
	}

	h2 {
		font-size: 24px!important;
	}

	h3 {
		font-size: 20px!important;
	}

	h4 {
		font-size: 18px!important;
	}

	h5 {
		font-size: 14px!important;
	}

	h6 {
		font-size: 12px!important;
	}
}

p {
	margin: 0 0 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 20px;
}

/* 
links 
-----
*/
a,
a:active {
	-webkit-transition: 0.5s ease-in all;
	-moz-transition: 0.5s ease-in all;
	transition: 0.5s ease-in all;
	color: #000;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #ff214f;
}

.section a {
	text-decoration: underline;
}

/* 
lists 
-----
*/
ul,
ol {
	margin-top:20px;
	margin-right:0;
	margin-bottom:20px;
	margin-left:40px;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;

}

ul li,
ol li {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 20px;
}

/* 
tables 
------
*/
table,
tr,
td,
tdoby,
th {
	border-collapse: collapse;
}


/* 
floats 
------
*/
.float-left {
	float:left;
}

.float-right {
	float:right;
}

/* 
text alignments 
---------------
*/
.align-left {
	text-align:left;
}

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

.align-right {
	text-align:right;
}

/* 
flexbox 
-------
*/
.flex {
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
}

/* 
fullwidth 
---------
*/
.fullwidth {
	max-width:100%!important;
}

/* 
Wrapper & containers 
--------------------
*/
#wrapper {
	width: 100%;
}

.container {
	width: 100%;
	max-width: 1142px;
	margin: 0 auto;
	padding: 0 25px;
}

@media only screen and (min-width: 768px) {
	.container {}
}

/* 
Section 
-------
*/
.section {
	padding: 25px 0;
}

.section.largepadding {
	padding: 45px 0;
}

.section.lesspadding {
	padding: 45px 0;
}

.section.toppadding {
	padding: 45px 0;
}

@media only screen and (min-width: 768px) {
	.section {
		padding: 60px 0;
	}

	.section.largepadding {
		padding: 145px 0;
	}

	.section.lesspadding {
		padding: 45px 0;
	}

	.section.toppadding {
		padding: 215px 0 50px;
	}
}

/* 
Header & nav 
------------
*/
#header {
	width: 100%;
}

#header .container {
	padding-top: 26px;
	padding-bottom: 26px;
}

#header .logo {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	float: left;
	letter-spacing: 0;
	font-size: 21px;
	font-weight: 400;
}

#header .logo span {
	color: #ff214f;
	display: block;
	font-size: 11px;
	font-weight: bold;
}

#header .logo a {
	text-transform: uppercase;
}

#header .topnav {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	float: right;
	padding-top: 12px;
}

#header .topnav a {
	text-transform: uppercase;
	margin-left: 17px;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 1px;
	cursor: pointer;
}

#header .topnav a:first-child {
	margin-right: 0;
}

@media only screen and (min-width: 768px) {
	#header .container:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}
}
@media only screen and (max-width:991px) {
	#header .logo,
	#header .topnav {
		float:none;
		width:100%;
		text-align:center;
	}
}

/* 
Nav 
---
*/
#nav {
	width: 100%;
	background: #fff;
}

#nav .container {
	padding-top: 26px;
	padding-bottom: 26px;
}

#nav .logo {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	float: left;
	font-size: 20px;
	max-width: 100px;
}

#nav .logo a {
	color: #ff214f;
	font-weight: 600;
}

#nav .logo span {
	display: block;
	color: #ff214f;
	font-size: 12px;
	font-weight: 500;
}


/* 
Slider (large background area) 
------------------------------
*/
.slider {
	position: relative;
	color: #fff;
	width: 100%;
	background-size: cover !important;
}
.slider h1 {
	font-size:50px;
}
.slider.about {
	position: relative;
	color: #fff;
	width: 100%;
	background-size: cover !important;
	background-position: 50% center !important;
}

.slider .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.slider .container {
	text-align: center;
	color: #fff;
	z-index: 9;
	position: relative;
}

.slider.about .container {
	text-align: left;
	color: #fff;
	z-index: 9;
	position: relative;
}

.slider.contact .container {
	text-align: left;
	color: #fff;
	z-index: 9;
	position: relative;
}

@media only screen and (min-width: 1024px) {
	.slider {
		min-height: 387px;
	}

	.slider.contact {
		min-height: 120px;
	}
}

/* 
Carousel 
--------
*/
#carousel-example-generic img {
	width: 100%;
}

#carousel-example-generic .item {
	max-height: 450px;
	overflow: hidden;
}

/* 
main 
----
*/
#main {
	position: relative;
}

#main.container.nopadding {
	padding: 0 !important;
}
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
	margin:0 0 20px;
}


/* 
Left Column 
-----------
*/
.column-left {
	display: inline;
	float: left;
	width: 25%;
	padding-left: 20px;
	padding-right: 0;
}

/* 
Liquid 
------
*/
.column-left.fullwidth {
	width: 300px;
	position: absolute;
	left: 0;
	top: 0;
}

.column-left h2 {
	background: #ff214f;
	width: 100%;
	padding: 7px 15px;
	color: #fff;
	text-align: center;
	margin: 0!important;
	font-size: 20px;
	text-align: left;
}

.column-left ul,
.column-left ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.column-left ul li a {
	display: block;
	background: #eee;
	padding: 10px 15px;
	color: #333;
	width: 100%;
	border-bottom: 1px solid #ccc;
	transition: 0.3s ease-in all;
}

.column-left ul li a:hover {
	background: #333;
	color: #fff;
}

/*  
Right Column 
------------
*/
.column-right {
	display: inline;
	float: right;
	padding-right: 0;
	width: 75%;
}

.column-right.fullwidth {
	width: 100%;
	padding-left: 300px;
}

.column-right.fullwidth .container {
	max-width: 100%;
}

/* 
Liquid 
------
*/
@media only screen and (max-width:991px) {
	.column-left,
	.column-right,
	.column-left.fullwidth,
	.column-right.fullwidth {
		position: relative;
		display: block;
		float: none;
		width: 100%;
	}

	.column-left,
	.column-left.fullwidth {
		padding: 20px 25px 0;
	}

	.column-right.fullwidth {
		padding-left: 0;
	}
}

/* 
Buttons 
-------
*/
.btn,
.btn-primary {
	display: inline-block;
	background-color: #ff214f;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
	min-height: auto;
	line-height: inherit;
	padding: 10px 25px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	text-decoration: none;
	text-align: center;
}

.btn i {
	color: #fff;
	margin-left: 10px;
}

.btn:hover {
	background: #d01b40;
	color: #fff;
}

.btn:focus,
.btn:active {
	color: #fff;
}

.btn-secondary {
	color: rgb(0, 148, 50);
	background-color: transparent;
	border: 1px solid rgb(0, 148, 50);
}

.btn-secondary:hover {
	background: rgb(0, 148, 50);
	box-shadow: inset 0 50px 0 0 #009432;
	color: #fff;
}
 .btn-secondary:focus {
	color:rgb(0, 148, 50);
 }

@media only screen and (min-width: 768px) {

	.btn,
	.btn-primary {
		display: inline-block;
		text-align: left;
	}
}

/* 
Introction section  
------------------
*/
#introduction {
	text-align: center;
	padding-bottom: 0;
}

#introduction .container {
	max-width: 750px;
}

#introduction p {
	margin: 30px 0 0 0;
}

@media only screen and (max-width: 767px) {
	#introduction .container {
		text-align: center;
	}
}

/* 
Get in touch section 
--------------------
*/
#getintouch {
	text-align: center;
}

#getintouch .container {
	max-width: 750px;
}

#getintouch p {
	margin: 30px 0 0 0;
}

@media only screen and (max-width: 767px) {
	#getintouch .container {
		text-align: center;
	}
}

/* 
About (blocks with 3 icons) 
---------------------------
*/
#about .container {
	border-top: 1px solid #ededed;
	padding-top: 25px;
}

#about #blocks>div {
	padding: 0;
	text-align: center;
}

#about #blocks>div>div {
	display: table;
	width: 100%;
	margin: 0 0 20px 0;
}

#about #blocks>div>div .icons {
	display: block;
	vertical-align: top;
	width: 85px;
	margin: 0 auto;
	padding-right: 20px;
}

#about #blocks>div>div .icons i {
	color: #ff214f;
	font-size: 65px;
}

#about #blocks>div>div .text h3 {
	margin: 0 0 10px 0;
}

#about #blocks>div>div .text p {
	margin: 0;
}

@media only screen and (min-width: 768px) {
	#about .container {
		padding-top: 60px;
	}
}

@media only screen and (min-width: 1000px) {
	#about #blocks>div {
		display: -moz-inline-stack;
		display: inline-block;
		zoom: 1;
		*display: inline;
		float: left;
		width: 33.3%;
		padding: 0 25px;
	}

	#about #blocks>div.block1 {
		padding-left: 0;
	}

	#about #blocks>div.block2 {}

	#about #blocks>div.block3 {
		padding-right: 0;
	}
}

@media only screen and (min-width: 1025px) {
	#about #blocks>div>div {
		display: table;
		width: 100%;
		margin: 0 0 20px 0;
		text-align: left;
	}

	#about #blocks>div>div .icons {
		display: table-cell;
		vertical-align: top;
		width: 85px;
		padding-right: 20px;
	}
}

@media only screen and (min-width: 1200px) {
	#about .container {
		padding-left: 0;
		padding-right: 0;
	}
}

/* 
Footer 
------
*/
#footer {
	background: #262626;
	color: #e6e6e6;
	text-align: left;
}

#footer .col-left {
	margin-bottom: 25px;
}

#footer #socialmedia {
	margin: 0;
	padding: 0;
}

#footer #socialmedia li {
	margin: 0 10px 0 0;
	padding: 0;
	display: inline;
}

#footer #socialmedia li a {
	color: #e6e6e6;
}

#footer #socialmedia li a:hover {
	color: #ff214f;
}

@media only screen and (min-width: 768px) {
	#footer .col-left {
		display: inline;
		float: left;
		width: 20%;
		margin: 0;
	}

	#footer .col-right {
		display: inline;
		float: right;
		width: 70%;
		margin: 0;
	}
}

/* 
Scrollbar 
---------
*/
.scrollBarHolder {
	height: 8px;
	background: #d9d9d9;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.scrollBarHolder #scrollBar {
	height: 8px;
	background: #ff214f;
}

/* 
Photo Gallery 
-------------
*/
#photogallery.section {
	float: left;
	width: 100%;
	clear: both;
}

#photogallery .container {
	padding-left: 0;
	padding-right: 0;
}

#photogallery ul,
#photogallery li,
#photogallery ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#photogallery ul {
	width: 100%;
}

#photogallery ul li {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 100%;
	*display: inline;
	float: left;
	width: 50%;
	padding: 0 10px 20px;
}

#photogallery ul li a {
	display: block;
	position: relative;
}

#photogallery ul li a:before {
	content: '';
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	height: 100%;
	width: 100%;
	transform: scale(0);
	transition: transform 0.3s cubic-bezier(0.3, 1, 0.8, 1);
}

#photogallery ul li a:after {
	content: '\f00e';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 30px;
	line-height: 1;
	margin: -10px 0 0;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%) scale(0);
	transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

#photogallery ul li a:hover:before {
	transform: scale(1);
}

#photogallery ul li a:hover:after {
	transform: translate(-50%) scale(1);
}

@media only screen and (min-width: 768px) {
	#photogallery ul li {
		width: 33.3%;
	}
}

/* 
Contact Us 
----------
*/
#contact {
	background-color: #eee;
}

@media only screen and (min-width: 1000px) {
	#photogallery ul li {
		width: 25%;
	}
}

/* 
Overlay 
-------
*/
#overlay {
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	display: none;
	text-align: center;
}

#overlay .wrap {
	border: 8px solid #fff;
	border-radius: 3px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation-name: ligboxZoom;
	animation-duration: 0.3s;
}

#overlay .wrap img {
	margin: 0 0 10px;
	z-index: 1;
	position: relative;
}

#overlay .wrap p {
	margin: 0 0 5px;
}

#overlay .close {
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 30px;
	height: 30px;
	color: #fff;
	cursor: pointer;
	background: #000;
	border-radius: 50%;
	font-size: 26px;
	line-height: 1;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 3px;
	z-index: 99;
}

#overlay .close:hover {
	transform: rotate(180deg);
}

/* 
Animations 
----------
*/
@-webkit-keyframes ligboxZoom {
	from {
		transform: translate(-50%, -50%) scale(0);
	}

	to {
		transform: translate(-50%, -50%) scale(1);
	}
}

@keyframes ligboxZoom {
	from {
		transform: translate(-50%, -50%) scale(0);
	}

	to {
		transform: translate(-50%, -50%) scale(1);
	}
}

/* 
Tables 
------
*/
.responsiveTbl table {
	text-align: center;
	width: 100%;
}

tr {
	background: #fff;
}

tr:nth-child(2n) {
	background: #f2f2f2;
}

tr:hover .msg {
	opacity: 1;
	top: 0;
}

th,
td {
	padding: 15px 20px;
	vertical-align: middle;
}

th:nth-child(2),
td:nth-child(2) {
	text-align: left;
}

th {
	background: #ff214f;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	padding: 25px 20px;
}

.responsiveTbl .price,
.responsiveTbl .btn {
	border: 1px solid #ff214f;
	border-radius: 25px;
	display: inline-block;
	vertical-align: top;
	padding: 8px;
	height: 40px;
	min-width: 100px;
	text-align: center;
	line-height: inherit;
}

.responsiveTbl .btn {
	border: none;
	color: #fff;
	background: #ff214f;
	transition: box-shadow 0.3s linear;
}

.responsiveTbl .btn:hover {
	box-shadow: inset 0 0 0 25px #cc1d41;
	color: #fff;
}

@media only screen and (max-width: 767px) {

	.responsiveTbl .price,
	.responsiveTbl .btn {
		padding: 0;
		border: none;
		background: none;
	}

	.responsiveTbl .btn {
		color: #ff214f;
	}

	.responsiveTbl {
		overflow: auto;
	}

	.responsiveTbl table {
		width: 767px;
	}
}

@media only screen and (max-width: 640px) {
	.responsiveTbl table {
		width: 640px;
	}
}

/* 
Forms 
-----
*/
.formContainer {
	background: rgba(255, 255, 255, 0.6);
	padding: 80px 40px;
	text-align: center;
}

.formContainer a {
	font-size: 14px;
	color: #333;
	transition: 0.3s ease-in all;
}

.formContainer a:hover {
	color: #ff214f;
}

.formContainer form {
	max-width: 470px;
	margin: 0 auto;
}

.formContainer form .row {
	position: relative;
	margin: 0 0 20px;
}

.formContainer .titleContainer {
	margin-bottom: 50px;
}

.formContainer .titleContainer .far {
	font-size: 70px;
	margin-bottom: 20px;
	color: #ff214f;
}

.formContainer .titleContainer h1 {
	font-size: 40px;
	margin-bottom: 10px;
}

/* 
Placeholders 
------------
*/
.formContainer input::-webkit-input-placeholder {
	color: #333;
	font: 300 16px/1.6 "Poppins", sans-serif;
}

.formContainer input::-moz-input-placeholder {
	color: #333;
	font: 300 16px/1.6 "Poppins", sans-serif;
}

.formContainer input::-moz-input-placeholder {
	color: #333;
	font: 300 16px/1.6 "Poppins", sans-serif;
}

.formContainer input::-ms-input-placeholder {
	color: #333;
	font: 300 16px/1.6 "Poppins", sans-serif;
}

/* 
Form elements 
-------------
*/
.formContainer input[type="text"],
.formContainer input[type="password"],
.formContainer input[type="email"],
.formContainer input[type="tel"],
.formContainer textarea {
	background: none;
	border: none;
	border-bottom: 1px solid #666;
	padding: 15px 15px 15px 35px;
	width: 100%;
	height: 50px;
	color: #333;
	font-size: 18px;
	transition: border 0.3s linear, color 0.3s linear;
	font: 300 16px/1.6 "Poppins", sans-serif;
}

.formContainer textarea {
	min-height: 120px;
	resize: none;
}

.formContainer input[type="text"]+.fas,
.formContainer input[type="password"]+.fas,
.formContainer input[type="email"]+.fas,
.formContainer input[type="tel"]+.fas,
.formContainer textarea+.fas {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: 0.3s ease-in all;
	color: #333;
}

.formContainer input[type="text"]:focus,
.formContainer input[type="password"]:focus,
.formContainer input[type="email"]:focus,
.formContainer input[type="tel"]:focus,
.formContainer textarea:focus {
	outline: none;
	border-color: #ff214f;
	color: #ff214f;
}

.formContainer input[type="text"]:focus+.fas,
.formContainer input[type="password"]:focus+.fas,
.formContainer input[type="email"]:focus+.fas,
.formContainer input[type="tel"]:focus+.fas,
.formContainer textarea:focus+.fas {
	color: #ff214f;
}

/* 
Form buttons 
------------
*/
.formContainer .btn {
	background: #ff214f;
	border: none;
	color: #fff;
	padding: 0 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 100%;
	cursor: pointer;
	transition: ease-in all 0.3s;
	display: block;
	height: auto;
	text-align: center;
	padding: 10px;
}

.formContainer .btn:hover {
	box-shadow: inset 0 50px 0 0 #c51a3d;
}

/* 
Custom checkboxes 
-----------------
*/
.formContainer input[type="checkbox"]:checked,
.formContainer input[type="checkbox"]:not(:checked) {
	 -webkit-appearance:none; 
	  position: absolute; 
	  left: -9999px; 
}

.formContainer input[type="checkbox"]:checked+label,
.formContainer input[type="checkbox"]:not(:checked)+label {
	position: relative;
	cursor: pointer;
	padding: 0 0 0 30px;
}

.formContainer input[type="checkbox"]:checked+label:before,
.formContainer input[type="checkbox"]:not(:checked)+label:before {
	content: '';
	background: #fff;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
}

.formContainer input[type="checkbox"]:checked+label:after,
.formContainer input[type="checkbox"]:not(:checked)+label:after {
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #ff214f;
	position: absolute;
	top: -4px;
	left: 2px;
	opacity: 0;
	transform: scale(1.5);
	transition: opacity 0.3s linear, transform 0.3s linear;
}

.formContainer input[type="checkbox"]:checked+label:after {
	opacity: 1;
	transform: scale(1);
}



.checkbox,
.radio {
	display: inline-block;
}

.form-control {
	box-shadow: none !important;
	height: auto !important;
	border-radius: 0 !important;
	padding: 6px 12px !important;
}