/* Minification failed. Returning unminified contents.
(192,1): run-time error CSS1019: Unexpected token, found '@import'
(192,9): run-time error CSS1019: Unexpected token, found 'url("font-awesome.min.css")'
(193,1): run-time error CSS1019: Unexpected token, found '@import'
(193,9): run-time error CSS1019: Unexpected token, found 'url("http://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900")'
 */
/* Resets (http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 | License: none (public domain)) */

	html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Container */

	body {
		/* min-width: (containers) */
		min-width: 1200px;
	}

	.container {
		margin-left: auto;
		margin-right: auto;
		
		/* width: (containers) */
		width: 1200px;
        overflow-x: auto !important;
	}

	/* Modifiers */
	
		.container.small {
			/* width: (containers) * 0.75; */
			width: 900px;
		}

		.container.big {
			width: 100%;

			/* max-width: (containers) * 1.25; */
			max-width: 1500px;

			/* min-width: (containers); */
			min-width: 1200px;
		}

/* Grid */

	.\31 2u { width: 100% }
	.\31 1u { width: 91.6666666667% }
	.\31 0u { width: 83.3333333333% }
	.\39 u { width: 75% }
	.\38 u { width: 66.6666666667% }
	.\37 u { width: 58.3333333333% }
	.\36 u { width: 50% }
	.\35 u { width: 41.6666666667% }
	.\34 u { width: 33.3333333333% }
	.\33 u { width: 25% }
	.\32 u { width: 16.6666666667% }
	.\31 u { width: 8.3333333333% }
	.\-11u { margin-left: 91.6666666667% }
	.\-10u { margin-left: 83.3333333333% }
	.\-9u { margin-left: 75% }
	.\-8u { margin-left: 66.6666666667% }
	.\-7u { margin-left: 58.3333333333% }
	.\-6u { margin-left: 50% }
	.\-5u { margin-left: 41.6666666667% }
	.\-4u { margin-left: 33.3333333333% }
	.\-3u { margin-left: 25% }
	.\-2u { margin-left: 16.6666666667% }
	.\-1u { margin-left: 8.3333333333% }

	/* Rows */

		.row > * {
			float: left;
		}

		.row:after {
			content: '';
			display: block;
			clear: both;
			height: 0;
		}

		.row:first-child > * {
			padding-top: 0 !important;
		}

		/* Normal */

			.row > * {
				/* padding-left: (gutters) */
				padding-left: 40px;
			}

			.row + .row > * {
				/* padding: (gutters) 0 0 (gutters) */
				padding: 40px 0 0 40px;
			}

			.row {
				/* margin-left: -(gutters) */
				margin-left: -40px;
			}

		/* Flush */

			.row.flush > * {
				padding-left: 0;
			}

			.row + .row.flush > * {
				padding: 0;
			}

			.row.flush {
				margin-left: 0;
			}

		/* Quarter */

			.row.quarter > * {
				/* padding-left: (gutters * 0.25) */
				padding-left: 10px;
			}

			.row + .row.quarter > * {
				/* padding: (gutters * 0.25) 0 0 (gutters * 0.25) */
				padding: 10px 0 0 10px;
			}

			.row.quarter {
				/* margin-left: -(gutters * 0.25) */
				margin-left: -10px;
			}

		/* Half */

			.row.half > * {
				/* padding-left: (gutters * 0.5) */
				padding-left: 20px;
			}

			.row + .row.half > * {
				/* padding: (gutters * 0.5) 0 0 (gutters * 0.5) */
				padding: 20px 0 0 20px;
			}

			.row.half {
				/* margin-left: -(gutters * 0.5) */
				margin-left: -20px;
			}

		/* One and (a) Half */

			.row.oneandhalf > * {
				/* padding-left: (gutters * 1.5) */
				padding-left: 60px;
			}

			.row + .row.oneandhalf > * {
				/* padding: (gutters * 1.5) 0 0 (gutters * 1.5) */
				padding: 60px 0 0 60px;
			}

			.row.oneandhalf {
				/* margin-left: -(gutters * 1.5) */
				margin-left: -60px;
			}

		/* Double */

			.row.double > * {
				/* padding-left: (gutters * 2) */
				padding-left: 80px;
			}

			.row + .row.double > * {
				/* padding: (gutters * 2) 0 0 (gutters * 2) */
				padding: 80px 0 0 80px;
			}

			.row.double {
				/* margin-left: -(gutters * 2) */
				margin-left: -80px;
			}
/*
	Horizons by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/
@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900");

/* Basic */

body {
    background: #222833;
}

body, input, select, textarea {
    color: #555555;
    font-family: 'Raleway', sans-serif;
    font-size: 13pt;
    font-weight: 300;
    line-height: 1.75em;
}

a {
    color: #3ac984;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

strong, b {
    font-weight: 700;
}

em, i {
    font-style: italic;
}

p, ul, ol, dl, table, blockquote {
    margin: 0 0 2em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-weight: 700;
    line-height: 1.75em;
    margin-bottom: 1em;
}

    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 #888888;
    border: 0;
    margin-bottom: 1.5em;
}

blockquote {
    border-left: solid 0.5em #888888;
    font-style: italic;
    padding: 1em 0 1em 2em;
}

section.special, article.special {
    text-align: center;
}

header.major {
    padding-bottom: 4em;
}

header h2 {
    margin: 0;
    padding: 0;
    font-size: 3em;
    font-weight: 600;
}

header .byline {
    font-size: 1.6em;
}

footer > :last-child {
    margin-bottom: 0;
}

footer.major {
    padding-top: 3em;
}

#langs {
    position: fixed;
    left: 0;
    top: 50px;
}

    #langs li {
        list-style: none;
        display: inline-block;
        font-size: 14px;
        padding: 0px 12px;
    }

        #langs li > a {
            color: white;
            text-shadow: 1px 1px 5px black;
        }

/* 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 #888888;
    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: #3ac984;
    }

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;        
        overflow:hidden;        
    }

        .image.feature img {
            display: block;
            width: 100%;            
        }

        .image.feature .imagediv {
            display:block;
            width:100%;
            height:212px;
            background-size:cover;
            background-repeat:no-repeat;
            background-position:center center;
        }

/* 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 {
    margin: 0;
    padding: 0;
}

    ul.default {
        list-style: none;
    }

        ul.default li {
            display: block;
            padding: 0.60em 0;
            border-top: 1px solid;
            border-color: rgba(192, 192, 192, 0.15);
        }

        ul.default > :first-child {
            padding-top: 0;
            border-top: none;
        }

    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.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.contact li {
        padding: 1.05em 0;
        border-top: 1px solid;
        border-color: rgba(192, 192, 192, 0.15);
    }

        ul.contact li > span {
            display: inline-block;
        }

        ul.contact li .address, ul.contact li .mail, ul.contact li .phone {
            float: left;
            width: 100px;
            font-weight: 600;
        }

    ul.contact > :first-child {
        padding-top: 0;
        border-top: none;
    }

    ul.style li {
        clear: both;
        display: block;
        padding-top: 3em;
    }

    ul.style > :first-child {
        padding-top: 0;
    }

    ul.style h3 {
        display: block;
        margin: 0;
        padding-bottom: 0.50em;
        font-size: 1.1em;
        font-weight: 700;
        color: #404040;
    }

    ul.style .fa {
        float: left;
        display: inline-block;
        width: 80px;
        height: 80px;
        margin-right: 1em;
        background: #3ac984;
        line-height: 80px;
        text-align: center;
        border-radius: 10px;
        font-size: 2em;
        color: white;
    }

    ul.list {
        list-style: none;
    }

        ul.list li {
            display: block;
            padding: 0.60em 0;
            border-top: 1px solid;
            border-color: red;
        }

        ul.list > :first-child {
            padding-top: 0;
            border-top: none;
        }

/* Tables */

table {
    width: 100%;
}

    table.default {
        width: 100%;
    }

        table.default tbody tr {
            border-bottom: solid 1px #888888;
        }

        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;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background: #3ac984;
    border-radius: 40px;
    border: 0;
    color: white;
    cursor: pointer;
    display: inline-block;
    padding: 0.80em 2em;
    text-align: center;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: 600;
    min-width: 10em;
}

    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover,
    .button:hover {
        background-color: #32b777;
    }

    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.style1 {
    background: #fff;
}

.wrapper.style2 {
    background: #ececec;
    padding: 6em 0;
    text-align: center;
}

.wrapper.style3 {
    padding: 2em 0 3.5em 0;
    background: #ececec;
}

    .wrapper.style3 span {
        display: inline-block;
        padding-top: 0.80em;
        font-size: 2em;
        font-weight: 600;
    }

    .wrapper.style3 .button {
        float: right;
    }

/* Header */

#header {
    background: #333333 url("../images/pic01.jpg") no-repeat;
    background-size: cover;
    color: #fff;
    padding: 6em 0;
    text-align: center;
    background-position: 0% 65%;
    position: relative;
}

    #header:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        /*background: rgba(16, 32, 48, 0.25);*/
        background: rgba(0, 0, 0, 0.65);
    }

    #header > * {
        position: relative;
        z-index: 1;
    }

.homepage #header {
    padding: 8em 0;
    background-position: center;
}

#logo {
    font-size: 2em;
}

    #logo img {
        width:50%;
    }

#nav > ul {
    margin: 0;
}

    #nav > ul > li {
        border-radius: 10px 10px 0 0;
        display: inline-block;
        margin-left: 0.5em;
        padding: 0.5em 1.5em;
    }

        #nav > ul > li a {
            color: #FFF;
            text-decoration: none;
            font-size: 1.2em;
        }

        #nav > ul > li:first-child {
            margin-left: 0;
        }

        #nav > ul > li:hover a {
            color: #fff;
        }

        #nav > ul > li.active {
            background: #3ac984;
        }

            #nav > ul > li.active a {
                color: white;
            }

        #nav > ul > li > ul {
            display: none;
        }

/* Dropotron */

.dropotron {
    margin-top: -2px;
    background: #3ac984;
    border-radius: 10px;
    color: white;
    min-width: 12em;
    padding: 1em 0;
}

    .dropotron > li {
        line-height: 2em;
        padding: 0 1em;
    }

        .dropotron > li > a {
            color: #FFF;
            text-decoration: none;
        }

        .dropotron > li.active > a, .dropotron > li:hover > a {
            color: #FFF;
        }

    .dropotron.level-0 {
        border-radius: 0 10px 10px 10px;
        font-size: 1em;
    }

/* Banner */

#banner {
    text-align: center;
    padding: 4em 0 0 0;
}

    #banner .major h2 {
        font-size: 3.5em;
    }

    #banner .major .byline {
        display: block;
        margin: 0em 2em;
        line-height: 1.6em;
        font-size: 1.5em;
    }

    #banner a {
        color: inherit;
    }

/* Main */

.no-sidebar #main .major, .left-sidebar #main .major, .right-sidebar #main .major {
    text-align: left;
}

.homepage #main .major {
    text-align: center;
}

#main {
    padding: 6em 0;
}

    #main .sidebar .major {
        padding-bottom: 2em;
    }

        #main .sidebar .major h2 {
            font-size: 1.8em;
        }

    #main .sidebar .default li {
        border-color: #cdcdcd;
    }

    #main .sidebar .default a {
        color: #464646;
    }

    #main .sidebar > :first-child {
        margin-bottom: 3em;
    }

@media only screen and (max-width: 768px) {
    #main {
        overflow-x:auto;
    }
}

/* Footer */

#footer {
    padding: 4em 0;
    color: #fff;
}

    #footer .major h2 {
        font-size: 2em;
        color: #FFF;
    }

    #footer .major .byline {
        font-size: 1.1em;
    }

    #footer .copyright {
        margin-top: 3em;
        padding-top: 3em;
        border-top: 1px solid;
        border-color: rgba(192, 192, 192, 0.15);
        text-align: center;
        color: inherit;
        font-size:10px;
    }

    #footer a {
        color: inherit;
    }

/*
	Horizons by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Basic */

	body, input, select, textarea {
		font-size: 12pt;
		line-height: 1.5em;
	}
/*
	Horizons by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Basic */

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

	header h2 {
		font-size: 2.5em;
	}

	header .byline {
		font-size: 1.35em;
	}

/* Wrapper */

	.wrapper.style3 {
		padding: 2em 0em 3.6em 0em;
	}

		.wrapper.style3 span {
			font-size: 1.6em;
		}

		.wrapper.style3 .button {
			padding: 1.3em 3em;
		}

/* Header */

	#header {
		padding: 4em 0;
	}

	.homepage #header {
		padding: 6em 0;
	}

/* Banner */

	#banner {
		padding: 3em 0 0 0;
	}

		#banner .major h2 {
			font-size: 2.75em;
		}

		#banner .major .byline {
			font-size: 1.35em;
		}

/* Footer */

	#footer .major h2 {
		font-size: 1.5em;
	}
/*
	Horizons by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/*
	Horizons by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Basic */

	#skel-layers-wrapper {
		padding-top: 44px;
	}

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

	header h2 {
		line-height: 1.2em;
		font-size: 1.8em;
	}

	header .byline {
		padding-top: 0.50em;
		font-size: 1.1em;
	}

/* Layers */

	#titleBar {
		background: #222833;
		height: 44px;
		line-height: 44px;
	}

		#titleBar .title {
			display: block;
			position: relative;
			font-weight: 700;
			text-align: center;
			font-size: 1.2em;
			color: #fff;
			z-index: 1;
		}

            #titleBar .title img {
                max-height: 40px;
            }

		#titleBar .toggle {
			height: 60px;
			left: 0;
			position: absolute;
			top: 0;
			width: 80px;
			z-index: 2;
		}

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

			#titleBar .toggle:before {
				background: none;
				color: white;
				display: block;
				height: 44px;
				text-align: center;
				width: 44px;
			}

			#titleBar .toggle:after {
				background: url("images/toggle.svg") 0px 0px no-repeat;
				content: '';
				display: block;
				height: 13px;
				left: 10px;
				opacity: 0.75;
				position: absolute;
				top: 15px;
				width: 20px;
			}

	#navPanel {
		background: #222833;
	}

		#navPanel .link {
			border-top: solid 1px rgba(192, 192, 192, 0.15);
			color: #ccc;
			display: block;
			height: 44px;
			line-height: 44px;
			padding: 0 1em 0 1em;
			text-decoration: none;
		}

			#navPanel .link:first-child {
				border-top: 0;
			}

			#navPanel .link.depth-0 {
				color: #fff;
			}

			#navPanel .link .indent-1 {
				display: inline-block;
				width: 1em;
			}

			#navPanel .link .indent-2 {
				display: inline-block;
				width: 2em;
			}

			#navPanel .link .indent-3 {
				display: inline-block;
				width: 3em;
			}

			#navPanel .link .indent-4 {
				display: inline-block;
				width: 4em;
			}

			#navPanel .link .indent-5 {
				display: inline-block;
				width: 5em;
			}

/* Wrapper */

	.wrapper.style2 {
		padding: 4em 0 3em 0;
	}

	.wrapper.style3 {
		text-align: center;
	}

		.wrapper.style3 span {
			display: block;
			padding-bottom: 1em;
			line-height: 1.6em;
			text-align: center;
			font-size: 1.4em;
		}

		.wrapper.style3 .button {
			float: none;
			padding: 1.1em 3em;
		}

/* Header */

	.no-sidebar #header, .left-sidebar #header, .right-sidebar #header {
		display: none;
	}

	.homepage #header {
		padding: 3em 0 4em 0;
	}

	#logo {
		display: none;
	}

	#nav {
		display: none;
	}

/* Banner */

	#banner {
		padding: 0;
	}

/* Main */

	#main {
		padding: 4em 0;
	}

/* Footer */

	#footer section {
		margin-bottom: 3em;
	}
/*
	Horizons by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Basic */

	body, input, select, textarea {
		font-size: 11pt;
	}

	.button {
		display: block;
		width: 100%;
		min-width: 0;
		padding: 0;
		font-size: 1.2em;
		line-height: 2.75em;
		height: 2.75em;
	}

/* Banner */

	#banner {
		padding: 0;
	}

		#banner .major h2 {
			font-size: 2em;
		}

		#banner .major .byline {
			font-size: 1em;
			margin: 0;
		}
