@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,500,500italic,700,700italic);
/* font-family: 'Ubuntu', sans-serif; */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic,800,800italic);
/* font-family: 'Open Sans', sans-serif; */



/*-----------------------------------------------------------------------------------*/
/*	1.	Global properties (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

body {
    background: #FFFFFF;
    font-family: 'Segoe UI', 'Open Sans', sans-serif;
    font-weight: 300;
}
@media (max-width: 767px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }
}

a:focus,
body:focus,
div:focus,
button:focus,
input:focus {outline: 0 !important;}
button:focus {outline: none;}
button::-moz-focus-inner {border: 0;}

/* icons */
[class^="icon-"]:before, [class*=" icon-"]:before {
    width: 16px; text-align: center;
}

/* Headers/Titles */
/*-----------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6,
#footer .heading {
    font-family: 'Segoe UI', 'Ubuntu', sans-serif;
    font-weight: 300;
}

/* Link Colors */
/*-----------------------------------------------------------------------------------*/
a {color: #293674; text-decoration: none;}
a:hover {color: #F7941D; text-decoration: none;}

/*-----------------------------------------------------------------------------------*/
/*	2.	Header, Navigation & Menus
/*-----------------------------------------------------------------------------------*/

/* Top Menu */
/*-----------------------------------------------------------------------------------*/
#top-menu {
    padding: 20px 0 2px 0;
    background-color: #000000;
    color: #999999;
}
#top-menu a {color: #999999;}
#top-menu a:hover {color: #ffffff;}
#top-menu .last {padding-right: 0;}
#top-menu .top-social {
    float: right;
    margin-bottom: 0;
}
#top-menu .top-social li {
    float: left;
    list-style: none;
    margin-left: 1px;
}
#top-menu .top-social a {
    background-size: 20px 20px !important;
    display: block;
    width: 24px;
    height: 24px;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#top-menu .top-social i {width: 24px; height: 24px;}
#top-menu .top-social a:hover {opacity: 1;}
#top-menu .feed {margin-bottom: 0;}

#header {background-color: #444444;}
#header > .container {margin-bottom: 0;}

/* Logo */
/*-----------------------------------------------------------------------------------*/
.logo {}
.logo .site-title,
.logo .site-title a {
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 0 0;
    color: #FFFFFF;
}
.logo .sub-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    line-height: 11px;
    text-transform: capitalize;
    margin: 0;
    padding-left: 2px;
    letter-spacing: 0;
    color: #F9F9F9;
}
.logo .logo-img {
    display: block;
    margin-top: 6px;
}
@media (max-width: 767px) {
    .logo{
        text-align:center;
        margin-bottom: 20px;
    }
}

/* Main Menu */
/*-----------------------------------------------------------------------------------*/
#menu {}
#menu a {display: block; color: #C3C0B9;}
#menu ul {margin: 0;}
#menu > ul {display: block;}
#menu > ul > li {float: left; position: relative; list-style: none;}
#menu > ul a {padding: 35px;}
@media (max-width: 979px) {
    #menu > ul a {padding: 25px;}
}
#menu > ul a.current {background-color: #E81123;}
#menu > ul li:hover,
#menu > ul a:hover {background-color: #b50c1a;}
#menu > ul a .name {}
#menu > ul a .desc {}
#menu > ul a:hover .name,
#menu .current .name {color: #ffffff;}
#menu ul ul {width: 160px; position: absolute; background-color: #282828;}
#menu ul ul a {padding: 10px;}
#menu ul ul a:hover {color: #ffffff;}
#menu ul ul li {list-style: none; position: relative;}
#menu li:hover {visibility: inherit;}
#menu li:hover ul,
#menu li.sfHover ul {left: 0; top: 90px; z-index: 99;}
#menu li li:hover ul,
#menu li li.sfHover ul {left: 160px; top: 0;}

.ie7 #header,
.ie7 #header .container,
.ie7 #header .container .row,
.ie7 #header .container .row div,
.ie7 #header .container .row div nav {
    z-index: 10; /* IE7 FIX Z-INDEX */
}
.res-menu {width: 100%; display: none;}
@media (max-width: 767px) {
    #menu {float: none;}
    #menu ul {display: none;}
    .res-menu {display: block;}
    .logo {text-align: center;}
}

/* Search Form */
/*-----------------------------------------------------------------------------------*/
#search {float: right; position: relative; margin-top: 10px;}
#search input[type="text"] {}
#search input[type="text"]:focus,
#search input[type="text"]:hover {}
#search .search-bt {
    right: 0; top: 0;
    height: 30px; width: 30px;
    position: absolute; cursor: pointer;
    border: none !important;
    background: url('../images/search-bt.png') no-repeat center center;
}

/* Breadcrumbs */
/*-----------------------------------------------------------------------------------*/

.breadcrumbs {background-color: #EEEEEE;}
.page-header {
    margin-top: 0; margin-bottom: 0;
    padding: 30px 0 30px 0;
}
.page-header h1 {
    font-family: 'Segoe UI', 'Ubuntu', sans-serif;
    font-size: 30px; line-height: 1;
    margin-top: 0; margin-bottom: 0;
}
.page-header h1 small {text-transform: none;}
.page-header div {font-size: 12px;}

/* Flex Slider */
/*-----------------------------------------------------------------------------------*/

#slider {padding: 30px 0; background-color: #000000}
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides li {position: relative;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.no-js .slides > li:first-child {display: block;}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {max-height: 300px;}
.slides .slide-caption {
    font-family: 'Ubuntu', sans-serif;
    position: absolute;
    bottom: 60px;
    left: 50%;
    width: 50%;
    margin-left: -25%;
    text-align: left;
    padding: 20px;
    background-color: #E81123;
}
.slides .slide-title {
    font-size: 24px; line-height: 26px;
    margin-top: 0; color: #ffffff;
}
.slides .slide-subtitle {
    font-size: 14px; line-height: 16px;
    color: #ffffff;
}
@media (max-width: 767px) {
    .slides .slide-caption {display: none;}
}

/* Direction Nav */
.flex-direction-nav {
    position: absolute;
    margin-left: 0;
    left: 0;
    bottom: 49%;
    width: 100%;
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.flex-direction-nav li {
    float: left;
    margin-left: 1px;
    list-style: none;
}
.flex-direction-nav a {
    display: inline-block;
    width: 50px;
    height: 90px;
    text-indent: -9999px;
    position: absolute;
}
.flex-direction-nav .flex-prev {
    background: url('../images/arrow-slider-left.png') no-repeat 50% 50%; left: 0;
    background-color: #000000;
}
.flex-direction-nav .flex-next {
    background: url('../images/arrow-slider-right.png') no-repeat 50% 50%; right: 0;
    background-color: #000000;
}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
    opacity: 1;
    background-color: #E81123;
}
.flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity = 30);
    cursor: default;
}
@media screen and (max-width: 767px) {
    .flex-direction-nav {top: 0; height: 100%;}
    .flex-direction-nav a {height: 100%;}
}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 14px; text-align: center; margin-left: 0;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {
    width: 20px; height: 10px;
    display: block;
    background: #000000;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover { background: #E81123;}
.flex-control-paging li a.flex-active { background: #E81123;}
@media screen and (max-width: 767px) {
    .flex-control-nav {display: none;}
}


/*-----------------------------------------------------------------------------------*/
/*	3.	Main Content Styles
/*-----------------------------------------------------------------------------------*/

.container {position: relative;}
@media (max-width: 767px) {
    .container {padding-left: 20px; padding-right: 20px; }
}
#container {position: relative; margin-top: 30px;}
#container .container {padding-bottom: 50px;}
#container .row.last {margin-bottom: 30px;}
.row.da-thumbs {margin-bottom: 0 !important;}

/* Google maps */
/*-----------------------------------------------------------------------------------*/
.gmap {
    max-width: 100%;
    line-height: 0;
    margin-bottom: 20px;
}

/* Video container */
/*-----------------------------------------------------------------------------------*/
.video,
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video-container iframe,
.video object,
.video-container object,
.video embed,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Welcome Slogan */
/*-----------------------------------------------------------------------------------*/
#welcome {
    font-family: 'Segoe UI', 'Ubuntu', sans-serif;
    text-align: center;
    padding: 0 150px
}
#welcome h1 {}
#welcome p {}
@media (min-width: 768px) and (max-width: 979px) {
    #welcome {padding: 0 50px;}
}
@media (max-width: 767px) {
    #welcome {padding: 0;}
}


/* Bootstrap Carousel / Latest Projects Widget */
/*-----------------------------------------------------------------------------------*/
.carousel {position: relative;}
.carousel li {margin-right: 5px}
.carousel-wrapper {overflow: hidden;}
.carousel-wrapper ul {display: none;}
.carousel-wrapper ul li {height: 100%; float: left; display: block;}
.btleft .es-nav {position: absolute; top: 10px; left: -63px;}
.bttop .es-nav {position: absolute; top: -50px; right: 0;}
.es-nav span {
    float: left; display: block; top: 0; right: 0;
    text-indent: -9999px; cursor: pointer;
    width: 26px; height: 26px;
}
.es-nav .es-nav-prev {background: url('../images/arrow-left.png') no-repeat 50% 50%; background-color: rgba(54, 55, 56, 0.7);}
.es-nav .es-nav-next {background: url('../images/arrow-right.png') no-repeat 50% 50%; background-color: rgba(54, 55, 56, 0.7); margin-left: 5px;}
.es-nav .es-nav-next:hover, .es-nav .es-nav-prev:hover {background-color: rgba(54, 55, 56, 1);}

.carousel-control {
    border: none;
    position: absolute;
    top: inherit;
    left: inherit;
    bottom: 5px;
    width: 26px;
    height: 26px;
}
.carousel-control.post {top: 50%;}
.carousel-control.left.post {left: 0;}
.carousel-control.left {
    right: 34px;
    background: url('../images/arrow-left.png') no-repeat center center;
    background-color: rgba(54, 55, 56, 0.7);
}
.carousel-control.right {
    right: 4px;
    background: url('../images/arrow-right.png') no-repeat center center;
    background-color: rgba(54, 55, 56, 0.7);
}

/* Accordion */
/*-----------------------------------------------------------------------------------*/
.accordion-heading {background-color: #5195CE;}
.accordion-heading:hover {background-color: #005DB3;}
.accordion-toggle, .accordion-toggle:hover {color: #FFFFFF;}
.accordion-group {background-color: #E9E9E9; border: 0;}

/* Twitter */
/*-----------------------------------------------------------------------------------*/
.twitter {}
.twitter .tweet_avatar,
.twitter .tweet_avatar img {
    display: block;
    height: 40px; width: 40px;
    padding: 0; margin: 0 15px 0 0;
    background-color: #5BC236;
}
.twitter .tweet_avatar:hover img {opacity: 0.3;}
.twitter .tweet_time {display: block;}
.twitter dt {width: 45px; float: left; display: none;}
.twitter dd {margin-left: 0;}
.twitter dl {padding-bottom: 0; margin-bottom: 0;}
.twitter dl:last-child {border: none;}

/* Testimonials */
/*-----------------------------------------------------------------------------------*/
.testimonials p {margin-left: 70px}
.testimonials h4 {margin-left: 70px;}
.testimonials img {
    float: left;
    margin-bottom: 10px;
}
.testimonials small {
    display: block;
    font-size: 11px;
    letter-spacing: 0;
}

/* Font Awesome Icons List */
/*-----------------------------------------------------------------------------------*/
.the-icons {list-style-type: none; margin-left: 0;}
.the-icons li [class^="icon-"],
.the-icons li [class*=" icon-"] {
    width: 16px; font-size: 16px;
}

/*-----------------------------------------------------------------------------------*/
/*	4.	Footer Styles
/*-----------------------------------------------------------------------------------*/

#footer {
    position: relative;
    padding-bottom: 30px;
    color: #C3C0B9;
    background-color: #565656;
}
#footer > .container {
    padding-top: 20px;
}
#footer .heading {
    font-size: 18px;
    color: #DBDBDB;
    font-weight: normal;
    border-bottom: solid 1px #363738;
    padding-bottom: 10px;
}

#footer a {color: #FFFFFF;}
#footer a:hover {color: #F7941D;}

#footer input {border-width: 0;}

#footer .footer-navigate {
    list-style: none;
    margin-left: 0;
}
#footer .footer-navigate li {border-bottom: 1px solid #898989;}
#footer .footer-navigate li a {display: block; padding: 5px 0;}

/* Footer Flickr */
/*-----------------------------------------------------------------------------------*/
.flickr {margin-left: 0;}
.flickr li {
    float: left; list-style: none; margin: 0 10px 10px 0;
    line-height: 0 !important;
}
.flickr a,
.flickr a img {display: block; /*width: 100%;*/}

/* Footer Menu */
/*-----------------------------------------------------------------------------------*/
#footer-menu {
    color: #C3C0B9; font-size: 13px;
    padding-top: 10px; padding-bottom: 10px;
    background-color: #363738;
}
#footer-menu ul {list-style-type: none;}
#footer-menu li {float: left; margin-left: 10px;}
#footer-menu a {color: #C3C0B9;}
#footer-menu a:hover {color: #e81123;}
#footer-menu .copyright {}

/*-----------------------------------------------------------------------------------*/
/*	5.	Post/Portfolio Content Styles
/*-----------------------------------------------------------------------------------*/

/* Categories */
/*-----------------------------------------------------------------------------------*/
#filtrable {margin-left: 0; margin-bottom: 30px; float: left;}
#filtrable li {float: left; margin-right: 10px; margin-bottom: 10px; list-style: none;}
#filtrable a {
    display: inline-block;
    padding: 4px 10px;
    background-color: #5195CE;
    color: #F9F9F9;
}
#filtrable a:hover,
#filtrable .current a {
    background-color: #005DB3;
}

/* Portfolio */
/*-----------------------------------------------------------------------------------*/
.portfolio {}
.portfolio article {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background: #0081c2;
}
.portfolio article:hover {background: #565656 !important; color: #C3C0B9 !important;}
.portfolio article .title {border-bottom: solid 3px #005DB3; padding-bottom: 10px;}
.portfolio article:hover .title {border-color: #C3C0B9;}
.portfolio article:hover .title a {color: #FFFFFF;}
.portfolio article:hover .title a:hover {color: #e81123;}
.portfolio .inner-image {position: relative;}
.portfolio .inner-image a,
.portfolio .inner-image img {display: block;}

.thumbnails .inner-text,
.portfolio .inner-text {padding: 20px;}

.thumbnails li {position: relative; overflow: hidden;}
.thumbnails li .sliding,
.portfolio article .sliding {
    position: absolute; left: 0; top: 100%;
    background: transparent;
    height: 100%; width: 100%;
    /* opacity */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    -khtml-opacity: 0; /* Safari 1.x */
    -moz-opacity: 0; /* Netscape */
    opacity: 0; /* Good browsers */
}
.thumbnails li:hover .sliding,
.portfolio article:hover .sliding {
    background: #000000;
    top: 50%;
    /* opacity */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
    filter: alpha(opacity=100); /* IE 5-7 */
    -khtml-opacity: 1; /* Safari 1.x */
    -moz-opacity: 1; /* Netscape */
    opacity: 1; /* Good browsers */
}

/* Frame overlay */
.media a,
.thumbnail {position: relative;}
.media .frame-overlay,
.thumbnail .frame-overlay,
.portfolio article .frame-overlay {
    background: #FFFFFF;
    position: absolute;
    height: 100%; width: 100%;
    left: 0; top: 0;
    /* opacity */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    -khtml-opacity: 0; /* Safari 1.x */
    -moz-opacity: 0; /* Netscape */
    opacity: 0; /* Good browsers */
}
.media a:hover .frame-overlay,
.thumbnail:hover .frame-overlay,
.portfolio article:hover .frame-overlay {
    /* opacity */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE 5-7 */
    -khtml-opacity: 0.5; /* Safari 1.x */
    -moz-opacity: 0.5; /* Netscape */
    opacity: 0.5; /* Good browsers */
}

.read-more [class^="icon-"],
.read-more [class*=" icon-"] {
    margin-left: 5px;
    margin-right: 0;
}

/* which elements to animate */
.thumbnails li .sliding,
.portfolio article .sliding,
.portfolio article .inner-text,
.thumbnail .frame-overlay,
.portfolio article .frame-overlay,
.animate {
    /* transition */
    -webkit-transition: all 0.3s ease-out;  /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
    -o-transition: all 0.3s ease-out;  /* Opera 10.5–12.00 */
    transition: all 0.3s ease-out;  /* Firefox 16+, Opera 12.50+ */
}

.ps-slider {margin-top: 10px;}
.ps-description {}


/* Pricing Table */
/*-----------------------------------------------------------------------------------*/
.pricing {text-align: center;}
.pricing ul {list-style-type: none; margin-left: 0;}
.pricing .well {padding: 0;}
.pricing .well .well {
    padding: 20px; border: 0; background-color: transparent;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow:    0 0 0 rgba(0, 0, 0, 0);
    box-shadow:         0 0 0 rgba(0, 0, 0, 0);
}
.pricing .featured {background-color: #d3d3d3;}
.pricing .featured .pricing-plan {background-color: #5195CE; color: #FFFFFF;}
.pricing .pricing-plan {
    font-size: 24px; color: #FFFFFF; background-color: #444444;
    margin: 0; padding: 20px 0;
}
.pricing .pricing-price {
    font-size:24px; padding-top: 20px; padding-bottom: 20px; margin: 0;
    background-color: #999999; color: #FFFFFF; border-top: solid 1px #D3D3D3;
}
.pricing .pricing-price small {display: block; color: #FFFFFF;}
.pricing .pricing-list {}
.pricing .pricing-list li {padding: 20px 0; border-bottom: dotted 1px #C3C0B9;}
.pricing .pricing-list li:nth-child(2n) {background-color: #F3F3F3;}
.pricing .featured .pricing-list li:nth-child(2n) {background-color: #DDDDDD;}

/* Pagination */
/*-----------------------------------------------------------------------------------*/
.pagination {margin-top: 40px;}
.pagination ul > li > a,
.pagination ul > li > span {padding: 7px 15px;}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {background-color: #DDDDDD;}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
    background-color: #E6E6E6;
}
.pagination ul > .active > a {font-weight: bold;}

/* Sidebar */
/*-----------------------------------------------------------------------------------*/
#sidebar .nav-tabs {
    margin-bottom: 0;
    border-bottom: none;
}
#sidebar .nav-tabs li {border: none; padding-bottom: 0; margin-bottom: 0;}
#sidebar .nav-tabs li a {
    font-weight: 300;
}
#sidebar .nav-tabs > li > a {
    background-color: #FAFAFA;
    border-color: #ddd;
    border-bottom: none;
}
#sidebar .nav-tabs > li > a:hover {
    background-color: #ddd;
    border-color: #ddd;
    border-bottom: none;
}
#sidebar .nav-tabs > .active > a,
#sidebar .nav-tabs > .active > a:hover {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom: none;
}
#sidebar .tab-content {
    -webkit-box-shadow: 0 0 0 rgba(50, 50, 50, 0);
    -moz-box-shadow:    0 0 0 rgba(50, 50, 50, 0);
    box-shadow:         0 0 0 rgba(50, 50, 50, 0);
}

/**/

#sidebar .widget-title {}
#sidebar .title-divider {}
#sidebar .divider-arrow {}

#sidebar .nav-list li a {}

#sidebar section {margin-bottom: 40px;}
#sidebar section:last-child {margin-bottom: 0;}

#sidebar .ul-arch li {overflow: hidden;}
#sidebar .ul-arch .month {float: left;}
#sidebar .ul-arch .count {float: right; font-size: 10px; color: #a1a1a1; padding: 0 5px; background: #e3e3e3;}
#sidebar .ul-arch .count:hover {color: #555555;}

/*-----------------------------------------------------------------------------------*/
/*	6.	Widgets & Widget Area
/*-----------------------------------------------------------------------------------*/


/* Popular Posts Widget */
/*-----------------------------------------------------------------------------------*/
.popular-posts {}
.popular-posts .media a img {}
.popular-posts .media a:hover img {}

/* Tags Widget */
/*-----------------------------------------------------------------------------------*/
.tags a {
    display: inline-block; padding: 4px 10px; margin: 0 3px 5px 0;
    color: #ffffff; background-color: #5195CE;
}
.tags a:hover {background-color: #005DB3;}
.tags i {width: 16px;}

/* Flickr Widget */
/*-----------------------------------------------------------------------------------*/
.sidebar-flickr {list-style: none; margin-left: 0;}
.sidebar-flickr li {float: left; margin: 0 10px 10px 0;}
.sidebar-flickr a,
.sidebar-flickr a img {display: block; /*width: 100%;*/}

/* Comments Widget */
/*-----------------------------------------------------------------------------------*/
.comment-sidebar li:last-child {margin-bottom: 0 !important;}

/*-----------------------------------------------------------------------------------*/
/*	7.	Blog Styles
/*-----------------------------------------------------------------------------------*/

.post-title {margin-top: 10px;}
.post-meta {overflow: hidden; margin-left: 0; margin-bottom: 20px; font-size: 11px;}
.post-meta li {float: left; margin-right: 15px; list-style: none;}
.post-meta-day {padding: 10px 0; font-size: 30px; text-align: center; color: #FFFFFF; background-color: #5195CE; margin-top: 10px;}
.post-meta-month {padding: 10px 0; font-size: 20px; text-align: center; color: #FFFFFF; background-color: #005DB3; margin-bottom: 20px; text-transform: uppercase;}
.post-media {margin-bottom: 15px;}
.post-content {}
.post-content i {margin-right: 15px;}

/* About Us Block */
/*-----------------------------------------------------------------------------------*/
.aboutus {}
.aboutus h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
}

.member-info {}
/*.member-info img {width: 100%;}*/
.member-info .member-name {margin-bottom: 0;}
.member-info .member-possition {font-size: 12px;}
.member-info .member-social {font-size: 32px;}
.member-info .member-social a {display: inline-block; margin-right: 15px;}


/* Services Block */
/*-----------------------------------------------------------------------------------*/

.service {overflow: hidden; margin-bottom: 20px;}
.service .service-desc {overflow: hidden;}
.service .service-icon {
    float: left; width: 100px; height: 100px; padding: 10px 20px;
    font-size: 100px; line-height: 1;
}
.service .well,
.service .well-small,
.service .well-large {padding-top: 0;}

.service > .well,
.service > .well-small,
.service > .well-large {margin-bottom: 0;}

@media (max-width: 480px) {
    .service .service-icon {float: none; margin-left: 25%; width: 50%; height: auto;}
}

/*-----------------------------------------------------------------------------------*/
/*	8.	Forms
/*-----------------------------------------------------------------------------------*/
#af-form input[type="text"] {}
#af-form input[type="text"],
#af-form textarea {}
#af-form input[type="text"]:focus,
#af-form textarea:focus {}
#af-form textarea {
    height: 160px !important;
    overflow: auto;
    resize: none;
    /*border: none;*/
}
.af-outer {margin-bottom: 15px;}
label.error,
label.ferror {color: #b94a48; font-size: 13px;}
#af-form input.error,
textarea.error {border: 1px solid #b94a48;}
#progress {margin-top: 15px;}

/*-----------------------------------------------------------------------------------*/
/*	9.	Comments
/*-----------------------------------------------------------------------------------*/
.comments .comment {margin-bottom: 20px;}
.comments .textarea {position: relative;}
.comments .avatar {position: relative; float: left;}
.comments .meta {
    float: left; margin: 0 15px;
    border-bottom: 1px solid #e2e2e2;
}
.comments .comments-list {margin-left:0;  margin-bottom: 20px;}
.comments li {list-style: none;}

/*-----------------------------------------------------------------------------------*/
/*	10.  Thumbnails
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	11.	Shortcode Styles
/*-----------------------------------------------------------------------------------*/

/* Divider */
/*-----------------------------------------------------------------------------------*/
#container hr {margin: 25px 0 35px 0;}
#container hr.soft {margin: 10px 0;}
#container .portfolio-single hr,
#container .blog-single hr {margin-top: 10px; margin-bottom: 15px;}

/* Back to Top */
/*-----------------------------------------------------------------------------------*/
#toTop {
    background: rgba(0, 0, 0, 0.7) url('../images/ui.totop.png') no-repeat scroll 50% 50%;
    border: medium none;
    position: fixed;
    right: 15px;
    bottom: 0;
    display: none;
    height: 50px;
    width: 90px;
    overflow: hidden;
    text-decoration: none;
    text-indent: -999px;
}
#toTopHover {
    background: rgba(232, 17, 35, 1) url('../images/ui.totop.png') no-repeat scroll 50% 50%;
    display: block;
    float: left;
    height: 50px;
    width: 90px;
    opacity: 0;
    overflow: hidden;
}
#toTop:active,
#toTop:focus {
    outline: medium none;
    background-color: rgba(91, 194, 54, 1);
}

/* Hero unit */
/*-----------------------------------------------------------------------------------*/
.hero-unit {}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (max-width: 767px) {
    .hero-unit {padding: 40px;}
    .hero-unit h1 {}
}

@media (max-width: 480px) {
    .hero-unit {padding: 10px; font-size: 14px; line-height: 1.5;}
    .hero-unit h1 {font-size: 22px; line-height: 1.5;}
}

/* Others */
/*-----------------------------------------------------------------------------------*/
.clear {clear: both;}
.alignleft {float: left !important;}
.alignright {float: right !important;}
.aligncenter {text-align: center !important;}
.pull-center {text-align: center !important;}

/* foreground colors */
.fg-color-blue {color: #2d89ef !important;}
.fg-color-blue-light {color: #eff4ff !important;}
.fg-color-blue-dark {color: #2b5797 !important;}
.fg-color-green {color: #00a300 !important;}
.fg-color-green-light {color: #99b433 !important;}
.fg-color-green-dark {color: #1e7145 !important;}
.fg-color-red {color: #b91d47 !important;}
.fg-color-yellow {color: #ffc40d !important;}
.fg-color-orange {color: #e3a21a !important;}
.fg-color-orange-dark {color: #da532c !important;}
.fg-color-pink {color: #9f00a7 !important;}
.fg-color-pink-dark {color: #7e3878 !important;}
.fg-color-purple {color: #603cba !important;}
.fg-color-darken {color: #1d1d1d !important;}
.fg-color-lighten {color: #d5e7ec !important;}
.fg-color-white {color: #ffffff !important;}
.fg-color-gray-dark {color: #525252 !important;}

/* background colors */
.bg-color-blue {background-color: #2d89ef !important;}
.bg-color-blue-light {background-color: #eff4ff !important;}
.bg-color-blue-dark {background-color: #2b5797 !important;}
.bg-color-green {background-color: #00a300 !important;}
.bg-color-green-light {background-color: #99b433 !important;}
.bg-color-green-dark {background-color: #1e7145 !important;}
.bg-color-red {background-color: #b91d47 !important;}
.bg-color-yellow {background-color: #ffc40d !important;}
.bg-color-orange {background-color: #e3a21a !important;}
.bg-color-orange-dark {background-color: #da532c !important;}
.bg-color-pink {background-color: #9f00a7 !important;}
.bg-color-pink-dark {background-color: #7e3878 !important;}
.bg-color-purple {background-color: #603cba !important;}
.bg-color-darken {background-color: #1d1d1d !important;}
.bg-color-lighten {background-color: #d5e7ec !important;}
.bg-color-white {background-color: #ffffff !important;}
.bg-color-gray-dark {background-color: #525252 !important;}

.color {color: #005DB3;}
.color2 {color: #02243C;}

ul.icons {list-style: none; margin-left: 0;}
ul.ul-list li {background: url('../images/ul-list.png') no-repeat 0 7px; padding-left: 15px;}
ul.ul-list li a {display: block;}
ul.ul-list-2 li {background: url('../images/ul-list-2.png') no-repeat 0 7px; padding-left: 15px;}
ul.ul-list-2 li a {display: block;}
ul.ul-list-3 li {background: url('../images/ul-list-3.png') no-repeat 0 7px; padding-left: 15px;}
ul.ul-list-3 li a {display: block;}
div.spacer {height: 50px;}
hr {
    margin: 25px 0;
    border-top: 3px solid #D6D3D1;
    border-bottom: none;
}

blockquote {border-color: #005DB3;}
blockquote p {font-size: 13px; font-style: italic; line-height: 1.5;}

/* tiles */
.tiles,
.tile {position: relative;}
.image-icon {padding: 10px; text-align: center;}
.image-icon [class^="icon-"],
.image-icon [class*=" icon-"] {width: 100px; height: 100px; font-size: 100px; line-height: 1; margin-top: 20px;}
.image-icon [class^="icon-"]:before,
.image-icon [class*=" icon-"]:before {width: 100px;}
.tile-content {height: 100%; width: 100%;}

.square {display: block; float: left; height: 20px; width: 20px; margin-right: 10px;}

/* app-bar */
.app-bar {position: absolute; bottom: 0; left: 0; right: 0; padding: 10px; }

/*-----------------------------------------------------------------------------------*/
/*	12.	Responsive Fixes
/*-----------------------------------------------------------------------------------*/

/* Large desktop */
/*-----------------------------------------------------------------------------------*/
@media only screen and (min-width: 980px)  and (max-width: 1199px) {
    /**/
}

/* Portrait tablet to landscape and desktop */
/*-----------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {
    /**/
}

/* Landscape phone to portrait tablet */
/*-----------------------------------------------------------------------------------*/
@media (max-width: 767px) {
    .alignleft, .alignright,
    .pull-right, .pull-left {
        float: none !important;
    }
}

/* Landscape phones and down */
/*-----------------------------------------------------------------------------------*/
@media (max-width: 480px) {
    /**/
}

/* reset bootstrap radius */
/*-----------------------------------------------------------------------------------*/

code, pre,
.label, .badge,

.table-bordered,
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child,
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child,
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child,
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child,
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child,
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child,

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child,
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append input + .btn-group .btn,
.input-append select + .btn-group .btn,
.input-append .uneditable-input + .btn-group .btn,
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn,
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child,
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child,

input.search-query,
.form-search .input-append .search-query,
.form-search .input-append .btn,
.form-search .input-prepend .search-query,
.form-search .input-prepend .btn,

.btn,
.btn-large,
.btn-small,
.btn-mini,
.btn-group > .btn:first-child,
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle,
.btn-group > .btn.large:first-child,
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle,
.btn-group-vertical .btn:first-child,
.btn-group-vertical .btn:last-child,
.btn-group-vertical .btn-large:first-child,
.btn-group-vertical .btn-large:last-child,

.nav-tabs > li > a,
.nav-pills > li > a,
.nav-tabs.nav-stacked > li:first-child > a,
.nav-tabs.nav-stacked > li:last-child > a,
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,

.tabs-below > .nav-tabs > li > a,
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a,

.navbar-inner,
.navbar-search .search-query,
.navbar .btn-navbar .icon-bar,
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu,

.breadcrumb,

.pagination ul,
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span,
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span,
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span,
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span,
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span,
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span,

.pager li > a,
.pager li > span,

.thumbnail,
.alert,
.progress,
.hero-unit,
.tooltip-inner,
.popover,
.popover-title,
.modal,
.modal-footer,

.dropdown-menu,
.dropdown-submenu > .dropdown-menu,
.dropup .dropdown-submenu > .dropdown-menu,
.dropdown-submenu.pull-left > .dropdown-menu,

.typeahead,
.accordion-group,
.carousel-control,

.well,
.well-large,
.well-small,

.nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a,
.nav-collapse .btn,
.nav-collapse .dropdown-menu,

.border-radius-off {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.thumbnail {padding: 0; border: none;}
.well {background: #FAFAFA;}
.btn {background-image: none; border: 0 none;}

.thumbnail {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
@font-face {
    font-family: 'IcoMoon';
    src: url('../font/IcoMoon.eot');
    src: url('../font/IcoMoon.eot?#iefix') format('embedded-opentype'),
    url('../font/IcoMoon.svg#IcoMoon') format('svg'),
    url('../font/IcoMoon.woff') format('woff'),
    url('../font/IcoMoon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {font-family: 'IcoMoon';
    content: attr(data-icon);
    speak: none;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {font-family: 'FontAwesome', 'IcoMoon';
    font-style: normal;
    speak: none;
}
.icon-home:before {content: "\0021";}
.icon-home-2:before {content: "\0022";}
.icon-home-3:before {content: "\0023";}
.icon-newspaper:before {content: "\0024";}
.icon-pencil:before {content: "\0025";}
.icon-pencil-2:before {content: "\0026";}
.icon-droplet:before {content: "\0027";}
.icon-picture:before {content: "\0028";}
.icon-picture-2:before {content: "\0029";}
.icon-camera:before {content: "\002a";}
.icon-music:before {content: "\002b";}
.icon-play:before {content: "\002c";}
.icon-film:before {content: "\002d";}
.icon-camera-2:before {content: "\002e";}
.icon-spades:before {content: "\002f";}
.icon-clubs:before {content: "\0030";}
.icon-diamonds:before {content: "\0031";}
.icon-broadcast:before {content: "\0032";}
.icon-microphone:before {content: "\0033";}
.icon-book:before {content: "\0034";}
.icon-paper:before {content: "\0035";}
.icon-paper-2:before {content: "\0036";}
.icon-new:before {content: "\0037";}
.icon-copy:before {content: "\0038";}
.icon-folder:before {content: "\0039";}
.icon-folder-2:before {content: "\003a";}
.icon-tag:before {content: "\003b";}
.icon-cart:before {content: "\003c";}
.icon-basket:before {content: "\003d";}
.icon-calculate:before {content: "\003e";}
.icon-support:before {content: "\003f";}
.icon-phone:before {content: "\0040";}
.icon-mail:before {content: "\0041";}
.icon-location:before {content: "\0042";}
.icon-compass:before {content: "\0043";}
.icon-history:before {content: "\0044";}
.icon-clock:before {content: "\0045";}
.icon-bell:before {content: "\0046";}
.icon-bell-2:before {content: "\0047";}
.icon-bell-3:before {content: "\0048";}
.icon-calendar:before {content: "\0049";}
.icon-mouse:before {content: "\004a";}
.icon-screen:before {content: "\004b";}
.icon-laptop:before {content: "\004c";}
.icon-mobile:before {content: "\004d";}
.icon-tablet:before {content: "\004e";}
.icon-mobile-2:before {content: "\004f";}
.icon-drawer:before {content: "\0050";}
.icon-drawer-2:before {content: "\0051";}
.icon-box-add:before {content: "\0052";}
.icon-box-remove:before {content: "\0053";}
.icon-database:before {content: "\0054";}
.icon-undo:before {content: "\0055";}
.icon-redo:before {content: "\0056";}
.icon-forward:before {content: "\0057";}
.icon-reply:before {content: "\0058";}
.icon-reply-2:before {content: "\0059";}
.icon-comments:before {content: "\005a";}
.icon-comments-2:before {content: "\005b";}
.icon-comments-3:before {content: "\005c";}
.icon-comments-4:before {content: "\005d";}
.icon-comments-5:before {content: "\005e";}
.icon-comments-6:before {content: "\005f";}
.icon-user:before {content: "\0060";}
.icon-user-2:before {content: "\0061";}
.icon-user-3:before {content: "\0062";}
.icon-busy:before {content: "\0063";}
.icon-loading:before {content: "\0064";}
.icon-loading-2:before {content: "\0065";}
.icon-search:before {content: "\0066";}
.icon-search-2:before {content: "\0067";}
.icon-zoom-in:before {content: "\0068";}
.icon-zoom-out:before {content: "\0069";}
.icon-key:before {content: "\006a";}
.icon-key-2:before {content: "\006b";}
.icon-locked:before {content: "\006c";}
.icon-unlocked:before {content: "\006d";}
.icon-wrench:before {content: "\006e";}
.icon-equalizer:before {content: "\006f";}
.icon-cog:before {content: "\0070";}
.icon-pie:before {content: "\0071";}
.icon-bars:before {content: "\0072";}
.icon-stats-up:before {content: "\0073";}
.icon-gift:before {content: "\0074";}
.icon-trophy:before {content: "\0075";}
.icon-diamond:before {content: "\0076";}
.icon-coffee:before {content: "\0077";}
.icon-rocket:before {content: "\0078";}
.icon-meter-slow:before {content: "\0079";}
.icon-meter-medium:before {content: "\007a";}
.icon-meter-fast:before {content: "\007b";}
.icon-dashboard:before {content: "\007c";}
.icon-fire:before {content: "\007d";}
.icon-lab:before {content: "\e000";}
.icon-remove:before {content: "\e001";}
.icon-remove-2:before {content: "\e002";}
.icon-remove-3:before {content: "\e003";}
.icon-briefcase:before {content: "\e004";}
.icon-briefcase-2:before {content: "\e005";}
.icon-cars:before {content: "\e006";}
.icon-bus:before {content: "\e007";}
.icon-cube:before {content: "\e008";}
.icon-cube-2:before {content: "\e009";}
.icon-puzzle:before {content: "\e00a";}
.icon-glasses:before {content: "\e00b";}
.icon-glasses-2:before {content: "\e00c";}
.icon-accessibility:before {content: "\e00d";}
.icon-accessibility-2:before {content: "\e00e";}
.icon-target:before {content: "\e00f";}
.icon-target-2:before {content: "\e010";}
.icon-lightning:before {content: "\e011";}
.icon-power:before {content: "\e012";}
.icon-power-2:before {content: "\e013";}
.icon-clipboard:before {content: "\e014";}
.icon-clipboard-2:before {content: "\e015";}
.icon-playlist:before {content: "\e016";}
.icon-grid-view:before {content: "\e017";}
.icon-tree-view:before {content: "\e018";}
.icon-menu:before {content: "\e019";}
.icon-menu-2:before {content: "\e01a";}
.icon-cloud:before {content: "\e01b";}
.icon-cloud-2:before {content: "\e01c";}
.icon-download:before {content: "\e01d";}
.icon-upload:before {content: "\e01e";}
.icon-upload-2:before {content: "\e01f";}
.icon-link:before {content: "\e020";}
.icon-link-2:before {content: "\e021";}
.icon-flag:before {content: "\e022";}
.icon-flag-2:before {content: "\e023";}
.icon-flag-3:before {content: "\e024";}
.icon-eye:before {content: "\e025";}
.icon-eye-2:before {content: "\e026";}
.icon-bookmark:before {content: "\e027";}
.icon-bookmark-2:before {content: "\e028";}
.icon-star:before {content: "\e029";}
.icon-star-2:before {content: "\e02a";}
.icon-star-3:before {content: "\e02b";}
.icon-heart:before {content: "\e02c";}
.icon-heart-2:before {content: "\e02d";}
.icon-thumbs-up:before {content: "\e02e";}
.icon-thumbs-down:before {content: "\e02f";}
.icon-happy:before {content: "\e030";}
.icon-smiley:before {content: "\e031";}
.icon-neutral:before {content: "\e032";}
.icon-plus:before {content: "\e033";}
.icon-minus:before {content: "\e034";}
.icon-help:before {content: "\e035";}
.icon-help-2:before {content: "\e036";}
.icon-info:before {content: "\e037";}
.icon-blocked:before {content: "\e038";}
.icon-cancel:before {content: "\e039";}
.icon-cancel-2:before {content: "\e03a";}
.icon-cancel-3:before {content: "\e03b";}
.icon-checkmark:before {content: "\e03c";}
.icon-minus-2:before {content: "\e03d";}
.icon-plus-2:before {content: "\e03e";}
.icon-enter:before {content: "\e03f";}
.icon-exit:before {content: "\e040";}
.icon-loop:before {content: "\e041";}
.icon-arrow-up:before {content: "\e042";}
.icon-arrow-right:before {content: "\e043";}
.icon-arrow-down:before {content: "\e044";}
.icon-arrow-left:before {content: "\e045";}
.icon-arrow-up-left:before {content: "\e046";}
.icon-arrow-up-2:before {content: "\e047";}
.icon-arrow-up-right:before {content: "\e048";}
.icon-arrow-right-2:before {content: "\e049";}
.icon-arrow-down-right:before {content: "\e04a";}
.icon-arrow-down-2:before {content: "\e04b";}
.icon-arrow-down-left:before {content: "\e04c";}
.icon-arrow-left-2:before {content: "\e04d";}
.icon-arrow-up-left-2:before {content: "\e04e";}
.icon-arrow-up-3:before {content: "\e04f";}
.icon-arrow-up-right-2:before {content: "\e050";}
.icon-arrow-right-3:before {content: "\e051";}
.icon-arrow-down-right-2:before {content: "\e052";}
.icon-arrow-down-3:before {content: "\e053";}
.icon-arrow-down-left-2:before {content: "\e054";}
.icon-arrow-left-3:before {content: "\e055";}
.icon-arrow-up-left-3:before {content: "\e056";}
.icon-arrow-up-4:before {content: "\e057";}
.icon-arrow-up-right-3:before {content: "\e058";}
.icon-arrow-right-4:before {content: "\e059";}
.icon-arrow-down-right-3:before {content: "\e05a";}
.icon-arrow-down-4:before {content: "\e05b";}
.icon-arrow-down-left-3:before {content: "\e05c";}
.icon-arrow-left-4:before {content: "\e05d";}
.icon-arrow-up-5:before {content: "\e05e";}
.icon-arrow-right-5:before {content: "\e05f";}
.icon-arrow-down-5:before {content: "\e060";}
.icon-arrow-left-5:before {content: "\e061";}
.icon-arrow-up-6:before {content: "\e062";}
.icon-arrow-right-6:before {content: "\e063";}
.icon-arrow-down-6:before {content: "\e064";}
.icon-arrow-left-6:before {content: "\e065";}
.icon-arrow-up-7:before {content: "\e066";}
.icon-arrow-right-7:before {content: "\e067";}
.icon-arrow-down-7:before {content: "\e068";}
.icon-arrow-left-7:before {content: "\e069";}
.icon-menu-3:before {content: "\e06a";}
.icon-enter-2:before {content: "\e06b";}
.icon-backspace:before {content: "\e06c";}
.icon-backspace-2:before {content: "\e06d";}
.icon-tab:before {content: "\e06e";}
.icon-tab-2:before {content: "\e06f";}
.icon-checkbox:before {content: "\e070";}
.icon-checkbox-unchecked:before {content: "\e071";}
.icon-checkbox-partial:before {content: "\e072";}
.icon-radio-checked:before {content: "\e073";}
.icon-radio-unchecked:before {content: "\e074";}
.icon-font:before {content: "\e075";}
.icon-paragraph-left:before {content: "\e076";}
.icon-paragraph-center:before {content: "\e077";}
.icon-paragraph-right:before {content: "\e078";}
.icon-left-to-right:before {content: "\e079";}
.icon-right-to-left:before {content: "\e07a";}
.icon-out:before {content: "\e07b";}
.icon-out-2:before {content: "\e07c";}
.icon-embed:before {content: "\e07d";}
.icon-seven-segment:before {content: "\e07e";}
.icon-seven-segment-2:before {content: "\e07f";}
.icon-seven-segment-3:before {content: "\e080";}
.icon-seven-segment-4:before {content: "\e081";}
.icon-seven-segment-5:before {content: "\e082";}
.icon-seven-segment-6:before {content: "\e083";}
.icon-seven-segment-7:before {content: "\e084";}
.icon-seven-segment-8:before {content: "\e085";}
.icon-seven-segment-9:before {content: "\e086";}
.icon-seven-segment-10:before {content: "\e087";}
.icon-bluetooth:before {content: "\e088";}
.icon-share:before {content: "\e089";}
.icon-share-2:before {content: "\e08a";}
.icon-mail-2:before {content: "\e08b";}
.icon-google-plus:before {content: "\e08c";}
.icon-google-plus-2:before {content: "\e08d";}
.icon-google-plus-3:before {content: "\e08e";}
.icon-facebook:before {content: "\e08f";}
.icon-facebook-2:before {content: "\e090";}
.icon-twitter:before {content: "\e091";}
.icon-twitter-2:before {content: "\e092";}
.icon-twitter-3:before {content: "\e093";}
.icon-twitter-4:before {content: "\e094";}
.icon-feed:before {content: "\e095";}
.icon-feed-2:before {content: "\e096";}
.icon-youtube:before {content: "\e097";}
.icon-youtube-2:before {content: "\e098";}
.icon-vimeo:before {content: "\e099";}
.icon-vimeo-2:before {content: "\e09a";}
.icon-flickr:before {content: "\e09b";}
.icon-flickr-2:before {content: "\e09c";}
.icon-picassa:before {content: "\e09d";}
.icon-picassa-2:before {content: "\e09e";}
.icon-dribbble:before {content: "\e09f";}
.icon-dribbble-2:before {content: "\e0a0";}
.icon-forrst:before {content: "\e0a1";}
.icon-forrst-2:before {content: "\e0a2";}
.icon-deviantart:before {content: "\e0a3";}
.icon-deviantart-2:before {content: "\e0a4";}
.icon-github:before {content: "\e0a5";}
.icon-github-2:before {content: "\e0a6";}
.icon-github-3:before {content: "\e0a7";}
.icon-github-4:before {content: "\e0a8";}
.icon-wordpress:before {content: "\e0a9";}
.icon-wordpress-2:before {content: "\e0aa";}
.icon-blogger:before {content: "\e0ab";}
.icon-blogger-2:before {content: "\e0ac";}
.icon-tumblr:before {content: "\e0ad";}
.icon-tumblr-2:before {content: "\e0ae";}
.icon-yahoo:before {content: "\e0af";}
.icon-yahoo-2:before {content: "\e0b0";}
.icon-amazon:before {content: "\e0b1";}
.icon-amazon-2:before {content: "\e0b2";}
.icon-apple:before {content: "\e0b3";}
.icon-android:before {content: "\e0b4";}
.icon-windows:before {content: "\e0b5";}
.icon-soundcloud:before {content: "\e0b6";}
.icon-soundcloud-2:before {content: "\e0b7";}
.icon-skype:before {content: "\e0b8";}
.icon-reddit:before {content: "\e0b9";}
.icon-linkedin:before {content: "\e0ba";}
.icon-lastfm:before {content: "\e0bb";}
.icon-lastfm-2:before {content: "\e0bc";}
.icon-delicious:before {content: "\e0bd";}
.icon-stumbleupon:before {content: "\e0be";}
.icon-stumbleupon-2:before {content: "\e0bf";}
.icon-pinterest:before {content: "\e0c0";}
.icon-pinterest-2:before {content: "\e0c1";}
.icon-xing:before {content: "\e0c2";}
.icon-libreoffice:before {content: "\e0c3";}
.icon-file-pdf:before {content: "\e0c4";}
.icon-file-openoffice:before {content: "\e0c5";}
.icon-file-word:before {content: "\e0c6";}
.icon-file-excel:before {content: "\e0c7";}
.icon-file-powerpoint:before {content: "\e0c8";}
.icon-file-xml:before {content: "\e0c9";}
.icon-file-css:before {content: "\e0ca";}
.icon-html5:before {content: "\e0cb";}
.icon-html5-2:before {content: "\e0cc";}
.icon-css3:before {content: "\e0cd";}
.icon-IcoMoon:before {content: "\e0ce";}
.icon-popup:before {content: "\e0cf";}
.icon-book-2:before {content: "\e0d0";}
.icon-bookmark-3:before {content: "\e0d1";}
.icon-home-4:before {content: "\e0d2";}
.icon-keyboard:before {content: "\e0d3";}
.icon-feather:before {content: "\e0d4";}
.icon-network:before {content: "\e0d5";}
.icon-inbox:before {content: "\e0d6";}
.icon-square:before {content: "\e0d7";}
.icon-globe:before {content: "\e0d8";}
.icon-broadcast-2:before {content: "\e0d9";}
.icon-arrow:before {content: "\e0da";}
.icon-screen-2:before {content: "\e0db";}
.icon-publish:before {content: "\e0dc";}
.icon-browser:before {content: "\e0dd";}
.icon-light-bulb:before {content: "\e0de";}
.icon-sun:before {content: "\e0df";}
.icon-sun-2:before {content: "\e0e0";}
.icon-back:before {content: "\e0e1";}
.icon-history-2:before {content: "\e0e2";}
.icon-battery:before {content: "\e0e3";}
.icon-battery-2:before {content: "\e0e4";}
.icon-battery-3:before {content: "\e0e5";}
.icon-battery-4:before {content: "\e0e6";}
.icon-battery-5:before {content: "\e0e7";}
.icon-code:before {content: "\e0e8";}
.icon-triangle:before {content: "\e0e9";}
.icon-triangle-2:before {content: "\e0ea";}
.icon-triangle-3:before {content: "\e0eb";}
.icon-triangle-4:before {content: "\e0ec";}
.icon-arrow-2:before {content: "\e0ed";}
.icon-arrow-3:before {content: "\e0ee";}
.icon-arrow-4:before {content: "\e0ef";}
.icon-arrow-5:before {content: "\e0f0";}
.icon-arrow-6:before {content: "\e0f1";}
.icon-arrow-7:before {content: "\e0f2";}
.icon-arrow-8:before {content: "\e0f3";}
.icon-arrow-9:before {content: "\e0f4";}
.icon-arrow-10:before {content: "\e0f5";}
.icon-arrow-11:before {content: "\e0f6";}
.icon-arrow-12:before {content: "\e0f7";}
.icon-arrow-13:before {content: "\e0f8";}
.icon-arrow-14:before {content: "\e0f9";}
.icon-arrow-15:before {content: "\e0fa";}
.icon-arrow-16:before {content: "\e0fb";}
.icon-arrow-17:before {content: "\e0fc";}
.icon-arrow-18:before {content: "\e0fd";}
.icon-arrow-19:before {content: "\e0fe";}
.icon-arrow-20:before {content: "\e0ff";}
.icon-arrow-21:before {content: "\e100";}
.icon-mute:before {content: "\e101";}
.icon-sound:before {content: "\e102";}
.icon-volume:before {content: "\e103";}
.icon-collapse:before {content: "\e104";}
.icon-full-screen:before {content: "\e105";}
.icon-last:before {content: "\e106";}
.icon-first:before {content: "\e107";}
.icon-fast-backward:before {content: "\e108";}
.icon-fast-forward:before {content: "\e109";}
.icon-stop:before {content: "\e10a";}
.icon-record:before {content: "\e10b";}
.icon-pause:before {content: "\e10c";}
.icon-play-2:before {content: "\e10d";}
.icon-upload-3:before {content: "\e10e";}
.icon-cloud-3:before {content: "\e10f";}
.icon-install:before {content: "\e110";}
.icon-download-2:before {content: "\e111";}
.icon-upload-4:before {content: "\e112";}
.icon-trashcan:before {content: "\e113";}
.icon-archive:before {content: "\e114";}
.icon-folder-3:before {content: "\e115";}
.icon-song:before {content: "\e116";}
.icon-movie:before {content: "\e117";}
.icon-images:before {content: "\e118";}
.icon-landscape:before {content: "\e119";}
.icon-documents:before {content: "\e11a";}
.icon-document:before {content: "\e11b";}
.icon-document-2:before {content: "\e11c";}
.icon-grid:before {content: "\e11d";}
.icon-add:before {content: "\e11e";}
.icon-list:before {content: "\e11f";}
.icon-retweet:before {content: "\e120";}
.icon-arrow-22:before {content: "\e121";}
.icon-back-2:before {content: "\e122";}
.icon-shuffle:before {content: "\e123";}
.icon-reload-CCW:before {content: "\e124";}
.icon-reload-CW:before {content: "\e125";}
.icon-warning:before {content: "\e126";}
.icon-help-3:before {content: "\e127";}
.icon-help-4:before {content: "\e128";}
.icon-info-circle:before {content: "\e129";}
.icon-info-2:before {content: "\e12a";}
.icon-blocked-2:before {content: "\e12b";}
.icon-plus-3:before {content: "\e12c";}
.icon-minus-3:before {content: "\e12d";}
.icon-close:before {content: "\e12e";}
.icon-plus-4:before {content: "\e12f";}
.icon-minus-4:before {content: "\e130";}
.icon-cancel-4:before {content: "\e131";}
.icon-checkmark-2:before {content: "\e132";}
.icon-unlocked-2:before {content: "\e133";}
.icon-locked-2:before {content: "\e134";}
.icon-rss:before {content: "\e135";}
.icon-time:before {content: "\e136";}
.icon-flash:before {content: "\e137";}
.icon-calendar-2:before {content: "\e138";}
.icon-microphone-2:before {content: "\e139";}
.icon-clock-2:before {content: "\e13a";}
.icon-eye-3:before {content: "\e13b";}
.icon-google-circles:before {content: "\e13c";}
.icon-support-2:before {content: "\e13d";}
.icon-flight:before {content: "\e13e";}
.icon-shopping:before {content: "\e13f";}
.icon-music-2:before {content: "\e140";}
.icon-leaf:before {content: "\e141";}
.icon-palette:before {content: "\e142";}
.icon-sleep:before {content: "\e143";}
.icon-camera-3:before {content: "\e144";}
.icon-price:before {content: "\e145";}
.icon-trophy-2:before {content: "\e146";}
.icon-search-3:before {content: "\e147";}
.icon-settings:before {content: "\e148";}
.icon-flag-4:before {content: "\e149";}
.icon-link-3:before {content: "\e14a";}
.icon-alert:before {content: "\e14b";}
.icon-printer:before {content: "\e14c";}
.icon-quote:before {content: "\e14d";}
.icon-comment:before {content: "\e14e";}
.icon-chat:before {content: "\e14f";}
.icon-thumbs-up-2:before {content: "\e150";}
.icon-star-4:before {content: "\e151";}
.icon-star-5:before {content: "\e152";}
.icon-heart-3:before {content: "\e153";}
.icon-heart-4:before {content: "\e154";}
.icon-share-3:before {content: "\e155";}
.icon-center:before {content: "\e156";}
.icon-direction:before {content: "\e157";}
.icon-compass-2:before {content: "\e158";}
.icon-map:before {content: "\e159";}
.icon-location-2:before {content: "\e15a";}
.icon-export:before {content: "\e15b";}
.icon-card:before {content: "\e15c";}
.icon-contact:before {content: "\e15d";}
.icon-users:before {content: "\e15e";}
.icon-user-4:before {content: "\e15f";}
.icon-forward-2:before {content: "\e160";}
.icon-reply-to-all:before {content: "\e161";}
.icon-reply-3:before {content: "\e162";}
.icon-attachment:before {content: "\e163";}
.icon-write:before {content: "\e164";}
.icon-email:before {content: "\e165";}
.icon-address:before {content: "\e166";}
.icon-mouse-2:before {content: "\e167";}
.icon-mobile-3:before {content: "\e168";}
.icon-phone-2:before {content: "\e169";}
.icon-paperclip:before {content: "\e16a";}
.icon-fork:before {content: "\e16b";}
.icon-cloud-upload:before {content: "\e16c";}
.icon-cloud-download:before {content: "\e16d";}
.icon-upload-5:before {content: "\e16e";}
.icon-download-3:before {content: "\e16f";}
.icon-target-3:before {content: "\e170";}
.icon-map-pin-alt:before {content: "\e171";}
.icon-map-pin-fill:before {content: "\e172";}
.icon-map-pin-stroke:before {content: "\e173";}
.icon-star-6:before {content: "\e174";}
.icon-umbrella:before {content: "\e175";}
.icon-rain:before {content: "\e176";}
.icon-cloud-4:before {content: "\e177";}
.icon-moon-fill:before {content: "\e178";}
.icon-moon-stroke:before {content: "\e179";}
.icon-sun-fill:before {content: "\e17a";}
.icon-sun-stroke:before {content: "\e17b";}
.icon-tag-fill:before {content: "\e17c";}
.icon-tag-stroke:before {content: "\e17d";}
.icon-unlock-fill:before {content: "\e17e";}
.icon-unlock-stroke:before {content: "\e17f";}
.icon-lock-fill:before {content: "\e180";}
.icon-lock-stroke:before {content: "\e181";}
.icon-clock-3:before {content: "\e182";}
.icon-home-5:before {content: "\e183";}
.icon-user-5:before {content: "\e184";}
.icon-eye-4:before {content: "\e185";}
.icon-bars-alt:before {content: "\e186";}
.icon-bars-2:before {content: "\e187";}
.icon-chart-alt:before {content: "\e188";}
.icon-chart:before {content: "\e189";}
.icon-aperture-alt:before {content: "\e18a";}
.icon-aperture:before {content: "\e18b";}
.icon-camera-4:before {content: "\e18c";}
.icon-image:before {content: "\e18d";}
.icon-layers:before {content: "\e18e";}
.icon-layers-alt:before {content: "\e18f";}
.icon-eyedropper:before {content: "\e190";}
.icon-brush-alt:before {content: "\e191";}
.icon-brush:before {content: "\e192";}
.icon-pen-alt2:before {content: "\e193";}
.icon-pen-alt-fill:before {content: "\e194";}
.icon-pen-alt-stroke:before {content: "\e195";}
.icon-pen:before {content: "\e196";}
.icon-book-alt2:before {content: "\e197";}
.icon-book-alt:before {content: "\e198";}
.icon-book-3:before {content: "\e199";}
.icon-list-nested:before {content: "\e19a";}
.icon-list-2:before {content: "\e19b";}
.icon-read-more:before {content: "\e19c";}
.icon-article:before {content: "\e19d";}
.icon-right-quote-alt:before {content: "\e19e";}
.icon-left-quote-alt:before {content: "\e19f";}
.icon-right-quote:before {content: "\e1a0";}
.icon-left-quote:before {content: "\e1a1";}
.icon-hash:before {content: "\e1a2";}
.icon-pilcrow:before {content: "\e1a3";}
.icon-question-mark:before {content: "\e1a4";}
.icon-info-3:before {content: "\e1a5";}
.icon-ampersand:before {content: "\e1a6";}
.icon-at:before {content: "\e1a7";}
.icon-folder-fill:before {content: "\e1a8";}
.icon-folder-stroke:before {content: "\e1a9";}
.icon-box:before {content: "\e1aa";}
.icon-compass-3:before {content: "\e1ab";}
.icon-battery-charging:before {content: "\e1ac";}
.icon-battery-full:before {content: "\e1ad";}
.icon-battery-half:before {content: "\e1ae";}
.icon-battery-empty:before {content: "\e1af";}
.icon-iphone:before {content: "\e1b0";}
.icon-fullscreen-alt:before {content: "\e1b1";}
.icon-fullscreen:before {content: "\e1b2";}
.icon-fullscreen-exit-alt:before {content: "\e1b3";}
.icon-fullscreen-exit:before {content: "\e1b4";}
.icon-play-alt:before {content: "\e1b5";}
.icon-last-2:before {content: "\e1b6";}
.icon-first-2:before {content: "\e1b7";}
.icon-eject:before {content: "\e1b8";}
.icon-stop-2:before {content: "\e1b9";}
.icon-pause-2:before {content: "\e1ba";}
.icon-play-3:before {content: "\e1bb";}
.icon-volume-mute:before {content: "\e1bc";}
.icon-volume-2:before {content: "\e1bd";}
.icon-headphones:before {content: "\e1be";}
.icon-microphone-3:before {content: "\e1bf";}
.icon-steering-wheel:before {content: "\e1c0";}
.icon-cd:before {content: "\e1c1";}
.icon-arrow-down-alt2:before {content: "\e1c2";}
.icon-arrow-down-alt1:before {content: "\e1c3";}
.icon-arrow-down-8:before {content: "\e1c4";}
.icon-arrow-up-alt2:before {content: "\e1c5";}
.icon-arrow-up-alt1:before {content: "\e1c6";}
.icon-arrow-up-8:before {content: "\e1c7";}
.icon-arrow-right-alt2:before {content: "\e1c8";}
.icon-arrow-right-alt1:before {content: "\e1c9";}
.icon-arrow-right-8:before {content: "\e1ca";}
.icon-arrow-left-alt2:before {content: "\e1cb";}
.icon-arrow-left-alt1:before {content: "\e1cc";}
.icon-arrow-left-8:before {content: "\e1cd";}
.icon-move-horizontal-alt2:before {content: "\e1ce";}
.icon-move-horizontal-alt1:before {content: "\e1cf";}
.icon-move-horizontal:before {content: "\e1d0";}
.icon-move-vertical-alt2:before {content: "\e1d1";}
.icon-move-vertical-alt1:before {content: "\e1d2";}
.icon-move-vertical:before {content: "\e1d3";}
.icon-transfer:before {content: "\e1d4";}
.icon-loop-alt4:before {content: "\e1d5";}
.icon-loop-alt3:before {content: "\e1d6";}
.icon-loop-alt2:before {content: "\e1d7";}
.icon-loop-alt1:before {content: "\e1d8";}
.icon-loop-2:before {content: "\e1d9";}
.icon-reload-alt:before {content: "\e1da";}
.icon-reload:before {content: "\e1db";}
.icon-undo-2:before {content: "\e1dc";}
.icon-curved-arrow:before {content: "\e1dd";}
.icon-spin:before {content: "\e1de";}
.icon-spin-alt:before {content: "\e1df";}
.icon-lightbulb:before {content: "\e1e0";}
.icon-new-window:before {content: "\e1e1";}
.icon-key-fill:before {content: "\e1e2";}
.icon-key-stroke:before {content: "\e1e3";}
.icon-beaker:before {content: "\e1e4";}
.icon-beaker-alt:before {content: "\e1e5";}
.icon-trash-fill:before {content: "\e1e6";}
.icon-trash-stroke:before {content: "\e1e7";}
.icon-magnifying-glass:before {content: "\e1e8";}
.icon-award-stroke:before {content: "\e1e9";}
.icon-award-fill:before {content: "\e1ea";}
.icon-equalizer-2:before {content: "\e1eb";}
.icon-move-alt2:before {content: "\e1ec";}
.icon-move-alt1:before {content: "\e1ed";}
.icon-move:before {content: "\e1ee";}
.icon-bolt:before {content: "\e1ef";}
.icon-link-4:before {content: "\e1f0";}
.icon-pin:before {content: "\e1f1";}
.icon-minus-alt:before {content: "\e1f2";}
.icon-minus-5:before {content: "\e1f3";}
.icon-plus-alt:before {content: "\e1f4";}
.icon-plus-5:before {content: "\e1f5";}
.icon-document-fill:before {content: "\e1f6";}
.icon-document-stroke:before {content: "\e1f7";}
.icon-document-alt-fill:before {content: "\e1f8";}
.icon-document-alt-stroke:before {content: "\e1f9";}
.icon-movie-2:before {content: "\e1fa";}
.icon-heart-fill:before {content: "\e1fb";}
.icon-heart-stroke:before {content: "\e1fc";}
.icon-mail-3:before {content: "\e1fd";}
.icon-share-4:before {content: "\e1fe";}
.icon-calendar-alt-fill:before {content: "\e1ff";}
.icon-calendar-alt-stroke:before {content: "\e200";}
.icon-calendar-3:before {content: "\e201";}
.icon-cog-2:before {content: "\e202";}
.icon-dial:before {content: "\e203";}
.icon-wrench-2:before {content: "\e204";}
.icon-rss-alt:before {content: "\e205";}
.icon-rss-2:before {content: "\e206";}
.icon-cursor:before {content: "\e207";}
.icon-denied:before {content: "\e208";}
.icon-x-altx-alt:before {content: "\e209";}
.icon-x:before {content: "\e20a";}
.icon-check-alt:before {content: "\e20b";}
.icon-checkmark-3:before {content: "\e20c";}
.icon-comment-alt2-fill:before {content: "\e20d";}
.icon-comment-alt2-stroke:before {content: "\e20e";}
.icon-comment-fill:before {content: "\e20f";}
.icon-comment-stroke:before {content: "\e210";}
.icon-comment-alt1-fill:before {content: "\e211";}
.icon-comment-alt1-stroke:before {content: "\e212";}
.icon-chat-alt-fill:before {content: "\e213";}
.icon-chat-alt-stroke:before {content: "\e214";}
.icon-chat-2:before {content: "\e215";}
.icon-Fahrenheit:before {content: "\e216";}
.icon-Celsius:before {content: "\e217";}
.icon-none:before {content: "\e218";}
.icon-compass-4:before {content: "\e219";}
.icon-thermometer:before {content: "\e21a";}
.icon-lightning-2:before {content: "\e21b";}
.icon-cloudy:before {content: "\e21c";}
.icon-weather:before {content: "\e21d";}
.icon-snowy:before {content: "\e21e";}
.icon-snowy-2:before {content: "\e21f";}
.icon-windy:before {content: "\e220";}.icon-windy-2:before {content: "\e221";}
.icon-rainy:before {content: "\e222";}
.icon-rainy-2:before {content: "\e223";}
.icon-lightning-3:before {content: "\e224";}
.icon-cloud-5:before {content: "\e225";}
.icon-cloud-6:before {content: "\e226";}
.icon-cloudy-2:before {content: "\e227";}
.icon-moon:before {content: "\e228";}
.icon-sun-3:before {content: "\e229";}
.icon-lightning-4:before {content: "\e22a";}
.icon-cloud-7:before {content: "\e22b";}
.icon-cloudy-3:before {content: "\e22c";}
.icon-weather-2:before {content: "\e22d";}
.icon-snowy-3:before {content: "\e22e";}
.icon-snowy-4:before {content: "\e22f";}
.icon-snowy-5:before {content: "\e230";}
.icon-windy-3:before {content: "\e231";}
.icon-windy-4:before {content: "\e232";}
.icon-rainy-3:before {content: "\e233";}
.icon-rainy-4:before {content: "\e234";}
.icon-lightning-5:before {content: "\e235";}
.icon-lightning-6:before {content: "\e236";}
.icon-cloud-8:before {content: "\e237";}
.icon-lines:before {content: "\e238";}
.icon-weather-3:before {content: "\e239";}
.icon-weather-4:before {content: "\e23a";}
.icon-weather-5:before {content: "\e23b";}
.icon-cloud-9:before {content: "\e23c";}
.icon-cloudy-4:before {content: "\e23d";}
.icon-snowflake:before {content: "\e23e";}
.icon-wind:before {content: "\e23f";}
.icon-windy-5:before {content: "\e240";}
.icon-sun-4:before {content: "\e241";}
.icon-moon-2:before {content: "\e242";}
.icon-sun-5:before {content: "\e243";}
.icon-sunrise:before {content: "\e244";}
/*  Font Awesome
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
    http://creativecommons.org/licenses/by/3.0/ A mention of
    'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
    source code is considered acceptable attribution (most common on the web).
    If human readable source code is not available to the end user, a mention in
    an 'About' or 'Credits' screen is considered acceptable (most common in desktop
    or mobile software).

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: http://lemonwi.se co-founder

    */
@font-face {
  font-family: "FontAwesome";
  src: url('../font/fontawesome-webfont.eot');
  src: url('../font/fontawesome-webfont.eot?#iefix') format('eot'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "FontAwesome", "IcoMoon";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
a [class^="icon-"], a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: top;
  font-size: 1.3333333333333333em;
}
.btn [class^="icon-"], .btn [class*=" icon-"] {
  /* keeps button heights with and without icons the same */

  line-height: .9em;
}
li [class^="icon-"], li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large[class^="icon-"], li .icon-large[class*=" icon-"] {
  /* 1.5 increased font size for icon-large * 1.25 width */

  width: 1.875em;
}
li[class^="icon-"], li[class*=" icon-"] {
  margin-left: 0;
  list-style-type: none;
}
li[class^="icon-"]:before, li[class*=" icon-"]:before {
  text-indent: -2em;
  text-align: center;
}
li[class^="icon-"].icon-large:before, li[class*=" icon-"].icon-large:before {
  text-indent: -1.3333333333333333em;
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before                { content: "\f000"; }
.icon-music:before                { content: "\f001"; }
.icon-search:before               { content: "\f002"; }
.icon-envelope:before             { content: "\f003"; }
.icon-heart:before                { content: "\f004"; }
.icon-star:before                 { content: "\f005"; }
.icon-star-empty:before           { content: "\f006"; }
.icon-user:before                 { content: "\f007"; }
.icon-film:before                 { content: "\f008"; }
.icon-th-large:before             { content: "\f009"; }
.icon-th:before                   { content: "\f00a"; }
.icon-th-list:before              { content: "\f00b"; }
.icon-ok:before                   { content: "\f00c"; }
.icon-remove:before               { content: "\f00d"; }
.icon-zoom-in:before              { content: "\f00e"; }

.icon-zoom-out:before             { content: "\f010"; }
.icon-off:before                  { content: "\f011"; }
.icon-signal:before               { content: "\f012"; }
.icon-cog:before                  { content: "\f013"; }
.icon-trash:before                { content: "\f014"; }
.icon-home:before                 { content: "\f015"; }
.icon-file:before                 { content: "\f016"; }
.icon-time:before                 { content: "\f017"; }
.icon-road:before                 { content: "\f018"; }
.icon-download-alt:before         { content: "\f019"; }
.icon-download:before             { content: "\f01a"; }
.icon-upload:before               { content: "\f01b"; }
.icon-inbox:before                { content: "\f01c"; }
.icon-play-circle:before          { content: "\f01d"; }
.icon-repeat:before               { content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before              { content: "\f021"; }
.icon-list-alt:before             { content: "\f022"; }
.icon-lock:before                 { content: "\f023"; }
.icon-flag:before                 { content: "\f024"; }
.icon-headphones:before           { content: "\f025"; }
.icon-volume-off:before           { content: "\f026"; }
.icon-volume-down:before          { content: "\f027"; }
.icon-volume-up:before            { content: "\f028"; }
.icon-qrcode:before               { content: "\f029"; }
.icon-barcode:before              { content: "\f02a"; }
.icon-tag:before                  { content: "\f02b"; }
.icon-tags:before                 { content: "\f02c"; }
.icon-book:before                 { content: "\f02d"; }
.icon-bookmark:before             { content: "\f02e"; }
.icon-print:before                { content: "\f02f"; }

.icon-camera:before               { content: "\f030"; }
.icon-font:before                 { content: "\f031"; }
.icon-bold:before                 { content: "\f032"; }
.icon-italic:before               { content: "\f033"; }
.icon-text-height:before          { content: "\f034"; }
.icon-text-width:before           { content: "\f035"; }
.icon-align-left:before           { content: "\f036"; }
.icon-align-center:before         { content: "\f037"; }
.icon-align-right:before          { content: "\f038"; }
.icon-align-justify:before        { content: "\f039"; }
.icon-list:before                 { content: "\f03a"; }
.icon-indent-left:before          { content: "\f03b"; }
.icon-indent-right:before         { content: "\f03c"; }
.icon-facetime-video:before       { content: "\f03d"; }
.icon-picture:before              { content: "\f03e"; }

.icon-pencil:before               { content: "\f040"; }
.icon-map-marker:before           { content: "\f041"; }
.icon-adjust:before               { content: "\f042"; }
.icon-tint:before                 { content: "\f043"; }
.icon-edit:before                 { content: "\f044"; }
.icon-share:before                { content: "\f045"; }
.icon-check:before                { content: "\f046"; }
.icon-move:before                 { content: "\f047"; }
.icon-step-backward:before        { content: "\f048"; }
.icon-fast-backward:before        { content: "\f049"; }
.icon-backward:before             { content: "\f04a"; }
.icon-play:before                 { content: "\f04b"; }
.icon-pause:before                { content: "\f04c"; }
.icon-stop:before                 { content: "\f04d"; }
.icon-forward:before              { content: "\f04e"; }

.icon-fast-forward:before         { content: "\f050"; }
.icon-step-forward:before         { content: "\f051"; }
.icon-eject:before                { content: "\f052"; }
.icon-chevron-left:before         { content: "\f053"; }
.icon-chevron-right:before        { content: "\f054"; }
.icon-plus-sign:before            { content: "\f055"; }
.icon-minus-sign:before           { content: "\f056"; }
.icon-remove-sign:before          { content: "\f057"; }
.icon-ok-sign:before              { content: "\f058"; }
.icon-question-sign:before        { content: "\f059"; }
.icon-info-sign:before            { content: "\f05a"; }
.icon-screenshot:before           { content: "\f05b"; }
.icon-remove-circle:before        { content: "\f05c"; }
.icon-ok-circle:before            { content: "\f05d"; }
.icon-ban-circle:before           { content: "\f05e"; }

.icon-arrow-left:before           { content: "\f060"; }
.icon-arrow-right:before          { content: "\f061"; }
.icon-arrow-up:before             { content: "\f062"; }
.icon-arrow-down:before           { content: "\f063"; }
.icon-share-alt:before            { content: "\f064"; }
.icon-resize-full:before          { content: "\f065"; }
.icon-resize-small:before         { content: "\f066"; }
.icon-plus:before                 { content: "\f067"; }
.icon-minus:before                { content: "\f068"; }
.icon-asterisk:before             { content: "\f069"; }
.icon-exclamation-sign:before     { content: "\f06a"; }
.icon-gift:before                 { content: "\f06b"; }
.icon-leaf:before                 { content: "\f06c"; }
.icon-fire:before                 { content: "\f06d"; }
.icon-eye-open:before             { content: "\f06e"; }

.icon-eye-close:before            { content: "\f070"; }
.icon-warning-sign:before         { content: "\f071"; }
.icon-plane:before                { content: "\f072"; }
.icon-calendar:before             { content: "\f073"; }
.icon-random:before               { content: "\f074"; }
.icon-comment:before              { content: "\f075"; }
.icon-magnet:before               { content: "\f076"; }
.icon-chevron-up:before           { content: "\f077"; }
.icon-chevron-down:before         { content: "\f078"; }
.icon-retweet:before              { content: "\f079"; }
.icon-shopping-cart:before        { content: "\f07a"; }
.icon-folder-close:before         { content: "\f07b"; }
.icon-folder-open:before          { content: "\f07c"; }
.icon-resize-vertical:before      { content: "\f07d"; }
.icon-resize-horizontal:before    { content: "\f07e"; }

.icon-bar-chart:before            { content: "\f080"; }
.icon-twitter-sign:before         { content: "\f081"; }
.icon-facebook-sign:before        { content: "\f082"; }
.icon-camera-retro:before         { content: "\f083"; }
.icon-key:before                  { content: "\f084"; }
.icon-cogs:before                 { content: "\f085"; }
.icon-comments:before             { content: "\f086"; }
.icon-thumbs-up:before            { content: "\f087"; }
.icon-thumbs-down:before          { content: "\f088"; }
.icon-star-half:before            { content: "\f089"; }
.icon-heart-empty:before          { content: "\f08a"; }
.icon-signout:before              { content: "\f08b"; }
.icon-linkedin-sign:before        { content: "\f08c"; }
.icon-pushpin:before              { content: "\f08d"; }
.icon-external-link:before        { content: "\f08e"; }

.icon-signin:before               { content: "\f090"; }
.icon-trophy:before               { content: "\f091"; }
.icon-github-sign:before          { content: "\f092"; }
.icon-upload-alt:before           { content: "\f093"; }
.icon-lemon:before                { content: "\f094"; }
.icon-phone:before                { content: "\f095"; }
.icon-check-empty:before          { content: "\f096"; }
.icon-bookmark-empty:before       { content: "\f097"; }
.icon-phone-sign:before           { content: "\f098"; }
.icon-twitter:before              { content: "\f099"; }
.icon-facebook:before             { content: "\f09a"; }
.icon-github:before               { content: "\f09b"; }
.icon-unlock:before               { content: "\f09c"; }
.icon-credit-card:before          { content: "\f09d"; }
.icon-rss:before                  { content: "\f09e"; }

.icon-hdd:before                  { content: "\f0a0"; }
.icon-bullhorn:before             { content: "\f0a1"; }
.icon-bell:before                 { content: "\f0a2"; }
.icon-certificate:before          { content: "\f0a3"; }
.icon-hand-right:before           { content: "\f0a4"; }
.icon-hand-left:before            { content: "\f0a5"; }
.icon-hand-up:before              { content: "\f0a6"; }
.icon-hand-down:before            { content: "\f0a7"; }
.icon-circle-arrow-left:before    { content: "\f0a8"; }
.icon-circle-arrow-right:before   { content: "\f0a9"; }
.icon-circle-arrow-up:before      { content: "\f0aa"; }
.icon-circle-arrow-down:before    { content: "\f0ab"; }
.icon-wrench:before               { content: "\f0ad"; }
.icon-tasks:before                { content: "\f0ae"; }

.icon-filter:before               { content: "\f0b0"; }
.icon-briefcase:before            { content: "\f0b1"; }
.icon-fullscreen:before           { content: "\f0b2"; }

.icon-group:before                { content: "\f0c0"; }
.icon-link:before                 { content: "\f0c1"; }
.icon-cloud:before                { content: "\f0c2"; }
.icon-beaker:before               { content: "\f0c3"; }
.icon-cut:before                  { content: "\f0c4"; }
.icon-copy:before                 { content: "\f0c5"; }
.icon-paper-clip:before           { content: "\f0c6"; }
.icon-save:before                 { content: "\f0c7"; }
.icon-sign-blank:before           { content: "\f0c8"; }
.icon-reorder:before              { content: "\f0c9"; }
.icon-list-ul:before              { content: "\f0ca"; }
.icon-list-ol:before              { content: "\f0cb"; }
.icon-strikethrough:before        { content: "\f0cc"; }
.icon-underline:before            { content: "\f0cd"; }
.icon-table:before                { content: "\f0ce"; }

.icon-magic:before                { content: "\f0d0"; }
.icon-truck:before                { content: "\f0d1"; }
.icon-pinterest:before            { content: "\f0d2"; }
.icon-pinterest-sign:before       { content: "\f0d3"; }
.icon-google-plus-sign:before     { content: "\f0d4"; }
.icon-google-plus:before          { content: "\f0d5"; }
.icon-money:before                { content: "\f0d6"; }
.icon-caret-down:before           { content: "\f0d7"; }
.icon-caret-up:before             { content: "\f0d8"; }
.icon-caret-left:before           { content: "\f0d9"; }
.icon-caret-right:before          { content: "\f0da"; }
.icon-columns:before              { content: "\f0db"; }
.icon-sort:before                 { content: "\f0dc"; }
.icon-sort-down:before            { content: "\f0dd"; }
.icon-sort-up:before              { content: "\f0de"; }

.icon-envelope-alt:before         { content: "\f0e0"; }
.icon-linkedin:before             { content: "\f0e1"; }
.icon-undo:before                 { content: "\f0e2"; }
.icon-legal:before                { content: "\f0e3"; }
.icon-dashboard:before            { content: "\f0e4"; }
.icon-comment-alt:before          { content: "\f0e5"; }
.icon-comments-alt:before         { content: "\f0e6"; }
.icon-bolt:before                 { content: "\f0e7"; }
.icon-sitemap:before              { content: "\f0e8"; }
.icon-umbrella:before             { content: "\f0e9"; }
.icon-paste:before                { content: "\f0ea"; }

.icon-user-md:before              { content: "\f200"; }

/* ******************************************************** */
/* ******************************************************** */
/* ******************************************************** */

@font-face {
    font-family: "IcoMoon";
    src: url('../font/IcoMoon.eot');
    src: url('../font/IcoMoon.eot?#iefix') format('embedded-opentype'),
    url('../font/IcoMoon.svg#IcoMoon') format('svg'),
    url('../font/IcoMoon.woff') format('woff'),
    url('../font/IcoMoon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
[data-icon]:before {font-family: 'IcoMoon';
    content: attr(data-icon);
    speak: none;
}

.icon-home:before {content: "\0021";}
.icon-home-2:before {content: "\0022";}
.icon-home-3:before {content: "\0023";}
.icon-newspaper:before {content: "\0024";}
.icon-pencil:before {content: "\0025";}
.icon-pencil-2:before {content: "\0026";}
.icon-droplet:before {content: "\0027";}
.icon-picture:before {content: "\0028";}
.icon-picture-2:before {content: "\0029";}
.icon-camera:before {content: "\002a";}
.icon-music:before {content: "\002b";}
.icon-play:before {content: "\002c";}
.icon-film:before {content: "\002d";}
.icon-camera-2:before {content: "\002e";}
.icon-spades:before {content: "\002f";}
.icon-clubs:before {content: "\0030";}
.icon-diamonds:before {content: "\0031";}
.icon-broadcast:before {content: "\0032";}
.icon-microphone:before {content: "\0033";}
.icon-book:before {content: "\0034";}
.icon-paper:before {content: "\0035";}
.icon-paper-2:before {content: "\0036";}
.icon-new:before {content: "\0037";}
.icon-copy:before {content: "\0038";}
.icon-folder:before {content: "\0039";}
.icon-folder-2:before {content: "\003a";}
.icon-tag:before {content: "\003b";}
.icon-cart:before {content: "\003c";}
.icon-basket:before {content: "\003d";}
.icon-calculate:before {content: "\003e";}
.icon-support:before {content: "\003f";}
.icon-phone:before {content: "\0040";}
.icon-mail:before {content: "\0041";}
.icon-location:before {content: "\0042";}
.icon-compass:before {content: "\0043";}
.icon-history:before {content: "\0044";}
.icon-clock:before {content: "\0045";}
.icon-bell:before {content: "\0046";}
.icon-bell-2:before {content: "\0047";}
.icon-bell-3:before {content: "\0048";}
.icon-calendar:before {content: "\0049";}
.icon-mouse:before {content: "\004a";}
.icon-screen:before {content: "\004b";}
.icon-laptop:before {content: "\004c";}
.icon-mobile:before {content: "\004d";}
.icon-tablet:before {content: "\004e";}
.icon-mobile-2:before {content: "\004f";}
.icon-drawer:before {content: "\0050";}
.icon-drawer-2:before {content: "\0051";}
.icon-box-add:before {content: "\0052";}
.icon-box-remove:before {content: "\0053";}
.icon-database:before {content: "\0054";}
.icon-undo:before {content: "\0055";}
.icon-redo:before {content: "\0056";}
.icon-forward:before {content: "\0057";}
.icon-reply:before {content: "\0058";}
.icon-reply-2:before {content: "\0059";}
.icon-comments:before {content: "\005a";}
.icon-comments-2:before {content: "\005b";}
.icon-comments-3:before {content: "\005c";}
.icon-comments-4:before {content: "\005d";}
.icon-comments-5:before {content: "\005e";}
.icon-comments-6:before {content: "\005f";}
.icon-user:before {content: "\0060";}
.icon-user-2:before {content: "\0061";}
.icon-user-3:before {content: "\0062";}
.icon-busy:before {content: "\0063";}
.icon-loading:before {content: "\0064";}
.icon-loading-2:before {content: "\0065";}
.icon-search:before {content: "\0066";}
.icon-search-2:before {content: "\0067";}
.icon-zoom-in:before {content: "\0068";}
.icon-zoom-out:before {content: "\0069";}
.icon-key:before {content: "\006a";}
.icon-key-2:before {content: "\006b";}
.icon-locked:before {content: "\006c";}
.icon-unlocked:before {content: "\006d";}
.icon-wrench:before {content: "\006e";}
.icon-equalizer:before {content: "\006f";}
.icon-cog:before {content: "\0070";}
.icon-pie:before {content: "\0071";}
.icon-bars:before {content: "\0072";}
.icon-stats-up:before {content: "\0073";}
.icon-gift:before {content: "\0074";}
.icon-trophy:before {content: "\0075";}
.icon-diamond:before {content: "\0076";}
.icon-coffee:before {content: "\0077";}
.icon-rocket:before {content: "\0078";}
.icon-meter-slow:before {content: "\0079";}
.icon-meter-medium:before {content: "\007a";}
.icon-meter-fast:before {content: "\007b";}
.icon-dashboard:before {content: "\007c";}
.icon-fire:before {content: "\007d";}
.icon-lab:before {content: "\e000";}
.icon-remove:before {content: "\e001";}
.icon-remove-2:before {content: "\e002";}
.icon-remove-3:before {content: "\e003";}
.icon-briefcase:before {content: "\e004";}
.icon-briefcase-2:before {content: "\e005";}
.icon-cars:before {content: "\e006";}
.icon-bus:before {content: "\e007";}
.icon-cube:before {content: "\e008";}
.icon-cube-2:before {content: "\e009";}
.icon-puzzle:before {content: "\e00a";}
.icon-glasses:before {content: "\e00b";}
.icon-glasses-2:before {content: "\e00c";}
.icon-accessibility:before {content: "\e00d";}
.icon-accessibility-2:before {content: "\e00e";}
.icon-target:before {content: "\e00f";}
.icon-target-2:before {content: "\e010";}
.icon-lightning:before {content: "\e011";}
.icon-power:before {content: "\e012";}
.icon-power-2:before {content: "\e013";}
.icon-clipboard:before {content: "\e014";}
.icon-clipboard-2:before {content: "\e015";}
.icon-playlist:before {content: "\e016";}
.icon-grid-view:before {content: "\e017";}
.icon-tree-view:before {content: "\e018";}
.icon-menu:before {content: "\e019";}
.icon-menu-2:before {content: "\e01a";}
.icon-cloud:before {content: "\e01b";}
.icon-cloud-2:before {content: "\e01c";}
.icon-download:before {content: "\e01d";}
.icon-upload:before {content: "\e01e";}
.icon-upload-2:before {content: "\e01f";}
.icon-link:before {content: "\e020";}
.icon-link-2:before {content: "\e021";}
.icon-flag:before {content: "\e022";}
.icon-flag-2:before {content: "\e023";}
.icon-flag-3:before {content: "\e024";}
.icon-eye:before {content: "\e025";}
.icon-eye-2:before {content: "\e026";}
.icon-bookmark:before {content: "\e027";}
.icon-bookmark-2:before {content: "\e028";}
.icon-star:before {content: "\e029";}
.icon-star-2:before {content: "\e02a";}
.icon-star-3:before {content: "\e02b";}
.icon-heart:before {content: "\e02c";}
.icon-heart-2:before {content: "\e02d";}
.icon-thumbs-up:before {content: "\e02e";}
.icon-thumbs-down:before {content: "\e02f";}
.icon-happy:before {content: "\e030";}
.icon-smiley:before {content: "\e031";}
.icon-neutral:before {content: "\e032";}
.icon-plus:before {content: "\e033";}
.icon-minus:before {content: "\e034";}
.icon-help:before {content: "\e035";}
.icon-help-2:before {content: "\e036";}
.icon-info:before {content: "\e037";}
.icon-blocked:before {content: "\e038";}
.icon-cancel:before {content: "\e039";}
.icon-cancel-2:before {content: "\e03a";}
.icon-cancel-3:before {content: "\e03b";}
.icon-checkmark:before {content: "\e03c";}
.icon-minus-2:before {content: "\e03d";}
.icon-plus-2:before {content: "\e03e";}
.icon-enter:before {content: "\e03f";}
.icon-exit:before {content: "\e040";}
.icon-loop:before {content: "\e041";}
.icon-arrow-up:before {content: "\e042";}
.icon-arrow-right:before {content: "\e043";}
.icon-arrow-down:before {content: "\e044";}
.icon-arrow-left:before {content: "\e045";}
.icon-arrow-up-left:before {content: "\e046";}
.icon-arrow-up-2:before {content: "\e047";}
.icon-arrow-up-right:before {content: "\e048";}
.icon-arrow-right-2:before {content: "\e049";}
.icon-arrow-down-right:before {content: "\e04a";}
.icon-arrow-down-2:before {content: "\e04b";}
.icon-arrow-down-left:before {content: "\e04c";}
.icon-arrow-left-2:before {content: "\e04d";}
.icon-arrow-up-left-2:before {content: "\e04e";}
.icon-arrow-up-3:before {content: "\e04f";}
.icon-arrow-up-right-2:before {content: "\e050";}
.icon-arrow-right-3:before {content: "\e051";}
.icon-arrow-down-right-2:before {content: "\e052";}
.icon-arrow-down-3:before {content: "\e053";}
.icon-arrow-down-left-2:before {content: "\e054";}
.icon-arrow-left-3:before {content: "\e055";}
.icon-arrow-up-left-3:before {content: "\e056";}
.icon-arrow-up-4:before {content: "\e057";}
.icon-arrow-up-right-3:before {content: "\e058";}
.icon-arrow-right-4:before {content: "\e059";}
.icon-arrow-down-right-3:before {content: "\e05a";}
.icon-arrow-down-4:before {content: "\e05b";}
.icon-arrow-down-left-3:before {content: "\e05c";}
.icon-arrow-left-4:before {content: "\e05d";}
.icon-arrow-up-5:before {content: "\e05e";}
.icon-arrow-right-5:before {content: "\e05f";}
.icon-arrow-down-5:before {content: "\e060";}
.icon-arrow-left-5:before {content: "\e061";}
.icon-arrow-up-6:before {content: "\e062";}
.icon-arrow-right-6:before {content: "\e063";}
.icon-arrow-down-6:before {content: "\e064";}
.icon-arrow-left-6:before {content: "\e065";}
.icon-arrow-up-7:before {content: "\e066";}
.icon-arrow-right-7:before {content: "\e067";}
.icon-arrow-down-7:before {content: "\e068";}
.icon-arrow-left-7:before {content: "\e069";}
.icon-menu-3:before {content: "\e06a";}
.icon-enter-2:before {content: "\e06b";}
.icon-backspace:before {content: "\e06c";}
.icon-backspace-2:before {content: "\e06d";}
.icon-tab:before {content: "\e06e";}
.icon-tab-2:before {content: "\e06f";}
.icon-checkbox:before {content: "\e070";}
.icon-checkbox-unchecked:before {content: "\e071";}
.icon-checkbox-partial:before {content: "\e072";}
.icon-radio-checked:before {content: "\e073";}
.icon-radio-unchecked:before {content: "\e074";}
.icon-font:before {content: "\e075";}
.icon-paragraph-left:before {content: "\e076";}
.icon-paragraph-center:before {content: "\e077";}
.icon-paragraph-right:before {content: "\e078";}
.icon-left-to-right:before {content: "\e079";}
.icon-right-to-left:before {content: "\e07a";}
.icon-out:before {content: "\e07b";}
.icon-out-2:before {content: "\e07c";}
.icon-embed:before {content: "\e07d";}
.icon-seven-segment:before {content: "\e07e";}
.icon-seven-segment-2:before {content: "\e07f";}
.icon-seven-segment-3:before {content: "\e080";}
.icon-seven-segment-4:before {content: "\e081";}
.icon-seven-segment-5:before {content: "\e082";}
.icon-seven-segment-6:before {content: "\e083";}
.icon-seven-segment-7:before {content: "\e084";}
.icon-seven-segment-8:before {content: "\e085";}
.icon-seven-segment-9:before {content: "\e086";}
.icon-seven-segment-10:before {content: "\e087";}
.icon-bluetooth:before {content: "\e088";}
.icon-share:before {content: "\e089";}
.icon-share-2:before {content: "\e08a";}
.icon-mail-2:before {content: "\e08b";}
.icon-google-plus:before {content: "\e08c";}
.icon-google-plus-2:before {content: "\e08d";}
.icon-google-plus-3:before {content: "\e08e";}
.icon-facebook:before {content: "\e08f";}
.icon-facebook-2:before {content: "\e090";}
.icon-twitter:before {content: "\e091";}
.icon-twitter-2:before {content: "\e092";}
.icon-twitter-3:before {content: "\e093";}
.icon-twitter-4:before {content: "\e094";}
.icon-feed:before {content: "\e095";}
.icon-feed-2:before {content: "\e096";}
.icon-youtube:before {content: "\e097";}
.icon-youtube-2:before {content: "\e098";}
.icon-vimeo:before {content: "\e099";}
.icon-vimeo-2:before {content: "\e09a";}
.icon-flickr:before {content: "\e09b";}
.icon-flickr-2:before {content: "\e09c";}
.icon-picassa:before {content: "\e09d";}
.icon-picassa-2:before {content: "\e09e";}
.icon-dribbble:before {content: "\e09f";}
.icon-dribbble-2:before {content: "\e0a0";}
.icon-forrst:before {content: "\e0a1";}
.icon-forrst-2:before {content: "\e0a2";}
.icon-deviantart:before {content: "\e0a3";}
.icon-deviantart-2:before {content: "\e0a4";}
.icon-github:before {content: "\e0a5";}
.icon-github-2:before {content: "\e0a6";}
.icon-github-3:before {content: "\e0a7";}
.icon-github-4:before {content: "\e0a8";}
.icon-wordpress:before {content: "\e0a9";}
.icon-wordpress-2:before {content: "\e0aa";}
.icon-blogger:before {content: "\e0ab";}
.icon-blogger-2:before {content: "\e0ac";}
.icon-tumblr:before {content: "\e0ad";}
.icon-tumblr-2:before {content: "\e0ae";}
.icon-yahoo:before {content: "\e0af";}
.icon-yahoo-2:before {content: "\e0b0";}
.icon-amazon:before {content: "\e0b1";}
.icon-amazon-2:before {content: "\e0b2";}
.icon-apple:before {content: "\e0b3";}
.icon-android:before {content: "\e0b4";}
.icon-windows:before {content: "\e0b5";}
.icon-soundcloud:before {content: "\e0b6";}
.icon-soundcloud-2:before {content: "\e0b7";}
.icon-skype:before {content: "\e0b8";}
.icon-reddit:before {content: "\e0b9";}
.icon-linkedin:before {content: "\e0ba";}
.icon-lastfm:before {content: "\e0bb";}
.icon-lastfm-2:before {content: "\e0bc";}
.icon-delicious:before {content: "\e0bd";}
.icon-stumbleupon:before {content: "\e0be";}
.icon-stumbleupon-2:before {content: "\e0bf";}
.icon-pinterest:before {content: "\e0c0";}
.icon-pinterest-2:before {content: "\e0c1";}
.icon-xing:before {content: "\e0c2";}
.icon-libreoffice:before {content: "\e0c3";}
.icon-file-pdf:before {content: "\e0c4";}
.icon-file-openoffice:before {content: "\e0c5";}
.icon-file-word:before {content: "\e0c6";}
.icon-file-excel:before {content: "\e0c7";}
.icon-file-powerpoint:before {content: "\e0c8";}
.icon-file-xml:before {content: "\e0c9";}
.icon-file-css:before {content: "\e0ca";}
.icon-html5:before {content: "\e0cb";}
.icon-html5-2:before {content: "\e0cc";}
.icon-css3:before {content: "\e0cd";}
.icon-IcoMoon:before {content: "\e0ce";}
.icon-popup:before {content: "\e0cf";}
.icon-book-2:before {content: "\e0d0";}
.icon-bookmark-3:before {content: "\e0d1";}
.icon-home-4:before {content: "\e0d2";}
.icon-keyboard:before {content: "\e0d3";}
.icon-feather:before {content: "\e0d4";}
.icon-network:before {content: "\e0d5";}
.icon-inbox:before {content: "\e0d6";}
.icon-square:before {content: "\e0d7";}
.icon-globe:before {content: "\e0d8";}
.icon-broadcast-2:before {content: "\e0d9";}
.icon-arrow:before {content: "\e0da";}
.icon-screen-2:before {content: "\e0db";}
.icon-publish:before {content: "\e0dc";}
.icon-browser:before {content: "\e0dd";}
.icon-light-bulb:before {content: "\e0de";}
.icon-sun:before {content: "\e0df";}
.icon-sun-2:before {content: "\e0e0";}
.icon-back:before {content: "\e0e1";}
.icon-history-2:before {content: "\e0e2";}
.icon-battery:before {content: "\e0e3";}
.icon-battery-2:before {content: "\e0e4";}
.icon-battery-3:before {content: "\e0e5";}
.icon-battery-4:before {content: "\e0e6";}
.icon-battery-5:before {content: "\e0e7";}
.icon-code:before {content: "\e0e8";}
.icon-triangle:before {content: "\e0e9";}
.icon-triangle-2:before {content: "\e0ea";}
.icon-triangle-3:before {content: "\e0eb";}
.icon-triangle-4:before {content: "\e0ec";}
.icon-arrow-2:before {content: "\e0ed";}
.icon-arrow-3:before {content: "\e0ee";}
.icon-arrow-4:before {content: "\e0ef";}
.icon-arrow-5:before {content: "\e0f0";}
.icon-arrow-6:before {content: "\e0f1";}
.icon-arrow-7:before {content: "\e0f2";}
.icon-arrow-8:before {content: "\e0f3";}
.icon-arrow-9:before {content: "\e0f4";}
.icon-arrow-10:before {content: "\e0f5";}
.icon-arrow-11:before {content: "\e0f6";}
.icon-arrow-12:before {content: "\e0f7";}
.icon-arrow-13:before {content: "\e0f8";}
.icon-arrow-14:before {content: "\e0f9";}
.icon-arrow-15:before {content: "\e0fa";}
.icon-arrow-16:before {content: "\e0fb";}
.icon-arrow-17:before {content: "\e0fc";}
.icon-arrow-18:before {content: "\e0fd";}
.icon-arrow-19:before {content: "\e0fe";}
.icon-arrow-20:before {content: "\e0ff";}
.icon-arrow-21:before {content: "\e100";}
.icon-mute:before {content: "\e101";}
.icon-sound:before {content: "\e102";}
.icon-volume:before {content: "\e103";}
.icon-collapse:before {content: "\e104";}
.icon-full-screen:before {content: "\e105";}
.icon-last:before {content: "\e106";}
.icon-first:before {content: "\e107";}
.icon-fast-backward:before {content: "\e108";}
.icon-fast-forward:before {content: "\e109";}
.icon-stop:before {content: "\e10a";}
.icon-record:before {content: "\e10b";}
.icon-pause:before {content: "\e10c";}
.icon-play-2:before {content: "\e10d";}
.icon-upload-3:before {content: "\e10e";}
.icon-cloud-3:before {content: "\e10f";}
.icon-install:before {content: "\e110";}
.icon-download-2:before {content: "\e111";}
.icon-upload-4:before {content: "\e112";}
.icon-trashcan:before {content: "\e113";}
.icon-archive:before {content: "\e114";}
.icon-folder-3:before {content: "\e115";}
.icon-song:before {content: "\e116";}
.icon-movie:before {content: "\e117";}
.icon-images:before {content: "\e118";}
.icon-landscape:before {content: "\e119";}
.icon-documents:before {content: "\e11a";}
.icon-document:before {content: "\e11b";}
.icon-document-2:before {content: "\e11c";}
.icon-grid:before {content: "\e11d";}
.icon-add:before {content: "\e11e";}
.icon-list:before {content: "\e11f";}
.icon-retweet:before {content: "\e120";}
.icon-arrow-22:before {content: "\e121";}
.icon-back-2:before {content: "\e122";}
.icon-shuffle:before {content: "\e123";}
.icon-reload-CCW:before {content: "\e124";}
.icon-reload-CW:before {content: "\e125";}
.icon-warning:before {content: "\e126";}
.icon-help-3:before {content: "\e127";}
.icon-help-4:before {content: "\e128";}
.icon-info-circle:before {content: "\e129";}
.icon-info-2:before {content: "\e12a";}
.icon-blocked-2:before {content: "\e12b";}
.icon-plus-3:before {content: "\e12c";}
.icon-minus-3:before {content: "\e12d";}
.icon-close:before {content: "\e12e";}
.icon-plus-4:before {content: "\e12f";}
.icon-minus-4:before {content: "\e130";}
.icon-cancel-4:before {content: "\e131";}
.icon-checkmark-2:before {content: "\e132";}
.icon-unlocked-2:before {content: "\e133";}
.icon-locked-2:before {content: "\e134";}
.icon-rss:before {content: "\e135";}
.icon-time:before {content: "\e136";}
.icon-flash:before {content: "\e137";}
.icon-calendar-2:before {content: "\e138";}
.icon-microphone-2:before {content: "\e139";}
.icon-clock-2:before {content: "\e13a";}
.icon-eye-3:before {content: "\e13b";}
.icon-google-circles:before {content: "\e13c";}
.icon-support-2:before {content: "\e13d";}
.icon-flight:before {content: "\e13e";}
.icon-shopping:before {content: "\e13f";}
.icon-music-2:before {content: "\e140";}
.icon-leaf:before {content: "\e141";}
.icon-palette:before {content: "\e142";}
.icon-sleep:before {content: "\e143";}
.icon-camera-3:before {content: "\e144";}
.icon-price:before {content: "\e145";}
.icon-trophy-2:before {content: "\e146";}
.icon-search-3:before {content: "\e147";}
.icon-settings:before {content: "\e148";}
.icon-flag-4:before {content: "\e149";}
.icon-link-3:before {content: "\e14a";}
.icon-alert:before {content: "\e14b";}
.icon-printer:before {content: "\e14c";}
.icon-quote:before {content: "\e14d";}
.icon-comment:before {content: "\e14e";}
.icon-chat:before {content: "\e14f";}
.icon-thumbs-up-2:before {content: "\e150";}
.icon-star-4:before {content: "\e151";}
.icon-star-5:before {content: "\e152";}
.icon-heart-3:before {content: "\e153";}
.icon-heart-4:before {content: "\e154";}
.icon-share-3:before {content: "\e155";}
.icon-center:before {content: "\e156";}
.icon-direction:before {content: "\e157";}
.icon-compass-2:before {content: "\e158";}
.icon-map:before {content: "\e159";}
.icon-location-2:before {content: "\e15a";}
.icon-export:before {content: "\e15b";}
.icon-card:before {content: "\e15c";}
.icon-contact:before {content: "\e15d";}
.icon-users:before {content: "\e15e";}
.icon-user-4:before {content: "\e15f";}
.icon-forward-2:before {content: "\e160";}
.icon-reply-to-all:before {content: "\e161";}
.icon-reply-3:before {content: "\e162";}
.icon-attachment:before {content: "\e163";}
.icon-write:before {content: "\e164";}
.icon-email:before {content: "\e165";}
.icon-address:before {content: "\e166";}
.icon-mouse-2:before {content: "\e167";}
.icon-mobile-3:before {content: "\e168";}
.icon-phone-2:before {content: "\e169";}
.icon-paperclip:before {content: "\e16a";}
.icon-fork:before {content: "\e16b";}
.icon-cloud-upload:before {content: "\e16c";}
.icon-cloud-download:before {content: "\e16d";}
.icon-upload-5:before {content: "\e16e";}
.icon-download-3:before {content: "\e16f";}
.icon-target-3:before {content: "\e170";}
.icon-map-pin-alt:before {content: "\e171";}
.icon-map-pin-fill:before {content: "\e172";}
.icon-map-pin-stroke:before {content: "\e173";}
.icon-star-6:before {content: "\e174";}
.icon-umbrella:before {content: "\e175";}
.icon-rain:before {content: "\e176";}
.icon-cloud-4:before {content: "\e177";}
.icon-moon-fill:before {content: "\e178";}
.icon-moon-stroke:before {content: "\e179";}
.icon-sun-fill:before {content: "\e17a";}
.icon-sun-stroke:before {content: "\e17b";}
.icon-tag-fill:before {content: "\e17c";}
.icon-tag-stroke:before {content: "\e17d";}
.icon-unlock-fill:before {content: "\e17e";}
.icon-unlock-stroke:before {content: "\e17f";}
.icon-lock-fill:before {content: "\e180";}
.icon-lock-stroke:before {content: "\e181";}
.icon-clock-3:before {content: "\e182";}
.icon-home-5:before {content: "\e183";}
.icon-user-5:before {content: "\e184";}
.icon-eye-4:before {content: "\e185";}
.icon-bars-alt:before {content: "\e186";}
.icon-bars-2:before {content: "\e187";}
.icon-chart-alt:before {content: "\e188";}
.icon-chart:before {content: "\e189";}
.icon-aperture-alt:before {content: "\e18a";}
.icon-aperture:before {content: "\e18b";}
.icon-camera-4:before {content: "\e18c";}
.icon-image:before {content: "\e18d";}
.icon-layers:before {content: "\e18e";}
.icon-layers-alt:before {content: "\e18f";}
.icon-eyedropper:before {content: "\e190";}
.icon-brush-alt:before {content: "\e191";}
.icon-brush:before {content: "\e192";}
.icon-pen-alt2:before {content: "\e193";}
.icon-pen-alt-fill:before {content: "\e194";}
.icon-pen-alt-stroke:before {content: "\e195";}
.icon-pen:before {content: "\e196";}
.icon-book-alt2:before {content: "\e197";}
.icon-book-alt:before {content: "\e198";}
.icon-book-3:before {content: "\e199";}
.icon-list-nested:before {content: "\e19a";}
.icon-list-2:before {content: "\e19b";}
.icon-read-more:before {content: "\e19c";}
.icon-article:before {content: "\e19d";}
.icon-right-quote-alt:before {content: "\e19e";}
.icon-left-quote-alt:before {content: "\e19f";}
.icon-right-quote:before {content: "\e1a0";}
.icon-left-quote:before {content: "\e1a1";}
.icon-hash:before {content: "\e1a2";}
.icon-pilcrow:before {content: "\e1a3";}
.icon-question-mark:before {content: "\e1a4";}
.icon-info-3:before {content: "\e1a5";}
.icon-ampersand:before {content: "\e1a6";}
.icon-at:before {content: "\e1a7";}
.icon-folder-fill:before {content: "\e1a8";}
.icon-folder-stroke:before {content: "\e1a9";}
.icon-box:before {content: "\e1aa";}
.icon-compass-3:before {content: "\e1ab";}
.icon-battery-charging:before {content: "\e1ac";}
.icon-battery-full:before {content: "\e1ad";}
.icon-battery-half:before {content: "\e1ae";}
.icon-battery-empty:before {content: "\e1af";}
.icon-iphone:before {content: "\e1b0";}
.icon-fullscreen-alt:before {content: "\e1b1";}
.icon-fullscreen:before {content: "\e1b2";}
.icon-fullscreen-exit-alt:before {content: "\e1b3";}
.icon-fullscreen-exit:before {content: "\e1b4";}
.icon-play-alt:before {content: "\e1b5";}
.icon-last-2:before {content: "\e1b6";}
.icon-first-2:before {content: "\e1b7";}
.icon-eject:before {content: "\e1b8";}
.icon-stop-2:before {content: "\e1b9";}
.icon-pause-2:before {content: "\e1ba";}
.icon-play-3:before {content: "\e1bb";}
.icon-volume-mute:before {content: "\e1bc";}
.icon-volume-2:before {content: "\e1bd";}
.icon-headphones:before {content: "\e1be";}
.icon-microphone-3:before {content: "\e1bf";}
.icon-steering-wheel:before {content: "\e1c0";}
.icon-cd:before {content: "\e1c1";}
.icon-arrow-down-alt2:before {content: "\e1c2";}
.icon-arrow-down-alt1:before {content: "\e1c3";}
.icon-arrow-down-8:before {content: "\e1c4";}
.icon-arrow-up-alt2:before {content: "\e1c5";}
.icon-arrow-up-alt1:before {content: "\e1c6";}
.icon-arrow-up-8:before {content: "\e1c7";}
.icon-arrow-right-alt2:before {content: "\e1c8";}
.icon-arrow-right-alt1:before {content: "\e1c9";}
.icon-arrow-right-8:before {content: "\e1ca";}
.icon-arrow-left-alt2:before {content: "\e1cb";}
.icon-arrow-left-alt1:before {content: "\e1cc";}
.icon-arrow-left-8:before {content: "\e1cd";}
.icon-move-horizontal-alt2:before {content: "\e1ce";}
.icon-move-horizontal-alt1:before {content: "\e1cf";}
.icon-move-horizontal:before {content: "\e1d0";}
.icon-move-vertical-alt2:before {content: "\e1d1";}
.icon-move-vertical-alt1:before {content: "\e1d2";}
.icon-move-vertical:before {content: "\e1d3";}
.icon-transfer:before {content: "\e1d4";}
.icon-loop-alt4:before {content: "\e1d5";}
.icon-loop-alt3:before {content: "\e1d6";}
.icon-loop-alt2:before {content: "\e1d7";}
.icon-loop-alt1:before {content: "\e1d8";}
.icon-loop-2:before {content: "\e1d9";}
.icon-reload-alt:before {content: "\e1da";}
.icon-reload:before {content: "\e1db";}
.icon-undo-2:before {content: "\e1dc";}
.icon-curved-arrow:before {content: "\e1dd";}
.icon-spin:before {content: "\e1de";}
.icon-spin-alt:before {content: "\e1df";}
.icon-lightbulb:before {content: "\e1e0";}
.icon-new-window:before {content: "\e1e1";}
.icon-key-fill:before {content: "\e1e2";}
.icon-key-stroke:before {content: "\e1e3";}
.icon-beaker:before {content: "\e1e4";}
.icon-beaker-alt:before {content: "\e1e5";}
.icon-trash-fill:before {content: "\e1e6";}
.icon-trash-stroke:before {content: "\e1e7";}
.icon-magnifying-glass:before {content: "\e1e8";}
.icon-award-stroke:before {content: "\e1e9";}
.icon-award-fill:before {content: "\e1ea";}
.icon-equalizer-2:before {content: "\e1eb";}
.icon-move-alt2:before {content: "\e1ec";}
.icon-move-alt1:before {content: "\e1ed";}
.icon-move:before {content: "\e1ee";}
.icon-bolt:before {content: "\e1ef";}
.icon-link-4:before {content: "\e1f0";}
.icon-pin:before {content: "\e1f1";}
.icon-minus-alt:before {content: "\e1f2";}
.icon-minus-5:before {content: "\e1f3";}
.icon-plus-alt:before {content: "\e1f4";}
.icon-plus-5:before {content: "\e1f5";}
.icon-document-fill:before {content: "\e1f6";}
.icon-document-stroke:before {content: "\e1f7";}
.icon-document-alt-fill:before {content: "\e1f8";}
.icon-document-alt-stroke:before {content: "\e1f9";}
.icon-movie-2:before {content: "\e1fa";}
.icon-heart-fill:before {content: "\e1fb";}
.icon-heart-stroke:before {content: "\e1fc";}
.icon-mail-3:before {content: "\e1fd";}
.icon-share-4:before {content: "\e1fe";}
.icon-calendar-alt-fill:before {content: "\e1ff";}
.icon-calendar-alt-stroke:before {content: "\e200";}
.icon-calendar-3:before {content: "\e201";}
.icon-cog-2:before {content: "\e202";}
.icon-dial:before {content: "\e203";}
.icon-wrench-2:before {content: "\e204";}
.icon-rss-alt:before {content: "\e205";}
.icon-rss-2:before {content: "\e206";}
.icon-cursor:before {content: "\e207";}
.icon-denied:before {content: "\e208";}
.icon-x-altx-alt:before {content: "\e209";}
.icon-x:before {content: "\e20a";}
.icon-check-alt:before {content: "\e20b";}
.icon-checkmark-3:before {content: "\e20c";}
.icon-comment-alt2-fill:before {content: "\e20d";}
.icon-comment-alt2-stroke:before {content: "\e20e";}
.icon-comment-fill:before {content: "\e20f";}
.icon-comment-stroke:before {content: "\e210";}
.icon-comment-alt1-fill:before {content: "\e211";}
.icon-comment-alt1-stroke:before {content: "\e212";}
.icon-chat-alt-fill:before {content: "\e213";}
.icon-chat-alt-stroke:before {content: "\e214";}
.icon-chat-2:before {content: "\e215";}
.icon-Fahrenheit:before {content: "\e216";}
.icon-Celsius:before {content: "\e217";}
.icon-none:before {content: "\e218";}
.icon-compass-4:before {content: "\e219";}
.icon-thermometer:before {content: "\e21a";}
.icon-lightning-2:before {content: "\e21b";}
.icon-cloudy:before {content: "\e21c";}
.icon-weather:before {content: "\e21d";}
.icon-snowy:before {content: "\e21e";}
.icon-snowy-2:before {content: "\e21f";}
.icon-windy:before {content: "\e220";}
.icon-windy-2:before {content: "\e221";}
.icon-rainy:before {content: "\e222";}
.icon-rainy-2:before {content: "\e223";}
.icon-lightning-3:before {content: "\e224";}
.icon-cloud-5:before {content: "\e225";}
.icon-cloud-6:before {content: "\e226";}
.icon-cloudy-2:before {content: "\e227";}
.icon-moon:before {content: "\e228";}
.icon-sun-3:before {content: "\e229";}
.icon-lightning-4:before {content: "\e22a";}
.icon-cloud-7:before {content: "\e22b";}
.icon-cloudy-3:before {content: "\e22c";}
.icon-weather-2:before {content: "\e22d";}
.icon-snowy-3:before {content: "\e22e";}
.icon-snowy-4:before {content: "\e22f";}
.icon-snowy-5:before {content: "\e230";}
.icon-windy-3:before {content: "\e231";}
.icon-windy-4:before {content: "\e232";}
.icon-rainy-3:before {content: "\e233";}
.icon-rainy-4:before {content: "\e234";}
.icon-lightning-5:before {content: "\e235";}
.icon-lightning-6:before {content: "\e236";}
.icon-cloud-8:before {content: "\e237";}
.icon-lines:before {content: "\e238";}
.icon-weather-3:before {content: "\e239";}
.icon-weather-4:before {content: "\e23a";}
.icon-weather-5:before {content: "\e23b";}
.icon-cloud-9:before {content: "\e23c";}
.icon-cloudy-4:before {content: "\e23d";}
.icon-snowflake:before {content: "\e23e";}
.icon-wind:before {content: "\e23f";}
.icon-windy-5:before {content: "\e240";}
.icon-sun-4:before {content: "\e241";}
.icon-moon-2:before {content: "\e242";}
.icon-sun-5:before {content: "\e243";}
.icon-sunrise:before {content: "\e244";}
