/** Font **/

@font-face {
    font-family: 'enigmaticregular';
    src: url('../fonts/enigma__2-webfont.eot');
    src: url('../fonts/enigma__2-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/enigma__2-webfont.woff') format('woff'),
         url('../fonts/enigma__2-webfont.ttf') format('truetype'),
         url('../fonts/enigma__2-webfont.svg#enigmaticregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	background: url(../img/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/** IR fix **/
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.background.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='background.jpg', sizingMethod='scale')";
	color: #231f20;
	font-size: 15px;
	line-height: 26px;
}

h1 {
	color: #d1d3d4;
	font: 42px/50px 'enigmaticregular';
	margin: 10px 0 20px; 
}

h2 {
	color: #3b6e8f;
	font: 28px/34px 'enigmaticregular';
	padding: 0;
	margin: 10px 0 20px;
}

h3 {
	color: #3b6e8f;
	font: 22px/30px 'enigmaticregular';
	padding: 0;
	margin: 0px 0 20px;
}

.inner-page h1 {
	margin-bottom: 40px;
}

p {
	margin-bottom: 20px;
}

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

a {
	color: #3b6e8f;
}

textarea {
	resize: none;
}

.margin-lr {
	margin-left: 15px;
	margin-right: 15px;
}

.mb-2 {
	margin-bottom: 25px;
}

.mb-4 {
	margin-bottom: 40px;
}

/** Layout **/
.page-wrapper {
	background-color: #fff;
	margin: 35px 0 140px;
}

/** Header **/
#header {
	float: none;
	width:100%;
}

#header > .content-inner {
	background-color: #3b6e8f;
	margin-top: 15px;
}

#logo {
	display: block;
	margin: 40px 0 0 40px;
}

.header-info {
	position: relative;
	z-index: 0;
}

.header-info .header-info-content {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	left: 27%;
	position: absolute;
	top: 32%;
	z-index: 10;
}

.header-info .header-info-content span {
	display: block;
	padding-left: 47px;
	margin-bottom: 8px;
}

.header-info .header-info-content span.phone {
	background: url(../img/icon-phone.png) no-repeat left center;
	font-size: 28px;
	font-weight: bold;
}

.header-info .header-info-content span.email {
	background: url(../img/icon-email.png) no-repeat left center;
	margin-bottom: 30px;
}

.header-info .header-info-content span.email a {
	color: #fff;
}


/** Navigation **/
.main-navigation {
	background: #6d6f71;
}

.main-navigation ul.sf-menu {
	margin-bottom: 0px;
	width: 100%;
}

.main-navigation ul.sf-menu li {
	background: #6d6f71;
	min-width: 11%;
}

.main-navigation ul.sf-menu > li > .sf-with-ul {
	padding-right: 14px;
}

.main-navigation ul.sf-menu > li > .sf-with-ul:after {
	border-style: none !important;
}

.main-navigation ul.sf-menu li a {
	color: #fff;
	border: none;
	font-size: 16px;
	text-align: center;
}

.main-navigation ul.sf-menu li:hover a {
	text-decoration: none;
}

.main-navigation ul.sf-menu > li > a{
	padding-bottom: 30px;
}

.main-navigation ul.sf-menu > li:hover > a,
.main-navigation ul.sf-menu > li.current > a{
	background: url(../img/navigation-icon.png) no-repeat center bottom;
}

.main-navigation ul.sf-menu li li:hover a,
.main-navigation ul.sf-menu li li.current a {
	background: #3b6e8f url(../img/icon-sub-nav.png) no-repeat right center;
}

.main-navigation ul.sf-menu li li a {
	padding-right: 20px;
	text-align: left;
}

.sf-menu ul {
	min-width: 17em;
}

/**Navigation mobile **/
.mobile_nav {
    background: none repeat scroll 0 0 #ececec;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #ffffff;
    color: #333333;
    cursor: pointer;
    display: block;
    padding: 15px 10px 15px 50px;
    position: relative;
    text-decoration: none;
    text-shadow: 1px 1px 1px #ffffff;
}

.grey .accordmobile a { 
	padding: 15px 10px 15px 50px;
}

.mobile-menu-holder {
	display: none;
	width: 100%;
}

.mobile-menu-holder .sf-menu {
	width: 100%;
}

.mobile-menu-holder .sf-menu li {
	clear: both;
	display: block;
	width: 100%;
}

/** Footer **/
#footer {
	border-top: 80px solid #3b6e8f;
	color: #58595b;
	font-size: 11px;
	line-height: 17px;
	padding: 20px 0;
}

#footer .copyright {
	padding-left: 15px;
}


#footer ul.footer-links {
	padding-left: 15px;
}

#footer ul.footer-links li {
	display: inline;
	list-style: none;
	list-style-image: none;
	padding-right: 10px;
}

#footer ul.footer-links li a {
	color: #58595b;
}

#footer p {
	margin-bottom: 10px;
}

/** home pageblocks **/
.top-msg {
	background-color: #d1d3d4;
	color: #2d5c89;
	font:24px/78px 'enigmaticregular';
	letter-spacing: 4px;
	text-align: center;
}

.bottom-msg {
	background-color: #6d6f71;
	color: #fff;
	font:24px/78px 'enigmaticregular';
	letter-spacing: 4px;
	text-align: center;
}


/** homepage slideshow **/
.slideshow {
	background-color: #7c9cb7;
	border: none;
	border-radius: 0px;
	color: #fff;
	box-shadow: none;
	margin: 0 0 20px 0;

}

.slideshow .slides img {
	max-width: 100%;
	width: auto;
}

.slideshow .img-holder {
	font: italic 14px/20px Georgia;
	position: relative;
	width:68%;
	z-index: 0;
}

.slideshow .img-holder span {
	position: absolute;
	left: 3%;
	bottom: 5%;
	z-index: 10;
}

.slideshow .testimonial-section {

	width: 32%;
}

.slideshow .testimonial-section img {
	border: 5px solid #fff;
	margin-bottom: 20px;
}

.slideshow .testimonial-section .content-inner {
	padding: 30px 30px 0;
}

.slideshow .testimonial-section p {
	font-style: italic;
	margin-bottom: 20px;
    font-weight: normal;
}

.slideshow .testimonial-section span.name {
	font-size: 18px;
	line-height: 24px;
}


/** Homepage > tablinks */
.tab-links .tab{
	background-color: #c2b59b;
	margin-right: 1.3%;
	width: 24%;
}

.tab-links .tab:last-child {
	margin-right: 0px;
}

.tab-links .tab .content-inner {
	padding-right: 18px;
}


.tab-links .tab a {
	background: url(../img/more-link-tab.png) no-repeat right center;
	color: #fff;
	font: 16px/22px 'enigmaticregular';
	display: block;
	letter-spacing: 1px;
	padding: 18px 0 18px 18px;
	text-transform: uppercase;
}

.tab-links .tab a:hover {
	text-decoration: none;
}

.tab-links .tab span {
	display: block;
	font-size: 24px;
	line-height: 30px;
}

/** Homepage > welcome blocks **/
.welcome-block {
	letter-spacing: 0.3px;
    padding-right: 40px;
}


/** Homepage offer and service blocks **/
.offer-wrapper {
	background-color: #e4ddd1;
}

ul.services {
	margin: 30px 0 0 30px;
}

ul.services li  {
	background: url(../img/service-bullet.png) no-repeat left center;
	color: #3b6e8f;
	font: 18px/40px 'enigmaticregular';
	padding-left: 50px;
	letter-spacing: 0.6px;
}


.block-offer {
	position: relative;
	z-index: 0;
}

.block-offer .content-inner {
	position: absolute;
	top: 22%;
	right: 5%;
	z-index: 10;
	width: 75%;
}

.block-offer h2 {
	font: 22px/30px 'enigmaticregular';
	color: #6d6e71;
	margin: 0 0 20px 22%;
	padding: 0;
}

.block-offer ul.tags li {
	float: left;
	padding: 5px 0 0;
	width: 50%;
}

.block-offer ul.tags li:nth-child(2n + 1) {
	clear: both;
}

.block-offer ul.tags li:last-child {
	clear:both;
	width: 100%;
}

.block-offer ul.tags li:last-child a {
	text-align: left !important;
}

.block-offer ul.tags li a {
	display: block;
}

.block-offer ul.tags li a.tag-a {
	color: #3b6e8f;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	text-align: right;
}

.block-offer ul.tags li a.tag-a.small {
	font-size: 18px;
	line-height: 24px;
}

.block-offer ul.tags li li {
	padding: 0px;
}

.block-offer ul.tags li li a.tag-a {
	padding-left: 5%;
	text-align: left;
}

.block-offer ul.tags li a.tag-b {
	color: #231f20;
	font-size: 13px;
	line-height: 38px;
	font-weight: bold;
	padding-left: 10%;
}

.block-offer ul.tags li a.tag-c {
	color: #fff;
	font-size: 28px;
	line-height: 28px;
	text-align: center;
}

.block-offer ul.tags li a.tag-d {
	color: #231f20;
	font-size: 16px;
	line-height: 18px;
}

.block-offer ul.tags li a.tag-5 {
	font-size: 18px;
    margin-right: -5%;
    text-align: right;
}

.block-offer ul.tags li li {
	float: none;
	width: 100%;
}

.block-offer span.note {
	clear: both;
	display: block;
	color: #58595b;
	font: 14px/24px 'enigmaticregular';
	padding: 5% 0 0 10%;
}

/** Sidebar **/
.social-links li {
	float: left;
	margin-right: 10px;
}

.social-links li a {
	background: url(../img/social-links.png) no-repeat;
	display: block;
	height: 50px;
	width:50px;
	text-indent: -9999px;
}

.social-links li.tw a {
	background-position: -58px 0;
}

.social-links li.insta a {
	background-position: -116px 0;
   
}


.social-links li.youtube a {
    background-position: -175px 0;
}


/** siedeba > twitterlinks **/
.sidebar .block-twitter .content-inner {
    background-color: #ffffff;
    box-shadow: 0 0 3px #59534c;
    padding: 20px;
}

.sidebar .block-twitter .content-inner img {
	border-bottom: 1px solid #f0f0ef;
}

/** sidebar > tab-links **/
.sidebar .tab-links .tab {
	margin: 0 0 10px;
	width: 100%;
}

/** sidebar > we can offer **/
.sidebar .block-offer .content-inner {
	background-color: #d1d3d4;
	padding: 20px;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
}

.sidebar .block-offer h2 {
	font-size: 28px;
	line-height: 34px;
	text-align: center;
	margin: 0 0 10px;
}

.sidebar .block-offer span.note {
	padding: 0;
	text-align: center;
}

.sidebar .block-offer span.phone {
    color: #3b6e8f;
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}


/** GAllery page **/
.gallery-wrapper .img-holder {
	margin-bottom: 10px;
}

.gallery-wrapper a.more-link {
	background: url(../img/service-bullet.png) no-repeat right center;
	color: #3b6e8f;
	font: 18px/24px 'enigmaticregular';
	padding-right: 35px;
}

/** Contact us page **/
#contact-us label {
	color: #6d6e71;
}

#contact-us input, #contact-us textarea {
	border-color: #6d6e71;
	border-radius: 0px;
}

#contact-us .btn-submit {
	background-color: #3b6e8f;
	border-radius: 0px;
}


/** Fireworks page **/

.inner-page .fireworks-slider .testimonial-section h2{
	padding: 0;
	margin:  0 0 20px;
	font-family: 'enigmaticregular';
	text-transform: uppercase;
}

.inner-page .fireworks-slider .testimonial-section p {
	font: italic 20px/28px Georgia;
}

.inner-page .fireworks-slider li a.more-link{
	color: #fff;
	font: 22px/28px 'enigmaticregular';
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}

.inner-page .fireworks-slider li a.more-link span {
	position: absolute;
	right: 58%;
	bottom: 42%;
	width: 29%;
	letter-spacing: 0.6px;
	z-index: 100;
}

.content-left ul {
	margin-bottom: 25px;
}

.content-left ul li a {
	background: url(../img/icon-list.png) no-repeat left center;
	padding-left: 25px;
}


.block-enquiry {
	background-color: #e4ddd1;
	padding: 5px 25px 15px;
}

.block-enquiry h2 span {
	background: url(../img/service-bullet.png) no-repeat right center;
	padding-right: 30px;
}

.block-enquiry .form-horizontal .control-label {
	text-align: left;
}

.block-enquiry input,
.block-enquiry textarea,
.block-enquiry select  {
	border: none;
	border-radius: 0px;
}


/*** gallery detail page **/
.breadcrumb {
	background: transparent;
}

.breadcrumb li,
.breadcrumb li a {
	color: #a7a9ac;
	font: 20px/26px 'enigmaticregular';
}

.breadcrumb > li + li:before {
    color: #a7a9ac;
    content: "> ";
    padding: 0 10px;
}

.breadcrumb > .active {
	color: #3b6e8f;
}


ul.slides, #carousel ul {
	margin-bottom: 0px;
}

#slider {
	background-color: transparent;
}

#carousel {
	background-color: #e7e8e9;
	padding: 14px 32px;
}

#carousel li {
	margin-right: 10px;
}

#carousel .flex-direction-nav a:before {
	content: none;
}

#carousel .flex-direction-nav a {
	height: 15px;
	padding-left: 0px;
	top: 65%;
	width: 11px;
}

#carousel .flex-direction-nav a.flex-prev {
	background: url(../img/gallery-prev.png) no-repeat;
}

#carousel .flex-direction-nav a.flex-next {
	background: url(../img/gallery-next.png) no-repeat;
}


/** testimonial page **/
.testimonials .item span.open-quote {
	float: left;
	margin-top: -16px;
}

.testimonials .item span.close-quote {
	float: right;
	margin-top: -16px;
}

.testimonials .item {
	border-bottom: 1px solid #d1d3d4;
	font-style: italic;
	padding: 30px 0 20px;
	margin-bottom: 10px;
}

.testimonials .item:first-child {
	padding-top: 0px;
}

.testimonials .item  h3 {
	font-style: normal;
}

.testimonials .item p {
	margin-bottom: 10px;
}


/** Responsive **/
@media (max-width: 767px) {
	body {
		font-size: 13px;
		line-height: 22px;
	}

	h3 {
		font-size: 18px;
		line-height: 26px;
	}

	h2 {
		font-size: 24px;
		line-height: 30px;
	}

	h1 {
		font-size: 36px;
		line-height: 46px;
		margin-bottom: 20px;
	}

	.inner-page h1 {
		margin-bottom: 20px;
	}

	#logo {
		margin: 0;
		text-align:  center;
	}

	.header-info .img-holder {
		display: none;
	}

	.header-info .header-info-content {
		font-size: 16px;
		line-height: 24px;
		position: relative;
		left: 0;
		top: 0;
		background-color: #494f56;
		float: none !important;
		padding: 10px 0 0 10px;
	}

	.header-info .header-info-content p {
		margin-bottom: 10px;
	}

	.header-info .header-info-content span {
		padding-left: 37px;
	}

	.header-info .header-info-content span.phone {
		font-size: 22px;
		line-height: 30px;
	}

	.header-info .header-info-content span.email {
		background: url(../img/icon-email.png) no-repeat left center;
		margin-bottom: 15px;
	}

	/** home pageblocks **/
	a.bottom-msg-wrapper:hover{
		text-decoration: none;
	}

	.top-msg, .bottom-msg  {
		font-size: 16px;
		line-height: 22px;
		padding: 10px 0;
	}

	/** Hompage slideshow **/
	.slideshow .testimonial-section .testimonial-img {
		display: none;
	}

	.slideshow .img-holder {
		width: 100%;
	}

	.slideshow .testimonial-section {
		width: 100%;
	}

	.slideshow .testimonial-section p {
		font-size: 18px;
		line-height: 26px;
	}

	.slideshow .testimonial-section .content-inner {
		padding: 15px;
	}

	/** Homepage > tablinks */
	.tab-links .tab span {
		font-size: 18px;
		line-height: 26px;
	}
	
	.tab-links .tab {
		margin-bottom: 10px;
		width: 100%;
	}

	/** Homepage offer and service blocks **/
	ul.services {
    	margin: 25px 0 0 30px;
    	padding-bottom: 25px;
	}

	ul.services li a {
		 background-size: 10px 10px;
	    font-size: 15px;
	    line-height: 24px;
	    padding-left: 20px;
	}	

	.block-offer .img-holder {
		display: none;
	}

	.block-offer .content-inner {
		background-color: #c2beb4;
		top: 0;
		position: relative;
		right: 0;
		width: 100%;
		padding: 20px;
	}

	.block-offer h2 {
		line-height: 26px;
		margin: 0 0 20px 0;
		text-align: center;
	}

	.block-offer ul.tags li a.tag-a {
		font-size: 18px;
		line-height: 26px;
	}

	.block-offer ul.tags li a.tag-a.small {
		font-size: 16px;
		line-height: 22px;
	}

	.block-offer ul.tags li a.tag-c {
		font-size: 24px;
	}

	.block-offer span.note {
		padding-left: 0;
		text-align: center;
	}

	/** Footer **/
	#footer {
		text-align: center;
	}

	#footer ul.footer-links li a {
		line-height: 30px;
	}

	/** Testimonial section **/
	.testimonials .item {
		padding: 15px 10px;
	}

	/** Gallery page **/
	.gallery-wrapper {
		text-align: center;
		margin-bottom: 0px;
	}

	.gallery-wrapper .content-inner {
		margin-bottom: 25px;
	}

	/** Service info page **/
	.block-gallery {
		text-align: center;
	}

	.block-gallery a {
		display: block;
		margin-bottom: 20px;
	}

	.block-enquiry {
		margin-bottom: 20px;
	}

	.inner-page .fireworks-slider .img-holder,
	.inner-page .fireworks-slider .testimonial-section {
		width: 100%;
	}

	.inner-page .fireworks-slider .testimonial-section .content-inner {
		padding: 30px 30px 100px;
	}

	.inner-page .fireworks-slider .testimonial-section h2 {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 15px;
	}

	.inner-page .fireworks-slider .testimonial-section p {
		font-size: 18px;
		line-height: 26px;
	}

	.inner-page .fireworks-slider li a.more-link {
		font-size: 14px;
		line-height: 18px;
		width: 170px;
	}

	.inner-page .fireworks-slider li a.more-link span {
		bottom: 38%;
		right: 52%;
    	width: 40%;
	}

}

@media (min-width: 768px) and (max-width: 991px) {
	/** Header **/
	.header-info .header-info-content {
		font-size: 16px;
		line-height: 24px;
	}

	.header-info .header-info-content p {
		margin-bottom: 10px;
	}

	.header-info .header-info-content span {
		padding-left: 37px;
	}

	.header-info .header-info-content span.phone {
		font-size: 22px;
		line-height: 30px;
	}

	.header-info .header-info-content span.email {
		background: url(../img/icon-email.png) no-repeat left center;
		margin-bottom: 15px;
	}

	/** home pageblocks **/
	.top-msg, .bottom-msg  {
		font-size: 16px;
		line-height: 22px;
		padding: 10px 0;
	}

	/** Hompage slideshow **/
	.slideshow .testimonial-section .testimonial-img {
		display: none;
	}

	.slideshow .testimonial-section p {
		font-size: 18px;
		line-height: 26px;
	}

	/** Homepage > tablinks */
	.tab-links .tab .content-inner {
		padding-right: 10px;
	}

	.tab-links .tab span {
		font-size: 18px;
		line-height: 26px;
	}

	.tab-links .tab a {
		background-size: 22%;
	}


	.sidebar .tab-links .tab a {
		background-size: auto;
	}

	/** Homepage offer and service blocks **/
	ul.services {
    	margin: 25px 0 0 30px;
	}

	ul.services li a {
		line-height: 34px;
	}	

	.block-offer .content-inner {
		top: 18%;
	}

	.block-offer h2 {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 15px;
	}

	.block-offer ul.tags li a.tag-a {
		font-size: 18px;
		line-height: 26px;
	}

	.block-offer ul.tags li a.tag-a.small {
		font-size: 16px;
		line-height: 22px;
	}

	.block-offer ul.tags li a.tag-c {
		font-size: 24px;
	}

	/** Service info page **/
	.inner-page .fireworks-slider .img-holder,
	.inner-page .fireworks-slider .testimonial-section {
		width: 100%;
	}

	.inner-page .fireworks-slider .testimonial-section .content-inner {
		padding-right: 30%;
	}

	.inner-page .fireworks-slider .testimonial-section h2 {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 15px;
	}

	.inner-page .fireworks-slider .testimonial-section p {
		font-size: 18px;
		line-height: 26px;
	}

	.inner-page .fireworks-slider li a.more-link {
		font-size: 16px;
		line-height: 18px;
		width: 30%;
	}

	.inner-page .fireworks-slider li a.more-link span {
		right: 52%;
    	width: 38%;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {
	/**main-navigation **/
	.main-navigation ul.sf-menu li {
		min-width: 10%;
	}

	.main-navigation ul.sf-menu li a {
		font-size: 14px;
	}

	/** home pageblocks **/
	.top-msg, .bottom-msg  {
		font-size: 18px;
		line-height: 58px;
	}

	/** Hompage slideshow **/
	.slideshow .testimonial-section p {
		font-size: 18px;
		line-height: 26px;
	}

	/** Homepage > tablinks */
	.tab-links .tab span {
		font-size: 18px;
		line-height: 26px;
	}

	/** Homepage offer and service blocks **/
	ul.services {
    	margin: 25px 0 0 30px;
	}

	ul.services li a {
		line-height: 34px;
	}	

	.block-offer .content-inner {
		top: 18%;
	}

	.block-offer h2 {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 15px;
	}

	.block-offer ul.tags li a.tag-a {
		font-size: 18px;
		line-height: 26px;
	}

	.block-offer ul.tags li a.tag-a.small {
		font-size: 16px;
		line-height: 22px;
	}

	.block-offer ul.tags li a.tag-c {
		font-size: 24px;
	}

	.block-offer span.note {
		padding-top: 0;
	}

	/** Service info page **/
	.inner-page .fireworks-slider .testimonial-section h2 {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 15px;
	}

	.inner-page .fireworks-slider .testimonial-section p {
		font-size: 18px;
		line-height: 26px;
	}

	.inner-page .fireworks-slider li a.more-link {
		font-size: 16px;
		line-height: 18px;
		width: 25%;
	}

	.inner-page .fireworks-slider li a.more-link span {
		right: 52%;
    	width: 38%;
	}
}


@media (min-width: 1200px) {

}

.slides .img-holder span {
    background-color: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#1c000000,endcolorstr=#2c000000) 9;
    padding: 10px;
}

.mobile_nav {
    text-align: right;
}