@import url(form-style.css);
@import url(bootsnav.css);
@import url(ivory3.0.css);
@import url(slidemenu.css);
@import url(template.css);
@import url(survey360.css);
@import url(widgets-html.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.css);

/*
Template Name: LUNE
Template URL: http://gfort.co/lune
Description: HTML5 Landing Pages Pack Template by Graphicfort
Version: 1.1
Author: Graphicfort
Author URL: http://graphicfort.com 
License: Custom
License URL: http://themeforest.net/licenses/standard


Main color:                 d32f2f
Heading text color:         121212
Body text color:            515151
Border color:               dddddd
Grey background color:      f7f7f7
Mid Grey background color:  ebebeb


1. General Styles
2. Typography
3. Loader Block
4. Main Wrapper
5. Header
6. Top Header
7. Main Menu
8. Menu Button
9. Sub Menu
10. Alternative Header
11. Header Styles
12. Buttons
13. Main Sections
14. Sliders
14.1 Main Slider ( Swiper )
14.2 Background Slider
14.3 Slider With thumbs
14.4 Coverflow Slider
14.5 Centered Slider
14.6 Mobile Slider
14.7 Portfolio Slider
14.8 Blog Slider
15. Portfolio
15.1 Background Portfolio Grid
15.2 Filter Block
15.3 Filter Items
15.4 Portfolio Block
15.5 Portfolio Wide Block
15.6 Portfolio Photostack
16. Blog
16.1 Post Block
16.2 Timeline
16.3 Pagination
16.4 Post Tags Block
16.5 Post Share Block
16.6 Post Comments Block
17. Block Variations
18. Title Block
19. Background Image Block
20. Image Block
21. Fancybox
22. Special Columns ( gfort 50 / 42 columns )
23. Circle Icon Block
24. Info Block
25. Social Icons Block
26. ADS Block
27. Form Elements
28. Form Block
28.1 Subscribe Form Block
28.2 Contact Form Block
28.3 Property Form
28.4 Domain Form
28.5 BMI Form
28.6 Account Form
29. Video Block
29.1 Background Video Block
29.2 Normal Video Block
30. Content Block
31. Modal Block
32. Progress Bar Block
33. Audio Block
34. Date Block
35. Timer Block
36. Ribbon Block
37. Google Maps Block
38. Info Window Block
39. Avatar Block
40. Meta Block
41. Number Block
42. Timeline Block
43. Events Table Block
44. Event Block
45. Accordion Block
46. Tab Block
47. Team Block
48. Client Block
49. Testimonials Block
50. Schedule Block
51. Button Block
52. Screenshots Block
53. Signature Block
54. Skills Block
55. Pricing Block
56. Counter Block
57. Price Block
58. CTA Block
59. FAQ Block
60. Instagram Feed Block
61. Flickr Feed Block
62. Twitter Feed Block
63. Contact Block
64. Widget
65. Footer
66. copyright
67. Notification Block
68. Breadcrumb
69. UP Button
*/




/* =============================================================================
1. General Styles
============================================================================= */
/* Body
============================================================================= */
body {
	margin: 0;
	padding: 0;
	color: #515151;
	overflow-x: hidden;
	font-weight: normal;
	background-color: #ebebeb;
	font: 16px/1.6 poppins, Helvetica, sans-serif, serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



/* Prevent Scroll
============================================================================= */
body.stop-scroll { overflow: hidden; }



/* clearfix
============================================================================= */
.clearfix {
	zoom: 1;
	clear: both;
}



/* Overflow Visible
============================================================================= */
.section-overflow-visible,
.section-overflow-visible .section-container {
	overflow: visible !important;
}



/* Link
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
a {
	color: #d32f2f;
	cursor: pointer;
	text-decoration: none;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}
a.no-transition {
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}


/* Hover / Focus
----------------------------------------------------------------------------- */
a:hover,
a:focus {
	color: #121212;
	text-decoration: none;
}
/*a:focus { outline: thin dotted; }*/


/* Colors
============================================================================= */
/* Selection Color
----------------------------------------------------------------------------- */
::selection {
	color: #ffffff;
	text-shadow: none;
	background-color: #121212;
}
::-webkit-selection {
	color: #ffffff;
	text-shadow: none;
	background-color: #121212;
}
::-moz-selection {
	color: #ffffff;
	text-shadow: none;
	background-color: #121212;
}


/* Main Color
----------------------------------------------------------------------------- */
.main-color { color: #d32f2f; }



/* Background Colors
============================================================================= */
/* Main Background
----------------------------------------------------------------------------- */
.main-background-color,
.main-background-color * {
	color: #ffffff !important;
}
.main-background-color { background-color: #d32f2f !important; }


/* Black Background
----------------------------------------------------------------------------- */
.black-background-color,
.black-background-color * {
	color: #ffffff !important;
}
.black-background-color { background-color: #121212 !important; }
.black-background-color.ribbon-block-style-2::after { border-color: #121212; }


/* Transparent Black Background
----------------------------------------------------------------------------- */
.transparent-black-background-color { background-color: rgba(0, 0, 0, 0.70) !important; }


/* White Background
----------------------------------------------------------------------------- */
.white-background-color { background-color: #ffffff; }


/* Grey Background
----------------------------------------------------------------------------- */
.grey-background-color { background-color: #f7f7f7; }



/* ToolTip
============================================================================= */
.tooltip {
	font-size: 12px;
	font-weight: 400;
}
.tooltip-inner { padding: 4px 8px; }



/* popover
============================================================================= */
.popover {
	border: 0;
	padding: 0;
	border-radius: 2px;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}



/* List
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
ol,
ul {
	padding: 0;
	margin: 20px auto 15px;
	list-style-position: inside;
}
ol:first-child,
ul:first-child {
	margin-top: -5px;
}
ol:last-child,
ul:last-child {
	margin-bottom: 0;
}


/* Items
----------------------------------------------------------------------------- */
ol li,
ul li {
	margin-bottom: 5px;
}
ol li:last-of-type,
ul li:last-of-type {
	margin-bottom: 0;
}



/* List Icon
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
ul.list-icon {
	width: 100%;
	display: block;
	overflow: hidden;
	list-style: none;
}


/* Icon
----------------------------------------------------------------------------- */
ul.list-icon li i {
	color: #d32f2f;
	margin-left: 1px;
	margin-right: 5px;
}


/* Style 1
============================================================================= */
ul.list-icon-style-1 li {
	float: left;
	position: relative;
	margin-right: 20px;
}
ul.list-icon-style-1 li:last-of-type { margin-right: 0; }



/* List Info
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
ul.list-info {
	margin: 0;
	width: 100%;
	padding: 25px;
	display: block;
	overflow: hidden;
	list-style: none;
	border-radius: 2px;
	border: 2px solid #dddddd;
}


/* List
----------------------------------------------------------------------------- */
ul.list-info > li {
	width: 100%;
	display: block;
	font-weight: 500;
	margin-top: 15px;
	padding-top: 15px;
	position: relative;
	border-top: 1px solid #dddddd;
}
ul.list-info > li:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}


/* First Div
----------------------------------------------------------------------------- */
ul.list-info > li > div:first-child { margin-bottom: 5px; }


/* Social Icons
----------------------------------------------------------------------------- */
ul.list-info > li .social-icons-block ul li {
	margin-top: 0;
	margin-bottom: 0;
}


/* Style 1
============================================================================= */
/* Items
----------------------------------------------------------------------------- */
ul.list-info-style-1 > li {
	float: left;
	width: 48.5%;
	line-height: 32px;
}
ul.list-info-style-1 > li:nth-child(2n) {
	float: right;
}
ul.list-info-style-1 > li:nth-child(2) {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}


/* Divs
----------------------------------------------------------------------------- */
ul.list-info-style-1 > li > div:first-child {
	float: left;
	margin-bottom: 0;
}
ul.list-info-style-1 > li > div:last-child { float: right; }



/* Ripple Animation
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.wave-effect {
	z-index: 15;
	overflow: hidden;
	position: relative;
}


/* Ripple
----------------------------------------------------------------------------- */
.gfort-ripple {
	width: 0;
	height: 0;
	opacity: 1;
	border-radius: 50%;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.30);

	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}


/* Animation
----------------------------------------------------------------------------- */
.ripple-animation {
	-webkit-animation: rippleCircleAnimation 1.5s linear;
	animation: rippleCircleAnimation 1.5s linear;
}
@-webkit-keyframes rippleCircleAnimation {
	100% {
		-webkit-transform: scale(5);
		opacity: 0;
	}
}
@keyframes rippleCircleAnimation {
	100% {
		transform: scale(5);
		opacity: 0;
	}
}



/* White Content
============================================================================= */
.white-content,
.white-content p,
.white-content h1,
.white-content h2,
.white-content h3,
.white-content h4,
.white-content h5,
.white-content h6,
.white-content a:hover,
.white-content .form-control,
.white-content .form-group label {
	color: #ffffff;
}

.white-content .line-separator,
.white-content .form-group label::before {
	background-color: #ffffff;
}
.white-content .form-group label::before { opacity: 0.30; }



/* Triangle Arrow
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.triangle-arrow {
	width: 0;
	height: 0;
	left: 25%;
	z-index: 20;
	margin-left: 12px;
	position: absolute;
	border-top: 15px solid transparent;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}


/* White
----------------------------------------------------------------------------- */
.triangle-arrow.white-arrow { border-top: 15px solid #ffffff; }


/* Grey
----------------------------------------------------------------------------- */
.triangle-arrow.grey-arrow { border-top: 15px solid #f7f7f7; }



/* Label
============================================================================= */
.label {
	font-weight: 600;
	border-radius: 2px;
	padding: 5px 15px 3px;
}
.label-main { background-color: #d32f2f; }




/* =============================================================================
2. Typography
============================================================================= */
/* Heading
============================================================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	color: #121212;
	letter-spacing: 0;
	margin: 0 auto 10px;
}

h1 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;

	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}
h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;

	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}
h3 { font-size: 26px; font-weight: 600; line-height: 1.3; }
h4 { font-size: 20px; font-weight: 600; line-height: 1.3; }
h5 { font-size: 18px; font-weight: 500; line-height: 1.4; }
h6 { font-size: 16px; font-weight: 600; line-height: 1.4; }



/* Montserrat Font
============================================================================= */
h1,
h2,
.tooltip,
.btn-gfort,
.navbar-brand,
.btn-gfort-white {
	font-family: Montserrat, Helvetica, sans-serif, serif;
}



/* Poppins Font
============================================================================= */
.popover {
	font-family: poppins, Helvetica, sans-serif, serif;
}



/* Paragraph
============================================================================= */
p { margin: 0 0 15px 0; }
p:last-of-type { margin-bottom: 0; }



/* Large Heading
============================================================================= */
.lg-heading,
.title-block-container.text-center .lg-heading {
	font-size: 150px;
}



/* Small Heading
============================================================================= */
.sm-heading,
.title-block-container.text-center .sm-heading {
	font-size: 45px;
}



/* Small Paragraph
============================================================================= */
.sm-p,
.hero-section .title-block-container.text-center p.sm-p {
	font-size: 22px;
	line-height: 1.5;
}




/* =============================================================================
3. Loader Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.loader-block {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 999999;
	position: fixed;
	text-align: center;
	background-color: #ffffff;
}
.no-js .loader-block { display: none; }


/* Container
----------------------------------------------------------------------------- */
.loader-block-container {
	top: 50%;
	left: 50%;
	font-size: 0;
	line-height: 0;
	position: absolute;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


/* Circle Block
----------------------------------------------------------------------------- */
.circle-block {
	margin: 0;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	position: relative;
	border: 4px solid #dddddd;

	-webkit-animation: gfort-spin 0.75s infinite linear;
	animation: gfort-spin 0.75s infinite linear;
}
.circle-block::before,
.circle-block::after {
	top: -4px;
	left: -4px;
	content: '';
	display: none;
	width: inherit;
	height: inherit;
	border: inherit;
	position: absolute;
	border-radius: inherit;
}


/* Animation
============================================================================= */
@-webkit-keyframes gfort-spin {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}
@keyframes gfort-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}



/* Style 1
============================================================================= */
.circle-block-style-1 { border-top-width: 0; }



/* Style 2
============================================================================= */
.circle-block-style-2 { border-top-color: transparent; }
.circle-block-style-2::after {
	display: block;

	-webkit-transform: rotate(65deg);
	-moz-transform: rotate(65deg);
	-ms-transform: rotate(65deg);
	-o-transform: rotate(65deg);
	transform: rotate(65deg);
}



/* Style 3
============================================================================= */
.circle-block-style-3 {
	border-color: transparent;
	border-top-color: #dddddd;
}
.circle-block-style-3::after,
.circle-block-style-3::before {
	display: block;

	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
}
.circle-block-style-3::before {
	-webkit-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	-o-transform: rotate(120deg);
	transform: rotate(120deg);
}
.circle-block-style-3::after {
	-webkit-transform: rotate(240deg);
	-moz-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	-o-transform: rotate(240deg);
	transform: rotate(240deg);
}



/* Style 4
============================================================================= */
.circle-block-style-4 { border-top-color: transparent; }
.circle-block-style-4::after {
	display: block;
	border-color: transparent;
	border-top-color: #dddddd;

	-webkit-animation: gfort-spin 1.25s infinite linear reverse;
	animation: gfort-spin 1.25s infinite linear reverse;
}



/* Style 5
============================================================================= */
.circle-block-style-5 {
	border-color: transparent;
	border-top-color: #dddddd;

	-webkit-animation: gfort-spin 1s infinite ease;
	animation: gfort-spin 1s infinite ease;
}
.circle-block-style-5::after {
	display: block;

	-webkit-animation: gfort-spin 1.5s infinite ease;
	animation: gfort-spin 1.5s infinite ease;
}



/* Style 6
============================================================================= */
.circle-block-style-6 {
	border-color: transparent;
	border-top-color: #dddddd;

	-webkit-animation: gfort-spin 1s infinite ease-in-out alternate;
	animation: gfort-spin 1s infinite ease-in-out alternate;
}
.circle-block-style-6::after {
	display: block;

	-webkit-animation: gfort-spin 1.5s infinite ease-in-out alternate;
	animation: gfort-spin 1.5s infinite ease-in-out alternate;
}




/* =============================================================================
4. Main Wrapper
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
#main-wrapper {
	padding: 0;
	z-index: 2;
	opacity: 1;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	min-height: 100vh;
	max-width: 1600px;
	position: relative;
	/*background-color: #ffffff;*/
	-webkit-transition: all 0.50s ease-in-out;
	-moz-transition: all 0.50s ease-in-out;
	-o-transition: all 0.50s ease-in-out;
	transition: all 0.50s ease-in-out;
}
.no-js #main-wrapper { opacity: 1; }


/* Full Width Wrapper
----------------------------------------------------------------------------- */
body.full-width-page #main-wrapper { max-width: 100%; }




/* =============================================================================
5. Header
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.header-section {
	width: 100%;
	z-index: 101;
	display: block;
	position: relative;
	background-color: #ffffff;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10);
}


/* Container
----------------------------------------------------------------------------- */
.header-section-container {
	width: 100%;
	display: block;
	position: relative;
}




/* =============================================================================
6. Top Header
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.top-header {
	z-index: 3;
	width: 100%;
	font-size: 0;
	line-height: 0;
	display: block;
	overflow: hidden;
	position: relative;
	background-color: #ffffff;
	border-bottom: 1px solid #dddddd;
}


/* Social Icons Block
----------------------------------------------------------------------------- */
.top-header .social-icons-block {
	padding: 1px 15px;
	text-align: right;
}


/* ADS Block
----------------------------------------------------------------------------- */
.top-header .ads-block-container { margin-bottom: 0; }




/* =============================================================================
7. Main Menu
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.header-menu {
	z-index: 4;
	width: 100%;
	display: block;
	position: relative;
}


/* Container
----------------------------------------------------------------------------- */
.header-menu-container {
	z-index: 4;
	width: 100%;
	display: block;
	position: relative;
	background-color: #ffffff;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}


/* Logo
----------------------------------------------------------------------------- */
/* Link
--------------------------------------------------------- */
.navbar-brand {
	padding: 0;
	height: auto;
	margin: 0 auto;
	color: #121212;
	display: block;
	font-size: 30px;
	font-weight: 700;
	line-height: 80px;
	text-transform: uppercase;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
	margin: 0;
}

/* Image
--------------------------------------------------------- */
.navbar-brand > img {
	max-width: 100%;
	max-height: 44px;
	margin-top: -4px;
	display: inline-block;
	vertical-align: middle;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}


/* Menu
----------------------------------------------------------------------------- */
/* Main Wrapper
--------------------------------------------------------- */
.navbar {
	border: 0;
	margin: 0;
	border-radius: 0;
}
.navbar-collapse.collapse { padding: 0; }

/* List ( Menu )
--------------------------------------------------------- */
ul.navbar-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Items
--------------------------------------------------------- */
ul.navbar-nav > li {
	margin: 0 15px;
	position: relative;
}
ul.navbar-nav > li:last-child { margin-right: 0; }
ul.navbar-nav > li:first-child { margin-left: 0; }

/* Link
--------------------------------------------------------- */
/* Wrapper
------------------------------------- */
ul.navbar-nav > li > a:not(.btn) {
	opacity: 0.75;
	color: #121212;
	font-size: 14px;
	overflow: hidden;
	font-weight: 500;
	padding: 1px 0 0;
	line-height: 73px;
	position: relative;
	text-transform: uppercase;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
}
ul.navbar-nav > li.parent-list > a { border-bottom-color: transparent !important; }

/* Hover / Focus
------------------------------------- */
ul.navbar-nav > li > a:not(.btn):hover,
ul.navbar-nav > li.active > a:not(.btn) {
	opacity: 1;
	border-bottom-color: #d32f2f;
	background-color: transparent;
}
ul.navbar-nav > li > a:not(.btn):focus { background-color: transparent; }


/* Button
--------------------------------------------------------- */
ul.navbar-nav > li > a.btn {
	height: 44px;
	margin: 18px 0;
	padding: 0 30px;
	line-height: 44px;
}




/* =============================================================================
8. Menu Button
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.navbar-toggle {
	border: 0;
	padding: 0;
	height: 22px;
	margin: 29px 0;
	color: #000000;
	font-size: 15px;
	overflow: hidden;
	border-radius: 0;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
}


/* Container
----------------------------------------------------------------------------- */
.navbar-toggle > span {
	width: 21px;
	height: 21px;
	font-size: 16px;
	overflow: hidden;
	line-height: 21px;
	position: relative;
	vertical-align: top;
	display: inline-block;

	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;

	-webkit-transition: transform 0.30s ease-in-out;
	-moz-transition: transform 0.30s ease-in-out;
	-o-transition: transform 0.30s ease-in-out;
	transition: transform 0.30s ease-in-out;

	-webkit-animation: gfortAnimationSpan 1s forwards;
	animation: gfortAnimationSpan 1s forwards;
}
@-webkit-keyframes gfortAnimationSpan {
	50% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(180deg);
	}
}
@keyframes gfortAnimationSpan {
	50% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(180deg);
	}
}

/* Middle Line
----------------------------------------------------------------------------- */
.navbar-toggle > span i.lines {
	width: 100%;
	height: 3px;
	display: block;
	margin-top: 9px;
	position: relative;
	background-color: #000000;

	-webkit-animation: gfortAnimationLines 1s forwards;
	animation: gfortAnimationLines 1s forwards;

}
@-webkit-keyframes gfortAnimationLines {
	0%, 50% {
		background-color: transparent;
	}
	100% {
		background-color: #000000;
	}
}
@keyframes gfortAnimationLines {
	0%, 50% {
		background-color: transparent;
	}
	100% {
		background-color: #000000;
	}
}


/* Top / Bottom Lines
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.navbar-toggle > span i.lines:after,
.navbar-toggle > span i.lines:before {
	left: 0;
	height: 3px;
	width: 100%;
	content: '';
	display: block;
	position: absolute;
	background-color: #000000;

	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}

/* Bottom Line
--------------------------------------------------------- */
.navbar-toggle > span i.lines:after {
	-webkit-animation: gfortAnimationAfter 1.5s forwards;
	animation: gfortAnimationAfter 1.5s forwards;
}
@-webkit-keyframes gfortAnimationAfter {
	0% {
		bottom: 0;
		-webkit-transform: rotate(45deg);
	}
	50% {
		bottom: 0;
		-webkit-transform: rotate(0);
	}
	100% {
		bottom: -6px;
	}
}
@keyframes gfortAnimationAfter {
	0% {
		bottom: 0;
		transform: rotate(45deg);
	}
	50% {
		bottom: 0;
		transform: rotate(0);
	}
	100% {
		bottom: -6px;
	}
}

/* Top Line
--------------------------------------------------------- */
.navbar-toggle > span i.lines:before {
	-webkit-animation: gfortAnimationBefore 1.5s forwards;
	animation: gfortAnimationBefore 1.5s forwards;
}
@-webkit-keyframes gfortAnimationBefore {
	0% {
		top: 0;
		-webkit-transform: rotate(-45deg);
	}
	50% {
		top: 0;
		-webkit-transform: rotate(0);
	}
	100% {
		top: -6px;
	}
}
@keyframes gfortAnimationBefore {
	0% {
		top: 0;
		transform: rotate(-45deg);
	}
	50% {
		top: 0;
		transform: rotate(0);
	}
	100% {
		top: -6px;
	}
}


/* Toggle
----------------------------------------------------------------------------- */
/* Container
--------------------------------------------------------- */
.navbar-toggle.gfort-toggle > span {
	-webkit-animation: gfortToggleAnimationSpan 1s forwards;
	animation: gfortToggleAnimationSpan 1s forwards;
}
@-webkit-keyframes gfortToggleAnimationSpan {
	50% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-180deg);
	}
}
@keyframes gfortToggleAnimationSpan {
	50% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-180deg);
	}
}

/* Middle Line
--------------------------------------------------------- */
.navbar-toggle.gfort-toggle > span i.lines {
	-webkit-animation: gfortToggleAnimationLines 1s forwards;
	animation: gfortToggleAnimationLines 1s forwards;
}
@-webkit-keyframes gfortToggleAnimationLines {
	0%, 50% {
		background-color: #000000;
	}
	51%, 100% {
		background-color: transparent;
	}
}
@keyframes gfortToggleAnimationLines {
	0%, 50% {
		background-color: #000000;
	}
	51%, 100% {
		background-color: transparent;
	}
}

/* Bototm Line
--------------------------------------------------------- */
.navbar-toggle.gfort-toggle > span i.lines:after {
	-webkit-animation: gfortToggleAnimationAfter 1s forwards;
	animation: gfortToggleAnimationAfter 1s forwards;
}
@-webkit-keyframes gfortToggleAnimationAfter {
	0% {
		bottom: -6px;
	}
	50% {
		bottom: 0;
		-webkit-transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(45deg);
	}
}
@keyframes gfortToggleAnimationAfter {
	0% {
		bottom: -6px;
	}
	50% {
		bottom: 0;
		transform: rotate(0);
	}
	100% {
		transform: rotate(45deg);
	}
}

/* Top Line
--------------------------------------------------------- */
.navbar-toggle.gfort-toggle > span i.lines:before {
	-webkit-animation: gfortToggleAnimationBefore 1s forwards;
	animation: gfortToggleAnimationBefore 1s forwards;
}
@-webkit-keyframes gfortToggleAnimationBefore {
	0% {
		top: -6px;
	}
	50% {
		top: 0;
		-webkit-transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(-45deg);
	}
}
@keyframes gfortToggleAnimationBefore {
	0% {
		top: -6px;
	}
	50% {
		top: 0;
		transform: rotate(0);
	}
	100% {
		transform: rotate(-45deg);
	}
}




/* =============================================================================
9. Sub Menu
============================================================================= */
/* Ripple
----------------------------------------------------------------------------- */
.sub-menu .gfort-ripple { background-color: rgba(0, 0, 0, 0.10); }


/* Arrow
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.menu-arrow {
	width: 11px;
	height: 20px;
	font-size: 16px;
	overflow: hidden;
	margin-left: 5px;
	line-height: 20px;
	text-align: center;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

/* Icon
--------------------------------------------------------- */
.menu-arrow i.fa {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


/* List
----------------------------------------------------------------------------- */
ul.navbar-nav > li > ul.sub-menu {
	width: 0;
	height: 0;
	top: 10px;
	margin: 0;
	padding: 0;
	left: -20px;
	z-index: 16;
	list-style: none;
	overflow: hidden;
	text-align: left;
	position: absolute;
	background-color: #ffffff;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Items
----------------------------------------------------------------------------- */
ul.navbar-nav > li > ul.sub-menu li {
	width: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
}
ul.navbar-nav > li > ul.sub-menu li:first-child { margin-top: 0px; }
ul.navbar-nav > li > ul.sub-menu li:first-child a{ line-height: 30px !important; }


/* Link
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
ul.navbar-nav > li > ul.sub-menu li a {
	width: 100%;
	opacity: 0.75;
	display: block;
	color: #121212;
	font-size: 14px;
	font-weight: 500;
	overflow: hidden;
	line-height: 22px;
	padding: 10px 20px;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* Hover
--------------------------------------------------------- */
ul.navbar-nav > li > ul.sub-menu li a:hover {
	opacity: 1;
	background-color: #ebebeb;
}


/* Main Item ( First Item )
----------------------------------------------------------------------------- */
ul.navbar-nav > li > ul.sub-menu li:first-child > a {
	opacity: 1;
	text-transform: uppercase;
}
ul.navbar-nav > li > ul.sub-menu li:first-child > a:hover { background-color: transparent; }




/* =============================================================================
10. Alternative Header
============================================================================= */
/* Fixed Header
============================================================================= */
.header-menu-container.header-menu-stuck {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	position: fixed;

	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10);
}



/* Tiny Header
============================================================================= */
/* Logo
----------------------------------------------------------------------------- */
.header-menu-container.header-menu-tiny .navbar-brand { line-height: 60px; }
.header-menu-container.header-menu-tiny .navbar-brand > img { max-height: 44px; }


/* Menu Button
----------------------------------------------------------------------------- */
.header-menu-container.header-menu-tiny .navbar-toggle { margin: 19px 0; }


/* Menu Links
----------------------------------------------------------------------------- */
.header-menu-container.header-menu-tiny ul.navbar-nav > li > a:not(.btn) { line-height: 53px; }


/* Button
----------------------------------------------------------------------------- */
.header-menu-container.header-menu-tiny ul.navbar-nav li a.btn { margin: 8px 0; }


/* Sub Menu
----------------------------------------------------------------------------- */
.header-menu-container.header-menu-tiny ul.navbar-nav > li > ul.sub-menu { top: 0; }



/* Auto Hide Header
============================================================================= */
.header-menu-container.header-menu-autohide { top: -90px; }




/* =============================================================================
11. Header Styles
============================================================================= */
/* Left / Center Header Menu
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.header-menu.header-menu-left,
.header-menu.header-menu-center {
	font-size: 0;
	line-height: 0;
}
.header-menu.header-menu-left { text-align: left; }
.header-menu.header-menu-center { text-align: center; }


/* Menu
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.header-menu.header-menu-left .navbar-collapse.collapse,
.header-menu.header-menu-center .navbar-collapse.collapse {
	display: inline-block !important;
}

/* Links
--------------------------------------------------------- */
.header-menu.header-menu-left ul.navbar-nav > li > a:not(.btn),
.header-menu.header-menu-center ul.navbar-nav > li > a:not(.btn) {
	line-height: 53px;
}

/* Button
--------------------------------------------------------- */
.header-menu.header-menu-left ul.navbar-nav li a.btn,
.header-menu.header-menu-center ul.navbar-nav li a.btn {
	margin: 8px 0;
}


/* Sub Menu
----------------------------------------------------------------------------- */
.header-menu.header-menu-left ul.navbar-nav > li > ul.sub-menu,
.header-menu.header-menu-center ul.navbar-nav > li > ul.sub-menu {
	top: 0;
}


/* Social Icons Block
----------------------------------------------------------------------------- */
.header-menu.header-menu-left .social-icons-block {
	width: auto;
	float: right;
	padding: 9px 0;
	text-align: right;
}



/* Style 2
============================================================================= */
/* Top Header
----------------------------------------------------------------------------- */
.header-style-2 .top-header { padding: 18px 0; }



/* Style 3
============================================================================= */
/* Social Icons Block
----------------------------------------------------------------------------- */
.header-style-3 .social-icons-block { padding: 19px 15px; }


/* Logo
----------------------------------------------------------------------------- */
.header-style-3 .header-menu-container .navbar-header { display: none; }



/* Style 4
============================================================================= */
/* Top Header
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.header-style-4 .top-header { text-align: center; }

/* Logo
--------------------------------------------------------- */
/* Top Header
------------------------------------- */
.header-style-4 .top-header .navbar-header {
	float: none;
	display: inline-block;
}

/* Menu
------------------------------------- */
.header-style-4 .header-menu-container .navbar-header { display: none; }



/* Style 5
============================================================================= */
/* Top Header
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.header-style-5 .top-header {
	z-index: 2;
	padding: 15px 0 0;
}
.header-style-5 .top-header .col-md-12 { text-align: center; }

/* Logo
--------------------------------------------------------- */
/* Top Header
------------------------------------- */
.header-style-5 .top-header .navbar-header {
	float: none;
	margin-top: -35px;
	margin-bottom: 15px;
	display: inline-block;
}

/* Menu
------------------------------------- */
.header-style-5 .header-menu-container .navbar-header { display: none; }



/* Style 6
============================================================================= */
/* Top Header
----------------------------------------------------------------------------- */
.header-style-6 .top-header { text-align: right; }


/* Info Block
----------------------------------------------------------------------------- */
.header-style-6 .info-block { padding: 18px 0; }


/* Logo
----------------------------------------------------------------------------- */
.header-style-6 .header-menu-container .navbar-header { display: none; }



/* Style 7
============================================================================= */
/* Top Header
----------------------------------------------------------------------------- */
.header-style-7 .top-header { text-align: right; }


/* Info Block
----------------------------------------------------------------------------- */
.header-style-7 .info-block { padding: 18px 0; }



/* Style 8
============================================================================= */
/* Top Header
----------------------------------------------------------------------------- */
.header-style-8 .top-header { text-align: right; }



/* Style 9
============================================================================= */
/* Top Header
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.header-style-9 .top-header { padding: 25px 0; }

/* Logo
--------------------------------------------------------- */
.header-style-9 .top-header .navbar-header { padding: 5px 0; }



/* Style 10
============================================================================= */
/* Top Header
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.header-style-10 .top-header { text-align: center; }

/* Logo
--------------------------------------------------------- */
.header-style-10 .top-header .navbar-header {
	float: none;
	display: inline-block;
}




/* =============================================================================
12. Buttons
============================================================================= */
/* Button
============================================================================= */
button {
	outline: none !important;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}



/* Special Buttons
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.btn-gfort,
.btn-gfort-white {
	border: 0;
	z-index: 15;
	font-size: 14px;
	overflow: hidden;
	font-weight: 700;
	line-height: 24px;
	position: relative;
	padding: 10px 30px;
	border-radius: 2px;
	margin: 30px 10px 0 0;
	outline: none !important;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.hero-section .btn-gfort,
.hero-section .btn-gfort-white {
	margin-bottom: 5px;
}
a.btn:last-of-type { margin-right: 0; }

.btn-gfort *,
.btn-gfort-white * {
	margin: 0;
	padding: 0;
}


/* Overlayer
----------------------------------------------------------------------------- */
.btn-gfort::after,
.btn-gfort-white::after {
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 2px;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.15);

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}


/* Main Button
----------------------------------------------------------------------------- */
.btn-gfort,
.btn-gfort:focus {
	color: #ffffff !important;
	background-color: #d32f2f !important;
}
.btn-gfort * { color: #ffffff; }


/* White Button
----------------------------------------------------------------------------- */
.btn-gfort-white,
.btn-gfort-white:focus {
	color: #121212 !important;
	background-color: #ffffff !important;
}
.btn-gfort-white * { color: #121212; }

.btn-gfort-white::after { background-color: rgba(0, 0, 0, 0.08); }
.btn-gfort-white .gfort-ripple { background: rgba(0, 0, 0, 0.15); }


/* Hover / Active / Focus
----------------------------------------------------------------------------- */
.btn-gfort:hover,
.btn-gfort.active,
.btn-gfort:active,
.btn-gfort-white:hover,
.btn-gfort-white.active,
.btn-gfort-white:active {
	-webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
}

.btn-gfort:hover::after,
.btn-gfort:focus::after,
.btn-gfort-white:hover::after,
.btn-gfort-white:focus::after {
	opacity: 1;
}



/* Link Button
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.btn-gfort-link {
	border: 0;
	z-index: 4;
	color: #121212;
	font-size: 15px;
	overflow: hidden;
	font-weight: 500;
	padding: 7px 15px;
	line-height: 24px;
	position: relative;
	border-radius: 2px;
	vertical-align: bottom;
	outline: none !important;
	margin: 20px 10px -15px -15px;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.btn-gfort-link:last-child { margin-right: 0; }


/* Overlayer
----------------------------------------------------------------------------- */
.btn-gfort-link::after {
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 2px;
	background-color: rgba(0, 0, 0, 0.15);

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}


/* Ripple
----------------------------------------------------------------------------- */
.btn-gfort-link .gfort-ripple { background-color: rgba(0, 0, 0, 0.15); }


/* Hover / Active / Focus
----------------------------------------------------------------------------- */
.btn-gfort-link:hover,
.btn-gfort-link:focus,
.btn-gfort-link.active,
.btn-gfort-link:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-gfort-link:hover::after,
.btn-gfort-link:focus::after {
	opacity: 1;
}



/* Button Sizes
============================================================================= */
/* Large Button
----------------------------------------------------------------------------- */
.btn-gfort-lg {
	font-size: 18px;
	line-height: 24px;
	padding: 20px 40px;
	white-space: normal;
}


/* Small Button
----------------------------------------------------------------------------- */
.btn-gfort-sm {
	font-size: 13px;
	padding: 8px 20px;
}



/* Circle Button
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.btn-gfort-circle {
	border: 0;
	padding: 0;
	z-index: 15;
	color: #ffffff;
	overflow: hidden;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	outline: none !important;
	background-color: #d32f2f;
}


/* Large Button
----------------------------------------------------------------------------- */
.btn-gfort-circle-lg {
	width: 64px;
	height: 64px;
	font-size: 22px;
	line-height: 64px;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Medium Button
----------------------------------------------------------------------------- */
.btn-gfort-circle-md {
	width: 48px;
	height: 48px;
	font-size: 18px;
	line-height: 48px;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Small Button
----------------------------------------------------------------------------- */
.btn-gfort-circle-sm {
	width: 32px;
	height: 32px;
	font-size: 14px;
	line-height: 32px;

	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
}


/* Icon
----------------------------------------------------------------------------- */
.btn-gfort-circle i.fa {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.btn-gfort-circle-lg i.fa { line-height: 64px; }
.btn-gfort-circle-md i.fa { line-height: 48px; }
.btn-gfort-circle-sm i.fa { line-height: 32px; }

.btn-gfort-circle-lg i.fa-play { padding-left: 7px; }
.btn-gfort-circle-md i.fa-play { padding-left: 5px; }
.btn-gfort-circle-sm i.fa-play { padding-left: 3px; }


/* Ripple
----------------------------------------------------------------------------- */
.btn-gfort-circle .gfort-ripple { background-color: rgba(0, 0, 0, 0.15); }


/* Hover / Focus
----------------------------------------------------------------------------- */
.btn-gfort-circle:hover,
.btn-gfort-circle:focus {
	color: #121212;
	background-color: #ffffff;
}



/* Image Button
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
a.btn-gfort-image {
	border: 0;
	padding: 0;
	z-index: 1;
	overflow: hidden;
	position: relative;
	border-radius: 2px;
	margin: 30px 10px 0 0;
	display: inline-block;
	vertical-align: middle;
	outline: none !important;
	background-color: #121212;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
a.btn-gfort-image:last-of-type { margin-right: 0; }
.hero-section a.btn-gfort-image { margin-bottom: 5px; }


/* Image
----------------------------------------------------------------------------- */
a.btn-gfort-image img {
	width: 100%;
	display: block;
	max-width: 170px;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}


/* Hover
----------------------------------------------------------------------------- */
a.btn-gfort-image:hover {
	-webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
}




/* =============================================================================
13. Main Sections
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.section-container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	position: relative;
	/*padding: 100px 0 70px;*/
	padding: 30px 0px;
}



/* Main
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.grey-section,
.black-section,
.white-section {
	padding: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}


/* Grey
----------------------------------------------------------------------------- */
.grey-section { background-color: #f7f7f7; }


/* Black
----------------------------------------------------------------------------- */
.black-section { background-color: #121212; }


/* White
----------------------------------------------------------------------------- */
.white-section { background-color: #ffffff; }


/* Hero
----------------------------------------------------------------------------- */
.hero-section { font-size: 18px; }


/* Single
----------------------------------------------------------------------------- */
.single-section .post-block-container {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 30px;
}



/* Padding
============================================================================= */
/* Large Padding
----------------------------------------------------------------------------- */
.section-lg-padding > .section-container { padding: 160px 0 130px !important; }


/* Medium Padding
----------------------------------------------------------------------------- */
.section-md-padding > .section-container { padding: 145px 0 115px !important; }


/* Small Padding
----------------------------------------------------------------------------- */
.section-sm-padding > .section-container { padding: 125px 0 95px !important; }


/* XSmall Padding
----------------------------------------------------------------------------- */
.section-xs-padding > .section-container { padding: 50px 0 20px !important; }
.social-section.section-xs-padding > .section-container { padding: 20px 0 !important; }


/* NO Padding
----------------------------------------------------------------------------- */
.section-no-padding > .section-container { padding: 0 !important; }


/* NO Padding Bottom
----------------------------------------------------------------------------- */
.section-no-padding-bottom > .section-container {
	padding-bottom: 0 !important;
	margin-bottom: -30px !important;
}


/* Padding 30
----------------------------------------------------------------------------- */
.padding-left-30 { padding-left: 30px; }
.padding-right-30 { padding-right: 30px; }
.padding-top-30 { padding-top: 30px; }
.padding-bottom-30 { padding-bottom: 30px; }


/* Padding 50
----------------------------------------------------------------------------- */
.padding-left-50 { padding-left: 50px; }
.padding-right-50 { padding-right: 50px; }
.padding-top-50 { padding-top: 50px; }
.padding-bottom-50 { padding-bottom: 50px; }


/* Padding 100
----------------------------------------------------------------------------- */
.padding-left-100 { padding-left: 100px; }
.padding-right-100 { padding-right: 100px; }
.padding-top-100 { padding-top: 100px; }
.padding-bottom-100 { padding-bottom: 100px; }




/* =============================================================================
14. Sliders
============================================================================= */
/* 14.1 Main Slider ( Swiper )
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.gfort-swiper-slider {
	z-index: 3;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}


/* Slides
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.swiper-slide { overflow: hidden; }


/* Container
--------------------------------------------------------- */
.swiper-slide-container {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}


/* Image Block
--------------------------------------------------------- */
.swiper-slide-container > .image-block { padding: 0; }
.swiper-slide-container > .image-block img {
	width: 100%;
	height: auto;
	position: relative;
}


/* Image
--------------------------------------------------------- */
.swiper-slide > img {
	width: 100%;
	display: block;
}


/* Active Slide
--------------------------------------------------------- */
div[class*='col-'][data-gfort-swiper-slide-to] > div { cursor: pointer; }
.active-swiper-slide .circle-icon-block {
	color: #d32f2f !important;
	background-color: #ffffff !important;
}


/* Arrows
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	opacity: 0;
	width: 48px;
	height: 48px;
	color: #121212;
	font-size: 32px;
	margin-top: -24px;
	line-height: 48px;
	border-radius: 50%;
	text-align: center;
	background-image: none;
	background-color: #ffffff;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: -58px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: -58px;
}

/* Icon
--------------------------------------------------------- */
.swiper-button-prev i,
.swiper-container-rtl .swiper-button-next i {
	margin-left: -5px;
}
.swiper-button-next i,
.swiper-container-rtl .swiper-button-prev i {
	margin-right: -5px;
}

/* Hover
--------------------------------------------------------- */
.gfort-swiper-slider:hover .swiper-button-prev,
.gfort-swiper-slider:hover .swiper-container-rtl .swiper-button-next {
	opacity: 1;
	left: 20px;
}
.gfort-swiper-slider:hover .swiper-button-next,
.gfort-swiper-slider:hover .swiper-container-rtl .swiper-button-prev {
	opacity: 1;
	right: 20px;
}


/* Pagination
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.swiper-container-horizontal > .swiper-pagination {
	bottom: 0;
	height: 20px;
	line-height: 0;
}
.section-no-padding .swiper-container-horizontal > .swiper-pagination { bottom: 10px; }


/* Fade, Vertical, Background Sliders and No Pagination
--------------------------------------------------------- */
.fade-swiper-slider .swiper-pagination,
.vertical-swiper-slider .swiper-pagination,
.background-swiper-slider .swiper-pagination,
.no-pagination-swiper-slider .swiper-pagination {
	display: none;
}


/* Dots
--------------------------------------------------------- */
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet { margin: 0; }
.swiper-pagination-bullet {
	opacity: 1;
	width: 20px;
	height: 20px;
	padding: 5px;
	position: relative;
	background-color: transparent;
}

.swiper-pagination-bullet::after {
	top: 5px;
	left: 5px;
	content: '';
	width: 10px;
	height: 10px;
	opacity: 0.50;
	border-radius: 50%;
	position: absolute;
	background-color: #d32f2f;

	-webkit-transform: scale(0.70);
	-moz-transform: scale(0.70);
	-ms-transform: scale(0.70);
	-o-transform: scale(0.70);
	transform: scale(0.70);

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

/* Active / Hover
--------------------------------------------------------- */
.swiper-pagination-bullet:hover::after,
.swiper-pagination-bullet-active::after {
	opacity: 1;

	-webkit-transform: scale(0.90);
	-moz-transform: scale(0.90);
	-ms-transform: scale(0.90);
	-o-transform: scale(0.90);
	transform: scale(0.90);
}


/* Hover
----------------------------------------------------------------------------- */
.swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover,
.swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev:hover {
	color: #ffffff;
	background-color: #d32f2f;
}


/* Fancybox
----------------------------------------------------------------------------- */
.gfort-swiper-slider[data-swiper-items="1"] .image-block-container .fancybox img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}



/* 14.2 Background Slider
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.background-swiper-slider {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}



/* 14.3 Slider With thumbs
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.thumbs-swiper-slider {
	overflow: visible;
	margin-bottom: 40px;
}


/* Pagination
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.thumbs-swiper-slider .swiper-pagination-tumbs {
	z-index: 10;
	width: 100%;
	height: 80px;
	font-size: 0;
	line-height: 0;
	margin-top: -40px;
	position: relative;
	text-align: center;
}

/* Dots
--------------------------------------------------------- */
.swiper-pagination-tumbs span {
	width: 80px;
	height: 80px;
	cursor: pointer;
	overflow: hidden;
	border-radius: 50%;
	margin: -5px 2px 0;
	display: inline-block;
	background-color: #121212;

	-webkit-transform: scale(0.90);
	-moz-transform: scale(0.90);
	-ms-transform: scale(0.90);
	-o-transform: scale(0.90);
	transform: scale(0.90);

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

/* Image
--------------------------------------------------------- */
.swiper-pagination-tumbs span img {
	width: 100%;
	opacity: 0.70;
	display: block;
	border-radius: 50%;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}

/* Hover / Active
--------------------------------------------------------- */
.swiper-pagination-tumbs span:hover img,
.swiper-pagination-tumbs span.active-swiper-slide img {
	opacity: 1;
}

.swiper-pagination-tumbs span:hover,
.swiper-pagination-tumbs span.active-swiper-slide {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}



/* 14.4 Coverflow Slider
============================================================================= */
/* Slide
----------------------------------------------------------------------------- */
.coverflow-swiper-slider .swiper-slide { width: 33.33333333%; }


/* Dots
----------------------------------------------------------------------------- */
.coverflow-swiper-slider .swiper-pagination { display: none; }


/* Shadow
----------------------------------------------------------------------------- */
.coverflow-swiper-slider.swiper-container-3d .swiper-slide-shadow-top,
.coverflow-swiper-slider.swiper-container-3d .swiper-slide-shadow-left,
.coverflow-swiper-slider.swiper-container-3d .swiper-slide-shadow-right,
.coverflow-swiper-slider.swiper-container-3d .swiper-slide-shadow-bottom {
	left: -1%;
	width: 102%;
}
.coverflow-swiper-slider.swiper-container-3d .swiper-slide-shadow-left,
.coverflow-swiper-slider.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-linear-gradient(90deg, #ffffff 35%, rgba(255, 255, 255, 0) 100%);
	background-image: -moz-linear-gradient(90deg, #ffffff 35%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(90deg, #ffffff 35%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(90deg, #ffffff 35%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(0deg, #ffffff 35%, rgba(255, 255, 255, 0) 100%);
}

.grey-section .coverflow-swiper-slider.swiper-container-3d .swiper-slide-shadow-left,
.grey-section .coverflow-swiper-slider.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-linear-gradient(90deg, #f7f7f7 35%, rgba(255, 255, 255, 0) 100%);
	background-image: -moz-linear-gradient(90deg, #f7f7f7 35%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(90deg, #f7f7f7 35%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(90deg, #f7f7f7 35%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(0deg, #f7f7f7 35%, rgba(255, 255, 255, 0) 100%);
}



/* 14.5 Centered Slider
============================================================================= */
/* Overlayer
----------------------------------------------------------------------------- */
.center-swiper-slider .swiper-slide::after {
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	content: '';
	height: 100%;
	position: absolute;
	background-color: transparent;
}
.center-swiper-slider .swiper-slide-active::after { display: none; }


/* Portfolio
----------------------------------------------------------------------------- */
.center-swiper-slider .portfolio-block-container .image-block ~ * {
	opacity: 0;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}
.center-swiper-slider .swiper-slide-active .portfolio-block-container .image-block ~ * { opacity: 1; }



/* 14.6 Mobile Slider
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.mobile-slider {
	width: 100%;
	display: block;
	overflow: hidden;
	max-width: 760px;
	text-align: center;
	position: relative;
	margin: 0 auto 30px;

	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}


/* Arrows
----------------------------------------------------------------------------- */
.mobile-slider .gfort-swiper-slider:hover .swiper-button-prev,
.mobile-slider .gfort-swiper-slider:hover .swiper-container-rtl .swiper-button-next {
	left: 5px;
}
.mobile-slider .gfort-swiper-slider:hover .swiper-button-next,
.mobile-slider .gfort-swiper-slider:hover .swiper-container-rtl .swiper-button-prev {
	right: 5px;
}



/* iPhone Slider
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.iphone-slider .mobile-slider-container {
	top: 0;
	left: 50%;
	width: 252px;
	height: 100%;
	overflow: hidden;
	padding-top: 72px;
	position: absolute;
	margin-left: -126px;
	padding-bottom: 72px;
}


/* Frame
----------------------------------------------------------------------------- */
.mobile-slider .iphone-frame {
	width: 290px;
	display: block;
	margin: 0 auto;
}



/* 14.7 Portfolio Slider
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.gfort-swiper-slider .portfolio-block-container {
	width: auto;
	margin-left: -1px;
	margin-right: -1px;
}


/* Image Block
----------------------------------------------------------------------------- */
/* Image
--------------------------------------------------------- */
.gfort-swiper-slider .portfolio-block-container .image-block img {
	-webkit-backface-visibility: hidden !important;
	backface-visibility: hidden !important;
}



/* 14.8 Blog Slider
============================================================================= */
/* Post Block Container
----------------------------------------------------------------------------- */
.gfort-swiper-slider .post-block-container { background-color: #d32f2f; }


/* Header
----------------------------------------------------------------------------- */
.gfort-swiper-slider .post-block-container .post-header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 15;
	padding: 15px;
	display: block;
	min-height: 62px;
	text-align: right;
	position: absolute;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.70) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0.70) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(270deg, rgba(0, 0, 0, 0.70) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(270deg, rgba(0, 0, 0, 0.70) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, rgba(255, 255, 255, 0) 100%);
}


/* Media
----------------------------------------------------------------------------- */
.gfort-swiper-slider .post-block-container .post-media {
	margin: 0;
	border-radius: 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.gfort-swiper-slider .post-block-container .post-media > div { border-radius: 0; }


/* Footer
----------------------------------------------------------------------------- */
.gfort-swiper-slider .post-block-container .post-footer {
	left: 0;
	bottom: 0;
	opacity: 0;
	z-index: 15;
	margin-top: 0;
	position: absolute;
	background-color: #d32f2f;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transform: translate(0, 55px);
	-moz-transform: translate(0, 55px);
	-ms-transform: translate(0, 55px);
	-o-transform: translate(0, 55px);
	transform: translate(0, 55px);

	-webkit-transition: opacity 0.30s, transform 0.30s;
	-moz-transition: opacity 0.30s, transform 0.30s;
	-o-transition: opacity 0.30s, transform 0.30s;
	transition: opacity 0.30s, transform 0.30s;
}


/* Avatar
----------------------------------------------------------------------------- */
.gfort-swiper-slider .post-block-container .avatar-block {
	top: 15px;
	left: 15px;
	width: 32px;
	height: 32px;
}

/* Meta
----------------------------------------------------------------------------- */
.gfort-swiper-slider .post-block-container .meta-block-container {
	color: #ffffff;
	font-size: 16px;
}
.gfort-swiper-slider .post-block-container .meta-block-container span {
	margin-top: 8px;
	margin-bottom: 8px;
}
.gfort-swiper-slider .post-block-container .meta-block-container span i { color: #ffffff; }


/* Title
----------------------------------------------------------------------------- */
.gfort-swiper-slider .post-block-container .post-footer h4 { margin: 0; }


/* Link
----------------------------------------------------------------------------- */
.gfort-swiper-slider .post-block-container .post-footer h4 a {
	width: 100%;
	display: block;
	color: #ffffff;
	overflow: hidden;
	line-height: 30px;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 15px 20px 10px;
	background-color: #d32f2f;
}
.gfort-swiper-slider .post-block-container .post-footer h4 a::after {
	left: 0;
	top: -5px;
	width: 100%;
	height: 5px;
	content: '';
	position: absolute;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.gfort-swiper-slider .post-block-container .post-media .image-block { overflow: hidden; }

/* Container
--------------------------------------------------------- */
.gfort-swiper-slider .post-block-container .post-media .image-block-container {
	width: auto;
	margin-top: 0;
	margin-right: -1px;
}

/* Image
--------------------------------------------------------- */
.gfort-swiper-slider .post-block-container .post-media .image-block img {
	-webkit-transition: transform 0.30s;
	-moz-transition: transform 0.30s;
	-o-transition: transform 0.30s;
	transition: transform 0.30s;
}


/* Hover
----------------------------------------------------------------------------- */
.gfort-swiper-slider .post-block-container:hover .post-media .image-block img {
	-webkit-transform: translate(0, -55px);
	-moz-transform: translate(0, -55px);
	-ms-transform: translate(0, -55px);
	-o-transform: translate(0, -55px);
	transform: translate(0, -55px);
}

.gfort-swiper-slider .post-block-container:hover .post-footer {
	opacity: 1;

	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}




/* =============================================================================
15. Portfolio
============================================================================= */
/* 15.1 Background Portfolio Grid
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.background-portfolio-grid {
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
}


/* Container
----------------------------------------------------------------------------- */
.background-portfolio-grid-container {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}


/* Overlayer
----------------------------------------------------------------------------- */
.background-portfolio-grid-container::after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0.70;
	position: absolute;
	background-color: #121212;
}


/* Loader
----------------------------------------------------------------------------- */
.ri-grid-loading:after,
.ri-grid-loading:before {
	display: none;
}
.ri-loading-image { display: none; }
.ri-grid-loading .ri-loading-image {
	left: 50%;
	width: 30px;
	height: 30px;
	display: block;
	position: relative;
	margin: 100px 0 0 -15px;
}


/* List
----------------------------------------------------------------------------- */
.background-portfolio-grid-container ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	list-style: none;
	position: relative;
}


/* Items
----------------------------------------------------------------------------- */
.background-portfolio-grid-container ul li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	overflow: hidden;
	position: relative;

	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-ms-perspective: 400px;
	-o-perspective: 400px;
	perspective: 400px;
}


/* Link
----------------------------------------------------------------------------- */
.background-portfolio-grid-container ul li a {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	display: block;
	position: absolute;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}



/* 15.2 Filter Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.filter-block {
	width: 100%;
	z-index: 20;
	display: block;
	margin: 0 auto;
	max-width: 1170px;
	position: relative;
}
.filter-block::after {
	content: '';
	clear: both;
	display: table;
}


/* Container
----------------------------------------------------------------------------- */
.filter-block-container {
	padding: 0;
	z-index: 3;
	width: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
}
.filter-block-container::after {
	content: '';
	clear: both;
	display: table;
}


/* Filter
----------------------------------------------------------------------------- */
.filter-group {
	width: 100%;
	display: block;
	position: relative;
	margin: 0 auto 30px;
}



/* 15.3 Filter Items
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.filter-items-wrapper {
	width: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 5px;
	position: relative;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}


/* Container
----------------------------------------------------------------------------- */
.filter-items-container {
	width: 100%;
	height: 100%;
	display: block;
}


/* Correct Position
----------------------------------------------------------------------------- */
.filter-items-wrapper.correct-position { margin-bottom: 30px; }



/* 15.4 Portfolio Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.portfolio-block-container {
	width: 100%;
	display: block;
	position: relative;
	margin: 0 auto 30px;
}
.portfolio-block-container::after {
	content: '';
	clear: both;
	display: table;
}


/* Main Link
----------------------------------------------------------------------------- */
.portfolio-block-container a.main-link {
	width: 100%;
	display: block;
	position: relative;
	outline: none !important;
}
.portfolio-block-container a.main-link::after {
	content: '';
	clear: both;
	display: table;
}


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.portfolio-block-container .image-block { margin-bottom: 25px !important; }
.portfolio-block-container .image-block:last-child { margin-bottom: 0 !important; }

/* Link
--------------------------------------------------------- */
.portfolio-block-container .image-block a {
	width: 100%;
	display: block;
}

/* Image
--------------------------------------------------------- */
.portfolio-block-container .image-block a img,
.portfolio-block-container a.main-link .image-block img {
	border-radius: 2px;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

/* Overlayer
--------------------------------------------------------- */
.portfolio-block-container a.main-link .image-block::after {
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 2px;
	position: absolute;
	background-color: #000000;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}


/* Typography
----------------------------------------------------------------------------- */
/* h4
--------------------------------------------------------- */
.portfolio-block-container h4 {
	width: auto;
	z-index: 16;
	max-width: 100%;
	overflow: hidden;
	position: relative;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}
.portfolio-block-container h4:last-child { margin: 0; }

/* h6
--------------------------------------------------------- */
.portfolio-block-container h4 + h6 {
	margin-top: -5px;
	margin-bottom: 15px;
}
.portfolio-block-container h4 + h6:last-child { margin-bottom: 0; }


/* List Icon
----------------------------------------------------------------------------- */
.portfolio-block-container .list-icon { margin-top: 0; }


/* Link
----------------------------------------------------------------------------- */
.portfolio-block-container a { color: #121212; }
.portfolio-block-container a:hover { color: #d32f2f; }


/* Button
----------------------------------------------------------------------------- */
.portfolio-block-container a.btn { margin-top: 20px; }


/* Hover
----------------------------------------------------------------------------- */
.portfolio-block-container:hover a.main-link h4 { color: #d32f2f; }
.portfolio-block-container:hover a.main-link .image-block::after { opacity: 0.50; }



/* Styles
============================================================================= */
/* Styles 1 & 2
============================================================================= */
/* Main Link
----------------------------------------------------------------------------- */
.portfolio-block-style-1 a.main-link,
.portfolio-block-style-2 a.main-link {
	z-index: 15;
	overflow: hidden;
	position: relative;
	border-radius: 4px;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.portfolio-block-style-2 a.main-link { background-color: #d32f2f; }


/* Block Image
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.portfolio-block-style-1 a.main-link .image-block,
.portfolio-block-style-2 a.main-link .image-block {
	overflow: hidden;
	margin-bottom: 0 !important;
}

/* Container
--------------------------------------------------------- */
.portfolio-block-style-1 a.main-link .image-block-container,
.portfolio-block-style-2 a.main-link .image-block-container {
	width: auto;
	margin-right: -1px;
}

/* Image
--------------------------------------------------------- */
.portfolio-block-style-1 a.main-link .image-block img,
.portfolio-block-style-2 a.main-link .image-block img {
	border-radius: 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}


/* Typography
----------------------------------------------------------------------------- */
/* h4
--------------------------------------------------------- */
.portfolio-block-style-1 a.main-link h4,
.portfolio-block-style-2 a.main-link h4 {
	left: 0;
	bottom: 0;
	opacity: 0;
	color: #ffffff;
	line-height: 25px;
	padding: 15px 20px;
	position: absolute;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.portfolio-block-style-1 a.main-link h4 {
	width: auto;
	max-width: 100%;
	background-color: transparent;

	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

.portfolio-block-style-2 a.main-link h4 {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: #d32f2f;
	border-radius: 0 0 2px 2px;

	-webkit-transform: translate(0, 55px);
	-moz-transform: translate(0, 55px);
	-ms-transform: translate(0, 55px);
	-o-transform: translate(0, 55px);
	transform: translate(0, 55px);
}

.portfolio-block-style-2 h4::after {
	left: 0;
	top: -5px;
	width: 100%;
	height: 5px;
	content: '';
	position: absolute;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Hover
----------------------------------------------------------------------------- */
.portfolio-block-style-1 .portfolio-block-container:hover a.main-link h4 {
	opacity: 1;
	color: #ffffff;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.portfolio-block-style-2 .portfolio-block-container:hover .image-block img {
	opacity: 1;

	-webkit-transform: translate(0, -55px);
	-moz-transform: translate(0, -55px);
	-ms-transform: translate(0, -55px);
	-o-transform: translate(0, -55px);
	transform: translate(0, -55px);
}

.portfolio-block-style-2 .portfolio-block-container:hover a.main-link h4 {
	opacity: 1;
	color: #ffffff;

	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.portfolio-block-style-1 .portfolio-block-container:hover a.main-link .image-block::after,
.portfolio-block-style-2 .portfolio-block-container:hover a.main-link .image-block::after {
	opacity: 0.80;
}


/* Style 3
============================================================================= */
/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.portfolio-block-style-3 .portfolio-block-container > .image-block {
	padding: 20px;
	background-color: #ffffff;
	border: 10px solid #000000;

	-webkit-box-shadow: 0 10px 7px -5px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0 10px 7px -5px rgba(0, 0, 0, 0.30);
	box-shadow: 0 10px 7px -5px rgba(0, 0, 0, 0.30);
}

/* Image
--------------------------------------------------------- */
.portfolio-block-style-3 .portfolio-block-container > .image-block img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/* Typography
----------------------------------------------------------------------------- */
.portfolio-block-style-3 .portfolio-block-container > h4 {
	width: auto;
	font-size: 16px;
	display: inline-block;
	padding: 10px 25px 9px;
	background-color: #ffffff;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}



/* 15.5 Portfolio Wide Block
============================================================================= */
/* Image Block
----------------------------------------------------------------------------- */
.wide-block .portfolio-block-container .image-block { margin-bottom: 0 !important; }
.wide-block .portfolio-block-container a.main-link,
.wide-block .portfolio-block-container .image-block img,
.wide-block .portfolio-block-container .image-block::after {
	border-radius: 0 !important;

	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}


/* Typography
----------------------------------------------------------------------------- */
.wide-block .portfolio-block-container h4 {
	border-radius: 0 !important;
	padding: 15px 20px !important;
}



/* 15.6 Portfolio Photostack
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.photostack-block {
	width: 100%;
	height: 550px;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
}


/* Container
----------------------------------------------------------------------------- */
.photostack-block-container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}


/* Item Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.photostack-block-container > div.portfolio-block {
	margin: 0;
	z-index: 10;
	display: block;
	position: absolute;
	text-align: center;
}
.photostack-block-container > div.portfolio-block.photostack-current.photostack-flip { z-index: 11; }

/* Overlayer
--------------------------------------------------------- */
.photostack-block-container > div.portfolio-block::after {
	top: 0;
	left: 0;
	opacity: 1;
	z-index: 10;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 2px;
	position: absolute;
	visibility: visible;
	background-color: transparent;

	-webkit-transition: opacity 0.6s, visibility 0s 0.6s;
	-moz-transition: opacity 0.6s, visibility 0s 0.6s;
	-o-transition: opacity 0.6s, visibility 0s 0.6s;
	transition: opacity 0.6s, visibility 0s 0.6s;
}
.photostack-block-container > div.portfolio-block.photostack-current::after {
	opacity: 0;
	visibility: hidden;
}

/* Container
--------------------------------------------------------- */
.photostack-block-container > div.portfolio-block .portfolio-block-container { margin-bottom: 0; }


/* Navigation
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.gfort-photostack-nav-wrapper {
	width: 100%;
	height: 20px;
	line-height: 0;
	margin-top: -30px;
}

/* Pagination
--------------------------------------------------------- */
/* Wrapper
------------------------------------- */
.gfort-photostack-nav-wrapper nav {
	width: auto;
	z-index: 90;
	height: 20px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	display: inline-block;

	-webkit-transition: opacity 0.30s;
	-moz-transition: opacity 0.30s;
	-o-transition: opacity 0.30s;
	transition: opacity 0.30s;
}

/* Dots
------------------------------------- */
.gfort-photostack-nav-wrapper nav span {
	width: 20px;
	height: 20px;
	padding: 5px;
	opacity: 0.50;
	cursor: pointer;
	text-align: center;
	border-radius: 50%;
	position: relative;
	display: inline-block;
	background-color: transparent;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}
.gfort-photostack-nav-wrapper nav span::after {
	top: 5px;
	left: 5px;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	background-color: #d32f2f;

	-webkit-transform: scale(0.70);
	-moz-transform: scale(0.70);
	-ms-transform: scale(0.70);
	-o-transform: scale(0.70);
	transform: scale(0.70);

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

/* Hover
------------------------------------- */
.gfort-photostack-nav-wrapper nav span:hover,
.gfort-photostack-nav-wrapper nav span.current {
	opacity: 1;
}
.gfort-photostack-nav-wrapper nav span:hover::after,
.gfort-photostack-nav-wrapper nav span.current::after {
	-webkit-transform: scale(0.90);
	-moz-transform: scale(0.90);
	-ms-transform: scale(0.90);
	-o-transform: scale(0.90);
	transform: scale(0.90);
}

/* Arrows
--------------------------------------------------------- */
/* Wrapper
------------------------------------- */
.gfort-photostack-prev,
.gfort-photostack-next {
	top: 50%;
	opacity: 0;
	z-index: 15;
	width: 48px;
	height: 48px;
	color: #121212;
	cursor: pointer;
	margin-top: -24px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	background-color: #ffffff;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

.gfort-photostack-prev { left: -58px; }
.gfort-photostack-next { right: -58px; }


/* Icon
------------------------------------- */
.gfort-photostack-prev::after,
.gfort-photostack-next::after {
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
	display: block;
	font-size: 32px;
	line-height: 46px;
	position: absolute;
	text-align: center;
	border-radius: 50%;
	font-family: 'FontAwesome';
}
.gfort-photostack-prev::after {
	content: '\f104';
	padding-right: 2px;
}
.gfort-photostack-next::after {
	content: '\f105';
	padding-left: 2px;
}

/* Hover
------------------------------------- */
.gfort-photostack-prev:hover,
.gfort-photostack-next:hover {
	color: #ffffff;
	background-color: #d32f2f;

	-webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
}

.photostack-block:hover .gfort-photostack-prev {
	opacity: 1;
	left: 20px;
}
.photostack-block:hover .gfort-photostack-next {
	opacity: 1;
	right: 20px;
}


/* Blocks Animation
----------------------------------------------------------------------------- */
.photostack-transition .portfolio-block {
	-webkit-transition: -webkit-transform 0.6s ease-in-out;
	-moz-transition: -moz-transform 0.6s ease-in-out;
	-o-transition: -o-transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out;
}

.photostack-perspective .portfolio-block {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.photostack-perspective .portfolio-block.photostack-flip {
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}




/* =============================================================================
16. Blog
============================================================================= */
/* 16.1 Post Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.post-block-container {
	width: 100%;
	display: block;
	padding: 0 0 60px;
	position: relative;
	margin: 0 auto 50px;
	border-bottom: 1px solid #dddddd;
}
.post-block:last-child .post-block-container {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 30px;
}


/* Header
----------------------------------------------------------------------------- */
.post-block-container .post-header {
	width: 100%;
	z-index: 10;
	display: block;
	margin: 0 auto;
	line-height: 0;
	min-height: 56px;
	position: relative;
	padding: 2px 0 0 70px;
}
.post-block-container .post-header::after {
	content: '';
	clear: both;
	display: table;
}


/* Media
----------------------------------------------------------------------------- */
.post-block-container .post-media {
	padding: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	border-radius: 2px;
	margin: 30px auto 0;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.post-block-container .post-media * { margin-bottom: 0 !important; }
.post-block-container .post-media > div {
	overflow: hidden;
	border-radius: 2px;
}


/* Footer
----------------------------------------------------------------------------- */
.post-block-container .post-footer {
	width: 100%;
	display: block;
	margin-top: 30px;
	position: relative;
}


/* Avatar
----------------------------------------------------------------------------- */
.post-block-container .avatar-block {
	top: 0;
	left: 0;
	width: 56px;
	height: 56px;
	position: absolute;
}


/* Title
----------------------------------------------------------------------------- */
.post-block-container .post-header h4 {
	margin: 0;
	padding: 0;
}


/* Link
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.post-block-container .post-header h4 a {
	color: #121212;
	display: inline-block;
}

.post-block-container .post-media .image-block a {
	width: 100%;
	display: block;
}

/* Hover
--------------------------------------------------------- */
.post-block-container .post-header h4 a:hover { color: #d32f2f; }



/* 16.2 Timeline
============================================================================= */
/* Item
----------------------------------------------------------------------------- */
.timeline-block-center .timeline-block-item:nth-child(odd) .post-block { padding-right: 25px; }
.timeline-block-center .timeline-block-item:nth-child(even) .post-block { padding-left: 25px; }


/* Container
----------------------------------------------------------------------------- */
.timeline-block-center .timeline-block-item .post-block-container {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 30px;
}
.timeline-block-center .timeline-block-item:last-child .post-block-container { margin-bottom: 0; }


/* Dots
----------------------------------------------------------------------------- */
.timeline-block-center .timeline-block-item .post-block-container::after,
.timeline-block-center .timeline-block-item .post-block-container::before {
	left: 100%;
	content: '';
	position: absolute;
	border-radius: 50%;
	background-color: #ffffff;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}
.timeline-block-center .timeline-block-item .post-block-container::after {
	top: 22px;
	width: 12px;
	height: 12px;
	margin-left: 19px;
	border: 2px solid #d32f2f;
}
.timeline-block-center .timeline-block-item .post-block-container::before {
	top: 12px;
	width: 32px;
	height: 32px;
	margin-left: 9px;
}

.grey-section .timeline-block-center .timeline-block-item .post-block-container::after,
.grey-section .timeline-block-center .timeline-block-item .post-block-container::before {
	background-color: #f7f7f7;
}

.timeline-block-center .timeline-block-item:nth-child(even) .post-block-container::after {
	left: 0;
	margin-left: -31px;
}
.timeline-block-center .timeline-block-item:nth-child(even) .post-block-container::before {
	left: 0;
	margin-left: -41px;
}


/* Hover
----------------------------------------------------------------------------- */
.timeline-block-center .timeline-block-item .post-block-container:hover::after { background-color: #d32f2f; }



/* 16.3 Pagination
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
nav.gfort-pagination {
	padding: 0;
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 auto 25px;
}


/* List
----------------------------------------------------------------------------- */
nav.gfort-pagination ul.pagination {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	border-radius: 0;
	display: inline-block;
}


/* Items
----------------------------------------------------------------------------- */
nav.gfort-pagination ul.pagination > li {
	margin: 5px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
}


/* Link
----------------------------------------------------------------------------- */
nav.gfort-pagination ul.pagination > li > a,
nav.gfort-pagination ul.pagination > li > span {
	border: 0;
	padding: 0;
	width: 100%;
	margin-left: 0;
	color: #515151;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 32px;
	text-align: center;
	border-radius: 50% !important;

	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
}
nav.gfort-pagination ul.pagination > li > a span { font-size: 16px; }


/* Hover / Focus / Active / Disabled
----------------------------------------------------------------------------- */
nav.gfort-pagination ul.pagination > li > a:hover,
nav.gfort-pagination ul.pagination > li > a:focus,
nav.gfort-pagination ul.pagination > li >span:hover,
nav.gfort-pagination ul.pagination > li > span:focus,
nav.gfort-pagination ul.pagination > .active > a,
nav.gfort-pagination ul.pagination > .active > span,
nav.gfort-pagination ul.pagination > .active > a:focus,
nav.gfort-pagination ul.pagination > .active > a:hover,
nav.gfort-pagination ul.pagination > .active > span:focus,
nav.gfort-pagination ul.pagination > .active > span:hover,
nav.gfort-pagination ul.pagination > .disabled > a,
nav.gfort-pagination ul.pagination > .disabled > span,
nav.gfort-pagination ul.pagination > .disabled > a:focus,
nav.gfort-pagination ul.pagination > .disabled > a:hover,
nav.gfort-pagination ul.pagination > .disabled > span:focus,
nav.gfort-pagination ul.pagination > .disabled > span:hover {
	color: #ffffff;
	background-color: #d32f2f;
}



/* 16.4 Post Tags Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.post-tags-block-container {
	width: 100%;
	display: block;
	line-height: 44px;
	margin-bottom: 30px;
}


/* span
----------------------------------------------------------------------------- */
.post-tags-block-container > span {
	margin-right: 10px;
	display: inline-block;
}


/* Button
----------------------------------------------------------------------------- */
.post-tags-block-container a.btn {
	margin-top: 5px;
	margin-bottom: 5px;
}



/* 16.5 Post Share Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.post-share-block-container {
	width: 100%;
	display: block;
	line-height: 42px;
	margin: 5px auto 30px;
}


/* span
----------------------------------------------------------------------------- */
.post-share-block-container > span {
	margin-right: 10px;
	vertical-align: top;
	display: inline-block;
}


/* Social Icons
----------------------------------------------------------------------------- */
.post-share-block-container > .social-icons-block {
	vertical-align: top;
	display: inline-block;
}



/* 16.6 Post Comments Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.post-comments-block-container {
	width: 100%;
	display: block;
	margin: 5px auto 30px;
}




/* =============================================================================
17. Block Variations
============================================================================= */
/* Sticky Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.sticky-block {
	margin-top: 100px;
	position: relative;
	margin-bottom: -70px;
}
.sticky-block::after {
	content: '';
	clear: both;
	display: table;
}


/* NO Padding
----------------------------------------------------------------------------- */
.section-no-padding .sticky-block {
	margin-top: 30px;
	margin-bottom: 0;
}
.section-no-padding .col-md-12.title-block-style-1.sticky-block .title-block-container { margin-bottom: 5px; }


/* NO Padding Bottom
----------------------------------------------------------------------------- */
.section-no-padding-bottom .sticky-block {
	margin-top: 130px;
	margin-bottom: 30px;
}


/* Large Padding
----------------------------------------------------------------------------- */
.section-lg-padding .sticky-block {
	margin-top: 160px;
	margin-bottom: -130px;
}


/* Medium Padding
----------------------------------------------------------------------------- */
.section-md-padding .sticky-block {
	margin-top: 145px;
	margin-bottom: -115px;
}


/* Small Padding
----------------------------------------------------------------------------- */
.section-sm-padding .sticky-block {
	margin-top: 125px;
	margin-bottom: -95px;
}


/* Wide Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.wide-block { padding: 0; }


/* Container
----------------------------------------------------------------------------- */
.wide-block > div { margin-bottom: 0 !important; }


/* Remove border radius & box shadow
----------------------------------------------------------------------------- */
.wide-block .fancybox,
.wide-block a.main-link,
.wide-block .fancybox::before,
.wide-block .image-block img {
	border-radius: 0 !important;

	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}




/* =============================================================================
18. Title Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.col-md-12.title-block + div { clear: left; }


/* Container
----------------------------------------------------------------------------- */
.title-block-container {
	padding: 0;
	width: 100%;
	z-index: 15;
	display: block;
	font-size: 18px;
	position: relative;
	margin: 0 auto 15px;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.title-block-container::after {
	content: '';
	clear: both;
	display: table;
}


/* Text Center
----------------------------------------------------------------------------- */
.title-block-container.text-center { margin-bottom: 30px; }
.title-block-container.text-center p {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}


/* Hero Section
----------------------------------------------------------------------------- */
.hero-section .title-block-container.text-center {
	font-size: 26px;
	letter-spacing: 0.5px;
}
.hero-section .title-block-container.text-center a.btn { margin-top: 65px; }


/* Logo
----------------------------------------------------------------------------- */
/* Link
--------------------------------------------------------- */
.title-block-container .navbar-brand {
	float: none;
	margin-bottom: 30px;
	display: inline-block;
}

/* Image
--------------------------------------------------------- */
.title-block-container .navbar-brand > img { max-height: 80px; }



/* Typography
----------------------------------------------------------------------------- */
/* h1
--------------------------------------------------------- */
.title-block-container h1 { margin-top: -5px; }
.title-block-container.text-center h1 {
	line-height: 1;
	font-size: 60px;
	margin-bottom: 20px;
	letter-spacing: -1px;
}


/* h2
--------------------------------------------------------- */
.title-block-container h2 { margin-top: -5px; }
.title-block-container h2 + h3 { margin-top: -5px; }


/* Line Separator
----------------------------------------------------------------------------- */
.line-separator {
	width: 40px;
	height: 3px;
	display: block;
	margin: 20px 0 10px;
	background-color: #121212;
}
.text-center .line-separator { margin: 25px auto; }
.line-separator + h4 { margin-top: 25px; }



/* Style 1
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.title-block-style-1 {
	float: none;
	margin-left: auto;
	margin-right: auto;
}


/* Container
----------------------------------------------------------------------------- */
.title-block-style-1 .title-block-container {
	overflow: hidden;
	border-radius: 2px;
	margin-bottom: 30px;
	padding: 35px 30px 25px;
	background-color: #ffffff;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Typography
----------------------------------------------------------------------------- */
/* h3
--------------------------------------------------------- */
.title-block-style-1 h3:last-child { margin-bottom: 5px; }

/* Paragraph
--------------------------------------------------------- */
.hero-section .title-block-style-1 .title-block-container.text-center {
	font-size: 22px;
	line-height: 1.4;
}
.title-block-style-1 .title-block-container p:last-child { margin-bottom: 5px; }
.title-block-style-1 .title-block-container p:first-of-type { padding-top: 10px; }


/* Buttons
----------------------------------------------------------------------------- */
.title-block-style-1 .title-block-container a.btn,
.hero-section .title-block-style-1 .title-block-container.text-center a.btn {
	margin-top: 35px;
	margin-bottom: 14px;
}



/* Label
============================================================================= */
/* Main Wrapper
----------------------------------------------------------------------------- */
.main-title-label-block,
.white-title-label-block,
.black-title-label-block {
	z-index: 10;
	padding: 0 !important;
	line-height: 0 !important;
	margin: 0 auto 15px !important;
}


/* span
----------------------------------------------------------------------------- */
.main-title-label-block span,
.white-title-label-block span,
.black-title-label-block span {
	line-height: 1;
	overflow: hidden;
	padding: 15px 30px;
	position: relative;
	border-radius: 2px;
	display: inline-block;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Main Title Label
----------------------------------------------------------------------------- */
.main-title-label-block span {
	color: #ffffff;
	background-color: #d32f2f;
}


/* White Title Label
----------------------------------------------------------------------------- */
.white-title-label-block span {
	color: #121212;
	background-color: #ffffff;
}


/* Black Title Label
----------------------------------------------------------------------------- */
.black-title-label-block span {
	color: #ffffff;
	background-color: #121212;
}






/* =============================================================================
19. Background Image Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.background-image-block {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
}


/* Main Image
----------------------------------------------------------------------------- */
.background-image-block img {
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	position: absolute;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.background-image-block img.mobile-image { display: none; }


/* No Parallax Effect
----------------------------------------------------------------------------- */
.no-parallax-effect img,
.ie9 .background-image-block img {
	top: 50% !important;

	-webkit-transform: translate(-50%, -50%) !important;
	-moz-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	-o-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
}




/* =============================================================================
20. Image Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.image-block {
	width: 100%;
	z-index: 10;
	margin: 0 auto;
	display: block;
	padding: 50px 0 0;
	position: relative;
}


/* Container
----------------------------------------------------------------------------- */
.image-block-container {
	width: 100%;
	height: 100%;
	position: relative;
}


/* One Image
----------------------------------------------------------------------------- */
.image-block-container img {
	top: 0;
	right: 0;
	width: auto;
	height: 100%;
	position: absolute;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.pull-right .image-block-container img {
	left: 0;
	right: auto;
}

.pull-center .image-block-container img,
.pull-center .image-block-container img {
	left: 50%;

	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}


/* Two Images
----------------------------------------------------------------------------- */
.image-block-container img:nth-child(2) { right: 100px; }

.pull-right .image-block-container img:nth-child(2) {
	left: 100px;
	right: auto;
}


/* Three Images
----------------------------------------------------------------------------- */
.image-block-container img:nth-child(2) { z-index: 8; }
.image-block-container img:nth-last-child(2) { z-index: 9; }
.image-block-container img:nth-last-child(3) { z-index: 10; }



/* Inside col
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
div[class*='col-'] .image-block {
	padding: 0;
	margin-bottom: 30px;
}


/* Image
----------------------------------------------------------------------------- */
div[class*='col-'] .image-block-container img {
	top: 0;
	left: auto;
	right: auto;
	width: 100%;
	height: auto!important; 
	display: block;
	position: relative;
}
div[class*='col-'] .image-block-container img ~ img {
	left: 0;
	position: absolute;
}




/* =============================================================================
21. Fancybox
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.fancybox {
	z-index: 25;
	display: block;
	text-align: center;
	outline: none !important;
}

.image-block-container .fancybox {
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	display: block;
	border-radius: 3px;
	position: relative;

	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

*:not(.image-block-container) > .fancybox {
	top: 15px;
	right: 15px;
	position: absolute;
}


/* Image
----------------------------------------------------------------------------- */
.image-block-container .fancybox img {
	border-radius: 2px;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Icon
----------------------------------------------------------------------------- */
.fancybox::after {
	opacity: 0;
	z-index: 15;
	width: 32px;
	height: 32px;
	display: block;
	color: #ffffff;
	font-size: 14px;
	content: '\f002';
	line-height: 32px;
	position: relative;
	border-radius: 50%;
	background-color: #d32f2f;
	font-family: 'FontAwesome';

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transform: translateY(-40%);
	-moz-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	-o-transform: translateY(-40%);
	transform: translateY(-40%);

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}
.image-block-container .fancybox::after {
	top: 15px;
	right: 15px;
	position: absolute;
}

.fancybox.fancybox-video::after {
	content: '\f04b';
	padding-left: 2px;
}


/* Overlayer
----------------------------------------------------------------------------- */
.image-block-container .fancybox::before {
	top: 0;
	left: 0;
	opacity: 0;
	/*z-index: 1;*/
	z-index: -1;
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	border-radius: 2px;
	background-color: #000000;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}


/* Hover
----------------------------------------------------------------------------- */
.fancybox:hover::after,
*:not(.image-block-container):hover > .fancybox::after {
	opacity: 1;

	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.image-block-container .fancybox:hover::before { opacity: 0.50; }


/* Expand Icon
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.fancybox-overlay .expander {
	top: 0;
	left: 0;
	margin: 5px;
	z-index: 99999;
	cursor: pointer;
	font-size: 16px;
	position: absolute;
	text-align: center;
	outline: none !important;
}


/* Icon
--------------------------------------------------------- */
.fancybox-overlay .expander::after {
	width: 32px;
	height: 32px;
	display: block;
	color: #ffffff;
	font-size: 14px;
	content: '\f065';
	line-height: 32px;
	border-radius: 50%;
	background-color: #d32f2f;
	font-family: 'FontAwesome';

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}

/* Hover
--------------------------------------------------------- */
.fancybox-overlay .expander:hover::after { background-color: #000000; }







/* =============================================================================
22. Special Columns ( gfort 50 / 42 columns )
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.gfort-50-column,
.gfort-42-column {
	top: 0;
	left: 0;
	z-index: 10;
	height: 100%;
	overflow: hidden;
	position: absolute;
}
.gfort-50-column { width: 50%; }
.gfort-42-column { width: 42.4%; }


/* Left Side
----------------------------------------------------------------------------- */
/* Div
--------------------------------------------------------- */
.gfort-50-column > div,
.gfort-42-column > div {
	float: right;
	height: 100%;
	max-width: 585px;
	padding-left: 15px;
	padding-right: 15px;
}


/* Right Side
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.gfort-50-column.pull-right { left: 50%; }
.gfort-42-column.pull-right { left: 57.6%; }

/* Div
--------------------------------------------------------- */
.gfort-50-column.pull-right > div,
.gfort-42-column.pull-right > div {
	float: left;
}


/* Center Side
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.gfort-50-column.pull-center,
.gfort-42-column.pull-center {
	left: 50%;
	overflow: visible;

	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}


/* Google Map
----------------------------------------------------------------------------- */
.gfort-50-column > div.gmap-block,
.gfort-42-column > div.gmap-block {
	max-width: 100%;
}


/* Background Image Block
----------------------------------------------------------------------------- */
.gfort-50-column > div.background-image-block,
.gfort-42-column > div.background-image-block {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;

	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


/* Image Block
----------------------------------------------------------------------------- */
.gfort-50-column > div.image-block,
.gfort-42-column > div.image-block {
	max-width: 100%;
}


/* Button
----------------------------------------------------------------------------- */
.gfort-50-column a.btn-gfort-circle,
.gfort-42-column a.btn-gfort-circle {
	top: 50%;
	left: 50%;
	z-index: 3;
	position: absolute;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


/* Slider
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.gfort-50-column > div.gfort-swiper-slider,
.gfort-42-column > div.gfort-swiper-slider  {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	height: 100% !important;
}

/* Background Image Block
--------------------------------------------------------- */
.gfort-50-column > div.gfort-swiper-slider .background-image-block,
.gfort-42-column > div.gfort-swiper-slider .background-image-block {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}




/* =============================================================================
23. Circle Icon Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
i.circle-icon-block {
	color: #515151;
	border-radius: 50%;
	text-align: center;
	background-color: #ffffff;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}


/* Large Icon
----------------------------------------------------------------------------- */
i.circle-icon-block-lg {
	width: 64px;
	height: 64px;
	font-size: 22px;
	line-height: 64px;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Medium Icon
----------------------------------------------------------------------------- */
i.circle-icon-block-md {
	width: 48px;
	height: 48px;
	font-size: 18px;
	line-height: 48px;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Small Icon
----------------------------------------------------------------------------- */
i.circle-icon-block-sm {
	width: 32px;
	height: 32px;
	font-size: 14px;
	line-height: 32px;

	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
}
i.circle-icon-block-sm.fa-phone,
i.circle-icon-block-sm.fa-clock-o {
	font-size: 16px;
	line-height: 33px;
}




/* =============================================================================
24. Info Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.info-block {
	padding: 0;
	z-index: 4;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	position: relative;
	margin: 0 20px 0 0;
	vertical-align: top;
	display: inline-block;
}
.info-block:last-child { margin-right: 0; }


/* Container
----------------------------------------------------------------------------- */
.info-block-container {
	width: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}


/* Main Link
----------------------------------------------------------------------------- */
.info-block-container > a.main-link {
	margin: 5px 0;
	position: relative;
}
.info-block-container a {
	width: 100%;
	display: block;
	color: #515151;
	text-transform: uppercase;
}


/* Icon
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.info-block-container i.circle-icon-block {
	top: 0;
	left: 2px;
	position: absolute;
}

/* Small Icon
--------------------------------------------------------- */
.info-block-container i.circle-icon-block-sm ~ a,
.info-block-container i.circle-icon-block-sm ~ p,
.info-block-container i.circle-icon-block-sm ~ h6 {
	padding-left: 44px;
}

/* Medium Icon
--------------------------------------------------------- */
.info-block-container i.circle-icon-block-md ~ a,
.info-block-container i.circle-icon-block-md ~ p,
.info-block-container i.circle-icon-block-md ~ h6 {
	padding-left: 60px;
}


/* Description
----------------------------------------------------------------------------- */
/* Small Icon
--------------------------------------------------------- */
.info-block-container > a.main-link i.circle-icon-block-sm ~ p {
	padding-top: 2px;
	line-height: 32px;
}

/* Medium Icon
--------------------------------------------------------- */
.info-block-container > a.main-link i.circle-icon-block-md ~ p {
	font-size: 16px;
	line-height: 48px;
}


/* Hover
----------------------------------------------------------------------------- */
.info-block-container a:hover { color: #d32f2f; }
.info-block-container > a.main-link:hover i.circle-icon-block {
	color: #ffffff;
	background-color: #d32f2f;
}


/* Style 1
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.info-block-style-1,
.info-block-style-1 p {
	line-height: 21px;
}


/* Container
----------------------------------------------------------------------------- */
.top-header .info-block-style-1 .info-block-container { padding: 18px 0 17px; }


/* Icon
----------------------------------------------------------------------------- */
.info-block-style-1 i.circle-icon-block {
	top: 50%;
	color: #ffffff;
	background-color: #d32f2f;
}
.info-block-style-1 i.circle-icon-block-sm { margin-top: -16px; }
.info-block-style-1 i.circle-icon-block-lg { margin-top: -32px; }
.info-block-style-1 i.circle-icon-block-md { margin-top: -24px; }


/* Title
----------------------------------------------------------------------------- */
.info-block-style-1 h6 { margin-bottom: 2px; }




/* =============================================================================
25. Social Icons Block
============================================================================= */
/* Main Wrapper
----------------------------------------------------------------------------- */
.social-icons-block {
	z-index: 15;
	font-size: 0;
	line-height: 0;
	display: block;
	position: relative;
}


/* List
----------------------------------------------------------------------------- */
.social-icons-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}


/* Items
----------------------------------------------------------------------------- */
/* Main
--------------------------------------------------------- */
.social-icons-block ul li {
	float: left;
	text-align: center;
	margin: 5px 10px 5px 0;
}
.social-icons-block ul li:last-child { margin-right: 0; }

/* Text Center
--------------------------------------------------------- */
.text-center.social-icons-block ul li {
	float: none;
	display: inline-block;
}

/* Medium Icons
--------------------------------------------------------- */
.social-icons-block-lg-margin.social-icons-block ul li { margin: 20px 40px 20px 0px; }
.social-icons-block-lg-margin.social-icons-block ul li:last-child { margin-right: 0; }


/* Link
----------------------------------------------------------------------------- */
.social-icons-block ul li a {
	width: 100%;
	display: block;
	color: #515151;
	text-align: center;
	border-radius: 50%;
	outline: none !important;
}


/* Icon
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.social-icons-block ul li a i.fa {
	display: block;
	color: #515151;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #ffffff;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}

/* Large Icon
--------------------------------------------------------- */
.social-icons-block-lg ul li a i.fa {
	width: 64px;
	height: 64px;
	font-size: 22px;
	line-height: 64px;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

/* Medium Icon
--------------------------------------------------------- */
.social-icons-block-md ul li a i.fa {
	width: 48px;
	height: 48px;
	font-size: 18px;
	line-height: 48px;

	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
}

/* Small Icon
--------------------------------------------------------- */
.social-icons-block-sm ul li a i.fa {
	width: 32px;
	height: 32px;
	font-size: 14px;
	line-height: 32px;

	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
}


/* span
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.social-icons-block ul li a span {
	width: 100%;
	display: block;
	line-height: 1;
	font-size: 18px;
	font-weight: 500;

	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
	transition: all 0.20s ease-in-out;
}
.social-icons-block ul li a span i.fa + span {
	width: auto;
	padding-top: 0;
	font-size: 18px;
	display: inline-block;
}
.social-icons-block ul li a i.fa + span {
	font-size: 14px;
	padding-top: 15px;
}


/* Icon
--------------------------------------------------------- */
.social-icons-block ul li a span i.fa {
	width: auto;
	height: auto;
	line-height: 1;
	color: #515151;
	border-radius: 0;
	margin-right: 5px;
	display: inline-block;
	background-color: transparent;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/* White Content
----------------------------------------------------------------------------- */
.white-content.social-icons-block ul li a i.fa,
.white-content.social-icons-block ul li a i.fa + span,
.white-content.social-icons-block ul li a:hover span i.fa,
.white-content.social-icons-block.social-icons-block-style-1 ul li a i.fa {
	color: #ffffff;
	background-color: transparent;
}


/* Hover
----------------------------------------------------------------------------- */
.social-icons-block ul li a:hover span,
.social-icons-block ul li a:hover span i.fa {
	color: #121212;
	background-color: transparent;
}

.social-icons-block ul li a:hover i.fa {
	color: #ffffff;
	background-color: #d32f2f;
}



/* Flex Style
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.social-icons-block-flex {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}


/* List
----------------------------------------------------------------------------- */
.social-icons-block-flex ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}


/* Items
----------------------------------------------------------------------------- */
.social-icons-block-flex ul li {
	padding: 0;
	margin: 0 !important;

	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}


/* Link
----------------------------------------------------------------------------- */
.social-icons-block-flex ul li a { border-radius: 0; }


/* Items
----------------------------------------------------------------------------- */
.social-icons-block-flex ul li a i.fa {
	width: 100%;
	height: 100px;
	font-size: 20px;
	border-radius: 0;
	line-height: 100px;
	background-color: transparent;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: 1px solid transparent;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.social-icons-block-flex ul li:first-child a i.fa { border-left-color: #dddddd; }


/* Hover
----------------------------------------------------------------------------- */
.social-icons-block-flex ul li a:hover i.fa { border-color: transparent; }



/* Style 1
============================================================================= */
.social-icons-block.social-icons-block-style-1 ul li a i.fa { background-color: #ffffff; }
.social-icons-block.social-icons-block-style-1 ul li a span i.fa,
.social-icons-block.social-icons-block-style-1 ul li a:hover span i.fa {
	background-color: transparent !important;
}



/* Style 2
============================================================================= */
.social-icons-block.social-icons-block-style-2 ul li a:hover i.fa {
	color: #515151 !important;
	background-color: #ffffff !important;
}

.social-icons-block.social-icons-block-style-2 ul li a span i.fa,
.social-icons-block.social-icons-block-style-2 ul li a:hover span i.fa  {
	background-color: transparent !important;
}
.social-icons-block.social-icons-block-style-2 ul li a:hover span i.fa,
.social-icons-block.social-icons-block-style-2 ul li a:hover span i.fa + span {
	color: #121212 !important;
}

.white-content.social-icons-block.social-icons-block-style-2 ul li a:hover span i.fa,
.white-content.social-icons-block.social-icons-block-style-2 ul li a:hover span i.fa + span {
	color: #ffffff !important;
}

.social-icons-block.social-icons-block-style-2.social-icons-block-flex ul li a i.fa { border: 0; }




/* =============================================================================
26. ADS Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.ads-block-container {
	padding: 0;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin-bottom: 30px;
}
.section-no-padding .ads-block-container { margin-bottom: 0; }


/* Link
----------------------------------------------------------------------------- */
.ads-block-container > a,
.ads-block-container > a > img {
	width: 100%;
	max-width: 728px;
	display: inline-block;
}




/* =============================================================================
27. Form Elements
============================================================================= */
/* Form Group
============================================================================= */
.form-group {
	width: 100%;
	display: block;
	line-height: 0;
	position: relative;
	margin: 0 auto 30px;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}



/* Form Control
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.form-control {
	border: 0;
	z-index: 2;
	height: 44px;
	color: #121212;
	padding: 10px 0;
	font-size: 16px;
	font-weight: 500;
	border-radius: 0;
	line-height: 24px;
	position: relative;
	background-color: transparent;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: transparent;
}


/* Focus
----------------------------------------------------------------------------- */
.form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}



/* Textarea
============================================================================= */
textarea.form-control {
	resize: none;
	height: 70px;
}



/* Label
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.form-group label {
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	cursor: text;
	display: block;
	color: #515151;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
	line-height: 24px;
	position: absolute;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}
textarea.form-control + label { padding: 10px 0 36px; }


/* Main Line
----------------------------------------------------------------------------- */
.form-group label::before {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	content: '';
	position: absolute;
	background-color: #dddddd;
}


/* Focus Line
----------------------------------------------------------------------------- */
.form-group label::after {
	width: 0;
	left: 50%;
	bottom: 0;
	height: 2px;
	content: '';
	position: absolute;
	background-color: #d32f2f;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}
.form-control:focus + label::after {
	left: 0;
	width: 100%;
}



/* Filled
============================================================================= */
.form-control:focus + label,
.form-control.input-filled + label {
	padding-top: 0;
	font-size: 14px;
	line-height: 14px;
	padding-bottom: 40px;
}

textarea.form-control:focus + label,
textarea.form-control.input-filled + label {
	padding-bottom: 66px;
}



/* Error
============================================================================= */
.form-group label.error { color: #ff0000; }
.form-group label.error::after,
.form-group .form-control.error + label::after {
	left: 0;
	width: 100%;
	background-color: #ff0000;
}



/* Select
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
select,
select.gfort-select {
	width: 100%;
	height: 44px;
	display: block;
}
select + label,
select.gfort-select + label {
	position: relative;
}


/* List ( Options )
----------------------------------------------------------------------------- */
ul.select-menu-list {
	top: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
	width: 100%;
	z-index: 20;
	left: -20px;
	text-align: left;
	overflow: hidden;
	list-style: none;
	max-height: 240px;
	position: absolute;
	visibility: hidden;
	overflow-y: scroll;
	background-color: #ffffff;

	-webkit-transition: opacity 0.30s ease-in-out;
	-moz-transition: opacity 0.30s ease-in-out;
	-o-transition: opacity 0.30s ease-in-out;
	transition: opacity 0.30s ease-in-out;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Items
----------------------------------------------------------------------------- */
ul.select-menu-list li {
	margin: 0;
	width: 100%;
	color: #515151;
	display: block;
	cursor: pointer;
	font-size: 16px;
	overflow: hidden;
	font-weight: 500;
	line-height: 24px;
	padding: 10px 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.select-menu-list li:first-child { margin-top: 10px; }
.select-menu-list li:last-child { margin-bottom: 10px; }


/* selected / disabled / hover
----------------------------------------------------------------------------- */
.select-menu-list li.selected { color: #d32f2f; }
.select-menu-list li.selected.selected-first-item { color: #515151; }
.select-menu-list li.disabled {
	opacity: 0.50;
	cursor: not-allowed;
}
.select-menu-list li.disabled.selected { color: #515151; }
.select-menu-list li:hover { background-color: #ebebeb; }


/* Correct Position
----------------------------------------------------------------------------- */
.correct-position-1.select-menu-list { top: -10px; }
.correct-position-2.select-menu-list { top: -54px; }
.correct-position-3.select-menu-list { top: -98px; }
.correct-position-4.select-menu-list { top: -142px; }
.correct-position-5.select-menu-list { top: -186px; }


/* Show List ( Options )
----------------------------------------------------------------------------- */
.show-select-menu-list ~ .select-menu-list {
	opacity: 1;
	visibility: visible;

}


/* Input
----------------------------------------------------------------------------- */
.select-menu-input {
	cursor: pointer;
	padding-right: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: transparent !important;
	border-bottom: 1px solid #dddddd;
}
.select-menu-input:focus { border-color: #dddddd; }


/* Label
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.select-menu-input + label {
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	cursor: text;
	color: #515151;
	margin: 0 auto;
	cursor: pointer;
	padding: 10px 0;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
	line-height: 24px;
	position: absolute;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}

/* Arrows
--------------------------------------------------------- */
.select-menu-input + label::before {
	right: 0;
	opacity: 1;
	left: auto;
	width: auto;
	height: auto;
	bottom: 10px;
	color: #121212;
	content: '\f0dc';
	text-align: right;
	line-height: 24px;
	position: absolute;
	font-family: 'FontAwesome';
	background-color: transparent;

	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

/* Focus
--------------------------------------------------------- */
.select-menu-input:focus + label::before,
.select-menu-input.input-filled + label::before {
	font-size: 15px;
}


/* Error
----------------------------------------------------------------------------- */
.select-menu-input.error { border-color: #ff0000; }
.select-menu-input.error + label::after { background-color: transparent; }



/* Button
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.form-block-container button { margin: 0 auto !important; }


/* Loader
----------------------------------------------------------------------------- */
.form-block-container button::before {
	top: 50%;
	opacity: 0;
	right: 10px;
	font-size: 13px;
	content: '\f021';
	margin-top: -12px;
	line-height: 24px;
	position: absolute;
	font-family: 'FontAwesome';
}
.form-block-container button.add-spin::before {
	opacity: 1;

	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}



/* Form Message
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.form-message-block {
	left: 24px;
	bottom: -20%;
	z-index: 1060;
	color: #ffffff;
	margin: 0 auto;
	display: block;
	font-size: 15px;
	position: fixed;
	font-weight: 600;
	line-height: 20px;
	border-radius: 2px;
	background-color: #d32f2f;
	padding: 16px 35px 14px 20px;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Container
----------------------------------------------------------------------------- */
.form-message-container {
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 0 5px 0 0;
}


/* Link
----------------------------------------------------------------------------- */
.form-message-block a {
	opacity: 0.75;
	color: #ffffff;
}
.form-message-block a:hover { opacity: 1; }


/* Close Button
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.form-message-close-button {
	top: 17px;
	border: 0;
	padding: 0;
	right: 15px;
	z-index: 10;
	width: 16px;
	height: 16px;
	opacity: 0.90;
	font-size: 16px;
	overflow: hidden;
	line-height: 16px;
	position: absolute;
	text-align: center;
	background-color: transparent;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Hover
--------------------------------------------------------- */
.form-message-close-button:hover {
	opacity: 1;

	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}



/* Checkbox
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked) {
	display: none;
}


/* Label
----------------------------------------------------------------------------- */
.form-group input[type="checkbox"] + label {
	width: auto;
	cursor: pointer;
	position: relative;
	padding: 0 0 0 30px;
	display: inline-block;
}
.form-group input[type="checkbox"]:checked + label { color: #515151; }
.form-group input[type="checkbox"] + label::after { display: none; }


/* Box
----------------------------------------------------------------------------- */
.form-group input[type="checkbox"] + label::before {
	top: 0;
	width: 18px;
	height: 18px;
	bottom: auto;
	margin-top: 2px;
	border-radius: 2px;
	border: 2px solid #dddddd;
	background-color: transparent;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}


/* Check Mark
----------------------------------------------------------------------------- */
.form-group input[type="checkbox"]:checked + label::before {
	top: -4px;
	left: -3px;
	width: 12px;
	height: 22px;
	border-color: #009e5e;
	border-top-color: transparent;
	border-left-color: transparent;

	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transform: rotate(40deg);

	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}



/* Date Picker
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.date-picker ~ #ui-datepicker-div {
	width: 100%;
	margin-top: 1px;
	line-height: 1.6;
	padding: 0 0 10px;
	border-radius: 2px;
	left: 0 !important;
	top: 100% !important;
	z-index: 100 !important;
	background-color: #ffffff;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Arrow
----------------------------------------------------------------------------- */
.date-picker ~ #ui-datepicker-div:before {
	top: -7px;
	left: 6px;
	content: '';
	position: absolute;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(0, 0, 0, 0.2);
}
.date-picker ~ #ui-datepicker-div:after {
	top: -6px;
	left: 7px;
	content: '';
	position: absolute;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}


/* Link
----------------------------------------------------------------------------- */
.date-picker ~ #ui-datepicker-div .ui-datepicker-calendar tr td a { cursor: pointer; }




/* =============================================================================
28. Form Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.form-block {
	padding-left: 0;
	padding-right: 0;
}


/* Container
----------------------------------------------------------------------------- */
.form-block-container {
	width: 100%;
	z-index: 20;
	display: block;
	margin: 0 auto;
	padding-top: 9px;
	position: relative;
}
.form-block-container::after {
	content: '';
	clear: both;
	display: table;
}
.form-block-container.text-center { padding-top: 0; }


/* Typography
----------------------------------------------------------------------------- */
.form-block-container p { line-height: 1.6; }



/* 28.1 Subscribe Form Block
============================================================================= */
/* Button
----------------------------------------------------------------------------- */
.subscribe-form-block .form-block-container button {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}


/* Hero Section
----------------------------------------------------------------------------- */
.hero-section .subscribe-form-block {
	margin-top: 35px;
	margin-bottom: 5px;
}



/* 28.2 Contact Form Block
============================================================================= */
/* Style 1
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.contact-form-block-style-1 {
	padding-left: 15px;
	padding-right: 15px;
}


/* Container
----------------------------------------------------------------------------- */
.contact-form-block-style-1 .form-block-container {
	border-radius: 2px;
	margin-bottom: 30px;
	padding: 35px 15px 10px;
	background-color: #ffffff;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}



/* 28.3 Property Form
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.property-form-block .form-block-container { padding: 40px 0 10px; }


/* Button
----------------------------------------------------------------------------- */
.property-form-block .form-block-container button {
	width: 100%;
	display: block;
}



/* 28.4 Domain Form
============================================================================= */
/* Button
----------------------------------------------------------------------------- */
.domain-form-block .form-block-container button {
	width: 100%;
	display: block;
}


/* Title Block
----------------------------------------------------------------------------- */
.domain-form-block + .title-block { padding-top: 30px; }



/* 28.5 BMI Form
============================================================================= */
/* Button
----------------------------------------------------------------------------- */
.bmi-form-block .form-block-container button {
	width: 100%;
	display: block;
}



/* 28.6 Account Form
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.account-form-block {
	padding-left: 15px;
	padding-right: 15px;
}


/* Container
----------------------------------------------------------------------------- */
.account-form-block .form-block-container {
	max-width: 390px;
	border-radius: 2px;
	margin-bottom: 30px;
	padding: 35px 15px 10px;
	background-color: #ffffff;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Logo
----------------------------------------------------------------------------- */
/* Link
--------------------------------------------------------- */
.account-form-block .navbar-brand { float: none; }

/* Image
--------------------------------------------------------- */
.account-form-block .navbar-brand > img { max-height: 50px; }


/* Link
----------------------------------------------------------------------------- */
.account-form-block a.forget-password { line-height: 24px; }


/* Button
----------------------------------------------------------------------------- */
.account-form-block .btn {
	width: 100%;
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
}




/* =============================================================================
29. Video Block
============================================================================= */
/* 29.1 Background Video Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.background-video-block {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: absolute;
}


/* Container
----------------------------------------------------------------------------- */
.background-video-block-container {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}


/* Overlayer
----------------------------------------------------------------------------- */
.background-video-block-container::after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 6;
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0.40;
	position: absolute;
	background-color: #000000;
}


/* Video
----------------------------------------------------------------------------- */
.background-video-block-container video {
	width: 100%;
	height: 100%;

	background-repeat: no-repeat;
	background-size: cover !important;
	background-position: center center !important;
}


/* Video Overlayer
----------------------------------------------------------------------------- */
.background-video-block-container .video-overlayer {
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	position: absolute;

	background-repeat: no-repeat;
	background-size: cover !important;
	background-position: center center !important;
}




/* Buttons
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.buttons-wrapper {
	left: 50%;
	z-index: 10;
	bottom: 20px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	display: inline-block;

	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}


/* Button
--------------------------------------------------------- */
.buttons-wrapper button {
	float: left;
	margin: 0 5px;
	display: block;
}



/* 29.2 Normal Video Block
============================================================================= */
/* iframe
----------------------------------------------------------------------------- */
iframe { border: 0; }


/* Container
----------------------------------------------------------------------------- */
.video-block-container {
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 0 auto 30px;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}




/* =============================================================================
30. Content Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.col-md-4 .col-md-12.content-block { margin-bottom: 10px; }
.col-md-4 .col-md-12.content-block:last-child { margin-bottom: 0; }


/* Container
----------------------------------------------------------------------------- */
.content-block-container {
	width: 100%;
	z-index: 10;
	display: block;
	position: relative;
	margin: 0 auto 30px;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.content-block-container::after {
	content: '';
	clear: both;
	display: table;
}


/* Icon
----------------------------------------------------------------------------- */
.content-block-container i.circle-icon-block {
	color: #ffffff;
	margin-bottom: 25px;
	background-color: #d32f2f;
}
.content-block-container:hover i.circle-icon-block {
	color: #d32f2f;
	background-color: #ffffff;
}


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.content-block-container .image-block {
	text-align: right;
	margin-bottom: 25px !important;
}

/* Image
--------------------------------------------------------- */
.content-block-container .image-block img {
	border-radius: 2px;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Main Link
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.content-block-container a.main-link {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 2px;
	background-color: #000000;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Image Block
--------------------------------------------------------- */
/* Wrapper
------------------------------------- */
.content-block-container a.main-link .image-block { margin-bottom: 0 !important; }

/* Image
------------------------------------- */
.content-block-container a.main-link .image-block img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}


/* Typography
--------------------------------------------------------- */
/* h3 and h4
------------------------------------- */
.content-block-container a.main-link h3,
.content-block-container a.main-link h4 {
	left: 0;
	bottom: 0;
	margin: 0;
	opacity: 0;
	z-index: 15;
	width: auto;
	max-width: 100%;
	position: absolute;
	padding: 15px 20px;
	white-space: nowrap;
	text-overflow: ellipsis;

	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}


/* Hover
--------------------------------------------------------- */
.content-block-container:hover a.main-link img { opacity: 0.20; }
.content-block-container:hover a.main-link h3,
.content-block-container:hover a.main-link h4 {
	opacity: 1;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}


/* Style 1
--------------------------------------------------------- */
/* Wrapper
------------------------------------- */
.content-block-container a.main-link-style-1 {
	text-align: center;
	padding: 40px 20px 35px;
	background-color: #ffffff;
}

/* Icon
------------------------------------- */
.content-block-container a.main-link-style-1 i {
	color: #d32f2f;
	font-size: 40px;
	margin-bottom: 15px;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}

/* Title
------------------------------------- */
.content-block-container a.main-link-style-1 h4 {
	opacity: 1;
	padding: 0;
	width: 100%;
	position: relative;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}


/* Hover
------------------------------------- */
.content-block-container a.main-link-style-1:hover { background-color: #d32f2f; }
.content-block-container a.main-link-style-1:hover * { color: #ffffff; }


/* Title
----------------------------------------------------------------------------- */
/* h4
--------------------------------------------------------- */
.content-block-container h4:last-child { margin-bottom: 0; }


/* h6
--------------------------------------------------------- */
.content-block-container h4 + h6 { margin-top: -10px; }
.content-block-container h6:last-child { margin-bottom: 0; }


/* Circle Button
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.content-block-container .btn-gfort-circle {
	display: block;
	margin-top: 15px;
}
.content-block-container .btn-gfort-circle-sm { margin-bottom: -41px; }
.content-block-container .btn-gfort-circle-md { margin-bottom: -49px; }
.content-block-container .btn-gfort-circle-lg { margin-bottom: -57px; }

.content-block-container .image-block .btn-gfort-circle { float: right; }
.content-block-container .image-block .btn-gfort-circle-sm { margin: -16px 16px 0 0; }
.content-block-container .image-block .btn-gfort-circle-md { margin: -24px 24px 0 0; }
.content-block-container .image-block .btn-gfort-circle-lg { margin: -32px 32px 0 0; }


/* Link
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.content-block-container h4 a,
.content-block-container h6 a {
	color: #121212;
}
.content-block-container h6 a {
	margin-top: 15px;
	display: inline-block;
}

/* Hover
--------------------------------------------------------- */
.content-block-container h4 a:hover,
.content-block-container h6 a:hover {
	color: #d32f2f;
}


/* Google Map
----------------------------------------------------------------------------- */
.content-block-container .gmap-block { height: 215px; }



/* Style 1
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.content-block-style-1 .content-block-container {
	padding: 25px;
	font-size: 16px;
	border-radius: 2px;
	background-color: #ffffff;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}

/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.content-block-style-1 .image-block {
	width: auto;
	overflow: hidden;
	margin: -25px -25px 25px;
}

/* Image
--------------------------------------------------------- */
.content-block-style-1 .content-block-container .image-block img {
	border-radius: 2px 2px 0 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/* Button
----------------------------------------------------------------------------- */
.content-block-style-1 a.btn:first-child { margin-top: 125px; }


/* List Icon
----------------------------------------------------------------------------- */
.content-block-style-1 .list-icon {
	margin-top: 12px;
	margin-bottom: 0;
}


/* Sticky Block
----------------------------------------------------------------------------- */
.content-block-style-1.sticky-block {
	margin-top: -203px;
	margin-bottom: 20px;
}



/* Style 3
============================================================================= */
/* Icon
----------------------------------------------------------------------------- */
.content-block-style-3 i.circle-icon-block {
	top: 0;
	left: 0;
	position: absolute;
}

.content-block-style-3 .text-right i.circle-icon-block {
	right: 0;
	left: auto;
}


/* Title
----------------------------------------------------------------------------- */
.content-block-style-3 i.circle-icon-block-sm + h4 { padding-left: 52px; }
.content-block-style-3 i.circle-icon-block-md + h4 { padding-left: 68px; }
.content-block-style-3 i.circle-icon-block-lg + h4 { padding-left: 84px; }

.content-block-style-3 .text-right i.circle-icon-block-sm + h4 { padding-left: 0; padding-right: 52px; }
.content-block-style-3 .text-right i.circle-icon-block-md + h4 { padding-left: 0; padding-right: 68px; }
.content-block-style-3 .text-right i.circle-icon-block-lg + h4 { padding-left: 0; padding-right: 84px; }


/* Description
----------------------------------------------------------------------------- */
.content-block-style-3 i.circle-icon-block-sm ~ p { padding-left: 52px; }
.content-block-style-3 i.circle-icon-block-md ~ p { padding-left: 68px; }
.content-block-style-3 i.circle-icon-block-lg ~ p { padding-left: 84px; }

.content-block-style-3 .text-right i.circle-icon-block-sm ~ p { padding-left: 0; padding-right: 52px; }
.content-block-style-3 .text-right i.circle-icon-block-md ~ p { padding-left: 0; padding-right: 68px; }
.content-block-style-3 .text-right i.circle-icon-block-lg ~ p { padding-left: 0; padding-right: 84px; }



/* Style 4
============================================================================= */
/* Image Block
----------------------------------------------------------------------------- */
.content-block-style-4 .image-block { margin-bottom: 0 !important; }


/* Button
----------------------------------------------------------------------------- */
.content-block-style-4 a.btn { margin-top: -22px; }



/* Style 5
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.content-block-style-5 .content-block-container {
	margin: 0;
	padding: 60px 20px;
	border-left: 1px solid transparent;
	border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.content-block-style-5:first-child .content-block-container { border-left-color: rgba(0, 0, 0, 0.07); }



/* Style 6
============================================================================= */
.content-block-style-6 .image-block { margin-top: 30px; }
.content-block-style-6 .image-block img {
	border-radius: 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}



/* Style 7
============================================================================= */
/* Image Block
----------------------------------------------------------------------------- */
.content-block-style-7 .image-block img {
	border-radius: 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	-webkit-transition: transform 0.30s ease-in-out;
	-moz-transition: transform 0.30s ease-in-out;
	-o-transition: transform 0.30s ease-in-out;
	transition: transform 0.30s ease-in-out;
}


/* Hover
----------------------------------------------------------------------------- */
.content-block-style-7 .content-block-container:hover .image-block img {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}




/* =============================================================================
31. Modal Block
============================================================================= */
/* Wrapper ( Center Modal vertically )
----------------------------------------------------------------------------- */
.modal {
	line-height: 0;
	text-align: center;
}
.modal-dialog {
	margin: 20px;
	text-align: left;
	display: inline-block;
	vertical-align: middle;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;

	-webkit-transform: scale(0.7) translate(0, -50%) !important;
	-moz-transform: scale(0.7) translate(0, -50%) !important;
	-ms-transform: scale(0.7) translate(0, -50%) !important;
	-o-transform: scale(0.7) translate(0, -50%) !important;
	transform: scale(0.7) translate(0, -50%) !important;
}
.modal.in .modal-dialog {
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	-o-transform: scale(1) !important;
	transform: scale(1) !important;
}


/* Header
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.modal-header {
	border-color: #dddddd;
	border-radius: 2px 2px 0 0;
}

/* Image
--------------------------------------------------------- */
.modal-header > img {
	width: 100%;
	display: block;
}


/* Body
----------------------------------------------------------------------------- */
/* Image
--------------------------------------------------------- */
.modal-body > img {
	width: 100%;
	display: block;
}

/* Main Link
--------------------------------------------------------- */
.modal-body > a.main-link,
.modal-body > a.main-link img {
	width: 100%;
	display: block;
}


/* Content
----------------------------------------------------------------------------- */
.modal-content {
	border: 0;
	border-radius: 2px;
}


/* Close Button
----------------------------------------------------------------------------- */
.modal .close {
	margin: 0;
	top: -14px;
	opacity: 1;
	width: 32px;
	z-index: 10;
	height: 32px;
	right: -14px;
	color: #ffffff;
	font-size: 14px;
	overflow: hidden;
	text-shadow: none;
	line-height: 30px;
	position: absolute;
	border-radius: 50%;
	background-color: #d32f2f;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.modal .close:hover { background-color: #121212; }


/* Special Columns
----------------------------------------------------------------------------- */
.modal-body .gfort-50-column { border-radius: 2px 0 0 2px; }
.modal-body .gfort-50-column.pull-right { border-radius: 0 2px 2px 0; }



/* Style 1
============================================================================= */
/* Dialog
----------------------------------------------------------------------------- */
.modal-style-1 .modal-dialog { text-align: center; }


/* Body
----------------------------------------------------------------------------- */
.modal-body {
	overflow: hidden;
	line-height: 1.6;
	position: relative;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


/* Header
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.modal-style-1 .modal-header {
	color: #ffffff;
	font-weight: 500;
	padding: 40px 20px 30px;
	background-color: #d32f2f;
}

/* Title
--------------------------------------------------------- */
.modal-style-1 .modal-header * { color: #ffffff; }


/* Body
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.modal-style-1 .modal-body { padding: 40px 20px 10px; }

/* Social Icons
--------------------------------------------------------- */
.modal-style-1 .social-icons-block { padding-top: 5px; }

/* Input
--------------------------------------------------------- */
.modal-style-1 input[readonly] {
	max-width: 600px;
	text-align: center;
	margin: 20px auto 0;
	background-color: #ebebeb;
}


/* Horizontal Rules
----------------------------------------------------------------------------- */
.modal-style-1 hr { margin: 30px auto; }



/* Style 2
============================================================================= */
/* Header
----------------------------------------------------------------------------- */
.modal-style-2 .modal-header {
	border: 0;
	padding: 0;
}


/* Body
----------------------------------------------------------------------------- */
.modal-style-2 .modal-body {
	border-radius: 2px;
	padding: 60px 15px 30px;
}



/* Style 3
============================================================================= */
/* Header
----------------------------------------------------------------------------- */
.modal-style-3 .modal-header {
	border: 0;
	padding: 0;
}


/* Body
----------------------------------------------------------------------------- */
.modal-style-3 .modal-body { padding: 0; }



/* Style 4
============================================================================= */
/* Header
----------------------------------------------------------------------------- */
.modal-style-4 .modal-header {
	border: 0;
	padding: 0;
}


/* Body
----------------------------------------------------------------------------- */
.modal-style-4 .modal-body {
	padding: 0;
	border-radius: 2px;
}




/* =============================================================================
32. Progress Bar Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.hero-section .title-block + .progress-block { margin-top: 30px; }


/* Container
----------------------------------------------------------------------------- */
.progress-block-container {
	z-index: 10;
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0 auto 20px;
	padding: 30px 0 10px;
}
.content-block-container .progress-block-container { margin: 20px auto 0; }


/* Typography
----------------------------------------------------------------------------- */
.progress-block-container h5 { font-weight: 600; }


/* Progress ( Background )
============================================================================= */
.progress-block-container .progress {
	height: 10px;
	border-radius: 0;
	margin-bottom: 0;
	overflow: visible;
	background-color: #ebebeb;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}



/* Progress Bar ( Line )
============================================================================= */
.progress-block-container .progress-bar {
	height: 10px;
	border-radius: 0;
	position: relative;
	background-color: #d32f2f;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	-webkit-transition: width 2s ease;
	-moz-transition: width 2s ease;
	-o-transition: width 2s ease;
	transition: width 2s ease;
}
.progress-block-container .progress-bar::after {
	right: 0;
	top: -6px;
	width: 2px;
	content: '';
	height: 22px;
	position: absolute;
	background-color: #d32f2f;
}



/* Dontate Progress Values
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.progress-block-container .goal-value,
.progress-block-container .start-value,
.progress-block-container .current-value,
.progress-block-container .skills-value,
.progress-block-container .current-percent {
	margin: 0;
	padding: 0;
	line-height: 20px;
	position: absolute;
}


/* Start Value / Goal Value
----------------------------------------------------------------------------- */
.progress-block-container .start-value,
.progress-block-container .skills-value {
	top: 0;
	left: 0;
}


/* Goal Value / Percent Value
----------------------------------------------------------------------------- */
.progress-block-container .goal-value,
.progress-block-container .current-percent {
	top: 0;
	right: 0;
}


/* Current Value
----------------------------------------------------------------------------- */
.progress-block-container .current-value {
	opacity: 0;
	visibility: hidden;
}


/* Main Dontate Values
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.progress-block-container .donate-values {
	width: auto;
	display: block;
	margin: 0 -15px;
	overflow: hidden;
}


/* Value
----------------------------------------------------------------------------- */
.progress-block-container .donate-values > div {
	margin-top: 30px;
	text-align: center;
}
.progress-block-container .donate-values > div div {
	width: 100%;
	display: block;
	padding: 25px 15px 10px;
	background-color: rgba(0, 0, 0, 0.50);
}




/* =============================================================================
33. Audio Block
============================================================================= */
/* Main Wrapper
----------------------------------------------------------------------------- */
audio {
	width: 100%;
	display: block;
}


/* Container
----------------------------------------------------------------------------- */
.audio-block-container {
	padding: 0;
	z-index: 10;
	width: 100%;
	line-height: 0;
	display: block;
	overflow: hidden;
	min-height: 370px;
	position: relative;
	margin: 0 auto 30px;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.audio-block-container::after {
	left: 0%;
	bottom: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;

	background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(255, 255, 255, 0) 100%);
}


/* Buttons
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.audio-block-container .btn-gfort-circle {
	float: right;
	margin: 10px 10px 0 100%;
	background-color: rgba(0, 0, 0, 0.60);

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Hover / Focus
--------------------------------------------------------- */
.audio-block-container .btn-gfort-circle:hover,
.audio-block-container .btn-gfort-circle:focus {
	color: #ffffff;
	background-color: #d32f2f;
}



/* Elements Wrapper
============================================================================= */
/* Container
--------------------------------------------------------- */
.mejs-container {
	padding-top: 360px;
	width: 100% !important;
	height: auto !important;
	background-color: transparent;
}
.mejs-container * { outline: none !important; }
.mejs-offscreen { display: none; }



/* Controls
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.mejs-container .mejs-controls {
	height: auto;
	overflow: hidden;
	background: none;
	position: static;
	padding: 0 5px 10px;
}


/* Buttons
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.mejs-container .mejs-controls .mejs-button {
	top: 50%;
	left: 50%;
	width: 48px;
	height: 48px;
	position: absolute;
	margin: -24px 0 0 -24px;
}

/* Play, Pause, Mute and Unmute Buttons
--------------------------------------------------------- */
.mejs-container .mejs-controls .mejs-volume-button { display: none; }
.mejs-container .mejs-controls .mejs-button button {
	margin: 0;
	width: 48px;
	height: 48px;
	color: #ffffff;
	overflow: hidden;
	background: none;
	line-height: 48px;
	border-radius: 50%;
	background-color: #d32f2f;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

/* Icon
--------------------------------------------------------- */
.mejs-controls .mejs-button button::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 18px;
	overflow: hidden;
	line-height: 48px;
	position: absolute;
	border-radius: 50%;
	font-family: 'FontAwesome';
}
.mejs-controls .mejs-play button::after { content: '\f04b'; padding-left: 5px; }
.mejs-controls .mejs-pause button::after { content: '\f04c'; }
.mejs-controls .mejs-mute button::after { content: '\f028'; }
.mejs-controls .mejs-unmute button::after { content: '\f026'; }

/* Hover
--------------------------------------------------------- */
.mejs-container .mejs-controls button:hover {
	color: #121212;
	background-color: #ffffff;
}


/* Time Bar Wrapper
----------------------------------------------------------------------------- */
.mejs-container div.mejs-time-rail {
	left: 0;
	bottom: 0;
	padding: 0;
	height: 10px;
	position: absolute;
	width: 100% !important;
}


/* Total Bar
----------------------------------------------------------------------------- */
.mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 0;
	border-radius: 0;
	background: none;
	width: 100% !important;
	background-color: rgba(255, 255, 255, 0.20);
}


/* Buffer Bar
----------------------------------------------------------------------------- */
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	border-radius: 0;
	background: none;
	background-color: rgba(255, 255, 255, 0.20);
}


/* Real Time Bar ( Current )
----------------------------------------------------------------------------- */
.mejs-controls .mejs-time-rail .mejs-time-current {
	border-radius: 0;
	background: none;
	background-color: #d32f2f;
}


/* Tooltip
----------------------------------------------------------------------------- */
.mejs-controls .mejs-time-rail .mejs-time-float * { color: #121212; }


/* Time ( Duration )
----------------------------------------------------------------------------- */
.mejs-container .mejs-controls .mejs-time {
	left: 0;
	bottom: 10px;
	font-weight: 700;
	line-height: 17px;
	padding: 5px 10px;
	position: absolute;
}
.mejs-container .mejs-controls .mejs-time.mejs-duration-container {
	right: 0;
	left: auto;
}


/* Volume Slider
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.mejs-controls a.mejs-horizontal-volume-slider {
	width: 0;
	display: none;
	overflow: hidden;

	-webkit-transition: all 0.30s linear;
	-moz-transition: all 0.30s linear;
	-o-transition: all 0.30s linear;
	transition: all 0.30s linear;
}


/* Volume
--------------------------------------------------------- */
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	top: 12px;
	height: 3px;
	border-radius: 0;
	background: none;
	background-color: rgba(255, 255, 255, 0.20);
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { background-color: #d32f2f; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current::after {
	right: 0;
	top: -5px;
	width: 4px;
	content: '';
	height: 13px;
	position: absolute;
	background-color: #ffffff;
}

/* Hover
--------------------------------------------------------- */
.mejs-controls a.mejs-horizontal-volume-slider:hover,
.mejs-volume-button:hover + .mejs-horizontal-volume-slider {
	width: 56px;
}



/* Typography
============================================================================= */
/* h4
----------------------------------------------------------------------------- */
.mejs-controls h4 {
	left: 0;
	margin: 0;
	opacity: 0;
	z-index: 2;
	width: auto;
	float: left;
	bottom: 70px;
	line-height: 1;
	color: #ffffff;
	max-width: 100%;
	padding: 0 25px;
	position: absolute;

	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}


/* Hover
----------------------------------------------------------------------------- */
.audio-block-container:hover .mejs-controls h4 {
	opacity: 1;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}


/* FullWidth
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.audio-block-fullwidth {
	position: static;
	margin-top: 70px;
}


/* Container
----------------------------------------------------------------------------- */
.audio-block-fullwidth .audio-block-container {
	left: 0;
	bottom: 0;
	min-height: 1px;
	margin-bottom: 0;
	position: absolute;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/* Elements Wrapper
----------------------------------------------------------------------------- */
/* Container
--------------------------------------------------------- */
.audio-block-fullwidth .mejs-container { padding: 0;}


/* Controls
----------------------------------------------------------------------------- */
.audio-block-fullwidth .mejs-container .mejs-controls { padding-top: 50px; }


/* Buttons
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.audio-block-fullwidth .mejs-container .mejs-controls .mejs-button,
.audio-block-fullwidth .mejs-container .mejs-controls .mejs-button button {
	top: 0;
	left: 0;
	margin: 0;
	width: 26px;
	height: 26px;
	border-radius: 0;
	line-height: 26px;
	position: relative;
	background-color: transparent;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.audio-block-fullwidth .mejs-controls .mejs-button button::after { line-height: 26px; }

/* Play, Pause, Mute and Unmute Buttons
--------------------------------------------------------- */
.audio-block-fullwidth .mejs-container .mejs-controls .mejs-volume-button { display: block; }
.audio-block-fullwidth .mejs-container .mejs-controls .mejs-playpause-button { margin-right: 10px; }

/* Hover
--------------------------------------------------------- */
.audio-block-fullwidth .mejs-container .mejs-controls button:hover {
	color: #ffffff;
	background-color: transparent;
}


/* Time Bar Wrapper
----------------------------------------------------------------------------- */
.audio-block-fullwidth .mejs-container div.mejs-time-rail {
	left: 0;
	top: 30px;
	bottom: auto;
}


/* Time ( Duration )
----------------------------------------------------------------------------- */
.audio-block-fullwidth .mejs-container .mejs-controls .mejs-time {
	top: 0;
	left: 0;
	bottom: auto;
}
.audio-block-fullwidth .mejs-controls .mejs-time.mejs-duration-container {
	right: 0;
	left: auto;
}


/* Volume Slider
----------------------------------------------------------------------------- */
.audio-block-fullwidth .mejs-controls a.mejs-horizontal-volume-slider { display: block; }


/* Typography
----------------------------------------------------------------------------- */
/* h4
--------------------------------------------------------- */
.audio-block-fullwidth .mejs-controls h4 {
	bottom: 0;
	opacity: 1;
	font-size: 16px;
	position: relative;
	padding: 6px 0 0 10px;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}




/* =============================================================================
34. Date Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.date-block {
	width: 100%;
	font-size: 0;
	line-height: 0;
	display: block;
	overflow: hidden;
}


/* Container
----------------------------------------------------------------------------- */
.date-block-container {
	line-height: 1;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	margin: 0 auto 15px;
	display: inline-block;
}
.date-block-container::after {
	content: '';
	clear: both;
	display: table;
}

.title-block .date-block-container { margin-bottom: 0; }


/* Span
----------------------------------------------------------------------------- */
.date-block-container > span {
	float: left;
	line-height: 1;
	display: inline-block;
	margin: 0 15px 19px 0;
}
.date-block-container > span:last-child { margin-right: 0; }
.title-block .date-block-container > span { margin-bottom: 10px; }


/* Icon
----------------------------------------------------------------------------- */
.date-block-container i {
	color: #121212;
	margin: 0 8px 0 1px;
}




/* =============================================================================
35. Timer Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.timer-block-container {
	width: auto;
	display: block;
	line-height: 1;
	margin: 0 -15px;
	font-size: 16px;
	overflow: hidden;
	font-weight: 500;
	position: relative;
	text-align: center;
}


/* Columns
----------------------------------------------------------------------------- */
.timer-block-container > div { margin-bottom: 20px; }
.title-block .timer-block-container > div { margin-bottom: 0; }


/* Typography
----------------------------------------------------------------------------- */
/* h1
--------------------------------------------------------- */
.timer-block-container h1 { font-size: 56px; }


/* h2
--------------------------------------------------------- */
.timer-block-container h2 {
	font-size: 36px;
	line-height: 1.2;
}


/* h5
--------------------------------------------------------- */
.timer-block-container h5 { margin-bottom: 5px; }


/* Paragraph
--------------------------------------------------------- */
.timer-block-container p {
	padding: 0 !important;
	text-transform: uppercase;
	margin: 0 auto 10px !important;
}




/* =============================================================================
36. Ribbon Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.ribbon-block {
	z-index: 30;
	line-height: 1;
	text-align: center;
	position: absolute;
}



/* Style 1
============================================================================= */
.ribbon-block-style-1 {
	top: 15px;
	left: 15px;
	width: auto;
	color: #121212;
	font-size: 18px;
	font-weight: 600;
	overflow: hidden;
	border-radius: 2px;
	padding: 12px 25px 10px;
	background-color: #ffffff;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.ribbon-block-style-1 * {
	margin: 0;
	padding: 0;
	color: #121212;
	line-height: 1;
	font-size: 18px;
	font-weight: 600;
}



/* Style 2
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.ribbon-block-style-2 {
	left: 0;
	top: 15px;
	width: auto;
	height: 36px;
	color: #ffffff;
	max-width: 100%;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	line-height: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 11px 0 9px 15px;
	background-color: #d32f2f;
}

.ribbon-block-style-2 * {
	margin: 0;
	padding: 0;
	width: auto;
	height: 16px;
	color: #ffffff;
	max-width: 100%;
	font-size: 16px;
	overflow: hidden;
	font-weight: 600;
	line-height: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/* Tail
----------------------------------------------------------------------------- */
.ribbon-block-style-2::after {
	width: 0;
	height: 0;
	bottom: 0;
	z-index: -1;
	content: '';
	right: -33px;
	position: absolute;
	border: 18px solid #d32f2f;
	border-right-color: transparent !important;
}



/* Positions
============================================================================= */
/* Bottom Right
----------------------------------------------------------------------------- */
.ribbon-block-style-1.ribbon-bottom-right {
	top: auto;
	left: auto;
	right: 15px;
	bottom: 15px;
}



/* =============================================================================
37. Google Maps Block
============================================================================= */
.gmap-block {
	padding: 0;
	width: 100%;
	height: 550px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	background-color: #ffffff;
}




/* =============================================================================
38. Info Window Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.infoWindow-block {
	margin: 0;
	width: 300px;
	position: relative;
	padding: 12px 0 0 0;
}


/* Arrow
----------------------------------------------------------------------------- */
.infoWindow-block::after,
.infoWindow-block::before {
	content: '';
	position: absolute;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.infoWindow-block::after {
	left: 90px;
	z-index: -1;
	width: 20px;
	height: 20px;
	bottom: 50px;
	background-color: rgba(0, 0, 0, 0.10);
}
.infoWindow-block::before {
	left: 89px;
	z-index: 1;
	width: 22px;
	height: 22px;
	bottom: 52px;
	background-color: #ffffff;
}


/* Close Button
----------------------------------------------------------------------------- */
.infoWindow-block > img {
	top: 0;
	z-index: 15;
	width: 24px;
	right: -12px;
	height: 24px;
	padding: 6px;
	border-radius: 50%;
	background-color: #d32f2f;
	position: absolute !important;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}
.infoWindow-block > img:hover {
	background-color: #121212;

	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}


/* Container
----------------------------------------------------------------------------- */
.infoWindow-block-container {
	width: 100%;
	font-size: 16px;
	cursor: default;
	position: relative;
	margin-bottom: 60px;
}


/* Main Link
----------------------------------------------------------------------------- */
.infoWindow-block-container .main-link {
	width: 100%;
	padding: 25px;
	display: block;
	color: #515151;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 5px 5px 2px 2px;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Image Block
----------------------------------------------------------------------------- */
.infoWindow-block-container .image-block {
	width: auto;
	background-color: #000000;
	margin: -25px -25px 25px !important;
}
.infoWindow-block-container .image-block-container img {
	border-radius: 4px 4px 0 0;

	-webkit-backface-visibility: visible;
	backface-visibility: visible;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}


/* Typography
----------------------------------------------------------------------------- */
.infoWindow-block-container h4 { margin-bottom: 5px; }


/* Hover
----------------------------------------------------------------------------- */
.infoWindow-block-container:hover .image-block img { opacity: 0.80; }




/* =============================================================================
39. Avatar Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.avatar-block {
	margin: 0;
	width: 64px;
	height: 64px;
	display: block;
}


/* Link
----------------------------------------------------------------------------- */
.avatar-block a {
	width: 100%;
	display: block;
	overflow: hidden;
	border-radius: 50%;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Image
----------------------------------------------------------------------------- */
.avatar-block img {
	width: 100%;
	display: block;
}




/* =============================================================================
40. Meta Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.meta-block {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 0;
	line-height: 0;
	display: block;
	overflow: hidden;
	font-weight: 500;
	position: relative;
}


/* Container
----------------------------------------------------------------------------- */
.meta-block-container {
	line-height: 1;
	font-size: 14px;
	overflow: hidden;
	display: inline-block;
}


/* Span
----------------------------------------------------------------------------- */
.meta-block-container span {
	float: left;
	margin: 5px 15px 0 0;
}
.meta-block-container span:last-child { margin-right: 0; }


/* Icon
----------------------------------------------------------------------------- */
.meta-block-container span i {
	color: #121212;
	margin-right: 8px;
}


/* Category
----------------------------------------------------------------------------- */
.meta-block-container .meta-block-cat a {
	color: #121212;
	margin-right: 10px;
	position: relative;
}
.meta-block-container .meta-block-cat a:hover { color: #d32f2f; }
.meta-block-container .meta-block-cat a::after {
	top: 0;
	right: -4px;
	content: ',';
	color: #515151;
	line-height: 19px;
	position: absolute;
}
.meta-block-container .meta-block-cat a:last-child { margin-right: 0; }
.meta-block-container .meta-block-cat a:last-child::after { display: none; }




/* =============================================================================
41. Number Block
============================================================================= */
.number-block {
	top: 0;
	margin: 0;
	right: 5px;
	padding: 0;
	opacity: 0.10;
	color: #515151;
	font-size: 100px;
	line-height: 100px;
	position: absolute;
}




/* =============================================================================
42. Timeline Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.timeline-block-container {
	z-index: 3;
	padding: 0;
	width: 100%;
	display: block;
	position: relative;
	margin: 0 auto 30px;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.timeline-block-container::after {
	content: '';
	clear: both;
	display: table;
}


/* Title
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.timeline-block-title {
	width: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 40px;
	position: relative;
}
.timeline-block-title * {
	margin-top: 0;
	margin-bottom: 0;
}


/* Icon
--------------------------------------------------------- */
.timeline-block-title i {
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
	color: #ffffff;
	font-size: 20px;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	background-color: #d32f2f;
}

/* Span
--------------------------------------------------------- */
.timeline-block-title span {
	width: 100%;
	height: 48px;
	line-height: 28px;
	display: inline-block;
	padding: 10px 0 10px 58px;
}

/* Line
--------------------------------------------------------- */
.timeline-block-title::after {
	top: 0;
	left: 23px;
	width: 2px;
	z-index: -1;
	content: '';
	height: 100%;
	position: absolute;
	background-color: #dddddd;
}



/* Item
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.timeline-block-item {
	z-index: 10;
	position: relative;
}
.timeline-block-title ~ .timeline-block-item { padding-left: 16px; }


/* Header
----------------------------------------------------------------------------- */
.timeline-header {
	top: 0;
	left: 0;
	z-index: 15;
	width: 96px;
	height: 96px;
	position: absolute;
}


/* Footer
----------------------------------------------------------------------------- */
.timeline-footer {
	width: 100%;
	display: block;
	position: relative;
	padding: 0 0 30px 25px;
}
.timeline-block-container .timeline-block-item:last-child .timeline-footer { padding-bottom: 0; }

.timeline-header + .timeline-footer {
	min-height: 96px;
	padding-left: 131px;
	padding-bottom: 45px;
}


/* Line
----------------------------------------------------------------------------- */
.timeline-footer::after {
	top: 0;
	left: 7px;
	width: 2px;
	content: '';
	height: 100%;
	position: absolute;
	background-color: #dddddd;
}
.timeline-header + .timeline-footer::after { left: 113px; }


/* Date Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.timeline-footer .date-block { overflow: visible; }

/* Container
--------------------------------------------------------- */
.timeline-footer .date-block .date-block-container {
	margin-bottom: 0;
	overflow: visible;
}
.timeline-footer .date-block .date-block-container::after {
	content: '';
	clear: both;
	display: table;
}

/* Span
--------------------------------------------------------- */
.timeline-footer .date-block span {
	color: #121212;
	font-size: 14px;
	margin-bottom: 10px;
}

/* Icon
--------------------------------------------------------- */
.timeline-footer .date-block i {
	top: -10px;
	left: -29px;
	z-index: 10;
	color: #d32f2f;
	padding: 10px 5px;
	margin: 0 0 0 1px;
	position: absolute;
	background-color: #ffffff;
}
.grey-section .timeline-footer .date-block i { background-color: #f7f7f7; }



/* Link
----------------------------------------------------------------------------- */
.timeline-footer h4 a { color: #121212; }
.timeline-footer h4 a:hover { color: #d32f2f; }


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.timeline-header .image-block {
	z-index: 10;
	overflow: visible;
}

/* Image Link
--------------------------------------------------------- */
.timeline-header .image-block a {
	width: 100%;
	display: block;
	overflow: hidden;
	border-radius: 50%;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Image
--------------------------------------------------------- */
.timeline-header .image-block img {
	border-radius: 50%;
	position: static !important;

	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}



/* Center
============================================================================= */
/* Line
----------------------------------------------------------------------------- */
.timeline-block-center .timeline-footer::after { display: none; }
.timeline-block-center .timeline-block-container::before {
	top: 0;
	left: 50%;
	width: 2px;
	content: '';
	height: 100%;
	margin-left: -1px;
	position: absolute;
	background-color: #dddddd;
}


/* Title
----------------------------------------------------------------------------- */
.timeline-block-center .timeline-block-title {
	left: 50%;
	width: 50%;
	margin: 0 0 0 -24px;
}
.timeline-block-center .timeline-block-title ~ .timeline-block-item { padding-left: 0; }


/* Item
----------------------------------------------------------------------------- */
.timeline-block-center .timeline-block-item {
	width: 50%;
	float: left;
}


/* odd items
----------------------------------------------------------------------------- */
.timeline-block-center .timeline-block-item:nth-child(odd),
.timeline-block-center .timeline-block-title ~ .timeline-block-item:nth-child(even) {
	clear: both;
}
.timeline-block-center .timeline-block-title ~ .timeline-block-item:nth-child(even) {
	float: left;
	margin-top: 0;
}


/* even items
----------------------------------------------------------------------------- */
.timeline-block-center .timeline-block-item:nth-child(even),
.timeline-block-center .timeline-block-title ~ .timeline-block-item:nth-child(odd) {
	float: right;
	clear: right;
	margin-top: 80px;
}


/* header
----------------------------------------------------------------------------- */
.timeline-block-center .timeline-block-item .timeline-header + .timeline-footer {
	padding-top: 116px;
	padding-bottom: 30px;
}

.timeline-block-center .timeline-block-item .timeline-header { left: 22px; }
.timeline-block-center .timeline-block-item:nth-child(odd) .timeline-header {
	left: auto;
	right: 22px;
}


/* Footer
----------------------------------------------------------------------------- */
.timeline-block-center .timeline-block-item:nth-child(odd) .timeline-footer,
.timeline-block-center .timeline-block-title ~ .timeline-block-item:nth-child(even) .timeline-footer {
	padding-left: 0;
	text-align: right;
	padding-right: 22px;
}

.timeline-block-center .timeline-block-item:nth-child(even) .timeline-footer,
.timeline-block-center .timeline-block-title ~ .timeline-block-item:nth-child(odd) .timeline-footer {
	text-align: left;
	padding-right: 0;
	padding-left: 22px;
}


/* Date Block
----------------------------------------------------------------------------- */
/* Span
--------------------------------------------------------- */
.timeline-block-center .timeline-block-item:nth-child(odd) .timeline-footer .date-block-container > span,
.timeline-block-center .timeline-block-title ~ .timeline-block-item:nth-child(even) .timeline-footer .date-block-container > span {
	float: right;
}

.timeline-block-center .timeline-block-item:nth-child(even) .timeline-footer .date-block-container > span,
.timeline-block-center .timeline-block-title ~ .timeline-block-item:nth-child(odd) .timeline-footer .date-block-container > span {
	float: left;
}

/* Icon
--------------------------------------------------------- */
.timeline-block-center .timeline-block-item:nth-child(odd) .timeline-footer .date-block i,
.timeline-block-center .timeline-block-title ~ .timeline-block-item:nth-child(even) .timeline-footer .date-block i {
	left: auto;
	right: -33px;
}

.timeline-block-center .timeline-block-item:nth-child(even) .timeline-footer .date-block i,
.timeline-block-center .timeline-block-title ~ .timeline-block-item:nth-child(odd) .timeline-footer .date-block i {
	left: -34px;
	right: auto;
}




/* =============================================================================
43. Events Table Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.events-table-block-container {
	z-index: 1;
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 0 0 10px;
	border-radius: 2px;
	position: relative;
	margin: 0 auto 30px;
	background-color: #ffffff;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Table
============================================================================= */
/* Table Header
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.ui-datepicker-header {
	color: #121212;
	font-size: 16px;
	font-weight: 500;
	overflow: hidden;
	line-height: 45px;
	text-align: right;
	position: relative;
	padding: 5px 20px 0;
	border-bottom: 1px solid #dddddd;
}

/* Event Badge Count ( Month )
--------------------------------------------------------- */
.gfort-events-month-badge {
	float: left;
	color: #d32f2f;
	cursor: pointer;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}
.gfort-events-month-badge:hover { color: #121212; }

/* Title
--------------------------------------------------------- */
.ui-datepicker-title {
	float: left;
	margin-right: 10px;
}

/* Arrows
--------------------------------------------------------- */
.ui-datepicker-prev,
.ui-datepicker-next {
	top: 10px;
	width: 30px;
	height: 30px;
	color: #121212;
	font-size: 22px;
	overflow: hidden;
	text-align: center;
	border-radius: 50%;
	position: absolute;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.ui-datepicker-next { right: 15px; }
.ui-datepicker-prev { right: 55px; }
.ui-datepicker-prev::after,
.ui-datepicker-next::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 30px;
	position: absolute;
	font-family: 'FontAwesome';
}
.ui-datepicker-next::after {
	content: '\f105';
	padding-left: 2px;
}
.ui-datepicker-prev::after {
	content: '\f104';
	padding-right: 2px;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
	display: none;
}
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
	color: #ffffff;
	background-color: #d32f2f;
}


/* Table Content
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.ui-datepicker-calendar { width: 100%; }

/* Head
--------------------------------------------------------- */
.ui-datepicker-calendar thead { width: 100%; }

/* Days
--------------------------------------------------------- */
.ui-datepicker-calendar thead th span {
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	padding: 20px 0 10px;
	text-transform: uppercase;
}

/* Cell
--------------------------------------------------------- */
.ui-datepicker-calendar tr td {
	width: 7%;
	position: relative;
}

/* Link
--------------------------------------------------------- */
.ui-datepicker-calendar tr td a,
.ui-datepicker-calendar tr td span {
	width: 100%;
	color: #121212;
	display: block;
	padding: 10px 0;
	cursor: default;
	text-align: center;
	position: relative;
	border-color: #dddddd;
	outline: none !important;

	-webkit-transition: border-color 0.30s ease-in-out;
	-moz-transition: border-color 0.30s ease-in-out;
	-o-transition: border-color 0.30s ease-in-out;
	transition: border-color 0.30s ease-in-out;
}
.ui-datepicker-calendar tr td a.has-event {
	padding: 0;
	width: 36px;
	height: 36px;
	cursor: pointer;
	margin: 3px auto;
	line-height: 32px;
	border-radius: 50%;
	border: 2px solid #dddddd;
}
.ui-datepicker-calendar tr td a.has-event.highlight-event-day { border-color: #d32f2f; }
.ui-datepicker-calendar tr td span {
	opacity: 0.50;
	cursor: not-allowed;
}



/* Events List
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.events-table-list {
	right: 0;
	top: 51px;
	bottom: 0;
	z-index: 5;
	width: 240px;
	position: absolute;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-right: -250px;
	background-color: #ffffff;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;

	-webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.events-table-list.correct-position { margin-right: 0; }


/* Container
----------------------------------------------------------------------------- */
.events-table-list-container {
	width: 100%;
	display: block;
	padding: 0 15px;
	overflow: hidden;
}



/* Close Button
============================================================================= */
.events-table-list-close {
	top: 65px;
	z-index: 15;
	width: 32px;
	height: 32px;
	right: -32px;
	color: #121212;
	font-size: 14px;
	cursor: pointer;
	overflow: hidden;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	background-color: #ffffff;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.events-table-list-close:hover {
	color: #ffffff;
	background-color: #d32f2f;
}
.events-table-list-close.correct-position { right: 225px; }



/* Item
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.events-table-list-container .content-block {
	top: 0;
	opacity: 0;
	display: none;
	position: relative;
}


/* Container
----------------------------------------------------------------------------- */
.events-table-list-container .content-block-container { margin-bottom: 0; }


/* Main Link
----------------------------------------------------------------------------- */
.events-table-list-container .content-block-container a {
	width: 100%;
	padding: 20px;
	color: #121212;
	display: block;
	border-bottom: 1px solid #dddddd;
}
.events-table-list-container .content-block-container a:hover { background-color: #ebebeb; }


/* Typography
----------------------------------------------------------------------------- */
.events-table-list-container .content-block-container h6 { margin-bottom: 5px; }


/* Date Block
----------------------------------------------------------------------------- */
.events-table-list-container .content-block-container .date-block-container { margin-bottom: 0; }
.events-table-list-container .content-block-container .date-block-container > span { margin: 0 5px 0 0; }
.events-table-list-container .content-block-container .date-block-container > span:last-child { margin-right: 0; }




/* =============================================================================
44. Event Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.event-block-container {
	padding: 0;
	z-index: 3;
	width: 100%;
	display: block;
	overflow: hidden;
	border-radius: 2px;
	position: relative;
	margin: 0 auto 30px;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Main Link
----------------------------------------------------------------------------- */
.event-block-container a.main-link {
	width: 100%;
	padding: 25px;
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 2px;

	background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(255, 255, 255, 0) 100%);
}


/* Timer
----------------------------------------------------------------------------- */
.event-block-container a.main-link .timer-block-container > div p { margin-bottom: 0 !important; }


/* Title
----------------------------------------------------------------------------- */
.event-block-container a.main-link > h4 {
	left: 0;
	top: 45%;
	margin: 0;
	opacity: 0;
	z-index: 3;
	width: auto;
	color: #ffffff;
	max-width: 100%;
	padding: 0 25px;
	position: absolute;

	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}


/* Date Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.event-block-container a.main-link .date-block {
	overflow: visible;
	margin-top: 210px;
}

/* Container
--------------------------------------------------------- */
.event-block-container a.main-link .date-block-container {
	margin: 0 auto;
	position: static;
	overflow: visible;
}

/* Span
--------------------------------------------------------- */
.event-block-container a.main-link .date-block-container > span {
	margin: 0;
	width: 100%;
	display: block;
	font-size: 18px;
}
.event-block-container a.main-link .date-block span:nth-child(2) {
	font-size: 16px;
	padding-top: 10px;
}
.event-block-container a.main-link .date-block span:nth-child(3) {
	bottom: 30px;
	right: -57px;
	width: 200px;
	color: #ffffff;
	padding: 8px 0;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	position: absolute;
	background-color: #d32f2f;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


/* Hover
----------------------------------------------------------------------------- */
.event-block-container a.main-link:hover > h4 {
	opacity: 1;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}


/* Style 1
============================================================================= */
.event-block-style-1 * { color: #ffffff; }



/* Style 2
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.event-block-style-2 .event-block-container {
	padding: 25px;
	border: 2px solid #d32f2f;
	background-color: #ffffff;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/* Date Block
----------------------------------------------------------------------------- */
.event-block-style-2 .date-block-container { margin-bottom: 0; }




/* =============================================================================
45. Accordion Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.accordion-block-container {
	width: 100%;
	display: block;
	overflow: hidden;
	border-radius: 2px;
	margin: 0 auto 30px;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Panel Group
----------------------------------------------------------------------------- */
.accordion-block-container .panel-group { margin-bottom: 0; }


/* Panel
----------------------------------------------------------------------------- */
.accordion-block-container .panel-group .panel {
	border: 0;
	border-radius: 0;
	overflow: hidden;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.accordion-block-container .panel-group .panel + .panel {
	margin-top: 0;
	border-top: 1px solid #dddddd;
}


/* Panel Body
----------------------------------------------------------------------------- */
.accordion-block-container .panel-heading + .panel-collapse > .panel-body {
	padding: 25px;
	border-top-color: #dddddd;
}


/* Panel Heading
----------------------------------------------------------------------------- */
.accordion-block-container .panel-heading {
	padding: 0;
	overflow: hidden;
	border-radius: 0;
	border-color: transparent;
	background-color: transparent;
}


/* Panel Title / Link
----------------------------------------------------------------------------- */
.accordion-block-container .panel-title { font-weight: 500; }
.accordion-block-container .panel-title a {
	width: 100%;
	color: #d32f2f;
	display: block;
	overflow: hidden;
	padding: 20px 25px;
	position: relative;
}
.accordion-block-container .panel-title a::after {
	top: 0;
	right: 25px;
	font-size: 20px;
	padding: 21px 0;
	content: '\f102';
	line-height: 19px;
	position: absolute;
	font-family: 'FontAwesome';
}
.accordion-block-container .panel-title a.collapsed { color: #121212; }
.accordion-block-container .panel-title a.collapsed::after { content: '\f103'; }
.accordion-block-container .panel-title a:hover { background-color: #ebebeb; }




/* =============================================================================
46. Tab Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.tab-block-container {
	z-index: 3;
	padding: 0;
	width: 100%;
	display: block;
	margin: 0 auto;
	position: relative;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.tab-block-container .post-header::after {
	content: '';
	clear: both;
	display: table;
}


/* Nav Tabs ( List )
----------------------------------------------------------------------------- */
ul.nav-tabs {
	margin: 0;
	padding: 0;
	line-height: 0;
	border-color: #dddddd;
}
ul.nav-tabs.text-center > li {
	float: none;
	display: inline-block;
}


/* Nav Tabs ( Items )
----------------------------------------------------------------------------- */
ul.nav-tabs > li { margin-bottom: -1px; }


/* Nav Tabs ( Link )
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
ul.nav-tabs > li > a {
	color: #121212;
	overflow: hidden;
	outline: none !important;
	border-radius: 2px 2px 0 0;
}

/* Span
--------------------------------------------------------- */
ul.nav-tabs > li > a span { float: left; }
ul.nav-tabs > li > a span:nth-last-child(2) { width: 80%; }
ul.nav-tabs > li > a span:nth-child(2) { width: 20%; }

/* Active
--------------------------------------------------------- */
ul.nav-tabs > li.active > a,
ul.nav-tabs > li.active > a:focus,
ul.nav-tabs > li.active > a:hover {
	color: #121212;
	border: 1px solid #dddddd;
	/*background-color: #ffffff;*/
	border-bottom-color: transparent;
}

/* Hover
--------------------------------------------------------- */
ul.nav-tabs > li > a:hover {
	background-color: #ebebeb;
	border-color: #dddddd #dddddd #dddddd;
}
.grey-section ul.nav-tabs > li.active > a,
.grey-section ul.nav-tabs > li.active > a:focus,
.grey-section ul.nav-tabs > li.active > a:hover {
	background-color: #f7f7f7;
}

/* Button
------------------------------------- */
ul.nav-tabs > li.tab-button {
	float: right;
}

ul.nav-tabs > li.tab-button > a {
	margin: 0;
	z-index: 2;
	color: #ffffff;
	font-weight: 600;
	position: relative;
	border-color: #d32f2f;
	background-color: #d32f2f;
}
ul.nav-tabs > li.tab-button > a::after {
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 2px;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.15);

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}

ul.nav-tabs > li.tab-button > a i { margin-right: 10px; }
ul.nav-tabs > li.tab-button > a:hover::after { opacity: 1; }


/* Tab Content
----------------------------------------------------------------------------- */
.tab-content {
	position: relative;
	padding: 30px 0 0;
}
/*.tab-content::after {
top: -1px;
left: -250%;
content: '';
height: 1px;
z-index: -1;
width: 1500%;
position: absolute;
background-color: #dddddd;
}*/

.tab-content .tab-pane { margin: 0 -15px; }
.tab-pane::after {
	content: '';
	clear: both;
	display: table;
}



/* Vertical Tabs Block
============================================================================= */
/* Nav Tabs ( List )
----------------------------------------------------------------------------- */
.vertical-tab-block ul.nav-tabs {
	width: 20%;
	float: left;
	border-bottom: 0;
	padding-right: 15px;
	margin-bottom: 30px;
}


/* Nav Tabs ( Items )
----------------------------------------------------------------------------- */
.vertical-tab-block ul.nav-tabs > li {
	width: 100%;
	margin-bottom: 0;
	border-bottom: 1px solid #dddddd;
}
.vertical-tab-block ul.nav-tabs > li:last-child { border-bottom: 0; }


/* Nav Tabs ( Link )
----------------------------------------------------------------------------- */
.vertical-tab-block ul.nav-tabs > li > a {
	border: 0;
	margin: 0;
	width: 100%;
	display: block;
	font-weight: 500;
	border-radius: 0;
	padding: 15px 20px;
	background-color: #ebebeb;
}
.vertical-tab-block ul.nav-tabs > li > a:hover { background-color: #dddddd; }
.vertical-tab-block ul.nav-tabs > li.active > a,
.vertical-tab-block ul.nav-tabs > li.active > a:focus,
.vertical-tab-block ul.nav-tabs > li.active > a:hover {
	border: 0;
	color: #ffffff;
	font-weight: 600;
	background-color: #d32f2f;
}


/* Tab Content
----------------------------------------------------------------------------- */
.vertical-tab-block .tab-content {
	width: 80%;
	float: left;
	padding: 0 0 0 15px;
}
.vertical-tab-block .tab-content::after { display: none; }



/* Style 1
============================================================================= */
.vertical-tab-block-style-1 ul.nav-tabs {
	width: 50%;
	padding: 52px 0 0;
}
.vertical-tab-block-style-1 .tab-content {
	width: 50%;
	padding: 0;
}



/* Schedule Tabs Block
============================================================================= */
/* Nav Tabs ( List )
----------------------------------------------------------------------------- */
.schedule-tab-block ul.nav-tabs { text-align: center; }


/* Nav Tabs ( Items )
----------------------------------------------------------------------------- */
.schedule-tab-block ul.nav-tabs > li {
	float: none;
	display: inline-block;
}




/* =============================================================================
47. Team Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.wide-block.team-block:last-child { margin-bottom: 30px !important; }
.gfort-swiper-slider .team-block { padding-top: 2px; }


/* Container
----------------------------------------------------------------------------- */
.team-block-container {
	z-index: 3;
	width: 100%;
	display: block;
	position: relative;
	margin: 0 auto 30px;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.team-block-container::after {
	content: '';
	clear: both;
	display: table;
}


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.team-block-container .image-block {
	margin-left: 0;
	margin-bottom: 25px !important;
}
.team-block-container .image-block:last-child { margin-bottom: 0 !important; }

/* Image
--------------------------------------------------------- */
.team-block-container .image-block img {
	border-radius: 2px;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Signature Block
----------------------------------------------------------------------------- */
.team-block-container .signature-block-container { margin-top: 30px; }


/* Title
----------------------------------------------------------------------------- */
.team-block-container .team-block-title {
	width: 100%;
	z-index: 15;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0 auto 15px;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}
.team-block-container .team-block-title:last-child { margin-bottom: 0; }


/* Typography
----------------------------------------------------------------------------- */
/* Heading
--------------------------------------------------------- */
.team-block-container .team-block-title h2,
.team-block-container .team-block-title h3,
.team-block-container .team-block-title h4,
.team-block-container .team-block-title h5,
.team-block-container .team-block-title h6 {
	margin-bottom: 5px;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}

/* h4
--------------------------------------------------------- */
.team-block-container .team-block-title h4 { margin-bottom: 2px; }
.team-block-container .team-block-title h2 + h4 {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.team-block-container .team-block-title h2 + h4::after {
	left: 0;
	bottom: 0;
	width: 40px;
	height: 3px;
	content: '';
	display: block;
	position: absolute;
	background-color: #121212;
}

/* p
--------------------------------------------------------- */
.team-block-container p:first-of-type { margin-top: -5px; }


/* Link
----------------------------------------------------------------------------- */
.team-block-container .team-block-title a { display: inline-block; }
.team-block-container .team-block-title a,
.team-block-container .team-block-title h6 a:hover {
	color: #121212;
}
.team-block-container .team-block-title h6 a,
.team-block-container .team-block-title a:hover {
	color: #d32f2f;
}


/* Date Block
----------------------------------------------------------------------------- */
/* Container
--------------------------------------------------------- */
.team-block-container .date-block-container,
.team-block-container .date-block-container span {
	margin-bottom: 0;
}


/* Social Icons
----------------------------------------------------------------------------- */
.team-block-container .social-icons-block {
	padding-top: 15px;
	margin-bottom: -5px;
}
.team-block-container .team-block-title + .social-icons-block { padding-top: 0; }


/* popover
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.team-popover {
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 0 !important;
}

/* Arrow
--------------------------------------------------------- */
.team-popover.popover.bottom > .arrow { border-color: transparent; }

/* Content
--------------------------------------------------------- */
.team-popover .popover-content { padding: 20px; }

/* Typography
--------------------------------------------------------- */
.team-popover .team-block-title,
.team-popover .team-block-title * {
	margin-bottom: 0;
}

/* Link
--------------------------------------------------------- */
.team-popover .team-block-title a { color: #121212; }
.team-popover .team-block-title a:hover { color: #d32f2f; }


/* List
----------------------------------------------------------------------------- */
.team-block-container ul {
	margin-top: 0;
	list-style: none;
}



/* Style 1
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.team-block-style-1 .team-block-container {
	border-radius: 2px;
	text-align: center;
	padding: 50px 25px;
	background-color: #ffffff;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapepr
--------------------------------------------------------- */
.team-block-style-1 .image-block {
	width: 120px;
	margin-left: auto;
}

/* Image
--------------------------------------------------------- */
.team-block-style-1 .image-block img { border-radius: 50%; }



/* Style 2
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.team-block-style-2 .team-block-container { text-align: center; }


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapepr
--------------------------------------------------------- */
.team-block-style-2 .image-block {
	width: 190px;
	margin-left: auto;
}

/* Image
--------------------------------------------------------- */
.team-block-style-2 .image-block img { border-radius: 50%; }



/* Style 3
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.team-block-style-3 .team-block-container {
	min-height: 170px;
	border-radius: 2px;
	background-color: #ffffff;
	padding: 28px 25px 25px 170px;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.team-block-style-3 .team-block-container.text-right { padding: 28px 170px 25px 25px; }


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapepr
--------------------------------------------------------- */
.team-block-style-3 .image-block {
	top: 25px;
	left: 25px;
	width: 120px;
	position: absolute;
}
.team-block-style-3 .team-block-container.text-right .image-block {
	left: auto;
	right: 25px;
}

/* Image
--------------------------------------------------------- */
.team-block-style-3 .image-block img { border-radius: 50%; }


/* Social Icons
----------------------------------------------------------------------------- */
.team-block-style-3 .social-icons-block {
	margin: 0;
	padding: 0;
	top: 100px;
	left: 25px;
	width: auto;
	position: absolute;
}
.team-block-style-3 .team-block-container.text-right .social-icons-block {
	left: auto;
	right: 25px;
}



/* Style 4
============================================================================= */
/* Image Block
----------------------------------------------------------------------------- */
.team-block-style-4 .image-block { margin: 0 auto !important; }


/* Title
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.team-block-style-4 .team-block-title {
	left: 0;
	bottom: 0;
	margin: 0;
	position: absolute;
}

/* h4
--------------------------------------------------------- */
.team-block-style-4 .team-block-title h4 {
	margin: 0;
	float: left;
	font-size: 18px;
	display: inline-block;
	background-color: #121212;
}

/* h6
--------------------------------------------------------- */
.team-block-style-4 .team-block-title h6 {
	margin: 0;
	float: left;
	clear: left;
	color: #ffffff;
	display: inline-block;
	padding: 10px 20px 8px;
	border-radius: 0 0 0 2px;
	background-color: #d32f2f;
}

/* Link
--------------------------------------------------------- */
.team-block-style-4 .team-block-title h4 a {
	color: #ffffff;
	display: block;
	line-height: 22px;
	padding: 10px 20px 8px;
}



/* Style 5
============================================================================= */
/* Main Link
----------------------------------------------------------------------------- */
.team-block-style-5 a.main-link {
	width: 100%;
	display: block;
	overflow: hidden;
	border-radius: 2px;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.team-block-style-5 .image-block { margin-bottom: 0 !important; }

/* Image
--------------------------------------------------------- */
.team-block-style-5 .image-block img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Title
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.team-block-style-5 .team-block-title {
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	border-radius: 2px;
	position: absolute;
}

/* Heading
--------------------------------------------------------- */
.team-block-style-5 h4,
.team-block-style-5 h6 {
	left: 0;
	opacity: 0;
	width: 100%;
	color: #ffffff;
	text-align: center;
	position: absolute;
	text-transform: uppercase;
}
.team-block-style-5 h4 {
	bottom: 50%;
	font-size: 22px;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.team-block-style-5 h6 {
	top: 50%;
	font-size: 18px;

	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}


/* Hover
----------------------------------------------------------------------------- */
.team-block-style-5 .team-block-container:hover .team-block-title { background-color: rgba(0, 0, 0, 0.80); }
.team-block-style-5 .team-block-container:hover h4,
.team-block-style-5 .team-block-container:hover h6 {
	opacity: 1;

	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}



/* Style 6
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.team-block-style-6 { margin-bottom: 30px; }

.team-block-style-6:nth-child(2n+1) { clear: left; }
.title-block ~ .team-block-style-6:nth-child(2n) { clear: left; }
.title-block ~ .team-block-style-6:nth-child(2n+1) { clear: none; }

.team-block-style-6:last-child,
.team-block-style-6:nth-last-child(2) {
	margin-bottom: 0;
}


/* Container
----------------------------------------------------------------------------- */
.team-block-style-6 .team-block-container {
	min-height: 170px;
	padding-left: 145px;
}
.team-block-style-6 .team-block-container.text-right {
	padding-left: 0;
	padding-right: 145px;
}


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.team-block-style-6 .image-block {
	top: 0;
	left: 0;
	width: 120px;
	position: absolute;
}
.team-block-style-6 .team-block-container.text-right .image-block {
	right: 0;
	left: auto;
}

/* Image
--------------------------------------------------------- */
.team-block-style-6 .image-block img { border-radius: 50%; }



/* Style 7
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.team-block-style-7:nth-child(2n+1) { clear: left; }
.title-block ~ .team-block-style-7:nth-child(2n) { clear: left; }
.title-block ~ .team-block-style-7:nth-child(2n+1) { clear: none; }


/* Container
----------------------------------------------------------------------------- */
.team-block-style-7 .team-block-container {
	min-height: 192px;
	padding-left: 170px;
}
.team-block-style-7 .team-block-container.text-right {
	padding-left: 0;
	padding-right: 170px;
}


/* Image Block
----------------------------------------------------------------------------- */
.team-block-style-7 .image-block {
	top: 0;
	left: 0;
	width: 145px;
	position: absolute;
}
.team-block-style-7 .team-block-container.text-right .image-block {
	right: 0;
	left: auto;
}



/* Style 8
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.team-block-style-8 .team-block-container { text-align: center; }


/* Image Block
----------------------------------------------------------------------------- */
.team-block-style-8 .image-block { margin-bottom: 0 !important; }


/* Title
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.team-block-style-8 .team-block-title {
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	border-radius: 2px;
	position: absolute;
}

/* Heading
--------------------------------------------------------- */
.team-block-style-8 .team-block-title h4,
.team-block-style-8 .team-block-title h6 {
	margin: 0;
}

.team-block-style-8 .team-block-title h4 {
	bottom: 0;
	left: 25px;
	right: 25px;
	position: absolute;
	background-color: #ffffff;
	border-radius: 2px 2px 0 0;
}

.team-block-style-8 .team-block-title h6 {
	left: 0;
	top: 50%;
	opacity: 0;
	width: 100%;
	color: #ffffff;
	font-size: 20px;
	position: absolute;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* Link
--------------------------------------------------------- */
.team-block-style-8 .team-block-title h4 a {
	display: block;
	padding: 15px 15px 10px;
}


/* Hover
----------------------------------------------------------------------------- */
.team-block-style-8 .team-block-container:hover .team-block-title { background-color: rgba(0, 0, 0, 0.80); }
.team-block-style-8 .team-block-container:hover .team-block-title h6 {
	opacity: 1;

	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}



/* Style 9
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.team-block-style-9 .team-block-container { text-align: center; }


/* Main Link
----------------------------------------------------------------------------- */
.team-block-style-9 a.main-link {
	width: 100%;
	display: block;
	overflow: hidden;
	border-radius: 2px;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.team-block-style-9 .image-block { margin-bottom: 0 !important; }

/* Image
--------------------------------------------------------- */
.team-block-style-9 .image-block img {
	border-radius: 2px 2px 0 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/* Title
----------------------------------------------------------------------------- */
.team-block-style-9 .team-block-title h4 {
	width: 100%;
	margin: 0;
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 15px 15px 10px;
	background-color: #d32f2f;
}



/* Style 10
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.team-block-style-10 .team-block-container {
	padding: 25px;
	overflow: hidden;
	border-radius: 2px;
	text-align: center;
	background-color: #ffffff;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.team-block-style-10 .image-block {
	width: auto;
	display: block;
	margin: -25px -25px 25px;
}

/* Image
--------------------------------------------------------- */
.team-block-style-10 .image-block img {
	border-radius: 2px 2px 0 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}



/* Style 11
============================================================================= */
/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.team-block-style-11 .image-block { margin: 0 auto !important; }

/* Image
--------------------------------------------------------- */
.team-block-style-11 .image-block img { border-radius: 50%; }


/* Title
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.team-block-style-11 .team-block-title {
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0 0 0 4%;
	position: absolute;
}

/* h4
--------------------------------------------------------- */
.team-block-style-11 .team-block-title h4 {
	margin: 0;
	float: left;
	font-size: 18px;
	display: inline-block;
	background-color: #121212;
}

/* h6
--------------------------------------------------------- */
.team-block-style-11 .team-block-title h6 {
	float: left;
	clear: left;
	color: #ffffff;
	margin: 0 0 0 15px;
	padding: 10px 20px 8px;
	background-color: #d32f2f;
}

/* Link
--------------------------------------------------------- */
.team-block-style-11 .team-block-title h4 a {
	color: #ffffff;
	display: block;
	line-height: 22px;
	padding: 10px 20px 8px;
}



/* Style 12
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.team-block-style-12:nth-child(2n+1) { clear: left; }
.title-block ~ .team-block-style-12:nth-child(2n) { clear: left; }
.title-block ~ .team-block-style-12:nth-child(2n+1) { clear: none; }


/* Container
----------------------------------------------------------------------------- */
.team-block-style-12 .team-block-container {
	padding: 25px;
	min-height: 175px;
	border-radius: 2px;
	padding-left: 195px;
	background-color: #ffffff;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.team-block-style-12 .team-block-container.text-right {
	padding-left: 0;
	padding-right: 195px;
}


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.team-block-style-12 .image-block {
	top: 0;
	left: 0;
	width: 175px;
	height: 100%;
	overflow: hidden;
	position: absolute;
}
.team-block-style-12 .team-block-container.text-right .image-block {
	right: 0;
	left: auto;
}

/* Image
--------------------------------------------------------- */
.team-block-style-12 .image-block img {
	left: 50% !important;
	width: auto !important;
	height: 100% !important;
	border-radius: 2px 0 0 2px;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	-webkit-transform: translateX(-51%);
	-moz-transform: translateX(-51%);
	-ms-transform: translateX(-51%);
	-o-transform: translateX(-51%);
	transform: translateX(-51%);
}
.team-block-style-12 .team-block-container.text-right .image-block img {
	border-radius: 0 2px 2px 0;

	-webkit-transform: translateX(-49%);
	-moz-transform: translateX(-49%);
	-ms-transform: translateX(-49%);
	-o-transform: translateX(-49%);
	transform: translateX(-49%);
}



/* Style 13
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.team-block-style-13 .team-block-container { text-align: center; }


/* Main Link
----------------------------------------------------------------------------- */
.team-block-style-13 a.main-link {
	width: 100%;
	display: block;
}
.team-block-style-13 a.main-link:hover * { color: #d32f2f; }


/* Image
----------------------------------------------------------------------------- */
.team-block-style-13 .image-block img {
	border-radius: 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}



/* Style 14
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.team-block-style-14 .team-block-container { text-align: center; }


/* Title
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.team-block-style-14 .team-block-title {
	width: auto;
	border-radius: 2px;
	padding: 15px 15px 8px;
	margin: -64px 25px 25px;
	background-color: #ffffff;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}



/* Style 15
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.team-block-style-15:nth-child(3n+1) { clear: left; }
.title-block ~ .team-block-style-15:nth-child(3n+2) { clear: left; }
.title-block ~ .team-block-style-15:nth-child(3n+1) { clear: none; }


/* Container
----------------------------------------------------------------------------- */
.team-block-style-15 .team-block-container {
	padding: 25px;
	min-height: 140px;
	border-radius: 2px;
	padding-left: 140px;
	background-color: #ffffff;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.team-block-style-15 .team-block-container.text-right {
	padding-left: 0;
	padding-right: 140px;
}


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.team-block-style-15 .image-block {
	top: 50%;
	left: 25px;
	width: 90px;
	margin-top: -45px;
	position: absolute;
}
.team-block-style-15 .team-block-container.text-right .image-block {
	left: auto;
	right: 25px;
}

/* Image
--------------------------------------------------------- */
.team-block-style-15 .image-block img { border-radius: 50%; }




/* =============================================================================
48. Client Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.client-block-container {
	padding: 0;
	z-index: 3;
	width: 100%;
	display: block;
	position: relative;
	margin: 0 auto 30px;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


/* Main Link
----------------------------------------------------------------------------- */
.client-block-container a.main-link {
	width: 100%;
	display: block;
	overflow: hidden;
	outline: none !important;
}


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.client-block-container .image-block { margin-bottom: 0 !important; }

/* Image
--------------------------------------------------------- */
.client-block-container .image-block img {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}



/* Style 1
============================================================================= */
/* Main Link
----------------------------------------------------------------------------- */
.client-block-style-1 a.main-link {
	opacity: 0.60;
	border-radius: 2px;
	margin: 3px auto 0;
	padding: 20px 15px;
	background-color: #ffffff;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Hover
----------------------------------------------------------------------------- */
.client-block-style-1 a.main-link:hover { opacity: 1; }



/* Style 2
============================================================================= */
/* Image
----------------------------------------------------------------------------- */
.client-block-style-2 .image-block img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

/* Hover
----------------------------------------------------------------------------- */
.client-block-style-2 .client-block-container:hover .image-block img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: none;
}




/* =============================================================================
49. Testimonials Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.testimonials-block-container {
	width: 100%;
	display: block;
	position: relative;
	margin: 0 auto 30px;
}
.testimonials-block-container::after {
	content: '';
	clear: both;
	display: table;
}


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.testimonials-block-container .image-block {
	width: 90px;
	margin-left: 0;
	border-radius: 50%;
	margin-bottom: 25px !important;
}

/* Image
--------------------------------------------------------- */
.testimonials-block-container .image-block img {
	border-radius: 50%;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Title
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.testimonials-block-container .testimonials-block-title {
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.testimonials-block-container .testimonials-block-title:last-child { margin-bottom: 0; }

/* h4 / h5
--------------------------------------------------------- */
.testimonials-block-container .testimonials-block-title h4,
.testimonials-block-container .testimonials-block-title h5 {
	margin-bottom: 0;
}
.testimonials-block-container .testimonials-block-title h4 + h5 { color: #515151; }

/* small
--------------------------------------------------------- */
.testimonials-block-container h4 small {
	font-size: 85%;
	line-height: 23px;
	vertical-align: top;
	display: inline-block;
}


/* Description
----------------------------------------------------------------------------- */
.testimonials-block-container .testimonials-block-desc {
	width: 100%;
	display: block;
	position: relative;
}



/* Style 1
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.testimonials-block-style-1 .testimonials-block-container {
	margin-top: 5px;
	margin-bottom: 25px;
}


/* Description
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.testimonials-block-style-1 .testimonials-block-desc {
	padding: 25px;
	border-radius: 2px;
	background-color: #ffffff;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}

/* Arrow
--------------------------------------------------------- */
.testimonials-block-style-1 .testimonials-block-desc::after,
.testimonials-block-style-1 .testimonials-block-desc::before {
	width: 0;
	height: 0;
	content: '';
	position: absolute;
}
.testimonials-block-style-1 .testimonials-block-desc::after {
	left: 20px;
	bottom: -25px;
	border-top: 25px solid #ffffff;
	border-right: 30px solid transparent;
}
.testimonials-block-style-1 .testimonials-block-desc::before {
	left: 18px;
	bottom: -29px;
	border-right: 32px solid transparent;
	border-top: 28px solid rgba(0, 0, 0, 0.05);
}


/* Image Block
----------------------------------------------------------------------------- */
.testimonials-block-style-1 .image-block {
	width: 64px;
	vertical-align: top;
	display: inline-block;
	margin: 15px 0 0 35px !important;
}


/* Title
----------------------------------------------------------------------------- */
.testimonials-block-style-1 .testimonials-block-title { padding: 10px 0 0 50px; }
.testimonials-block-style-1 .testimonials-block-title h4 { font-size: 18px; }

.testimonials-block-style-1 .image-block + .testimonials-block-title {
	width: auto;
	vertical-align: top;
	display: inline-block;
	padding: 25px 0 0 10px;
}



/* Style 2
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.testimonials-block-style-2 .testimonials-block-container {
	padding: 25px;
	margin-top: 3px;
	border-radius: 2px;
	text-align: center;
	background-color: #ffffff;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Image Block
----------------------------------------------------------------------------- */
.testimonials-block-style-2 .image-block { margin-left: auto; }


/* Description
----------------------------------------------------------------------------- */
.testimonials-block-style-2 .testimonials-block-desc {
	text-align: left;
	padding-top: 10px;
	padding-left: 40px;
	position: relative;
}
.testimonials-block-style-2 .testimonials-block-desc::before {
	top: 14px;
	left: 1px;
	color: #121212;
	font-size: 18px;
	content: '\f10d';
	line-height: 18px;
	position: absolute;
	font-family: 'FontAwesome';
}



/* Style 3
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.testimonials-block-style-3 .testimonials-block-container::before {
	top: 3px;
	left: 1px;
	color: #121212;
	font-size: 18px;
	content: '\f10d';
	line-height: 18px;
	position: absolute;
	font-family: 'FontAwesome';
}



/* Image Block
----------------------------------------------------------------------------- */
.testimonials-block-style-3 .image-block {
	width: 64px;
	float: left;
	margin-right: 15px;
	margin-bottom: 0 !important;
}


/* Title
----------------------------------------------------------------------------- */
.testimonials-block-style-3 .testimonials-block-title {
	width: auto;
	padding-top: 8px;
	display: inline-block;
}


/* Description
----------------------------------------------------------------------------- */
.testimonials-block-style-3 .testimonials-block-desc {
	padding-left: 40px;
	position: relative;
	padding-bottom: 20px;
}



/* Style 4
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.testimonials-block-style-4 .testimonials-block-container {
	margin-top: 5px;
	text-align: center;
}


/* Image Block
----------------------------------------------------------------------------- */
.testimonials-block-style-4 .image-block { margin-left: auto; }
.testimonials-block-style-4 .image-block img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/* Description
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.testimonials-block-style-4 .testimonials-block-desc {
	padding: 25px;
	border-radius: 2px;
	background-color: #ffffff;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}

/* Arrow
--------------------------------------------------------- */
.testimonials-block-style-4 .testimonials-block-desc::after,
.testimonials-block-style-4 .testimonials-block-desc::before {
	width: 0;
	height: 0;
	left: 50%;
	content: '';
	position: absolute;
}
.testimonials-block-style-4 .testimonials-block-desc::after {
	top: -15px;
	margin-left: -20px;
	border-bottom: 15px solid #ffffff;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
.testimonials-block-style-4 .testimonials-block-desc::before {
	top: -17px;
	margin-left: -22px;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	border-bottom: 17px solid rgba(0, 0, 0, 0.05);
}


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.testimonials-block-style-4 .image-block {
	width: auto;
	max-width: 50%;
	margin-bottom: 40px !important;
}

/* Image
--------------------------------------------------------- */
.testimonials-block-style-4 .image-block img {
	border-radius: 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}



/* Style 5
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.testimonials-block-style-5 .testimonials-block-container { text-align: center; }


/* Image Block
----------------------------------------------------------------------------- */
.testimonials-block-style-5 .image-block { margin-left: auto; }


/* Description
----------------------------------------------------------------------------- */
.testimonials-block-style-5 .testimonials-block-desc { padding: 0 0 25px; }
.testimonials-block-style-5 .image-block + .testimonials-block-desc { padding: 15px 0 25px; }



/* Style 6
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.testimonials-block-style-6 .testimonials-block-container {
	margin-top: 3px;
	border-radius: 2px;
	text-align: center;
	padding: 50px 25px 100px;
	background-color: #ffffff;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.testimonials-block-style-6 .testimonials-block-container::after {
	left: 50%;
	width: 20px;
	bottom: 40px;
	height: 28px;
	color: #515151;
	font-size: 28px;
	content: '\f10d';
	line-height: 28px;
	position: absolute;
	text-align: center;
	margin-left: -14px;
	font-family: 'FontAwesome';
}


/* Title
----------------------------------------------------------------------------- */
.testimonials-block-style-6 .testimonials-block-desc { padding-top: 15px; }



/* Style 7
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.testimonials-block-style-7 .testimonials-block-container {
	min-height: 90px;
	padding-left: 45px;
}


/* Description
----------------------------------------------------------------------------- */
.testimonials-block-style-7 .testimonials-block-desc {
	border-radius: 2px;
	background-color: #ffffff;
	padding: 25px 25px 25px 65px;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Title
----------------------------------------------------------------------------- */
.testimonials-block-style-7 .testimonials-block-title { padding-top: 15px; }


/* Image Block
----------------------------------------------------------------------------- */
.testimonials-block-style-7 .image-block {
	left: 0;
	top: 50%;
	margin-top: -45px;
	position: absolute;
	margin-bottom: 0 !important;
}



/* Style 8
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.testimonials-block-style-8 .testimonials-block-container {
	min-height: 120px;
	padding-left: 140px;
}

/* Image Block
----------------------------------------------------------------------------- */
.testimonials-block-style-8 .image-block {
	left: 0;
	width: 120px;
	position: absolute;
	margin-bottom: 0 !important;
}




/* =============================================================================
50. Schedule Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.schedule-block:last-child .schedule-block-container { margin-bottom: 30px; }
.schedule-block:nth-child(odd) .schedule-block-container { background-color: #ebebeb; }


/* Container
----------------------------------------------------------------------------- */
.schedule-block-container {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
	position: relative;
}
.schedule-block .schedule-block-container:hover { background-color: #dddddd; }


/* Link
----------------------------------------------------------------------------- */
.schedule-block-container a {
	color: #121212;
	display: inline-block;
}
.schedule-block-container a:hover { color: #d32f2f; }


/* Image Block
----------------------------------------------------------------------------- */
.schedule-block-container .image-block {
	top: 8px;
	left: 60%;
	width: 48px;
	height: 48px;
	overflow: hidden;
	margin-left: 15px;
	border-radius: 50%;
	position: absolute;
	margin-bottom: 0 !important;
}


/* Title
----------------------------------------------------------------------------- */
/* h6
--------------------------------------------------------- */
.schedule-block-container h6 {
	margin: 0;
	width: 35%;
	float: left;
	padding: 0 15px;
	line-height: 24px;
}
.schedule-block-container .image-block + h6 {
	width: 40%;
	padding: 0 15px 0 78px;
}


/* Date Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.schedule-block-container .date-block {
	width: 25%;
	float: left;
	padding: 0 15px;
}
.schedule-block-container .date-block *:not(i) { margin: 0; }

/* Container
--------------------------------------------------------- */
.schedule-block-container .date-block-container { font-size: 14px; }

/* span
--------------------------------------------------------- */
.schedule-block-container .date-block-container span { line-height: 24px; }




/* =============================================================================
51. Button Block
============================================================================= */
.button-block-container {
	width: 100%;
	display: block;
	max-width: 1140px;
	position: relative;
	margin: 0 auto 30px;
}
.button-block-container a.btn-gfort-image { margin-top: 20px; }




/* =============================================================================
52. Screenshots Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.screenshots-block-container {
	width: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
}


/* Screenshots Images Wrapper
----------------------------------------------------------------------------- */
.screenshots-images-wrapper {
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	position: absolute;
}


/* Images Wrapper
----------------------------------------------------------------------------- */
.screenshots-images-wrapper .images-wrapper {
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 71px 0;
	max-width: 600px;
	position: absolute;
}
.screenshots-images-wrapper .images-wrapper:nth-child(2) {
	z-index: -2;
	padding: 101px 0;
	max-width: 880px;
}
.screenshots-images-wrapper .images-wrapper:nth-child(3) {
	z-index: -3;
	padding: 131px 0;
	max-width: 1120px;
}


/* Images
----------------------------------------------------------------------------- */
.screenshots-images-wrapper .images-wrapper img {
	float: left;
	width: auto;
	height: 100%;
	border-radius: 2px;
	display: inline-block;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.screenshots-images-wrapper .images-wrapper img:last-child { float: right; }




/* =============================================================================
53. Signature Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.signature-block-container {
	width: 100%;
	display: block;
	margin: 0 auto 30px;
}


/* Image
----------------------------------------------------------------------------- */
.signature-block-container img {
	width: 100%;
	display: block;
	max-width: 200px;
}




/* =============================================================================
54. Skills Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.skills-block-container {
	z-index: 1;
	width: 100%;
	display: block;
	position: relative;
	margin: 0 auto 30px;
}


/* Image Block
----------------------------------------------------------------------------- */
.skills-block-container .image-block { margin-bottom: 25px !important; }


/* Title
----------------------------------------------------------------------------- */
.skills-block-container h4:last-child { margin-bottom: 0; }


/* Link
----------------------------------------------------------------------------- */
.skills-block-container h4 a { color: #121212; }
.skills-block-container h4 a:hover { color: #d32f2f; }




/* =============================================================================
55. Pricing Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.pricing-tables-wrapper {
	width: 100%;
	display: block;
	padding-top: 3px;
	overflow: hidden;
	position: relative;
}
.pricing-tables-wrapper.correct-border {
	padding: 0;
	margin-bottom: 30px;
}
.section-no-padding .pricing-tables-wrapper.correct-border { margin-bottom: 0; }


/* Container
----------------------------------------------------------------------------- */
.pricing-block-container {
	width: 100%;
	display: block;
	padding: 60px 20px;
	text-align: center;
	border-radius: 2px;
	margin: 0 auto 30px;
	background-color: #ffffff;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.pricing-block-container::after {
	content: '';
	clear: both;
	display: table;
}


/* Icon
----------------------------------------------------------------------------- */
.pricing-block-container .pricing-block-icon {
	width: 100%;
	display: block;
	color: #d32f2f;
	font-size: 40px;
	line-height: 40px;
	margin: 0 auto 25px;
}


/* Title
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.pricing-block-container .pricing-block-title {
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 0 auto 35px;
}
.pricing-block-container .pricing-block-title * {
	margin: 0;
	font-weight: 600;
}

/* Typography
------------------------------------- */
.pricing-block-container .pricing-block-title h1 {
	font-size: 24px;
	font-weight: 400;
}


/* Price
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.pricing-block-container .pricing-block-price {
	margin: 0 auto;
	padding: 15px 0;
	display: inline-block;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}
.pricing-block-container .pricing-block-price * { margin: 0; }

/* Typography
--------------------------------------------------------- */
/* h2
------------------------------------- */
.pricing-block-container .pricing-block-price h2 {
	font-size: 0;
	line-height: 0;
	font-weight: 400;
}

/* p
------------------------------------- */
.pricing-block-container .pricing-block-price p {
	color: #d32f2f;
	font-size: 16px;
	font-weight: 500;
	padding-top: 10px;
	line-height: 25px;
}

/* span
------------------------------------- */
.pricing-block-container .pricing-block-price span {
	line-height: 1;
	display: inline-block;
}

/* Currency
--------------------------------------------------------- */
.pricing-block-container .pricing-block-price .currency {
	font-size: 24px;
	padding-top: 5px;
	padding-right: 5px;
	vertical-align: top;
}

/* Amount
--------------------------------------------------------- */
.pricing-block-container .pricing-block-price .amount { font-size: 50px; }

/* Duration
--------------------------------------------------------- */
.pricing-block-container .pricing-block-price .duration { font-size: 18px; }

/* Old Price
--------------------------------------------------------- */
/* Wrapper
------------------------------------- */
.pricing-block-container .pricing-block-price .old-price {
	position: relative;

	-webkit-transform: scale(0.70);
	-moz-transform: scale(0.70);
	-ms-transform: scale(0.70);
	-o-transform: scale(0.70);
	transform: scale(0.70);
}

/* Cross Line
------------------------------------- */
.pricing-block-container .pricing-block-price .old-price::after {
	left: 0;
	top: 50%;
	width: 100%;
	height: 4px;
	content: '';
	margin-top: -2px;
	position: absolute;
	background-color: #d32f2f;
}

/* Select
--------------------------------------------------------- */
.pricing-block-container .pricing-block-price .form-group { margin: 25px auto -16px; }


/* Description
----------------------------------------------------------------------------- */
.pricing-block-container .pricing-block-desc {
	width: 100%;
	display: block;
	padding-top: 40px;
}


/* Features
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.pricing-block-container .pricing-block-features {
	width: 100%;
	display: block;
	margin: 0 auto;
	font-weight: 500;
	padding-top: 40px;
}

/* List
--------------------------------------------------------- */
.pricing-block-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}


/* Button
----------------------------------------------------------------------------- */
.pricing-block-container .pricing-block-button {
	width: 100%;
	display: block;
	padding: 10px 0 0;
}



/* Style 1
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.pricing-block-style-1 { z-index: 20; }
.pricing-block-style-1::after,
.pricing-block-style-1::before {
	display: none;
}


/* Container
----------------------------------------------------------------------------- */
.pricing-block-style-1 .pricing-block-container {
	border: 2px solid #d32f2f;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}



/* Pricing Wide Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.pricing-wide-block .pricing-block-container {
	padding: 0;
	position: relative;
}
.pricing-wide-block .pricing-block-container::before {
	top: 0;
	left: 0;
	width: 25%;
	content: '';
	height: 100%;
	position: absolute;
	background-color: #d32f2f;
	border-radius: 2px 0 0 2px;
}


/* Title / Price
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.pricing-wide-block .pricing-block-container .col-md-3:first-child {
	overflow: hidden;
	padding: 30px 15px;
	position: relative;
}

/* Color
--------------------------------------------------------- */
.pricing-wide-block .pricing-block-container .col-md-3:first-child * { color: #ffffff; }

/* Title
--------------------------------------------------------- */
.pricing-wide-block .pricing-block-container .pricing-block-title { margin: 0 auto 15px; }

/* Price
--------------------------------------------------------- */
.pricing-wide-block .pricing-block-container .pricing-block-price {
	border: 0;
	padding: 0;
}


/* Features / Description
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.pricing-wide-block .pricing-block-container .col-md-6 {
	text-align: left;
	padding: 0 20px 25px;
}

/* Items
--------------------------------------------------------- */
.pricing-wide-block .pricing-block-container .pricing-block-features ul li {
	width: 50%;
	float: left;
	padding: 0 10px;
}


/* Button
----------------------------------------------------------------------------- */
.pricing-wide-block .pricing-block-container .col-md-3:last-child {
	text-align: right;
	padding: 0 40px 40px 0;
}



/* Wide Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.pricing-block.wide-block .pricing-block-container {
	border-radius: 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/* Border
----------------------------------------------------------------------------- */
.pricing-block.wide-block::after,
.pricing-block.wide-block::before {
	content: '';
	z-index: 15;
	position: absolute;
	background-color: #dddddd;
}
.pricing-block.wide-block::after {
	left: 0;
	width: 100%;
	height: 1px;
	bottom: -1px;
}
.pricing-block.wide-block::before {
	top: 0;
	left: -1px;
	width: 1px;
	height: 100%;
}




/* =============================================================================
56. Counter Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.counters-wrapper {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}


/* Container
----------------------------------------------------------------------------- */
.counter-block-container {
	z-index: 1;
	width: 100%;
	display: block;
	overflow: hidden;
	text-align: center;
	position: relative;
	margin: 3px auto 30px;
}


/* Icon
----------------------------------------------------------------------------- */
.counter-block-container i {
	color: #d32f2f;
	margin-top: 1px;
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 15px;
}
.white-content.counter-block-container i { color: #ffffff; }


/* Number
----------------------------------------------------------------------------- */
.counter-block-container h1 { font-size: 40px; }
.counter-block-container h1 span { display: inline-block; }
.counter-block-container h1 i { margin-bottom: 0; }


/* Title
----------------------------------------------------------------------------- */
.counter-block-container h4 { margin-bottom: 0; }


/* Style 1
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.counter-block-style-1 .counter-block-container {
	padding: 30px 25px;
	border-radius: 2px;
	background-color: #ffffff;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}



/* Style 2
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.counter-block-style-2 .counter-block-container {
	text-align: left;
	border-radius: 2px;
	background-color: #ffffff;
	padding: 25px 25px 25px 90px;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Icon
----------------------------------------------------------------------------- */
.counter-block-style-2 i {
	top: 50%;
	margin: 0;
	left: 25px;
	margin-top: -24px;
	position: absolute;
}


/* Number
----------------------------------------------------------------------------- */
.counter-block-style-2 h1 { margin: 0; }


/* Style 3
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.counter-block-style-3 .counter-block-container {
	padding: 30px 25px;
	border-radius: 2px;
	background-color: #ffffff;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}

/* Icon
----------------------------------------------------------------------------- */
.counter-block-style-3 i {
	margin: 0;
	right: -15px;
	bottom: -15px;
	opacity: 0.10;
	color: #515151;
	font-size: 100px;
	line-height: 100px;
	position: absolute;

	transform: rotate(-20deg);
}


/* Style 4
============================================================================= */
/* Icon
----------------------------------------------------------------------------- */
.counter-block-style-4 i {
	width: 64px;
	height: 64px;
	color: #ffffff;
	font-size: 28px;
	line-height: 64px;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 20px;
	background-color: #d32f2f;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}



/* Style 5
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.counter-block-style-5 .counter-block-container {
	margin-top: 32px;
	overflow: visible;
	border-radius: 2px;
	padding: 55px 25px 30px;
	background-color: #ffffff;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Icon
----------------------------------------------------------------------------- */
.counter-block-style-5 i {
	left: 50%;
	top: -32px;
	width: 64px;
	height: 64px;
	color: #ffffff;
	font-size: 28px;
	line-height: 64px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	margin: 0 0 0 -32px;
	background-color: #d32f2f;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}



/* Style 6
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.counter-block-style-6 .counter-block-container {
	margin-top: 0;
	padding: 100px 0;
}




/* =============================================================================
57. Price Block
============================================================================= */
/* container
----------------------------------------------------------------------------- */
.price-block-container {
	width: 100%;
	display: block;
	position: relative;
	margin: 0 auto 30px;
}
.price-block-container::after {
	content: '';
	clear: both;
	display: table;
}


/* Typography
----------------------------------------------------------------------------- */
/* h1
--------------------------------------------------------- */
.price-block-container h1 {
	margin: 0;
	font-size: 0;
	line-height: 0;
}

/* span
--------------------------------------------------------- */
.price-block-container h1 span {
	margin: 0;
	line-height: 1;
	display: inline-block;
}

/* Currency
--------------------------------------------------------- */
.price-block-container h1 .price-block-currency {
	font-size: 34px;
	padding-top: 10px;
	padding-right: 5px;
	vertical-align: top;
}

/* Amount
--------------------------------------------------------- */
.price-block-container h1 .price-block-amount { font-size: 100px; }

/* Description
--------------------------------------------------------- */
.price-block-container h1 .price-block-desc {
	width: 100%;
	display: block;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.3;
	padding-top: 10px;
}




/* =============================================================================
58. CTA Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.col-md-12.cta-block { clear: left; }
.cta-section.section-no-padding,
.cta-section.section-no-padding > .section-container {
	z-index: 20;
	overflow: visible;
}
.cta-section.section-no-padding::after,
.cta-section.section-no-padding > .section-container::after {
	content: '';
	clear: both;
	display: table;
}


/* Container
----------------------------------------------------------------------------- */
.cta-block-container {
	width: 100%;
	z-index: 15;
	display: block;
	font-size: 18px;
	padding-top: 10px;
	position: relative;
	margin: 0 auto 30px;
}
.cta-block-container::after {
	content: '';
	clear: both;
	display: table;
}
.cta-block-container > *:last-child { margin-bottom: 0; }
.cta-section.section-no-padding .cta-block-container { margin-bottom: 0; }


/* Title
----------------------------------------------------------------------------- */
/* h2
--------------------------------------------------------- */
.cta-block-container h2 { font-weight: 400; }

/* h3
--------------------------------------------------------- */
.cta-block-container h3 { margin-bottom: 5px; }
.cta-block-container h3 a.btn { margin: 0 0 0 10px; }



/* Style 1
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.cta-block-style-1 {
	font-size: 0;
	line-height: 0;
	text-align: center;
}


/* Container
----------------------------------------------------------------------------- */
.cta-block-style-1 .cta-block-container {
	width: auto;
	min-height: 75px;
	text-align: left;
	display: inline-block;
}
.cta-block-style-1 .cta-block-container * { margin: 0; }


/* Icon
----------------------------------------------------------------------------- */
.cta-block-style-1 i.fa {
	left: 0;
	top: 8px;
	color: #d32f2f;
	font-size: 85px;
	position: absolute;
}
.cta-block-style-1 i.fa ~ * { padding-left: 100px; }


/* Link
----------------------------------------------------------------------------- */
.cta-block-style-1 a { color: #121212; }
.cta-block-style-1 .white-content a { color: #ffffff; }
.cta-block-style-1 a:hover { text-decoration: underline; }



/* Style 2
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.cta-block-style-2 .cta-block-container {
	padding: 25px;
	border-radius: 2px;
	background-color: #d32f2f;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.cta-block-style-2 .cta-block-container * { color: #ffffff; }



/* Style 3
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.cta-block-style-3 { padding: 0; }


/* Container
----------------------------------------------------------------------------- */
.cta-block-style-3 .cta-block-container { padding-top: 0; }


/* Main Link
----------------------------------------------------------------------------- */
.cta-block-style-3 .cta-block-container a.main-link {
	width: 100%;
	display: block;
	color: #ffffff;
	padding: 30px 30px 25px;
	background-color: #d32f2f;
}
.cta-block-style-3 .cta-block-container a.main-link:hover { background-color: #121212; }



/* Style 4
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.cta-block-style-4 .cta-block-container {
	margin: 0 auto;
	padding: 40px 0;
	background-color: #d32f2f;
}


/* Image Block
----------------------------------------------------------------------------- */
.cta-block-style-4 .image-block { margin: -80px auto -80px !important; }


/* Title
----------------------------------------------------------------------------- */
.cta-block-style-4 .cta-block-container h3 { padding-top: 5px; }


/* Button
----------------------------------------------------------------------------- */
.cta-block-style-4 .cta-block-container a.btn { margin-top: 15px; }



/* Style 5
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.cta-block-style-5 .cta-block-container {
	padding: 40px 25px;
	border-radius: 2px;
	border: 2px solid #dddddd;
	background-color: #ffffff;
}



/* Style 6
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.cta-block-style-6 { padding: 0; }


/* Container
----------------------------------------------------------------------------- */
.cta-block-style-6 .cta-block-container {
	text-align: left;
	border-radius: 2px;
	padding: 0 10px 25px;
	background-color: #ffffff;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.cta-block-style-6 .cta-block-container * { margin: 0; }
.cta-block-style-6 .cta-block-container > * { padding-top: 25px; }


/* Title
----------------------------------------------------------------------------- */
.cta-block-style-6 .cta-block-container h4 {
	line-height: 24px;
	padding: 14px 0 6px;
}


/* Button
----------------------------------------------------------------------------- */
.cta-block-style-6 .cta-block-container a.btn {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}




/* =============================================================================
59. FAQ Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.faq-block-container {
	width: 100%;
	display: block;
	position: relative;
	margin: 0 auto 30px;
}
.faq-block-container::after {
	content: '';
	clear: both;
	display: table;
}
.faq-block-container > *:last-child { margin-bottom: 0; }


/* Title
----------------------------------------------------------------------------- */
.faq-block-container h4 { font-size: 18px; }


/* Main Link
----------------------------------------------------------------------------- */
.faq-block-container a.main-link {
	width: 100%;
	padding: 25px;
	color: #121212;
	display: block;
	border-radius: 2px;
	background-color: #ffffff;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.faq-block-container a.main-link * { margin-bottom: 0; }
.faq-block-container a.main-link:hover { text-decoration: underline; }



/* Style 1
============================================================================= */
.faq-block-style-1 .faq-block-container {
	padding: 25px;
	border-radius: 2px;
	background-color: #ebebeb;
}



/* Style 2
============================================================================= */
.faq-block-style-2 .faq-block-container {
	padding: 25px;
	border-radius: 2px;
	background-color: #ffffff;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}




/* =============================================================================
60. Instagram Feed Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.instagram-feed-block {
	padding: 0;
	width: 100%;
	display: block;
	margin: 0 auto;
}


/* Container
----------------------------------------------------------------------------- */
.instagram-feed-block-container {
	padding: 0;
	width: 100%;
	font-size: 0;
	display: block;
	margin: 0 auto;
	line-height: 0;
	text-align: center;
}


/* Link
----------------------------------------------------------------------------- */
.instagram-feed-block-container > a {
	padding: 0;
	width: 12.5%;
	display: inline-block;
}


/* Image
----------------------------------------------------------------------------- */
.instagram-feed-block-container > a img {
	width: 100%;
	display: block;
}


/* Title
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.instagram-feed-block > h4 {
	top: 50%;
	left: 50%;
	margin: 0;
	width: auto;
	z-index: 15;
	padding: 25px 30px;
	position: absolute;
	border-radius: 2px;
	text-align: center;
	background-color: #ffffff;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}

/* span
--------------------------------------------------------- */
.instagram-feed-block > h4 span {
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

/* Link
--------------------------------------------------------- */
.instagram-feed-block > h4 a { color: #121212; }
.instagram-feed-block > h4 a:hover { color: #d32f2f; }




/* =============================================================================
61. Flickr Feed Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.flickr-feed-block {
	padding: 0;
	width: 100%;
	font-size: 0;
	display: block;
	margin: 0 auto;
	line-height: 0;
	overflow: hidden;
	text-align: center;
}


/* Link
----------------------------------------------------------------------------- */
.flickr-feed-block > a {
	padding: 0;
	width: 12.5%;
	display: inline-block;
}


/* Image
----------------------------------------------------------------------------- */
.flickr-feed-block > a img {
	width: 100%;
	display: block;
}


/* Title
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.flickr-feed-block > h4 {
	top: 50%;
	left: 50%;
	margin: 0;
	width: auto;
	z-index: 15;
	padding: 25px 30px;
	position: absolute;
	border-radius: 2px;
	text-align: center;
	background-color: #ffffff;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}

/* span
--------------------------------------------------------- */
.flickr-feed-block > h4 span {
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

/* Link
--------------------------------------------------------- */
.flickr-feed-block > h4 a { color: #121212; }
.flickr-feed-block > h4 a:hover { color: #d32f2f; }




/* =============================================================================
62. Twitter Feed Block
============================================================================= */
/* List
----------------------------------------------------------------------------- */
.twitter-feed-block .gfort-twitter-list {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	list-style: none;
}


/* Item
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.twitter-feed-block .gfort-twitter-item {
	padding: 0;
	width: 100%;
	display: block;
	position: relative;
	margin: 0 auto 30px;
}

/* li
--------------------------------------------------------- */
.twitter-feed-block li.gfort-twitter-item {
	margin-bottom: 40px;
	padding-bottom: 35px;
	border-bottom: 1px solid #dddddd;
}
.twitter-feed-block li.gfort-twitter-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 30px;
}


/* Avatar
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-avatar {
	width: 100%;
	display: block;
	margin: 0 auto 15px;
}

/* Link
--------------------------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-avatar > a {
	float: left;
	width: 48px;
	height: 48px;
	overflow: hidden;
	margin-right: 10px;
	border-radius: 50%;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}

/* Image
--------------------------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-avatar > a img {
	width: 100%;
	display: block;
}

/* span
--------------------------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-avatar span {
	font-weight: 500;
	line-height: 48px;
	display: inline-block;
	text-transform: uppercase;
}


/* Tweet
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-tweet {
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 0 auto 15px;
}

/* Link
--------------------------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-tweet a { color: #121212; }
.twitter-feed-block .gfort-twitter-item .twitter-tweet a:hover { color: #d32f2f; }
.white-content.twitter-feed-block .gfort-twitter-item .twitter-tweet a {
	opacity: 0.80;
	color: #ffffff;
}
.white-content.twitter-feed-block .gfort-twitter-item .twitter-tweet a:hover { opacity: 1; }


/* Date / Buttons
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-date-buttons {
	width: 100%;
	display: block;
	overflow: hidden;
}

/* Date
--------------------------------------------------------- */
/* Wrapper
------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-date { float: left; }

/* Link
------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-date a {
	color: #121212;
	display: block;
}
.twitter-feed-block .gfort-twitter-item .twitter-date a:hover { color: #d32f2f; }
.white-content.twitter-feed-block .gfort-twitter-item .twitter-date a {
	opacity: 0.80;
	color: #ffffff;
}
.white-content.twitter-feed-block .gfort-twitter-item .twitter-date a:hover { opacity: 1; }

/* Buttons
--------------------------------------------------------- */
/* Wrapper
------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-buttons { float: right; }

/* Link
------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-buttons a {
	color: #121212;
	margin-right: 10px;
	display: inline-block;
}
.twitter-feed-block .gfort-twitter-item .twitter-buttons a:last-child { margin-right: 0; }
.twitter-feed-block .gfort-twitter-item .twitter-buttons a:hover { color: #d32f2f; }
.white-content.twitter-feed-block .gfort-twitter-item .twitter-buttons a {
	opacity: 0.80;
	color: #ffffff;
}
.white-content.twitter-feed-block .gfort-twitter-item .twitter-buttons a:hover { opacity: 1; }

/* Icon
------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-buttons a i { margin-right: 5px; }


/* Follow Button
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-follow {
	top: 0;
	right: 0;
	position: absolute;
}

/* Button
--------------------------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-follow a.btn {
	margin: 0;
	background-color: #55acee !important;
}

/* Icon
--------------------------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-follow a.btn i.fa { margin-right: 5px; }


/* Slider
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.twitter-feed-block.twitter-slider {
	padding: 0;
	overflow: hidden;
}

/* Slide
--------------------------------------------------------- */
.twitter-feed-block.twitter-slider .swiper-slide { padding: 0 15px; }

/* Arrows
--------------------------------------------------------- */
.twitter-feed-block.twitter-slider:hover .swiper-button-prev,
.twitter-feed-block.twitter-slider:hover .swiper-container-rtl .swiper-button-next {
	opacity: 1;
	left: 20px;
}
.twitter-feed-block.twitter-slider:hover .swiper-button-next,
.twitter-feed-block.twitter-slider:hover .swiper-container-rtl .swiper-button-prev {
	opacity: 1;
	right: 20px;
}




/* =============================================================================
63. Contact Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.contact-block-container {
	width: 100%;
	display: block;
	position: relative;
	margin: 0 auto 30px;
}
.contact-block-container::after {
	content: '';
	clear: both;
	display: table;
}


/* Icon
----------------------------------------------------------------------------- */
.contact-block-container i.circle-icon-block {
	color: #ffffff;
	margin-bottom: 25px;
	background-color: #d32f2f;
}


/* List
----------------------------------------------------------------------------- */
.contact-block-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* Social Icons
----------------------------------------------------------------------------- */
.contact-block-container .social-icons-block:first-child { margin-top: -5px; }


/* Button
----------------------------------------------------------------------------- */
.contact-block-container a.btn { margin-top: 25px; }


/* Link
----------------------------------------------------------------------------- */
.contact-block-container h2 a { color: #121212; }
.white-content.contact-block-container h2 a { color: #ffffff; }
.contact-block-container h2 a:hover { color: #d32f2f; }



/* Style 1
============================================================================= */
.contact-block-style-1 .contact-block-container {
	padding: 25px;
	border-radius: 2px;
	background-color: #ffffff;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}



/* style 2
============================================================================= */
.contact-block-style-2 .contact-block-container {
	margin-top: 32px;
	border-radius: 2px;
	padding: 57px 25px 25px;
	background-color: #ffffff;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.contact-block-style-2 .contact-block-container i.circle-icon-block {
	left: 25px;
	top: -32px;
	position: absolute;
}
.contact-block-style-2 .contact-block-container.text-center i.circle-icon-block {
	left: 50%;
	margin-left: -32px;
}




/* =============================================================================
64. Car Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.car-block-container {
	width: 100%;
	display: block;
	position: relative;
	margin: 0 auto 30px;
}
.car-block-container::after {
	content: '';
	clear: both;
	display: table;
}


/* Typography
----------------------------------------------------------------------------- */
/* h2
--------------------------------------------------------- */
.car-block-container h4 + h2 { margin-top: 25px; }

/* h4
--------------------------------------------------------- */
.car-block-container h4 { margin-bottom: 0; }

/* h5
--------------------------------------------------------- */
.car-block-container h4 + h5 { margin-bottom: 25px; }

/* p
--------------------------------------------------------- */
.car-block-container p {
	color: #121212;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
}
.car-block-container h2 + p { margin-top: 25px; }


/* Price
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.car-block-container h2 {
	font-size: 0;
	margin: 0 auto;
	line-height: 0;
	padding: 15px 0;
	font-weight: 400;
	display: inline-block;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}

/* span
--------------------------------------------------------- */
.car-block-container h2 span {
	line-height: 1;
	display: inline-block;
}

/* Currency
--------------------------------------------------------- */
.car-block-container h2 .currency {
	font-size: 24px;
	padding-top: 5px;
	padding-right: 5px;
	vertical-align: top;
}

/* Amount
--------------------------------------------------------- */
.car-block-container h2 .amount { font-size: 50px; }

/* Duration
--------------------------------------------------------- */
.car-block-container h2 .duration { font-size: 18px; }


/* Features
----------------------------------------------------------------------------- */
/* List
--------------------------------------------------------- */
.car-block-container ul {
	text-align: left;
	list-style: none;
	margin-top: 25px;
	margin-bottom: 0;
}
.car-block-container ul:first-child { margin-top: 0; }

/* Icon
--------------------------------------------------------- */
.car-block-container ul li i.fa {
	width: 20px;
	margin-right: 5px;
	text-align: center;
}




/* =============================================================================
64. Widget
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.widget-block-container {
	width: 100%;
	display: block;
	position: relative;
	margin: 0 auto 15px;
}
.widget-block-container::after {
	content: '';
	clear: both;
	display: table;
}


/* Title
----------------------------------------------------------------------------- */
.widget-block-container .widget-block-title {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0 auto 10px;
}


/* Content
----------------------------------------------------------------------------- */
.widget-block-container .widget-block-content {
	width: 100%;
	display: block;
	position: relative;
	margin: 0 auto 15px;
}
.widget-block-container .widget-block-content::after {
	content: '';
	clear: both;
	display: table;
}



/* Link
============================================================================= */
/* List
----------------------------------------------------------------------------- */
.link-widget-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* Items
----------------------------------------------------------------------------- */
.link-widget-block ul li {
	width: 100%;
	display: block;
	font-weight: 500;
}


/* Link
----------------------------------------------------------------------------- */
.link-widget-block ul li a {
	color: #121212;
	display: inline-block;
}
.link-widget-block ul li a:hover { color: #d32f2f; }



/* Style 1
============================================================================= */
.link-widget-block-style-1 ul li {
	width: auto;
	margin: 10px 15px 0 0;
	display: inline-block;
}
.link-widget-block-style-1 ul li:last-child { margin-right: 0; }



/* Twitter
============================================================================= */
/* Follow Button
----------------------------------------------------------------------------- */
.twitter-widget-block .twitter-follow { display: none; }


/* Buttons
----------------------------------------------------------------------------- */
.twitter-widget-block .twitter-buttons i { margin: 0; }
.twitter-widget-block .twitter-buttons span { display: none; }


/* Slider
----------------------------------------------------------------------------- */
.twitter-widget-block .twitter-feed-block.twitter-slider .swiper-slide { padding: 0; }
.twitter-widget-block .twitter-feed-block .gfort-twitter-item .twitter-avatar { padding-left: 1px; }



/* Instagram
============================================================================= */
/* Content
----------------------------------------------------------------------------- */
.instagram-widget-block .widget-block-content {
	width: auto;
	margin: -0.5%;
	padding-bottom: 15px;
}


/* Container
----------------------------------------------------------------------------- */
.instagram-widget-block .instagram-feed-block-container { text-align: left; }


/* Item
----------------------------------------------------------------------------- */
.instagram-widget-block a.gfortInsta-item {
	width: 24%;
	margin: 0.5%;
	overflow: hidden;
	border-radius: 2px;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.instagram-widget-block a.gfortInsta-item:nth-child(8) ~ a.gfortInsta-item { display: none; }



/* Subscribe
============================================================================= */
/* Content
----------------------------------------------------------------------------- */
.subscribe-widget-block .widget-block-content {
	width: auto;
	margin: 0 -15px;
}


/* Container
----------------------------------------------------------------------------- */
.subscribe-widget-block .widget-block-container { margin-bottom: 0; }


/* Form Container
----------------------------------------------------------------------------- */
.subscribe-widget-block .form-block-container { padding-top: 0; }



/* Social
============================================================================= */
/* Content
----------------------------------------------------------------------------- */
.social-widget-block .widget-block-content {
	margin: -5px auto;
	padding-bottom: 15px;
}



/* Google Map
============================================================================= */
.gmap-widget-block .gmap-block { height: 180px; }



/* Text
============================================================================= */
/* Link
----------------------------------------------------------------------------- */
.text-widget-block a { color: #121212; }
.text-widget-block a:hover { color: #d32f2f; }


/* Logo
----------------------------------------------------------------------------- */
/* Link
--------------------------------------------------------- */
.text-widget-block .navbar-brand { float: none; }
.text-widget-block .navbar-brand + h5 { margin-bottom: 0; }

/* Image
--------------------------------------------------------- */
.text-widget-block .navbar-brand > img { max-height: 70px; }




/* =============================================================================
65. Footer
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
footer.footer-section {
	width: 100%;
	z-index: 100;
	display: block;
	position: relative;
}

footer.footer-section.grey-section1 {
	background: #203260;
}

.sct .social-icons-block ul li a
{
	color:#fff !important;
}
.feet-para
{
	color: #6c7eb0 !important;
	font-size: 12px !important;
	width: 42%;
	margin-top: 0px !important;
	line-height: 20px !important;
	position: relative;
	top: -32px;
}
.print-cpy
{
	color: #fff !important;
	font-size: 12px !important;
	position: relative;
	top: -25px;
}



.feet-line
{
	border-bottom: 1px solid #374873 !important;
	position: relative !important;
	top: -66px !important;
	z-index: -999 !important;
}

.print-follow
{
	color:#fff;
}

.sct .social-icons-block-md ul li a i.fa
{
	box-shadow:none;
	color:#fff;
	width: 34px;

}

.sct .social-icons-block.social-icons-block-style-1 ul li a i.fa
{
	background-color: transparent !important;
}

.print-follow
{
	color: #fff;
	font-size: 15px;
	padding-top: 23px;
	vertical-align: middle;
	font-size: 13px;
}

.print-soc li a i.fa
{
	color:#6278b4 !important;
}

.print-soc
{
	position: relative;
	top: -45px;

}



/* Section Container
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
footer.footer-section > .section-container { padding: 85px 0 50px; }




/* =============================================================================
66. copyright
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
footer.copyright-section {
	width: 100%;
	z-index: 100;
	display: block;
	position: relative;
}


/* Section Container
----------------------------------------------------------------------------- */
footer.copyright-section > .section-container { padding: 25px 0 10px; }



/* Copyright Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.copyright-block-container {
	width: 100%;
	display: block;
	margin: 0 auto 15px;
}
.copyright-block-container::after {
	content: '';
	clear: both;
	display: table;
}


/* Typography
----------------------------------------------------------------------------- */
/* p
--------------------------------------------------------- */
.copyright-block-container p { line-height: 32px; }

/* h5
--------------------------------------------------------- */
.copyright-block-container h5 {
	font-weight: 600;
	margin-bottom: 0;
	line-height: 32px;
}


/* Social
----------------------------------------------------------------------------- */
.copyright-block-container .social-icons-block { margin: -5px auto; }



/* Widget
============================================================================= */
/* Container / Content
----------------------------------------------------------------------------- */
.copyright-block-container .widget-block-content,
.copyright-block-container .widget-block-container {
	margin-bottom: 0;
}


/* Link Widget
----------------------------------------------------------------------------- */
.copyright-block-container .link-widget-block-style-1 ul li {
	margin-top: 0;
	line-height: 32px;
}
.copyright-block-container .link-widget-block-style-1 ul li a { font-size: 14px; }



/* Style 1
============================================================================= */
.copyright-section-style-1 { border-top: 1px solid #dddddd; }




/* =============================================================================
67. Notification Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.notification-block {
	padding: 0;
	width: 100%;
	z-index: 102;
	display: none;
	overflow: hidden;
	position: relative;
}


/* Container
----------------------------------------------------------------------------- */
.notification-block-container {
	width: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
	padding: 0 45px 0 0;
}
.notification-block-container::after {
	content: '';
	clear: both;
	display: table;
}


/* Header
----------------------------------------------------------------------------- */
.notification-header {
	width: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}


/* Description
----------------------------------------------------------------------------- */
.notification-desc {
	width: 100%;
	display: block;
	overflow: hidden;
}


/* Button
----------------------------------------------------------------------------- */
.notification-block-container a.btn { margin-top: 0; }


/* Close Button ( Link )
----------------------------------------------------------------------------- */
.notification-block-container .close-notification {
	top: -20px;
	right: 15px;
	width: 32px;
	height: 32px;
	color: #ffffff;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	position: absolute;
	background-color: #d32f2f;
	border-radius: 0 0 2px 2px;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.notification-block-container .close-notification:hover { background-color: #121212; }


/* Form Block
----------------------------------------------------------------------------- */
.notification-block-container .form-block-container { padding-top: 0; }



/* Top
============================================================================= */
.notification-block-top {
	margin: 0 auto;
	padding: 20px 0;
	font-weight: 500;
	max-width: 1600px;
}



/* Bottom Right
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.notification-block-bottom-right {
	right: 0;
	bottom: 0;
	width: 310px;
	display: block;
	position: fixed;
	overflow: visible;
	border-radius: 2px 0 0 0;
	background-color: #ffffff;

	-webkit-transform: translateY(110%);
	-moz-transform: translateY(110%);
	-ms-transform: translateY(110%);
	-o-transform: translateY(110%);
	transform: translateY(110%);

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.notification-block-bottom-right.correct-position {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}


/* Container
----------------------------------------------------------------------------- */
.notification-block-bottom-right .notification-block-container { padding: 0; }


/* Header
----------------------------------------------------------------------------- */
.notification-block-bottom-right .notification-header {
	padding: 40px 20px 30px;
	background-color: #ffffff;
}


/* Description
----------------------------------------------------------------------------- */
.notification-block-bottom-right .notification-desc {
	padding: 40px 15px 10px;
	background-color: #ebebeb;
}


/* Close Button
----------------------------------------------------------------------------- */
.notification-block-bottom-right .close-notification {
	top: -14px;
	left: -14px;
	right: auto;
	border-radius: 50%;
}



/* Modal
============================================================================= */
/* Wrapper / Container
----------------------------------------------------------------------------- */
.notification-block-modal,
.notification-block-modal .notification-block-container {
	display: block;
	position: static;
}


/* Modal
----------------------------------------------------------------------------- */
/* Close Button
--------------------------------------------------------- */
.notification-block-modal .close-notification {
	top: -14px;
	z-index: 20;
	right: -14px;
	border-radius: 50%;
}



/* Style 3
============================================================================= */
/* Description
----------------------------------------------------------------------------- */
.notification-block-style-3 .notification-desc {
	width: auto;
	float: left;
	padding: 10px 0;
}


/* Timer Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.notification-block-style-3 .timer-block {
	float: left;
	width: 240px;
}

/* Container
--------------------------------------------------------- */
.notification-block-style-3 .timer-block-container {
	margin: 0;
	width: 100%;
}

/* Columns
--------------------------------------------------------- */
.notification-block-style-3 .timer-block-container > div {
	width: auto;
	float: left;
	padding: 10px 0;
	margin: 0 15px 0 0;
}
.notification-block-style-3 .timer-block-container > div:last-child { margin-right: 0; }

/* Typography
--------------------------------------------------------- */
/* h5
------------------------------------- */
.notification-block-style-3 .timer-block-container h5 {
	margin-bottom: 0;
	font-weight: 600;
	display: inline-block;
}

/* Paragraph
------------------------------------- */
.notification-block-style-3 .timer-block-container p {
	font-weight: 600;
	display: inline-block;
	margin: 0 auto !important;
}




/* =============================================================================
68. Breadcrumb
============================================================================= */
/* List
----------------------------------------------------------------------------- */
ol.breadcrumb {
	width: 100%;
	margin: 0 auto;
	display: block;
	padding: 30px 0;
	border-radius: 0;
	font-weight: 500;
	background-color: transparent;
}


/* Items
----------------------------------------------------------------------------- */
ol.breadcrumb > li { margin: 0; }


/* Link
----------------------------------------------------------------------------- */
ol.breadcrumb > li a {
	color: #121212;
	display: inline-block;
}
ol.breadcrumb > li a:hover { color: #d32f2f; }


/* Separator
----------------------------------------------------------------------------- */
ol.breadcrumb > li + li:before { color: #dddddd; }


/* Active
----------------------------------------------------------------------------- */
ol.breadcrumb > li.active { color: #515151; }




/* =============================================================================
69. UP Button
============================================================================= */
/*Wrapper
----------------------------------------------------------------------------- */
#up-button {
	right: 32px;
	z-index: 10;
	bottom: -64px;
	position: fixed;
	text-align: center;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transition: all 0.30s linear;
	-moz-transition: all 0.30s linear;
	-o-transition: all 0.30s linear;
	transition: all 0.30s linear;
}
#up-button.correct-position { bottom: 32px; }


/* Link
-------------------------------------------------------------------------- */
#up-button a {
	width: 48px;
	height: 48px;
	display: block;
	color: #515151;
	font-size: 24px;
	overflow: hidden;
	line-height: 48px;
	border-radius: 50%;
	outline: none !important;
	background-color: #ffffff;

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
#up-button a:hover {
	color: #ffffff;
	background-color: #d32f2f;
}

.drag-drop-placeholder {
	background-color: red;
	border: 10px dashed #323232;

}


/* lobi panel css */

.spinner-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.5);
}
.spinner-windows8 {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	margin-top: 100px;
}
.spinner-windows8 .wBall {
	position: absolute;
	width: 48px;
	height: 48px;
	opacity: 0;
	-moz-transform: rotate(225deg);
	-moz-animation: orbit 2.75s infinite;
	-webkit-transform: rotate(225deg);
	-webkit-animation: orbit 2.75s infinite;
	-ms-transform: rotate(225deg);
	-ms-animation: orbit 2.75s infinite;
	-o-transform: rotate(225deg);
	-o-animation: orbit 2.75s infinite;
	transform: rotate(225deg);
	animation: orbit 2.75s infinite;
}
.spinner-windows8 .wBall .wInnerBall {
	position: absolute;
	width: 6px;
	height: 6px;
	background: #000000;
	left: 0px;
	top: 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	z-index: 2;
}
.spinner-windows8 .wBall:first-child {
	-moz-animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.spinner-windows8 .wBall:nth-child(2) {
	-moz-animation-delay: 0.12s;
	-webkit-animation-delay: 0.12s;
	-ms-animation-delay: 0.12s;
	-o-animation-delay: 0.12s;
	animation-delay: 0.12s;
}
.spinner-windows8 .wBall:nth-child(3) {
	-moz-animation-delay: 0.24s;
	-webkit-animation-delay: 0.24s;
	-ms-animation-delay: 0.24s;
	-o-animation-delay: 0.24s;
	animation-delay: 0.24s;
}
.spinner-windows8 .wBall:nth-child(4) {
	-moz-animation-delay: 0.36s;
	-webkit-animation-delay: 0.36s;
	-ms-animation-delay: 0.36s;
	-o-animation-delay: 0.36s;
	animation-delay: 0.36s;
}
.spinner-windows8 .wBall:nth-child(5) {
	-moz-animation-delay: 0.48s;
	-webkit-animation-delay: 0.48s;
	-ms-animation-delay: 0.48s;
	-o-animation-delay: 0.48s;
	animation-delay: 0.48s;
}
@-moz-keyframes orbit {
	0% {
		opacity: 1;
		z-index: 99;
		-moz-transform: rotate(180deg);
		-moz-animation-timing-function: ease-out;
	}
	7% {
		opacity: 1;
		-moz-transform: rotate(300deg);
		-moz-animation-timing-function: linear;
		-moz-origin: 0%;
	}
	30% {
		opacity: 1;
		-moz-transform: rotate(410deg);
		-moz-animation-timing-function: ease-in-out;
		-moz-origin: 7%;
	}
	39% {
		opacity: 1;
		-moz-transform: rotate(645deg);
		-moz-animation-timing-function: linear;
		-moz-origin: 30%;
	}
	70% {
		opacity: 1;
		-moz-transform: rotate(770deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin: 39%;
	}
	75% {
		opacity: 1;
		-moz-transform: rotate(900deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin: 70%;
	}
	76% {
		opacity: 0;
		-moz-transform: rotate(900deg);
	}
	100% {
		opacity: 0;
		-moz-transform: rotate(900deg);
	}
}
@-webkit-keyframes orbit {
	0% {
		opacity: 1;
		z-index: 99;
		-webkit-transform: rotate(180deg);
		-webkit-animation-timing-function: ease-out;
	}
	7% {
		opacity: 1;
		-webkit-transform: rotate(300deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin: 0%;
	}
	30% {
		opacity: 1;
		-webkit-transform: rotate(410deg);
		-webkit-animation-timing-function: ease-in-out;
		-webkit-origin: 7%;
	}
	39% {
		opacity: 1;
		-webkit-transform: rotate(645deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin: 30%;
	}
	70% {
		opacity: 1;
		-webkit-transform: rotate(770deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin: 39%;
	}
	75% {
		opacity: 1;
		-webkit-transform: rotate(900deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin: 70%;
	}
	76% {
		opacity: 0;
		-webkit-transform: rotate(900deg);
	}
	100% {
		opacity: 0;
		-webkit-transform: rotate(900deg);
	}
}
@-ms-keyframes orbit {
	0% {
		opacity: 1;
		z-index: 99;
		-ms-transform: rotate(180deg);
		-ms-animation-timing-function: ease-out;
	}
	7% {
		opacity: 1;
		-ms-transform: rotate(300deg);
		-ms-animation-timing-function: linear;
		-ms-origin: 0%;
	}
	30% {
		opacity: 1;
		-ms-transform: rotate(410deg);
		-ms-animation-timing-function: ease-in-out;
		-ms-origin: 7%;
	}
	39% {
		opacity: 1;
		-ms-transform: rotate(645deg);
		-ms-animation-timing-function: linear;
		-ms-origin: 30%;
	}
	70% {
		opacity: 1;
		-ms-transform: rotate(770deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin: 39%;
	}
	75% {
		opacity: 1;
		-ms-transform: rotate(900deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin: 70%;
	}
	76% {
		opacity: 0;
		-ms-transform: rotate(900deg);
	}
	100% {
		opacity: 0;
		-ms-transform: rotate(900deg);
	}
}
@-o-keyframes orbit {
	0% {
		opacity: 1;
		z-index: 99;
		-o-transform: rotate(180deg);
		-o-animation-timing-function: ease-out;
	}
	7% {
		opacity: 1;
		-o-transform: rotate(300deg);
		-o-animation-timing-function: linear;
		-o-origin: 0%;
	}
	30% {
		opacity: 1;
		-o-transform: rotate(410deg);
		-o-animation-timing-function: ease-in-out;
		-o-origin: 7%;
	}
	39% {
		opacity: 1;
		-o-transform: rotate(645deg);
		-o-animation-timing-function: linear;
		-o-origin: 30%;
	}
	70% {
		opacity: 1;
		-o-transform: rotate(770deg);
		-o-animation-timing-function: ease-out;
		-o-origin: 39%;
	}
	75% {
		opacity: 1;
		-o-transform: rotate(900deg);
		-o-animation-timing-function: ease-out;
		-o-origin: 70%;
	}
	76% {
		opacity: 0;
		-o-transform: rotate(900deg);
	}
	100% {
		opacity: 0;
		-o-transform: rotate(900deg);
	}
}
@keyframes orbit {
	0% {
		opacity: 1;
		z-index: 99;
		transform: rotate(180deg);
		animation-timing-function: ease-out;
	}
	7% {
		opacity: 1;
		transform: rotate(300deg);
		animation-timing-function: linear;
		origin: 0%;
	}
	30% {
		opacity: 1;
		transform: rotate(410deg);
		animation-timing-function: ease-in-out;
		origin: 7%;
	}
	39% {
		opacity: 1;
		transform: rotate(645deg);
		animation-timing-function: linear;
		origin: 30%;
	}
	70% {
		opacity: 1;
		transform: rotate(770deg);
		animation-timing-function: ease-out;
		origin: 39%;
	}
	75% {
		opacity: 1;
		transform: rotate(900deg);
		animation-timing-function: ease-out;
		origin: 70%;
	}
	76% {
		opacity: 0;
		transform: rotate(900deg);
	}
	100% {
		opacity: 0;
		transform: rotate(900deg);
	}
}
.tooltip {
	z-index: 20000;
}
body.lobipanel-minimized {
	padding-bottom: 36px;
}
.lobipanel {
	position: relative;
	margin-bottom: 15px;
}
.lobipanel > .panel-heading {
	padding: 5px;
	position: relative;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.lobipanel > .panel-heading > .panel-title {
	float: left;
	max-width: calc(100% - 30px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 30px;
	padding-left: 15px;
}
.lobipanel > .panel-heading > .panel-title h1,
.lobipanel > .panel-heading > .panel-title h2,
.lobipanel > .panel-heading > .panel-title h3,
.lobipanel > .panel-heading > .panel-title h4,
.lobipanel > .panel-heading > .panel-title h5,
.lobipanel > .panel-heading > .panel-title h6 {
	margin: 0;
	line-height: 30px;
}
.lobipanel > .panel-heading > .panel-title input {
	color: inherit;
	line-height: 30px;
	border-radius: 2px;
	padding: 0 5px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	border: 1px solid #337ab7;
	outline: 0;
}
.lobipanel > .panel-heading > .panel-title input:focus {
	background-color: rgba(0, 0, 0, 0.15);
}
.lobipanel > .panel-heading .dropdown {
	display: inline-block;
	float: right;
	position: relative;
}
.lobipanel > .panel-heading .dropdown .dropdown-menu {
	left: auto;
	right: 0;
	min-width: initial;
	margin-top: 0;
	border-radius: 0;
}
.lobipanel > .panel-heading .dropdown .dropdown-menu > li > a .control-title {
	display: inline-block;
	margin-left: 15px;
}
.lobipanel > .panel-heading .dropdown .dropdown-toggle {
	border: none;
	outline: 0;
	background-color: transparent;
	text-align: center;
	padding: 0;
	width: 30px;
	font-size: 14px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.lobipanel > .panel-heading .dropdown .dropdown-toggle .panel-control-icon {
	top: 0;
	line-height: 30px;
}
.lobipanel > .panel-heading .dropdown .dropdown-toggle:hover,
.lobipanel > .panel-heading .dropdown .dropdown-toggle:hover:focus {
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0.15);
}
.lobipanel > .panel-heading .dropdown.open .dropdown-toggle {
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0.15);
}
.lobipanel > .panel-heading:before,
.lobipanel > .panel-heading:after {
	content: " ";
	display: table;
}
.lobipanel > .panel-heading:after {
	clear: both;
}
@media screen and (min-width: 768px) {
	.lobipanel .panel-heading .panel-title {
		max-width: calc(100% - 180px);
	}
	.lobipanel .panel-heading .dropdown .dropdown-menu {
		position: static;
		display: inline-block;
		border: none;
		padding: 0;
		margin: 0;
		min-width: initial;
		width: auto;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: transparent;
	}
	.lobipanel .panel-heading .dropdown .dropdown-menu > li {
		display: inline-block;
	}
	.lobipanel .panel-heading .dropdown .dropdown-menu > li > a {
		cursor: pointer;
		color: inherit;
		padding: 0;
		outline: 0;
		text-align: center;
		width: 30px;
		font-size: 14px;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	.lobipanel .panel-heading .dropdown .dropdown-menu > li > a .panel-control-icon {
		top: 0;
		line-height: 30px;
	}
	.lobipanel .panel-heading .dropdown .dropdown-menu > li > a .control-title {
		display: none;
	}
	.lobipanel .panel-heading .dropdown .dropdown-menu > li > a:hover,
	.lobipanel .panel-heading .dropdown .dropdown-menu > li > a:focus:hover {
		text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
		background-color: rgba(0, 0, 0, 0.15);
	}
	.lobipanel .panel-heading .dropdown .dropdown-menu > li > a:focus {
		text-shadow: none;
		background-color: transparent;
	}
	.lobipanel .panel-heading .dropdown .dropdown-toggle {
		display: none;
	}
}
.lobipanel > .panel-body {
	overflow: auto;
	position: relative;
}
.lobipanel .panel-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.8;
}
.lobipanel.panel-collapsed > .panel-heading {
	border-bottom: none;
}
.lobipanel.panel-collapsed > .panel-heading .dropdown .dropdown-menu > li > a[data-func="unpin"],
.lobipanel.panel-collapsed > .panel-heading .dropdown .dropdown-menu > li > a[data-func="reload"],
.lobipanel.panel-collapsed > .panel-heading .dropdown .dropdown-menu > li > a[data-func="expand"] {
	display: none;
}
.lobipanel.panel-expanded,
.lobipanel.panel-unpin,
.lobipanel.panel-minimized.panel-unpin {
	margin-bottom: 0;
}
.lobipanel.panel-unpin {
	overflow: hidden;
	position: fixed;
	z-index: 10000;
	-webkit-box-shadow: 2px 2px 15px 5px rgba(10, 10, 10, 0.5);
	box-shadow: 2px 2px 15px 5px rgba(10, 10, 10, 0.5);
}
.lobipanel.panel-unpin > .panel-heading {
	cursor: move;
}
.lobipanel.panel-unpin.panel-minimized {
	float: left;
	position: initial;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-width: 170px;
	margin-right: 5px;
}
.lobipanel.panel-unpin.panel-minimized > .panel-heading {
	padding: 0;
	cursor: pointer;
	border-bottom: none;
}
.lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title {
	max-width: calc(100% - 60px);
}
.lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h1,
.lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h2,
.lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h3,
.lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h4,
.lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h5,
.lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h6 {
	overflow: hidden;
	text-overflow: ellipsis;
}
.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu {
	position: static;
	display: inline-block;
	border: none;
	padding: 0;
	margin: 0;
	min-width: initial;
	width: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}
.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li {
	display: inline-block;
}
.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a {
	cursor: pointer;
	color: inherit;
	padding: 0;
	outline: 0;
	text-align: center;
	width: 30px;
	font-size: 14px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a .panel-control-icon {
	top: 0;
	line-height: 30px;
}
.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a .control-title {
	display: none;
}
.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a:hover,
.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a:focus:hover {
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0.15);
}
.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a:focus {
	text-shadow: none;
	background-color: transparent;
}
.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-toggle {
	display: none;
}
.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a {
	display: none;
}
.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a[data-func="close"],
.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a[data-func="expand"] {
	display: inline-block;
}
.lobipanel.panel-unpin.panel-minimized > .panel-body,
.lobipanel.panel-unpin.panel-minimized > .panel-footer {
	display: none !important;
}
.lobipanel.panel-expanded > .panel-heading {
	cursor: initial;
}
.lobipanel.panel-expanded > .panel-heading .dropdown .dropdown-menu > li > a[data-func="unpin"],
.lobipanel.panel-expanded > .panel-heading .dropdown .dropdown-menu > li > a[data-func="minimize"] {
	display: none;
}
.lobipanel.panel-expanded.panel-unpin > .panel-heading .panel-control[data-func="minimize"] {
	display: block;
}
.lobipanel-minimized-toolbar {
	position: fixed;
	height: 36px;
	padding: 2px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 20000;
	background: rgba(34, 115, 182, 0.51);
}
.lobipanel-placeholder {
	background-color: #f9f5d1;
	border: 1px dashed #919191;
	margin-bottom: 15px;
}

/*custom*/
.custom-drag-div {
	background: #ebebeb none repeat scroll 0 0;
	border-radius: 2px !important;
	padding: 3px !important;
	margin-bottom: 10px;

}
.custom-btngroup.btn-group {
	/*border: 1px solid #ebebeb;
	border-radius: 4px;
	padding: 5px 5px 5px 9px;
	background: #F6FAFB;*/
	background: #414b4c none repeat scroll 0 0;
	border-radius: 4px;
	padding: 4px 0;
	width: 100%;
}
.com-icon {
	border-radius: 0;
	color: #fff;
	margin-left: 0;
	padding: 8px 10px 9px 10px;


}
.bg1 { background: #1f8fe1;}
/*.bg2 { background: #ab4ba6;}
.bg3 { background: #F4A92C;}
.bg4 { background: #d0e100;}
.bg5 { background: #E54C3C;}*/
.custom-btngroup .com-icon:first-child {
	border-radius: 3px 0 0 3px !important;
}
.custom-btngroup .com-icon:last-child {
	border-radius: 0px 3px 3px 0px !important;
}
span a.bg2:hover,a.bg3:hover,a.bg4:hover,a.bg5:hover{background:#36AAFF;color: #fff;}
/*.ui-sortable-handle .panel-heading{padding: 10px 0px !important;}*/
/*custom*/

/* lobi panel css */

/* Form Section */

/*spacer*/
.pad-40-20 { padding: 40px 20px;}
.mb-20 { margin-bottom: 20px !important;}
.mb-10 { margin-bottom: 10px !important;}
/* text style */
.color-bluegray { color: #818e9b !important;}
.color-444 { color: #444 !important;}
.color-888 { color: #888 !important;}
.color-black { color: #000 !important;}
.t1 {font-size: 16px;font-weight: bold;}
.title1 {
	color: #444;
	font-size: 30px;
	font-weight: 300;
}
.sub-title1 {
	color: #888;
	font-size: 14px;
	margin-bottom: 25px !important;
}
.sub-title3 {
	color: #888;
	font-size: 13px;
}
.title2 {
	color: #000;
	font-size: 24px;
	font-weight: 300;
}
.sub-title2 {
	color: #818e9b;
	font-size: 14px;
	margin-bottom: 25px !important;
}
.title3 {
	font-size: 22px;
	font-weight: 600;
}

/*text style */

@font-face {
	font-family: "Material Icons";
	font-style: normal;
	font-weight: 400;
	src: url("https://fonts.gstatic.com/s/materialicons/v36/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2") format("woff2");
}
.material-icons {
	direction: ltr;
	display: inline-block;
	font-family: "Material Icons";
	font-feature-settings: "liga";
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	overflow-wrap: normal;
	text-transform: none;
	white-space: nowrap;
}


.form-component { position: relative;}
.form-component:hover .handle-actions { opacity: 1; }
.handle-actions {
	opacity: 0;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translate(0%, -50%);
	z-index: 9999;
	display: table;
	border-radius: 3px;
}
.form-style1 .form-control {
	background: #eeeeee none repeat scroll 0 0;
	border-radius: 3px;
	box-sizing: border-box;
	color: #555;
	font-size: 14px;
	font-weight: 300;
	height: 100%;
	margin-bottom: 20px;
	padding: 12px 15px;
}
.form-style1 .handle-actions {
	background: #82b541 none repeat scroll 0 0;
	color: #fff;
}
.handle-actions > span {
	display: table-cell;
	padding: 0 8px;
	text-align: center;
	cursor: pointer;
	transition: all .5s ease;
}
.handle-actions > span:hover {
	background: #000;
	transition: all .5s ease;
}
.handle-actions .panel-heading { padding: 0px;}
.bg-green {
	background: #82b541 none repeat scroll 0 0;
}
.btn.bg-green, .btn.bg-green2, .btn.bg-orange, .btn.bg-blue  { padding:12px; border-radius: 3px; transition: all .5s ease;  color: #fff; font-weight: 600;}

.btn.bg-reddr { padding:6px; border-radius: 3px; transition: all .5s ease;  color: #fff; font-weight: 600; 
	background-color: #ef3e3a;
	border-color: #ef3e3a;
}

.btn.bg-green:hover { color: #fff; background: #78A73C; transition: all .5s ease;}
.panel-heading.drag-wrapper {
	background: #1274e7 none repeat scroll 0 0;
	display: block;
	opacity: 10;
	padding: 0;
	/*margin-bottom:0px;*/
	border-radius: 0px;
}
.panel-heading.drag-wrapper:hover { opacity: 1;}
.panel-heading.drag-wrapper > a:first-child {
	background: #1068cf none repeat scroll 0 0;
}
.panel-heading.drag-wrapper  a { display: inline-block; padding: 2px 8px; color: #fff; float: left;}
.panel-heading.drag-wrapper  a:hover { background: #1068cf;}
.box-table {
	display: table;
	width: 100%;
}
.icon-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100px;
}
.content-cell { vertical-align: middle; display: table-cell;}
.box-table .content-cell h5 {
	font-size: 22px;
	font-weight: 600;
	line-height: 50px;
	margin-bottom: 0;
}
.box-table .content-cell p, .box-div p {
	color: #888;
	font-size: 12px;
}
.material-icons.big-icon{
	font-size: 70px;
}
.icon-green {color: #82b541;}
.icon-orange {color: #f7941d;}

/*form2*/
.form-bg1{
	background: #00a78e none repeat scroll 0 0;
	color: #fff;
	padding: 50px 30px;
	border-radius: 3px;
}
.form-style2 .form-control {
	background: #fff none repeat scroll 0 0;
	border-radius: 3px;
	box-sizing: border-box;
	color: #555;
	font-size: 14px;
	font-weight: 300;
	height: 100%;
	margin-bottom: 20px;
	padding: 12px 15px;
}
.form-style2 .handle-actions {
	background: #d0e100 none repeat scroll 0 0;
	color: #fff;
}
.bg-green2 {
	background: #d0e100 none repeat scroll 0 0;
}
.btn.bg-green2:hover { color: #fff; background: #C0CF00; transition: all .5s ease;}
.box-div h5 {
	font-size: 26px;
	font-weight: 600;
	line-height: 60px;
	margin-bottom: 0;
}
.form-bg1 .form-group:last-of-type {
	margin-bottom: 0;
}
.bg-f4 { background: #F4F4F4;}
/*form2*/
/*form3*/

.form-style3 .form-control {
	background: #F4F4F4 none repeat scroll 0 0;
	border-radius: 100px;
	box-sizing: border-box;
	color: #555;
	font-size: 14px;
	font-weight: 300;
	height: 100%;
	margin-bottom: 20px;
	padding: 12px 15px;
}
.form-style3 .handle-actions {
	background: #f7941d none repeat scroll 0 0;
	color: #fff;
}
.bg-orange {
	background: #f7941d none repeat scroll 0 0;
}
.b-radius-100 { border-radius: 100px !important;}
.btn.bg-orange:hover { color: #fff; background: #E4881B; transition: all .5s ease;}
.m-0 { margin: 0px !important;}
.border-div1.custom-draggable.lobipanel.lobipanel-sortable {
	border: 2px solid #f4f4f4;
	padding: 0;
}
.form-custom-width {
	margin: 0 auto;
	text-align: center;
	width: 40%;
}

@media (max-width: 767px){
	.form-custom-width {
		width: 90%;
	}
}
/*form3*/

/*form4*/
.form-style4 .form-control {
	background: #F2F6FA none repeat scroll 0 0;
	border-radius: 3px;
	box-sizing: border-box;
	color: #555;
	font-size: 14px;
	font-weight: 300;
	height: 100%;
	margin-bottom: 20px;
	padding: 12px 15px;
}
.form-style4 .handle-actions {
	background: #ff7243 none repeat scroll 0 0;
	color: #fff;
}
.btn.bg-red {
	background: #ff7243 none repeat scroll 0 0;
	padding: 20px;
	color: #fff;
	font-weight: 600;
}
.btn.bg-red:hover { color: #fff !important; background: #EB693E; transition: all .5s ease;}
.bg-white { background: #fff; padding: 30px; border-radius: 3px; }
.bg-img {
	background-attachment: scroll;
	background-color: #363f48;
	background-position: center center;
	background-size: cover;
}
.bg-img.bg-overlay-green {background-image: linear-gradient(rgba(0, 200, 83, 0.8), rgba(0, 200, 83, 0.8)), url("../images/uploads/edifice-section/studio-form-bg.jpg");
	padding: 150px 0px;}
.label-box-f4 {
	background: #f4f4f4 none repeat scroll 0 0;
	border-radius: 3px;
	color: #818e9b;
	font-size: 75%;
	font-weight: bold;
	padding: 0.2em 0.6em 0.3em;
}


/*form4/
/*form5*/
.bg-f4 pad-40-20 { border-radius: 3px;}
.form-style5 .form-control {
	background: #ddd none repeat scroll 0 0;
	border-radius: 3px;
	box-sizing: border-box;
	color: #555;
	font-size: 14px;
	font-weight: 300;
	height: 100%;
	margin-bottom: 20px;
	padding: 12px 15px;
}
.form-style5 .handle-actions {
	background: #f7941d none repeat scroll 0 0;
	color: #fff;
}

.bg-f4.pad-40-20 { border-radius: 3px;}
/*form5*/

/*form6*/
.form-style6 .form-control {
	background: #ddd none repeat scroll 0 0;
	border-radius: 3px;
	box-sizing: border-box;
	color: #555;
	font-size: 14px;
	font-weight: 300;
	height: 100%;
	margin-bottom: 20px;
	padding: 12px 15px; 
}
.form-style6 .handle-actions {
	background: #009cde none repeat scroll 0 0;
	color: #fff;
}
.btn.bg-blue { background: #009cde;}
.btn.bg-blue:hover { color: #fff; background: #0090CD; transition: all .5s ease;}
.h-90 { height: 90px;}
.big-icon { font-size: 70px;}
.big-icon2 { font-size: 42px;}
/*form6*/
.panel-heading.drag-wrapper::after { clear: both; content: ""; display: table;}
/* Form Section */


/*eo1625*/
/*button*/
.edibtn {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

/*button*/
/*flat button styles*/
.edi-btn-default { background: #e4e7ea; color: #222; transition: .5s ease; border: 1px solid #e4e7ea;}
.edi-btn-default:hover, .edi-btn-default:focus { background: #e4e7ea; color: #222; opacity: 0.8; transition: .5s ease; border: 1px solid #e4e7ea;}
.edi-btn-info { background: #03a9f3; color: #fff; transition: .5s ease; border: 1px solid #03a9f3;}
.edi-btn-info:hover, .edi-btn-info:focus { background: #03a9f3; color: #fff; opacity: 0.8; transition: .5s ease; border: 1px solid #03a9f3;}
.edi-btn-primary { background: #ab8ce4; color: #fff; transition: .5s ease; border: 1px solid #ab8ce4;}
.edi-btn-primary:hover, .edi-btn-primary:focus { background: #ab8ce4; color: #fff; opacity: 0.8; transition: .5s ease; border: 1px solid #ab8ce4;}
.edi-btn-success { background: #00c292; color: #fff;  transition: .5s ease; border: 1px solid #00c292;}
.edi-btn-success:hover, .edi-btn-success:focus { background: #00c292; color: #fff; opacity: 0.8; transition: .5s ease;border: 1px solid #00c292;}
.edi-btn-warning { background: #fec107; color: #fff;  transition: .5s ease; border: 1px solid #fec107;}
.edi-btn-warning:hover, .edi-btn-warning:focus { background: #fec107; color: #fff; opacity: 0.8; transition: .5s ease; border: 1px solid #fec107;}
.edi-btn-danger { background: #d50000; color: #fff;  transition: .5s ease;border: 1px solid #d50000;}
.edi-btn-danger:hover, .edi-btn-danger:focus { background: #d50000; color: #fff; opacity: 0.8; transition: .5s ease;border: 1px solid #d50000;}
.edi-btn-dark { background: #000; color: #fff;  transition: .5s ease;border: 1px solid #000;}
.edi-btn-dark:hover, .edi-btn-dark:focus { background: #000; color: #fff; opacity: 0.8; transition: .5s ease;border: 1px solid #000;}
/*flat button styles*/
/*outline button styles*/
.btn-outline-default { background: transparent; color: #222;}
.btn-outline-info { background: transparent; color: #03a9f3;}
.btn-outline-primary { background: transparent; color: #ab8ce4;}
.btn-outline-success { background: transparent; color: #00c292;}
.btn-outline-warning { background: transparent; color: #fec107;}
.btn-outline-danger { background: transparent; color: #d50000;}
.btn-outline-dark { background: transparent; color: #000;}
/*outline button styles*/

/*rounded button styles*/
.edibtn-rounded { border-radius: 4px;}
.edibtn-round { border-radius: 100px;}
/*rounded button styles*/
/*button sizes*/
.edi-btn-standard { padding: 6px 12px; font-size: 12px;}
.edi-btn-sm { padding: 4px 10px; font-size: 12px;}
.edi-btn-xs { padding: 2px 6px; font-size: 10px;}
.edi-btn-lg { padding: 8px 16px; font-size: 16px;}
.edi-btn-xlg { padding: 12px 20px; font-size: 18px;}
.edi-btn-block { display: block; width: 100%;}
/*button sizes*s/
/*eo1625*/

/*End
---------------------------------------- */ 


/*****Wasil Custom CSS - Lobi panel **/
.panel-heading.edi-section-settings{background:#323232;transition:all linear 0.5s;-moz-transition:all linear 0.5s;-webkit-transition:all linear 0.5s;}
.panel-heading.edi-section-settings a:first-child{
	background:#222;
}

.panel-heading.edi-section-settings > a:hover{background:#222;}
.edi-section-settings {
	position: absolute;
	right: 0%;
	width: 60px;
	z-index: 9999 !important;
	top: 0px;
}
.edifice-widget .edi-section-addon .dropdown ul li {
	background: #1274e7 none repeat scroll 0 0;
}

.edifice-widget .edi-section-addon { 
	height: 100% !important;
	opacity: 0;
	position: absolute !important;
	top: 0px !important;
	width: 100%;
	z-index: 99;
	border-bottom:none;
}
.edifice-widget .edi-section-addon ul{
	margin-top:13px;
}	
.edifice-widget .edi-section-addon:hover{opacity: 10;}
.edi-section-addon ul li {
	background: #323232 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	padding: 3px 7px;
}

.edi-section-addon ul li a{color: #fff;}
.edi-section-addon ul li:hover{background: #222222;}	
.empty-widget { height: 0px; margin: 0px; padding: 0px;}



/*eo1625** Lune section implementation */
.pr-25 { padding-right: 25px;}
.p-tb-30-50 { padding: 30px 0px 50px 0px;}
.p-tb-100 { padding: 100px 0px;}
.p-tb-150 { padding: 150px 0px;}
.p-lr-50 { padding: 0px 50px;}
.edi-bgimg { background-repeat: no-repeat; background-size: cover; background-position: center; }
.edi-bg-img001 { background-image:url(../images/uploads/edifice-section/hero-001.jpg); padding:200px 0px; }
.edi-bg-img002 { background-image:url(../images/uploads/edifice-section/hero-007.jpg);}
.edi-bg-img003 { background-image:url(../images/uploads/edifice-section/hero-014.jpg);}
.edi-bg-img004 { background-image:url(../images/uploads/edifice-section/hero-013.jpg);}
.edi-bg-img005 { background-image:url(../images/uploads/edifice-section/hero-016.jpg);}
.edi-bg-img006 { background-image:url(../images/uploads/edifice-section/hero-026.jpg);}
.edi-bg-img007 { background-image:url(../images/uploads/edifice-section/hero-035.jpg);}

.justifycontent-center {
	display: flex;
	justify-content: center;
}	
.w-100per { width: 100%;}
.edi-label-block{
	text-align: center;
	padding: 8px;
	border-radius: 3px;
}
.bg-D32F2F { background: #D32F2F;}
.bg-fff { background: #fff;}
.display-table { display: table;}
.table-cell-vt { display: table-cell; vertical-align: top;}
.boxshadow-001 {box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);}
.box-001 { padding: 40px; border-radius: 2px;}
.sec-icon-position { position: absolute; bottom: -25px;}
.content-block-container .sec-icon-position i.circle-icon-block { margin-bottom: 0px;}
/*eo1625** Lune section implementation */

section{position: relative;}


/*8th may 2018 (tl) */
.panel-heading.drag-wrapper.edifice-topmadal.edi-section-column a{padding:2px 5px !Important;}
.panel-heading.drag-wrapper.edi-section-settings a {padding:2px 7px !Important;}
/*8th may 2018 */



/** custom Css (bala) **/

.logo-height {
	width: 100%;
	height: 60px; 
}	


/** survey-360 Pricing Section **/	

.pricing-006 h1.hdtitle {
	color: #3c3c3b;
	font-size: 30px;
	font-weight:600;
	margin-bottom:70px;
}
.pricing-006 {
	background-color: #e0f2fa;
	padding: 50px 0px;
}
.price-col {
	height: auto;
	border: 3px solid #3c3c3b;
	padding: 40px 30px;
	background-color: #fff;
	border-radius: 10px;
}
div[class*='col-'] .price-col .image-block-container img{
	width:auto;
	height:auto;
	margin:0 auto;
}
div[class*='col-'] .price-col .image-block-container {
	height:auto;
}

.price-col h3 {
	color:#3c3c3b;
	font-size:20px;
	margin-top: 10px;
}
.pr006-price p {
	color: #3c3c3b;
	font-size: 30px;
	margin-top: 10px;
	font-weight: 600;
}
.pr006-list li{
	color: #3c3c3b;
	font-size: 14px;
	list-style: none;
	font-weight: 500; 
}
.pr006-list i.fa.fa-check {
	margin-right: 10px;
}

.pr006-list {
	padding: 20px 30px;
	height:260px;
}
.pr006-price {
	position:relative;
}
.pr006-price span {
	position: relative;
	top: -6px;
	font-size: 20px;
	left: -1px;
	font-weight: 600;
}

.pr006-btn {
	background-color: #3c3c3b;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	border-radius: 2px;
	margin: 0 auto;
	text-align: center;
	padding: 8px 22px;
}

/* Rectangle Out */
.hvr-rectangle-out {
	background-color: #3c3c3b;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	width:150px;
	border-radius: 2px; 
	padding: 8px 22px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative; 
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.hvr-rectangle-out:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:#3c3c3b;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out; 
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
	color: #fff;
	background:#fff;
	border:1px solid  #3c3c3b;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
	-webkit-transform: scale(1);
	transform: scale(1); 
}

.price-col.second-col h3 {
	color:#48cbff;	
} 
.price-col.second-col { 
	border: 3px solid #48cbff; 
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.pr006-tophead h1 {
	background-color: #48cbff;
	margin-bottom: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	padding: 10px;
}
.second-col .pr006-list {
	height:290px;
}

.second-col .hvr-rectangle-out {
	background-color: #48cbff; 
}
.second-col .hvr-rectangle-out:before { 
	background: #48cbff;
}

.second-col .hvr-rectangle-out:hover, .second-col .hvr-rectangle-out:focus, .second-col .hvr-rectangle-out:active {
	color: #fff;
	background:#fff;
	border:1px solid  #48cbff;
}
.mt-40{
	margin-top:40px;
}
ul.pr006-list.mt-40 {
	margin-top:40px;
}

span.space {
	padding-left: 20px;
}

.third-col .pr006-list { 
	height: 320px;
}


.price-col.third-col h3 {
	color: #374def;
}

.price-col.third-col {
	border: 3px solid #374def;
	border-radius:10px;
	margin-top:40px;
}
.third-col .hvr-rectangle-out {
	background-color: #374def; 
}
.third-col .hvr-rectangle-out:before { 
	background: #374def;
}

.third-col .hvr-rectangle-out:hover, .third-col .hvr-rectangle-out:focus, .third-col .hvr-rectangle-out:active {
	color: #fff;
	background:#fff;
	border:1px solid  #374def;
}
.price-col.mt-40{ 
	margin-top:40px; 
}


@media (max-width:1024px) {

	.pr006-list {
		padding: 0px;
		height:200px;	
	}
	.price-col { 
		padding: 25px 15px; 
	}
	.pr006-list li { 
		font-size: 13px; 
	}
	.second-col .pr006-list {
		height: 230px;
		margin-top: 10px;
	}
	.third-col .pr006-list {
		height: 265px;
		margin-top: 10px;
	}

}
@media (max-width:568px) {
	.pr006-list {
		padding: 20px 30px;
		height: auto;
	}
	.price-col{ 
		margin: 20px;
	}
	.second-col .pr006-list {
		height: auto; 
		margin-bottom: 20px;
		margin-top:0px;
	}
	.third-col .pr006-list {
		height: auto;
		margin-bottom: 20px;
		margin-top:0px;
	}
	.pricing-006 h1.hdtitle { 
		font-size: 28px; 
		margin-bottom: 10px;
	}
	ul.pr006-list.mt-40 {
		margin-top: 40px;
		margin-bottom: 20px;

	}
	.pr006-tophead {
		margin:20px 20px 0px;
	}
	.price-col.second-col {
		margin:0px 20px 20px;  
	}
}


/** survey-360 Header2 Section **/	

.header2 nav.navbar.navbar-fixed-top {
	background-color: #4473f9;
	border-bottom: 2px solid #557af8;
} 

.navbar-right.fx-right {
	float:none!important;
}
.header2 .input-group {
	padding-top: 18px;
}
.header2 input.form-control {
	background-color: #fff;
	padding: 0px 20px;
	border-radius: 5px; 
	font-size: 14px; 
	font-family: alternate-gothic-no-3-d, sans-serif; 
	font-style: normal; 
	font-weight: 400;	
} 
.header2 input::placeholder {
	color:#cccccc;
}
.header2 button.btn {
	padding: 13px;
	border: none;
	color: #fff;
	background: #6091fb;
	font-size: 13px; 
	font-family: alternate-gothic-no-3-d, sans-serif;
	font-style: normal;
	font-weight: 600;
}
.header2 button.btn:hover{

}
ul.navbar-nav.sin-btn {
	padding-top: 18px; 
}

ul.navbar-nav.sin-btn > li > a.btn {
	padding: 0px;
	margin: 0px 10px;
	font-size: 17px;
	background: transparent;
	font-family: alternate-gothic-no-3-d, sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #fff;
}
.header2 .navbar-collapse.collapse, .header2 .header-menu.header-menu-left .navbar-collapse.collapse, .header2 .header-menu.header-menu-center .navbar-collapse.collapse { 
	display: block !important;
	background-color: transparent;
}
.header2 ul.navbar-nav.sin-btn > li {
	border:none;
}

/* Sweep To Top */
.header2 .hvr-sweep-to-top {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.header2 .hvr-sweep-to-top:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0848f7;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.header2 .hvr-sweep-to-top:hover, .header2 .hvr-sweep-to-top:focus, .header2 .hvr-sweep-to-top:active {
	color: white;

}
.header2 .hvr-sweep-to-top:hover:before, .header2 .hvr-sweep-to-top:focus:before, .header2 .hvr-sweep-to-top:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1); 
	background-color:#0848f7 !important;   
}


/* Underline From Center */
.sin-btn .hvr-underline-from-center {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
}
.sin-btn .hvr-underline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #0f44d6;
	height: 3px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.sin-btn .hvr-underline-from-center:hover:before, .sin-btn .hvr-underline-from-center:focus:before, .sin-btn .hvr-underline-from-center:active:before {
	left: 0;
	right: 0;
}


@media (max-width:1024px) {

	.xs-pl-0 {
		padding-left:0px;
	}

}
@media (max-width:479px) {

	.header2 .navbar-brand > img {
		width: 120px;
		height: 100%;
	} 
	.col-xs-6.w-50{
		width:50%; 
	}
	ul.navbar-nav.sin-btn {  
		padding: 0px;
	} 
	.header2 .navbar-right a.btn.btn-primary {
		margin-top: 25px;
		background-color: #0848f7;
		border: none;
		border-radius: 0px;
	}
	.col-xs-8.w-80 {
		width:80%;
		text-align: right;
	}
	.col-xs-4.w-20 {
		width:20%;
	}
	.header2 ul.navbar-nav.sin-btn > li { 
		padding: 17px;
	}
	.header2 .input-group {
		padding-top: 18px;
		position: absolute;
		top: 64px;
		left: -165px;
	}
	.header2 nav.navbar.navbar-fixed-top { 
		height: 145px;
	}
	.header2 input.form-control { 
		padding: 0px 15px; 
		width: 200px;
		font-size: 13px;
		height:37px;
	}
	.header2 button.btn {
		padding: 10px; 
		font-size: 12px;
	}
	.xs-p0{
		padding:0px;
	}
	ul.navbar-nav.sin-btn > li > a.btn { 
		font-size: 14px; 
	}
	.header2 ul.navbar-nav.sin-btn > li {
		padding: 17px 0px;
	}

}


/*
* GFI & ICO Header Custom styles
*/
.gfi-header .navbar-brand {
	font-size: 24px;
	line-height: 25px;
	transition: all 0.3s ease;
}
.gfi-header .navbar-brand > img {
	margin-top:10px;	
}

.gfi-header .navbar-container {
	padding: 20px 0 20px 0;
}
.navbar.navbar-fixed-top.gfi-header {
	background-color:#0091c8;

}
.navbar.navbar-fixed-top.gfi-header.fixed-theme {
	background-color: #222;
	border-color: #080808;
	box-shadow: 0 0 5px rgba(0,0,0,.8);
}

.gfi-header .navbar-brand.fixed-theme {
	font-size: 18px;
}

.gfi-header .navbar-container.fixed-theme {
	padding: 0;
}

.gfi-header .navbar-brand.fixed-theme,
.gfi-header .navbar-container.fixed-theme,
.navbar.navbar-fixed-top.gfi-header.fixed-theme,
.gfi-header .navbar-brand,
.gfi-header .navbar-container{
	transition: 0.8s;
	-webkit-transition:  0.8s;
}

.nav-custom ul.navbar-nav > li > ul.sub-menu {
	top:100%;
	overflow:initial;
	background-color: #fff;
	height: auto;
	text-align:right;
	left: 0px; 
	border: none;
	border-radius: 0px; 
}
.nav-custom ul.navbar-nav > li > a:not(.btn) { 
	font-weight: 600;
	text-decoration: none;
	padding: 18px 15px;
	display: block;
	color: #fff;
	transition: all 0.2s ease-in-out 0s;
	opacity: 1;
	line-height: 22px;
	border:none; 
}

.nav-custom ul.navbar-nav > li > ul.sub-menu li a {
	font-weight: 400; 
	font-size: 12px;
	text-transform: uppercase;
	opacity:1;
}
.nav-custom ul.navbar-nav > li > ul.sub-menu li a:hover{
	color:#42beec; 
}


.nav-custom ul.navbar-nav > li > a:not(.btn) i.fa  {
	margin-right: 5px;
	color: #fff;
}
.nav-custom ul.navbar-nav > li {
	margin: 0 2px; 
}

.nav-custom ul.navbar-nav > li > a:hover {
	color: #fff;
	background: #3fc5f8;
}
.nav-custom ul.navbar-nav > li > ul.sub-menu:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #fff;
	top: -5px;
	z-index: -1;
	left: 26px;
	transform: rotate(-45deg);
}
.nav-custom ul.navbar-nav > li > ul.sub-menu li a:hover, .nav-custom ul.navbar-nav > li > ul.sub-menu li a:focus, .nav-custom ul.navbar-nav > li > ul.sub-menu li a:active {
	background-color:transparent;
	border:none;
}
.nav-custom span.menu-arrow {
	display:none;
}

.gfi-header.ico-con .navbar-brand > img {
	max-height:95px;
	margin-top:0px;
}

.ico-con .nav-custom .nav>li>a>img {
	width: 24px;
	display: block;
	margin: 5px auto;
}
.ico-con .nav-custom ul.navbar-nav > li > a:not(.btn) {
	text-transform:capitalize;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif; 
	font-size:15px;
}
.ico-con .nav-custom ul.navbar-nav > li > a:hover {
	color: #fff;
	background: transparent;
}
.ico-con .nav-custom ul.navbar-nav > li > a:hover img{
	margin-top:1px;
	margin-bottom:9px;
	transition:all .3s ease-in-out; 
}
.bottom-nav {
	background-color: #333333;
}

.top-nav {
	background: #272727;
	height: 34px;
	font-size: 13px;
	color: #fff;
	z-index: 9999;
}
ul.nav-list{
	float:right;
}
ul.nav-list li {
	list-style: none;
	float: left;
	padding: 10px 4px;
	margin-bottom: 0px;
} 

.nav-list li a {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif; 
}
.nav-list li:first-child a { 
	border-right: 1px solid #fff;
	padding: 0px 10px;
	text-align: center;  
}
.nav-list li a.nav-border { 
	padding: 1px 32px 3px;
	border-radius: 20px;
	line-height: 20px;
}
/* Shutter In Horizontal */
.nav-list .hvr-shutter-in-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	background: #ec1c24;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-list .hvr-shutter-in-horizontal:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius:20px;
	border:1px solid #fff;
	background: #272727;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.nav-list .hvr-shutter-in-horizontal:hover, .nav-list .hvr-shutter-in-horizontal:focus, .nav-list .hvr-shutter-in-horizontal:active {
	color: #fff;
}
.nav-list .hvr-shutter-in-horizontal:hover:before, .nav-list .hvr-shutter-in-horizontal:focus:before, .nav-list .hvr-shutter-in-horizontal:active:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}
.nav-custom.nav-dr ul.navbar-nav > li > a:not(.btn){
	font-family: 'Lora', serif;
	font-size:13px;
	padding: 6px 10px;
	line-height:24px;
}
.gfi-header.dr-header .navbar-brand {
	font-size: 18px; 
	color:#fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}
.gfi-header.dr-header .navbar-brand > img {
	margin-top: -5px;
	margin-right:10px;
}

.nav-custom.nav-dr ul.navbar-nav > li > a:hover, .gfi-header.dr-header .navbar-brand:hover {
	color: #EF3E3A;
	background: transparent;
	transition: all linear .5s;
}
.header-bg {
	margin: 0px;
	background: linear-gradient(to right, #121617 0%,#141819 25%,#15191a 29%,#171b1c 33%,#37393a 50%,#37393a 71%,#323334 85%,#2c2c2d 100%);
	height: auto;
}

.gfi-header.dr-header .navbar-container {
	padding: 20px 5px;
}
.navbar.navbar-fixed-top.gfi-header.dr-header {
	background-color: transparent;
}
.nav-custom ul.dropdown-menu.sub-menu {
	display:none;
}
.nav-custom ul.navbar-nav > li:hover ul.dropdown-menu.sub-menu { 
	display: block;
} 






@media (max-width:1024px) {

	.gfi-header .navbar-container {
		padding: 20px 10px;
	}

	.gfi-header .navbar-toggle > span.sr-only {
		opacity:0;
	}
	.gfi-header .navbar-toggle .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		top: -24px;
		right: 20px;
		opacity: 1;
		background: #fff;

	}
	.gfi-header .navbar-toggle {
		overflow:initial;
		margin: 18px 0;
	}
	.nav-custom ul.navbar-nav {
		background-color:#24afe2;
	}
	.nav-custom ul.navbar-nav > li > ul.sub-menu li:first-child {
		display: block;
	} 
	.gfi-header.ico-con .navbar-brand > img {
		max-height: 60px; 
	}
	.ico-con .nav-custom .nav>li>a>img {
		display: inline-block;
		margin: 0px auto;
		margin-right: 17px;
	}
	.ico-con .nav-custom ul.navbar-nav {
		background-color: #272727;
	}
	.nav-custom.nav-dr ul.navbar-nav {
		background-color: #141819;
	}
	.gfi-header.dr-header .navbar-brand {
		padding-top:12px;
	}

}

@media (max-width:568px) {

	.gfi-header .navbar-header {
		margin:0 auto;
	}
	.gfi-header .navbar-toggle .icon-bar{
		right:0px;
		width:17px;
	}
	.gfi-header .navbar-container {
		padding: 10px 15px 5px;
	}
	.gfi-header .navbar-brand > img { 
		width: 70px;
		height: 100%;
	}

	.gfi-header .navbar-collapse.collapse.in,  .gfi-header .navbar-collapse.collapse,  .gfi-header .navbar-collapse.collapsing {
		margin-left:0px;
		margin-right:0px;
	}
	.nav-custom ul.navbar-nav > li > a:not(.btn) { 
		padding: 12px 5px;
		font-size:12px;
		font-weight:400;
	}
	.nav-custom ul.navbar-nav > li > ul.sub-menu {
		text-align:left;
	}
	.nav-list li a.nav-border {
		padding: 1px 10px 3px; 
	}
	ul.nav-list {
		float: left;
	}
	.gfi-header.ico-con .navbar-brand > img {
		max-height: 45px;
		width:auto;
	}
	.nav-list li a { 
		font-size: 12px;
	}
	.ico-con .nav-custom .nav>li>a>img {
		width: 15px;
	}
	.ico-con .nav-custom ul.navbar-nav > li > a:not(.btn) { 
		font-size: 13px;
	}
	.gfi-header.dr-header .navbar-brand > img {
		width: auto;
		height: auto;
	} 
	.gfi-header.dr-header .navbar-header { 
		padding: 0px 10px; 
	}
	.shrink-script ul.nav-list li:last-child{ 
		float:right;
	}
	.add { 
		font-size: 13px;
	}

}


/* for settings purpose */
.btn-3d { border-bottom-width: 5px;}
.btn-xlg {
	padding: 14px 20px;
	font-size: 20px;
	line-height: 1.66;
}
.btn-standard {
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.33;
}
.btn-dark {
	color: #fff;
	background-color: #000;
	border-color: #1e1818;
}

.btn-dark:hover {
	color: #fff;
	background-color: #212020;
	border-color: #1e1818;
}
.btn-rounded { border-radius: 3px;}
.btn-round { border-radius: 100px;}
.btn-square { border-radius: 0px;}
/* for settings purpose */


/* Seaberg Table Widget css */

.dr-table {
	padding:60px 0px;
}
.dr-table h1.hdtitle{
	font-size: 28px;
	font-weight: 700; 
	font-family: 'Lora', serif;
}

.dr-table div[class*='col-'] .image-block-container img { 
	width: auto;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom: 50px; 
}

.dr-table .table>thead>tr>th{
	font-size: 16px;
	font-family: 'Lora', serif;
	font-weight: 700; 
	color: #272525;
}
.dr-table .table>tbody>tr>td { 
	font-size: 14px;
	font-weight: 400; 
	color: #333;
	font-family: 'Lora', serif;
}

@media (max-width:1024px) {

	.dr-table .table>thead>tr>th {
		font-size: 14px; 
	}
	.dr-table .table>tbody>tr>td {
		font-size: 13px;
	}

}
@media (max-width:568px) {

	.dr-table h1.hdtitle {
		font-size: 22px; 
	}
	.m-scroll {
		overflow:scroll;
	}
	.dr-table div[class*='col-'] .image-block-container img { 
		margin-bottom: 30px;
	}
	.dr-table {
		padding: 40px 0px;
	}

}

/* Seaberg Table Widget css */


/* Seaberg accordian Widget css */
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}
.accordion {
	overflow:hidden;
}
.accordion-section { margin-bottom: 15px; border: 1px solid #f5f5f5; border-radius: 4px;}
.accordion-section:last-child { margin-bottom: 0px;}
.accordion-section-title {
	width:100%;
	padding:7px 15px;
	display:inline-block;
	background:#f5f5f5;
	transition:all linear 0.15s;
	/* Type */
	font-size:16px;
	color:#000;
}
.accordion-section-title.active, .accordion-section-title:hover {
	background:#EF3E3A;
	text-decoration:none;
}

.accordion-section-content {
	background-color: #fff;
	padding:7px 15px;
	display:none;
}

/* Seaberg accordian Widget css */


/* Seaberg testimonial Widget css */
.custom-carousel-001 .right.carousel-control {
	left: 0;
	width: 4%;
	background-image: none;
	background-color: #d64b47;

}
.custom-carousel-001 .glyphicon { font-size: 16px;}
.custom-carousel-001 .carousel-inner { background: #ee534f;}
.custom-carousel-001 .item { padding: 50px;}
.custom-carousel-001 .item:after { clear: both; display: table; content: "";}
.d-block { display: block;}
.custom-carousel-001 .carousel-control .glyphicon-chevron-right { bottom: 10px; top: auto;}

/* Seaberg testimonial Widget css */

/* gfi testimonial Widget css */
.gfi-carousel-section { background-color: #0091c8; padding-top: 80px; padding-bottom: 80px;}
.custom-carousel-002 .carousel-indicators {
	margin-bottom: 0px;
	bottom: -30px;
}
.custom-carousel-002 .item {
	padding: 30px 0px;
}

.custom-carousel-002 .item::after {
	display: table;
	content: "";
	clear: both;
}

/* gfi testimonial Widget css */


/* gfi trip Widget css */

[class*="col-"].col-join { padding-left: 0px; padding-right: 0px;}
.image-with-label { position: relative; transition: ease .5s;}
.image-with-label:hover { opacity: 0.7; transition: ease .5s;}
.image-label {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px 15px;
	color: #fff;
	text-align: center;
}
.image-label.bg-odd { background-color: #0091C8; }
.image-label.bg-even { background-color: #006D96; }
@media (max-width: 767px){
	[class*="col-"].col-join { padding-left: 15px; padding-right: 15px; margin-bottom: 15px;}
}

/* gfi trip Widget css */

/* gfi video thumb css */
.video-gallery-section { background-color: #222; padding: 30px 0px;}
.video-gallery-left, .video-gallery-right { height: 500px; overflow: hidden;}
.video-gallery-right ol { list-style: none; padding-right: 25px;}
/*.video-gallery-right li { margin-bottom: 15px;}
.video-gallery-right li:last-child { margin-bottom: 0px;}
.video-gallery-wrapper img { margin-bottom: 10px;}*/
.video-gallery-right li p { margin-top: 12px; margin-bottom: 12px;}
.video-gallery-right a { text-align: center; font-size: 14px; color: #fff;}
.video-gallery-right .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #0091C8; }
.video-gallery-right .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .video-gallery-right .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #0091C8; }
/* gfi video thumb css */

/* gfi marquee css */
.gfi-marquee a {
	color: #05578f;
	font-size: 20px;
}

.gfi-marquee span::after {
	margin-left: 20px;
	margin-right: 20px;
	content: "|";
	font-size: 26px;
	color: #05578f;
}
.gfi-marquee span:last-child::after{
	content: "";

}
/* gfi marquee css */

/* gfi success css */
[class*="col-"].gfi-success-wrapper { width: 44%; margin-left: 3%; margin-right: 3%;}
/*@media (max-width:960px){
[class*="col-"].gfi-success-wrapper { width: 100%; margin-left: 0; margin-right: 0; padding-left: 70px; padding-right: 35px;}	
}*/



.gfi-success {
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
	border-radius: 4px;
	min-height: 400px;
}
.gfi-success-border {
	border: 1px solid #0091C8;
}

.gfi-success-bg {
	background-color: #0091C8;
}
.d-tcell {
	display: table-cell;
}
.v-top {
	vertical-align: top;
}
.gfi-success .placed-img {
	position: relative;
	left: -65%;
	width: 120px;
}
.gfi-success .placed-content { margin-left: -50px;}
.gfi-success p { margin-bottom: 0px; text-align: justify; font-size: 14px;}
.gfi-success p:last-of-type {margin-top: 20px;}
.gfi-success-bg p { color: #fff;}

@media (max-width: 860px) {
	[class*="col-"].gfi-success-wrapper { width: 100%; margin-left: 0; margin-right: 0;}
	.gfi-success .d-tcell { display: block;}
	.gfi-success .placed-content { margin-left: 0px;}
	.gfi-success .placed-img {left: 0; margin-left: auto; margin-right: auto;  margin-bottom: 20px;}
	.gfi-success p {text-align: center;}
}
/* gfi success css */


/* gfi contact form css */


.wform-001 .edi-iconsgroup{
	width:60px;
}
.wform-001 .box-table .content-cell p {
	margin-bottom:0px !important;
}
.wform-001 .box-table { 
	margin-bottom: 30px;
}

.wform-001 .box-table {
	display: inline-flex; 
}

.wform-001 i.fa.big-icon.big2 { 
	font-size:40px;
	color:#82b541;
}


/* gfi contact form css */


/* dummy menu css */
.fixed-nav.dummy-nav {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 999;
	height:90px;
	padding: 15px 0px;
}
.dummy-nav { background: #0091C8;}
.custom-ul { padding: 0; margin: 0; list-style: none;}
.custom-ul li { float: left; padding: 15px 10px; margin-bottom: 0px;}
.custom-ul li i { vertical-align: middle;}
.dummy-nav.seaberg-menu { background:#37393A; height: auto;}
.seaberg-menu .nav-custom ul.navbar-nav > li > a:hover {background: transparent; color: #EF3E3A; }
.dr-logo {
	position: absolute;
	top: 15px;
	margin-left: 15px;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
}
/* dummy menu css */

.fixed-nav.gf-nav {
	position: relative;
	left: 0;
	right: 0;
	z-index: 999;
	height: 90px;
	padding: 15px 0px;
	box-shadow:none;
}

.gf-nav { background: #0091C8;}


/* Shrink ICO menu css */

nav.navbar.shrink {
	min-height: 70px;
}

nav.shrink .navbar-brand { 
	width:135px;
	margin-top: 5px;
	transition: all 0.3s ease;
}

nav.shrink .navbar-toggle {
	padding: 4px 5px;
	margin: 8px 15px 8px 0;
}
.add{
	background-color:#ff0;
} 

.gfi-header.shrink .navbar-container {
	padding: 0px;
}
.ico-con.shrink  .nav-custom ul.navbar-nav > li > a:not(.btn) {  
	padding: 8px 15px 12px; 
	line-height: 18px;
} 

.shrink .ico-con .nav-custom .nav>li>a>img { 
	margin: 0px auto 5px;
}
.add {
	background: #e7e7e7;
	color: #ec1c24;
	text-align: center;
	padding: 9px;
	font-size: 17px;
	-webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
	-moz-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.6);
	z-index: 99;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}

.shrink-script{
	position:relative;
	transition: all 0.5s ease;
}

.shrink-fixed {
	position:fixed !important;
	transition: all 0.3s ease;
}


@media (max-width:568px){

	nav.shrink .navbar-brand {
		width: 80px;
		height: 30px;
		margin-top: 5px;
		margin-left: 10px;
		margin-bottom: 10px;
		transition: all 0.3s ease;
	}

}

.top200 {

	margin-top:200px;

}

/* end Shrink */


/* mobile washer */
.bmw-body { background-color: #000;}
.bg-1e1e1e { background: #1e1e1e;}
.bmw-first-sec, .bmw-second-sec, .bmw-third-sec { float: left; padding: 6px 12px;}
.bmw-first-sec { width: 50%; border-left: 1px solid #616161; border-right: 1px solid #616161;}
.bmw-second-sec { width: 40%;}
.bmw-third-sec { width:10%; background: #f90c66;}
.bmw-header .input-group .form-control { padding: 15px; border: 1px solid #616161; border-right: none; border-radius: 0px; color: #616161;}
.bmw-header .input-group .input-group-addon {border: none; border-radius: 0px; background-color:transparent; border: 1px solid #616161; border-left: none;}
.nav-border-top-bmw { border-top: 1px solid #616161;}
.bmw-header ul.nav.navbar-nav > li > a { color: #616161;}
.bmw-header ul.nav.navbar-nav > li > a:hover { color: #fff; background-color:transparent;}
.bmw-header ul.nav.navbar-nav > li.active > a{ color: #fff;}
.svg-video-wrapper {
	position: relative;
	margin-bottom: 20px;
}

.svg-video-wrapper > video {
	width: 100%;
	vertical-align: middle;
}

.svg-video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
	display: none;
}

.playbutton-center .video-overlay-play-button {
	box-sizing: border-box;
	width: auto;
	height: 70px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	cursor: pointer;
	transition: opacity 150ms;
}

.playbutton-bottom .video-overlay-play-button {
	box-sizing: border-box;
	width: auto;
	height: 30px;
	padding: 0;
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: block;
	cursor: pointer;
	transition: opacity 150ms;
}


.video-overlay-play-button:hover {
	opacity: 1;
}

.video-overlay-play-button.is-hidden {
	display: none;
}
.video-overlay-play-button circle { stroke: #25AAE1; stroke-width:5;}
.video-overlay-play-button polygon { fill: #25AAE1;}
.bg-bmw-001 {background-image:url("../images/uploads/edifice-section/bmw-about-us.jpg"); background-size: cover; background-position: center; height: 100%;}
.bg-bmw-002 {background-image:url("../images/uploads/edifice-section/bmw-videos-bg.jpg"); background-size: cover; background-position: center; height: 100%;}
.bg-191919 { background: #191919;}
.color-pink { color:#F90C66;}
.color-1e1e1e { color:#1e1e1e;}
.color-191919 { color:#191919;}
.color-616161 { color:#616161;}
.color-bmw-blue { color: #25AAE1;}
.text-line-through { text-decoration: line-through;}
.p-80-res { padding: 80px;}
.btn.btn-outline {
	background: transparent;
	border: 1px solid aliceblue;
	border-radius: 0;
	color: #fff;
	font-size: 12px;
	padding: 12px 36px;
}
.justify-center { display: flex; justify-content: center;}
.w-100per { width: 100%;}
.p-tb-25 { padding-top: 25px; padding-bottom: 25px;}
.p-25 { padding: 25px;}
.edi-product-wrapper { margin-bottom: 30px;}
.edi-product-img-wrapper {
	height: 200px;
	overflow: hidden;
	margin-bottom: 50px
}

.edi-product-img-wrapper img {
	max-height: 100%;
	max-width: 100%;
}

ul.edi-product-ratings {
	list-style: none;
	padding: 0;
	margin: 0;
}
.edi-product-ratings li {
	float: left;
	font-size: 10px;
	margin-right: 5px;
	line-height: 25px;
}
.fs-12 { font-size: 12px;}

.img-wrapper-130 {
	width: 130px;
	height: 130px;
	display: inline-flex;
	overflow: hidden;
	margin-bottom: 10px;	
}

.img-wrapper-130 img {
	max-height: 100%;
	max-width: 100%;
	border: 6px solid #191919;
}

.carousel-control.c-carousel-control { top: 50%; bottom: auto; opacity: 1;}
.c-carousel-control span {
	background: #1e1e1e;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	border-radius: 100%;
	color: #616161;
}
.nav-tabs.tab-001 { border-bottom: none; text-align: center;}
.nav-tabs.tab-001 li { float: none; display: inline-block;}
.nav-tabs.nav-lines.tab-001 > li.active > a { color: #fff; border-bottom: 1px solid #25AAE1; background-color: transparent;}
.nav-tabs.nav-lines.tab-001 > li > a { color: #616161; border-bottom: 1px solid transparent; text-transform: capitalize; padding: 0; margin-left: 40px; line-height: 30px;}

.nav-tabs.nav-lines.tab-001 > li:first-child > a { margin-left: 0px;}
.bmw-icongroup-list li a:hover { color: #25AAE1; border-color: #25AAE1;}
.carousel-control.c-carousel-control { background-image: none;}
.bg-black { background-color: #000;}
@media (max-width:767px){
	.p-l30-r30-mobile { padding-left: 30px; padding-right: 30px;}
	.text-center-mobile { text-align: center;}
	.img-responsive-mobile { max-width: 100%; margin: 0 auto;}
	.bmw-header .navbar-toggle > span.sr-only { opacity: 0;}
	.bmw-header .navbar-toggle .icon-bar { top: -20px; background: #fff;}
	.p-80-res { padding:30px;}
}
@media (max-width:1024px){
	.bmw-header .nav-custom ul.navbar-nav {
		background-color: transparent;
	}
	.font-size-mobile { font-size: 12px;}
}
@media (max-width:800px){
	.bmw-header .navbar-toggle .icon-bar { top: -20px; background: #fff;}	
}

@media (min-width:960px){
	.bmw-header .navbar-collapse.collapse { display: flex !important; justify-content: center;}
}

/* mobile washer */

/* Moving Service*/
.p-tb-60 { padding-top: 60px;padding-bottom: 60px;}
.bg-moving-service {background-image:url("../images/uploads/edifice-section/moving-service-banner.jpg"); background-size: cover; background-position: center; height: 100%;}
.border-white { border-color: #fff;}
.custom-border-divider { height: 40px;}
/* Moving Service*/

/* Moving Service*/
.img-wrapper-200w { width: 200px;}
.img-wrapper-200w img { max-width: 100%; max-height: 100%;}
/* Moving Service*/

/* Edi Timeline */
.edi-timeline-wrapper { position: relative; float: left; width: 100%;}
.edi-timeline-wrapper::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: #999;
	z-index: 1;
	left: 49.35%;
}
.edi-timeline-wrapper::after {
	background: #999;
	position: absolute;
	content: "";
	width: 4px;
	left: 50%;
	top: 0px;
	bottom: 0;
}
.edi-timeline-box:first-of-type { margin-top: 75px;} 
.edi-timeline-box:nth-of-type(2n+1) { position: relative; width: 50%;}
.edi-timeline-box:nth-of-type(2n+2) {
	position: relative;
	width: 50%;
	margin-left: 50%;
	text-align: right;
}
.edi-tl-border {
	width: 40%;
	border-bottom: 4px solid;
	padding: 0px 35px;
	position: relative;

}
.edi-timeline-box:nth-of-type(2n+1) .edi-tl-border {margin-left: 60%;}
.edi-timeline-box:nth-of-type(2n+2) .edi-tl-border {margin-right: 60%;}
.edi-timeline-box:nth-of-type(2n+1) .edi-tl-border::after {
	border: 3px solid;
	content: "\f111";
	border-radius: 100%;
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 36px;
	text-align: center;
	position: absolute;
	right: -22px;
	bottom: -21px;
	background: #fff;
	font-family: "FontAwesome";
	z-index: 2;
	font-size: 20px;
}
.edi-timeline-box:nth-of-type(2n+1) .edi-tl-border::before {
	position: absolute;
	content: "\f111";
	font-family: "FontAwesome";
	font-size: 20px;	
	bottom: -18px;
	left: -3px;
	z-index: 1;

}

.edi-timeline-box:nth-of-type(2n+2) .edi-tl-border::after {
	position: absolute;
	content: "\f111";
	font-family: "FontAwesome";
	font-size: 20px;	
	bottom: -18px;
	right: -3px;
	z-index: 1;
}
.edi-timeline-box:nth-of-type(2n+2) .edi-tl-border::before {
	border: 3px solid;
	content: "\f111";
	border-radius: 100%;
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 36px;
	text-align: center;
	position: absolute;
	left: -18px;
	bottom: -21px;
	background: #fff;
	font-family: "FontAwesome";
	z-index: 2;
	font-size: 20px;
}

.edi-tl-border > span {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 600;
}
@media (max-width: 767px) {
	.edi-timeline-wrapper::before {
		left: 48%;
	}
	.edi-tl-border { width: 100%;}
	.edi-timeline-box:nth-of-type(2n+1) .edi-tl-border { margin-left: 0px;}
	.edi-timeline-box:nth-of-type(2n+2) .edi-tl-border { margin-right: 0px;}
	.edi-timeline-wrapper .edi-tl-content { width: 100%; padding: 0 15px;}
	.edi-timeline-wrapper .edi-timeline-box:nth-of-type(2n+2) .edi-tl-content {margin-left: 0px;}
	.edi-timeline-wrapper .edi-timeline-box:nth-of-type(2n+1) .edi-tl-content {margin-right: 0px;}
}

.edi-tl-content {
	width: 75%;
	margin-top: 15px;
}
.edi-timeline-box:nth-of-type(2n+1) .edi-tl-content {text-align: right;margin-right: 25%; }
.edi-timeline-box:nth-of-type(2n+2) .edi-tl-content {text-align: left;margin-left: 25%; }
.color-one{ border-color:  #37dec2;}
.color-one::before{color: #37dec2; }
.color-one::after {border-color: #37dec2; color: #37dec2; }
.color-two{ border-color:  #ffc750;}
.color-two::after{color: #ffc750; }
.color-two::before {border-color: #ffc750; color: #ffc750; }
.color-three{ border-color:  #ff9540;}
.color-three::before{color: #ff9540; }
.color-three::after {border-color: #ff9540; color: #ff9540; }
.color-four{ border-color:  #ff6f6f;}
.color-four::after{color: #ff6f6f; }
.color-four::before {border-color: #ff6f6f; color: #ff6f6f; }
.color-five{ border-color:  #be4a71;}
.color-five::before{color: #be4a71; }
.color-five::after {border-color: #be4a71; color: #be4a71; }
.edi-tl-content p { margin-bottom: 0px; font-size: 13px;}
/* Edi Timeline */


/*form-style24*/
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.form-style24 .form-control {
    border-bottom: 1px solid #EC1D23;
	color: #fff;
	font-size: 12px;
}
.form-style24 .form-control::-moz-placeholder { color: #fff;}
.form-component.select-arrow-after::after {

    position: absolute;
    content: "\f0dd";
    font-family: "FontAwesome";
    right: 0;
    top: 10px;
	color: #fff;

}
.form-style24 .custom-cr label { display: inline-block; margin-left: 20px; color: #fff; font-size: 12px; font-weight: 400;}
.form-style24 .custom-cr label:first-child { margin-left: 0px;}
.form-style24 .custom-cr input[type="radio"] + span::before { box-shadow: none; border-color: #EC1D23;}
.form-style24 .custom-cr input[type="radio"]:checked + span::before, .form-style24 .custom-cr input[type="checkbox"]:checked + span::before { box-shadow: none; background-color: #fff;}
/*form-style24*/



/* Google Review */
.grw-item {
    padding: 15px;
    position: relative;
}

.grw-content-wrap {
    background: #f7f7f7;
    border-radius: 4px;
    position: relative;
}

.grw-content-wrap::before {
    content: "";
    position: absolute;
    border-bottom: 20px solid #f7f7f7;
    border-left: 20px solid transparent;
    bottom: -9px;
    left: 15px;
    transform: rotate(45deg);
    z-index: -1;
}

.grw-content-wrap-item.mCustomScrollbar {
    height: 200px;
    padding: 15px 45px;
    overflow: hidden;
}

.grw-content-wrap-item::before {
    content: "\f10d";
    position: absolute;
    display: block;
    font-family: "FontAwesome";
    left: 15px;
}

.grw-feedback {
    padding: 15px;
    display: table;
}

.grw-user-logo {
    display: table-cell;
    vertical-align: top;
    width: 80px;
}

.bg-01579b {
    background-color: #01579b;
}

.grw-user-logo > span {
    width: 60px;
    border-radius: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    display: block;
}

.grw-user-content {
    display: table-cell;
    vertical-align: top;
}

.grw-user-content p {
    margin-bottom: 0px;
}

.edi-google-review .owl-prev {
    position: absolute;
    left: -40px;
    top: 25%;
}

.edi-google-review .owl-next {
    position: absolute;
    right: -40px;
    top: 25%;
}
/* Google Review */


/* blogs */
 .blog-section {
    background-color: #f4f4f4;
    padding: 60px 0px; 
}
.date-content, .blog-content p{
    font-size: 21px;
    color: #333333;
    font-weight: 300;
    line-height: 36px; 
    font-family: 'Open Sans', sans-serif;
}
.blog-content h2{
    font-size: 31px;
    color: #333333;
    font-weight: 300; 
	margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
}
.blog-content .btn {
    font-size: 21px;
    color: #ec1c24;
    font-weight: 300;
    border: 1px solid #ec1c24;
    padding: 7px 5px 10px;
    background: #fff;
    margin-top: 30px;
    margin-bottom: 45px;
    display: inline-block;
    text-align: center;
    width: 220px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    transition: all 0.3s ease;
	font-family: 'Open Sans', sans-serif;
}
.blog-content .btn a{
	 font-size: 20px;
    color: #ec1c24;
    font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	 transition: all 0.3s ease;
}
.blog-content .btn:hover{
	color:#fff;
	background: #ec1c24;
}
.blog-content .btn:hover a{ 
    color:#fff;
}
.blog-img {
    width: 100%;
    height:350px;
    margin: 0 auto;
	overflow:hidden;

}
.blog-img img { 
    width: 100%;
    height: auto;	
}
.blog-img img:hover{
	opacity:0.7;
}
.blog-list {
	background-color:#fff; 
	padding:70px 0px 30px;
}
.blog-list .blog-img {
    width: 100%;
    height: 190px;
	margin: 0 auto;
    overflow: hidden;
}

.blog-list .date-content { 
    font-size: 16px; 
}

.blog-list .blog-content h2 {
    font-size: 21px; 
	margin-bottom: 20px;
}
.blog-list .blog-content h2:hover{
	color: #ec1c24;
}

.blog-list .blog-content p {
    font-size: 16px; 
    line-height: 28px; 
}

.blog-list .blog-content .btn a {
    font-size: 14px;
}
.blog-list .blog-content .btn {
    font-size: 20px; 
    padding: 0px 0px 3px; 
    width: 120px;
	margin-top: 10px;
    margin-bottom: 15px;
	float: right;
}
.blog-list .blog-content {
    padding: 10px 0px;
}

.blog-height {
    height: 470px;
    display: inline-block;
    overflow: hidden;
}

@media(max-width:568px){	
	.blog-section { 
    padding: 40px 0px;
    }
	.date-content, .blog-content p {
    font-size: 18px; 
    line-height: 26px;
	}
	.blog-content h2 {
    font-size: 26px; 
    margin-top: 10px;
    margin-bottom: 20px;
	}
	.blog-img { 
    height: auto; 
    }
	.blog-list { 
    padding: 40px 0px 30px;
   }
   .blog-height {
    height: auto;
   }
}



/* edi check/radio */
.edi-radio {
    position: relative; 
}
    .edi-radio input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.edi-radio label{
  display: block;
  position: relative;
  padding: 0px 0px 0px 25px;
  margin-right: 30px;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.edi-radio label{
	color: #FFFFFF;
}

.edi-radio .check{
  display: block;
  position: absolute;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  top: 0px;
  left: 0px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.edi-radio .check {
  border: 2px solid #FFFFFF;
}

 .edi-radio .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 5px;
	left: 5px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.edi-radio input[type=radio]:checked ~ .check {
  border: 2px solid #0DFF92;
}

.edi-radio input[type=radio]:checked ~ .check::before{
  background: #0DFF92;
}

.edi-radio input[type=radio]:checked ~ label{
  color: #0DFF92;
}
            
            .box-div .edi-radio.edi-radio-001 label {
    padding-top: 0px; padding-left: 25px; color: #000; margin-bottom: 0px; font-size: 12px;
}
          
       .edi-radio.edi-radio-001 .check {
    border: 2px solid #000; width: 15px; height: 15px; top: 3px;
}     
            .edi-radio.edi-radio .check::before{ height: 8px; width: 8px; top: 2px; left: 2px;}
.edi-radio.edi-radio-001 input[type="radio"]:checked ~ .check::before {

    background: #fff;

}
            .edi-radio.edi-radio-001 input[type="radio"]:checked ~ .check {
    border: none;
    background: #0d76e0;
}
         .edi-radio.edi-radio-001 input[type="radio"]:checked ~ label {
    color: #0d76e0;
}

.edi-checkbox {
    position: relative;   
}   
.edi-checkbox input[type=checkbox]{
  position: absolute;
  visibility: hidden;
}
.tab-content .box-div .edi-checkbox label { color: #000;}
 .edi-checkbox label{
  display: block;
  position: relative;
  padding: 0px 0px 0px 25px !important;
  margin-right: 20px;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.edi-checkbox label{
	color: #FFFFFF;
}

.edi-checkbox .check{
  display: block;
  position: absolute;
  border: 5px solid #AAAAAA;
  height: 16px;
  width: 16px;
  top: 2px;
  left: 0px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.edi-checkbox .check {
  border: 2px solid #000;
}

 .edi-checkbox .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 0px;
  height: 8px;
  width: 8px;
  top: 2px;
	left: 2px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
     text-align: center;
}

.edi-checkbox input[type=checkbox]:checked ~ .check {
  border: 2px solid #0d76e0;
}

.edi-checkbox input[type=checkbox]:checked ~ .check::before{
  background: #0d76e0;
}

.edi-checkbox input[type=checkbox]:checked ~ label{
  color: #0d76e0;
}
.horizontal-checkbox-radio .edi-checkbox, .horizontal-checkbox-radio .edi-radio { display: inline-block;}
.edi-adv-form-group {
    margin-bottom: 20px;
}
.edi-adv-horizontal-form .edi-adv-form-label {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    text-align: right;
}
.edi-adv-horizontal-form .edi-adv-form-component {
    display: table-cell;
    padding-left: 15px;
    width: 2000px;
    vertical-align: middle;
}
 .edi-adv-form-group .form-control { border: 1px solid #ccc; padding: 6px 15px;} 
.input-group-addon.gc-input-group-addon {
    width: 33%;
}
.edi-google-captcha .input-group-addon {
    width: auto;
    padding: 0;
}
.edi-google-captcha .input-group-addon, .edi-php-captcha .input-group-addon {
    border: 0;
    background: transparent;
}
/* edi check/radio */

/* Ivory3.0 menu styles */
.ivory-social-media-wrapper .text-style { padding: 8px 25px; font-size: 17px; color: #fff; margin-bottom: 10px;}
.ivory-social-media-wrapper .social-media {padding: 0px 25px;}
/* Ivory3.0 menu styles */


/* Form Advance Widget Settings */

[data-widget-type="form-advance"].edifice-widget .edi-section-addon {
    position: relative !important;
}
.edi-adv-form-component .input-group {
    width: 100%;
}
/* Form Advance Widget Settings */


/* Blog Page */
#page-top-btn {
          display: none;
          position: fixed;
          bottom: 30px;
          right: 30px;
          z-index: 99;
          font-size: 18px;
          border: none;
          outline: none;
          background-color: #d8385a;
          color: white;
          cursor: pointer;
          padding: 4px 12px;
          border-radius: 4px;
        }
            #page-top-btn i { vertical-align: text-top;}
       .bg-more-results {
			background-image: url("../images/uploads/edifice-section/end-page.png");
			background-size: contain;
			background-repeat: no-repeat;
			width: 100%;
			bottom: 0px;
			background-position: center;
			padding: 30px 0px 25px 0px;
	   }
	   .paddbm0
	   {
	    padding-bottom:0px !important;
	   }
    
.bg-more-results p { margin-bottom: 0px; color: #d8385a;}
/* Blog Page */
    
    
    