/*! Christophe Lavender |  | http://www.chojin.be/ */
/*! based onHTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
@charset "UTF-8";

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

@import 'https://fonts.googleapis.com/css?family=Allura|Amatic+SC|Josefin+Slab|Pacifico|Architects+Daughter|Roboto';

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-8z77l2');
	src:url('../fonts/icomoon.eot?#iefix-8z77l2') format('embedded-opentype'),
		url('../fonts/icomoon.woff?-8z77l2') format('woff'),
		url('../fonts/icomoon.ttf?-8z77l2') format('truetype'),
		url('../fonts/icomoon.svg?-8z77l2#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	box-sizing: border-box;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
	-webkit-font-smoothing: antialiased!important;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font:16px/1.4 'Roboto', arial, helvetica, clean, sans-serif, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-family: 'Roboto', arial, helvetica, clean, sans-serif, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	font-size: 16px;

	background-color: rgb(255,255,255);
	position: relative;
	overflow: hidden;
	overflow-y: visible;
	width: 100%;
	background: rgb(255,255,255);
	background-color: rgb(255,255,255);
	background: url("../img/back/back3.jpg") rgb(255,255,255) no-repeat fixed; 
	background-position: top left;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;  
	
	
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
}

.footer-container,
.main aside {
    border-top: 20px solid rgba(9,114,176,0);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.header-container,
.footer-container,
.main aside {
    background:rgba(9,167,186,0);
}

.title {
    font-family: 'Pacifico', 'Architects Daughter', cursive;
    font-size: 6em;
    color: rgba(151,146,85,1);
	text-shadow: 2px 2px 2px rgba(0,0,0,.8);
	display: block;
	white-space:nowrap;
	text-decoration: none !important;
	margin-top: 0;
	margin-bottom: 0;
}

article p {
	color: rgb(56, 35, 21);
	margin: 0px;
	padding-left: 1.0em;
}	
	
article h2 {
	font-family: "Allura","Architects Daughter",cursive;
	font-size: 2em;
	margin: 1.0em 0px 0.2em;
	color: rgba(107,74,51,1);
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav li {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;
}

nav a {
    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

.ca-menu li  {
	display: block;
	background: rgba(153,129,85,.8);
	border-left: 5px solid rgba(153,129,85,.8);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	min-height: 65px;
}

.ca-menu li  .nav-selected {
	border-left: 5px solid rgba(255,255,255,.8) !important;
}
.ca-icon{
	font-size: 2.0em;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
	/* color: rgb(162, 158, 154); */
	color: rgb(255, 255, 255);
}

.ca-main{
	font-size: .8em;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
	color: rgb(162, 158, 154);
}

.ca-menu li:hover{
	background: rgba(153,129,85,1);
	border-left: 5px solid rgba(255,255,255,1);
}

.ca-menu li:hover a {
	text-decoration: none;
}

.ca-menu li:hover .ca-icon {
    font-size: 1.0em;
	color: rgba(151,146,85,1);
}

.ca-menu li:hover .ca-main{
    font-size: 1.3em;
	color: rgb(255, 255, 255);
}


/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 15px;
	/* background: rgba(255, 255, 255, 0.6) none repeat scroll 0% 0%; */ 
	background: rgba(249, 244, 235, 0.6) none repeat scroll 0% 0%;
	height: 100%;
	min-height: 100%;
}

.main article h1 {
    font-size: 4em;
	color: rgba(107,74,51,1);
	font-family: 'Allura', 'Architects Daughter', cursive;
	margin: .27em 0;
}

.main aside {
    color: white;
	/* padding: 0px 5% 10px; */
    border-top: 20px solid rgba(153,129,85,1);
	padding-top: 30px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.main #photo {
	background-image: url(../img/oli3.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.footer-container footer {
    color: white;
	/* padding: 20px 0; */
	height: 10%;
	min-height: 10%;
}

.main #twitter {
	margin: 0.3em !important;
}

.main #facebook {
	margin: 0.3em !important;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Responsive Form
   ========================================================================== */
form {
	text-shadow:0 1px 0 #FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background: rgb(197, 189, 184);
	padding:25px !important;
	/* max-width: 600px; */
}

form * {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;	
	width: 100% !important;
}

form input[type="text"],
form input[type="password"],
form textarea,
form button[type="submit"] {
	font-size: 1.0em;
	width: 100% !important;
}

form label span {
	font-size: 1.2em;
	width: 100% !important;
	cursor:pointer;
	color: rgba(107,74,51,1);
	display:block;
	margin:5px 0;
	font-weight:900;
	text-align: left !important;
}

form input[type="text"],
form input[type="password"],
form textarea {
	width:100%;
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px !important;
	border-radius:5px;
	color: #222;
}

.spaced {
	margin-bottom: 5px !important;
}

form input[type="text"]:hover,
form input[type="password"]:hover,
form textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

form textarea {
	height:250px;
	width:100%;
	max-width:100%;
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF !important;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF !important;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF !important;
	border:1px solid #CCC !important;
	background:#FFF !important;
	margin:0 0 5px !important;
	padding:10px !important;
	border-radius:5px !important;
	color: #222 !important;
}

form .myBtn {
	cursor:pointer;
	width:100%;
	border:none;
	background: rgba(107,74,51,1) !important;
	color: #FFFFFF;
	margin:0 0 5px;
	padding:10px !important;
	border-radius:5px;
	text-align: center !important;
	font-weight: bold;
	font-size: 1.2em;
	max-width: 120px;
}

form .myBtn:hover {
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
	background: rgb(171, 131, 104) !important;
	text-decoration: underline;
}

form .myBtn:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}

form input:focus,
form textarea:focus {
	outline:0;
	border:1px solid #999;
}

::-webkit-input-placeholder {
    color: rgba(107,74,51,1);
}
:-moz-placeholder {
    color: rgba(107,74,51,1);
}
::-moz-placeholder {
    color: rgba(107,74,51,1);
}
:-ms-input-placeholder {
    color: rgba(107,74,51,1);
}

/* ==========================================================================
   End of Responsive Form
   ========================================================================== */

#tokenForm #verif {
	max-height: 50px;
	max-width: 320px;
	width: 320px !important;
	display: inline;
	position: relative;
}

#tokenForm label {
	text-align: left;
}

form .rfshTkn {
	display: inline;
	position: relative;
	font-size: 2em;
	vertical-align: middle;
	padding-left: 10px;
	width: 50px !important;
}

#tokenForm #resultMessage {
	color: rgb(138,36,56);
	font-weight: 800;
	text-align: center;
	vertical-align: middle;
}

#bio p {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	font:16px/1.4 'Josefin Slab','Roboto',Arial;
	font-size: 1.3em;
	line-height: 1.2em;
}

#bio #sig {
	margin-bottom: 0.6em;
	font: 16px/1.4 'Allura','Roboto',Arial;
	color: rgba(107,74,51,1);
	font-size: 2.5em;
	line-height: 2em;
	font-weight: 900;
	text-align: right;
	vertical-align: top;
}

#photoGrid {
/*line-height: 0;   
-webkit-column-count: 6;
-webkit-column-gap:   3px;
-moz-column-count:    6;
-moz-column-gap:      3px;
column-count:         6;
column-gap:           3px;*/
}

#photoGrid ul.rig {
	list-style: none;
	font-size: 0px;
	margin-left: -1.5%; /* should match li left margin */
}

#photoGrid li {
	display: inline-block;
	padding: 0px;
	margin: 0 0 1.5% 1.5%;
	border: 0px transparent;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/*width: 23.5%;  this value + 1.5 should = 25% */
	width: 18%; /* this value + 1.5 should = 16.67% */
}

@media (max-width: 1200px) {
	#photoGrid ul.rig {
		margin-left: 0;
	}
	#photoGrid  li {
		width: 23.5% !important;
		margin: 0 0 20px;
	}
}

@media (max-width: 650px) {
	#photoGrid ul.rig {
		margin-left: 0;
	}
	#photoGrid  li {
		width: 48.5% !important;
		margin: 0 0 20px;
	}
}

@media (max-width: 480px) {
	#photoGrid ul.rig {
		margin-left: 0;
	}
	#photoGrid  li {
		width: 100% !important;
		margin: 0 0 20px;
	}
}

#photoGrid img {
position: relative;
top: 0;
left: 0;
width: 100% !important;
height: auto !important;
border-radius: 15px;
margin: 0px !important;
padding: 0px !important;
border: 3px solid transparent;
}

#photoGrid img:hover {
	border: 3px dashed #F39814;
}

.imgSelected {
border: 3px dashed #F39814 !important;
}

.imgLoader {
	height: 25px;
	max-height: 25px;
	width: 25px;
	max-width: 25px;
}

.newTag {
	font-family: 'Yanone Kaffeesatz', 'LeagueGothicRegular', Charcoal, Arial Black, Gadget, Sans serif;
	display: block;
	position: relative;
	color: #E0D8E7;
	font-weight: 800;
	font-size: 1.5em;
	text-align: center;
	top: -50px;
	left: 3px;
	width: 90%;
	z-index: 2;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	padding: 0px;
	border: 0px;
	margin: 0px;
}

.hide {
	display: none;
}

.albums-menu {
	display: block;
}

.albums-menu-list {
	box-sizing: border-box;
	display: block;
	line-height: 1.42857143;
	width: 100%;
    position: relative;
    overflow: hidden;
	padding-left: 0;
    list-style: none;
}

.albums-menu-list-item {
	width: 30%;
	float: left;
	background: rgba(151,146,85,1);
	text-align: center;
	margin-right: .5em;
}

.albums-menu-list .selected {
	border: 1px solid rgb(255, 255, 255);
}

.albums-menu-list-item a {
	text-decoration: none;
}

.albums-menu-list-item span {
	color: rgb(255, 255, 255);
}

#pictureZoomModal {
}

#pictureZoomModal img {
	width: auto;
	height 500px;
}

#share {
	text-align: right;
	font-size: 0.8em;
}

#newsHolder {
	padding-left: 2em;
	align-content: center;
	display: block;
	position: relative;
	vertical-align: baseline;
}

.news-wrap {
	padding-top: 1em;
	padding-bottom: .5em;
	vertical-align: baseline;
	width: 100%;
}

.news-wrap:hover {

}

.news-cover {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	vertical-align: inherit;
	width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.news-cover-a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 100%;
}

.news-cover-a-img {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: auto;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	-webkit-filter: grayscale(0%) blur(0px);
	filter: grayscale(0%) blur(0px);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.news-cover-a-img.hover {
	-webkit-filter: grayscale(100%) blur(2px) !important;
	filter: grayscale(100%) blur(2px) !important;
	-webkit-border-radius: 7px !important;
	border-radius: 7px !important;
}

.news-inner {
	display: block;
	position: relative;
	padding: 15px 20px 10px 10px;
	border: 0;
	background: rgba(227, 213, 188, 1) none repeat scroll 0% 0%;
	vertical-align: inherit;
	z-index: 2;
	width: 60%;
    bottom: 80px;
    left: 80px;
    overflow: visible;
}

.news-meta {
}

.news-meta-date {
	display: block;
	position: relative;
	font-size: 0.7em;
	color: rgba(50,50,50,1);
	width: auto;
	float: right;
	top: 10px;
}

.news-post {
}

.news-post-title {
	margin: 0;
}

.news-post-title-a {
	font-family: "Allura","Architects Daughter",cursive;
	font-size: 1.2em;
	margin: 0;
	color: rgba(107,74,51,1);
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.news-post-title-a:hover {
	text-decoration: none;
}

.news-post-text {
}

.news-post-text p {
}




/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav li {
        float: left;
        width: 16%;
        margin: 0 1.7%;
        padding: 1% 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
    /*    -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;*/
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: right;
        width: 45%;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 83%;
		min-height: 400px;
    }

    .main aside {
        float: right;
		width: 15%;
		min-height: 200px;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        /* width: 1026px; /* 1140px - 10% for margins */ */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   Icons styles
   ========================================================================== */
   
   [class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
	content: "\e601";
}
.icon-home2:before {
	content: "\e602";
}
.icon-home3:before {
	content: "\e603";
}
.icon-office:before {
	content: "\e604";
}
.icon-newspaper:before {
	content: "\e605";
}
.icon-pencil:before {
	content: "\e606";
}
.icon-pencil2:before {
	content: "\e607";
}
.icon-quill:before {
	content: "\e608";
}
.icon-pen:before {
	content: "\e609";
}
.icon-blog:before {
	content: "\e60a";
}
.icon-droplet:before {
	content: "\e60b";
}
.icon-paint-format:before {
	content: "\e60c";
}
.icon-image:before {
	content: "\e60d";
}
.icon-image2:before {
	content: "\e60e";
}
.icon-images:before {
	content: "\e60f";
}
.icon-camera:before {
	content: "\e610";
}
.icon-music:before {
	content: "\e611";
}
.icon-headphones:before {
	content: "\e612";
}
.icon-play:before {
	content: "\e613";
}
.icon-film:before {
	content: "\e614";
}
.icon-camera2:before {
	content: "\e615";
}
.icon-dice:before {
	content: "\e616";
}
.icon-pacman:before {
	content: "\e617";
}
.icon-spades:before {
	content: "\e618";
}
.icon-clubs:before {
	content: "\e619";
}
.icon-diamonds:before {
	content: "\e61a";
}
.icon-pawn:before {
	content: "\e61b";
}
.icon-bullhorn:before {
	content: "\e61c";
}
.icon-connection:before {
	content: "\e61d";
}
.icon-podcast:before {
	content: "\e61e";
}
.icon-feed:before {
	content: "\e61f";
}
.icon-book:before {
	content: "\e620";
}
.icon-books:before {
	content: "\e621";
}
.icon-library:before {
	content: "\e622";
}
.icon-file:before {
	content: "\e623";
}
.icon-profile:before {
	content: "\e624";
}
.icon-file2:before {
	content: "\e625";
}
.icon-file3:before {
	content: "\e626";
}
.icon-file4:before {
	content: "\e627";
}
.icon-copy:before {
	content: "\e628";
}
.icon-copy2:before {
	content: "\e629";
}
.icon-copy3:before {
	content: "\e62a";
}
.icon-paste:before {
	content: "\e62b";
}
.icon-paste2:before {
	content: "\e62c";
}
.icon-paste3:before {
	content: "\e62d";
}
.icon-stack:before {
	content: "\e62e";
}
.icon-folder:before {
	content: "\e62f";
}
.icon-folder-open:before {
	content: "\e630";
}
.icon-tag:before {
	content: "\e631";
}
.icon-tags:before {
	content: "\e632";
}
.icon-barcode:before {
	content: "\e633";
}
.icon-qrcode:before {
	content: "\e634";
}
.icon-ticket:before {
	content: "\e635";
}
.icon-cart:before {
	content: "\e636";
}
.icon-cart2:before {
	content: "\e637";
}
.icon-cart3:before {
	content: "\e638";
}
.icon-coin:before {
	content: "\e639";
}
.icon-credit:before {
	content: "\e63a";
}
.icon-calculate:before {
	content: "\e63b";
}
.icon-support:before {
	content: "\e63c";
}
.icon-phone:before {
	content: "\e63d";
}
.icon-phone-hang-up:before {
	content: "\e63e";
}
.icon-address-book:before {
	content: "\e63f";
}
.icon-notebook:before {
	content: "\e640";
}
.icon-envelope:before {
	content: "\e641";
}
.icon-pushpin:before {
	content: "\e642";
}
.icon-location:before {
	content: "\e643";
}
.icon-location2:before {
	content: "\e644";
}
.icon-compass:before {
	content: "\e645";
}
.icon-map:before {
	content: "\e646";
}
.icon-map2:before {
	content: "\e647";
}
.icon-history:before {
	content: "\e648";
}
.icon-clock:before {
	content: "\e649";
}
.icon-clock2:before {
	content: "\e64a";
}
.icon-alarm:before {
	content: "\e64b";
}
.icon-alarm2:before {
	content: "\e64c";
}
.icon-bell:before {
	content: "\e64d";
}
.icon-stopwatch:before {
	content: "\e64e";
}
.icon-calendar:before {
	content: "\e64f";
}
.icon-calendar2:before {
	content: "\e650";
}
.icon-print:before {
	content: "\e651";
}
.icon-keyboard:before {
	content: "\e652";
}
.icon-screen:before {
	content: "\e653";
}
.icon-laptop:before {
	content: "\e654";
}
.icon-mobile:before {
	content: "\e655";
}
.icon-mobile2:before {
	content: "\e656";
}
.icon-tablet:before {
	content: "\e657";
}
.icon-tv:before {
	content: "\e658";
}
.icon-cabinet:before {
	content: "\e659";
}
.icon-drawer:before {
	content: "\e65a";
}
.icon-drawer2:before {
	content: "\e65b";
}
.icon-drawer3:before {
	content: "\e65c";
}
.icon-box-add:before {
	content: "\e65d";
}
.icon-box-remove:before {
	content: "\e65e";
}
.icon-download:before {
	content: "\e65f";
}
.icon-upload:before {
	content: "\e660";
}
.icon-disk:before {
	content: "\e661";
}
.icon-storage:before {
	content: "\e662";
}
.icon-undo:before {
	content: "\e663";
}
.icon-redo:before {
	content: "\e664";
}
.icon-flip:before {
	content: "\e665";
}
.icon-flip2:before {
	content: "\e666";
}
.icon-undo2:before {
	content: "\e667";
}
.icon-redo2:before {
	content: "\e668";
}
.icon-forward:before {
	content: "\e669";
}
.icon-reply:before {
	content: "\e66a";
}
.icon-bubble:before {
	content: "\e66b";
}
.icon-bubbles:before {
	content: "\e66c";
}
.icon-bubbles2:before {
	content: "\e66d";
}
.icon-bubble2:before {
	content: "\e66e";
}
.icon-bubbles3:before {
	content: "\e66f";
}
.icon-bubbles4:before {
	content: "\e670";
}
.icon-user:before {
	content: "\e671";
}
.icon-users:before {
	content: "\e672";
}
.icon-user2:before {
	content: "\e673";
}
.icon-users2:before {
	content: "\e674";
}
.icon-user3:before {
	content: "\e675";
}
.icon-user4:before {
	content: "\e676";
}
.icon-quotes-left:before {
	content: "\e677";
}
.icon-busy:before {
	content: "\e678";
}
.icon-spinner:before {
	content: "\e679";
}
.icon-spinner2:before {
	content: "\e67a";
}
.icon-spinner3:before {
	content: "\e67b";
}
.icon-spinner4:before {
	content: "\e67c";
}
.icon-spinner5:before {
	content: "\e67d";
}
.icon-spinner6:before {
	content: "\e67e";
}
.icon-binoculars:before {
	content: "\e67f";
}
.icon-search:before {
	content: "\e600";
}
.icon-zoomin:before {
	content: "\e680";
}
.icon-zoomout:before {
	content: "\e681";
}
.icon-expand:before {
	content: "\e682";
}
.icon-contract:before {
	content: "\e683";
}
.icon-expand2:before {
	content: "\e684";
}
.icon-contract2:before {
	content: "\e685";
}
.icon-key:before {
	content: "\e686";
}
.icon-key2:before {
	content: "\e687";
}
.icon-lock:before {
	content: "\e688";
}
.icon-lock2:before {
	content: "\e689";
}
.icon-unlocked:before {
	content: "\e68a";
}
.icon-wrench:before {
	content: "\e68b";
}
.icon-settings:before {
	content: "\e68c";
}
.icon-equalizer:before {
	content: "\e68d";
}
.icon-cog:before {
	content: "\e68e";
}
.icon-cogs:before {
	content: "\e68f";
}
.icon-cog2:before {
	content: "\e690";
}
.icon-hammer:before {
	content: "\e691";
}
.icon-wand:before {
	content: "\e692";
}
.icon-aid:before {
	content: "\e693";
}
.icon-bug:before {
	content: "\e694";
}
.icon-pie:before {
	content: "\e695";
}
.icon-stats:before {
	content: "\e696";
}
.icon-bars:before {
	content: "\e697";
}
.icon-bars2:before {
	content: "\e698";
}
.icon-gift:before {
	content: "\e699";
}
.icon-trophy:before {
	content: "\e69a";
}
.icon-glass:before {
	content: "\e69b";
}
.icon-mug:before {
	content: "\e69c";
}
.icon-food:before {
	content: "\e69d";
}
.icon-leaf:before {
	content: "\e69e";
}
.icon-rocket:before {
	content: "\e69f";
}
.icon-meter:before {
	content: "\e6a0";
}
.icon-meter2:before {
	content: "\e6a1";
}
.icon-dashboard:before {
	content: "\e6a2";
}
.icon-hammer2:before {
	content: "\e6a3";
}
.icon-fire:before {
	content: "\e6a4";
}
.icon-lab:before {
	content: "\e6a5";
}
.icon-magnet:before {
	content: "\e6a6";
}
.icon-remove:before {
	content: "\e6a7";
}
.icon-remove2:before {
	content: "\e6a8";
}
.icon-briefcase:before {
	content: "\e6a9";
}
.icon-airplane:before {
	content: "\e6aa";
}
.icon-truck:before {
	content: "\e6ab";
}
.icon-road:before {
	content: "\e6ac";
}
.icon-accessibility:before {
	content: "\e6ad";
}
.icon-target:before {
	content: "\e6ae";
}
.icon-shield:before {
	content: "\e6af";
}
.icon-lightning:before {
	content: "\e6b0";
}
.icon-switch:before {
	content: "\e6b1";
}
.icon-powercord:before {
	content: "\e6b2";
}
.icon-signup:before {
	content: "\e6b3";
}
.icon-list:before {
	content: "\e6b4";
}
.icon-list2:before {
	content: "\e6b5";
}
.icon-numbered-list:before {
	content: "\e6b6";
}
.icon-menu:before {
	content: "\e6b7";
}
.icon-menu2:before {
	content: "\e6b8";
}
.icon-tree:before {
	content: "\e6b9";
}
.icon-cloud:before {
	content: "\e6ba";
}
.icon-cloud-download:before {
	content: "\e6bb";
}
.icon-cloud-upload:before {
	content: "\e6bc";
}
.icon-download2:before {
	content: "\e6bd";
}
.icon-upload2:before {
	content: "\e6be";
}
.icon-download3:before {
	content: "\e6bf";
}
.icon-upload3:before {
	content: "\e6c0";
}
.icon-globe:before {
	content: "\e6c1";
}
.icon-earth:before {
	content: "\e6c2";
}
.icon-link:before {
	content: "\e6c3";
}
.icon-flag:before {
	content: "\e6c4";
}
.icon-attachment:before {
	content: "\e6c5";
}
.icon-eye:before {
	content: "\e6c6";
}
.icon-eye-blocked:before {
	content: "\e6c7";
}
.icon-eye2:before {
	content: "\e6c8";
}
.icon-bookmark:before {
	content: "\e6c9";
}
.icon-bookmarks:before {
	content: "\e6ca";
}
.icon-brightness-medium:before {
	content: "\e6cb";
}
.icon-brightness-contrast:before {
	content: "\e6cc";
}
.icon-contrast:before {
	content: "\e6cd";
}
.icon-star:before {
	content: "\e6ce";
}
.icon-star2:before {
	content: "\e6cf";
}
.icon-star3:before {
	content: "\e6d0";
}
.icon-heart:before {
	content: "\e6d1";
}
.icon-heart2:before {
	content: "\e6d2";
}
.icon-heart-broken:before {
	content: "\e6d3";
}
.icon-thumbs-up:before {
	content: "\e6d4";
}
.icon-thumbs-up2:before {
	content: "\e6d5";
}
.icon-happy:before {
	content: "\e6d6";
}
.icon-happy2:before {
	content: "\e6d7";
}
.icon-smiley:before {
	content: "\e6d8";
}
.icon-smiley2:before {
	content: "\e6d9";
}
.icon-tongue:before {
	content: "\e6da";
}
.icon-tongue2:before {
	content: "\e6db";
}
.icon-sad:before {
	content: "\e6dc";
}
.icon-sad2:before {
	content: "\e6dd";
}
.icon-wink:before {
	content: "\e6de";
}
.icon-wink2:before {
	content: "\e6df";
}
.icon-grin:before {
	content: "\e6e0";
}
.icon-grin2:before {
	content: "\e6e1";
}
.icon-cool:before {
	content: "\e6e2";
}
.icon-cool2:before {
	content: "\e6e3";
}
.icon-angry:before {
	content: "\e6e4";
}
.icon-angry2:before {
	content: "\e6e5";
}
.icon-evil:before {
	content: "\e6e6";
}
.icon-evil2:before {
	content: "\e6e7";
}
.icon-shocked:before {
	content: "\e6e8";
}
.icon-shocked2:before {
	content: "\e6e9";
}
.icon-confused:before {
	content: "\e6ea";
}
.icon-confused2:before {
	content: "\e6eb";
}
.icon-neutral:before {
	content: "\e6ec";
}
.icon-neutral2:before {
	content: "\e6ed";
}
.icon-wondering:before {
	content: "\e6ee";
}
.icon-wondering2:before {
	content: "\e6ef";
}
.icon-point-up:before {
	content: "\e6f0";
}
.icon-point-right:before {
	content: "\e6f1";
}
.icon-point-down:before {
	content: "\e6f2";
}
.icon-point-left:before {
	content: "\e6f3";
}
.icon-warning:before {
	content: "\e6f4";
}
.icon-notification:before {
	content: "\e6f5";
}
.icon-question:before {
	content: "\e6f6";
}
.icon-info:before {
	content: "\e6f7";
}
.icon-info2:before {
	content: "\e6f8";
}
.icon-blocked:before {
	content: "\e6f9";
}
.icon-cancel-circle:before {
	content: "\e6fa";
}
.icon-checkmark-circle:before {
	content: "\e6fb";
}
.icon-spam:before {
	content: "\e6fc";
}
.icon-close:before {
	content: "\e6fd";
}
.icon-checkmark:before {
	content: "\e6fe";
}
.icon-checkmark2:before {
	content: "\e6ff";
}
.icon-spell-check:before {
	content: "\e700";
}
.icon-minus:before {
	content: "\e701";
}
.icon-plus:before {
	content: "\e702";
}
.icon-enter:before {
	content: "\e703";
}
.icon-exit:before {
	content: "\e704";
}
.icon-play2:before {
	content: "\e705";
}
.icon-pause:before {
	content: "\e706";
}
.icon-stop:before {
	content: "\e707";
}
.icon-backward:before {
	content: "\e708";
}
.icon-forward2:before {
	content: "\e709";
}
.icon-play3:before {
	content: "\e70a";
}
.icon-pause2:before {
	content: "\e70b";
}
.icon-stop2:before {
	content: "\e70c";
}
.icon-backward2:before {
	content: "\e70d";
}
.icon-forward3:before {
	content: "\e70e";
}
.icon-first:before {
	content: "\e70f";
}
.icon-last:before {
	content: "\e710";
}
.icon-previous:before {
	content: "\e711";
}
.icon-next:before {
	content: "\e712";
}
.icon-eject:before {
	content: "\e713";
}
.icon-volume-high:before {
	content: "\e714";
}
.icon-volume-medium:before {
	content: "\e715";
}
.icon-volume-low:before {
	content: "\e716";
}
.icon-volume-mute:before {
	content: "\e717";
}
.icon-volume-mute2:before {
	content: "\e718";
}
.icon-volume-increase:before {
	content: "\e719";
}
.icon-volume-decrease:before {
	content: "\e71a";
}
.icon-loop:before {
	content: "\e71b";
}
.icon-loop2:before {
	content: "\e71c";
}
.icon-loop3:before {
	content: "\e71d";
}
.icon-shuffle:before {
	content: "\e71e";
}
.icon-arrow-up-left:before {
	content: "\e71f";
}
.icon-arrow-up:before {
	content: "\e720";
}
.icon-arrow-up-right:before {
	content: "\e721";
}
.icon-arrow-right:before {
	content: "\e722";
}
.icon-arrow-down-right:before {
	content: "\e723";
}
.icon-arrow-down:before {
	content: "\e724";
}
.icon-arrow-down-left:before {
	content: "\e725";
}
.icon-arrow-left:before {
	content: "\e726";
}
.icon-arrow-up-left2:before {
	content: "\e727";
}
.icon-arrow-up2:before {
	content: "\e728";
}
.icon-arrow-up-right2:before {
	content: "\e729";
}
.icon-arrow-right2:before {
	content: "\e72a";
}
.icon-arrow-down-right2:before {
	content: "\e72b";
}
.icon-arrow-down2:before {
	content: "\e72c";
}
.icon-arrow-down-left2:before {
	content: "\e72d";
}
.icon-arrow-left2:before {
	content: "\e72e";
}
.icon-arrow-up-left3:before {
	content: "\e72f";
}
.icon-arrow-up3:before {
	content: "\e730";
}
.icon-arrow-up-right3:before {
	content: "\e731";
}
.icon-arrow-right3:before {
	content: "\e732";
}
.icon-arrow-down-right3:before {
	content: "\e733";
}
.icon-arrow-down3:before {
	content: "\e734";
}
.icon-arrow-down-left3:before {
	content: "\e735";
}
.icon-arrow-left3:before {
	content: "\e736";
}
.icon-tab:before {
	content: "\e737";
}
.icon-checkbox-checked:before {
	content: "\e738";
}
.icon-checkbox-unchecked:before {
	content: "\e739";
}
.icon-checkbox-partial:before {
	content: "\e73a";
}
.icon-radio-checked:before {
	content: "\e73b";
}
.icon-radio-unchecked:before {
	content: "\e73c";
}
.icon-crop:before {
	content: "\e73d";
}
.icon-scissors:before {
	content: "\e73e";
}
.icon-filter:before {
	content: "\e73f";
}
.icon-filter2:before {
	content: "\e740";
}
.icon-font:before {
	content: "\e741";
}
.icon-text-height:before {
	content: "\e742";
}
.icon-text-width:before {
	content: "\e743";
}
.icon-bold:before {
	content: "\e744";
}
.icon-underline:before {
	content: "\e745";
}
.icon-italic:before {
	content: "\e746";
}
.icon-strikethrough:before {
	content: "\e747";
}
.icon-omega:before {
	content: "\e748";
}
.icon-sigma:before {
	content: "\e749";
}
.icon-table:before {
	content: "\e74a";
}
.icon-table2:before {
	content: "\e74b";
}
.icon-insert-template:before {
	content: "\e74c";
}
.icon-pilcrow:before {
	content: "\e74d";
}
.icon-lefttoright:before {
	content: "\e74e";
}
.icon-righttoleft:before {
	content: "\e74f";
}
.icon-paragraph-left:before {
	content: "\e750";
}
.icon-paragraph-center:before {
	content: "\e751";
}
.icon-paragraph-right:before {
	content: "\e752";
}
.icon-paragraph-justify:before {
	content: "\e753";
}
.icon-paragraph-left2:before {
	content: "\e754";
}
.icon-paragraph-center2:before {
	content: "\e755";
}
.icon-paragraph-right2:before {
	content: "\e756";
}
.icon-paragraph-justify2:before {
	content: "\e757";
}
.icon-indent-increase:before {
	content: "\e758";
}
.icon-indent-decrease:before {
	content: "\e759";
}
.icon-newtab:before {
	content: "\e75a";
}
.icon-embed:before {
	content: "\e75b";
}
.icon-code:before {
	content: "\e75c";
}
.icon-console:before {
	content: "\e75d";
}
.icon-share:before {
	content: "\e75e";
}
.icon-mail:before {
	content: "\e75f";
}
.icon-mail2:before {
	content: "\e760";
}
.icon-mail3:before {
	content: "\e761";
}
.icon-mail4:before {
	content: "\e762";
}
.icon-google:before {
	content: "\e763";
}
.icon-googleplus:before {
	content: "\e764";
}
.icon-googleplus2:before {
	content: "\e765";
}
.icon-googleplus3:before {
	content: "\e766";
}
.icon-googleplus4:before {
	content: "\e767";
}
.icon-google-drive:before {
	content: "\e768";
}
.icon-facebook:before {
	content: "\e769";
}
.icon-facebook2:before {
	content: "\e76a";
}
.icon-facebook3:before {
	content: "\e76b";
}
.icon-instagram:before {
	content: "\e76c";
}
.icon-twitter:before {
	content: "\e76d";
}
.icon-twitter2:before {
	content: "\e76e";
}
.icon-twitter3:before {
	content: "\e76f";
}
.icon-feed2:before {
	content: "\e770";
}
.icon-feed3:before {
	content: "\e771";
}
.icon-feed4:before {
	content: "\e772";
}
.icon-youtube:before {
	content: "\e773";
}
.icon-youtube2:before {
	content: "\e774";
}
.icon-vimeo:before {
	content: "\e775";
}
.icon-vimeo2:before {
	content: "\e776";
}
.icon-vimeo3:before {
	content: "\e777";
}
.icon-lanyrd:before {
	content: "\e778";
}
.icon-flickr:before {
	content: "\e779";
}
.icon-flickr2:before {
	content: "\e77a";
}
.icon-flickr3:before {
	content: "\e77b";
}
.icon-flickr4:before {
	content: "\e77c";
}
.icon-picassa:before {
	content: "\e77d";
}
.icon-picassa2:before {
	content: "\e77e";
}
.icon-dribbble:before {
	content: "\e77f";
}
.icon-dribbble2:before {
	content: "\e780";
}
.icon-dribbble3:before {
	content: "\e781";
}
.icon-forrst:before {
	content: "\e782";
}
.icon-forrst2:before {
	content: "\e783";
}
.icon-deviantart:before {
	content: "\e784";
}
.icon-deviantart2:before {
	content: "\e785";
}
.icon-steam:before {
	content: "\e786";
}
.icon-steam2:before {
	content: "\e787";
}
.icon-github:before {
	content: "\e788";
}
.icon-github2:before {
	content: "\e789";
}
.icon-github3:before {
	content: "\e78a";
}
.icon-github4:before {
	content: "\e78b";
}
.icon-github5:before {
	content: "\e78c";
}
.icon-wordpress:before {
	content: "\e78d";
}
.icon-wordpress2:before {
	content: "\e78e";
}
.icon-joomla:before {
	content: "\e78f";
}
.icon-blogger:before {
	content: "\e790";
}
.icon-blogger2:before {
	content: "\e791";
}
.icon-tumblr:before {
	content: "\e792";
}
.icon-tumblr2:before {
	content: "\e793";
}
.icon-yahoo:before {
	content: "\e794";
}
.icon-tux:before {
	content: "\e795";
}
.icon-apple:before {
	content: "\e796";
}
.icon-finder:before {
	content: "\e797";
}
.icon-android:before {
	content: "\e798";
}
.icon-windows:before {
	content: "\e799";
}
.icon-windows8:before {
	content: "\e79a";
}
.icon-soundcloud:before {
	content: "\e79b";
}
.icon-soundcloud2:before {
	content: "\e79c";
}
.icon-skype:before {
	content: "\e79d";
}
.icon-reddit:before {
	content: "\e79e";
}
.icon-linkedin:before {
	content: "\e79f";
}
.icon-lastfm:before {
	content: "\e7a0";
}
.icon-lastfm2:before {
	content: "\e7a1";
}
.icon-delicious:before {
	content: "\e7a2";
}
.icon-stumbleupon:before {
	content: "\e7a3";
}
.icon-stumbleupon2:before {
	content: "\e7a4";
}
.icon-stackoverflow:before {
	content: "\e7a5";
}
.icon-pinterest:before {
	content: "\e7a6";
}
.icon-pinterest2:before {
	content: "\e7a7";
}
.icon-xing:before {
	content: "\e7a8";
}
.icon-xing2:before {
	content: "\e7a9";
}
.icon-flattr:before {
	content: "\e7aa";
}
.icon-foursquare:before {
	content: "\e7ab";
}
.icon-foursquare2:before {
	content: "\e7ac";
}
.icon-paypal:before {
	content: "\e7ad";
}
.icon-paypal2:before {
	content: "\e7ae";
}
.icon-paypal3:before {
	content: "\e7af";
}
.icon-yelp:before {
	content: "\e7b0";
}
.icon-libreoffice:before {
	content: "\e7b1";
}
.icon-file-pdf:before {
	content: "\e7b2";
}
.icon-file-openoffice:before {
	content: "\e7b3";
}
.icon-file-word:before {
	content: "\e7b4";
}
.icon-file-excel:before {
	content: "\e7b5";
}
.icon-file-zip:before {
	content: "\e7b6";
}
.icon-file-powerpoint:before {
	content: "\e7b7";
}
.icon-file-xml:before {
	content: "\e7b8";
}
.icon-file-css:before {
	content: "\e7b9";
}
.icon-html5:before {
	content: "\e7ba";
}
.icon-html52:before {
	content: "\e7bb";
}
.icon-css3:before {
	content: "\e7bc";
}
.icon-chrome:before {
	content: "\e7bd";
}
.icon-firefox:before {
	content: "\e7be";
}
.icon-IE:before {
	content: "\e7bf";
}
.icon-opera:before {
	content: "\e7c0";
}
.icon-safari:before {
	content: "\e7c1";
}
.icon-IcoMoon:before {
	content: "\e7c2";
}
