@charset "UTF-8";

@import url(font-awesome.min.css);
@import url(animate.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700&display=swap');


/* Extra Bootstrap */

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after {
    clear: both
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1200px;
    z-index: 3;
    position: relative;
    display: block;
}

@media print {
    *,
    :after,
    :before {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

/* Main CSS */

*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	margin:0 auto;
	overflow-x:hidden;
	line-height: 1.42857143;
}

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
}

.popover a {
	color: #000;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-size: 16px;
}
p,
.editable_html {
	margin: 0;
	line-height:1.8;
	font-size: 16px;
}
img{border:none;max-width:100%;height:auto;vertical-align: middle;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
	
}
select,input,textarea,button{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;}

html,body{
    height: 100%;
    position: relative;
}
[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}

.fix{position: relative;clear: both;}
/*=============Style css=========*/

.top-area {
    position: relative;
    z-index: 9999;
}

h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 20px 0;
}

/*.header-text-area*/

.header-text {
}

.header-text h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.5;
    font-family: 'Dancing Script', cursive;
}

.header-text p.editable_text {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 0 0;
    letter-spacing: 1px;
}

/* Icons */

#icons .inner {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.95;
	z-index: 1;
	left: 0px;
	top:  0px;
	pointer-events: none;
}

.icons,
.social {
    margin: 50px auto 0 auto;
    position: relative;
    text-align: center;
    width: 75%;
}

.social {
	margin-top: 50px;
	margin-bottom: 0px;
	width: 50%;
}

.icons-details {
	z-index:1;
	display: block;
	position: relative;
}

.icon-block {
    display: inline-block;
    width: 14%;
    margin: 10px 1%;
    vertical-align: top;
    padding: 10px;
    min-height: 160px;
    word-break: break-word;
    z-index: 1;
}

.icon-logo .icon {
    display: block;
    position: relative;
   
}

.icon-logo .icon.editable_icon {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    text-decoration: none;
    position: relative;
    border-bottom: none;
}

.icon-logo .icon:before {
    font-size: 50px;
}

.single-icon {
    position: relative;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition:background 0.5s linear;
    -moz-transition:background 0.5s linear;
    -ms-transition:background 0.5s linear;
    -o-transition:background 0.5s linear;
    transition:background 0.5s linear;
}
.icon-icon-name {
    text-transform: capitalize;
    font-size: 16px;
}

/* Quote Section */

.quote-content {
    text-align: left;
}

.quote table {
    box-sizing: border-box;
}

.quote tr td:first-child {
    text-align:left;
}

.quote .action-buttons {
	float: right;
}

@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}

/* Button */	

	.action-buttons {
	    position: relative;
	    padding: 30px 0;
	}

	.action-buttons .actions {
	}

	.action-buttons .actions li {
		margin: 0;
		width: 50%;
		display: inline-block;
		min-width: 260px;
	}

	a:hover {
		color: unset;
	}
	
	#wrapper .actions .button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, color 0.25s ease-in-out;
		-webkit-transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, color 0.25s ease-in-out;
		-ms-transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, color 0.25s ease-in-out;
		transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, color 0.25s ease-in-out;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		padding: 15px 25px;
		font-weight: 700;
		letter-spacing: 1px;
		width: 260px;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(85,85,85,0.3);
		-moz-box-shadow: 0px 0px 10px 0px rgba(85,85,85,0.3);
		box-shadow: 0px 0px 10px 0px rgba(85,85,85,0.3);
		margin: 10px 20px;
		box-sizing: border-box;
		position: relative;
		display: inline-block;
		}

		#welcome-hero .actions .button {
		    width: auto;
		    min-width: 200px;
		    display:  inline-block;
		    margin: 10px auto;
		    padding: 10px 25px;
		}

		.button:hover {
			opacity: 0.8;
		}

		@media screen and (max-width: 736px) {

			#welcome-hero .actions .button {
			    min-width: 100px;
			    padding: 10px 20px;
			    font-size: 16px;
			}

		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.logo .icon {
			height: 50px;
		}
		
		.logo .icon:before {
    		font-size: 3rem;
    		margin-bottom: 5px;
 		}

/* Image */

	.image {
		/* border: 0; */
		display: inline-block;
		position: relative;
	}

		.image img {
			display: block;
		}

		.image[data-position] img {
			-moz-object-fit: cover;
			-webkit-object-fit: cover;
			-ms-object-fit: cover;
			object-fit: cover;
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

		.image[data-position="top left"] img {
			-moz-object-position: top left;
			-webkit-object-position: top left;
			-ms-object-position: top left;
			object-position: top left;
		}

		.image[data-position="top"] img {
			-moz-object-position: top;
			-webkit-object-position: top;
			-ms-object-position: top;
			object-position: top;
		}

		.image[data-position="top right"] img {
			-moz-object-position: top right;
			-webkit-object-position: top right;
			-ms-object-position: top right;
			object-position: top right;
		}

		.image[data-position="right"] img {
			-moz-object-position: right;
			-webkit-object-position: right;
			-ms-object-position: right;
			object-position: right;
		}

		.image[data-position="bottom right"] img {
			-moz-object-position: bottom right;
			-webkit-object-position: bottom right;
			-ms-object-position: bottom right;
			object-position: bottom right;
		}

		.image[data-position="bottom"] img {
			-moz-object-position: bottom;
			-webkit-object-position: bottom;
			-ms-object-position: bottom;
			object-position: bottom;
		}

		.image[data-position="bottom left"] img {
			-moz-object-position: bottom left;
			-webkit-object-position: bottom left;
			-ms-object-position: bottom left;
			object-position: bottom left;
		}

		.image[data-position="left"] img {
			-moz-object-position: left;
			-webkit-object-position: left;
			-ms-object-position: left;
			object-position: left;
		}

		.image[data-position="center"] img {
			-moz-object-position: center;
			-webkit-object-position: center;
			-ms-object-position: center;
			object-position: center;
		}

		.image[data-position="25% 25%"] img {
			-moz-object-position: 25% 25%;
			-webkit-object-position: 25% 25%;
			-ms-object-position: 25% 25%;
			object-position: 25% 25%;
		}

		.image[data-position="75% 25%"] img {
			-moz-object-position: 75% 25%;
			-webkit-object-position: 75% 25%;
			-ms-object-position: 75% 25%;
			object-position: 75% 25%;
		}

		.image[data-position="75% 75%"] img {
			-moz-object-position: 75% 75%;
			-webkit-object-position: 75% 75%;
			-ms-object-position: 75% 75%;
			object-position: 75% 75%;
		}

		.image[data-position="25% 75%"] img {
			-moz-object-position: 25% 75%;
			-webkit-object-position: 25% 75%;
			-ms-object-position: 25% 75%;
			object-position: 25% 75%;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			margin: 0 2rem 2rem 0;
			top: 0.25rem;
		}

		.image.right {
			float: right;
			margin: 0 0 2rem 2rem;
			top: 0.25rem;
		}

		.image.fit {
			display: block;
			margin: 0 0 2rem 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

		.image.main {
			display: block;
			margin: 3rem 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}

			.image.main:first-child {
				margin-top: 0;
			}

		.image.fill {
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}


/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2rem 0;
		padding-left: 1.25rem;
	}

		ol li {
			padding-left: 0.25rem;
		}

	ul {
		list-style: disc;
		margin: 0 0 2rem 0;
		padding-left: 1rem;
	}

		ul li {
			padding-left: 0.325rem;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt > li {
				border-top: solid 1px rgba(144, 144, 144, 0.25);
				padding: 0.75rem 0;
			}

				ul.alt > li:first-child {
					border-top: 0;
					padding-top: 0;
				}

				ul.alt > li:last-child {
					padding-bottom: 0;
				}

		ul.items {
			list-style: none;
			padding-left: 0;
		}

			ul.items > li {
				padding-left: 0;
				margin: 0 0 3rem 0;
			}

				ul.items > li > h3 {
					margin: 0 0 1rem 0;
				}

				ul.items > li > :last-child {
					margin-bottom: 0;
				}

				ul.items > li:last-child {
					margin-bottom: 0;
				}

		@media screen and (max-width: 736px) {

			ul.items > li {
				margin: 0 0 2rem 0;
			}

		}

	dl {
		margin: 0 0 2rem 0;
	}

		dl dt {
			display: block;
			font-weight: 600;
			margin: 0 0 1rem 0;
		}

		dl dd {
			margin-left: 1.5rem;
		}

/* Actions */

	ul.actions {
		/* display: -moz-flex; */
		/* display: -webkit-flex; */
		/* display: -ms-flex; */
		/* display: flex; */
		cursor: default;
		list-style: none;
		padding-left: 0;
		text-align: center;
		margin: 10px auto;
		box-sizing: border-box;
		overflow: hidden;
	}

		ul.actions li {
			vertical-align: middle;
			padding: 0;
			margin: 10px;
			box-sizing: border-box;
			/* display: inline-block; */
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3rem 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1rem);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

		@media screen and (max-width: 480px) {

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1rem 0 0 0;
					text-align: center;
					width: 100%;
					margin: 20px 0;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5rem;
						}
					ul.actions li {margin: 0;}	

		}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
		}

			ul.icons li:last-child {
				padding-right: 0;
			}

			ul.icons li .icon {
				-moz-transition: background-color 0.25s ease-in-out;
				-webkit-transition: background-color 0.25s ease-in-out;
				-ms-transition: background-color 0.25s ease-in-out;
				transition: background-color 0.25s ease-in-out;
				width: 2.25rem;
				height: 2.25rem;
				text-align: center;
				line-height: 2.25rem;
				border-radius: 2.25rem;
				display: inline-block;
			}

				ul.icons li .icon:before {
					font-size: 1.25rem;
				}

				ul.icons li .icon:hover {
					background-color: rgba(144, 144, 144, 0.1);
				}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2rem 0;
		width: 100%;
		border-spacing: 0;
		border-collapse: collapse;
	}

		table tbody tr {
			border: solid 1px rgba(144, 144, 144, 0.25);
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(144, 144, 144, 0.1);
			}

		table td {
			padding: 0.75rem 0.75rem;
		}

		table th {
			color: #000000;
			font-size: 0.9rem;
			font-weight: 600;
			padding: 0 0.75rem 0.75rem 0.75rem;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px rgba(144, 144, 144, 0.25);
		}

		table tfoot {
			border-top: solid 2px rgba(144, 144, 144, 0.25);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(144, 144, 144, 0.25);
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}


/* Feature Icons */

	ul.feature-icons {
		/* display: flex; */
		/* flex-wrap: wrap; */
		list-style: none;
		margin: 0;
		padding-left: 0;
		text-align: center;
	}

	ul.feature-icons li {
		padding: 0.5rem 0 0 3rem;
		position: relative;
		display: inline-block;
		overflow-wrap: break-word;
		vertical-align: top;
	}

	ul.feature-icons li span.icon {
		display: block;
		font-size: 2.5rem;
		height: 3rem;
		left: 0;
		line-height: 2.5rem;
		position: absolute;
		text-align: center;
		top: 0;
		width: 3rem;
	}

	.social ul.feature-icons li {
		min-height: 50px;
		margin: 10px;
	}


/* Arrow */

	/*a.arrow {
		border-bottom: 0;
		display: inline-block;
		height: 4rem;
		position: relative;
		width: 6rem;
		z-index: 3;
	}

	a.arrow:before {
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
		display: inline-block;
		height: 100%;
		position: relative;
		width: 2.5rem;
		opacity: 0.8;
		background-image: url("/sites/all/modules/custom/boothbook_lead_proposals/themes/parallax_polaroid/images/arrow.png");
	}*/	

#wrapper {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: center;
}

section {
	position: relative;
	padding: 100px 0;
	display: flex;
	min-height: 280px;
}

.overlay {
    left: 0;
    top:0;
    position: absolute;
    display: block;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 1;
	pointer-events:none;
}

.text .section-heading h2 {
    font-family: 'Dancing Script', cursive;
    font-weight: 700;
    font-size: 40px;
}

.quote .section-heading h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 400;
}

.large-text .section-heading h2 {
	font-size: 60px;
	margin-bottom: 0;
}

#wrapper .main-image {
	z-index: -1
}

#wrapper .main-image img {
	position: fixed;
}

#welcome-hero  {
	min-height: calc(100vh - 0px);
	padding: 30px 0;
	pointer-events: none;/* margin: 150px auto; */
}

#welcome-hero .image.fill {
	position: fixed;
}

#welcome-hero .theme-logo .image.fill {
	position: absolute;
}

#welcome-hero,
#services {
    align-items: center;
    justify-content: center;
}

#welcome-hero .container {
	opacity: 0.95;
	width: 50%;
	padding: 30px 15px;
	z-index: 2;
	padding-bottom: 130px;
	pointer-events: all;
}

.theme-logo {
	min-height: 300px;
	max-width: 300px;
	position: relative;
	margin: 0 auto 20px auto;
}

.theme-logo img {
	border-radius: 50%;
}

.image-area {
    width: 900px;
    margin: 0 auto 70px auto;
}

.image-area .imag {
	min-height: 300px;
	width: 30%;
	position: relative;
	display: inline-block;
	margin: 0px 1%;
}

.imag .image.fill {
	background: #f9f9f9;
	-webkit-box-shadow: 0px 0px 20px 3px rgba(221,221,221,1);
	-moz-box-shadow: 0px 0px 20px 3px rgba(221,221,221,1);
	box-shadow: 0px 0px 20px 3px rgba(221,221,221,1);
}

.imag .image.fill img {
    width: 90%;
    height: 80%;
    top: 15px;
    left: 5%;
}

.imag.one .image.fill {
	-webkit-transform: rotateX(-7deg);
	-moz-transform: rotateX(-7deg);
	-ms-transform: rotateX(-7deg);
	-o-transform: rotateX(-7deg);
	transform: rotate(-7deg);
}

.imag.two .image.fill {
	-webkit-transform: rotateX(3deg);
	-moz-transform: rotateX(3deg);
	-ms-transform: rotateX(3deg);
	-o-transform: rotateX(3deg);
	transform: rotate(3deg);
}

.imag.three .image.fill {
	-webkit-transform: rotateX(-5deg);
	-moz-transform: rotateX(-5deg);
	-ms-transform: rotateX(-5deg);
	-o-transform: rotateX(-5deg);
	transform: rotate(-5deg);
}

.imag.four .image.fill {
	-webkit-transform: rotateX(-5deg);
	-moz-transform: rotateX(-5deg);
	-ms-transform: rotateX(-5deg);
	-o-transform: rotateX(-5deg);
	transform: rotate(-5deg);
}

.imag.five .image.fill {
	-webkit-transform: rotateX(1deg);
	-moz-transform: rotateX(1deg);
	-ms-transform: rotateX(1deg);
	-o-transform: rotateX(1deg);
	transform: rotate(1deg);
}

#welcome-hero .path {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -25px;
}

#welcome-hero .path svg {
	width: 50px;
	height: 70px;
}

#welcome-hero .path svg path {
	fill: transparent;
	stroke-width: 3px;
}

#polaroid .path {
	position: absolute;
	width: 2000px;
	top: -75px;
	left: 50%;
	margin-left: -1020px;
}

#polaroid .path svg {
	width: 100%;
    min-height: 400px;
}

#polaroid .path svg path {
	stroke-width: 3;
	fill: transparent;
}

#polaroid.item-visible path {
  stroke-dasharray: 2400;
  stroke-dashoffset: 2400;
  animation: dash 4s linear forwards;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

#last .editable_html {
	font-size: 18px;
}

@media (max-width:1400px) {
    .container {width:98%}
    #welcome-hero .container {width: 75%}
    .icons,
    .social {width:100%;}
    section .section-heading h2 {}
    .area-image {height: 500px;max-width: 600px;}
    .icon-logo .icon:before {font-size: 60px}
    .icon-block {min-height: 170px;}
    .icons {margin: 50px auto;}
    .social {margin: 20px auto 0 auto;}
    .social ul.feature-icons li span.icon {font-size: 2.5rem;width: 3rem;height: 3rem;line-height: 3rem;}
    .social ul.feature-icons li {padding-left: 3.5rem;}
}    

@media (max-width:992px) {
	.theme-logo {min-height: 200px;max-width: 200px;}
	.header-text h2 {font-size: 44px;}
	.image-area {width:700px;}
	.image-area .imag {min-height:230px}
    .social ul.feature-icons li span.icon {font-size: 1.5rem;width: 2rem;height: 2.5rem;line-height: 2.5rem;}
    .social ul.feature-icons li {padding-left: 2rem;width: auto;min-height: 50px;margin: 10px;}

}

@media (max-width:768px) {
	#welcome-hero .container {width: 80%}
	#welcome-hero {min-height:400px;}
	#services {min-height:300px;}
	section {padding: 50px 0;min-height: 180px;align-items: center;justify-content: center;}
	.large-text .section-heading h2 {font-size: 40px;line-height: 1.1;}
	.image-area {width:400px;}
	.image-area .imag {min-height:130px}
	.imag .image.fill img {top: 5%;}
	.header-text h2 {font-size: 34px;margin: 10px 0;}
	.header-text p.editable_text {font-size: 18px;margin-top: 5px;}
	section#welcome-hero .section-heading h2 {font-size:24px;}
	section .section-heading h2 {}
	.icon-logo .icon:before {font-size:40px;}
	.icon-block {min-height: 40px;width: 47%;}
	.icons {margin: 20px auto}
	.social ul.feature-icons li {min-height:30px;margin: 5px;}
}

@media (max-width:480px) {
	#wrapper,
	p,
	.editable_html {font-size: 14px;line-height:1.5}
	#welcome-hero .container {width: 90%}
	.theme-logo {min-height: 160px;max-width: 160px;}
	.header-text h2 {font-size: 26px;margin: 5px 0;}
	section {padding: 20px 0}
    #welcome-hero .actions .button {margin: 5px 0}
    #welcome-hero {min-height:300px;}
	#services {min-height:200px;padding: 30px 0;}
    section .section-heading h2 {font-size: 30px;margin: 10px 0 15px 0;}
    .text .section-heading h2 {font-size:30px;}
    .large-text .section-heading h2 {font-size: 30px;}
    .image-area {width: 260px;margin: 30px auto;}
    .image-area .imag {width:47%;min-height: 135px;}
    .imag.three {margin: 0 20%;}
    .imag.three .image.fill {
    -webkit-transform: rotateX(-3deg);
    -moz-transform: rotateX(-3deg);
    -ms-transform: rotateX(-3deg);
    -o-transform: rotateX(-3deg);
    transform: rotate(-3deg);
    }
    .icon-block {width: 48%;margin: 5px 0.5%;}
    .icon-logo .icon:before {font-size:30px;}
    .quote .action-buttons {width: 100%;float: none;min-width: 10px}
    .quote table {word-break: keep-all}
    #wrapper .actions .button {min-width: 200px;margin: 10px;}
}