@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");

/*
	Solarize by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Basic */


	body {
		background: #222222;
	}

		body.loading * {
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-o-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

	body, input, select, textarea {
		color: #555555;
		font-family: 'Open Sans', sans-serif;
		font-size: 12pt;
		font-weight: 300;
		line-height: 1.65em;
	}

	a {
		color: #82b440;
		text-decoration: underline;
	}

	strong, b {
		font-weight: 700;
	}

	em, i {
		font-style: italic;
	}

	p, ul, ol, dl, table, blockquote {
		margin: 0 0 2em 0;
	}

	p {
		line-height: 1.8em;
	}

		p.medium {
			font-size: 1.4em;
		}

	h1, h2, h3, h4, h5, h6 {
		color: inherit;
		font-weight: 700;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 1.5em;
	}

	h3 {
		font-size: 1.25em;
	}

	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 #82b440;
		border: 0;
		margin-bottom: 1.5em;
	}

	blockquote {
		border-left: solid 0.5em #82b440;
		font-style: italic;
		padding: 1em 0 1em 2em;
	}

	section.special, article.special {
		text-align: center;
	}

	header.major {
		padding-bottom: 3em;
		text-align: center;
		text-transform: uppercase;
	}

        header.major h2 {
            font-size: 2.6em;
            font-weight: 700;
            line-height: 1;
        }

		header.major .byline {
			display: block;
			padding-top: 1em;
			letter-spacing: 1px;
			font-size: 1.4em;
		}

	footer > :last-child {
		margin-bottom: 0;
	}

	footer.major {
		padding-top: 3em;
	}

/* Form */

	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: none;
		border: solid 1px #82b440;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0.75em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		textarea:focus {
			border-color: #82b440;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"] {
		line-height: 1em;
	}

	::-webkit-input-placeholder {
		color: inherit;
		opacity: 0.5;
		position: relative;
		top: 3px;
	}

	:-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	::-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	:-ms-input-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	.formerize-placeholder {
		color: rgba(85, 85, 85, 0.5) !important;
	}

/* Image */

	.image {
		border: 0;
		position: relative;
	}

		.image.fit {
			display: block;
		}

			.image.fit img {
				display: block;
				width: 100%;
			}

		.image.feature {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.feature img {
				display: block;
				width: 100%;
			}

/* Icon */

	.icon {
		position: relative;
	}

		.icon:before {
			content: "";
			-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;
		}

/* Lists */

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

	ul.default {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		ul.default li {
			padding: 0.40em 0em;
		}

	ul.icons {
		cursor: default;
		padding-bottom: 2em;
	}

		ul.icons li {
			display: inline-block;
			line-height: 1em;
			padding: 0.5em 1em;
		}

			ul.icons li:first-child {
				padding-left: 0;
			}

			ul.icons li span {
				display: none;
			}

			ul.icons li a {
				text-decoration: none;
				font-size: 2em;
				color: inherit;
				opacity: 0.2;
				-moz-transition: all 0.35s ease-in-out;
				-webkit-transition: all 0.35s ease-in-out;
				-o-transition: all 0.35s ease-in-out;
				-ms-transition: all 0.35s ease-in-out;
				transition: all 0.35s ease-in-out;
			}

			ul.icons li a:hover {
				color: inherit;
				opacity: 1;
			}

	ul.actions {
		cursor: default;
	}

		ul.actions:last-child {
			margin-bottom: 0;
		}

		ul.actions li {
			display: inline-block;
			padding: 0 0 0 1.5em;
		}

			ul.actions li:first-child {
				padding: 0;
			}

		ul.actions.vertical li {
			display: block;
			padding: 1.5em 0 0 0;
		}

			ul.actions.vertical li:first-child {
				padding: 0;
			}

	ul.special-icons {
		margin: 0em;
		padding: 0em;
	}

		ul.special-icons > li {
			position: relative;
			padding: 0.50em 0em 0.50em 0em;
		}

		ul.special-icons > li:before {
			position: absolute;
			left: 0;
			top: 2em;
			display: block;
			background: none;
			font-size: 2em;
			border-radius: 5px;
		}

		ul.special-icons > li:first-child {
			border-top: none;
		}

		ul.special-icons h3 {
			margin-bottom: 0.80em;
			line-height: 2em;
			text-transform: uppercase;
			font-weight: 700;
			font-size: 1.2em;
		}

		ul.special-icons span {
			line-height: 190%;
		}

		ul.special-icons .fa {
			float: left;
			display: inline-block;
			padding-right: 1em;
			font-size: 1.4em;
			color: #82b440;
		}

		ul.special-icons p {
			padding-left: 2.7em;
		}

/* Tables */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr {
				border-bottom: solid 1px #82b440;
			}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				font-weight: 700;
				padding: 0.5em 1em 0.5em 1em;
				text-align: left;
			}

			table.default thead {
				background: #555555;
				color: #fff;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: none;
		border-radius: none;
		border: 2px solid;
		border-color: #82b440;
		color: #82b440;
		cursor: pointer;
		display: inline-block;
		padding: 0.90em 1.2em;
		letter-spacing: 1px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 1.4em;
		-moz-transition: all 0.35s ease-in-out;
		-webkit-transition: all 0.35s ease-in-out;
		-o-transition: all 0.35s ease-in-out;
		-ms-transition: all 0.35s ease-in-out;
		transition: all 0.35s ease-in-out;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		.button:hover {
			background: #82b440;
			color: white;
		}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		.button.alt {
			border-color: inherit;
			color: inherit;
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			.button.alt:hover {
				background: white;
				color: #82b440;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.8em;
		}

/* Wrapper */


	.wrapper {
		padding: 6em 0em 4em 0em;
	}

		.wrapper.style1 {
			padding: 0em;
			background: #222222 url(../images/banner.jpg) no-repeat;
			background-size: cover;
		}

		.wrapper.style2 {
			background: #f2f2f2;
		}

			.wrapper.style2 .major {
				text-align: left !important;
			}

				.wrapper.style2 .major h2 {
					display: block;
					margin-bottom: 0.70em;
					letter-spacing: 1px;
					line-height: 1.4em;
					text-transform: uppercase;
					font-size: 1.8em;
					font-weight: 400;
				}

				.wrapper.style2 .major .byline {
					letter-spacing: normal;
					line-height: 1.6em;
					text-transform: capitalize;
					font-size: 1.4em;
				}

			.wrapper.style2 h3 {
				display: block;
				margin-bottom: 1em;
				letter-spacing: 1px;
				line-height: 1.4em;
				text-transform: uppercase;
				font-size: 1.6em;
				font-weight: 400;
			}

		.wrapper.style3 {
			padding-bottom: 6em;
			background: #82b440;
			text-align: center;
			color: white;
		}

			.wrapper.style3 .container {
				padding-left: 6em;
				padding-right: 6em;
			}

			.wrapper.style3 p {
				font-size: 1.6em;
			}

		.wrapper.style4 {
			background: white;
		}

		.wrapper.style5 {
			background: #82b440;
			text-align: center;
			color: white;
		}

			.wrapper.style5 .image {
				display: block;
				width: 60%;
				margin: 0em auto 2em auto;
			}

				.wrapper.style5 .image img {
					border-radius: 50%;
					border: 10px solid;
					border-color: white;
				}

                /*added*/
        .wrapper.style6 {
            padding: 0em;
            background: #222222 url(/Content/myTemplate/images/allrobots.jpg) no-repeat;
            background-size: cover;
        }

        .wrapper.style7 {
            background: #82b440;
            text-align: center;
            color: white;
        }

            .wrapper.style7 .image {
                display: block;
                width: 1680px;
                margin: 0em auto 0em auto;
            }

                .wrapper.style7 .image img {
                    /*border-radius: 50%;
                    border: 10px solid;
                    border-color: white;*/
                }

        .wrapper.style8 {
            padding: 2em 0em 2em 0em;
            background: white;
        }

        .wrapper.style9 {
            padding: 1em 0em 1em 0em;
            background: black;
        }

/* Header */

	#header {
		color: white;
		height: 4em;
		background: rgba(0, 0, 0, 0.5);
	}

		#header .container {
			position: relative;
		}

	.homepage #logo {
		display: none;
	}

	.homepage #nav {
		position: static;
		right: none;
		text-align: center;
	}

	#logo {
		line-height: 2em;
		letter-spacing: 2px;
		text-transform: uppercase;
		font-size: 2em;
		font-weight: 400;
        /*max-height: 1em;*/

        /*position: relative;
        top: 50%;
        transform: translateY(17.5%);*/
	}

		#logo h1 {
			display: inline-block;
			margin: 0;
			padding: 0;
		}

        #logo a{
            color: inherit;
        }

        #logo img {
            padding: 0.3em 0em 0em 0em;
        }




	#nav {
		position: absolute;
		top: 0;
		right: 0;
	}

		#nav > ul {
			margin: 0;
		}

			#nav > ul > li {
				border-radius: 4px;
				display: inline-block;
				margin-left: 0.5em;
				padding: 0 0.5em;
			}

				#nav > ul > li a {
					color: inherit;
					line-height: 4em;
					letter-spacing: 2px;
					text-decoration: none;
					text-transform: uppercase;
					font-weight: 400;
					font-size: 1em;
				}

				#nav > ul > li:first-child {
					margin-left: 0;
				}

				#nav > ul > li.active a {
					color: white;
				}

				#nav > ul > li > ul {
					display: none;
				}

/* Dropotron */

	.dropotron {
		top: 2em;
		background: rgba(32, 32, 32, 0.75);
		border-radius: 4px;
		color: inherit;
		min-width: 12em;
		padding: 1em 0;
		color: white;
	}

		.dropotron > li {
			line-height: 2em;
			padding: 0 1em;
		}

			.dropotron > li > a {
				color: inherit;
				letter-spacing: 2px;
				text-decoration: none;
				text-transform: uppercase;
			}

			.dropotron > li.active > a, .dropotron > li:hover > a {
				color: inherit;
			}

		.dropotron.level-0 {
			border-radius: 0 0 4px 4px;
			font-size: 1em;
			margin-left: -0.5em;
		}

/* Banner */

	#banner {
		padding: 6em 0em 3em 0em;
		text-align: center;
		text-transform: uppercase;
		color: white;
	}

        #banner .container {
            padding: 0em 8em;
            
        }

		#banner h2 {
			display: inline-block;
			padding: 0.50em 0.30em;
			background: #82b440;
			font-size: 3em;
			font-weight: 400;
		}

		#banner span, #banner p {
			display: block;
			letter-spacing: 1px;
			text-transform: uppercase;
			font-size: 1.6em;
			font-weight: 300;
		}

		#banner span {
			padding: 1em 0em;
		}

/* Main */

	#main {
		padding: 4em 0;
	}

		#main #content .major, #main #sidebar .major {
			text-align: left;
		}

        #main #contentR, #main #sidebarR {
            text-align: right;
        }

		#main #sidebar section {
			margin-top: 4em;
		}

			#main #sidebar section:first-child {
				margin-top: 0;
			}

		#main #sidebar .major {
			padding-bottom: 2em;
		}

			#main #sidebar .major h2 {
				font-size: 1.8em;
			}

/* Footer */

	#footer {
		padding: 6em 0 0em 0;
		text-align: center;
		color: white;
	}

		#footer hr {
			border-bottom: 1px solid;
			border-color: inherit;
			opacity: .05;
		}

		#footer .major h2 {
			color: inherit;
		}

		#footer .major .byline {
			color: inherit;
			opacity: .4;
		}

		#footer .copyright {
			margin-top: 3em;
			text-align: center;
		}

        #footer .copyright2 {
            margin-top: 3em;
            text-align: center;
        }

/* Copyright */

#copyright {
    position: relative;
    text-transform: uppercase;
    text-align: center;
    padding: 0em 0em 3em 0em;
    color: inherit;
    opacity: .40;
}

		#copyright a {
			text-decoration: none;
			color: inherit;
		}

/* Copyright */

#copyright2 {
    position: relative;
    /*text-transform: uppercase;*/
    text-align: center;
    padding: 3em 0em 3em 0em;
    color: white;
    opacity: .40;
}

    #copyright2 a {
        text-decoration: none;
        color: inherit;
    }

/* Extra */

	#extra1 h2 {
		display: block;
		margin-bottom: 1em;
		letter-spacing: 1px;
		line-height: 1.4em;
		text-transform: uppercase;
		font-size: 1.8em;
		font-weight: 400;
	}

	#extra1 h3 {
		display: block;
		margin-bottom: 1em;
		letter-spacing: 1px;
		line-height: 1.4em;
		text-transform: uppercase;
		font-size: 1.6em;
		font-weight: 400;
	}

/* Team */

#team h3 {
    margin-bottom: 0.50em;
    /*letter-spacing: 2px;*/
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

/* Carousel */
.carousel {
    position: relative;
    height: 360px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
        height:360px;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            /*display: block;
            height: auto;
            max-width: 100%;
            line-height: 1;*/
            display: block;
            max-height: 360px;
            max-width: 100%;
            margin: auto;
            line-height: 1;

            /*vertical alignment at center*/
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }

    .carousel-inner > .active,
    .carousel-inner > .next,
    .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        left: 0;
    }

    .carousel-inner > .next,
    .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner > .next {
        left: 100%;
    }

    .carousel-inner > .prev {
        left: -100%;
    }

        .carousel-inner > .next.left,
        .carousel-inner > .prev.right {
            left: 0;
        }

    .carousel-inner > .active.left {
        left: -100%;
    }

    .carousel-inner > .active.right {
        left: 100%;
    }

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.5;
    filter: alpha(opacity=50);
}

    .carousel-control.left {
        background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
        background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
        background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover,
    .carousel-control:focus {
        color: #ffffff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .fa-chevron-left {
        position: absolute;
        top: 43%;
        left: 50%;
        z-index: 0;
        display: inline-block;
    }

    .carousel-control .fa-chevron-right {
        position: absolute;
        top: 43%;
        right: 50%;
        z-index: 0;
        display: inline-block;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        border: 1px solid #ffffff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #ffffff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
        top: 30px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
    .glyphicon {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
    }

    .glyphicon-asterisk:before {
        content: "\2a";
    }

    .glyphicon-plus:before {
        content: "\2b";
    }

    .glyphicon-euro:before {
        content: "\20ac";
    }

    .glyphicon-minus:before {
        content: "\2212";
    }

    .glyphicon-cloud:before {
        content: "\2601";
    }

    .glyphicon-envelope:before {
        content: "\2709";
    }

    .glyphicon-pencil:before {
        content: "\270f";
    }

    .glyphicon-glass:before {
        content: "\e001";
    }

    .glyphicon-music:before {
        content: "\e002";
    }

    .glyphicon-search:before {
        content: "\e003";
    }

    .glyphicon-heart:before {
        content: "\e005";
    }

    .glyphicon-star:before {
        content: "\e006";
    }

    .glyphicon-star-empty:before {
        content: "\e007";
    }

    .glyphicon-user:before {
        content: "\e008";
    }

    .glyphicon-film:before {
        content: "\e009";
    }

    .glyphicon-th-large:before {
        content: "\e010";
    }

    .glyphicon-th:before {
        content: "\e011";
    }

    .glyphicon-th-list:before {
        content: "\e012";
    }

    .glyphicon-ok:before {
        content: "\e013";
    }

    .glyphicon-remove:before {
        content: "\e014";
    }

    .glyphicon-zoom-in:before {
        content: "\e015";
    }

    .glyphicon-zoom-out:before {
        content: "\e016";
    }

    .glyphicon-off:before {
        content: "\e017";
    }

    .glyphicon-signal:before {
        content: "\e018";
    }

    .glyphicon-cog:before {
        content: "\e019";
    }

    .glyphicon-trash:before {
        content: "\e020";
    }

    .glyphicon-home:before {
        content: "\e021";
    }

    .glyphicon-file:before {
        content: "\e022";
    }

    .glyphicon-time:before {
        content: "\e023";
    }

    .glyphicon-road:before {
        content: "\e024";
    }

    .glyphicon-download-alt:before {
        content: "\e025";
    }

    .glyphicon-download:before {
        content: "\e026";
    }

    .glyphicon-upload:before {
        content: "\e027";
    }

    .glyphicon-inbox:before {
        content: "\e028";
    }

    .glyphicon-play-circle:before {
        content: "\e029";
    }

    .glyphicon-repeat:before {
        content: "\e030";
    }

    .glyphicon-refresh:before {
        content: "\e031";
    }

    .glyphicon-list-alt:before {
        content: "\e032";
    }

    .glyphicon-flag:before {
        content: "\e034";
    }

    .glyphicon-headphones:before {
        content: "\e035";
    }

    .glyphicon-volume-off:before {
        content: "\e036";
    }

    .glyphicon-volume-down:before {
        content: "\e037";
    }

    .glyphicon-volume-up:before {
        content: "\e038";
    }

    .glyphicon-qrcode:before {
        content: "\e039";
    }

    .glyphicon-barcode:before {
        content: "\e040";
    }

    .glyphicon-tag:before {
        content: "\e041";
    }

    .glyphicon-tags:before {
        content: "\e042";
    }

    .glyphicon-book:before {
        content: "\e043";
    }

    .glyphicon-print:before {
        content: "\e045";
    }

    .glyphicon-font:before {
        content: "\e047";
    }

    .glyphicon-bold:before {
        content: "\e048";
    }

    .glyphicon-italic:before {
        content: "\e049";
    }

    .glyphicon-text-height:before {
        content: "\e050";
    }

    .glyphicon-text-width:before {
        content: "\e051";
    }

    .glyphicon-align-left:before {
        content: "\e052";
    }

    .glyphicon-align-center:before {
        content: "\e053";
    }

    .glyphicon-align-right:before {
        content: "\e054";
    }

    .glyphicon-align-justify:before {
        content: "\e055";
    }

    .glyphicon-list:before {
        content: "\e056";
    }

    .glyphicon-indent-left:before {
        content: "\e057";
    }

    .glyphicon-indent-right:before {
        content: "\e058";
    }

    .glyphicon-facetime-video:before {
        content: "\e059";
    }

    .glyphicon-picture:before {
        content: "\e060";
    }

    .glyphicon-map-marker:before {
        content: "\e062";
    }

    .glyphicon-adjust:before {
        content: "\e063";
    }

    .glyphicon-tint:before {
        content: "\e064";
    }

    .glyphicon-edit:before {
        content: "\e065";
    }

    .glyphicon-share:before {
        content: "\e066";
    }

    .glyphicon-check:before {
        content: "\e067";
    }

    .glyphicon-move:before {
        content: "\e068";
    }

    .glyphicon-step-backward:before {
        content: "\e069";
    }

    .glyphicon-fast-backward:before {
        content: "\e070";
    }

    .glyphicon-backward:before {
        content: "\e071";
    }

    .glyphicon-play:before {
        content: "\e072";
    }

    .glyphicon-pause:before {
        content: "\e073";
    }

    .glyphicon-stop:before {
        content: "\e074";
    }

    .glyphicon-forward:before {
        content: "\e075";
    }

    .glyphicon-fast-forward:before {
        content: "\e076";
    }

    .glyphicon-step-forward:before {
        content: "\e077";
    }

    .glyphicon-eject:before {
        content: "\e078";
    }

    .glyphicon-chevron-left:before {
        content: "\e079";
    }

    .glyphicon-chevron-right:before {
        content: "\e080";
    }

    .glyphicon-plus-sign:before {
        content: "\e081";
    }

    .glyphicon-minus-sign:before {
        content: "\e082";
    }

    .glyphicon-remove-sign:before {
        content: "\e083";
    }

    .glyphicon-ok-sign:before {
        content: "\e084";
    }

    .glyphicon-question-sign:before {
        content: "\e085";
    }

    .glyphicon-info-sign:before {
        content: "\e086";
    }

    .glyphicon-screenshot:before {
        content: "\e087";
    }

    .glyphicon-remove-circle:before {
        content: "\e088";
    }

    .glyphicon-ok-circle:before {
        content: "\e089";
    }

    .glyphicon-ban-circle:before {
        content: "\e090";
    }

    .glyphicon-arrow-left:before {
        content: "\e091";
    }

    .glyphicon-arrow-right:before {
        content: "\e092";
    }

    .glyphicon-arrow-up:before {
        content: "\e093";
    }

    .glyphicon-arrow-down:before {
        content: "\e094";
    }

    .glyphicon-share-alt:before {
        content: "\e095";
    }

    .glyphicon-resize-full:before {
        content: "\e096";
    }

    .glyphicon-resize-small:before {
        content: "\e097";
    }

    .glyphicon-exclamation-sign:before {
        content: "\e101";
    }

    .glyphicon-gift:before {
        content: "\e102";
    }

    .glyphicon-leaf:before {
        content: "\e103";
    }

    .glyphicon-eye-open:before {
        content: "\e105";
    }

    .glyphicon-eye-close:before {
        content: "\e106";
    }

    .glyphicon-warning-sign:before {
        content: "\e107";
    }

    .glyphicon-plane:before {
        content: "\e108";
    }

    .glyphicon-random:before {
        content: "\e110";
    }

    .glyphicon-comment:before {
        content: "\e111";
    }

    .glyphicon-magnet:before {
        content: "\e112";
    }

    .glyphicon-chevron-up:before {
        content: "\e113";
    }

    .glyphicon-chevron-down:before {
        content: "\e114";
    }

    .glyphicon-retweet:before {
        content: "\e115";
    }

    .glyphicon-shopping-cart:before {
        content: "\e116";
    }

    .glyphicon-folder-close:before {
        content: "\e117";
    }

    .glyphicon-folder-open:before {
        content: "\e118";
    }

    .glyphicon-resize-vertical:before {
        content: "\e119";
    }

    .glyphicon-resize-horizontal:before {
        content: "\e120";
    }

    .glyphicon-hdd:before {
        content: "\e121";
    }

    .glyphicon-bullhorn:before {
        content: "\e122";
    }

    .glyphicon-certificate:before {
        content: "\e124";
    }

    .glyphicon-thumbs-up:before {
        content: "\e125";
    }

    .glyphicon-thumbs-down:before {
        content: "\e126";
    }

    .glyphicon-hand-right:before {
        content: "\e127";
    }

    .glyphicon-hand-left:before {
        content: "\e128";
    }

    .glyphicon-hand-up:before {
        content: "\e129";
    }

    .glyphicon-hand-down:before {
        content: "\e130";
    }

    .glyphicon-circle-arrow-right:before {
        content: "\e131";
    }

    .glyphicon-circle-arrow-left:before {
        content: "\e132";
    }

    .glyphicon-circle-arrow-up:before {
        content: "\e133";
    }

    .glyphicon-circle-arrow-down:before {
        content: "\e134";
    }

    .glyphicon-globe:before {
        content: "\e135";
    }

    .glyphicon-tasks:before {
        content: "\e137";
    }

    .glyphicon-filter:before {
        content: "\e138";
    }

    .glyphicon-fullscreen:before {
        content: "\e140";
    }

    .glyphicon-dashboard:before {
        content: "\e141";
    }

    .glyphicon-heart-empty:before {
        content: "\e143";
    }

    .glyphicon-link:before {
        content: "\e144";
    }

    .glyphicon-phone:before {
        content: "\e145";
    }

    .glyphicon-usd:before {
        content: "\e148";
    }

    .glyphicon-gbp:before {
        content: "\e149";
    }

    .glyphicon-sort:before {
        content: "\e150";
    }

    .glyphicon-sort-by-alphabet:before {
        content: "\e151";
    }

    .glyphicon-sort-by-alphabet-alt:before {
        content: "\e152";
    }

    .glyphicon-sort-by-order:before {
        content: "\e153";
    }

    .glyphicon-sort-by-order-alt:before {
        content: "\e154";
    }

    .glyphicon-sort-by-attributes:before {
        content: "\e155";
    }

    .glyphicon-sort-by-attributes-alt:before {
        content: "\e156";
    }

    .glyphicon-unchecked:before {
        content: "\e157";
    }

    .glyphicon-expand:before {
        content: "\e158";
    }

    .glyphicon-collapse-down:before {
        content: "\e159";
    }

    .glyphicon-collapse-up:before {
        content: "\e160";
    }

    .glyphicon-log-in:before {
        content: "\e161";
    }

    .glyphicon-flash:before {
        content: "\e162";
    }

    .glyphicon-log-out:before {
        content: "\e163";
    }

    .glyphicon-new-window:before {
        content: "\e164";
    }

    .glyphicon-record:before {
        content: "\e165";
    }

    .glyphicon-save:before {
        content: "\e166";
    }

    .glyphicon-open:before {
        content: "\e167";
    }

    .glyphicon-saved:before {
        content: "\e168";
    }

    .glyphicon-import:before {
        content: "\e169";
    }

    .glyphicon-export:before {
        content: "\e170";
    }

    .glyphicon-send:before {
        content: "\e171";
    }

    .glyphicon-floppy-disk:before {
        content: "\e172";
    }

    .glyphicon-floppy-saved:before {
        content: "\e173";
    }

    .glyphicon-floppy-remove:before {
        content: "\e174";
    }

    .glyphicon-floppy-save:before {
        content: "\e175";
    }

    .glyphicon-floppy-open:before {
        content: "\e176";
    }

    .glyphicon-credit-card:before {
        content: "\e177";
    }

    .glyphicon-transfer:before {
        content: "\e178";
    }

    .glyphicon-cutlery:before {
        content: "\e179";
    }

    .glyphicon-header:before {
        content: "\e180";
    }

    .glyphicon-compressed:before {
        content: "\e181";
    }

    .glyphicon-earphone:before {
        content: "\e182";
    }

    .glyphicon-phone-alt:before {
        content: "\e183";
    }

    .glyphicon-tower:before {
        content: "\e184";
    }

    .glyphicon-stats:before {
        content: "\e185";
    }

    .glyphicon-sd-video:before {
        content: "\e186";
    }

    .glyphicon-hd-video:before {
        content: "\e187";
    }

    .glyphicon-subtitles:before {
        content: "\e188";
    }

    .glyphicon-sound-stereo:before {
        content: "\e189";
    }

    .glyphicon-sound-dolby:before {
        content: "\e190";
    }

    .glyphicon-sound-5-1:before {
        content: "\e191";
    }

    .glyphicon-sound-6-1:before {
        content: "\e192";
    }

    .glyphicon-sound-7-1:before {
        content: "\e193";
    }

    .glyphicon-copyright-mark:before {
        content: "\e194";
    }

    .glyphicon-registration-mark:before {
        content: "\e195";
    }

    .glyphicon-cloud-download:before {
        content: "\e197";
    }

    .glyphicon-cloud-upload:before {
        content: "\e198";
    }

    .glyphicon-tree-conifer:before {
        content: "\e199";
    }

    .glyphicon-tree-deciduous:before {
        content: "\e200";
    }

    .glyphicon-briefcase:before {
        content: "\1f4bc";
    }

    .glyphicon-calendar:before {
        content: "\1f4c5";
    }

    .glyphicon-pushpin:before {
        content: "\1f4cc";
    }

    .glyphicon-paperclip:before {
        content: "\1f4ce";
    }

    .glyphicon-camera:before {
        content: "\1f4f7";
    }

    .glyphicon-lock:before {
        content: "\1f512";
    }

    .glyphicon-bell:before {
        content: "\1f514";
    }

    .glyphicon-bookmark:before {
        content: "\1f516";
    }

    .glyphicon-fire:before {
        content: "\1f525";
    }

    .glyphicon-wrench:before {
        content: "\1f527";
    }
}

a.imgtr {
    background: url(/Content/myTemplate/images/icon_tr_32.png) no-repeat center;
    color: transparent !important;
    display: block;
}

a.imgen {
    background: url(/Content/myTemplate/images/icon_uk_32.png) no-repeat center;
    color: transparent !important;
    display: block;
}