@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Lato:300,400,900");

	body, #skel-layers-wrapper {
		background: #f3f6fa;
        overflow-x: hidden;
	}

	body.is-loading * {
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-o-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}

	body, input, select, textarea {
		color: #7c8081;
		font-family: 'Lato', sans-serif;
		font-size: 15pt;
		font-weight: 300;
		letter-spacing: 0.025em;
		line-height: 1.75em;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		color: #3d8eb9;
		text-decoration: none;
		border-bottom: dotted 1px;
        font-weight: 400;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong, b {
		font-weight: 400;
	}

	p, ul, ol, dl, table, blockquote {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: inherit;
		font-weight: 300;
		line-height: 1.75em;
		margin-bottom: 1em;
		text-transform: uppercase;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.70);
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
			border: 0;
            text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.70);
		}

	h2 {
		font-size: 1.5em;
		letter-spacing: 0.1em;
	}

	h3 {
		font-size: 1.15em;
		letter-spacing: 0.025em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border-top: solid 1px rgba(124, 128, 129, 0.2);
		border: 0;
		margin-bottom: 1.5em;
	}

	blockquote {
		border-left: solid 0.5em rgba(124, 128, 129, 0.2);
		font-style: italic;
		padding: 1em 0 1em 2em;
	}

	section.special, article.special {
		text-align: center;
	}

	header.major {
		padding-bottom: 2em;
	}

	header.special {
		margin-bottom: 5em;
		padding-top: 1.5em;
		position: relative;
		text-align: center;
	}

		header.special:before {
			left: 0;
		}

		header.special:after {
			right: 0;
		}

		header.special h2 {
			margin-bottom: 0;
		}

		header.special h2 + p {
			margin-bottom: 0;
			padding-top: 1.5em;
		}

		header.special .icon {
			cursor: default;
			height: 7em;
			left: 0;
			position: absolute;
			text-align: center;
			top: 1em;
			width: 100%;
		}

			header.special .icon:before {
				font-size: 3.5em;
                -moz-opacity: 0.35;
                -khtml-opacity: 0.35;
                opacity: 0.35;
                -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=35);
                filter: progid:DXImageTransform.Microsoft.Alpha(opacity=35);
                filter:alpha(opacity=35);
			}

	footer > :last-child {
		margin-bottom: 0;
	}

	footer.major {
		padding-top: 3em;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
		-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: rgba(255, 255, 255, 0.2);
		border: solid 1px rgba(124, 128, 129, 0.2);
		color: inherit;
		display: block;
		padding: 0.75em;
		text-decoration: none;
		width: 100%;
		outline: 0;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		textarea:focus {
			border-color: #3d8eb9;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"] {
		line-height: 1em;
	}

	::-webkit-input-placeholder {
		color: inherit;
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=5);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5);
        filter:alpha(opacity=5);
		position: relative;
		top: 3px;
	}

	:-moz-placeholder {
		color: inherit;
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=5);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5);
        filter:alpha(opacity=5);
	}

	::-moz-placeholder {
		color: inherit;
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=5);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5);
        filter:alpha(opacity=5);
	}

	:-ms-input-placeholder {
		color: inherit;
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=5);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5);
        filter:alpha(opacity=5);
	}

	.formerize-placeholder {
		color: rgba(124, 128, 129, 0.5) !important;
	}

	.image {
		border: 0;
		position: relative;
        -webkit-box-shadow: inset 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow:    inset 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
        box-shadow:         inset 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
        border: solid 0.3em rgba(124, 124, 124, 0.2);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
	}

    .image:hover{
    	-moz-transition: border-color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out;
		-o-transition: border-color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out;
        border: solid 0.3em rgba(18, 89, 155, 0.3);
    }

		.image:before {
			background: url("images/overlay_50pct.png");
			content: '';
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}

		.image:hover:before {
			-moz-opacity: 0.70;
			-khtml-opacity: 0.70;
			opacity: 0.70;
			-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
			transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		}
		
		.image.fit {
			display: block;
		}

			.image.fit img {
				display: block;
				width: 100%;
			}

		.image.featured {
			display: block;
			margin: 0 0 2em 0;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
		}

			.image.featured img {
				display: block;
				width: 100%;
            }

			.image.featured img:hover {
				display: block;
				width: 100%;
            }

	.image2 {
		position: relative;
        -webkit-box-shadow: inset 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow:    inset 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
        box-shadow:         inset 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
        border: solid 0.4em rgba(255, 255, 255, 0.1);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -moz-opacity: 0.90;
        -khtml-opacity: 0.90;
        opacity: 0.90;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=90);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
        filter:alpha(opacity=90);
	}

    .image2:hover{
    	-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
        border: solid 0.4em rgba(71, 112, 180, 0.9);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter:alpha(opacity=100);
    }
		.image2:before {
			background: url("");
			content: '';
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}

		.image2.fit {
			display: block;
		}

			.image2.fit img {
				display: block;
				width: 100%;
			}

		.image2.featured {
			display: block;
			margin: 0 0 2em 0;
		}

			.image2.featured img {
				display: block;
				width: 100%;
			}

	.image3 {
		border: 0;
		position: relative;
	}

		.image3:before {
			background: url("images/overlay.png");
			content: '';
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}

		.image3.fit {
			display: block;
		}

			.image3.fit img {
				display: block;
				width: 100%;
			}

		.image3.featured {
			display: block;
			margin: 0 0 2em 0;
		}

			.image3.featured img {
				display: block;
				width: 100%;
			}



.row.gallery img{
        width:70%;
        height:auto;
        border: solid 0.4em rgba(255, 255, 255, 0.1);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -moz-opacity: 0.90;
        -khtml-opacity: 0.90;
        opacity: 0.90;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=90);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
        filter:alpha(opacity=90);
}
.row.gallery img:hover{
        border: solid 0.4em rgba(71, 112, 180, 0.9);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter:alpha(opacity=100);
}




	.icon {
		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.circle {
			-moz-transition: all 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
			border: 0;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
			display: inline-block;
			font-size: 1.25em;
			height: 1.50em;
			left: 0;
			line-height: 1.50em;
			text-align: center;
			text-decoration: none;
			top: 0;
			width: 1.50em;
		}

			.icon.circle:hover {
				top: -0.2em;
			}

			.icon.circle.fa-twitter {
                background: rgba(0, 0, 0, 0.2);
				color: white;
			}

				.icon.circle.fa-twitter:hover {
					background: #7fb7d2;
				}

			.icon.circle.fa-facebook {
                background: rgba(0, 0, 0, 0.2);
				color: white;
			}

				.icon.circle.fa-facebook:hover {
					background: #829bc9;
				}

			.icon.circle.fa-google-plus {
                background: rgba(0, 0, 0, 0.2);
				color: white;
			}

				.icon.circle.fa-google-plus:hover {
					background: #df7b77;
				}

			.icon.circle.fa-github {
                background: rgba(0, 0, 0, 0.2);
				color: white;
			}

				.icon.circle.fa-github:hover {
					background: #e1b89b;
				}

			.icon.circle.fa-dribbble {
                background: rgba(0, 0, 0, 0.2);
				color: white;
			}

				.icon.circle.fa-dribbble:hover {
					background: #df93b8;
				}

		.icon.featured {
			cursor: default;
			display: block;
			margin: 0 0 1.5em 0;
            -moz-opacity: 0.35;
            -khtml-opacity: 0.35;
            opacity: 0.35;
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=35);
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=35);
            filter:alpha(opacity=35);
			text-align: center;
		}

			.icon.featured:before {
				font-size: 5em;
				line-height: 1em;
			}

		.icon > .label {
			display: none;
		}


        .es-logo-min {
            background: url("images/logo2-1.png");
			background-position: top center;
			background-repeat: no-repeat;
			background-size: 100% 100%;
            width:128px;
            height:79px;
            margin:0 auto;
        }

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
		}

	ul.icons {
		cursor: default;
	}

		ul.icons li {
			display: inline-block;
			line-height: 1em;
			padding-left: 0.5em;
		}

			ul.icons li:first-child {
				padding-left: 0;
			}

	ul.featured-icons {
		cursor: default;
		margin: -0.75em 0 0 0;
        -moz-opacity: 0.35;
        -khtml-opacity: 0.35;
        opacity: 0.35;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=35);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=35);
        filter:alpha(opacity=35);
		overflow: hidden;
		position: relative;
	}

		ul.featured-icons li {
			display: block;
			float: left;
			text-align: center;
			width: 50%;
		}

			ul.featured-icons li .icon {
				display: inline-block;
				font-size: 6.25em;
				height: 1.25em;
				line-height: 1.25em;
				width: 1em;
			}

	ul.buttons {
		cursor: default;
	}

		ul.buttons:last-child {
			margin-bottom: 0;
		}

		ul.buttons li {
			display: inline-block;
			padding: 0 0 0 1.5em;
		}

			ul.buttons li:first-child {
				padding: 0;
			}

		ul.buttons.vertical li {
			display: block;
			padding: 1.5em 0 0 0;
		}

			ul.buttons.vertical li:first-child {
				padding: 0;
			}

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr {
				border-bottom: solid 1px rgba(124, 128, 129, 0.2);
			}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				font-weight: 400;
				padding: 0.5em 1em 0.5em 1em;
				text-align: left;
			}

			table.default thead {
				background: #7c8081;
				color: #fff;
			}

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		background: none;
		border: solid 1px;
		color: inherit;
		cursor: pointer;
		display:inline ;
		font-size: 0.8em;
		font-weight: 900;
		letter-spacing: 2px;
		min-width: 18em;
		padding: 0 0.75em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
        padding:1em 2em;
	}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		.button:hover {
			background: rgba(188, 202, 206, 0.15);
			border-color: inherit;
		}

		input[type="button"].special,
		input[type="submit"].special,
		input[type="reset"].special,
		.button.special {
			background: #3d8eb9;
			border-color: #3d8eb9;
			color: white !important;
		}

			input[type="button"].special:hover,
			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			.button.special:hover {
				background: #95c0db !important;
				border-color: #95c0db !important;
			}

		input[type="button"].fit,
		input[type="submit"].fit,
		input[type="reset"].fit,
		.button.fit {
			width: 100%;
		}

		input[type="button"].small,
		input[type="submit"].small,
		input[type="reset"].small,
		.button.small {
			font-size: 0.7em;
			min-width: 14em;
			padding: 0.2em;
		}

	.wrapper {
		margin-bottom: 5em;
		padding: 7em 5em 5em 5em;
        border: solid 1px #cccccc;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.30);
        -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.30);
        box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.30);
	}

		.wrapper.style1 {
			padding: 0;
		}

		.wrapper.style2 {
			background-color: #3d8eb9;
			color: white;
		}

			.wrapper.style2 .button:hover {
				background: rgba(255, 255, 255, 0.15) !important;
			}

			.wrapper.style2 .button.special {
				background: white;
				border-color: white;
				color: #3d8eb9 !important;
			}

				.wrapper.style2 .button.special:hover {
					border-color: inherit !important;
					color: white !important;
				}

		.wrapper.style3 {
			background: white;
			color: inherit;
		}

		.wrapper.style4 {
			background: white;
			color: inherit;
			padding: 4em;
		}

		.wrapper.style5 {
			background-color: #84a5ca;
			color: white;
		    background-image: url("images/overlay_50pct.png");
		    background-position: top left;
		    background-repeat: repeat;
		    background-size: auto;
            border: solid 0.4em rgba(255, 255, 255, 0.1);
            -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.30);
            -moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.30);
            box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.30);
            }

	@-moz-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
	@-webkit-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
	@-o-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
	@-ms-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
	@keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }

	#header {
		background: white;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
        -moz-box-shadow:    0 1px 2px 0 rgba(0, 0, 0, 0.075);
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
		color: inherit;
		cursor: default;
		font-size: 0.8em;
		left: 0;
		padding: 1em 1.5em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
	}

		#header h1 {
			font-weight: 900;
			margin: 0;
            line-height: 1em;
            letter-spacing: 1px;
		}

		#header h1 p {
			margin-bottom: 0;
		}

			#header h1 span {
				font-weight: 300;
			}

		#header nav {
			letter-spacing: 0.075em;
			position: absolute;
			right: 1.5em;
			text-transform: uppercase;
			top: 0.75em;
		}

			#header nav ul li {
				display: inline-block;
                margin-left: 0em;
			}

				#header nav ul li > ul {
					display: none;
				}

				#header nav ul li a {
					border: solid 1px transparent;
					color: inherit;
					display: inline-block;
					line-height: 1em;
                    padding: 0.5em 0.75em;
					text-decoration: none;
				}

				#header nav ul li input[type="button"],
				#header nav ul li input[type="submit"],
				#header nav ul li input[type="reset"],
				#header nav ul li .button {
					font-size: 1em;
					min-width: 0;
					width: auto;
				}

				#header nav ul li.submenu > a:before {
					-moz-osx-font-smoothing: grayscale;
					-webkit-font-smoothing: antialiased;
					font-family: FontAwesome;
					font-style: normal;
					font-weight: normal;
					text-transform: none !important;
				}

				#header nav ul li.submenu > a:before {
					content: '\f107';
					margin-right: 0.65em;
				}

				#header nav ul li.active > a, #header nav ul li:hover > a {
					-moz-transition: all 0.2s ease-in-out;
					-webkit-transition: all 0.2s ease-in-out;
					-o-transition: all 0.2s ease-in-out;
					-ms-transition: all 0.2s ease-in-out;
					transition: all 0.2s ease-in-out;
					background: rgba(188, 202, 206, 0.15);
				}

				#header nav ul li.current > a {
					font-weight: 900;
				}

		#header.reveal {
			-moz-animation: reveal-header 0.5s;
			-webkit-animation: reveal-header 0.5s;
			-o-animation: reveal-header 0.5s;
			-ms-animation: reveal-header 0.5s;
			animation: reveal-header 0.5s;
		}

		#header.alt {
			-moz-animation: none;
			-webkit-animation: none;
			-o-animation: none;
			-ms-animation: none;
			animation: none;
			background: transparent;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
			box-shadow: none;
			color: white;
			padding: 2em 2.5em;
			position: absolute;
		}

			#header.alt nav {
				right: 2.5em;
				top: 1.75em;
			}

				#header.alt nav ul li.active > a, #header.alt nav ul li:hover > a {
					border: solid 1px;
				}

	.dropotron
	{
		text-align: left;
		line-height: 1em;
        -webkit-border-radius: 0.35em;
        -moz-border-radius: 0.35em;
        border-radius: 0.35em;
		min-width: 10em;
		background: rgba(255,255,255,0.40);
		padding: 0.85em 0 0.85em 0;
        -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
        -moz-box-shadow:    0px 1px 3px 0px rgba(0,0,0,0.25);
		box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
		margin-top: -0.8em;
	}

		.dropotron a,
		.dropotron span
		{
			display: block;
			padding: 0.65em 1em 0.65em 1em;
			border-top: solid 1px #e8e8e8;
			border-bottom: 0;
		}
		
	.dropotron li {
			border-top: solid 1px rgba(124, 128, 129, 0.2);
		}

			.dropotron li a {
				-moz-transition: none;
				-webkit-transition: none;
				-o-transition: none;
				-ms-transition: none;
				transition: none;
				color: inherit;
				text-decoration: none;
				padding: 1em;
				border: 0;
                color:#1c4866;
                -webkit-border-radius: 0.35em;
                -moz-border-radius: 0.35em;
                border-radius: 0.35em;
                background-color:#ffffff;
                margin:0 5px;
			}

			.dropotron li:hover a {
				background: #12599b;
                -webkit-border-radius: 0.35em;
                -moz-border-radius: 0.35em;
                border-radius: 0.35em;
				color: white;
			}

		.dropotron li:first-child a,
		.dropotron li:first-child span
		{
			border-top: 0;
		}
	
		.dropotron li.active a,
		.dropotron li.active span
		{
			color: #f35858;
		}
	
	.dropotron.level-0
	{
		font-size: 0.9em;
		margin-top: 0;
	}

		.dropotron.level-0:before
		{
			content: '';
			position: absolute;
			top: -1em;
			width: 1em;
			height: 1em;
			border-bottom: solid 0.5em #fff;
			border-left: solid 0.5em rgba(255,255,255,0);
			border-right: solid 0.5em rgba(255,255,255,0);
		}

		.dropotron.level-0.center:before
		{
			left: 50%;
			margin-left: -0.5em;
		}

		.dropotron.level-0.left:before
		{
			left: 1em;
		}

		.dropotron.level-0.right:before
		{
			right: 1em;
		}


	@-moz-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
	@-webkit-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
	@-o-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
	@-ms-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
	@keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }

	#banner {
		background-attachment: scroll, fixed, fixed;
		background-color: #FFFFFF;
		background-image: url("images/banner-shape.png"), url("images/overlay.png"), url("images/banner.jpg");
		background-position: bottom center, top left, top center;
		background-repeat: no-repeat, repeat, no-repeat;
		background-size: 100% auto, auto, cover;
		color: white;
		cursor: default;
		padding: 6em 0;
		text-align: center;
	}

        #banner .logo {
            -moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner 1s 0.25s ease-in-out;
			-o-animation: reveal-banner 1s 0.25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-o-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			color: white;
			display: block;
            -moz-opacity: 0;
            -khtml-opacity: 0;
            opacity: 0;
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
            filter:alpha(opacity=0);
			padding: 0 3em;
			text-align: center;
            background-image:url("images/logo.png");
            background-position: 5% 20%;
            background-repeat: no-repeat;
            cursor:pointer;
        }

		#banner .inner {
			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner 1s 0.25s ease-in-out;
			-o-animation: reveal-banner 1s 0.25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-o-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			color: white;
			display: inline-block;
            -moz-opacity: 0;
            -khtml-opacity: 0;
            opacity: 0;
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
            filter:alpha(opacity=0);
            padding:0;
            margin-top:1em;
			text-align: center;
		}

			#banner .inner header {
				display: inline-block;
				margin: 0 0 2em 0;
				padding: 3px 0 3px 0;
			}

				#banner .inner header h2 {
					border-top: solid 3px;
                    border-bottom: solid 3px;
                    border-color: rgba(188, 202, 206, 0.30);
					font-size: 2.5em;
					font-weight: 900;
					letter-spacing: 0.2em;
					margin: 0;
					padding-left: 0.05em;
					position: relative;
					text-transform: uppercase;
				}

			#banner .inner p {
				letter-spacing: 0.1em;
				margin: 0;
				text-transform: uppercase;
			}

				#banner .inner p a {
					color: inherit;
					font-weight: 400;
					text-decoration: none;
				}

			#banner .inner footer {
				margin: 2em 0 0 0;
			}

	#main {
		background-size: 3.5em;
		padding: 7em 0;
	}

		#main > :last-child {
			margin-bottom: 0;
		}

		#main .sidebar section {
			border-top: solid 1px rgba(124, 128, 129, 0.2);
			margin: 3em 0 0 0;
			padding: 3em 0 0 0;
		}

			#main .sidebar section:first-child {
				border-top: 0;
				padding-top: 0;
				margin-top: 0;
			}

	body.index #main {
		padding-top: 5em;
	}

    #products,#clients,#catalog,#main .pages {
        background-attachment: scroll, scroll;
		background-color: #FFFFFF;
		background-image: url("images/shape-top2-24bit.png"), url("images/overlay2.png") ;
		background-position: 50% -40px, top left;
		background-repeat: no-repeat, repeat;
		background-size: auto, auto;
        border: solid 0.4em rgba(0, 0, 0, 0.1);
    }

    .clr{clear:left;}

    #products h3{
        color:#003c74;
        text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
        margin-bottom: 0.2em !important;
    }

    #adress {
        background-attachment: scroll, scroll;
		background-color: #FFFFFF;
		background-image: url("images/shape-top2-24bit.png"), url("images/overlay1.png");
		background-position: 50% -40px, top left;
		background-repeat: no-repeat, repeat;
		background-size: auto, auto;
        border: solid 0.4em rgba(255, 255, 255, 0.1);
    }
	#services {
		background-attachment: fixed, fixed;
		background-color: #FFFFFF;
		background-image: url("images/overlay.png"), url("images/banner2.jpg");
		background-position: top left, bottom center;
		background-repeat: repeat, no-repeat;
		background-size: auto, cover;
		color: white;
		padding: 5em;
		text-align: center;
        border-top: solid 0.5em rgba(255, 255, 255, 0.1);
        border-bottom: solid 0.5em rgba(255, 255, 255, 0.1);
	}

		#services header {
			margin-bottom: 2em;
		}

	#contact {
		background-attachment: fixed, fixed;
		background-color: #FFFFFF;
		background-image: url("images/overlay.png"), url("images/banner3.jpg");
		background-position: top left, bottom center;
		background-repeat: repeat, no-repeat;
		background-size: auto, cover;
		color: white;
		padding: 5em;
		text-align: center;
        border-top: solid 0.5em rgba(255, 255, 255, 0.1);
        border-bottom: solid 0.5em rgba(255, 255, 255, 0.1);
	}

		#contact header {
			margin-bottom: 2em;
		}

	#footer {
        background: #84a5ca;
		color: #7c8081;
		padding: 5em 10em;
		text-align: center;
        background-image: url("images/overlay_50pct.png");
		background-position: top left;
		background-repeat: repeat;
		background-size: auto;
        border-top: solid 1px rgba(255, 255, 255, 0.1);
        border-bottom: solid 2em rgba(255, 255, 255, 0.1);
        }

		#footer .copyright {
			font-size: 0.8em;
			line-height: 1em;
            color:#bebebe;
		}

			#footer .copyright a {
				color: inherit;
                border-bottom: none;
			}

			#footer .copyright li {
				display: inline-block;
				margin-left: 1em;
				padding-left: 1em;
				border-left: dotted 1px;
			}

				#footer .copyright li:first-child {
					margin: 0;
					padding: 0;
					border: 0;
				}

	#topButton .toggle {
		height: 100%;
		left: 0;
		position: absolute;
		text-align: center;
		top: 0;
		width: 100%;
	}

		#topButton .toggle:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		#topButton .toggle:before {
			color: white;
			content: '\f039';
			font-size: 0.75em;
			height: 30px;
			left: 0;
			line-height: 30px;
            -moz-opacity: 0.5;
            -khtml-opacity: 0.5;
            opacity: 0.5;
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=5);
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5);
            filter:alpha(opacity=5);
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
		}

		#topButton .toggle:after {
			background: rgba(163, 169, 170, 0.75);
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
			content: '';
			height: 30px;
			left: 50%;
			margin-left: -40px;
			position: absolute;
			top: 0;
			width: 80px;
		}

	#sideButton .toggle {
		height: 100%;
		left: 0;
		position: absolute;
		text-align: center;
		top: 0;
		width: 100%;
	}

		#sideButton .toggle:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		#sideButton .toggle:before {
			color: white;
			content: '\f039';
			font-size: 1em;
			height: 40px;
			left: 10px;
			line-height: 40px;
            -moz-opacity: 0.5;
            -khtml-opacity: 0.5;
            opacity: 0.5;
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=5);
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5);
            filter:alpha(opacity=5);
			position: absolute;
			top: 11px;
			width: 60px;
			z-index: 1;
		}

		#sideButton .toggle:after {
			background: rgba(163, 169, 170, 0.75);
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
			content: '';
			height: 40px;
			left: 10px;
			position: absolute;
			top: 10px;
			width: 60px;
		}

	#topPanel,
	#sidePanel {
        background: #12599b;
		color: white;
		font-size: 0.8em;
		letter-spacing: 0.075em;
		text-transform: uppercase;
	}

		#topPanel nav,
		#sidePanel nav {
			padding: 0.25em 0.5em 1em 0.5em;
		}

		#topPanel .link,
		#sidePanel .link {
			border: 0;
			border-top: solid 1px rgba(255, 255, 255, 0.05);
			color: inherit;
			display: block;
			height: 3em;
			line-height: 3em;
            -moz-opacity: 0.75;
            -khtml-opacity: 0.75;
            opacity: 0.75;
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=75);
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
            filter:alpha(opacity=75);
			text-decoration: none;
		}

			#topPanel .link.depth-0,
			#sidePanel .link.depth-0 {
				font-weight: 900;
			}

			#topPanel .link.depth-0:hover,
			#sidePanel .link.depth-0:hover {
                padding-left: 1em;
                -moz-transition: all 0.3s ease-in-out;
				-webkit-transition: all 0.3s ease-in-out;
				-o-transition: all 0.3s ease-in-out;
				-ms-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
				background: rgba(188, 202, 206, 0.15);
			}

			#topPanel .link.depth-1,
			#sidePanel .link.depth-1 {
				font-weight: 400;
			}

			#topPanel .link.depth-1:hover,
			#sidePanel .link.depth-1:hover {
                padding-left: 1em;
                -moz-transition: all 0.3s ease-in-out;
				-webkit-transition: all 0.3s ease-in-out;
				-o-transition: all 0.3s ease-in-out;
				-ms-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
				background: rgba(188, 202, 206, 0.15);
			}

			#topPanel .link:first-child,
			#sidePanel .link:first-child {
				border-top: 0;
			}

		#topPanel .indent-1,
		#sidePanel .indent-1 {
			display: inline-block;
			width: 1em;
		}

		#topPanel .indent-2,
		#sidePanel .indent-2 {
			display: inline-block;
			width: 2em;
		}

		#topPanel .indent-3,
		#sidePanel .indent-3 {
			display: inline-block;
			width: 3em;
		}

		#topPanel .indent-4,
		#sidePanel .indent-4 {
			display: inline-block;
			width: 4em;
		}

		#topPanel .indent-5,
		#sidePanel .indent-5 {
			display: inline-block;
			width: 5em;
		}

	.poptrox-popup {
		background: #fff;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-o-box-sizing: content-box;
		-ms-box-sizing: content-box;
		box-sizing: content-box;
		padding-bottom: 3em;
        -webkit-box-shadow: 0 0.1em 0.15em 0 rgba(0,0,0,0.15);
        -moz-box-shadow:    0 0.1em 0.15em 0 rgba(0,0,0,0.15);
		box-shadow: 0 0.1em 0.15em 0 rgba(0,0,0,0.15);
	}
	
		.poptrox-popup .loader {
			width: 48px;
			height: 48px;
			background: url('images/loader.gif');
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -24px 0 0 -24px;
		}
	
		.poptrox-popup .caption {
			position: absolute;
			bottom: 0;
			left: 0;
			background: #fff;
			width: 100%;
			height: 3em;
			line-height: 2.8em;
			text-align: center;
			cursor: default;
			z-index: 1;
			font-size: 0.9em;
		}
		
		.poptrox-popup .nav-next,
		.poptrox-popup .nav-previous {
			position: absolute;
			top: 0;
			width: 50%;
			height: 100%;
            -moz-opacity: 0;
            -khtml-opacity: 0;
            opacity: 0;
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
            filter:alpha(opacity=0);
			cursor: pointer;
			background: rgba(0,0,0,0.01);
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-o-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			-webkit-tap-highlight-color: rgba(255,255,255,0);
		}

			.poptrox-popup .nav-next:before,
			.poptrox-popup .nav-previous:before {
				content: '';
				position: absolute;
				width: 96px;
				height: 64px;
				background: url('images/poptrox-nav.svg');
				top: -moz-calc(50% - 1.5em);
				top: -webkit-calc(50% - 1.5em);
				top: -o-calc(50% - 1.5em);
				top: -ms-calc(50% - 1.5em);
				top: calc(50% - 1.5em);
				margin: -32px 0 0 0;
			}
		
			.poptrox-popup:hover .nav-next,
			.poptrox-popup:hover .nav-previous {
            -moz-opacity: 0.5;
            -khtml-opacity: 0.5;
            opacity: 0.5;
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=5);
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5);
            filter:alpha(opacity=5);
			}

			.poptrox-popup:hover .nav-next:hover,
			.poptrox-popup:hover .nav-previous:hover {
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1;
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter:alpha(opacity=100);
			 }
			
			.poptrox-popup .nav-previous:before
			{
				-moz-transform: scaleX(-1);
				-webkit-transform: scaleX(-1);
				-o-transform: scaleX(-1);
				-ms-transform: scaleX(-1);
				transform: scaleX(-1);
				-ms-filter: "FlipH";			
				filter: FlipH;
			}

		.poptrox-popup .nav-next {
			right: 0;
		}

			.poptrox-popup .nav-next:before {
				right: 0;
			}
		
		.poptrox-popup .nav-previous {
			left: 0;
		}

			.poptrox-popup .nav-previous:before {
				left: 0;
			}
			
		.poptrox-popup .closer {
			position: absolute;
			top: 0;
			right: 0;
			width: 64px;
			height: 64px;
			text-indent: -9999px;
			z-index: 2;
            -moz-opacity: 0;
            -khtml-opacity: 0;
            opacity: 0;
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
            filter:alpha(opacity=0);
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-o-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			-webkit-tap-highlight-color: rgba(255,255,255,0);
		}
		
			.poptrox-popup .closer:before {
				content: '';
				display: block;
				position: absolute;
				right: 16px;
				top: 16px;
				width: 40px;
				height: 40px;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
                -webkit-box-shadow: inset 0 0 0 2px #fff;
                -moz-box-shadow: inset 0 0 0 2px #fff;
				box-shadow: inset 0 0 0 2px #fff;
				background: url('images/poptrox-closer.svg') center center;
				color: #fff !important;
			}

			.poptrox-popup:hover .closer {
            -moz-opacity: 0.5;
            -khtml-opacity: 0.5;
            opacity: 0.5;
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=5);
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5);
            filter:alpha(opacity=5);
			}

			.poptrox-popup:hover .closer:hover {
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1;
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter:alpha(opacity=100);
			}


        .imgPreview{
            position: relative;
            z-index: 0;
            }

        .imgPreview span{
            position: absolute;
            padding: 1em;
            left: -1000px;
            visibility: hidden;
            color: black;
            text-decoration: none;
            border: solid 2px #ffffff;
            text-align: center;
            text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.7);
            -webkit-border-radius: 0.35em;
            -moz-border-radius: 0.35em;
            border-radius: 0.35em;
            background: rgba(105,170,205,0.40);
            -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
            -moz-box-shadow:    0px 1px 3px 0px rgba(0,0,0,0.25);
            box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
            margin-top: -0.8em;
            }

        .imgPreview span img{
            border-width: 0;
            }

        .imgPreview:hover span{
            visibility: visible;
            top: 65px;
            left: 65px;
            }

		.list {
            text-align:left;
            padding: 2em 2em 0 ;
            width:100%;
            margin:0 auto;
		}

        .list h4 { text-align:center; }

		.list ul {
            width:300px;
            margin-left:5em;
            text-transform: uppercase;
            font-size:70%;

		}

		.list li {
            text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.70);
		}

		.list li:before, #catalog li:before, #clients li:before {
            font-family:'FontAwesome';
		    content: '\f054';
            font-size:0.6em;
            font-weight: 900;
			margin-right: 0.40em;
        }

		#catalog li:after {
            font-family:'FontAwesome';
		    content: '\f1c1';
            font-size:1.3em;
            -moz-opacity: 0.4;
            -khtml-opacity: 0.4;
            opacity: 0.4;
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=4);
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=4);
            filter:alpha(opacity=4);
            color:red;
        }

        .bg{background: rgba(255, 255, 255, 0.15)}

		.upbox {
			margin: 0 23%;
			width: 54%;
		}

        .esm-wrapper{
	        width: 75%;
	        position: relative;
	        margin: -1em auto 0 17em;
	        padding: 10px;
        }
        .esm-sentence{
	        margin: 0;
	        text-transform: uppercase;
	        font-weight: 300;
	        text-shadow: 0 0 0 rgba(0,0,0,0.0001);
        }
        .esm-sentence span{
	        color: #FFF;
	        white-space: nowrap;
			text-align: left;
        }
        .esm-sentence > span:first-child{
	        display: block;
	        text-indent: 5px;
	        font-size: 100%;
            padding: 1em 0 0.5em;
        }
        .esm-words{
	        width: 100%;
	        height: 100px;
	        -webkit-perspective: 800px;
	        perspective: 800px;
			text-align: left;
        }
        .esm-words span{
	        position: absolute;
	        width: 100%;
	        opacity: 0;
	        white-space: nowrap;
	        overflow: hidden;
        }
        .esm-words-2 span{
	        font-size: 200%;
	        font-style: italic;
	        text-indent: 0px;
	        line-height: 100%;
	        color: #b6c8e0;	
	        -webkit-animation: rotateWordsSecond 18s ease-in infinite 0s;
	        -ms-animation: rotateWordsSecond 18s ease-in infinite 0s;
	        animation: rotateWordsSecond 18s ease-in infinite 0s;
        }
        .esm-words span:nth-child(2) { 
            -webkit-animation-delay: 3s; 
	        -ms-animation-delay: 3s; 
	        animation-delay: 3s; 
        }
        .esm-words span:nth-child(3) { 
            -webkit-animation-delay: 6s; 
	        -ms-animation-delay: 6s; 
	        animation-delay: 6s; 
        }
        .esm-words span:nth-child(4) { 
            -webkit-animation-delay: 9s; 
	        -ms-animation-delay: 9s; 
	        animation-delay: 9s; 
        }
        .esm-words span:nth-child(5) { 
            -webkit-animation-delay: 12s; 
	        -ms-animation-delay: 12s; 
	        animation-delay: 12s; 
        }
        .esm-words span:nth-child(6) { 
            -webkit-animation-delay: 15s; 
	        -ms-animation-delay: 15s; 
	        animation-delay: 15s; 
        }
        @-webkit-keyframes rotateWordsFirst {
            0% { opacity: 0; -webkit-animation-timing-function: ease-in; width: 0px;}
            5% { opacity: 1; -webkit-animation-timing-function: ease-out; width: 100%;}
            17% { opacity: 1; }
            20% { opacity: 0; }
            100% { opacity: 0; }
        }
        @-ms-keyframes rotateWordsFirst {
            0% { opacity: 0; -ms-animation-timing-function: ease-in; width: 0px;}
            5% { opacity: 1; -ms-animation-timing-function: ease-out; width: 100%;}
            17% { opacity: 1; }
            20% { opacity: 0; }
            100% { opacity: 0; }
        }
        @keyframes rotateWordsFirst {
            0% { opacity: 0; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; width: 0px;}
            5% { opacity: 1; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; width: 100%;}
            17% { opacity: 1; }
            20% { opacity: 0; }
            100% { opacity: 0; }
        }
        @-webkit-keyframes rotateWordsSecond {
            0% { opacity: 0; -webkit-transform: translateZ(600px) translateX(200px);}
            8% { opacity: 1; -webkit-transform: translateZ(0px) translateX(0px);}
            17% { opacity: 1; }
            25% { opacity: 0; }
            100% { opacity: 0; }
        }
        @-ms-keyframes rotateWordsSecond {
            0% { opacity: 0; -ms-transform: translateZ(600px) translateX(200px);}
            8% { opacity: 1; -ms-transform: translateZ(0px) translateX(0px);}
            17% { opacity: 1; }
            25% { opacity: 0; }
            100% { opacity: 0; }
        }
        @keyframes rotateWordsSecond {
            0% { opacity: 0; -webkit-transform: translateZ(600px) translateX(200px); transform: translateZ(600px) translateX(200px);}
            8% { opacity: 1; -webkit-transform: translateZ(0px) translateX(0px); transform: translateZ(0px) translateX(0px);}
            17% { opacity: 1; }
            25% { opacity: 0; }
            100% { opacity: 0; }
        }

        .listfl { float:left; }

        #services header h4 { min-height: 3.5em; }
        #clients ul { text-align:left;padding-right:1em;text-transform: uppercase;font-size:70%; }        