/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

* {
	border-radius: 0;
}

body {
 color: #333;
 font-size: 13px;
 line-height: 1.6;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #555;
     font-size: 15px;
    line-height: 1.5;
}

a {
 color: #72A697;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
	cursor: pointer;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #72A697;
 text-decoration: underline;
 cursor: pointer;
}




/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}

.full-height {
	height: 100%;
}

.hero-slider-left-wrapper {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 100;
}

.hero-slider-text {
	color: white;
    font-family: 'Anton', sans-serif;
    letter-spacing: 0.5px;
    font-size: 48px;
    font-weight: 200;
    line-height: 52px;
    margin-bottom: 30px;
}

.hero-slider-in-wrapper {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 100;
}

.hero-slide-in-image {
	max-width: 400px;
}

#hero-slider {

}


#hero-slider .slick-prev {
	left: 10px;
	z-index: 100;
	width: 30px;
	height: 52px;
	display: block;
}

#hero-slider .slick-next {
	right: 10px;
	z-index: 100;
	width: 30px;
	height: 52px;
	display: block;
}

#hero-slider .slick-prev:before, #hero-slider .slick-next:before {
	font-family: 'Simple-Line-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 30px;
}

#hero-slider .slick-prev:before {
	content: '\e07a';
}

#hero-slider .slick-next:before {
	content: '\e079';
}

#hero-slider .slick-next {
	right: 10px;
	z-index: 100;
	width: 30px;
	height: 52px;
	display: block;
}

#hero-slider .hero-slide {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 480px;
	position: relative;
}


.center-list {
	display: table;
	margin: 0 auto;
}

.text-white > * {
	color: white;
}

.block-full-background-wrapper {
	background-size: cover;
	background-position: center center;
}

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

.background-cover {
	background-size: cover;
	background-position: center center;
}

.custom-page-style img {
	max-width: 100%;
	height: auto;
}

.custom-page-style img.left {
	float: left;
	margin: 0 20px 20px 0;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 992px) {
	.custom-page-style img.left {
		float: none;
		display: block;
		margin: 10px auto;
	}
}

.custom-page-style img.right {
	float: right;
	margin: 0 0 20px 20px;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 992px) {
	.custom-page-style img.right {
		float: none;
		display: block;
		margin: 10px auto;
	}
}

.custom-page-style img.center {
	margin: 10px auto;
	display: block;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 992px) {
	.custom-page-style img.center {
		float: none;
		display: block;
		margin: 10px auto;
	}
}

.custom-page-style ul {
	list-style-type: none;
	position: relative;
	margin-top: 20px;
}

@media screen and (max-width: 480px) {
	.custom-page-style iframe {
		width: 100%;
	}
}

.custom-page-style ul li {
	margin-bottom: 10px;
    position: relative;
    font-size: 16px;
    color: #000;
    font-family: 'Anton', sans-serif;
}
/*We don't want the slick dots to have the bullet icon attached to them so we exlude them here*/
.custom-page-style ul:not(.slick-dots) li:before {
	content: '';
	position: absolute;
	background: url("../img/bullet-icon.png") no-repeat;
	width: 15px;
	height: 20px;
	border-radius: 50%;
	left: -22px;
}

.invalid {
	color: red;
	font-weight: bold;
}

.container .service-inner:nth-child(3n - 1) {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.standard-btn {
	background-color: #cc292c;
    border: none;
    padding: 14px 38px;
    box-shadow: 0px 4px 0px #8c1a1d;
    color: #ffffff;
}

@media screen and (max-width: 480px) {
	.standard-btn {
		display: block;
		width: 100%;
		margin: 10px 0;
		text-align: center;
	}
}

.standard-btn:hover {
	background: #961b22;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 5% !important;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(blank.gif);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.client-logo-wrapper {
	/*height: 70px;*/
}
.client-logo-wrapper img {
	position: relative;
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}

.latest-shots-image {
	display: block;
	margin: 0 auto;
}

#hero-slider .slick-dots {
	position: absolute;
	bottom: 5px;
	right: 0;
	left: 0;
	margin: 0 auto;
	display: block;
	width: auto;
	padding: 0;
	list-style: none;
	text-align: center;
}
@media screen and (max-width: 992px) {
	#hero-slider .slick-dots {
		width: 100%;
		right: 0;
		left: 0;
	}
}
#hero-slider .slick-dots li {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
#hero-slider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
#hero-slider .slick-dots li button:hover,
#hero-slider .slick-dots li button:focus {
	outline: none;
}
#hero-slider .slick-dots li button:hover:before,
#hero-slider .slick-dots li button:focus:before {
	opacity: 1;
}
#hero-slider .slick-dots li button:before {
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	content: '';
	text-align: center;
	opacity: .25;
	background: white;
	display: block;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#hero-slider .slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

#hero-slider .slick-prev:before {
	opacity: 1;
	color: white;
}
#hero-slider .slick-next:before {
	opacity: 1;
	color: white;
}


.slick-dotted.slick-slider {
	margin: 0 0 40px 0 !important
}

#hero-slider.slick-dotted.slick-slider {
	margin: 0 !important
}

.gallery-slider-big {
	margin: 5px 0;
}

.slick-slide img {
	display: block;
	margin: 0 auto;
}

.gallery-slider-nav .slick-slide {
	margin: 0 3px;
}

.gallery-slider-nav .slick-list {
	margin: 0 -3px;
}

.slick-slide, .slick-slide *{ outline: none !important; }

.gallery-slider-nav .slick-dots {
	position: absolute;
	bottom: -30px;
	right: 0;
	left: 0;
	margin: 0 auto;
	display: block;
	width: auto;
	padding: 0;
	list-style: none;
	text-align: center;
}
@media screen and (max-width: 992px) {
	.gallery-slider-nav .slick-dots {
		width: 100%;
		right: 0;
		left: 0;
	}
}

.gallery-slider-nav .slick-dots li {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.gallery-slider-nav .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.gallery-slider-nav .slick-dots li button:hover,
.gallery-slider-nav .slick-dots li button:focus {
	outline: none;
}
.gallery-slider-nav .slick-dots li button:hover:before,
.gallery-slider-nav .slick-dots li button:focus:before {
	opacity: 1;
}
.gallery-slider-nav .slick-dots li button:before {
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	content: '';
	text-align: center;
	opacity: .25;
	background: black;
	display: block;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.gallery-slider-nav .slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

.gallery-slider-nav .slick-slide:hover {
	cursor: pointer;
}

.not-clickable:hover {
	cursor: default !important;
}

.header-logo {
	width: 300px;
	float: left;
	margin: 19px 0 10px 0;
}

.gallery-block-wrapper .slick-prev:before {
	opacity: 1;
	color: #000;

}

.gallery-block-wrapper .slick-next:before {
	opacity: 1;
	color: #000;

}

.gallery-next-icon {
	background: url("../img/right-chevron.png") !important;
	width: 32px !important;
	height: 32px !important;
	display: block;
	right: -38px !important;
	position: absolute;
	top: 50%;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.gallery-prev-icon {
	background: url("../img/left-chevron.png") !important;
	width: 32px !important;
	height: 32px !important;
	display: block;
	left: -35px !important;
	position: absolute;
	top: 50%;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}