/*
Theme Name: Architecture
Theme URI: http://architecture.brighthemes.biz
Author: Brigh Themes
Author URI: https://themeforest.net/user/brighthemes
Description: Architecture is a modern theme for architects.
Version: 1.1
License: GNU General Public License version 3.0 & Envato Regular/Extended License
License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses
Tags: blog, portfolio, theme-options, sticky-post, footer-widgets, custom-colors, theme-options
Text Domain: architecture
*/


@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Architecture
Version:	1.0
Last change:	Initial RELEASED
Primary use:	Architecture, Design, Construction
-------------------------------------------------------------------*/



/*------------------------------------------------------------------

[Table of contents]

1. body
2. common Classes
2. header
3. navigation / navbar
4. sections
4. footer

NOTE: Every section is commented before starting.

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Typography]

Body 		:		font-family: 'Montserrat', sans-serif;
Paragraph	:		font-family: 'Roboto Slab', serif;
Input,
textarea,
title	:		font-family : 'Raleway, sans-serif'  +   font-family: 'Tangerine', cursive;


# [Headings]

h1,
.h1 	font-size:98px

h2,
.h2     font-size: 42px

h3,
.h3     font-size:32px

h4,
.h4     font-size:28px

h5,
.h5     font-size:24px

h6,
.h6     font-size:18px


-------------------------------------------------------------------*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.gallery-caption {
}
.bypostauthor {
}
/* Theme css starts */

body {
	background: #fff;
	font-family: 'Roboto Slab', serif;
}
* {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	font-size: 85px;
	text-transform: uppercase;
	color: #000;
}
h2 {
	font-weight: 700;
	font-size: 42px;
	font-family: 'Montserrat', sans-serif;
	color: #222222;
}
h3 {
	font-weight: 700;
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
}
h4 {
	font-weight: 500 !important;
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
}
h5 {
	font-weight: 500 !important;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
h6 {
	font-weight: 500 !important;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}
p {
	font-weight: 300;
	font-size: 20px;
	line-height: 36px;
	color: #222222;
}
a {
	text-decoration: none;
}
li {
	list-style: none;
}
a .img {
	border: none;
}
a {
	transition: background-color 0.5s ease;
	transition: color 1s;
	-webkit-transition: color 1s;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
a:hover {
	transition: background-color 0.5s ease;
}

img:hover {
	transition: background-color 0.5s ease;
}

ul > li > ul
{
	margin-left: 25px;
}

ul > li > ul > li > ul
{
	margin-left: 25px;
}

ol > li > ol
{
	margin-left: 25px;
}

ol > li > ol > li > ol
{
	margin-left: 25px;
}



.clear {
	clear: both;
}
.height5 {
	height: 5px;
}
.height10 {
	height: 10px;
}
.height15 {
	height: 15px;
}
.height20 {
	height: 20px;
}
.height25 {
	height: 25px;
}
.height30 {
	height: 30px;
}
.height35 {
	height: 35px;
}
:focus {
	outline: none;
}

div#wrap {
    overflow: hidden;
}
/*..... HEADER One ......*/

.header-one {
	position: absolute;
	z-index: 100;
	width: 100%;
}
.header {
	background: #000;
	padding: 25px 15px;
}
.header .logo {
	float: left;
	width: 175px;
}
.header .logo img {
	width: 100%;
}
.header .navigation {
	float: right;
	font-family: 'Montserrat', sans-serif;
	margin: 34px 0 0 0;
}
.header .navigation ul {
	float: left;
}
.header ul li {
	float: left;
	margin: 0 0 0 40px;
}
.header ul li span {
	color: #868686;
	font-size: 11px;
	margin: 5px 3px 0 0;
	float: left;
}
.header ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
}
/*. navigtion hover ..*/
.header-one .header a, a > span, .header-two .header a, a > span {
	position: relative;
	color: inherit;
	text-decoration: none;
}
.header-one .header .navigation ul li a:before, a:after, a > span:before, a > span:after, .header-two .header .navigation ul li a:before, a:after, a > span:before, a > span:after {
	content: '';
	position: absolute;
	transition: transform .5s ease;
}
.header-one .header .navigation ul li a, .header-two .header .navigation ul li a {
	display: inline-block;
	overflow: hidden;
	color: #fff;
}
.header-one .header .navigation ul li a:before, .header-two .header .navigation ul li a:before {
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 2px;
	transform: translateX(-100%);
}
.header-one .header .navigation ul li a:hover:before, .header-two .header .navigation ul li a:hover:before {
	transform: translateX(0);
}
.header-one .header .navigation ul li.select a:before, .header-two .header .navigation ul li.select a:before {
	transform: translateX(0);
}
.header .navigation .language {
	float: right;
	margin: 0 0 0 15px;
	border-left: solid 2px #868686;
	padding: 0 0 0 12px;
}
.header .navigation .language a {
	color: #c8c7c7;
	text-transform: uppercase;
}
.header .navigation .language a:hover {
	color: #fff;
}
/*..... HEADER ONE ON SCROLL ......*/
.header-two {
	position: absolute;
	z-index: 100;
	width: 100%;
	background-color: #000;
}
.header-two .header {
	background: #000;
	padding: 20px 0;
}
.header-two .header .navigation {
	margin:10px 0 0 0;
}
.header-two .header .logo {
	width: 236px;
}
/*..... HEADER TWO MAIN ......*/
.header-two-main {
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.24);
	position: fixed;
	z-index: 1002;
	width: 100%;
}
.header-two-main .header {
	background: #fff;
	padding: 12px 4%;
}
.header-two-main .header .navigation .language {
	margin: 0 0 0 5px;
}
.header-two-main .header .logo {
	width: 155px;
}
.header-two-main .header ul li {
	margin: 0px;
}
.header-two-main .header ul li a {
	color: #010101;
	padding: 14px 38px;
}
.header-two-main .header ul li a:hover {
	color: #fff;
	border-radius: 40px;
}
.header-two-main .header ul li.select a {
	color: #fff;
	border-radius: 40px;
}
.header-two-main .header .navigation .language a {
	color: #4a4a4a;
}
.header-two-main .header .navigation .language a:hover {
	color: #000;
}
.divider-dark {
	background: url(images/divider-dark.png) repeat-x;
	height: 50px;
}
/*..... COMMEN CLASSES ......*/

/*.. heading ..*/
.gray-bg {
	background: #f7f8f9;
}
.sec-space {
	padding: 110px 0;
}
.main-heading {
	text-align: center;
}
.main-heading h4 {
	text-transform: uppercase;
	letter-spacing: 11px;
}
.main-heading h1 {
	background: url(images/black-wave.png) no-repeat center 108px;
	padding: 0 0 18px 0;
	margin: -14px 0 0 0;
}
.main-heading span {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	margin: 12px 0 0 0;
	display: inline-block;
}
.main-heading.white h4 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 11px;
}
.main-heading.white h1 {
	background: url(images/white-wave.png) no-repeat center 125px;
	color: #fff;
}
.main-heading.white span {
	color: #fff;
}
.black-btn {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	border-radius: 40px;
	padding: 20px 65px;
	display: inline-block;
	border: solid 2px #000;
}
.black-btn:hover {
	background: #fff;
	border: solid 2px #000;
	color: #000;
}
input[type=submit] {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	border-radius: 40px;
	padding: 20px 65px;
	display: inline-block;
	background: #fff;
	border: solid 2px #000;
	color: #000;
	transition: background-color 0.5s ease;
	transition: color 1s;
	-webkit-transition: color 1s;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
input[type=submit]:hover {
	background: #000;
	color: #fff;
	border: solid 2px #000;
	transition: background-color 0.5s ease;
}
.read-more-btn {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 40px;
	padding: 15px 65px;
	display: inline-block;
}
.read-more-btn:hover {
	background: #000;
	color: #fff;
}
span.big-text {
	font-size: 54px;
	font-weight: 300;
	text-transform: uppercase;
}
/*..... MAIN TEXT ......*/

.our-studio {
	text-align: center;
	margin: 110px 0 0 0;
}
.our-studio .icons {
	display: inline-block;
}
.our-studio .icons i {
	font-size: 142px;
	float: left;
}
.our-studio .icons i:nth-of-type(1) {
	margin: 10px 30px 0 0;
}
.our-studio .icons i:nth-of-type(2) {
}
.our-studio .icons i:nth-of-type(3) {
}
.our-studio span {
	font-size: 28px;
	font-weight: 300;
	width: 80%;
	display: inline-block;
	line-height: 40px;
}
/*..... OUR PROJECTS ......*/

.projects {
	margin: 48px 0 0 0;
	display: inline-block;
}
.projects .project-sec {
	text-align: center;
	margin: 0 0 48px 0;
}
.projects .project-sec .detail {
	background: #fff;
	text-align: center;
	padding: 22px 0;
	margin: -65px 0 0 0;
	position: relative;
	width: 94%;
	display: inline-block;
}
.projects .project-sec .detail span.number {
	font-family: 'Montserrat', sans-serif;
	font-size: 90px;
	margin: -22px 6px 0 0;
	display: inline-block;
	color: #7f7f7f;
}
.projects .project-sec .detail .text {
	display: inline-block;
	text-align: left;
}
.projects .project-sec .detail .text h6 {
	font-weight: 700;
}
;
.projects .project-sec .detail h6 {
	text-transform: uppercase;
}
.projects .project-sec .detail span.tags {
}
.view-all {
	text-align: center;
}
.all-projects {
	margin: 120px 15px 0 15px;
}
.projects .project-sec .project-title {
	text-align: left;
	margin: 15px 0 0 0;
	float: left;
}
.projects .project-sec .project-title .text h6 {
	text-transform: uppercase;
	font-weight: 700;
}
.projects .projects-main {
	margin: 0 0 65px 0;
	display: inline-block;
	padding: 0 30px;
}
.all-projects .view-all {
	margin: 20px 0 0 0;
}
/*..... PROCESS ......*/
.process span {
	font-family: 'Montserrat', sans-serif;
	font-size: 110px;
	font-weight: 700;
	position: absolute;
	z-index: -1;
	opacity: 0.2;
}
.process .text {
	margin: 48px 0 0 0;
}
.process .text h3 {
	text-transform: uppercase;
}
.process .text p {
	margin: 26px 0 0 0;
}
/*..... CLIENTS WORDS ......*/
.clients-words {
	background: url(images/client-words.jpg) no-repeat fixed;
	width: 100%;
	text-align: center;
	background-size: 110%;
}
.kind-words {
	margin: 75px 0 0 0;
}
.kind-words p {
	color: #fff;
	width: 75%;
	display: inline-block;
}
.kind-words span {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	margin: 10px 0 0 0;
}
.kind-words span.client {
	color: #fff;
	display: inline-block;
}
/*..... FOOTER ......*/
.footer {
	background: #0c0c0c url(images/divider-white.png) repeat-x;
}
.footer .footer-detail {
	text-align: center;
	margin: 150px 0 0 0;
	display: block;
}
.footer .footer-detail .footer-sec {
	color: #fff;
}
.footer .footer-detail .footer-sec h3 {
	/*background: url(images/white-small-wave.png) no-repeat center bottom;*/
	padding: 0 0 28px 0;
	text-transform: uppercase;
    color: #fff;
}
.footer .footer-detail .footer-sec span {
	font-weight: 100;
	margin: 40px 0 0 0;
	display: block;
	font-size: 20px;
	line-height: 28px;
}
.footer .footer-detail .footer-sec .social-icons {
	margin: 40px 0 0 0;
	display: inline-block;
}
.footer .footer-detail .footer-sec .social-icons a {
	color: #fff;
	border: solid 1px #262626;
	border-radius: 30px;
	width: 90px;
	height: 60px;
	display: inline-block;
	font-size: 26px;
	line-height: 60px;
	margin: 0 3px;
}
.footer .footer-detail .footer-sec .social-icons a.fb:hover {
	background: #6476a8;
	border: solid 1px #6476a8;
}
.footer .footer-detail .footer-sec .social-icons a.tw:hover {
	background: #6dcbef;
	border: solid 1px #6dcbef;
}
.footer .footer-detail .footer-sec .social-icons a.gp:hover {
	background: #d97b71;
	border: solid 1px #d97b71;
}
.footer .footer-bottom {
	background: url(images/building-dark.png) no-repeat center;
	width: 100%;
	height: 302px;
	margin: 45px 0 0 0;
}
.footer .footer-bottom .copyrights {
	background: #000;
	position: absolute;
	margin: 290px 0 0px 0;
	width: 100%;
	padding: 0 0 15px 0;
}
.footer .footer-bottom p {
	color: #8d8d8d !Important;
	float: left;
	font-size: 16px;
}
.footer .footer-bottom span {
	color: #8d8d8d;
	font-size: 16px;
	float: right;
}
.footer .footer-bottom a:hover {
	color: #fff;
}
/*..... FOOTER LIGHT ......*/
.footer-light {
	background: #d0d6e4 url(images/divider-dark.png) repeat-x;
}
.footer-light .footer-detail {
	text-align: center;
	margin: 150px 0 0 0;
	display: block;
}
.footer-light .footer-detail .footer-sec {
	color: #000000;
}
.footer-light .footer-detail .footer-sec h3 {
	background: url(images/black-small-wave.png) no-repeat center bottom;
	padding: 0 0 28px 0;
	text-transform: uppercase;
}
.footer-light .footer-detail .footer-sec span {
	font-weight: 100;
	margin: 40px 0 0 0;
	display: block;
	font-size: 20px;
	line-height: 28px;
}
.footer-light .footer-detail .footer-sec .social-icons {
	margin: 40px 0 0 0;
	display: inline-block;
}
.footer-light .footer-detail .footer-sec .social-icons a {
	color: #000000;
	border: solid 1px #262626;
	border-radius: 30px;
	width: 90px;
	height: 60px;
	display: inline-block;
	font-size: 26px;
	line-height: 60px;
	margin: 0 3px;
}
.footer-light .footer-detail .footer-sec .social-icons a.fb:hover {
	background: #6476a8;
	border: solid 1px #6476a8;
	color: #fff;
}
.footer-light .footer-detail .footer-sec .social-icons a.tw:hover {
	background: #6dcbef;
	border: solid 1px #6dcbef;
	color: #fff;
}
.footer-light .footer-detail .footer-sec .social-icons a.gp:hover {
	background: #d97b71;
	border: solid 1px #d97b71;
	color: #fff;
}
.footer-light .footer-bottom {
	background: url(images/building-white.png) no-repeat center;
	width: 100%;
	height: 302px;
	margin: 45px 0 0 0;
}
.footer-light .footer-bottom .copyrights {
	background: #fff;
	position: absolute;
	margin: 290px 0 0px 0;
	width: 100%;
	padding: 0 0 15px 0;
}
.footer-light .footer-bottom p {
	color: #565656;
	float: left;
	font-size: 16px;
}
.footer-light .footer-bottom span {
	color: #565656;
	font-size: 16px;
	float: right;
}
.footer-light .footer-bottom a:hover {
	color: #000;
}
/*..... SUB BANNER ......*/
.sub-banner {
	padding: 120px 0 0 0;
}
.sub-banner .text-detail {
	margin: 80px 0 0 0
}
.sub-banner .text-detail h2 {
	text-transform: uppercase;
	width: 60%;
}
.sub-banner .text-detail p {
	margin: 10px 0 0 0;
	float: left;
}
.sub-banner .text-detail ul {
	float: right;
	padding: 0 0 5px 0;
}
.sub-banner .text-detail ul li {
	float: left;
}
.sub-banner .text-detail ul li span {
	margin: 0 5px;
}
.sub-content {
	margin: 120px 0 0 0;
}
/*..... ABOUT US ......*/
.some-about {
}
.some-about p {
}
.some-about .about-detail {
	margin: 60px 0 0 0;
	float: none;
}
.some-about .about-detail ul {
	background: #f7f8f9;
	padding: 20px 0;
}
.some-about .about-detail ul li {
	line-height: 48px;
}
.some-about .about-detail ul li span {
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
}
.some-about .about-detail ul li span.number {
	font-size: 18px;
	margin: 0 12px 0 20px;
}
/*..... FUN FACTS ......*/
.fun-facts {
	border-bottom: solid 5px #eeeeee;
	border-top: solid 5px #eeeeee;
	padding: 80px 0;
	margin: 80px 0 0 0;
}
.fun-facts img {
	width: auto;
	margin: 50px 0 0 0;
}
.fun-facts .fun-facts-detail {
	text-align: center;
}
.fun-facts span.counter {
	font-size: 98px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.fun-facts span {
	display: block;
	margin: -14px 0 0 0;
}


/*OUR SERVICES*/
.our-services-wrapper{
	margin:0 0 0 0;
    width: 100%;
    float: left;
}
.our-service-box{
	width:100%;
	float:left;
	margin:120px 0 0px 0;
	background:#f7f8f9;
}
.service-img-view{
	width:450px;
	height:450px;
	float:left;
	padding:40px;
	padding-left:0;
	background:#ffffff;
	position:relative;
}
.service-img-view:after{
	content:'';
	width:80px;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background:#f7f8f9;
	z-index:1;
}
.service-img-view img{
	width:100%;
	height:100%;
	background:#ffffff;
	padding-right:0;
	margin:0 0 0 0;
	position:relative;
	z-index:5;
}
.service-content-box{
	width:calc(100% - 450px);
	float:right;
	padding:70px 40px 0 0;
}
.service-content-box h5{
	font-size:32px;
}
.service-content-box ul{
	padding:0;
	margin:30px 0 0 0;
}
.service-content-box ul li{
    font-size: 18px;
    line-height: 28px;
	color:#222222;
	margin:10px 0 0 0;
	font-weight: 300;
}
.service-content-box ul li .circle-o{
	width:9px;
	height:9px;
	border-radius:100%;
	border:1px solid #999a9a;
	display:inline-block;
	margin:0 15px 0 0;
}
.our-service-box.align-right-grid .service-img-view{
	float:right;
}
.our-service-box.align-right-grid .service-content-box{
	padding:70px 0 0 40px;
}
.our-service-box.align-right-grid .service-img-view:after{
	right:auto;
	left:0;
}
.our-service-box.align-right-grid .service-img-view{
	padding-left:40px;
	padding-right:0;
}


/*PRICING TABLE*/
.pricing-table-wrapper{
	width:100%;
	float:left;
}
.pricing-table-wrapper ul{
	padding:0;
	margin:0 0 100px 0;
	text-align:center;
	float:left;
	width:100%;
	list-style:none;
}
.pricing-table-wrapper ul li{
	width:33.333333%;
	float:left;
	min-height: 750px;
	overflow:hidden;
	border-radius:5px;
	background:#f6f6f6;
	margin: 0 0 50px 0;
	border:1px solid #e1e1e1;
}
.pricing-table-wrapper ul li h4{
	background:#ffffff;
	margin:0;
	font-size:22px;
	padding:15px 0;
}
.pricing-table-wrapper ul li h1{
	font-size:98px;
	line-height:25px;
	margin:100px 0 0 0;
	font-family: 'Roboto Slab', serif;
	font-weight:normal;
}
.pricing-table-wrapper ul li p{
	font-size:15px;
	margin:0 0 15px 0;
}
.pricing-table-wrapper ul li h1 sup{
	font-size:32px;
	top:-55px;
	font-weight:normal;
}
.pricing-table-wrapper ul li h1 small{
	font-size:14px;
	font-weight:normal;
}
.pricing-table-wrapper ul li.active{
	    transform: scale(1.08);
		background:#ffffff;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(148,148,148,0.35);
-moz-box-shadow: 0px 0px 5px 0px rgba(148,148,148,0.35);
box-shadow: 0px 0px 5px 0px rgba(148,148,148,0.35);
}
.table-seprator{
	width:40%;
	height:1px;
	margin:50px auto;
	background:#e1e1e1;
}
.table-footer{
	width:100%;
	float:left;
	text-align:center;
	border-top:1px solid #e1e1e1;
	padding:20px 0;
}
.table-footer .table-signup-Btn{
	border:none;
	background:#e7a920;
	padding:14px 40px;
	color:#ffffff;
	outline:0;
	display:inline-block;
	font-size:15px;
	border-radius:50px;
	font-family:'Montserrat', sans-serif;
	text-transform:uppercase;
}
.table-offers-content{
	width:100%;
	float:left;
	height:280px;
}
.pricing-table-wrapper ul li.active h4{
	border-bottom:1px solid #e1e1e1;
}

/*SHARING BOX*/
.social-media-sharing-box{
	width:100%;
    float: left;
    background: #f6f6f6;
    padding: 15px 25px;
    margin: 30px 0;
    border-left: 5px solid #e7a920;
}
.social-media-sharing-box h4{
	font-size:16px;
	margin:0;
}
.social-media-sharing-box p{
	font-size:12px;
	margin:3px 0 0 0;
	line-height:normal;
}
.social-media-sharing-box ul{
	text-align: left;
	margin:0;
}
.social-media-sharing-box ul li{
	display:inline-block;
	margin:0 10px 0 0;
	text-align: center;
}
.social-media-sharing-box ul li a{
	width:40px;
	height:40px;
	display:inline-block;
	border-radius:100%;
	color:#ffffff;
	font-size:16px;
	opacity:0.9;
	transition: all 0.5s ease 0s !important;
	background:rgba(0, 0, 0, 0.19);
}
.social-media-sharing-box ul li a:hover{
	opacity:1;
}
.social-media-sharing-box ul li a i{
	line-height:40px;
}
.social-media-sharing-box ul li.fb a{
	background:#39569c;
}
.social-media-sharing-box ul li.tw a{
	background:#00aaf2;
}
.social-media-sharing-box ul li.lik a{
	background:#0f71ba;
}
.social-media-sharing-box ul li.gp a{
	background:#e24929;
}
@media all and (max-width:991px){
.service-img-view {
    width: 350px;
    height: 350px;
	 padding: 20px;
    padding-left: 0;
}
.service-content-box {
    width: calc(100% - 350px);
	padding:30px 20px 0 0;
}
.service-img-view:after {
    width: 60px;
}
.service-content-box p{
	font-size:14px;
}
.service-content-box ul li{
	font-size:14px;
	margin:5px 0 0 0;
}
.our-service-box.align-right-grid .service-content-box {
    padding:30px 0 0 20px;
}
.service-content-box h5{
	font-size:22px;
}
.service-content-box ul{
	margin:10px 0 0 0;
}
.pricing-table-wrapper ul li h1{
	font-size:55px;
	margin-top:50px;
}
.pricing-table-wrapper ul li h1 sup {
    font-size: 23px;
    top: -29px;
}
.table-seprator{
	margin:30px auto;
}
.pricing-table-wrapper ul li h4{
	font-size:16px;
}
.pricing-table-wrapper ul li p {
    font-size: 13px;
    margin: 0 0 10px 0;
}
.table-offers-content {
    height: 240px;
}
.table-footer .table-signup-Btn {
    padding: 10px 30px;
    font-size: 12px;
}
}
@media all and (max-width:800px){
.service-img-view:after{
	display:none;
}
.service-img-view{
	margin:0 auto;
	float:none !important;
	height:auto;
	padding:15px !important;
}
.our-service-box{
	padding:25px;
	margin:120px 0 0px 0;
}
.service-content-box{
	width:100%;
	padding:25px 0 0 0;
}
.our-service-box.align-right-grid .service-content-box{
	padding:25px 0 0 0;
}
.service-img-view{
	max-width:350px;
	width:100%;
}
.service-content-box h5{
	font-size:17px;
}
}
@media all and (max-width:600px){
.pricing-table-wrapper ul{
	max-width:350px;
	width:90%;
	float:none;
	margin:0 auto;
	margin-bottom:100px;
}
.pricing-table-wrapper ul li{
	width:100%;
	margin:10px 0;
}
.pricing-table-wrapper ul li.active {
    transform: inherit;
}
}

/*..... OUR TEAM ......*/
.our-team {
	margin: 75px 0 0 0;
	width: 100%;
	float: left;
}
.our-team .team {
	margin: 0 0 55px 0;
	float: left;
}
.our-team .team .detail {
	margin: 20px 0 0 0;
}
.our-team .team .detail .name {
	float: left;
}
.our-team .team .detail .name h5 {
}
.our-team .team .detail .name span {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}
.our-team .team .detail .social-icons {
	float: right;
	margin: 14px 0 0 0;
}
.our-team .team .detail .social-icons a {
	float: left;
	margin: 0 0 0 5px;
}
.our-team .team .detail .social-icons i {
	color: #222222;
	border: solid 1px #555;
	border-radius: 100%;
	padding: 10px;
	font-size: 16px;
	transition: background-color 0.5s ease;
}
.our-team .team .detail .social-icons i:hover {
	color: #fff;
	background: #222;
}
.our-team .team .detail p {
	float: left;
	margin: 15px 0 0 0;
	font-size: 18px;
	line-height: 28px;
}
/*..... CLIENTS LOGO ......*/
.clients .clients-logo {
	margin: 100px 0 0 0;
}
/*..... ACHIEVEMENTS ......*/
.achievements .achiev-sec {
	float: left;
	width: 45%;
	margin: 0 0 28px 0;
}
.achiev-sec.right {
	float: right;
}
.achiev-sec h1 {
	color: #fff;
	float: left;
	opacity: 0.5;
}
.achiev-sec p {
	color: #fff;
	float: right;
	width: 85%;
	margin: 10px 0 0 0;
}
/*..... NEWS ......*/
.left-side {
	float: left;
	width: 50%;
}
.right-side {
	float: right;
	width: 50%;
}
.news {
	margin: 0 0 120px 0;
}
.news .news-sec {
	margin: 0 0 120px 0;
}
.news .news-sec2 {
	margin: 44px 0 80px 0;
}
.news .news-sec .news-main span {
	padding: 10px 25px;
	margin: -44px 0 0 0;
	float: left;
	position: relative;
	color: #fff;
	font-size: 18px;
}
.news .news-sec .detail {
	margin: 48px 0 0 0;
}
.news .news-sec .detail a {
	font-size: 20px;
	border-bottom: solid 1px #000;
	margin: 30px 0 0 0;
	float: left;
	padding: 0 0 4px 0;
	color: #000;
}
.new-older {
	padding: 32px 0 0 0;
	border-top: solid 4px #d4d4d4;
}
.new-older .more-post {
	color: #222;
}
.new-older .more-post.older {
	float: left;
}
.new-older .more-post.newsest {
	float: right;
}
.new-older .more-post i {
	font-size: 32px;
	float: left;
}
.new-older .more-post span {
	font-size: 20px;
	float: left;
	margin: 4px 0 0 12px;
}
.new-older .more-post.newsest span {
	margin: 4px 12px 0 0;
}
/*..... NEWS DETAIL ......*/
.news-detail {
}
.news-detail .detail-sec {
}
.news-detail .detail-sec .detail-images {
	display: block;
}
.news-detail .detail-sec .detail-images img {
	float: left;
	width: 48%;
}
.news-detail .detail-sec .detail-images img.right {
	float: right;
}
.news-detail .detail-sec .text {
	margin: 52px 0 0 0;
	float: left;
	width: 100%;
}
.news-detail .detail-sec .text p {
	margin: 15px 0 0 0;
	display: block;
}
blockquote {
	width: 100%;
	float: left;
	margin: 75px 0 0 0;
	border-left: none;
}
blockquote p {
	background: url(images/quote.png) no-repeat 0 15px;
	font-size: 28px;
	font-weight: 100;
	padding: 0 0 0px 66px;
	float: left;
}
.news-detail .next-posts {
	border-top: solid 4px #d4d4d4;
}
.news-detail .next-posts .arrows {
	float: left;
	margin: 15px 0 0 0;
}
.news-detail .next-posts .arrows a {
	color: #000000;
	font-size: 24px;
	margin: 0 10px 0 0;
	float: left;
}
.news-detail .next-posts .grid-news {
	float: right;
	margin: 15px 0 0 0;
}
.news-detail .next-posts .grid-news a {
	color: #000000;
	font-size: 32px;
	margin: 0 10px 0 0;
	float: left;
}
.news-detail .comments .comment {
	margin: 65px 0 0 0;
}
.news-detail .comments .comment .says {
	display: none;
}
.news-detail .comments .comment img {
	float: left;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	margin: 0 30px 0 0;
}
.news-detail .comments .comment h6 {
	text-transform: uppercase;
}
.news-detail .comments .comment .fn {
	font-weight: 600;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	text-transform: uppercase;
}
.news-detail .comments .comment span {
	font-size: 16px;
	color: #565656;
	margin: 8px 0 0 0;
	float: left;
}
.news-detail .comments .comment a {
	display: inline-block;
}
.comment-author {
	display: initial;
}
.news-detail .comments .comment a:hover {
	color: #000;
}
.news-detail .comments .comment p {
	font-size: 18px;
	line-height: 23px;
	margin: 12px 0 0 0;
}
.news-detail .comments .children .comment {
	background: #fdf6e8;
	padding: 35px 30px;
}
.news-detail .comment-form .form {
	margin: 30px 0 0 0;
}
.news-detail .comment-form .form input[type=text] {
	border: none;
	border-bottom: solid 2px #c2c2c2;
	width: 100%;
	font-size: 18px;
	color: #222222;
	padding: 0px 0 10px 0;
	margin: 0 0 30px 0;
}
.news-detail .comment-form .form textarea {
	border: none;
	border-bottom: solid 2px #c2c2c2;
	width: 100%;
	font-size: 18px;
	color: #222222;
	padding: 0px 0 10px 0;
	margin: 0 0 30px 0;
	height: 202px;
}
/*..... CONATCT US ......*/
.contact-detail {
}
.contact-detail .office {
	float: left;
	width: 300px;
	margin: 0 0 60px 0;
}
.contact-detail .office.office-right {
	float: right;
}
.contact-detail .office h5 {
	text-transform: uppercase;
}
.contact-detail .office .detail {
	float: left;
	margin: 15px 0 0 0;
}
.contact-detail .office span {
	font-size: 20px;
	display: block;
	line-height: 31px;
}
.contact-detail .office span.address {
	margin: 30px 0 0 0;
}
.contact-detail .inquiries h5 {
	text-transform: uppercase;
}
.contact-detail .inquiries .form {
	margin: 20px 0 0 0;
}
.contact-detail .inquiries .form input[type=text] {
	border: none;
	border-bottom: solid 2px #c2c2c2;
	width: 100%;
	font-size: 18px;
	color: #222222;
	padding: 0px 0 0px 0;
	margin: 0 0 30px 0;
}
.contact-detail .inquiries .form textarea {
	border: none;
	border-bottom: solid 2px #c2c2c2;
	width: 100%;
	font-size: 18px;
	color: #222222;
	padding: 0px 0 10px 0;
	margin: 0 0 30px 0;
	height: 202px;
}
/*..... MAP ......*/
#find-us {
	width: 100%px;
}
.gm-style-iw * {
	display: block;
	width: 270px !important;
	overflow: hidden;
}
.gm-style-iw h4, .gm-style-iw p {
	margin: 0;
	padding: 0;
}
.gm-style-iw a {
	color: #4272db;
}
/*..... WORK ......*/
.all-work {
	margin: 0 0 120px 0;
}
/*..... WORK DETAIL ......*/
.project-features {
	background: #f7f8f9;
	padding: 35px;
	float: left;
	width: 100%;
}
.project-features .feature-sec {
	float: left;
	width: 20%;
	text-align: center;
}
.project-features .feature-sec h6 {
}
.project-features .feature-sec span {
	margin: 5px 0 0 0;
	display: block;
}
.project-detail {
	text-align: center;
	padding: 75px 0;
	display: inline-block;
	width: 100%;
}
.project-detail .detail-sec {
	width: 82%;
	display: inline-block;
}
.project-detail img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.project-detail .text {
	margin: 42px 0 0 0;
}
.project-detail .text h3 {
	text-transform: uppercase;
	font-weight: 800;
}
.project-detail .text p {
	margin: 10px 0 0 0;
}
.project-images {
	margin: 0 0 120px 0;
	display: inline-block;
}
.project-images img {
	margin: 0 0 30px 0;
}
.video-sec {
	background: url(images/video-bg.jpg) no-repeat fixed;
	height: 100%;
	width: 100%;
	text-align: center;
	padding: 155px 0;
}
.design-text {
}
.design-text h4 {
	text-transform: uppercase;
}
.design-text p {
	margin: 10px 0 0 0;
}
.parallax-bg {
	background: url(images/parallax-bg.jpg) no-repeat fixed;
	width: 100%;
	height: 615px;
}
.cb-header {
	position: fixed;
	left: 0;
	visibility: hidden;
}
.contact-success {
	display: none;
}
.news-main img {
	height: auto;
}
.post-featured-image img {
	height: auto;
}
.grid figure img {
	height: auto;
}
.cbp-item-off {
	display: none !important;
}
.cbp-l-loadMore-defaultText {
	cursor: pointer;
}
.page-template-default .sub-content, .page-template-template-full-width .sub-content {
	margin-bottom: 0px;
}
.sub-content.pad-top {
	margin-top: 0px;
	padding-top: 120px;
}
.extremeleft {
	left: 0;
}
#client-words .owl-item, #client-words .owl-controls {
	text-align: center;
}
.welcome-serv-img img {
	height: auto;
}
.projects img {
	height: auto;
}
.team img {
	height: auto;
}
/* fonts/architecture.css */

@font-face {
	font-family: 'architecture';
	src: url('fonts/architecture.eot?cg2c18');
	src: url('fonts/architecture.eot?cg2c18#iefix') format('embedded-opentype'), url('fonts/architecture.ttf?cg2c18') format('truetype'), url('fonts/architecture.woff?cg2c18') format('woff'), url('fonts/architecture.svg?cg2c18#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
 [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'architecture' !important;
 speak: none;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.icon-chat-1:before {
	content: "\e9a4";
}
.icon-facebook-1:before {
	content: "\e9a5";
}
.icon-google:before {
	content: "\e9a6";
}
.icon-icons185:before {
	content: "\e9a7";
}
.icon-icons208:before {
	content: "\e9a8";
}
.icon-settingsstreamline-1:before {
	content: "\e9a9";
}
.icon-telephon-1:before {
	content: "\e9aa";
}
.icon-telephone-receiver:before {
	content: "\e9ab";
}
.icon-twitter-1:before {
	content: "\e9ac";
}
.icon-noun_1050:before {
	content: "\e9ad";
}
.icon-noun_13872:before {
	content: "\e9ae";
}
.icon-noun_17987_cc:before {
	content: "\e9af";
}
.icon-noun_20772_cc:before {
	content: "\e9b0";
}
.icon-noun_23617_cc1:before {
	content: "\e9b1";
}
.icon-noun_23617_cc:before {
	content: "\e9b2";
}
.icon-noun_27962_cc:before {
	content: "\e9b3";
}
.icon-noun_28811_cc:before {
	content: "\e9b4";
}
.icon-noun_30332_cc:before {
	content: "\e9b5";
}
.icon-noun_34851_cc:before {
	content: "\e9b6";
}
.icon-noun_35247_cc:before {
	content: "\e9b7";
}
.icon-noun_37341_cc:before {
	content: "\e9b8";
}
.icon-noun_44560_cc:before {
	content: "\e9b9";
}
.icon-noun_47988_cc:before {
	content: "\e9ba";
}
.icon-noun_49387_cc:before {
	content: "\e9bb";
}
.icon-noun_60543_cc:before {
	content: "\e9bc";
}
.icon-noun_66859_cc:before {
	content: "\e9bd";
}
.icon-noun_75801_cc:before {
	content: "\e9be";
}
.icon-noun_75842_cc:before {
	content: "\e9bf";
}
.icon-noun_77596_cc:before {
	content: "\e9c0";
}
.icon-noun_81104_cc:before {
	content: "\e9c1";
}
.icon-noun_82689_cc:before {
	content: "\e9c2";
}
.icon-noun_86493_cc:before {
	content: "\e9c3";
}
.icon-noun_94751_cc:before {
	content: "\e9c4";
}
.icon-noun_101827_cc:before {
	content: "\e9c5";
}
.icon-noun_103563_cc:before {
	content: "\e9c6";
}
.icon-noun_103564_cc:before {
	content: "\e9c7";
}
.icon-noun_103569_cc:before {
	content: "\e9c8";
}
.icon-noun_165037_cc:before {
	content: "\e9c9";
}
.icon-noun_165715_cc:before {
	content: "\e9ca";
}
.icon-noun_191173_cc:before {
	content: "\e9cb";
}
.icon-noun_191176_cc:before {
	content: "\e9cc";
}
.icon-noun_216061_cc:before {
	content: "\e9cd";
}
.icon-noun_220184_cc:before {
	content: "\e9ce";
}
.icon-noun_246976_cc:before {
	content: "\e9cf";
}
.icon-noun_262106_cc:before {
	content: "\e9d0";
}
.icon-noun_262123_cc:before {
	content: "\e9d1";
}
.icon-noun_301911_cc:before {
	content: "\e9d2";
}
.icon-home6:before {
	content: "\e7b9";
}
.icon-home2:before {
	content: "\e7ba";
}
.icon-home3:before {
	content: "\e7bb";
}
.icon-office:before {
	content: "\e7bc";
}
.icon-newspaper2:before {
	content: "\e7bd";
}
.icon-pencil6:before {
	content: "\e7be";
}
.icon-pencil2:before {
	content: "\e7bf";
}
.icon-quill:before {
	content: "\e7c0";
}
.icon-pen4:before {
	content: "\e7c1";
}
.icon-blog:before {
	content: "\e7c2";
}
.icon-eyedropper3:before {
	content: "\e7c3";
}
.icon-droplet:before {
	content: "\e7c4";
}
.icon-paint-format:before {
	content: "\e7c5";
}
.icon-image3:before {
	content: "\e7c6";
}
.icon-images:before {
	content: "\e7c7";
}
.icon-camera7:before {
	content: "\e7c8";
}
.icon-headphones3:before {
	content: "\e7c9";
}
.icon-music4:before {
	content: "\e7ca";
}
.icon-play4:before {
	content: "\e7cb";
}
.icon-film5:before {
	content: "\e7cc";
}
.icon-video-camera2:before {
	content: "\e7cd";
}
.icon-dice:before {
	content: "\e7ce";
}
.icon-pacman2:before {
	content: "\e7cf";
}
.icon-spades:before {
	content: "\e7d0";
}
.icon-clubs:before {
	content: "\e7d1";
}
.icon-diamonds:before {
	content: "\e7d2";
}
.icon-bullhorn2:before {
	content: "\e7d3";
}
.icon-connection:before {
	content: "\e7d4";
}
.icon-podcast:before {
	content: "\e7d5";
}
.icon-feed5:before {
	content: "\e7d6";
}
.icon-mic2:before {
	content: "\e7d7";
}
.icon-book5:before {
	content: "\e7d8";
}
.icon-books:before {
	content: "\e7d9";
}
.icon-library2:before {
	content: "\e7da";
}
.icon-file-text4:before {
	content: "\e7db";
}
.icon-profile4:before {
	content: "\e7dc";
}
.icon-file-empty:before {
	content: "\e7dd";
}
.icon-files-empty:before {
	content: "\e7de";
}
.icon-file-text2:before {
	content: "\e7df";
}
.icon-file-picture:before {
	content: "\e7e0";
}
.icon-file-music:before {
	content: "\e7e1";
}
.icon-file-play:before {
	content: "\e7e2";
}
.icon-file-video:before {
	content: "\e7e3";
}
.icon-file-zip2:before {
	content: "\e7e4";
}
.icon-copy2:before {
	content: "\e7e5";
}
.icon-paste:before {
	content: "\e7e6";
}
.icon-stack5:before {
	content: "\e7e7";
}
.icon-folder3:before {
	content: "\e7e8";
}
.icon-folder-open2:before {
	content: "\e7e9";
}
.icon-folder-plus:before {
	content: "\e7ea";
}
.icon-folder-minus:before {
	content: "\e7eb";
}
.icon-folder-download:before {
	content: "\e7ec";
}
.icon-folder-upload:before {
	content: "\e7ed";
}
.icon-price-tag:before {
	content: "\e7ee";
}
.icon-price-tags:before {
	content: "\e7ef";
}
.icon-barcode4:before {
	content: "\e7f0";
}
.icon-qrcode2:before {
	content: "\e7f1";
}
.icon-ticket5:before {
	content: "\e7f2";
}
.icon-cart:before {
	content: "\e7f3";
}
.icon-coin-dollar:before {
	content: "\e7f4";
}
.icon-coin-euro:before {
	content: "\e7f5";
}
.icon-coin-pound:before {
	content: "\e7f6";
}
.icon-coin-yen:before {
	content: "\e7f7";
}
.icon-credit-card3:before {
	content: "\e7f8";
}
.icon-calculator3:before {
	content: "\e7f9";
}
.icon-lifebuoy:before {
	content: "\e7fa";
}
.icon-phone7:before {
	content: "\e7fb";
}
.icon-phone-hang-up:before {
	content: "\e7fc";
}
.icon-address-book:before {
	content: "\e7fd";
}
.icon-envelop:before {
	content: "\e7fe";
}
.icon-pushpin:before {
	content: "\e7ff";
}
.icon-location5:before {
	content: "\e800";
}
.icon-location2:before {
	content: "\e801";
}
.icon-compass5:before {
	content: "\e802";
}
.icon-compass2:before {
	content: "\e803";
}
.icon-map5:before {
	content: "\e804";
}
.icon-map2:before {
	content: "\e805";
}
.icon-history3:before {
	content: "\e806";
}
.icon-clock5:before {
	content: "\e807";
}
.icon-clock2:before {
	content: "\e808";
}
.icon-alarm2:before {
	content: "\e809";
}
.icon-bell2:before {
	content: "\e80a";
}
.icon-stopwatch:before {
	content: "\e80b";
}
.icon-calendar8:before {
	content: "\e80c";
}
.icon-printer3:before {
	content: "\e80d";
}
.icon-keyboard4:before {
	content: "\e80e";
}
.icon-display2:before {
	content: "\e80f";
}
.icon-laptop3:before {
	content: "\e810";
}
.icon-mobile4:before {
	content: "\e811";
}
.icon-mobile2:before {
	content: "\e812";
}
.icon-tablet4:before {
	content: "\e813";
}
.icon-tv3:before {
	content: "\e814";
}
.icon-drawer:before {
	content: "\e815";
}
.icon-drawer2:before {
	content: "\e816";
}
.icon-box-add:before {
	content: "\e817";
}
.icon-box-remove:before {
	content: "\e818";
}
.icon-download8:before {
	content: "\e819";
}
.icon-upload7:before {
	content: "\e81a";
}
.icon-floppy-disk:before {
	content: "\e81b";
}
.icon-drive:before {
	content: "\e81c";
}
.icon-database3:before {
	content: "\e81d";
}
.icon-undo:before {
	content: "\e81e";
}
.icon-redo:before {
	content: "\e81f";
}
.icon-undo2:before {
	content: "\e820";
}
.icon-redo2:before {
	content: "\e821";
}
.icon-forward5:before {
	content: "\e822";
}
.icon-reply2:before {
	content: "\e823";
}
.icon-bubble3:before {
	content: "\e824";
}
.icon-bubbles:before {
	content: "\e825";
}
.icon-bubbles2:before {
	content: "\e826";
}
.icon-bubble2:before {
	content: "\e827";
}
.icon-bubbles3:before {
	content: "\e828";
}
.icon-bubbles4:before {
	content: "\e829";
}
.icon-user3:before {
	content: "\e82a";
}
.icon-users:before {
	content: "\e82b";
}
.icon-user-plus2:before {
	content: "\e82c";
}
.icon-user-minus:before {
	content: "\e82d";
}
.icon-user-check:before {
	content: "\e82e";
}
.icon-user-tie:before {
	content: "\e82f";
}
.icon-quotes-left:before {
	content: "\e830";
}
.icon-quotes-right:before {
	content: "\e831";
}
.icon-hour-glass:before {
	content: "\e832";
}
.icon-spinner12:before {
	content: "\e833";
}
.icon-spinner2:before {
	content: "\e834";
}
.icon-spinner3:before {
	content: "\e835";
}
.icon-spinner4:before {
	content: "\e836";
}
.icon-spinner5:before {
	content: "\e837";
}
.icon-spinner6:before {
	content: "\e838";
}
.icon-spinner7:before {
	content: "\e839";
}
.icon-spinner8:before {
	content: "\e83a";
}
.icon-spinner9:before {
	content: "\e83b";
}
.icon-spinner10:before {
	content: "\e83c";
}
.icon-spinner11:before {
	content: "\e83d";
}
.icon-binoculars2:before {
	content: "\e83e";
}
.icon-search5:before {
	content: "\e83f";
}
.icon-zoom-in:before {
	content: "\e840";
}
.icon-zoom-out:before {
	content: "\e841";
}
.icon-enlarge:before {
	content: "\e842";
}
.icon-shrink:before {
	content: "\e843";
}
.icon-enlarge2:before {
	content: "\e844";
}
.icon-shrink2:before {
	content: "\e845";
}
.icon-key7:before {
	content: "\e846";
}
.icon-key2:before {
	content: "\e847";
}
.icon-lock5:before {
	content: "\e848";
}
.icon-unlocked3:before {
	content: "\e849";
}
.icon-wrench2:before {
	content: "\e84a";
}
.icon-equalizer3:before {
	content: "\e84b";
}
.icon-equalizer2:before {
	content: "\e84c";
}
.icon-cog4:before {
	content: "\e84d";
}
.icon-cogs3:before {
	content: "\e84e";
}
.icon-hammer3:before {
	content: "\e84f";
}
.icon-magic-wand:before {
	content: "\e850";
}
.icon-aid-kit:before {
	content: "\e851";
}
.icon-bug3:before {
	content: "\e852";
}
.icon-pie-chart2:before {
	content: "\e853";
}
.icon-stats-dots:before {
	content: "\e854";
}
.icon-stats-bars:before {
	content: "\e855";
}
.icon-stats-bars2:before {
	content: "\e856";
}
.icon-trophy3:before {
	content: "\e857";
}
.icon-gift4:before {
	content: "\e858";
}
.icon-glass3:before {
	content: "\e859";
}
.icon-glass2:before {
	content: "\e85a";
}
.icon-mug2:before {
	content: "\e85b";
}
.icon-spoon-knife:before {
	content: "\e85c";
}
.icon-leaf2:before {
	content: "\e85d";
}
.icon-rocket4:before {
	content: "\e85e";
}
.icon-meter:before {
	content: "\e85f";
}
.icon-meter2:before {
	content: "\e860";
}
.icon-hammer2:before {
	content: "\e861";
}
.icon-fire3:before {
	content: "\e862";
}
.icon-lab3:before {
	content: "\e863";
}
.icon-magnet3:before {
	content: "\e864";
}
.icon-bin:before {
	content: "\e865";
}
.icon-bin2:before {
	content: "\e866";
}
.icon-briefcase4:before {
	content: "\e867";
}
.icon-airplane:before {
	content: "\e868";
}
.icon-truck4:before {
	content: "\e869";
}
.icon-road2:before {
	content: "\e86a";
}
.icon-accessibility:before {
	content: "\e86b";
}
.icon-target3:before {
	content: "\e86c";
}
.icon-shield3:before {
	content: "\e86d";
}
.icon-power:before {
	content: "\e86e";
}
.icon-switch3:before {
	content: "\e86f";
}
.icon-power-cord:before {
	content: "\e870";
}
.icon-clipboard6:before {
	content: "\e871";
}
.icon-list-numbered:before {
	content: "\e872";
}
.icon-list5:before {
	content: "\e873";
}
.icon-list2:before {
	content: "\e874";
}
.icon-tree2:before {
	content: "\e875";
}
.icon-menu:before {
	content: "\e876";
}
.icon-menu2:before {
	content: "\e877";
}
.icon-menu3:before {
	content: "\e878";
}
.icon-menu4:before {
	content: "\e879";
}
.icon-cloud5:before {
	content: "\e87a";
}
.icon-cloud-download3:before {
	content: "\e87b";
}
.icon-cloud-upload3:before {
	content: "\e87c";
}
.icon-cloud-check:before {
	content: "\e87d";
}
.icon-download2:before {
	content: "\e87e";
}
.icon-upload2:before {
	content: "\e87f";
}
.icon-download3:before {
	content: "\e880";
}
.icon-upload3:before {
	content: "\e881";
}
.icon-sphere:before {
	content: "\e882";
}
.icon-earth:before {
	content: "\e883";
}
.icon-link4:before {
	content: "\e884";
}
.icon-flag3:before {
	content: "\e885";
}
.icon-attachment3:before {
	content: "\e886";
}
.icon-eye5:before {
	content: "\e887";
}
.icon-eye-plus:before {
	content: "\e888";
}
.icon-eye-minus:before {
	content: "\e889";
}
.icon-eye-blocked:before {
	content: "\e88a";
}
.icon-bookmark5:before {
	content: "\e88b";
}
.icon-bookmarks:before {
	content: "\e88c";
}
.icon-sun2:before {
	content: "\e88d";
}
.icon-contrast:before {
	content: "\e88e";
}
.icon-brightness-contrast:before {
	content: "\e88f";
}
.icon-star-empty:before {
	content: "\e890";
}
.icon-star-half2:before {
	content: "\e891";
}
.icon-star-full:before {
	content: "\e892";
}
.icon-heart8:before {
	content: "\e893";
}
.icon-heart-broken:before {
	content: "\e894";
}
.icon-man:before {
	content: "\e895";
}
.icon-woman:before {
	content: "\e896";
}
.icon-man-woman:before {
	content: "\e897";
}
.icon-happy3:before {
	content: "\e898";
}
.icon-happy2:before {
	content: "\e899";
}
.icon-smile:before {
	content: "\e89a";
}
.icon-smile2:before {
	content: "\e89b";
}
.icon-tongue:before {
	content: "\e89c";
}
.icon-tongue2:before {
	content: "\e89d";
}
.icon-sad4:before {
	content: "\e89e";
}
.icon-sad2:before {
	content: "\e89f";
}
.icon-wink:before {
	content: "\e8a0";
}
.icon-wink2:before {
	content: "\e8a1";
}
.icon-grin:before {
	content: "\e8a2";
}
.icon-grin2:before {
	content: "\e8a3";
}
.icon-cool:before {
	content: "\e8a4";
}
.icon-cool2:before {
	content: "\e8a5";
}
.icon-angry:before {
	content: "\e8a6";
}
.icon-angry2:before {
	content: "\e8a7";
}
.icon-evil:before {
	content: "\e8a8";
}
.icon-evil2:before {
	content: "\e8a9";
}
.icon-shocked:before {
	content: "\e8aa";
}
.icon-shocked2:before {
	content: "\e8ab";
}
.icon-baffled:before {
	content: "\e8ac";
}
.icon-baffled2:before {
	content: "\e8ad";
}
.icon-confused:before {
	content: "\e8ae";
}
.icon-confused2:before {
	content: "\e8af";
}
.icon-neutral:before {
	content: "\e8b0";
}
.icon-neutral2:before {
	content: "\e8b1";
}
.icon-hipster:before {
	content: "\e8b2";
}
.icon-hipster2:before {
	content: "\e8b3";
}
.icon-wondering:before {
	content: "\e8b4";
}
.icon-wondering2:before {
	content: "\e8b5";
}
.icon-sleepy:before {
	content: "\e8b6";
}
.icon-sleepy2:before {
	content: "\e8b7";
}
.icon-frustrated:before {
	content: "\e8b8";
}
.icon-frustrated2:before {
	content: "\e8b9";
}
.icon-crying:before {
	content: "\e8ba";
}
.icon-crying2:before {
	content: "\e8bb";
}
.icon-point-up:before {
	content: "\e8bc";
}
.icon-point-right:before {
	content: "\e8bd";
}
.icon-point-down:before {
	content: "\e8be";
}
.icon-point-left:before {
	content: "\e8bf";
}
.icon-warning2:before {
	content: "\e8c0";
}
.icon-notification:before {
	content: "\e8c1";
}
.icon-question3:before {
	content: "\e8c2";
}
.icon-plus5:before {
	content: "\e8c3";
}
.icon-minus5:before {
	content: "\e8c4";
}
.icon-info5:before {
	content: "\e8c5";
}
.icon-cancel-circle:before {
	content: "\e8c6";
}
.icon-blocked2:before {
	content: "\e8c7";
}
.icon-cross2:before {
	content: "\e8c8";
}
.icon-checkmark5:before {
	content: "\e8c9";
}
.icon-checkmark2:before {
	content: "\e8ca";
}
.icon-spell-check:before {
	content: "\e8cb";
}
.icon-enter:before {
	content: "\e8cc";
}
.icon-exit:before {
	content: "\e8cd";
}
.icon-play2:before {
	content: "\e8ce";
}
.icon-pause3:before {
	content: "\e8cf";
}
.icon-stop5:before {
	content: "\e8d0";
}
.icon-previous:before {
	content: "\e8d1";
}
.icon-next:before {
	content: "\e8d2";
}
.icon-backward3:before {
	content: "\e8d3";
}
.icon-forward2:before {
	content: "\e8d4";
}
.icon-play3:before {
	content: "\e8d5";
}
.icon-pause2:before {
	content: "\e8d6";
}
.icon-stop2:before {
	content: "\e8d7";
}
.icon-backward2:before {
	content: "\e8d8";
}
.icon-forward3:before {
	content: "\e8d9";
}
.icon-first:before {
	content: "\e8da";
}
.icon-last:before {
	content: "\e8db";
}
.icon-previous2:before {
	content: "\e8dc";
}
.icon-next2:before {
	content: "\e8dd";
}
.icon-eject2:before {
	content: "\e8de";
}
.icon-volume-high:before {
	content: "\e8df";
}
.icon-volume-medium:before {
	content: "\e8e0";
}
.icon-volume-low:before {
	content: "\e8e1";
}
.icon-volume-mute:before {
	content: "\e8e2";
}
.icon-volume-mute2:before {
	content: "\e8e3";
}
.icon-volume-increase:before {
	content: "\e8e4";
}
.icon-volume-decrease:before {
	content: "\e8e5";
}
.icon-loop3:before {
	content: "\e8e6";
}
.icon-loop2:before {
	content: "\e8e7";
}
.icon-infinite:before {
	content: "\e8e8";
}
.icon-shuffle2:before {
	content: "\e8e9";
}
.icon-arrow-up-left:before {
	content: "\e8ea";
}
.icon-arrow-up4:before {
	content: "\e8eb";
}
.icon-arrow-up-right:before {
	content: "\e8ec";
}
.icon-arrow-right4:before {
	content: "\e8ed";
}
.icon-arrow-down-right:before {
	content: "\e8ee";
}
.icon-arrow-down4:before {
	content: "\e8ef";
}
.icon-arrow-down-left:before {
	content: "\e8f0";
}
.icon-arrow-left4:before {
	content: "\e8f1";
}
.icon-arrow-up-left2:before {
	content: "\e8f2";
}
.icon-arrow-up2:before {
	content: "\e8f3";
}
.icon-arrow-up-right2:before {
	content: "\e8f4";
}
.icon-arrow-right2:before {
	content: "\e8f5";
}
.icon-arrow-down-right2:before {
	content: "\e8f6";
}
.icon-arrow-down2:before {
	content: "\e8f7";
}
.icon-arrow-down-left2:before {
	content: "\e8f8";
}
.icon-arrow-left2:before {
	content: "\e8f9";
}
.icon-circle-up:before {
	content: "\e8fa";
}
.icon-circle-right:before {
	content: "\e8fb";
}
.icon-circle-down:before {
	content: "\e8fc";
}
.icon-circle-left:before {
	content: "\e8fd";
}
.icon-tab:before {
	content: "\e8fe";
}
.icon-move-up2:before {
	content: "\e8ff";
}
.icon-move-down2:before {
	content: "\e900";
}
.icon-sort-alpha-asc2:before {
	content: "\e901";
}
.icon-sort-alpha-desc2:before {
	content: "\e902";
}
.icon-sort-numeric-asc2:before {
	content: "\e903";
}
.icon-sort-numberic-desc:before {
	content: "\e904";
}
.icon-sort-amount-asc2:before {
	content: "\e905";
}
.icon-sort-amount-desc2:before {
	content: "\e906";
}
.icon-command:before {
	content: "\e907";
}
.icon-shift:before {
	content: "\e908";
}
.icon-ctrl:before {
	content: "\e909";
}
.icon-opt:before {
	content: "\e90a";
}
.icon-checkbox-checked:before {
	content: "\e90b";
}
.icon-checkbox-unchecked:before {
	content: "\e90c";
}
.icon-radio-checked:before {
	content: "\e90d";
}
.icon-radio-checked2:before {
	content: "\e90e";
}
.icon-radio-unchecked:before {
	content: "\e90f";
}
.icon-crop3:before {
	content: "\e910";
}
.icon-make-group:before {
	content: "\e911";
}
.icon-ungroup:before {
	content: "\e912";
}
.icon-scissors3:before {
	content: "\e913";
}
.icon-filter2:before {
	content: "\e914";
}
.icon-font2:before {
	content: "\e915";
}
.icon-ligature:before {
	content: "\e916";
}
.icon-ligature2:before {
	content: "\e917";
}
.icon-text-height2:before {
	content: "\e918";
}
.icon-text-width2:before {
	content: "\e919";
}
.icon-font-size:before {
	content: "\e91a";
}
.icon-bold2:before {
	content: "\e91b";
}
.icon-underline2:before {
	content: "\e91c";
}
.icon-italic2:before {
	content: "\e91d";
}
.icon-strikethrough2:before {
	content: "\e91e";
}
.icon-omega:before {
	content: "\e91f";
}
.icon-sigma:before {
	content: "\e920";
}
.icon-page-break:before {
	content: "\e921";
}
.icon-superscript3:before {
	content: "\e922";
}
.icon-subscript3:before {
	content: "\e923";
}
.icon-superscript2:before {
	content: "\e924";
}
.icon-subscript2:before {
	content: "\e925";
}
.icon-text-color:before {
	content: "\e926";
}
.icon-pagebreak:before {
	content: "\e927";
}
.icon-clear-formatting:before {
	content: "\e928";
}
.icon-table3:before {
	content: "\e929";
}
.icon-table2:before {
	content: "\e92a";
}
.icon-insert-template:before {
	content: "\e92b";
}
.icon-pilcrow:before {
	content: "\e92c";
}
.icon-ltr:before {
	content: "\e92d";
}
.icon-rtl:before {
	content: "\e92e";
}
.icon-section:before {
	content: "\e92f";
}
.icon-paragraph-left:before {
	content: "\e930";
}
.icon-paragraph-center:before {
	content: "\e931";
}
.icon-paragraph-right:before {
	content: "\e932";
}
.icon-paragraph-justify:before {
	content: "\e933";
}
.icon-indent-increase:before {
	content: "\e934";
}
.icon-indent-decrease:before {
	content: "\e935";
}
.icon-share:before {
	content: "\e936";
}
.icon-new-tab:before {
	content: "\e937";
}
.icon-embed:before {
	content: "\e938";
}
.icon-embed2:before {
	content: "\e939";
}
.icon-terminal3:before {
	content: "\e93a";
}
.icon-share2:before {
	content: "\e93b";
}
.icon-mail6:before {
	content: "\e93c";
}
.icon-mail2:before {
	content: "\e93d";
}
.icon-mail3:before {
	content: "\e93e";
}
.icon-mail4:before {
	content: "\e93f";
}
.icon-google3:before {
	content: "\e940";
}
.icon-google-plus4:before {
	content: "\e941";
}
.icon-google-plus2:before {
	content: "\e942";
}
.icon-google-plus3:before {
	content: "\e943";
}
.icon-google-drive:before {
	content: "\e944";
}
.icon-facebook5:before {
	content: "\e945";
}
.icon-facebook2:before {
	content: "\e946";
}
.icon-facebook3:before {
	content: "\e947";
}
.icon-ello:before {
	content: "\e948";
}
.icon-instagram2:before {
	content: "\e949";
}
.icon-twitter5:before {
	content: "\e94a";
}
.icon-twitter2:before {
	content: "\e94b";
}
.icon-twitter3:before {
	content: "\e94c";
}
.icon-feed2:before {
	content: "\e94d";
}
.icon-feed3:before {
	content: "\e94e";
}
.icon-feed4:before {
	content: "\e94f";
}
.icon-youtube5:before {
	content: "\e950";
}
.icon-youtube2:before {
	content: "\e951";
}
.icon-youtube3:before {
	content: "\e952";
}
.icon-youtube4:before {
	content: "\e953";
}
.icon-twitch2:before {
	content: "\e954";
}
.icon-vimeo4:before {
	content: "\e955";
}
.icon-vimeo2:before {
	content: "\e956";
}
.icon-vimeo3:before {
	content: "\e957";
}
.icon-lanyrd:before {
	content: "\e958";
}
.icon-flickr5:before {
	content: "\e959";
}
.icon-flickr2:before {
	content: "\e95a";
}
.icon-flickr3:before {
	content: "\e95b";
}
.icon-flickr4:before {
	content: "\e95c";
}
.icon-picassa:before {
	content: "\e95d";
}
.icon-picassa2:before {
	content: "\e95e";
}
.icon-dribbble5:before {
	content: "\e95f";
}
.icon-dribbble2:before {
	content: "\e960";
}
.icon-dribbble3:before {
	content: "\e961";
}
.icon-forrst:before {
	content: "\e962";
}
.icon-forrst2:before {
	content: "\e963";
}
.icon-deviantart3:before {
	content: "\e964";
}
.icon-deviantart2:before {
	content: "\e965";
}
.icon-steam3:before {
	content: "\e966";
}
.icon-steam2:before {
	content: "\e967";
}
.icon-dropbox2:before {
	content: "\e968";
}
.icon-onedrive:before {
	content: "\e969";
}
.icon-github6:before {
	content: "\e96a";
}
.icon-github2:before {
	content: "\e96b";
}
.icon-github3:before {
	content: "\e96c";
}
.icon-github4:before {
	content: "\e96d";
}
.icon-github5:before {
	content: "\e96e";
}
.icon-wordpress3:before {
	content: "\e96f";
}
.icon-wordpress2:before {
	content: "\e970";
}
.icon-joomla2:before {
	content: "\e971";
}
.icon-blogger:before {
	content: "\e972";
}
.icon-blogger2:before {
	content: "\e973";
}
.icon-tumblr4:before {
	content: "\e974";
}
.icon-tumblr2:before {
	content: "\e975";
}
.icon-yahoo2:before {
	content: "\e976";
}
.icon-tux:before {
	content: "\e977";
}
.icon-apple2:before {
	content: "\e978";
}
.icon-finder:before {
	content: "\e979";
}
.icon-android3:before {
	content: "\e97a";
}
.icon-windows2:before {
	content: "\e97b";
}
.icon-windows8:before {
	content: "\e97c";
}
.icon-soundcloud3:before {
	content: "\e97d";
}
.icon-soundcloud2:before {
	content: "\e97e";
}
.icon-skype2:before {
	content: "\e97f";
}
.icon-reddit2:before {
	content: "\e980";
}
.icon-linkedin4:before {
	content: "\e981";
}
.icon-linkedin2:before {
	content: "\e982";
}
.icon-lastfm3:before {
	content: "\e983";
}
.icon-lastfm2:before {
	content: "\e984";
}
.icon-delicious2:before {
	content: "\e985";
}
.icon-stumbleupon3:before {
	content: "\e986";
}
.icon-stumbleupon2:before {
	content: "\e987";
}
.icon-stackoverflow:before {
	content: "\e988";
}
.icon-pinterest3:before {
	content: "\e989";
}
.icon-pinterest2:before {
	content: "\e98a";
}
.icon-xing3:before {
	content: "\e98b";
}
.icon-xing2:before {
	content: "\e98c";
}
.icon-flattr:before {
	content: "\e98d";
}
.icon-foursquare2:before {
	content: "\e98e";
}
.icon-paypal4:before {
	content: "\e98f";
}
.icon-paypal2:before {
	content: "\e990";
}
.icon-paypal3:before {
	content: "\e991";
}
.icon-yelp2:before {
	content: "\e992";
}
.icon-file-pdf2:before {
	content: "\e993";
}
.icon-file-openoffice:before {
	content: "\e994";
}
.icon-file-word:before {
	content: "\e995";
}
.icon-file-excel:before {
	content: "\e996";
}
.icon-libreoffice:before {
	content: "\e997";
}
.icon-html53:before {
	content: "\e998";
}
.icon-html52:before {
	content: "\e999";
}
.icon-css32:before {
	content: "\e99a";
}
.icon-git2:before {
	content: "\e99b";
}
.icon-svg:before {
	content: "\e99c";
}
.icon-codepen2:before {
	content: "\e99d";
}
.icon-chrome2:before {
	content: "\e99e";
}
.icon-firefox2:before {
	content: "\e99f";
}
.icon-IE:before {
	content: "\e9a0";
}
.icon-opera2:before {
	content: "\e9a1";
}
.icon-safari2:before {
	content: "\e9a2";
}
.icon-IcoMoon:before {
	content: "\e9a3";
}
.icon-alert2:before {
	content: "\f03f";
}
.icon-alignment-align:before {
	content: "\f08f";
}
.icon-alignment-aligned-to:before {
	content: "\f09f";
}
.icon-alignment-unalign:before {
	content: "\f0af";
}
.icon-arrow-down3:before {
	content: "\f04f";
}
.icon-arrow-left3:before {
	content: "\f05f";
}
.icon-arrow-right3:before {
	content: "\f06f";
}
.icon-arrow-small-down:before {
	content: "\f0b3";
}
.icon-arrow-small-left:before {
	content: "\f0b4";
}
.icon-arrow-small-right:before {
	content: "\f07f";
}
.icon-arrow-small-up:before {
	content: "\f0b5";
}
.icon-arrow-up3:before {
	content: "\f0b6";
}
.icon-beer2:before {
	content: "\f0b7";
}
.icon-book4:before {
	content: "\f00f";
}
.icon-bookmark4:before {
	content: "\f0b8";
}
.icon-briefcase3:before {
	content: "\f0df";
}
.icon-broadcast:before {
	content: "\f0b9";
}
.icon-browser2:before {
	content: "\f0cf";
}
.icon-bug2:before {
	content: "\f0ba";
}
.icon-calendar7:before {
	content: "\f0bb";
}
.icon-check2:before {
	content: "\f0bc";
}
.icon-checklist:before {
	content: "\f0bd";
}
.icon-chevron-down2:before {
	content: "\f0be";
}
.icon-chevron-left2:before {
	content: "\f0bf";
}
.icon-chevron-right2:before {
	content: "\f0ef";
}
.icon-chevron-up2:before {
	content: "\f0ff";
}
.icon-circle-slash:before {
	content: "\f10f";
}
.icon-circuit-board:before {
	content: "\f116";
}
.icon-clippy:before {
	content: "\f117";
}
.icon-clock4:before {
	content: "\f11f";
}
.icon-cloud-download2:before {
	content: "\f01f";
}
.icon-cloud-upload2:before {
	content: "\f020";
}
.icon-code2:before {
	content: "\f12f";
}
.icon-color-mode:before {
	content: "\f13f";
}
.icon-comment2:before {
	content: "\f14f";
}
.icon-comment-discussion:before {
	content: "\f15f";
}
.icon-credit-card2:before {
	content: "\f16f";
}
.icon-dash:before {
	content: "\f17f";
}
.icon-dashboard2:before {
	content: "\f18f";
}
.icon-database2:before {
	content: "\f19f";
}
.icon-device-camera:before {
	content: "\f1af";
}
.icon-device-camera-video:before {
	content: "\f1bf";
}
.icon-device-desktop:before {
	content: "\f27f";
}
.icon-device-mobile:before {
	content: "\f1cf";
}
.icon-diff:before {
	content: "\f1df";
}
.icon-diff-added:before {
	content: "\f1ef";
}
.icon-diff-ignored:before {
	content: "\f1ff";
}
.icon-diff-modified:before {
	content: "\f20f";
}
.icon-diff-removed:before {
	content: "\f21f";
}
.icon-diff-renamed:before {
	content: "\f220";
}
.icon-ellipsis:before {
	content: "\f22e";
}
.icon-eye4:before {
	content: "\f22f";
}
.icon-file-binary:before {
	content: "\f23f";
}
.icon-file-code:before {
	content: "\f24f";
}
.icon-file-directory:before {
	content: "\f25f";
}
.icon-file-media:before {
	content: "\f26f";
}
.icon-file-pdf:before {
	content: "\f281";
}
.icon-file-submodule:before {
	content: "\f282";
}
.icon-file-symlink-directory:before {
	content: "\f283";
}
.icon-file-symlink-file:before {
	content: "\f284";
}
.icon-file-text3:before {
	content: "\f285";
}
.icon-file-zip:before {
	content: "\f286";
}
.icon-flame:before {
	content: "\f287";
}
.icon-fold:before {
	content: "\f288";
}
.icon-gear:before {
	content: "\f289";
}
.icon-gift3:before {
	content: "\f28a";
}
.icon-gist:before {
	content: "\f28b";
}
.icon-gist-secret:before {
	content: "\f28c";
}
.icon-git-branch:before {
	content: "\f28d";
}
.icon-git-commit:before {
	content: "\f28e";
}
.icon-git-compare:before {
	content: "\f28f";
}
.icon-git-merge:before {
	content: "\f290";
}
.icon-git-pull-request:before {
	content: "\f291";
}
.icon-globe5:before {
	content: "\f292";
}
.icon-graph:before {
	content: "\f293";
}
.icon-heart7:before {
	content: "\2665";
}
.icon-history2:before {
	content: "\f294";
}
.icon-home5:before {
	content: "\f295";
}
.icon-horizontal-rule:before {
	content: "\f296";
}
.icon-hourglass4:before {
	content: "\f297";
}
.icon-hubot:before {
	content: "\f298";
}
.icon-inbox4:before {
	content: "\f299";
}
.icon-info4:before {
	content: "\f29a";
}
.icon-issue-closed:before {
	content: "\f29b";
}
.icon-issue-opened:before {
	content: "\f29c";
}
.icon-issue-reopened:before {
	content: "\f29d";
}
.icon-jersey:before {
	content: "\f29e";
}
.icon-jump-down:before {
	content: "\f29f";
}
.icon-jump-left:before {
	content: "\f2a0";
}
.icon-jump-right:before {
	content: "\f2a1";
}
.icon-jump-up:before {
	content: "\f2a2";
}
.icon-key6:before {
	content: "\f2a3";
}
.icon-keyboard3:before {
	content: "\f2a4";
}
.icon-law:before {
	content: "\f2a5";
}
.icon-light-bulb:before {
	content: "\f2a6";
}
.icon-link3:before {
	content: "\f2a7";
}
.icon-link-external:before {
	content: "\f2a8";
}
.icon-list-ordered:before {
	content: "\f2a9";
}
.icon-list-unordered:before {
	content: "\f2aa";
}
.icon-location4:before {
	content: "\f2ab";
}
.icon-lock4:before {
	content: "\f2ac";
}
.icon-logo-github:before {
	content: "\f2ad";
}
.icon-mail5:before {
	content: "\f2ae";
}
.icon-mail-read:before {
	content: "\f2af";
}
.icon-mail-reply2:before {
	content: "\f2b0";
}
.icon-mark-github:before {
	content: "\f2b1";
}
.icon-markdown:before {
	content: "\f2b2";
}
.icon-megaphone5:before {
	content: "\f2b3";
}
.icon-mention:before {
	content: "\f2b4";
}
.icon-microscope:before {
	content: "\f2b5";
}
.icon-milestone:before {
	content: "\f2b6";
}
.icon-mirror:before {
	content: "\f2b7";
}
.icon-mortar-board:before {
	content: "\f2b8";
}
.icon-move-down:before {
	content: "\f2b9";
}
.icon-move-left:before {
	content: "\f2ba";
}
.icon-move-right:before {
	content: "\f2bb";
}
.icon-move-up:before {
	content: "\f2bc";
}
.icon-mute2:before {
	content: "\f2bd";
}
.icon-no-newline:before {
	content: "\f2be";
}
.icon-octoface:before {
	content: "\f2bf";
}
.icon-organization:before {
	content: "\f2c0";
}
.icon-package:before {
	content: "\f2c1";
}
.icon-paintcan:before {
	content: "\f2c2";
}
.icon-pencil5:before {
	content: "\f2c3";
}
.icon-person:before {
	content: "\f2c4";
}
.icon-pin3:before {
	content: "\f2c5";
}
.icon-playback-fast-forward:before {
	content: "\f2c6";
}
.icon-playback-pause:before {
	content: "\f2c7";
}
.icon-playback-play:before {
	content: "\f2c8";
}
.icon-playback-rewind:before {
	content: "\f2c9";
}
.icon-plug2:before {
	content: "\f2ca";
}
.icon-plus4:before {
	content: "\f2cb";
}
.icon-podium:before {
	content: "\f2cc";
}
.icon-primitive-dot:before {
	content: "\f2cd";
}
.icon-primitive-square:before {
	content: "\f2ce";
}
.icon-pulse:before {
	content: "\f2cf";
}
.icon-puzzle2:before {
	content: "\f2d0";
}
.icon-question2:before {
	content: "\f2d1";
}
.icon-quote4:before {
	content: "\f2d2";
}
.icon-radio-tower:before {
	content: "\f2d3";
}
.icon-repo:before {
	content: "\f2d4";
}
.icon-repo-clone:before {
	content: "\f2d5";
}
.icon-repo-force-push:before {
	content: "\f2d6";
}
.icon-repo-forked:before {
	content: "\f2d7";
}
.icon-repo-pull:before {
	content: "\f2d8";
}
.icon-repo-push:before {
	content: "\f2d9";
}
.icon-rocket3:before {
	content: "\f2da";
}
.icon-rss2:before {
	content: "\f2db";
}
.icon-ruby:before {
	content: "\f2dc";
}
.icon-screen-full:before {
	content: "\f2dd";
}
.icon-screen-normal:before {
	content: "\f2de";
}
.icon-search4:before {
	content: "\f2df";
}
.icon-server2:before {
	content: "\f2e0";
}
.icon-settings2:before {
	content: "\f2e1";
}
.icon-sign-in2:before {
	content: "\f2e2";
}
.icon-sign-out2:before {
	content: "\f2e3";
}
.icon-split:before {
	content: "\f2e4";
}
.icon-squirrel:before {
	content: "\f2e5";
}
.icon-star3:before {
	content: "\f2e6";
}
.icon-steps:before {
	content: "\f2e7";
}
.icon-stop4:before {
	content: "\f2e8";
}
.icon-sync:before {
	content: "\f2e9";
}
.icon-tag5:before {
	content: "\f2ea";
}
.icon-telescope2:before {
	content: "\f2eb";
}
.icon-terminal2:before {
	content: "\f2ec";
}
.icon-three-bars:before {
	content: "\f2ed";
}
.icon-tools3:before {
	content: "\f2ee";
}
.icon-trashcan2:before {
	content: "\f2ef";
}
.icon-triangle-down:before {
	content: "\f2f0";
}
.icon-triangle-left:before {
	content: "\f2f1";
}
.icon-triangle-right:before {
	content: "\f2f2";
}
.icon-triangle-up:before {
	content: "\f2f3";
}
.icon-unfold:before {
	content: "\f2f4";
}
.icon-unmute:before {
	content: "\f2f5";
}
.icon-versions:before {
	content: "\f2f6";
}
.icon-x:before {
	content: "\f2f7";
}
.icon-zap:before {
	content: "\26a1";
}
.icon-mobile:before {
	content: "\e000";
}
.icon-laptop:before {
	content: "\e001";
}
.icon-desktop:before {
	content: "\e002";
}
.icon-tablet:before {
	content: "\e003";
}
.icon-phone:before {
	content: "\e004";
}
.icon-document:before {
	content: "\e005";
}
.icon-documents:before {
	content: "\e006";
}
.icon-search:before {
	content: "\e007";
}
.icon-clipboard:before {
	content: "\e008";
}
.icon-newspaper:before {
	content: "\e009";
}
.icon-notebook:before {
	content: "\e00a";
}
.icon-book-open:before {
	content: "\e00b";
}
.icon-browser:before {
	content: "\e00c";
}
.icon-calendar:before {
	content: "\e00d";
}
.icon-presentation:before {
	content: "\e00e";
}
.icon-picture:before {
	content: "\e00f";
}
.icon-pictures:before {
	content: "\e010";
}
.icon-video:before {
	content: "\e011";
}
.icon-camera:before {
	content: "\e012";
}
.icon-printer:before {
	content: "\e013";
}
.icon-toolbox:before {
	content: "\e014";
}
.icon-briefcase:before {
	content: "\e015";
}
.icon-wallet:before {
	content: "\e016";
}
.icon-gift:before {
	content: "\e017";
}
.icon-bargraph:before {
	content: "\e018";
}
.icon-grid:before {
	content: "\e019";
}
.icon-expand:before {
	content: "\e01a";
}
.icon-focus:before {
	content: "\e01b";
}
.icon-edit:before {
	content: "\e01c";
}
.icon-adjustments:before {
	content: "\e01d";
}
.icon-ribbon:before {
	content: "\e01e";
}
.icon-hourglass:before {
	content: "\e01f";
}
.icon-lock:before {
	content: "\e020";
}
.icon-megaphone:before {
	content: "\e021";
}
.icon-shield:before {
	content: "\e022";
}
.icon-trophy:before {
	content: "\e023";
}
.icon-flag:before {
	content: "\e024";
}
.icon-map:before {
	content: "\e025";
}
.icon-puzzle:before {
	content: "\e026";
}
.icon-basket:before {
	content: "\e027";
}
.icon-envelope:before {
	content: "\e028";
}
.icon-streetsign:before {
	content: "\e029";
}
.icon-telescope:before {
	content: "\e02a";
}
.icon-gears:before {
	content: "\e02b";
}
.icon-key:before {
	content: "\e02c";
}
.icon-paperclip:before {
	content: "\e02d";
}
.icon-attachment:before {
	content: "\e02e";
}
.icon-pricetags:before {
	content: "\e02f";
}
.icon-lightbulb:before {
	content: "\e030";
}
.icon-layers:before {
	content: "\e031";
}
.icon-pencil:before {
	content: "\e032";
}
.icon-tools:before {
	content: "\e033";
}
.icon-tools-2:before {
	content: "\e034";
}
.icon-scissors:before {
	content: "\e035";
}
.icon-paintbrush:before {
	content: "\e036";
}
.icon-magnifying-glass:before {
	content: "\e037";
}
.icon-circle-compass:before {
	content: "\e038";
}
.icon-linegraph:before {
	content: "\e039";
}
.icon-mic:before {
	content: "\e03a";
}
.icon-strategy:before {
	content: "\e03b";
}
.icon-beaker:before {
	content: "\e03c";
}
.icon-caution:before {
	content: "\e03d";
}
.icon-recycle:before {
	content: "\e03e";
}
.icon-anchor:before {
	content: "\e03f";
}
.icon-profile-male:before {
	content: "\e040";
}
.icon-profile-female:before {
	content: "\e041";
}
.icon-bike:before {
	content: "\e042";
}
.icon-wine:before {
	content: "\e043";
}
.icon-hotairballoon:before {
	content: "\e044";
}
.icon-globe:before {
	content: "\e045";
}
.icon-genius:before {
	content: "\e046";
}
.icon-map-pin:before {
	content: "\e047";
}
.icon-dial:before {
	content: "\e048";
}
.icon-chat:before {
	content: "\e049";
}
.icon-heart:before {
	content: "\e04a";
}
.icon-cloud:before {
	content: "\e04b";
}
.icon-upload:before {
	content: "\e04c";
}
.icon-download:before {
	content: "\e04d";
}
.icon-target:before {
	content: "\e04e";
}
.icon-hazardous:before {
	content: "\e04f";
}
.icon-piechart:before {
	content: "\e050";
}
.icon-speedometer:before {
	content: "\e051";
}
.icon-global:before {
	content: "\e052";
}
.icon-compass:before {
	content: "\e053";
}
.icon-lifesaver:before {
	content: "\e054";
}
.icon-clock:before {
	content: "\e055";
}
.icon-aperture:before {
	content: "\e056";
}
.icon-quote:before {
	content: "\e057";
}
.icon-scope:before {
	content: "\e058";
}
.icon-alarmclock:before {
	content: "\e059";
}
.icon-refresh:before {
	content: "\e05a";
}
.icon-happy:before {
	content: "\e05b";
}
.icon-sad:before {
	content: "\e05c";
}
.icon-facebook:before {
	content: "\e05d";
}
.icon-twitter:before {
	content: "\e05e";
}
.icon-googleplus:before {
	content: "\e05f";
}
.icon-rss:before {
	content: "\e060";
}
.icon-tumblr:before {
	content: "\e061";
}
.icon-linkedin:before {
	content: "\e062";
}
.icon-dribbble:before {
	content: "\e063";
}
.icon-heart2:before {
	content: "\e62b";
}
.icon-cloud2:before {
	content: "\e62c";
}
.icon-star:before {
	content: "\e62d";
}
.icon-tv:before {
	content: "\e62e";
}
.icon-sound:before {
	content: "\e62f";
}
.icon-video2:before {
	content: "\e630";
}
.icon-trash:before {
	content: "\e631";
}
.icon-user:before {
	content: "\e632";
}
.icon-key3:before {
	content: "\e633";
}
.icon-search2:before {
	content: "\e634";
}
.icon-settings:before {
	content: "\e635";
}
.icon-camera2:before {
	content: "\e636";
}
.icon-tag:before {
	content: "\e637";
}
.icon-lock2:before {
	content: "\e638";
}
.icon-bulb:before {
	content: "\e639";
}
.icon-pen:before {
	content: "\e63a";
}
.icon-diamond:before {
	content: "\e63b";
}
.icon-display:before {
	content: "\e63c";
}
.icon-location:before {
	content: "\e63d";
}
.icon-eye:before {
	content: "\e63e";
}
.icon-bubble:before {
	content: "\e63f";
}
.icon-stack:before {
	content: "\e640";
}
.icon-cup:before {
	content: "\e641";
}
.icon-phone2:before {
	content: "\e642";
}
.icon-news:before {
	content: "\e643";
}
.icon-mail:before {
	content: "\e644";
}
.icon-like:before {
	content: "\e645";
}
.icon-photo:before {
	content: "\e646";
}
.icon-note:before {
	content: "\e647";
}
.icon-clock3:before {
	content: "\e648";
}
.icon-paperplane:before {
	content: "\e649";
}
.icon-params:before {
	content: "\e64a";
}
.icon-banknote:before {
	content: "\e64b";
}
.icon-data:before {
	content: "\e64c";
}
.icon-music:before {
	content: "\e64d";
}
.icon-megaphone2:before {
	content: "\e64e";
}
.icon-study:before {
	content: "\e64f";
}
.icon-lab:before {
	content: "\e650";
}
.icon-food:before {
	content: "\e651";
}
.icon-t-shirt:before {
	content: "\e652";
}
.icon-fire:before {
	content: "\e653";
}
.icon-clip:before {
	content: "\e654";
}
.icon-shop:before {
	content: "\e655";
}
.icon-calendar2:before {
	content: "\e656";
}
.icon-wallet2:before {
	content: "\e657";
}
.icon-vynil:before {
	content: "\e658";
}
.icon-truck:before {
	content: "\e659";
}
.icon-world:before {
	content: "\e65a";
}
.icon-number:before {
	content: "\e65b";
}
.icon-number2:before {
	content: "\e65c";
}
.icon-number3:before {
	content: "\e65d";
}
.icon-number4:before {
	content: "\e65e";
}
.icon-number5:before {
	content: "\e65f";
}
.icon-number6:before {
	content: "\e660";
}
.icon-number7:before {
	content: "\e661";
}
.icon-number8:before {
	content: "\e662";
}
.icon-number9:before {
	content: "\e663";
}
.icon-number10:before {
	content: "\e664";
}
.icon-number11:before {
	content: "\e665";
}
.icon-number12:before {
	content: "\e666";
}
.icon-number13:before {
	content: "\e667";
}
.icon-number14:before {
	content: "\e668";
}
.icon-number15:before {
	content: "\e669";
}
.icon-number16:before {
	content: "\e66a";
}
.icon-number17:before {
	content: "\e66b";
}
.icon-number18:before {
	content: "\e66c";
}
.icon-number19:before {
	content: "\e66d";
}
.icon-number20:before {
	content: "\e66e";
}
.icon-quote2:before {
	content: "\e66f";
}
.icon-quote3:before {
	content: "\e670";
}
.icon-tag2:before {
	content: "\e671";
}
.icon-tag3:before {
	content: "\e672";
}
.icon-link:before {
	content: "\e673";
}
.icon-link2:before {
	content: "\e674";
}
.icon-cabinet:before {
	content: "\e675";
}
.icon-cabinet2:before {
	content: "\e676";
}
.icon-calendar3:before {
	content: "\e677";
}
.icon-calendar4:before {
	content: "\e678";
}
.icon-calendar5:before {
	content: "\e679";
}
.icon-file:before {
	content: "\e67a";
}
.icon-file2:before {
	content: "\e67b";
}
.icon-file3:before {
	content: "\e67c";
}
.icon-files:before {
	content: "\e67d";
}
.icon-phone3:before {
	content: "\e67e";
}
.icon-tablet2:before {
	content: "\e67f";
}
.icon-window:before {
	content: "\e680";
}
.icon-monitor:before {
	content: "\e681";
}
.icon-ipod:before {
	content: "\e682";
}
.icon-tv2:before {
	content: "\e683";
}
.icon-camera3:before {
	content: "\e684";
}
.icon-camera4:before {
	content: "\e685";
}
.icon-camera5:before {
	content: "\e686";
}
.icon-film:before {
	content: "\e687";
}
.icon-film2:before {
	content: "\e688";
}
.icon-film3:before {
	content: "\e689";
}
.icon-microphone:before {
	content: "\e68a";
}
.icon-microphone2:before {
	content: "\e68b";
}
.icon-microphone3:before {
	content: "\e68c";
}
.icon-drink:before {
	content: "\e68d";
}
.icon-drink3:before {
	content: "\e68e";
}
.icon-drink4:before {
	content: "\e68f";
}
.icon-drink5:before {
	content: "\e690";
}
.icon-coffee:before {
	content: "\e691";
}
.icon-mug:before {
	content: "\e692";
}
.icon-icecream:before {
	content: "\e693";
}
.icon-cake:before {
	content: "\e694";
}
.icon-inbox:before {
	content: "\e695";
}
.icon-download4:before {
	content: "\e696";
}
.icon-upload4:before {
	content: "\e697";
}
.icon-inbox2:before {
	content: "\e698";
}
.icon-checkmark:before {
	content: "\e699";
}
.icon-checkmark3:before {
	content: "\e69a";
}
.icon-cancel:before {
	content: "\e69b";
}
.icon-cancel2:before {
	content: "\e69c";
}
.icon-plus:before {
	content: "\e69d";
}
.icon-plus2:before {
	content: "\e69e";
}
.icon-minus:before {
	content: "\e69f";
}
.icon-minus2:before {
	content: "\e6a0";
}
.icon-notice:before {
	content: "\e6a1";
}
.icon-notice2:before {
	content: "\e6a2";
}
.icon-cog:before {
	content: "\e6a3";
}
.icon-cogs:before {
	content: "\e6a4";
}
.icon-cog2:before {
	content: "\e6a5";
}
.icon-warning:before {
	content: "\e6a6";
}
.icon-health:before {
	content: "\e6a7";
}
.icon-suitcase:before {
	content: "\e6a8";
}
.icon-suitcase2:before {
	content: "\e6a9";
}
.icon-suitcase3:before {
	content: "\e6aa";
}
.icon-picture2:before {
	content: "\e6ab";
}
.icon-pictures2:before {
	content: "\e6ac";
}
.icon-pictures3:before {
	content: "\e6ad";
}
.icon-android:before {
	content: "\e6ae";
}
.icon-marvin:before {
	content: "\e6af";
}
.icon-pacman:before {
	content: "\e6b0";
}
.icon-cassette:before {
	content: "\e6b1";
}
.icon-watch:before {
	content: "\e6b2";
}
.icon-chronometer:before {
	content: "\e6b3";
}
.icon-watch2:before {
	content: "\e6b4";
}
.icon-alarmclock2:before {
	content: "\e6b5";
}
.icon-time:before {
	content: "\e6b6";
}
.icon-time2:before {
	content: "\e6b7";
}
.icon-headphones:before {
	content: "\e6b8";
}
.icon-wallet3:before {
	content: "\e6b9";
}
.icon-checkmark4:before {
	content: "\e6ba";
}
.icon-cancel3:before {
	content: "\e6bb";
}
.icon-eye2:before {
	content: "\e6bc";
}
.icon-position:before {
	content: "\e6bd";
}
.icon-sitemap:before {
	content: "\e6be";
}
.icon-sitemap2:before {
	content: "\e6bf";
}
.icon-cloud3:before {
	content: "\e6c0";
}
.icon-upload5:before {
	content: "\e6c1";
}
.icon-chart:before {
	content: "\e6c2";
}
.icon-chart2:before {
	content: "\e6c3";
}
.icon-chart3:before {
	content: "\e6c4";
}
.icon-chart4:before {
	content: "\e6c5";
}
.icon-chart5:before {
	content: "\e6c6";
}
.icon-chart6:before {
	content: "\e6c7";
}
.icon-location3:before {
	content: "\e6c8";
}
.icon-download5:before {
	content: "\e6c9";
}
.icon-basket2:before {
	content: "\e6ca";
}
.icon-folder:before {
	content: "\e6cb";
}
.icon-gamepad:before {
	content: "\e6cc";
}
.icon-alarm:before {
	content: "\e6cd";
}
.icon-alarm-cancel:before {
	content: "\e6ce";
}
.icon-phone4:before {
	content: "\e6cf";
}
.icon-phone5:before {
	content: "\e6d0";
}
.icon-image:before {
	content: "\e6d1";
}
.icon-open:before {
	content: "\e6d2";
}
.icon-sale:before {
	content: "\e6d3";
}
.icon-direction:before {
	content: "\e6d4";
}
.icon-map3:before {
	content: "\e6d5";
}
.icon-trashcan:before {
	content: "\e6d6";
}
.icon-vote:before {
	content: "\e6d7";
}
.icon-graduate:before {
	content: "\e6d8";
}
.icon-lab2:before {
	content: "\e6d9";
}
.icon-tie:before {
	content: "\e6da";
}
.icon-football:before {
	content: "\e6db";
}
.icon-eightball:before {
	content: "\e6dc";
}
.icon-bowling:before {
	content: "\e6dd";
}
.icon-bowlingpin:before {
	content: "\e6de";
}
.icon-baseball:before {
	content: "\e6df";
}
.icon-soccer:before {
	content: "\e6e0";
}
.icon-3dglasses:before {
	content: "\e6e1";
}
.icon-microwave:before {
	content: "\e6e2";
}
.icon-refrigerator:before {
	content: "\e6e3";
}
.icon-oven:before {
	content: "\e6e4";
}
.icon-washingmachine:before {
	content: "\e6e5";
}
.icon-mouse:before {
	content: "\e6e6";
}
.icon-smiley:before {
	content: "\e6e7";
}
.icon-sad3:before {
	content: "\e6e8";
}
.icon-mute:before {
	content: "\e6e9";
}
.icon-hand:before {
	content: "\e6ea";
}
.icon-radio:before {
	content: "\e6eb";
}
.icon-satellite:before {
	content: "\e6ec";
}
.icon-medal:before {
	content: "\e6ed";
}
.icon-medal2:before {
	content: "\e6ee";
}
.icon-switch:before {
	content: "\e6ef";
}
.icon-key4:before {
	content: "\e6f0";
}
.icon-cord:before {
	content: "\e6f1";
}
.icon-locked:before {
	content: "\e6f2";
}
.icon-unlocked:before {
	content: "\e6f3";
}
.icon-locked2:before {
	content: "\e6f4";
}
.icon-unlocked2:before {
	content: "\e6f5";
}
.icon-magnifier:before {
	content: "\e6f6";
}
.icon-zoomin:before {
	content: "\e6f7";
}
.icon-zoomout:before {
	content: "\e6f8";
}
.icon-stack2:before {
	content: "\e6f9";
}
.icon-stack3:before {
	content: "\e6fa";
}
.icon-stack4:before {
	content: "\e6fb";
}
.icon-davidstar:before {
	content: "\e6fc";
}
.icon-cross:before {
	content: "\e6fd";
}
.icon-moonandstar:before {
	content: "\e6fe";
}
.icon-transformers:before {
	content: "\e6ff";
}
.icon-batman:before {
	content: "\e700";
}
.icon-spaceinvaders:before {
	content: "\e701";
}
.icon-skeletor:before {
	content: "\e702";
}
.icon-lamp:before {
	content: "\e703";
}
.icon-lamp2:before {
	content: "\e704";
}
.icon-umbrella:before {
	content: "\e705";
}
.icon-streetlight:before {
	content: "\e706";
}
.icon-bomb:before {
	content: "\e707";
}
.icon-archive:before {
	content: "\e708";
}
.icon-battery:before {
	content: "\e709";
}
.icon-battery2:before {
	content: "\e70a";
}
.icon-battery3:before {
	content: "\e70b";
}
.icon-battery4:before {
	content: "\e70c";
}
.icon-battery5:before {
	content: "\e70d";
}
.icon-megaphone3:before {
	content: "\e70e";
}
.icon-megaphone4:before {
	content: "\e70f";
}
.icon-patch:before {
	content: "\e710";
}
.icon-pil:before {
	content: "\e711";
}
.icon-injection:before {
	content: "\e712";
}
.icon-thermometer:before {
	content: "\e713";
}
.icon-lamp3:before {
	content: "\e714";
}
.icon-lamp4:before {
	content: "\e715";
}
.icon-lamp5:before {
	content: "\e716";
}
.icon-cube:before {
	content: "\e717";
}
.icon-box:before {
	content: "\e718";
}
.icon-box2:before {
	content: "\e719";
}
.icon-diamond2:before {
	content: "\e71a";
}
.icon-bag:before {
	content: "\e71b";
}
.icon-moneybag:before {
	content: "\e71c";
}
.icon-grid2:before {
	content: "\e71d";
}
.icon-grid3:before {
	content: "\e71e";
}
.icon-list:before {
	content: "\e71f";
}
.icon-list3:before {
	content: "\e720";
}
.icon-ruler:before {
	content: "\e721";
}
.icon-ruler2:before {
	content: "\e722";
}
.icon-layout:before {
	content: "\e723";
}
.icon-layout2:before {
	content: "\e724";
}
.icon-layout3:before {
	content: "\e725";
}
.icon-layout4:before {
	content: "\e726";
}
.icon-layout5:before {
	content: "\e727";
}
.icon-layout6:before {
	content: "\e728";
}
.icon-layout7:before {
	content: "\e729";
}
.icon-layout8:before {
	content: "\e72a";
}
.icon-layout9:before {
	content: "\e72b";
}
.icon-layout10:before {
	content: "\e72c";
}
.icon-layout11:before {
	content: "\e72d";
}
.icon-layout12:before {
	content: "\e72e";
}
.icon-layout13:before {
	content: "\e72f";
}
.icon-layout14:before {
	content: "\e730";
}
.icon-tools2:before {
	content: "\e731";
}
.icon-screwdriver:before {
	content: "\e732";
}
.icon-paint:before {
	content: "\e733";
}
.icon-hammer:before {
	content: "\e734";
}
.icon-brush:before {
	content: "\e735";
}
.icon-pen2:before {
	content: "\e736";
}
.icon-chat2:before {
	content: "\e737";
}
.icon-comments:before {
	content: "\e738";
}
.icon-chat3:before {
	content: "\e739";
}
.icon-chat4:before {
	content: "\e73a";
}
.icon-volume:before {
	content: "\e73b";
}
.icon-volume2:before {
	content: "\e73c";
}
.icon-volume3:before {
	content: "\e73d";
}
.icon-equalizer:before {
	content: "\e73e";
}
.icon-resize:before {
	content: "\e73f";
}
.icon-resize2:before {
	content: "\e740";
}
.icon-stretch:before {
	content: "\e741";
}
.icon-narrow:before {
	content: "\e742";
}
.icon-resize3:before {
	content: "\e743";
}
.icon-download6:before {
	content: "\e744";
}
.icon-calculator:before {
	content: "\e745";
}
.icon-library:before {
	content: "\e746";
}
.icon-auction:before {
	content: "\e747";
}
.icon-justice:before {
	content: "\e748";
}
.icon-stats:before {
	content: "\e749";
}
.icon-stats2:before {
	content: "\e74a";
}
.icon-attachment2:before {
	content: "\e74b";
}
.icon-hourglass2:before {
	content: "\e74c";
}
.icon-abacus:before {
	content: "\e74d";
}
.icon-pencil3:before {
	content: "\e74e";
}
.icon-pen3:before {
	content: "\e74f";
}
.icon-pin:before {
	content: "\e750";
}
.icon-pin2:before {
	content: "\e751";
}
.icon-discout:before {
	content: "\e752";
}
.icon-edit2:before {
	content: "\e753";
}
.icon-scissors2:before {
	content: "\e754";
}
.icon-profile:before {
	content: "\e755";
}
.icon-profile2:before {
	content: "\e756";
}
.icon-profile3:before {
	content: "\e757";
}
.icon-rotate:before {
	content: "\e758";
}
.icon-rotate2:before {
	content: "\e759";
}
.icon-reply:before {
	content: "\e75a";
}
.icon-forward:before {
	content: "\e75b";
}
.icon-retweet:before {
	content: "\e75c";
}
.icon-shuffle:before {
	content: "\e75d";
}
.icon-loop:before {
	content: "\e75e";
}
.icon-crop:before {
	content: "\e75f";
}
.icon-square:before {
	content: "\e760";
}
.icon-square2:before {
	content: "\e761";
}
.icon-circle:before {
	content: "\e762";
}
.icon-dollar:before {
	content: "\e763";
}
.icon-dollar2:before {
	content: "\e764";
}
.icon-coins:before {
	content: "\e765";
}
.icon-pig:before {
	content: "\e766";
}
.icon-bookmark:before {
	content: "\e767";
}
.icon-bookmark2:before {
	content: "\e768";
}
.icon-addressbook:before {
	content: "\e769";
}
.icon-addressbook2:before {
	content: "\e76a";
}
.icon-safe:before {
	content: "\e76b";
}
.icon-envelope2:before {
	content: "\e76c";
}
.icon-envelope3:before {
	content: "\e76d";
}
.icon-radioactive:before {
	content: "\e76e";
}
.icon-music2:before {
	content: "\e76f";
}
.icon-presentation2:before {
	content: "\e770";
}
.icon-male:before {
	content: "\e771";
}
.icon-female:before {
	content: "\e772";
}
.icon-aids:before {
	content: "\e773";
}
.icon-heart3:before {
	content: "\e774";
}
.icon-info:before {
	content: "\e775";
}
.icon-info2:before {
	content: "\e776";
}
.icon-piano:before {
	content: "\e777";
}
.icon-rain:before {
	content: "\e778";
}
.icon-snow:before {
	content: "\e779";
}
.icon-lightning:before {
	content: "\e77a";
}
.icon-sun:before {
	content: "\e77b";
}
.icon-moon:before {
	content: "\e77c";
}
.icon-cloudy:before {
	content: "\e77d";
}
.icon-cloudy2:before {
	content: "\e77e";
}
.icon-car:before {
	content: "\e77f";
}
.icon-bike2:before {
	content: "\e780";
}
.icon-truck2:before {
	content: "\e781";
}
.icon-bus:before {
	content: "\e782";
}
.icon-bike3:before {
	content: "\e783";
}
.icon-plane:before {
	content: "\e784";
}
.icon-paperplane2:before {
	content: "\e785";
}
.icon-rocket:before {
	content: "\e786";
}
.icon-book:before {
	content: "\e787";
}
.icon-book2:before {
	content: "\e788";
}
.icon-barcode:before {
	content: "\e789";
}
.icon-barcode2:before {
	content: "\e78a";
}
.icon-expand2:before {
	content: "\e78b";
}
.icon-collapse:before {
	content: "\e78c";
}
.icon-popout:before {
	content: "\e78d";
}
.icon-popin:before {
	content: "\e78e";
}
.icon-target2:before {
	content: "\e78f";
}
.icon-badge:before {
	content: "\e790";
}
.icon-badge2:before {
	content: "\e791";
}
.icon-ticket:before {
	content: "\e792";
}
.icon-ticket2:before {
	content: "\e793";
}
.icon-ticket3:before {
	content: "\e794";
}
.icon-microphone4:before {
	content: "\e795";
}
.icon-cone:before {
	content: "\e796";
}
.icon-blocked:before {
	content: "\e797";
}
.icon-stop:before {
	content: "\e798";
}
.icon-keyboard:before {
	content: "\e799";
}
.icon-keyboard2:before {
	content: "\e79a";
}
.icon-radio2:before {
	content: "\e79b";
}
.icon-printer2:before {
	content: "\e79c";
}
.icon-checked:before {
	content: "\e79d";
}
.icon-error:before {
	content: "\e79e";
}
.icon-add:before {
	content: "\e79f";
}
.icon-minus3:before {
	content: "\e7a0";
}
.icon-alert:before {
	content: "\e7a1";
}
.icon-pictures4:before {
	content: "\e7a2";
}
.icon-atom:before {
	content: "\e7a3";
}
.icon-eyedropper:before {
	content: "\e7a4";
}
.icon-globe2:before {
	content: "\e7a5";
}
.icon-globe3:before {
	content: "\e7a6";
}
.icon-shipping:before {
	content: "\e7a7";
}
.icon-yingyang:before {
	content: "\e7a8";
}
.icon-compass3:before {
	content: "\e7a9";
}
.icon-zip:before {
	content: "\e7aa";
}
.icon-zip2:before {
	content: "\e7ab";
}
.icon-anchor2:before {
	content: "\e7ac";
}
.icon-lockedheart:before {
	content: "\e7ad";
}
.icon-magnet:before {
	content: "\e7ae";
}
.icon-navigation:before {
	content: "\e7af";
}
.icon-tags:before {
	content: "\e7b0";
}
.icon-heart4:before {
	content: "\e7b1";
}
.icon-heart5:before {
	content: "\e7b2";
}
.icon-usb:before {
	content: "\e7b3";
}
.icon-clipboard2:before {
	content: "\e7b4";
}
.icon-clipboard3:before {
	content: "\e7b5";
}
.icon-clipboard4:before {
	content: "\e7b6";
}
.icon-switch2:before {
	content: "\e7b7";
}
.icon-ruler3:before {
	content: "\e7b8";
}
.icon-glass:before {
	content: "\f000";
}
.icon-music3:before {
	content: "\f001";
}
.icon-search3:before {
	content: "\f002";
}
.icon-envelope-o:before {
	content: "\f003";
}
.icon-heart6:before {
	content: "\f004";
}
.icon-star2:before {
	content: "\f005";
}
.icon-star-o:before {
	content: "\f006";
}
.icon-user2:before {
	content: "\f007";
}
.icon-film4:before {
	content: "\f008";
}
.icon-th-large:before {
	content: "\f009";
}
.icon-th:before {
	content: "\f00a";
}
.icon-th-list:before {
	content: "\f00b";
}
.icon-check:before {
	content: "\f00c";
}
.icon-close:before {
	content: "\f00d";
}
.icon-search-plus:before {
	content: "\f00e";
}
.icon-search-minus:before {
	content: "\f010";
}
.icon-power-off:before {
	content: "\f011";
}
.icon-signal:before {
	content: "\f012";
}
.icon-cog3:before {
	content: "\f013";
}
.icon-trash-o:before {
	content: "\f014";
}
.icon-home4:before {
	content: "\f015";
}
.icon-file-o:before {
	content: "\f016";
}
.icon-clock-o:before {
	content: "\f017";
}
.icon-road:before {
	content: "\f018";
}
.icon-download7:before {
	content: "\f019";
}
.icon-arrow-circle-o-down:before {
	content: "\f01a";
}
.icon-arrow-circle-o-up:before {
	content: "\f01b";
}
.icon-inbox3:before {
	content: "\f01c";
}
.icon-play-circle-o:before {
	content: "\f01d";
}
.icon-repeat:before {
	content: "\f01e";
}
.icon-refresh2:before {
	content: "\f021";
}
.icon-list-alt:before {
	content: "\f022";
}
.icon-lock3:before {
	content: "\f023";
}
.icon-flag2:before {
	content: "\f024";
}
.icon-headphones2: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-barcode3:before {
	content: "\f02a";
}
.icon-tag4:before {
	content: "\f02b";
}
.icon-tags2:before {
	content: "\f02c";
}
.icon-book3:before {
	content: "\f02d";
}
.icon-bookmark3:before {
	content: "\f02e";
}
.icon-print:before {
	content: "\f02f";
}
.icon-camera6: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-list4:before {
	content: "\f03a";
}
.icon-dedent:before {
	content: "\f03b";
}
.icon-indent:before {
	content: "\f03c";
}
.icon-video-camera:before {
	content: "\f03d";
}
.icon-image2:before {
	content: "\f03e";
}
.icon-pencil4:before {
	content: "\f040";
}
.icon-map-marker:before {
	content: "\f041";
}
.icon-adjust:before {
	content: "\f042";
}
.icon-tint:before {
	content: "\f043";
}
.icon-edit3:before {
	content: "\f044";
}
.icon-share-square-o:before {
	content: "\f045";
}
.icon-check-square-o:before {
	content: "\f046";
}
.icon-arrows: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-stop3:before {
	content: "\f04d";
}
.icon-forward4: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-circle:before {
	content: "\f055";
}
.icon-minus-circle:before {
	content: "\f056";
}
.icon-times-circle:before {
	content: "\f057";
}
.icon-check-circle:before {
	content: "\f058";
}
.icon-question-circle:before {
	content: "\f059";
}
.icon-info-circle:before {
	content: "\f05a";
}
.icon-crosshairs:before {
	content: "\f05b";
}
.icon-times-circle-o:before {
	content: "\f05c";
}
.icon-check-circle-o:before {
	content: "\f05d";
}
.icon-ban: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-mail-forward:before {
	content: "\f064";
}
.icon-expand3:before {
	content: "\f065";
}
.icon-compress:before {
	content: "\f066";
}
.icon-plus3:before {
	content: "\f067";
}
.icon-minus4:before {
	content: "\f068";
}
.icon-asterisk:before {
	content: "\f069";
}
.icon-exclamation-circle:before {
	content: "\f06a";
}
.icon-gift2:before {
	content: "\f06b";
}
.icon-leaf:before {
	content: "\f06c";
}
.icon-fire2:before {
	content: "\f06d";
}
.icon-eye3:before {
	content: "\f06e";
}
.icon-eye-slash:before {
	content: "\f070";
}
.icon-exclamation-triangle:before {
	content: "\f071";
}
.icon-plane2:before {
	content: "\f072";
}
.icon-calendar6:before {
	content: "\f073";
}
.icon-random:before {
	content: "\f074";
}
.icon-comment:before {
	content: "\f075";
}
.icon-magnet2:before {
	content: "\f076";
}
.icon-chevron-up:before {
	content: "\f077";
}
.icon-chevron-down:before {
	content: "\f078";
}
.icon-retweet2:before {
	content: "\f079";
}
.icon-shopping-cart:before {
	content: "\f07a";
}
.icon-folder2:before {
	content: "\f07b";
}
.icon-folder-open:before {
	content: "\f07c";
}
.icon-arrows-v:before {
	content: "\f07d";
}
.icon-arrows-h:before {
	content: "\f07e";
}
.icon-bar-chart:before {
	content: "\f080";
}
.icon-twitter-square:before {
	content: "\f081";
}
.icon-facebook-square:before {
	content: "\f082";
}
.icon-camera-retro:before {
	content: "\f083";
}
.icon-key5:before {
	content: "\f084";
}
.icon-cogs2:before {
	content: "\f085";
}
.icon-comments2:before {
	content: "\f086";
}
.icon-thumbs-o-up:before {
	content: "\f087";
}
.icon-thumbs-o-down:before {
	content: "\f088";
}
.icon-star-half:before {
	content: "\f089";
}
.icon-heart-o:before {
	content: "\f08a";
}
.icon-sign-out:before {
	content: "\f08b";
}
.icon-linkedin-square:before {
	content: "\f08c";
}
.icon-thumb-tack:before {
	content: "\f08d";
}
.icon-external-link:before {
	content: "\f08e";
}
.icon-sign-in:before {
	content: "\f090";
}
.icon-trophy2:before {
	content: "\f091";
}
.icon-github-square:before {
	content: "\f092";
}
.icon-upload6:before {
	content: "\f093";
}
.icon-lemon-o:before {
	content: "\f094";
}
.icon-phone6:before {
	content: "\f095";
}
.icon-square-o:before {
	content: "\f096";
}
.icon-bookmark-o:before {
	content: "\f097";
}
.icon-phone-square:before {
	content: "\f098";
}
.icon-twitter4:before {
	content: "\f099";
}
.icon-facebook4:before {
	content: "\f09a";
}
.icon-github:before {
	content: "\f09b";
}
.icon-unlock:before {
	content: "\f09c";
}
.icon-credit-card:before {
	content: "\f09d";
}
.icon-feed:before {
	content: "\f09e";
}
.icon-hdd-o:before {
	content: "\f0a0";
}
.icon-bullhorn:before {
	content: "\f0a1";
}
.icon-bell-o:before {
	content: "\f0a2";
}
.icon-certificate:before {
	content: "\f0a3";
}
.icon-hand-o-right:before {
	content: "\f0a4";
}
.icon-hand-o-left:before {
	content: "\f0a5";
}
.icon-hand-o-up:before {
	content: "\f0a6";
}
.icon-hand-o-down:before {
	content: "\f0a7";
}
.icon-arrow-circle-left:before {
	content: "\f0a8";
}
.icon-arrow-circle-right:before {
	content: "\f0a9";
}
.icon-arrow-circle-up:before {
	content: "\f0aa";
}
.icon-arrow-circle-down:before {
	content: "\f0ab";
}
.icon-globe4:before {
	content: "\f0ac";
}
.icon-wrench:before {
	content: "\f0ad";
}
.icon-tasks:before {
	content: "\f0ae";
}
.icon-filter:before {
	content: "\f0b0";
}
.icon-briefcase2:before {
	content: "\f0b1";
}
.icon-arrows-alt:before {
	content: "\f0b2";
}
.icon-group:before {
	content: "\f0c0";
}
.icon-chain:before {
	content: "\f0c1";
}
.icon-cloud4:before {
	content: "\f0c2";
}
.icon-flask:before {
	content: "\f0c3";
}
.icon-cut:before {
	content: "\f0c4";
}
.icon-copy:before {
	content: "\f0c5";
}
.icon-paperclip2:before {
	content: "\f0c6";
}
.icon-floppy-o:before {
	content: "\f0c7";
}
.icon-square3:before {
	content: "\f0c8";
}
.icon-bars: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-truck3:before {
	content: "\f0d1";
}
.icon-pinterest:before {
	content: "\f0d2";
}
.icon-pinterest-square:before {
	content: "\f0d3";
}
.icon-google-plus-square: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-desc:before {
	content: "\f0dd";
}
.icon-sort-asc:before {
	content: "\f0de";
}
.icon-envelope4:before {
	content: "\f0e0";
}
.icon-linkedin3:before {
	content: "\f0e1";
}
.icon-rotate-left:before {
	content: "\f0e2";
}
.icon-gavel:before {
	content: "\f0e3";
}
.icon-dashboard:before {
	content: "\f0e4";
}
.icon-comment-o:before {
	content: "\f0e5";
}
.icon-comments-o:before {
	content: "\f0e6";
}
.icon-bolt:before {
	content: "\f0e7";
}
.icon-sitemap3:before {
	content: "\f0e8";
}
.icon-umbrella2:before {
	content: "\f0e9";
}
.icon-clipboard5:before {
	content: "\f0ea";
}
.icon-lightbulb-o:before {
	content: "\f0eb";
}
.icon-exchange:before {
	content: "\f0ec";
}
.icon-cloud-download:before {
	content: "\f0ed";
}
.icon-cloud-upload:before {
	content: "\f0ee";
}
.icon-user-md:before {
	content: "\f0f0";
}
.icon-stethoscope:before {
	content: "\f0f1";
}
.icon-suitcase4:before {
	content: "\f0f2";
}
.icon-bell:before {
	content: "\f0f3";
}
.icon-coffee2:before {
	content: "\f0f4";
}
.icon-cutlery:before {
	content: "\f0f5";
}
.icon-file-text-o:before {
	content: "\f0f6";
}
.icon-building-o:before {
	content: "\f0f7";
}
.icon-hospital-o:before {
	content: "\f0f8";
}
.icon-ambulance:before {
	content: "\f0f9";
}
.icon-medkit:before {
	content: "\f0fa";
}
.icon-fighter-jet:before {
	content: "\f0fb";
}
.icon-beer:before {
	content: "\f0fc";
}
.icon-h-square:before {
	content: "\f0fd";
}
.icon-plus-square:before {
	content: "\f0fe";
}
.icon-angle-double-left:before {
	content: "\f100";
}
.icon-angle-double-right:before {
	content: "\f101";
}
.icon-angle-double-up:before {
	content: "\f102";
}
.icon-angle-double-down:before {
	content: "\f103";
}
.icon-angle-left:before {
	content: "\f104";
}
.icon-angle-right:before {
	content: "\f105";
}
.icon-angle-up:before {
	content: "\f106";
}
.icon-angle-down:before {
	content: "\f107";
}
.icon-desktop2:before {
	content: "\f108";
}
.icon-laptop2:before {
	content: "\f109";
}
.icon-tablet3:before {
	content: "\f10a";
}
.icon-mobile3:before {
	content: "\f10b";
}
.icon-circle-o:before {
	content: "\f10c";
}
.icon-quote-left:before {
	content: "\f10d";
}
.icon-quote-right:before {
	content: "\f10e";
}
.icon-spinner:before {
	content: "\f110";
}
.icon-circle2:before {
	content: "\f111";
}
.icon-mail-reply:before {
	content: "\f112";
}
.icon-github-alt:before {
	content: "\f113";
}
.icon-folder-o:before {
	content: "\f114";
}
.icon-folder-open-o:before {
	content: "\f115";
}
.icon-smile-o:before {
	content: "\f118";
}
.icon-frown-o:before {
	content: "\f119";
}
.icon-meh-o:before {
	content: "\f11a";
}
.icon-gamepad2:before {
	content: "\f11b";
}
.icon-keyboard-o:before {
	content: "\f11c";
}
.icon-flag-o:before {
	content: "\f11d";
}
.icon-flag-checkered:before {
	content: "\f11e";
}
.icon-terminal:before {
	content: "\f120";
}
.icon-code:before {
	content: "\f121";
}
.icon-mail-reply-all:before {
	content: "\f122";
}
.icon-star-half-empty:before {
	content: "\f123";
}
.icon-location-arrow:before {
	content: "\f124";
}
.icon-crop2:before {
	content: "\f125";
}
.icon-code-fork:before {
	content: "\f126";
}
.icon-chain-broken:before {
	content: "\f127";
}
.icon-question:before {
	content: "\f128";
}
.icon-info3:before {
	content: "\f129";
}
.icon-exclamation:before {
	content: "\f12a";
}
.icon-superscript:before {
	content: "\f12b";
}
.icon-subscript:before {
	content: "\f12c";
}
.icon-eraser:before {
	content: "\f12d";
}
.icon-puzzle-piece:before {
	content: "\f12e";
}
.icon-microphone5:before {
	content: "\f130";
}
.icon-microphone-slash:before {
	content: "\f131";
}
.icon-shield2:before {
	content: "\f132";
}
.icon-calendar-o:before {
	content: "\f133";
}
.icon-fire-extinguisher:before {
	content: "\f134";
}
.icon-rocket2:before {
	content: "\f135";
}
.icon-maxcdn:before {
	content: "\f136";
}
.icon-chevron-circle-left:before {
	content: "\f137";
}
.icon-chevron-circle-right:before {
	content: "\f138";
}
.icon-chevron-circle-up:before {
	content: "\f139";
}
.icon-chevron-circle-down:before {
	content: "\f13a";
}
.icon-html5:before {
	content: "\f13b";
}
.icon-css3:before {
	content: "\f13c";
}
.icon-anchor3:before {
	content: "\f13d";
}
.icon-unlock-alt:before {
	content: "\f13e";
}
.icon-bullseye:before {
	content: "\f140";
}
.icon-ellipsis-h:before {
	content: "\f141";
}
.icon-ellipsis-v:before {
	content: "\f142";
}
.icon-rss-square:before {
	content: "\f143";
}
.icon-play-circle:before {
	content: "\f144";
}
.icon-ticket4:before {
	content: "\f145";
}
.icon-minus-square:before {
	content: "\f146";
}
.icon-minus-square-o:before {
	content: "\f147";
}
.icon-level-up:before {
	content: "\f148";
}
.icon-level-down:before {
	content: "\f149";
}
.icon-check-square:before {
	content: "\f14a";
}
.icon-pencil-square:before {
	content: "\f14b";
}
.icon-external-link-square:before {
	content: "\f14c";
}
.icon-share-square:before {
	content: "\f14d";
}
.icon-compass4:before {
	content: "\f14e";
}
.icon-caret-square-o-down:before {
	content: "\f150";
}
.icon-caret-square-o-up:before {
	content: "\f151";
}
.icon-caret-square-o-right:before {
	content: "\f152";
}
.icon-eur:before {
	content: "\f153";
}
.icon-gbp:before {
	content: "\f154";
}
.icon-dollar3:before {
	content: "\f155";
}
.icon-inr:before {
	content: "\f156";
}
.icon-cny:before {
	content: "\f157";
}
.icon-rouble:before {
	content: "\f158";
}
.icon-krw:before {
	content: "\f159";
}
.icon-bitcoin:before {
	content: "\f15a";
}
.icon-file4:before {
	content: "\f15b";
}
.icon-file-text:before {
	content: "\f15c";
}
.icon-sort-alpha-asc:before {
	content: "\f15d";
}
.icon-sort-alpha-desc:before {
	content: "\f15e";
}
.icon-sort-amount-asc:before {
	content: "\f160";
}
.icon-sort-amount-desc:before {
	content: "\f161";
}
.icon-sort-numeric-asc:before {
	content: "\f162";
}
.icon-sort-numeric-desc:before {
	content: "\f163";
}
.icon-thumbs-up:before {
	content: "\f164";
}
.icon-thumbs-down:before {
	content: "\f165";
}
.icon-youtube-square:before {
	content: "\f166";
}
.icon-youtube:before {
	content: "\f167";
}
.icon-xing:before {
	content: "\f168";
}
.icon-xing-square:before {
	content: "\f169";
}
.icon-youtube-play:before {
	content: "\f16a";
}
.icon-dropbox:before {
	content: "\f16b";
}
.icon-stack-overflow:before {
	content: "\f16c";
}
.icon-instagram:before {
	content: "\f16d";
}
.icon-flickr:before {
	content: "\f16e";
}
.icon-adn:before {
	content: "\f170";
}
.icon-bitbucket:before {
	content: "\f171";
}
.icon-bitbucket-square:before {
	content: "\f172";
}
.icon-tumblr3:before {
	content: "\f173";
}
.icon-tumblr-square:before {
	content: "\f174";
}
.icon-long-arrow-down:before {
	content: "\f175";
}
.icon-long-arrow-up:before {
	content: "\f176";
}
.icon-long-arrow-left:before {
	content: "\f177";
}
.icon-long-arrow-right:before {
	content: "\f178";
}
.icon-apple:before {
	content: "\f179";
}
.icon-windows:before {
	content: "\f17a";
}
.icon-android2:before {
	content: "\f17b";
}
.icon-linux:before {
	content: "\f17c";
}
.icon-dribbble4:before {
	content: "\f17d";
}
.icon-skype:before {
	content: "\f17e";
}
.icon-foursquare:before {
	content: "\f180";
}
.icon-trello:before {
	content: "\f181";
}
.icon-female2:before {
	content: "\f182";
}
.icon-male2:before {
	content: "\f183";
}
.icon-gittip:before {
	content: "\f184";
}
.icon-sun-o:before {
	content: "\f185";
}
.icon-moon-o:before {
	content: "\f186";
}
.icon-archive2:before {
	content: "\f187";
}
.icon-bug:before {
	content: "\f188";
}
.icon-vk:before {
	content: "\f189";
}
.icon-weibo:before {
	content: "\f18a";
}
.icon-renren:before {
	content: "\f18b";
}
.icon-pagelines:before {
	content: "\f18c";
}
.icon-stack-exchange:before {
	content: "\f18d";
}
.icon-arrow-circle-o-right:before {
	content: "\f18e";
}
.icon-arrow-circle-o-left:before {
	content: "\f190";
}
.icon-caret-square-o-left:before {
	content: "\f191";
}
.icon-dot-circle-o:before {
	content: "\f192";
}
.icon-wheelchair:before {
	content: "\f193";
}
.icon-vimeo-square:before {
	content: "\f194";
}
.icon-try:before {
	content: "\f195";
}
.icon-plus-square-o:before {
	content: "\f196";
}
.icon-space-shuttle:before {
	content: "\f197";
}
.icon-slack:before {
	content: "\f198";
}
.icon-envelope-square:before {
	content: "\f199";
}
.icon-wordpress:before {
	content: "\f19a";
}
.icon-openid:before {
	content: "\f19b";
}
.icon-bank:before {
	content: "\f19c";
}
.icon-graduation-cap:before {
	content: "\f19d";
}
.icon-yahoo:before {
	content: "\f19e";
}
.icon-google2:before {
	content: "\f1a0";
}
.icon-reddit:before {
	content: "\f1a1";
}
.icon-reddit-square:before {
	content: "\f1a2";
}
.icon-stumbleupon-circle:before {
	content: "\f1a3";
}
.icon-stumbleupon:before {
	content: "\f1a4";
}
.icon-delicious:before {
	content: "\f1a5";
}
.icon-digg:before {
	content: "\f1a6";
}
.icon-pied-piper:before {
	content: "\f1a7";
}
.icon-pied-piper-alt:before {
	content: "\f1a8";
}
.icon-drupal:before {
	content: "\f1a9";
}
.icon-joomla:before {
	content: "\f1aa";
}
.icon-language:before {
	content: "\f1ab";
}
.icon-fax:before {
	content: "\f1ac";
}
.icon-building:before {
	content: "\f1ad";
}
.icon-child:before {
	content: "\f1ae";
}
.icon-paw:before {
	content: "\f1b0";
}
.icon-spoon:before {
	content: "\f1b1";
}
.icon-cube2:before {
	content: "\f1b2";
}
.icon-cubes:before {
	content: "\f1b3";
}
.icon-behance:before {
	content: "\f1b4";
}
.icon-behance-square:before {
	content: "\f1b5";
}
.icon-steam:before {
	content: "\f1b6";
}
.icon-steam-square:before {
	content: "\f1b7";
}
.icon-recycle2:before {
	content: "\f1b8";
}
.icon-automobile:before {
	content: "\f1b9";
}
.icon-cab:before {
	content: "\f1ba";
}
.icon-tree:before {
	content: "\f1bb";
}
.icon-spotify:before {
	content: "\f1bc";
}
.icon-deviantart:before {
	content: "\f1bd";
}
.icon-soundcloud:before {
	content: "\f1be";
}
.icon-database:before {
	content: "\f1c0";
}
.icon-file-pdf-o:before {
	content: "\f1c1";
}
.icon-file-word-o:before {
	content: "\f1c2";
}
.icon-file-excel-o:before {
	content: "\f1c3";
}
.icon-file-powerpoint-o:before {
	content: "\f1c4";
}
.icon-file-image-o:before {
	content: "\f1c5";
}
.icon-file-archive-o:before {
	content: "\f1c6";
}
.icon-file-audio-o:before {
	content: "\f1c7";
}
.icon-file-movie-o:before {
	content: "\f1c8";
}
.icon-file-code-o:before {
	content: "\f1c9";
}
.icon-vine:before {
	content: "\f1ca";
}
.icon-codepen:before {
	content: "\f1cb";
}
.icon-jsfiddle:before {
	content: "\f1cc";
}
.icon-life-bouy:before {
	content: "\f1cd";
}
.icon-circle-o-notch:before {
	content: "\f1ce";
}
.icon-ra:before {
	content: "\f1d0";
}
.icon-empire:before {
	content: "\f1d1";
}
.icon-git-square:before {
	content: "\f1d2";
}
.icon-git:before {
	content: "\f1d3";
}
.icon-hacker-news:before {
	content: "\f1d4";
}
.icon-tencent-weibo:before {
	content: "\f1d5";
}
.icon-qq:before {
	content: "\f1d6";
}
.icon-wechat:before {
	content: "\f1d7";
}
.icon-paper-plane:before {
	content: "\f1d8";
}
.icon-paper-plane-o:before {
	content: "\f1d9";
}
.icon-history:before {
	content: "\f1da";
}
.icon-circle-thin:before {
	content: "\f1db";
}
.icon-header:before {
	content: "\f1dc";
}
.icon-paragraph:before {
	content: "\f1dd";
}
.icon-sliders:before {
	content: "\f1de";
}
.icon-share-alt:before {
	content: "\f1e0";
}
.icon-share-alt-square:before {
	content: "\f1e1";
}
.icon-bomb2:before {
	content: "\f1e2";
}
.icon-futbol-o:before {
	content: "\f1e3";
}
.icon-tty:before {
	content: "\f1e4";
}
.icon-binoculars:before {
	content: "\f1e5";
}
.icon-plug:before {
	content: "\f1e6";
}
.icon-slideshare:before {
	content: "\f1e7";
}
.icon-twitch:before {
	content: "\f1e8";
}
.icon-yelp:before {
	content: "\f1e9";
}
.icon-newspaper-o:before {
	content: "\f1ea";
}
.icon-wifi:before {
	content: "\f1eb";
}
.icon-calculator2:before {
	content: "\f1ec";
}
.icon-paypal:before {
	content: "\f1ed";
}
.icon-google-wallet:before {
	content: "\f1ee";
}
.icon-cc-visa:before {
	content: "\f1f0";
}
.icon-cc-mastercard:before {
	content: "\f1f1";
}
.icon-cc-discover:before {
	content: "\f1f2";
}
.icon-cc-amex:before {
	content: "\f1f3";
}
.icon-cc-paypal:before {
	content: "\f1f4";
}
.icon-cc-stripe:before {
	content: "\f1f5";
}
.icon-bell-slash:before {
	content: "\f1f6";
}
.icon-bell-slash-o:before {
	content: "\f1f7";
}
.icon-trash2:before {
	content: "\f1f8";
}
.icon-copyright:before {
	content: "\f1f9";
}
.icon-at:before {
	content: "\f1fa";
}
.icon-eyedropper2:before {
	content: "\f1fb";
}
.icon-paint-brush:before {
	content: "\f1fc";
}
.icon-birthday-cake:before {
	content: "\f1fd";
}
.icon-area-chart:before {
	content: "\f1fe";
}
.icon-pie-chart:before {
	content: "\f200";
}
.icon-line-chart:before {
	content: "\f201";
}
.icon-lastfm:before {
	content: "\f202";
}
.icon-lastfm-square:before {
	content: "\f203";
}
.icon-toggle-off:before {
	content: "\f204";
}
.icon-toggle-on:before {
	content: "\f205";
}
.icon-bicycle:before {
	content: "\f206";
}
.icon-bus2:before {
	content: "\f207";
}
.icon-ioxhost:before {
	content: "\f208";
}
.icon-angellist:before {
	content: "\f209";
}
.icon-cc:before {
	content: "\f20a";
}
.icon-ils:before {
	content: "\f20b";
}
.icon-meanpath:before {
	content: "\f20c";
}
.icon-buysellads:before {
	content: "\f20d";
}
.icon-connectdevelop:before {
	content: "\f20e";
}
.icon-dashcube:before {
	content: "\f210";
}
.icon-forumbee:before {
	content: "\f211";
}
.icon-leanpub:before {
	content: "\f212";
}
.icon-sellsy:before {
	content: "\f213";
}
.icon-shirtsinbulk:before {
	content: "\f214";
}
.icon-simplybuilt:before {
	content: "\f215";
}
.icon-skyatlas:before {
	content: "\f216";
}
.icon-cart-plus:before {
	content: "\f217";
}
.icon-cart-arrow-down:before {
	content: "\f218";
}
.icon-diamond3:before {
	content: "\f219";
}
.icon-ship:before {
	content: "\f21a";
}
.icon-user-secret:before {
	content: "\f21b";
}
.icon-motorcycle:before {
	content: "\f21c";
}
.icon-street-view:before {
	content: "\f21d";
}
.icon-heartbeat:before {
	content: "\f21e";
}
.icon-venus:before {
	content: "\f221";
}
.icon-mars:before {
	content: "\f222";
}
.icon-mercury:before {
	content: "\f223";
}
.icon-intersex:before {
	content: "\f224";
}
.icon-transgender-alt:before {
	content: "\f225";
}
.icon-venus-double:before {
	content: "\f226";
}
.icon-mars-double:before {
	content: "\f227";
}
.icon-venus-mars:before {
	content: "\f228";
}
.icon-mars-stroke:before {
	content: "\f229";
}
.icon-mars-stroke-v:before {
	content: "\f22a";
}
.icon-mars-stroke-h:before {
	content: "\f22b";
}
.icon-neuter:before {
	content: "\f22c";
}
.icon-genderless:before {
	content: "\f22d";
}
.icon-facebook-official:before {
	content: "\f230";
}
.icon-pinterest-p:before {
	content: "\f231";
}
.icon-whaarchitecturepp:before {
	content: "\f232";
}
.icon-server:before {
	content: "\f233";
}
.icon-user-plus:before {
	content: "\f234";
}
.icon-user-times:before {
	content: "\f235";
}
.icon-bed:before {
	content: "\f236";
}
.icon-viacoin:before {
	content: "\f237";
}
.icon-train:before {
	content: "\f238";
}
.icon-subway:before {
	content: "\f239";
}
.icon-medium:before {
	content: "\f23a";
}
.icon-y-combinator:before {
	content: "\f23b";
}
.icon-optin-monster:before {
	content: "\f23c";
}
.icon-opencart:before {
	content: "\f23d";
}
.icon-expeditedssl:before {
	content: "\f23e";
}
.icon-battery-4:before {
	content: "\f240";
}
.icon-battery-3:before {
	content: "\f241";
}
.icon-battery-2:before {
	content: "\f242";
}
.icon-battery-1:before {
	content: "\f243";
}
.icon-battery-0:before {
	content: "\f244";
}
.icon-mouse-pointer:before {
	content: "\f245";
}
.icon-i-cursor:before {
	content: "\f246";
}
.icon-object-group:before {
	content: "\f247";
}
.icon-object-ungroup:before {
	content: "\f248";
}
.icon-sticky-note:before {
	content: "\f249";
}
.icon-sticky-note-o:before {
	content: "\f24a";
}
.icon-cc-jcb:before {
	content: "\f24b";
}
.icon-cc-diners-club:before {
	content: "\f24c";
}
.icon-clone:before {
	content: "\f24d";
}
.icon-balance-scale:before {
	content: "\f24e";
}
.icon-hourglass-o:before {
	content: "\f250";
}
.icon-hourglass-1:before {
	content: "\f251";
}
.icon-hourglass-2:before {
	content: "\f252";
}
.icon-hourglass-3:before {
	content: "\f253";
}
.icon-hourglass3:before {
	content: "\f254";
}
.icon-hand-grab-o:before {
	content: "\f255";
}
.icon-hand-paper-o:before {
	content: "\f256";
}
.icon-hand-scissors-o:before {
	content: "\f257";
}
.icon-hand-lizard-o:before {
	content: "\f258";
}
.icon-hand-spock-o:before {
	content: "\f259";
}
.icon-hand-pointer-o:before {
	content: "\f25a";
}
.icon-hand-peace-o:before {
	content: "\f25b";
}
.icon-trademark:before {
	content: "\f25c";
}
.icon-registered:before {
	content: "\f25d";
}
.icon-creative-commons:before {
	content: "\f25e";
}
.icon-gg:before {
	content: "\f260";
}
.icon-gg-circle:before {
	content: "\f261";
}
.icon-tripadvisor:before {
	content: "\f262";
}
.icon-odnoklassniki:before {
	content: "\f263";
}
.icon-odnoklassniki-square:before {
	content: "\f264";
}
.icon-get-pocket:before {
	content: "\f265";
}
.icon-wikipedia-w:before {
	content: "\f266";
}
.icon-safari:before {
	content: "\f267";
}
.icon-chrome:before {
	content: "\f268";
}
.icon-firefox:before {
	content: "\f269";
}
.icon-opera:before {
	content: "\f26a";
}
.icon-internet-explorer:before {
	content: "\f26b";
}
.icon-television:before {
	content: "\f26c";
}
.icon-contao:before {
	content: "\f26d";
}
.icon-500px:before {
	content: "\f26e";
}
.icon-amazon:before {
	content: "\f270";
}
.icon-calendar-plus-o:before {
	content: "\f271";
}
.icon-calendar-minus-o:before {
	content: "\f272";
}
.icon-calendar-times-o:before {
	content: "\f273";
}
.icon-calendar-check-o:before {
	content: "\f274";
}
.icon-industry:before {
	content: "\f275";
}
.icon-map-pin2:before {
	content: "\f276";
}
.icon-map-signs:before {
	content: "\f277";
}
.icon-map-o:before {
	content: "\f278";
}
.icon-map4:before {
	content: "\f279";
}
.icon-commenting:before {
	content: "\f27a";
}
.icon-commenting-o:before {
	content: "\f27b";
}
.icon-houzz:before {
	content: "\f27c";
}
.icon-vimeo:before {
	content: "\f27d";
}
.icon-black-tie:before {
	content: "\f27e";
}
.icon-fonticons:before {
	content: "\f280";
}
/*
 * 	Default Color
 */


.header-one .header .navigation ul li.select a, .header-two .header .navigation ul li.select a {
	color: #e7a920;
}
.header-one .header .navigation ul li a:before, .header-two .header .navigation ul li a:before {
	background: #e7a920;
}
.header-one .header .navigation ul li a:hover, .header-two .header .navigation ul li a:hover {
	color: #e7a920;
}
.our-studio .icons i {
	color: #e7a920;
}
.main-heading h4 {
	color: #e7a920;
}
.work:hover span.number {
	color: #e7a920 !important;
}
.projects .work:hover .text h6 {
	color: #e7a920;
}
.kind-words span {
	color: #e7a920;
}
.read-more-btn {
	background: #e7a920;
}
#client-words .owl-page.active {
	background: #E7A920;
}
#client-words .owl-page:hover {
	background: #E7A920;
}
.z-tabs.silver > ul > li> a:hover {
	background: #E7A920;
}
.footer .footer-bottom a {
	color: #e7a920;
}
.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
	background-color: #e7a920;
	border-color: #e7a920;
}
.cbp-l-filters-button .cbp-filter-item-active {
	background: #e7a920;
	border-color: #e7a920;
}
.cbp-l-filters-button .cbp-filter-item:hover {
	background: #e7a920;
	border: solid 1px #e7a920;
}
.sub-banner .text-detail ul {
	border-bottom: solid 4px #e7a920;
}
.sub-banner .text-detail ul li a:hover {
	color: #e7a920;
}
.news .news-sec .news-main span {
	background: #e7a920;
}
.news .news-sec .news-main {
	border-bottom: solid 4px #e7a920;
}
.news .news-sec .detail a:hover {
	color: #e7a920;
	border-bottom: solid 1px #e7a920;
}
.new-older .more-post:hover {
	color: #e7a920;
}
.news-detail .next-posts a:hover {
	color: #e7a920;
}
.news-detail .comments .comment-sec .detail a {
	color: #e7a920;
}
.header-two-main .header ul li a:hover {
	background: #e7a920;
}
.header-two-main .header ul li.select a {
	background: #e7a920;
}
.process span {
	color: #e7a920;
}
.footer-light .footer-bottom a {
	color: #e7a920;
}
.cd-primary-nav {
	background: #e7a920;
}
/* --------------------------------

Custom Menu css

-------------------------------- */

.cd-header {
	position: fixed;
	top: 0;
	right: 0;
	height: 50px;
	z-index: 1003;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.cd-primary-nav-trigger {
	top: 46px !important;
	right: 15px !important;
}
 @media all and (max-width:992px) {
figure.effect-sadie {
	width: 100%;
}
}
 @media all and (max-width:900px) {
.z-tabs.medium > ul > li > a {
	font-size: 12px !important;
}
}
@media all and (max-width:767px) {
#tabbed-nav .z-tabs-nav.z-tabs-desktop li {
	width: 100% !important;
}
.z-tabs.mobile > ul.z-tabs-nav > li > .z-link {
	text-align: center !important;
}
}
 @media only screen and (min-width: 768px) {
.cd-header {
	background: transparent;
	box-shadow: none;
}
}
@media only screen and (min-width: 1170px) {
.cd-header {
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cd-header.is-fixed {
	/* when the user scrolls down, we hide the header right above the viewport */
	position: fixed;
	top: -80px;
	background-color: rgba(2, 23, 37, 0.96);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.cd-header.is-visible {
	/* if the user changes the scrolling direction, we show the header */
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.cd-header.menu-is-open {
/* add a background color to the header when the navigation is open */

}
}
.cd-logo {
	display: block;
	position: absolute;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: .875em;
}
.cd-logo img {
	display: block;
}
@media only screen and (min-width: 768px) {
.cd-logo {
	left: 2.6em;
}
}
.cd-secondary-nav {
	position: absolute;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10em;
	/* hidden on small devices */
	display: none;
}
.cd-secondary-nav li {
	display: inline-block;
	margin-left: 2.2em;
}
.cd-secondary-nav a {
	display: inline-block;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
}
@media only screen and (min-width: 768px) {
.cd-secondary-nav {
	display: block;
}
}
.cd-primary-nav-trigger {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50px;
	background-color: #03263d;
}
.cd-primary-nav-trigger .cd-menu-text {
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	/* hide the text on small devices */
	display: none;
}
.cd-menu-icon {
	/* this span is the central line of the menu icon */
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 18px;
	height: 2px;
	background-color: #fff;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;/* these are the upper and lower lines in the menu icon */
}
.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #fff;
	right: 0;
	-webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
	-moz-transition: -moz-transform .3s, top .3s, background-color 0s;
	transition: transform .3s, top .3s, background-color 0s;
}
.cd-primary-nav-trigger .cd-menu-icon::before {
	top: -5px;
}
.cd-primary-nav-trigger .cd-menu-icon::after {
	top: 5px;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
	background-color: rgba(255, 255, 255, 0);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
	background-color: #fff;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
	top: 0;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
	top: 0;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}
 @media only screen and (min-width: 310px) {
.cd-primary-nav-trigger {
	padding: 24px 0;
	border-radius: 7px;
	background-color: rgba(255, 255, 255, 0);
	background: white;
	height: 30px;
	position: absolute;
	line-height: 30px;
	right: 2.2em;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cd-header.menu-is-open {
	position: fixed;
}
.cd-primary-nav-trigger .cd-menu-text {
	display: inline-block;
}
.cd-primary-nav-trigger .cd-menu-icon {
	left: auto;
	right: 1em;
	-webkit-transform: translateX(0) translateY(-50%);
	-moz-transform: translateX(0) translateY(-50%);
	-ms-transform: translateX(0) translateY(-50%);
	-o-transform: translateX(0) translateY(-50%);
	transform: translateX(0) translateY(-50%);
}
}
.cd-primary-nav {
	/* by default it's hidden - on top of the viewport */
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1002;
	text-align: center;
	padding: 50px 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: auto;
	/* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.cd-primary-nav li {
	font-size: 1.375rem;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: .2em 0;
	text-transform: capitalize;
}
.cd-primary-nav a {
	display: inline-block;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 65px;
	font-weight: 900;
	text-transform: uppercase;
}
.cd-primary-nav a:hover {
	color: #111;
}
.cd-primary-nav .social-icons {
	margin: 105px 0 0 0;
}
.cd-primary-nav .social-icons a {
	padding: 0px;
	width: auto;
	font-size: 36px;
}
.cd-primary-nav .social-icons a:hover {
	background: none;
}
.cd-primary-nav .social-icons span {
	font-size: 36px;
	border-radius: 100%;
	margin: 0 26px;
}
.cd-primary-nav .social-icons span:hover {
	background: #fff;
	color: #111;
}
.cd-primary-nav .cd-label {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	font-size: 0.875rem;
	margin: 2.4em 0 .8em;
}
.cd-primary-nav .cd-social {
	display: inline-block;
	margin: 0 .4em;
}
.cd-primary-nav .cd-social a {
	width: 44px;
	height: 44px;
	padding: 0;
	background-image: url("images/img/cd-socials.svg");
	background-repeat: no-repeat;
	/* image replacement */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.cd-primary-nav .cd-facebook a {
	background-position: 0 0;
}
.cd-primary-nav .cd-instagram a {
	background-position: -44px 0;
}
.cd-primary-nav .cd-dribbble a {
	background-position: -88px 0;
}
.cd-primary-nav .cd-twitter a {
	background-position: -132px 0;
}
.cd-primary-nav.is-visible {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
@media only screen and (min-width: 768px) {
.cd-primary-nav {
	padding: 80px 0;
}
}
@media only screen and (min-width: 1170px) {
.cd-primary-nav li {
	font-size: 30px;
	font-size: 1.875rem;
}
.cd-primary-nav .cd-label {
	font-size: 16px;
	font-size: 1rem;
}
}
.cd-intro {
	position: relative;
	height: 100%;
	background: url("images/img/cd-background-img.jpg") no-repeat center center;
	background-size: cover;
	z-index: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.cd-intro h1 {
	position: absolute;
	width: 90%;
	max-width: 1170px;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	color: white;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	text-align: center;
}
@media only screen and (min-width: 768px) {
.cd-intro h1 {
	font-size: 30px;
	font-size: 1.875rem;
}
}
@media only screen and (min-width: 1170px) {
.cd-intro {
	height: 700px;
}
}
.cd-main-content {
	position: relative;
	z-index: 1;
}
.cd-main-content p {
	line-height: 1.6;
	margin: 2em 0;
}
@media only screen and (min-width: 1170px) {
.cd-main-content p {
	font-size: 20px;
	font-size: 1.25rem;
}
}
/* --------------------------------

Simple Drop menu

-------------------------------- */


ul.sub-menu {
	text-align: left;
	display: inline;
	margin: 0 0 0 -1px;
	padding: 15px 4px 17px 0;
	list-style: none;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	z-index: 1500;
}
.navi ul.sub-menu li {
	position: relative;
	background: #000;
	width: auto;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	border-left: none;
	line-height: 50px;
	text-align: center;
	margin: -1px 0 0 0;
}
.navi ul.sub-menu li:last-child {
	border-bottom: none;
}
.navi ul.sub-menu a {
	font-weight: 500 !important;
	text-transform: uppercase;
	padding: 12px 52px;
	line-height: 21px;
	background: none;
	width: 100px;
	margin: 0px !important;
	color: #fff !important;
	font-size: 14px;
	margin: 0px;
	display: block;
}
.navi ul.sub-menu a:hover {
	background: none;
	color: #fff !important
}
.navi ul.sub-menu li:hover a {
	color: #fff !important
}
.navi ul li ul {
	padding: 0;
	position: absolute;
	width: 200px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
}
.navi ul li ul li {
	background: #555;
	display: block;
	color: #fff;
}
.navi ul li ul li:hover {
	border-right: none !important;
	background: #EF4035;
	color: #fff;
}
.navi ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
	padding: 15px 0 0 0;
	margin: 0 0 0 20px;
}
.arrow-up {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid black;
	text-align: center;
	left: 45%;
	position: relative;
}
/**************************************************************************
*	@name		    Zozo UI Tabs
*	@descripton	    Create awesome tabbed content area
*	@version	    6.5
*   @Licenses: 	    http://codecanyon.net/licenses/
*   @requires       jQuery v1.7 or later
*	@copyright      Copyright (c) 2013 Zozo UI
*   @author         Zozo UI
*
***************************************************************************/
article, aside, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
.z-tabs, .z-tabs > ul, .z-tabs > ul > li, .z-tabs > ul > li > a, .z-tabs > .z-container, .z-tabs > .z-container > .z-content, .z-tabs > .z-container > .z-content > .z-content-inner {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.z-tabs, .z-tabs:before, .z-tabs:after {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.z-tabs, .z-tabs > ul, .z-tabs > ul > li, .z-tabs > ul > li > a {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	display: block;
	outline: 0 none;
	text-decoration: none;
	list-style: none;
	list-style-type: none;
}
.z-tabs > .z-container > .z-content::after, .z-tabs > .z-container > .z-content > .z-content-inner::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.z-tabs > .z-container > .z-content, .z-tabs > .z-container > .z-content > .z-content-inner {
	zoom: 1;
}
.z-tabs {
	clear: both;
	color: #333;
}
.z-tabs > ul > li > a {
	color: #111;
	line-height: 18px;
	font-weight: inherit;
	font-size: 12px;
	padding: 13px 24px;
	background: none;
	cursor: pointer;
}
.z-tabs > ul > li.z-active > a {
	cursor: default;
}
ul.z-tabs-nav.z-tabs-desktop.z-hide-menu {
	border-bottom: solid 1px #bcbcbc;
	float: left;
	width: 100%;
}
ul.z-tabs-nav.z-tabs-desktop {
	border: solid 1px #dbdbdb;
	float: left;
	width: 100%;
	margin: 0 0 70px 0;
}
.z-tabs > .z-container {
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.z-tabs > .z-container > .z-content {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0;
	z-index: 7;
	display: none;
}
.z-tabs > .z-container > .z-content.z-active {
	z-index: 8;
}
.z-tabs > .z-container > .z-content > .z-content-inner {
	height: auto;
}
.z-tabs.mini > ul > li > a {
	font-size: 11px;
	padding: 7px 16px;
}
.z-tabs.small > ul > li > a {
	font-size: 11px;
	padding: 10px 16px;
}
.z-tabs.medium > ul > li > a {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	padding: 21px 0px 21px 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.z-tabs.large > ul > li > a {
	font-size: 13px;
	padding: 16px 24px;
}
.z-tabs.xlarge > ul > li > a {
	font-size: 14px;
	padding: 19px 28px;
}
.z-tabs.xxlarge > ul > li > a {
	font-size: 15px;
	padding: 22px 32px;
}
.z-tabs.mini.vertical > ul > li > a {
	padding: 7px 13px;
}
.z-tabs.small.vertical > ul > li > a {
	padding: 10px 16px;
}
.z-tabs.medium.vertical > ul > li > a {
	padding: 13px 19px;
}
.z-tabs.large.vertical > ul > li > a {
	padding: 16px 22px;
}
.z-tabs.xlarge.vertical > ul > li > a {
	padding: 19px 25px;
}
.z-tabs.xxlarge.vertical > ul > li > a {
	padding: 22px 28px;
}
.z-tabs.white.z-bordered > ul > li.z-active > a {
	color: #D13636;
}
.z-tabs.vertical.top-right.white.z-bordered > ul > li.z-active > a {
	border-right: 3px solid #D13636;
}
.z-tabs.vertical.top-left.white.z-bordered > ul > li.z-active > a {
	border-left: 3px solid #D13636;
}
.z-tabs.mini.vertical.top-right.white.z-bordered > ul > li.z-active > a {
	border-right: 1px solid #D13636;
}
.z-tabs.mini.vertical.top-left.white.z-bordered > ul > li.z-active > a {
	border-left: 1px solid #D13636;
}
.z-tabs.small.vertical.top-right.white.z-bordered > ul > li.z-active > a {
	border-right: 2px solid #D13636;
}
.z-tabs.small.vertical.top-left.white.z-bordered > ul > li.z-active > a {
	border-left: 2px solid #D13636;
}
.z-tabs.mini.vertical.top-left.white.z-bordered > ul > li.z-active > a {
	padding-left: 10px;
}
.z-tabs.small.vertical.top-left.white.z-bordered > ul > li.z-active > a {
	padding-left: 13px;
}
.z-tabs.medium.vertical.top-left.white.z-bordered > ul > li.z-active > a {
	padding-left: 16px;
}
.z-tabs.large.vertical.top-left.white.z-bordered > ul > li.z-active > a {
	padding-left: 19px;
}
.z-tabs.xlarge.vertical.top-left.white.z-bordered > ul > li.z-active > a {
	padding-left: 22px;
}
.z-tabs.xxlarge.vertical.top-left.white.z-bordered > ul > li.z-active > a {
	padding-left: 25px;
}
.z-tabs.horizontal.top.white.z-bordered > ul > li.z-active > a {
	border-top: 3px solid #F44343;
	margin-top: 0;
	margin-bottom: 0;
}
.z-tabs.mini.horizontal.top.white.z-bordered > ul > li.z-active > a {
	padding-top: 7px;
	border-top-width: 1px
}
.z-tabs.small.horizontal.top.white.z-bordered > ul > li.z-active > a {
	padding-top: 9px;
	border-top-width: 2px
}
.z-tabs.medium.horizontal.top.white.z-bordered > ul > li.z-active > a {
	padding-top: 13px;
}
.z-tabs.large.horizontal.top.white.z-bordered > ul > li.z-active > a {
	padding-top: 14px;
}
.z-tabs.xlarge.horizontal.top.white.z-bordered > ul > li.z-active > a {
	padding-top: 17px;
}
.z-tabs.xxlarge.horizontal.top.white.z-bordered > ul > li.z-active > a {
	padding-top: 20px;
}
.z-tabs.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
	border-bottom: 3px solid #D13636;
	margin-top: 0;
	margin-bottom: 0;
}
.z-tabs.mini.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
	padding-bottom: 5px;
}
.z-tabs.small.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
	padding-bottom: 8px;
}
.z-tabs.medium.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
	padding-bottom: 11px;
}
.z-tabs.large.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
	padding-bottom: 14px;
}
.z-tabs.xlarge.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
	padding-bottom: 17px;
}
.z-tabs.xxlarge.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
	padding-bottom: 20px;
}
.z-tabs.white.mobile.z-bordered > ul > li.z-active > a {
	border-bottom: 3px solid #D13636 !important;
}
.z-tabs-loading {
	position: relative;
	width: 100%;
	min-height: 120px;
}
.z-tabs-loading ul, .z-tabs-loading div {
	display: none;
}
.z-tabs .z-container {
	position: relative;
}
.z-tabs span.z-spinner, .z-tabs-loading .z-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1000;
	text-indent: -999em;
	width: 55px;
	height: 55px;
	margin: -28px 0 0 -50px;
	padding: 24px;
	background: rgb(255, 255, 255) url(../img/loading-image.gif) no-repeat 50% 50%;
}
.z-tabs.z-rounded span.z-spinner {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.z-tabs .z-video {
	position: relative;
	padding-bottom: 46.25%;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.z-tabs .z-video.z-wide-screen {
	padding-bottom: 56.25%;
}
.z-tabs .z-video.z-four-by-three {
	padding-bottom: 75%;
}
.z-tabs .z-video.z-top-padding {
	padding-top: 30px;
}
.z-tabs .z-video iframe, .z-tabs .z-video object, .z-tabs .z-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	z-index: 50;
}
.z-tabs > ul > li > a i {
	font-size: 1.125em;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	width: 24px;
	display: inline-block;
	margin-top: 0.015em;
}
.z-tabs > ul.z-tabs-mobile > li > a i {
	display: none;
}
.z-tabs.z-icons-large > ul > li > a i {
	font-size: 2.25em;
	display: block;
	margin: 0 auto;
	padding-bottom: 0.65em;
	text-align: center;
	line-height: 0;
	margin-top: 0.65em;
}
.z-tabs.mini > ul > li > a i, .z-tabs.small > ul > li > a i {
	font-size: 1.25em;
}
.z-tabs.z-icons-large > ul > li > a {
	text-align: center;
}
.z-tabs > ul > li > a > span.z-icon, .z-tabs.z-multiline > ul.z-tabs-nav.z-tabs-desktop > li > a > span.z-icon, .z-tabs.z-multiline > ul.z-tabs-nav.z-tabs-mobile > li > a > span > span.z-icon {
	width: 20px;
	display: inline-block;
	font-size: inherit;
	font-weight: normal;
	text-transform: initial;
	text-align: left;
}
.z-tabs.vertical > ul.z-tabs-nav > li > a > span.z-icon, .z-tabs.z-multiline.vertical > ul.z-tabs-nav.z-tabs-desktop > li > a > span.z-icon, .z-tabs.z-multiline.vertical > ul.z-tabs-nav.z-tabs-mobile > li > a > span > span.z-icon {
	width: 24px;
}
.z-tabs.center > ul > li > a, .z-tabs.center.mobile > ul > li > a {
	text-align: center !important;
}
.z-tabs.right > ul > li > a, .z-tabs.right.mobile > ul > li > a {
	text-align: right !important;
}
.z-tabs.left > ul > li > a, .z-tabs.left.mobile > ul > li > a {
	text-align: left !important;
}
.z-tabs.vertical > .z-container > .z-content.z-nopadding > .z-content-inner, .z-tabs.horizontal > .z-container > .z-content.z-nopadding > .z-content-inner, .z-tabs > .z-container > .z-content.z-nopadding > .z-content-inner {
	padding: 0 !important;
}
.clearfix {
*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.z-tabs.vertical > ul {
	float: left;
	border-width: 1px 0 1px 1px;
	min-width: 200px;
	width: 25%;
}
.z-tabs.vertical > ul > li > a {
	border-width: 0 0 1px 0;
}
.z-tabs.vertical > ul > li.z-last > a {
	border-bottom-width: 0;
}
.z-tabs.vertical > ul > li.z-active > a {
	border-right-width: 0;
	z-index: 10;
}
.z-tabs.vertical > ul > li.z-active.z-first > a {
	border-bottom-width: 1px;
}
.z-tabs.vertical.top-left > ul {
	margin-left: 0;
	margin-right: -1px;
}
.z-tabs.vertical.top-right > ul {
	margin-right: 0;
	margin-left: -1px;
}
.ie7 body .z-tabs.vertical.top-left > ul {
	margin-right: 0;
}
.ie7 body .z-tabs.vertical.top-right > ul {
	margin-left: 0;
}
.ie7 body .z-tabs.vertical.top-left > ul > li, .ie7 body .z-tabs.vertical.top-left > ul > li > .z-link, .ie7 body .z-tabs.vertical.top-left > ul {
	z-index: 10 !important;
}
.ie7 body .z-tabs.vertical.top-left > ul > li.z-active > a {
	border-right: 1px solid #fff !important;
}
.z-tabs.vertical.top-right > ul {
	float: right;
	border-width: 1px 1px 1px 0;
}
.ie7 body .z-tabs.vertical.top-right > ul > li.z-active > a {
	border-right-width: 0 !important;
	border-left: 1px solid #fff !important;
	left: -1px;
}
.ie7 body .z-tabs.vertical.top-right > ul > li, .ie7 body .z-tabs.vertical.top-right > ul {
	z-index: 10 !important;
}
.ie7 body .z-tabs.vertical.top-right > .z-container {
}
.z-tabs.vertical.z-rounded > .z-container {
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}
.z-tabs.vertical.z-rounded > ul {
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
}
.z-tabs.vertical.z-rounded > ul > li.z-first, .z-tabs.vertical.z-rounded > ul > li.z-first > a {
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}
.z-tabs.vertical.z-rounded > ul > li.z-last, .z-tabs.vertical.z-rounded > ul > li.z-last > a {
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}
.z-tabs.vertical.z-rounded.top-right > ul {
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}
.z-tabs.vertical.z-rounded.top-right > ul > li.z-first, .z-tabs.vertical.z-rounded.top-right > ul > li.z-first > a {
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}
.z-tabs.vertical.z-rounded.top-right > ul > li.z-last, .z-tabs.vertical.z-rounded.top-right > ul > li.z-last > a {
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}
.z-tabs.vertical.z-rounded.top-right > .z-container {
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
}
.z-tabs.vertical.z-shadows > ul, .z-tabs.vertical.z-shadows > .z-container {
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.125);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.125);
}
.z-tabs.vertical.z-shadows > ul > li > a {
	-webkit-box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.15);
}
.z-tabs.horizontal > ul > li.z-active {
	background: none;
	z-index: 1;
}
.z-tabs.horizontal > ul > li > a {
	margin-right: -1px;
	min-height: 1px;
}
.z-tabs.top-compact > ul > li > a, .z-tabs.bottom-compact > ul > li > a {
	padding-left: 0;
	padding-right: 0;
}
.z-tabs.horizontal.top > ul > li.z-active {
	top: 3px;
	margin-top: -2px;
	padding-bottom: 2px;
}
.z-tabs.horizontal > ul > li.z-last > a, .z-tabs.horizontal > ul > li.z-last-col > a {
	margin-right: 0 !important;
}
.z-tabs.horizontal.top-center > ul.z-tabs-desktop {
	clear: left;
	float: left;
	left: 50%;
	text-align: center;
}
.z-tabs.horizontal.top-center > ul > li {
	right: 50%;
}
.z-tabs.horizontal.top-right > ul {
	float: right;
	margin: 0 -1px 0 0;
}
.z-tabs.horizontal.top-right > ul > li.z-last {
	margin-right: 1px;
}
.ie7 body .z-tabs.horizontal.top-right > ul > li.z-last {
	margin-right: -1px;
}
.ie7 body .z-tabs.horizontal > .z-container {
	clear: none;
	width: 100%;
}
.z-tabs.horizontal.bottom > ul > li.z-active {
	top: -1px;
	padding-top: 1px;
	z-index: 9;
}
.z-tabs.horizontal.bottom > .z-container {
	z-index: 7;
}
.z-tabs.horizontal.bottom > ul > li > a {
	top: -1px;
	border-width: 0 1px 1px 1px;
}
.z-tabs.horizontal.bottom-center > ul {
	float: left;
	left: 50%;
	text-align: center;
}
.z-tabs.horizontal.bottom-center > ul > li {
	right: 50%;
}
.z-tabs.horizontal.bottom-right > ul {
	float: right;
}
.ie7 .z-tabs.horizontal.top-compact > ul.z-tabs-desktop > li.z-last {
	margin-right: 0;
}
.ie7 .z-tabs.horizontal.bottom-compact > ul.z-tabs-desktop > li.z-last {
	margin-right: 0;
}
.z-tabs.horizontal.responsive > ul > li > a, .z-tabs.horizontal.top-compact > ul > li > a, .z-tabs.horizontal.bottom-compact > ul > li > a, .z-tabs.horizontal.top-center > ul > li > a, .z-tabs.horizontal.bottom-center > ul > li > a {
	text-align: center;
}
.z-tabs.horizontal.top.z-rounded > ul > li.z-first, .z-tabs.horizontal.top.z-rounded > ul > li.z-first > a {
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}
.z-tabs.horizontal.top.z-rounded > ul > li.z-last, .z-tabs.horizontal.top.z-rounded > ul > li.z-last > a {
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}
.z-tabs.horizontal.top-left.z-rounded > .z-container {
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.z-tabs.horizontal.top-center.z-rounded > .z-container {
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
.z-tabs.horizontal.top-right.z-rounded > .z-container {
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.z-tabs.horizontal.z-rounded.top-compact > .z-container {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.z-tabs.horizontal.z-rounded.bottom > ul > li.z-first, .z-tabs.horizontal.z-rounded.bottom > ul > li.z-first > a {
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}
.z-tabs.horizontal.z-rounded.bottom > ul > li.z-last, .z-tabs.horizontal.z-rounded.bottom > ul > li.z-last > a {
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}
.z-tabs.horizontal.z-rounded.bottom-left > .z-container {
	-webkit-border-radius: 6px 6px 6px 0;
	-moz-border-radius: 6px 6px 6px 0;
	border-radius: 6px 6px 6px 0;
}
.z-tabs.horizontal.z-rounded.bottom-center > .z-container {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.z-tabs.horizontal.z-rounded.bottom-right .z-container {
	-webkit-border-radius: 6px 6px 0 6px;
	-moz-border-radius: 6px 6px 0 6px;
	-khtml-border-radius: 6px 6px 0 6px;
	border-radius: 6px 6px 0 6px;
}
.z-tabs.horizontal.z-rounded.bottom-compact > .z-container {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.z-tabs.horizontal.responsive.top.z-rounded > .z-container {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.z-tabs.horizontal.responsive.bottom.z-rounded > .z-container {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.z-tabs.horizontal.responsive.top.z-rounded > .z-tabs-mobile, .z-tabs.horizontal.responsive.top.z-rounded > .z-tabs-mobile > li {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.z-tabs.horizontal.responsive.bottom.z-rounded > .z-tabs-mobile, .z-tabs.horizontal.responsive.bottom.z-rounded > .z-tabs-mobile > li {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.z-tabs.black > ul, .z-tabs.black > ul > li > a, .z-tabs.black > .z-container {
	border-color: #343232;
	border-style: solid;
}
.z-tabs.black > ul > li > a {
	color: white;
	background: #333333;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to(#555555));
	background: -webkit-linear-gradient(top, #333333, #555555);
	background: -moz-linear-gradient(top, #333333, #555555);
	background: -ms-linear-gradient(top, #333333, #555555);
	background: -o-linear-gradient(top, #333333, #555555);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#555555', GradientType=0 );
}
.z-tabs.black > ul > li > a {
	color: white;
	-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}
.z-tabs.black > ul > li > a:hover {
	background: #353434;
}
.z-tabs.black > ul > li.z-active > a {
	background: #fff;
	color: #3E3E3E;
	text-shadow: none;
	box-shadow: none;
	filter: none;
}
.z-tabs.black2 {
	color: #F7F7F7;
	text-shadow: none;
}
.z-tabs.black2 > .z-container {
	background: #222;
}
.z-tabs.black2 > ul, .z-tabs.black2 > ul > li > a, .z-tabs.black2 > .z-container {
	border-color: #191919;
	border-style: solid;
}
.z-tabs.black2 > ul > li > a {
	color: #F7F7F7;
	background: #454545;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#303030), to(#262626));
	background: -webkit-linear-gradient(top, #303030, #262626);
	background: -moz-linear-gradient(top, #303030, #262626);
	background: -ms-linear-gradient(top, #303030, #262626);
	background: -o-linear-gradient(top, #303030, #262626);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#262626', GradientType=0 );
}
.z-tabs.black2 > ul > li a {
	color: #F7F7F7;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}
.z-tabs.black2 > ul > li.z-active > a {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}
.z-tabs.black2 > ul > li > a:hover {
	background: #353434;
}
.z-tabs.black2 > ul > li.z-active > a {
	background: #222;
	color: #dadada;
	text-shadow: none;
	box-shadow: none;
	filter: none;
}
.z-tabs.blue > ul, .z-tabs.blue > ul > li > a, .z-tabs.blue > .z-container {
	border-color: #0487BD;
	border-style: solid;
}
.z-tabs.blue > ul > li > a {
	background: #1abde7;
	background: -moz-linear-gradient(top, #1abde7 0%, #1c9dd1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1abde7), color-stop(100%, #1c9dd1));
	background: -webkit-linear-gradient(top, #1abde7 0%, #1c9dd1 100%);
	background: -o-linear-gradient(top, #1abde7 0%, #1c9dd1 100%);
	background: -ms-linear-gradient(top, #1abde7 0%, #1c9dd1 100%);
	background: linear-gradient(to bottom, #1abde7 0%, #1c9dd1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1abde7', endColorstr='#1c9dd1', GradientType=0 );
}
.z-tabs.blue > ul > li a {
	color: white;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}
.z-tabs.blue > ul > li.z-active > a {
	text-shadow: 0 1px 1px white;
	color: Black
}
.z-tabs.blue > ul > li > a:hover {
	background: #21ADDF;
}
.z-tabs.blue > ul > li.z-active > a {
	background: #fff;
	color: #000F4D;
	text-shadow: 0 1px rgba(78, 78, 78, 0.1);
	filter: none;
}
.z-tabs.crystal > ul, .z-tabs.crystal > ul > li > a, .z-tabs.crystal > .z-container {
	border-color: #ddd;
	border-color: #b4b4b4;
	border-style: solid;
}
.z-tabs.crystal > ul > li > a {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(243,243,243,1)), color-stop(51%, rgba(237,237,237,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.z-tabs.crystal > ul > li > a:hover {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0 );
	background: whiteSmoke;
	background: -moz-linear-gradient(top, #ffffff 0%, #ececec 50%, #e0e0e0 50%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ececec), color-stop(50%, #e0e0e0), color-stop(100%, #f2f2f2));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 50%, #e0e0e0 50%, #f2f2f2 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ececec 50%, #e0e0e0 50%, #f2f2f2 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ececec 50%, #e0e0e0 50%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #ececec 50%, #e0e0e0 50%, #f2f2f2 100%);
}
.z-tabs.crystal > ul > li.z-active > a {
	background: #fff;
	text-shadow: 0 1px 1px white;
	color: Black;
	filter: none;
}
.z-tabs.deepblue > ul, .z-tabs.deepblue > ul > li > a, .z-tabs.deepblue > .z-container {
	border-color: #1E69DE;
	border-style: solid;
}
.z-tabs.deepblue > ul > li > a {
	background: #479fed;
	background: -moz-linear-gradient(top, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #479fed), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), color-stop(100%, #1e69de));
	background: -webkit-linear-gradient(top, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
	background: -o-linear-gradient(top, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
	background: -ms-linear-gradient(top, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
	background: linear-gradient(to bottom, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#479fed', endColorstr='#1e69de', GradientType=0 );
}
.z-tabs.deepblue > ul > li > a {
	color: white;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}
.z-tabs.deepblue > ul > li.z-active > a {
	text-shadow: 0 1px 1px white;
	color: Black
}
.z-tabs.deepblue > ul > li > a:hover {
	background: #238dea;
	background: -moz-linear-gradient(top, #238dea 0%, #54a3ee 50%, #3690f0 51%, #065cdd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #238dea), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), color-stop(100%, #065cdd));
	background: -webkit-linear-gradient(top, #238dea 0%, #54a3ee 50%, #3690f0 51%, #065cdd 100%);
	background: -o-linear-gradient(top, #238dea 0%, #54a3ee 50%, #3690f0 51%, #065cdd 100%);
	background: -ms-linear-gradient(top, #238dea 0%, #54a3ee 50%, #3690f0 51%, #065cdd 100%);
	background: linear-gradient(to bottom, #238dea 0%, #54a3ee 50%, #3690f0 51%, #065cdd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#238dea', endColorstr='#065cdd', GradientType=0 );
}
.z-tabs.deepblue > ul > li.z-active > a {
	background: #fff;
	color: #000F4D;
	text-shadow: 0 1px rgba(78, 78, 78, 0.1);
	filter: none;
}
.z-tabs.gray > ul, .z-tabs.gray > ul > li > a, .z-tabs.gray > .z-container {
	border-color: #B3B3B3;
	border-style: solid;
}
.z-tabs.gray > ul > li > a {
	background: whiteSmoke;
	background: -moz-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(100%, #f2f2f2));
	background: -webkit-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
	background: -o-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
	background: -ms-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #dbdbdb 0%, #f2f2f2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#f2f2f2', GradientType=0 );
}
.z-tabs.gray > ul > li > a:hover {
	background: #e8e8e8;
	background: -moz-linear-gradient(top, #e8e8e8 0%, #f7f7f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(100%, #f7f7f7));
	background: -webkit-linear-gradient(top, #e8e8e8 0%, #f7f7f7 100%);
	background: -o-linear-gradient(top, #e8e8e8 0%, #f7f7f7 100%);
	background: -ms-linear-gradient(top, #e8e8e8 0%, #f7f7f7 100%);
	background: linear-gradient(to bottom, #e8e8e8 0%, #f7f7f7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f7f7f7', GradientType=0 );
}
.z-tabs.gray > ul > li.z-active > a {
	background: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: 0 1px 1px white;
	filter: none;
}
.z-tabs.green > ul, .z-tabs.green > ul > li > a, .z-tabs.green > .z-container {
	border-color: #336c2b;
	border-style: solid;
}
.z-tabs.green > ul > li > a {
	color: white;
	background: #5fae53;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5fae53), to(#3b7c33));
	background: -webkit-linear-gradient(top, #5fae53, #3b7c33);
	background: -moz-linear-gradient(top, #5fae53, #3b7c33);
	background: -ms-linear-gradient(top, #5fae53, #3b7c33);
	background: -o-linear-gradient(top, #5fae53, #3b7c33);
}
.z-tabs.green > ul > li > a {
	color: white;
	text-shadow: 0 1px 0 #387031;
}
.z-tabs.green > ul > li.z-active > a {
	text-shadow: 0 1px 1px white;
	color: Black
}
.z-tabs.green > ul > li > a:hover {
	background: #3b7c33;
}
.z-tabs.green > ul > li.z-active > a {
	background: #fff;
	color: #2C3F0A;
	text-shadow: none;
	box-shadow: none;
	filter: none;
}
.z-tabs.orange > ul, .z-tabs.orange > ul > li > a, .z-tabs.orange > .z-container {
	border-color: #D64817;
	border-style: solid;
}
.z-tabs.orange > ul > li > a {
	background: #F2825B;
	background: -moz-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F2825B), color-stop(50%, #E55B2B), color-stop(100%, #F07146));
	background: -webkit-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
	background: -o-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
	background: -ms-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
	background: linear-gradient(to bottom, #F2825B 0%, #E55B2B 50%, #F07146 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146', GradientType=0 );
}
.z-tabs.orange > ul > li > a:hover {
	background: #F2825B;
	background: -moz-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F2825B), color-stop(50%, #E55B2B), color-stop(100%, #F07146));
	background: -webkit-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
	background: -o-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
	background: -ms-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
	background: linear-gradient(to bottom, #F2825B 0%, #E55B2B 50%, #F07146 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146', GradientType=0 );
}
.z-tabs.orange > ul > li.z-active > a {
	background: #fff;
	text-shadow: 0 1px 1px white;
	color: Black;
	filter: none;
}
.z-tabs.orange > ul > li > a {
	color: white;
	text-shadow: 0 1px #5E1902;
}
.z-tabs.orange > ul > li.z-active > a {
	color: black;
	text-shadow: 0 1px white;
}
.z-tabs.red > ul, .z-tabs.red > ul > li > a, .z-tabs.red > .z-container {
	border-color: #951100;
	border-style: solid;
}
.z-tabs.red > ul > li > a {
	color: #fff;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
	background: #d84a38;
	background: -moz-linear-gradient(top, #dd4b39 0%, #d14836 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd4b39), color-stop(100%, #d14836));
	background: -webkit-linear-gradient(top, #dd4b39 0%, #d14836 100%);
	background: -o-linear-gradient(top, #dd4b39 0%, #d14836 100%);
	background: -ms-linear-gradient(top, #dd4b39 0%, #d14836 100%);
	background: linear-gradient(to bottom, #dd4b39 0%, #d14836 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd4b39', endColorstr='#d14836', GradientType=0 );
}
.z-tabs.red > ul > li > a:hover {
	background: #d34332;
	background: -moz-linear-gradient(top, #dd4b39 0%, #c53727 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd4b39), color-stop(100%, #c53727));
	background: -webkit-linear-gradient(top, #dd4b39 0%, #c53727 100%);
	background: -o-linear-gradient(top, #dd4b39 0%, #c53727 100%);
	background: -ms-linear-gradient(top, #dd4b39 0%, #c53727 100%);
	background: linear-gradient(to bottom, #dd4b39 0%, #c53727 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd4b39', endColorstr='#c53727', GradientType=0 );
}
.z-tabs.red > ul > li.z-active > a {
	background: white;
	color: #951100;
	text-shadow: none;
	filter: none;
}
.z-tabs.red > ul > li > a {
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}
.z-tabs.red > ul > li.z-active > a {
	text-shadow: 0 1px 1px white;
	color: Black
}
.z-tabs.white > ul, .z-tabs.white > ul > li > a, .z-tabs.white > .z-container {
	border-color: #CECECE;
	border-style: solid;
}
.z-tabs.white > ul > li > a {
	background: #fff;
	color: #333;
	text-shadow: 0 1px #f5f5f5;
}
.z-tabs.white > ul > li.z-active > a {
	text-shadow: 0 1px 1px white;
	color: #333;
}
.z-tabs.white.mobile > ul > li.z-active > a {
	font-weight: bold;
}
.z-tabs.underlined, .z-tabs.underlined > ul, .z-tabs.underlined > ul > li, .z-tabs.underlined > ul > li.z-first, .z-tabs.underlined > ul > li.z-last, .z-tabs.underlined > ul > li.z-first.z-active, .z-tabs.underlined > ul > li.z-last.z-active, .z-tabs.underlined > ul > li.z-active, .z-tabs.underlined > ul > li:hover, .z-tabs.underlined > ul > li > a.z-link, .z-tabs.underlined > ul > li > a:hover, .z-tabs.underlined > .z-container {
	border-width: 0;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: none;
	filter: none;
}
.z-tabs.underlined > ul > li {
	top: 0;
	padding: 0;
}
.z-tabs.underlined.horizontal > ul > li.z-active {
	top: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}
.z-tabs.underlined.horizontal > ul > li > a {
	top: 0;
	text-shadow: 0 1px 1px white;
	color: #333;
	opacity: 0.80;
	filter: none;
	margin-left: 16px;
}
.z-tabs.underlined.horizontal.top-compact > ul.z-tabs-nav.z-tabs-desktop > li, .z-tabs.underlined.horizontal.top-compact > ul.z-tabs-nav.z-tabs-desktop > li.z-active, .z-tabs.underlined.horizontal.top-compact > ul.z-tabs-nav.z-tabs-desktop > li:hover, .z-tabs.underlined.horizontal.top-left > ul.z-tabs-nav > li.z-first > a, .z-tabs.underlined.horizontal.bottom-left > ul.z-tabs-nav > li.z-first > a {
	margin-left: 0;
}
.z-tabs.underlined.horizontal.top-right > ul.z-tabs-nav > li.z-last > a, .z-tabs.underlined.horizontal.bottom-right > ul.z-tabs-nav > li.z-last > a {
	margin-right: 0;
}
.z-tabs.underlined.horizontal > .z-container > .z-content > .z-content-inner {
	padding: 1.4em 0;
}
.z-tabs.underlined.horizontal.top > ul > li > a:hover, .z-tabs.underlined.horizontal.top> ul > li.z-active > a {
	font-weight: normal;
	margin-bottom: 0;
	border-width: 0 0 3px 0;
	opacity: 1;
}
.z-tabs.underlined.horizontal.top > .z-container {
	border-width: 1px 0 0 0;
}
.z-tabs.underlined.horizontal.bottom > .z-container {
	border-width: 0 0 1px 0;
}
.z-tabs.underlined.horizontal.bottom > ul > li > a {
	margin-top: 3px;
}
.z-tabs.underlined.horizontal.bottom > ul > li > a:hover, .z-tabs.underlined.horizontal.bottom > ul > li.z-active > a {
	font-weight: normal;
	margin-bottom: 0;
	border-width: 3px 0 0 0;
	margin-top: 0;
}
.z-tabs.underlined.vertical > ul {
	border-width: 0;
}
.z-tabs.underlined.vertical > .z-container > .z-content > .z-content-inner {
	padding: 0 2em;
}
.z-tabs.vertical.underlined > ul > li > a {
	filter: none;
	background: transparent;
	margin: 0;
	text-shadow: 0 1px 1px white;
	color: #333;
	margin-left: 3px;
}
.z-tabs.vertical.underlined.top-left > ul {
	border-width: 0 1px 0 0;
}
.z-tabs.vertical.underlined.top-right > ul {
	border-width: 0 0 0 1px;
}
.z-tabs.vertical.underlined > ul.z-tabs-nav > li.z-active > a, .z-tabs.vertical.underlined > ul.z-tabs-nav > li > a:hover {
	font-weight: normal;
	margin-bottom: 0;
	border-width: 0;
	background: #FAFAFA;
}
.z-tabs.vertical.underlined.top-left > ul.z-tabs-nav > li.z-active > a, .z-tabs.vertical.underlined.top-left > ul.z-tabs-nav > li > a:hover {
	border-width: 0 3px 0 0;
}
.z-tabs.vertical.underlined.top-right > ul.z-tabs-nav > li.z-active > a, .z-tabs.vertical.underlined.top-right > ul.z-tabs-nav > li > a:hover {
	border-width: 0 0 0 3px;
	margin-left: 0;
}
.ie7 body .z-tabs.underlined.vertical.top-right > ul.z-tabs-nav > li.z-active {
	border-right-width: 0 !important;
	border-left: 3px solid #444 !important;
	left: -1px;
}
.ie7 body .z-tabs.underlined.vertical.top-left > ul.z-tabs-nav > li.z-active {
	border-right: 3px solid #444 !important;
}
.z-tabs.underlined.horizontal.mini > ul.z-tabs-nav > li > a.z-link {
	padding: 6px 6px;
}
.z-tabs.underlined.horizontal.small > ul.z-tabs-nav > li > a.z-link {
	padding: 8px 8px;
}
.z-tabs.underlined.horizontal.medium > ul.z-tabs-nav > li > a.z-link {
	padding: 10px 10px;
}
.z-tabs.underlined.horizontal.large > ul.z-tabs-nav > li > a.z-link {
	padding: 10px 12px;
}
.z-tabs.underlined.horizontal.xlarge > ul.z-tabs-nav > li > a.z-link {
	padding: 12px 14px;
}
.z-tabs.underlined.horizontal.xxlarge > ul.z-tabs-nav > li > a.z-link {
	padding: 14px 16px;
}
.z-tabs.underlined.horizontal.mini > ul.z-tabs-nav > li:hover, .z-tabs.underlined.horizontal.mini > ul.z-tabs-nav > li.z-active, .z-tabs.underlined.horizontal.small > ul.z-tabs-nav > li:hover, .z-tabs.underlined.horizontal.small > ul.z-tabs-nav > li.z-active {
	border-bottom-width: 2px;
}
.z-tabs.underlined > .z-container, .z-tabs.underlined > ul.z-tabs-nav, .z-tabs.underlined > ul.z-tabs-nav > li > a {
	border-color: #e6e6e6;
}
.z-tabs.underlined.red > ul.z-tabs-nav > li.z-active > a, .z-tabs.underlined.red > ul.z-tabs-nav > li > a:hover {
	border-color: #DD4B39;
}
.z-tabs.underlined.blue > ul.z-tabs-nav > li.z-active > a, .z-tabs.underlined.blue > ul.z-tabs-nav > li > a:hover {
	border-color: #00B0D8;
}
.z-tabs.underlined.deepblue > ul.z-tabs-nav > li.z-active > a, .z-tabs.underlined.deepblue > ul.z-tabs-nav > li:hover {
	border-color: #1E69DE;
}
.z-tabs.underlined.orange > ul.z-tabs-nav > li.z-active > a, .z-tabs.underlined.orange > ul.z-tabs-nav > li > a:hover {
	border-color: #FD9C00;
}
.z-tabs.underlined.green > ul.z-tabs-nav > li.z-active > a, .z-tabs.underlined.green > ul.z-tabs-nav > li > a:hover {
	border-color: #093;
}
.z-tabs.underlined.white > ul.z-tabs-nav > li.z-active > a, .z-tabs.underlined.white > ul.z-tabs-nav > li > a:hover {
	border-color: #D8D8D8;
}
.z-tabs.underlined.crystal > ul.z-tabs-nav > li.z-active > a, .z-tabs.underlined.crystal > ul.z-tabs-nav > li > a:hover {
	border-color: #999;
}
.z-tabs.underlined.silver > ul.z-tabs-nav > li.z-active > a, .z-tabs.underlined.silver > ul.z-tabs-nav > li > a:hover {
	border-color: #777;
}
.z-tabs.underlined.gray > ul.z-tabs-nav > li.z-active > a, .z-tabs.underlined.gray > ul.z-tabs-nav > li > a:hover {
	border-color: #333;
}
.z-tabs.underlined.black > ul.z-tabs-nav > li.z-active > a, .z-tabs.underlined.black > ul.z-tabs-nav > li > a:hover {
	border-color: black;
}
.z-tabs.underlined.mobile > ul.z-tabs-mobile, .z-tabs.underlined.mobile > ul.z-tabs-desktop {
	border-width: 0;
	margin-top: 0;
}
.z-tabs.mobile.underlined> .z-container > .z-content > .z-content-inner {
	padding: 0;
}
.z-tabs.mobile.underlined > .z-container {
	border-width: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.z-tabs.underlined.mobile > ul.z-tabs-mobile.z-state-closed {
	border-width: 0;
}
.z-tabs.underlined.mobile.vertical > .z-container > .z-content .z-content-inner {
	padding: 2em;
}
.z-tabs.underlined.mobile > ul.z-tabs-nav > li > a {
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.z-tabs.underlined.mobile > ul.z-tabs-desktop > li > a {
	-moz-transition: background-color 200ms ease-out, color 200ms ease-out, text-shadow 200ms ease-out;
	-o-transition: background-color 200ms ease-out, color 200ms ease-out, text-shadow 200ms ease-out;
	-webkit-transition: background-color 200ms ease-out, color 200ms ease-out, text-shadow 200ms ease-out;
	-ms-transition: background-color 200ms ease-out, color 200ms ease-out, text-shadow 200ms ease-out;
	transition: background-color 200ms ease-out, color 200ms ease-out, text-shadow 200ms ease-out;
}
.z-tabs.underlined.mobile > ul.z-tabs-nav > li > a {
	border-color: #E6E6E6;
	background: #fff;
	border-width: 0 0 1px 0 !important;
	opacity: 1;
	border-style: dotted;
}
.z-tabs.underlined.mobile.hover > ul.z-tabs-desktop > li.z-active > a, .z-tabs.underlined.mobile.hover > ul.z-tabs-desktop > li:hover > a {
	background: #FAFAFA;
	color: #333;
	text-shadow: 1px 0px 1px rgba(175, 175, 175, 0.25);
}
.z-tabs.underlined.mobile.m-red > ul.z-tabs-desktop > li.z-active > a, .z-tabs.underlined.mobile.hover.m-red > ul.z-tabs-desktop > li:hover > a {
	color: #DD4B39;
}
.z-tabs.underlined.mobile.m-blue > ul.z-tabs-desktop > li.z-active > a, .z-tabs.underlined.mobile.hover.m-blue > ul.z-tabs-desktop > li > a:hover {
	color: #00B0D8;
}
.z-tabs.underlined.mobile.m-deepblue > ul.z-tabs-desktop > li.z-active > a, .z-tabs.underlined.mobile.hover.m-deepblue > ul.z-tabs-desktop > li:hover > a {
	color: #1E69DE;
}
.z-tabs.underlined.mobile.m-orange > ul.z-tabs-desktop > li.z-active > a, .z-tabs.underlined.mobile.hover.m-orange > ul.z-tabs-desktop > li:hover > a {
	color: #FD9C00;
}
.z-tabs.underlined.mobile.m-green > ul.z-tabs-desktop > li.z-active > a, .z-tabs.underlined.mobile.hover.m-green > ul.z-tabs-desktop > li:hover > a {
	color: #093;
}
.z-tabs.z-multiline.white > ul > li.z-active, .z-tabs.z-multiline.white > ul > li:hover {
	opacity: 1;
}
.z-tabs.z-multiline > ul > li > a {
	line-height: 18px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.z-tabs.z-multiline > ul.z-tabs-desktop > li > a.z-link > span, .z-tabs.z-multiline > ul.z-tabs-mobile > li > a.z-link > span > span {
	display: block;
	font-size: .9em;
	font-weight: normal;
	text-transform: none;
	line-height: 1.65em;
	opacity: 1;
	margin-top: 0.05em;
	letter-spacing: 0px;
}
.z-tabs.z-multiline > ul.z-tabs-desktop > li > a > span.z-icon, .z-tabs.z-multiline > ul.z-tabs-mobile > li > a > span > span.z-icon {
	line-height: 1em;
}
.z-tabs.clean.horizontal > ul > li.z-active {
	top: 0;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.z-tabs.clean > ul > li.z-active > a {
	font-weight: bold;
}
.z-tabs.clean.white.z-bordered > ul > li.z-active > a {
	color: inherit;
}
.z-tabs.clean > .z-container {
	border-width: 0;
	background: none;
}
.z-tabs.clean.horizontal > .z-container > .z-content > .z-content-inner {
	padding: 24px 0;
}
.z-tabs.clean.horizontal.top > ul > li > a {
	border-bottom-width: 1px;
}
.z-tabs.clean.horizontal.bottom > ul > li > a {
	border-top-width: 1px;
}
.z-tabs.clean.z-shadows > ul > li.z-active > a {
	-webkit-box-shadow: inset 0px 0px 1.143em 0px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: inset 0px 0px 1.143em 0px rgba(0, 0, 0, 0.13);
	box-shadow: inset 0px 0px 1.143em 0px rgba(0, 0, 0, 0.13);
	background: #F3F3F3;
}
.z-tabs.clean.z-shadows.black2 > ul > li.z-active > a {
	-webkit-box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.35);
	box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.35);
	background: #242424;
}
.z-tabs.clean.vertical.z-shadows > ul, .z-tabs.clean.z-shadows > .z-container {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.z-tabs.clean.z-rounded.top > ul > li.z-first > a, .z-tabs.clean.z-rounded.bottom > ul > li.z-first > a {
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.z-tabs.clean.top.z-rounded > ul > li.z-last > a, .z-tabs.clean.bottom.z-rounded > ul > li.z-last > a {
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.z-tabs.clean.horizontal.top.z-rounded > ul > li.z-last-row.z-first-col > a {
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}
.z-tabs.clean.responsive.horizontal.top.z-rounded > ul > li.z-last-row.z-last-col > a {
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}
.z-tabs.clean.vertical > ul.z-tabs-desktop {
	border-width: 1px 1px 1px 1px;
}
.z-tabs.clean.vertical > ul > li.z-active {
	z-index: 7;
}
.z-tabs.clean.vertical > .z-container > .z-content > .z-content-inner {
	padding: 0 2em;
}
.z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.z-tabs.clean.vertical.mobile.z-rounded > ul.z-tabs-desktop {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop > li.z-first, .z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop > li.z-first > a {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop > li.z-last, .z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop > li.z-last > a {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.z-tabs.horizontal.clean.responsive.top > ul > li > a {
	border-bottom-width: 0;
}
.z-tabs.clean.responsive.horizontal.bottom > ul > li > a {
	border-top-width: 0;
}
.z-tabs.clean.responsive.horizontal.bottom > ul > li.z-first-row > a {
	border-top-width: 1px;
}
.z-tabs.clean.responsive.horizontal.bottom > ul > li.z-first-row > a, .z-tabs.clean.responsive.horizontal.top > ul > li.z-last-row > a, .z-tabs.clean.responsive.horizontal.bottom > ul > li.z-last-row > a {
	border-bottom-width: 1px;
}
.z-tabs.horizontal.clean.responsive.z-rounded.top > ul > li.z-first > a {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}
.z-tabs.clean.responsive.horizontal.z-rounded.top > ul > li.z-last > a {
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.z-tabs.clean.white.mobile > ul > li.z-active > a {
	-webkit-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.13);
	box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.13);
	background: #F3F3F3;
}
.z-tabs.clean.horizontal.mobile.top > ul > li, .z-tabs.clean.horizontal.mobile.bottom > ul > li {
	border-bottom-width: 0;
}
.z-grid {
	margin : 0 auto;
	padding : 0 0 0 1%;
}
.z-grid-1200 {
	max-width : 1220px;
}
.z-grid-1000 {
	max-width : 1020px;
}
.z-row {
	clear : both;
	padding : 0 10px;
}
.z-row:after {
	content: " ";
	height: 0;
	clear: both;
	visibility: hidden;
}
.z-row {
	zoom : 1;
}
.z-row > [class*="col"] {
 margin-left: 1.81818%;
 float: left;
 display: block;
 margin: 1% 0 1% 1.6%;
 margin: 0 0 0 1.6%;
 min-height: 1px;
 position: relative;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding-bottom: 20px;
}
.col12 {
	width : 100%;
}
.col11 {
	width : 91.46%;
}
.col10 {
	width : 83%;
}
.col9 {
	width : 74.54%;
}
.col8 {
	width : 66.08%;
}
.col7 {
	width : 57.62%;
}
.col6 {
	width : 49.16%;
}
.col5 {
	width : 40.7%;
}
.col4 {
	width : 32.24%;
}
.col3 {
	width : 23.78%;
}
.col2 {
	width : 15.32%;
}
.col1 {
	width : 6.86%;
}
.z-row > [class*="col"]:first-child {
	margin-left : 0;
}
.z-row > [class*="col"] img {
	width : 100%;
	height : auto;
	display : block;
}
 @media all and (min-width: 1024px) {
.z-grid-1000 {
	max-width: 1000px;
}
.z-grid-1000 .z-row {
	padding: 0;
}
}
 @media all and (max-width: 768px) {
.z-row > [class*="col"] {
 float : none;
 width : auto;
 margin : 10px 0 10px 0;
}
}
.z-tabs > ul.z-tabs-mobile {
	display: none;
}
.z-tabs.responsive.horizontal.responsive > ul {
	display: block;
	width: 100%;
}
.z-tabs.responsive.horizontal > ul.z-tabs-mobile, .z-tabs.responsive.horizontal > ul.z-tabs-mobile > li {
	width: 100%;
	float: none;
}
.z-tabs.responsive.horizontal.mobile > ul > li > a {
	margin: 0 !important;
}
.z-tabs.responsive.horizontal > ul > li.z-last-col > a {
	margin-right: 0 !important;
}
.z-tabs.responsive.horizontal.top > ul > li.z-active {
	top: 0;
	margin-top: 0;
	padding-bottom: 0;
	z-index: initial;
}
.z-tabs.responsive.horizontal.top > ul > li.z-last-row.z-active {
	top: 2px;
	margin-top: -2px;
	padding-bottom: 1px;
	z-index: 1;
}
.z-tabs.horizontal.responsive > ul.z-tabs-desktop > li > a {
	margin: 0 -2px 0 0;
}
.ie7 .z-tabs.horizontal.responsive > ul.z-tabs-desktop > li {
	margin-right: -3px;
}
.z-tabs.responsive.horizontal.bottom > ul > li.z-active {
	top: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	z-index: initial;
}
.z-tabs.responsive.horizontal.bottom > ul > li.z-first-row.z-active {
	top: 0;
	padding-top: 0;
	z-index: 9;
}
.z-tabs.horizontal.responsive > ul.z-tabs-desktop {
	display: block;
	width: 100%;
}
.z-tabs.horizontal.responsive.underlined > ul {
	border-width: 0;
}
.z-tabs.horizontal.responsive.underlined > ul > li.z-active, .z-tabs.horizontal.responsive.underlined > ul > li:hover {
	border-top-width: 0;
	border-bottom-width: 0;
}
.z-tabs.underlined.horizontal > ul.z-tabs-mobile > li {
	margin-left: 0;
}
.z-tabs.underlined.horizontal > ul.z-tabs-mobile > li a {
	padding-left: 0;
}
.z-tabs.responsive.top.z-rounded > ul > li.z-last-col > a {
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}
.z-tabs.responsive.bottom.z-rounded > ul > li.z-first > a {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
.z-tabs.responsive.z-rounded.bottom > ul > li.z-left > a {
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}
.z-tabs.responsive.z-rounded.bottom-left > ul > li.z-right > a {
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}
.z-tabs.responsive.horizontal.top.z-rounded > ul > li.z-last > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.z-tabs.horizontal.z-stacked > ul.z-tabs-desktop > li {
	width: 100%;
	float: none;
}
.z-tabs.horizontal.z-stacked.responsive > ul.z-tabs-desktop > li.z-last > a, .z-tabs.horizontal.z-stacked.z-stacked > ul.z-tabs-desktop > li.z-last > a {
	border-bottom-width: 1px;
}
.z-tabs.horizontal.z-stacked.responsive > ul.z-tabs-desktop > li.z-first > a {
	border-top-width: 1px;
}
.z-tabs.horizontal.z-stacked > ul.z-tabs-desktop > li > a {
	margin: 0;
}
.z-tabs.flat.horizontal.z-stacked > ul.z-tabs-desktop > li > a {
	border-width: 0 !important;
}
.z-tabs.z-stacked.horizontal > ul > li > a {
	margin-right: 0 !important;
}
.z-tabs.flat.z-stacked.z-spaced.horizontal.responsive > ul.z-tabs-nav > li > a {
	margin: 2px 0 0 0 !important;
}
.z-tabs.mobile > ul.z-tabs-nav, .z-tabs.mobile > ul.z-tabs-nav > li, .z-tabs.mobile > ul.z-tabs-nav > li.z-active, .z-tabs.mobile > .z-container, .z-tabs.mobile > .z-container > .z-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
.z-tabs.mobile {
	position: relative;
}
.z-tabs.mobile > ul.z-tabs-nav, .z-tabs.mobile > ul.z-tabs-nav.z-tabs-mobile, .z-tabs.mobile > ul.z-tabs-nav.z-tabs-mobile > li, .z-tabs.mobile > .z-container {
	width: 100%;
	float: none;
	display: block;
	width: 100%;
	border-bottom: none;
}
.z-tabs.mobile > ul.z-tabs-nav {
	border-width: 1px 1px 1px 1px;
	background: #E7A920;
}
.z-tabs.mobile > ul.z-tabs-nav > li > .z-link {
	margin: 0 0 0 0;
	color: #fff;
	font-size: 18px;
}
.z-tabs.mobile > ul.z-tabs-desktop {
	position: absolute;
	top: inherit;
	margin-top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background-color: #222;
}
.z-tabs.mobile > ul > li {
	overflow: visible;
}
.z-tabs.mobile > ul.z-tabs-nav > li > a {
	top: 0;
}
.z-tabs.mobile > ul > li.z-active > a {
	font-weight: bold;
}
.z-tabs.mobile.top > ul.z-tabs-desktop > li > a, .z-tabs.mobile.bottom > ul.z-tabs-desktop > li > a {
	border-width: 1px 0px 0 0px;
}
.z-tabs.mobile > ul.z-tabs-nav > li.z-first > a {
	border-width: 0;
}
.z-tabs.mobile > ul.z-tabs-desktop > li {
	float: none;
	display: block;
}
.z-tabs.mobile > ul.z-tabs-desktop.z-hide-menu {
	opacity: 0;
	height: 0;
	visibility: hidden;
}
.z-tabs.mobile.top > .z-container {
	margin-top: 8px;
}
.z-tabs.mobile.bottom > .z-container {
	margin-bottom: 8px;
}
.z-tabs.mobile > .z-container, .z-tabs.mobile > .z-container > .z-content.z-active {
	overflow: visible;
}
.z-tabs.mobile > .z-container.z-animating, .z-tabs.mobile > .z-container.z-animating > .z-content.z-active {
	overflow: hidden;
}
.z-tabs.mobile > ul.z-tabs-mobile.z-state-closed > li > a > span.z-arrow {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}
.z-tabs.mobile > ul.z-tabs-mobile > li > a > span.z-arrow {
	position: absolute;
	top: 50%;
	background: url(images/back-top.png) no-repeat top left;
	background-position: -1470px -3px;
	width: 30px;
	height: 30px;
	margin-top: -25px;
	margin-left: -0.75em;
	display: inline-block;
	right: 1.125em;
	background-position: -1470px -60px;
}
.z-tabs.z-icons-dark > ul.z-tabs-mobile > li > a > span.z-arrow {
	background-position: -1470px -3px;
}
.z-tabs.mobile > ul.z-tabs-nav > li.z-active {
	margin: 0;
	padding: 0;
	top: 0;
	bottom: 0;
	background-color: #000000;
}
.z-tabs.mobile > ul.z-tabs-nav > li.z-active > a {
	margin: 0 0 0 0;
	top: 0;
	bottom: 0;
	font-weight: 500;
	width: auto;
}
.z-tabs.mobile > ul.z-tabs-nav > li {
	border-width: 0px;
	border-bottom: solid 1px #3E3E3E;
}
.z-tabs.mobile > ul.z-tabs-nav > li > a {
	text-align: left;
}
.z-tabs.mobile > ul.z-tabs-desktop > li.z-last {
	border-bottom-width: 0;
}
.z-tabs.mobile.z-rounded > ul.z-tabs-mobile.z-state-closed > li > a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.z-tabs.mobile.z-rounded > ul.z-tabs-mobile, .z-tabs.mobile.z-rounded > ul.z-tabs-desktop {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.z-tabs.mobile.z-rounded > ul.z-tabs-mobile > li > a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.z-tabs.mobile.z-rounded > ul.z-tabs-nav.z-tabs-desktop > li.z-last > a.z-link {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.z-tabs.mobile.z-rounded > ul.z-tabs-nav > li.z-first > a {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.z-tabs.mobile.z-rounded > .z-container {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
.z-tabs .z-tabs *, .z-tabs ul, .z-tabs ul li, .z-tabs ul li a, .z-tabs .z-container .z-content {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	outline: none;
}
.z-tabs.horizontal > .z-container {
	clear: both;
	zoom: 1;
}
.z-tabs.horizontal > ul > li {
	float: left;
	margin: 0 -1px 0 0;
	width: 20% !important;
	text-align: center;
	border-right: solid 1px #DBDBDB;
}
.z-tabs.silver > ul > li > a {
	color: #222222;
}
.z-tabs.silver > ul > li> a:hover {
	color: #fff;
}
.z-tabs.silver > ul > li.z-active > a {
	filter: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #000;
	color: #fff;
}
.z-tabs.horizontal .detail p {
	margin: 0 0 0 0;
}
.z-tabs.horizontal .detail a {
	margin: 30px 0 0 0;
}
.what-we-do {
	margin: 65px 0 0 0;
}
div#tabbed-nav {
	min-height: 550px;
}
/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0px;
	text-align: center;
	cursor: pointer;
}
.tp-banner-container2 {
	width: 92%;
	left: 4%;
}
.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
}
.grid figure figcaption {
	padding: 0px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}
.grid figure h2 span {
	font-weight: 800;
}
.grid figure h2, .grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 0;
	font-size: 18px;
	text-transform: capitalize;
}
/*---------------*/
/***** Sadie *****/
/*---------------*/




figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.75);
	content: '';
	opacity: 0;
}
figure.effect-sadie h2 {
	position: absolute;
	top: 40%;
	line-height: 50px;
	left: 44%;
	width: 100%;
	color: #1f1f1f;
	-webkit-transition: -webkit-transform 1.35s, color 0.35s;
	transition: transform 1.35s, color 0.35s;
	-webkit-transform: translate3d(0, -20%, 0);
	transform: translate3d(0, -20%, 0);
	opacity: 0;
	text-align: left;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 54px;
}
.cbp-item figure.effect-sadie h2 img {
	width: 65px;
}
figure.effect-sadie figcaption::before, figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-sadie p {
	position: absolute;
	bottom: 5%;
	left: 3%;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
	text-align: left;
	text-transform: none;
	font-size: 14px;
	color: #1f1f1f;
}
figure.effect-sadie:hover h2 {
	color: #1f1f1f;
	-webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
	transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
figure.effect-sadie:hover figcaption::before, figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
figure.effect-sadie:hover figcaption::before, figure.effect-sadie:hover h2 {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.work .effect-sadie .image {
	position: relative;
	-moz-transition: all 18s ease-out;
	-o-transition: all 18s ease-out;
	-webkit-transition: all 18s ease-out;
	transition: all 18s ease-out;
}
.work .effect-sadie:hover .image {
	-moz-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
	-moz-transition: all 18s ease;
	-o-transition: all 18s ease;
	-webkit-transition: all 18s ease;
	transition: all 18s ease;
}
/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	padding: 0;
	background: rgba(255, 255, 255, 0.94);
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
figure.effect-zoe h2 {
}
figure.effect-zoe p.icon-links a {
	color: #3c4a50;
	font-size: 1.4em;
}
figure.effect-zoe:hover p.icon-links a:hover, figure.effect-zoe:hover p.icon-links a:focus {
	color: #252d31;
}
figure.effect-zoe p.description {
	padding: 0;
	color: #222;
	text-transform: none;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
	display: inline-block;
	width: 80%;
}
figure.effect-zoe h2, figure.effect-zoe p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}
figure.effect-zoe h2 {
	display: inline-block;
}
figure.effect-zoe:hover p.description {
	opacity: 1;
}
figure.effect-zoe:hover figcaption, figure.effect-zoe:hover h2, figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
figure.effect-zoe:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
figure.effect-zoe:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
figure.effect-zoe:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.icon-links {
	margin: 10px 00 0;
}
.icon-links a {
	color: #222;
}
.icon-links a span.icon-facebook2 {
	font-size: 25px;
}
.icon-links a span.icon-twitter-1 {
	font-size: 28px;
}
.icon-links a span.icon-dribbble3 {
	font-size: 22px;
}
.icon-links a span.icon-facebook2:hover {
	color: #204190;
}
.icon-links a span.icon-twitter-1:hover {
	color: #2ba8e0;
}
.icon-links a span.icon-dribbble3:hover {
	color: #ea2695;
}
.team-members .grid figure {
	cursor: default;
}
.team-members figcaption p {
	width: 85%;
	display: inline-block;
	margin: 12px 0 0 0;
}
.team-members figcaption h3 {
	text-transform: capitalize;
	margin: 25% 0 0 0;
	font-weight: 700;
	color: #222;
}
.team-members figcaption span.position {
	text-transform: capitalize;
	font-size: 15px;
	margin: -3px 0 0 0;
	display: block;
	color: #797979;
}
figcaption img {
	width: auto;
}
/**page loader CSS**/

#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3000;
}
#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	z-index: 1001;
	text-align: center;
}
#loader span {
	color: #fff;
	margin: 26px 0 0 0;
	display: inline-block;
	font-size: 26px;
}
@-webkit-keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
/* Firefox 16+, IE 10+, Opera  */
}
 100% {
 -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
/* Firefox 16+, IE 10+, Opera  */
}
}
 @keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
/* Firefox 16+, IE 10+, Opera  */
}
 100% {
 -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
/* Firefox 16+, IE 10+, Opera  */
}
}
#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background: #000;
	z-index: 1000;
}
#loader-wrapper .loader-section.section-left {
	left: 0;
}
#loader-wrapper .loader-section.section-right {
	right: 0;
}
/* Loaded Styles */

.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);
	/* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(-100%);
	/* IE 9 */
	transform: translateX(-100%);
	/* Firefox 16+, IE 10+, Opera  */
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	/* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);/* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);
	/* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(100%);
	/* IE 9 */
	transform: translateX(100%);
	/* Firefox 16+, IE 10+, Opera  */
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	/* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);/* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	/* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
	transition: all 0.3s ease-out;/* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	/* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateY(-100%);
	/* IE 9 */
	transform: translateY(-100%);
	/* Firefox 16+, IE 10+, Opera  */
	-webkit-transition: all 0.3s 1s ease-out;
	/* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
	transition: all 0.3s 1s ease-out;/* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
/* search feature */

.header .navigation .search-btn {
	float: right;
	margin: 0 0 0 30px;
	border-left: solid 2px #868686;
	padding: 0 0 0 12px;
}
.open-search-popup {
	padding: 9px 25px 5px 25px;
}
.header .navigation .search-btn a {
	color: #c8c7c7;
	text-transform: uppercase;
}
.header .navigation .search-btn a i {
	font-size: 18px;
}
.icon-icons185 {
	font-weight: bold;
}
.search-popup-box {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(255, 255, 255, 0.95);
	top: 0;
	display: none;
	left: 0;
	z-index: 3000;
}
.vertical-align-box {
	width: 100%;
	height: 100%;
	display: table;
}
.vertical-inner-box {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.search-field-box {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 5px 0;
	position: relative;
	border-bottom: 2px solid #e0aa30;
}
.search-field-box .search-icon-btn {
	position: absolute !important;
	right: 0;
	top: 0;
	font-size: 33px;
	color: #000000;
}
.search-field-box input {
	width: 100%;
	float: left;
	border: none;
	background-color: transparent;
	outline: 0;
	font-size: 35px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.search-field-box input::-webkit-input-placeholder {
 color:#000000;
}
.search-popup-box .close-search-popup {
	position: absolute;
	right: 260px;
	top: 86px;
	width: 55px;
	height: 55px;
	text-align: center;
	background: #000000;
	color: #ffffff;
	line-height: 55px;
	border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
}
#header-2 .open-search-popup {
	font-size: 22px;
	padding: 9px 25px 5px 25px;
	margin-right: 20px;
}
.bread-current {
	color: #959494;
	font-weight: 400;
}
.bread-current:hover {
	color: #e7a920;
	cursor: pointer;
}
.news-sec .detail h3 {
	text-transform: uppercase;
}
.lheight h4 {
	line-height: 0px !important;
}
.tparrows.tp-leftarrow:before {
	content: url(images/client-arrow-left.png);
}
.tparrows.tp-rightarrow:before {
	content: url(images/client-arrow-right.png);
}
.tparrows {
	background: none !important;
}

  ::-webkit-input-placeholder {
 color: #000 !important;
}

  :-moz-placeholder { /* Firefox 18- */
 color: #000 !important;
}

  ::-moz-placeholder {  /* Firefox 19+ */
 color: #000 !important;
}

  :-ms-input-placeholder {
 color: #000 !important;
}
.mobile-menu .cd-primary-nav-trigger {
	background-color: transparent !important;
}
#wrap .mobile-menu .cd-primary-nav-trigger .cd-menu-icon {
	background-color: #ffffff !important;
}
#wrap .mobile-menu .cd-primary-nav-trigger .cd-menu-icon.is-clicked {
	background-color: transparent !important;
}
#wrap .mobile-menu .cd-primary-nav-trigger .cd-menu-icon:before {
	background-color: #ffffff !important;
}
#wrap .mobile-menu .cd-primary-nav-trigger .cd-menu-icon:after {
	background-color: #ffffff !important;
}
.vc_row {
	margin-left: 0px;
	margin-right: 0px;
}
.logo a.architecture-logo-text.architecture-logo-text-mobile {
	margin: 10px 0 0 0;
}
.logo a.architecture-logo-text {
	color: #ffffff;
	display: inline-block;
	overflow: hidden;
	margin: 0;
	height: 46px;
	line-height: 46px;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
}
.header-two.cb-header .logo a.architecture-logo-text{
	line-height: normal;
	height:25px;
}
.comments-page {
	padding: 15px;
}
.sticky-post {
	display: none;
}
.sticky .sticky-post {
	background-color: #e7a920;
	display: block;
	padding: 10px;
	color: white;
	font-size: 20px;
	position: absolute;
}
.post-pagination a {
	color: #e7a920;
}
.post a:hover {
	color: white;
}

/*bootstrap*/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f7492c9ba4540ee074ad)
 * Config saved to config.json and https://gist.github.com/f7492c9ba4540ee074ad
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
 display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*,  *:before,  *:after {
	background: transparent !important;
	color: #000 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a,  a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
a[href^="#"]:after,  a[href^="javascript:"]:after {
	content: "";
}
pre,  blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr,  img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p,  h2,  h3 {
	orphans: 3;
	widows: 3;
}
h2,  h3 {
	page-break-after: avoid;
}
.navbar {
	display: none;
}
.btn > .caret,  .dropup > .btn > .caret {
	border-top-color: #000 !important;
}
.label {
	border: 1px solid #000;
}
.table {
	border-collapse: collapse !important;
}
.table td,  .table th {
	background-color: #fff !important;
}
.table-bordered th,  .table-bordered td {
	border: 1px solid #ddd !important;
}
}
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
	content: "\2a";
}
.glyphicon-plus:before {
	content: "\2b";
}
.glyphicon-euro:before, .glyphicon-eur:before {
	content: "\20ac";
}
.glyphicon-minus:before {
	content: "\2212";
}
.glyphicon-cloud:before {
	content: "\2601";
}
.glyphicon-envelope:before {
	content: "\2709";
}
.glyphicon-pencil:before {
	content: "\270f";
}
.glyphicon-glass:before {
	content: "\e001";
}
.glyphicon-music:before {
	content: "\e002";
}
.glyphicon-search:before {
	content: "\e003";
}
.glyphicon-heart:before {
	content: "\e005";
}
.glyphicon-star:before {
	content: "\e006";
}
.glyphicon-star-empty:before {
	content: "\e007";
}
.glyphicon-user:before {
	content: "\e008";
}
.glyphicon-film:before {
	content: "\e009";
}
.glyphicon-th-large:before {
	content: "\e010";
}
.glyphicon-th:before {
	content: "\e011";
}
.glyphicon-th-list:before {
	content: "\e012";
}
.glyphicon-ok:before {
	content: "\e013";
}
.glyphicon-remove:before {
	content: "\e014";
}
.glyphicon-zoom-in:before {
	content: "\e015";
}
.glyphicon-zoom-out:before {
	content: "\e016";
}
.glyphicon-off:before {
	content: "\e017";
}
.glyphicon-signal:before {
	content: "\e018";
}
.glyphicon-cog:before {
	content: "\e019";
}
.glyphicon-trash:before {
	content: "\e020";
}
.glyphicon-home:before {
	content: "\e021";
}
.glyphicon-file:before {
	content: "\e022";
}
.glyphicon-time:before {
	content: "\e023";
}
.glyphicon-road:before {
	content: "\e024";
}
.glyphicon-download-alt:before {
	content: "\e025";
}
.glyphicon-download:before {
	content: "\e026";
}
.glyphicon-upload:before {
	content: "\e027";
}
.glyphicon-inbox:before {
	content: "\e028";
}
.glyphicon-play-circle:before {
	content: "\e029";
}
.glyphicon-repeat:before {
	content: "\e030";
}
.glyphicon-refresh:before {
	content: "\e031";
}
.glyphicon-list-alt:before {
	content: "\e032";
}
.glyphicon-lock:before {
	content: "\e033";
}
.glyphicon-flag:before {
	content: "\e034";
}
.glyphicon-headphones:before {
	content: "\e035";
}
.glyphicon-volume-off:before {
	content: "\e036";
}
.glyphicon-volume-down:before {
	content: "\e037";
}
.glyphicon-volume-up:before {
	content: "\e038";
}
.glyphicon-qrcode:before {
	content: "\e039";
}
.glyphicon-barcode:before {
	content: "\e040";
}
.glyphicon-tag:before {
	content: "\e041";
}
.glyphicon-tags:before {
	content: "\e042";
}
.glyphicon-book:before {
	content: "\e043";
}
.glyphicon-bookmark:before {
	content: "\e044";
}
.glyphicon-print:before {
	content: "\e045";
}
.glyphicon-camera:before {
	content: "\e046";
}
.glyphicon-font:before {
	content: "\e047";
}
.glyphicon-bold:before {
	content: "\e048";
}
.glyphicon-italic:before {
	content: "\e049";
}
.glyphicon-text-height:before {
	content: "\e050";
}
.glyphicon-text-width:before {
	content: "\e051";
}
.glyphicon-align-left:before {
	content: "\e052";
}
.glyphicon-align-center:before {
	content: "\e053";
}
.glyphicon-align-right:before {
	content: "\e054";
}
.glyphicon-align-justify:before {
	content: "\e055";
}
.glyphicon-list:before {
	content: "\e056";
}
.glyphicon-indent-left:before {
	content: "\e057";
}
.glyphicon-indent-right:before {
	content: "\e058";
}
.glyphicon-facetime-video:before {
	content: "\e059";
}
.glyphicon-picture:before {
	content: "\e060";
}
.glyphicon-map-marker:before {
	content: "\e062";
}
.glyphicon-adjust:before {
	content: "\e063";
}
.glyphicon-tint:before {
	content: "\e064";
}
.glyphicon-edit:before {
	content: "\e065";
}
.glyphicon-share:before {
	content: "\e066";
}
.glyphicon-check:before {
	content: "\e067";
}
.glyphicon-move:before {
	content: "\e068";
}
.glyphicon-step-backward:before {
	content: "\e069";
}
.glyphicon-fast-backward:before {
	content: "\e070";
}
.glyphicon-backward:before {
	content: "\e071";
}
.glyphicon-play:before {
	content: "\e072";
}
.glyphicon-pause:before {
	content: "\e073";
}
.glyphicon-stop:before {
	content: "\e074";
}
.glyphicon-forward:before {
	content: "\e075";
}
.glyphicon-fast-forward:before {
	content: "\e076";
}
.glyphicon-step-forward:before {
	content: "\e077";
}
.glyphicon-eject:before {
	content: "\e078";
}
.glyphicon-chevron-left:before {
	content: "\e079";
}
.glyphicon-chevron-right:before {
	content: "\e080";
}
.glyphicon-plus-sign:before {
	content: "\e081";
}
.glyphicon-minus-sign:before {
	content: "\e082";
}
.glyphicon-remove-sign:before {
	content: "\e083";
}
.glyphicon-ok-sign:before {
	content: "\e084";
}
.glyphicon-question-sign:before {
	content: "\e085";
}
.glyphicon-info-sign:before {
	content: "\e086";
}
.glyphicon-screenshot:before {
	content: "\e087";
}
.glyphicon-remove-circle:before {
	content: "\e088";
}
.glyphicon-ok-circle:before {
	content: "\e089";
}
.glyphicon-ban-circle:before {
	content: "\e090";
}
.glyphicon-arrow-left:before {
	content: "\e091";
}
.glyphicon-arrow-right:before {
	content: "\e092";
}
.glyphicon-arrow-up:before {
	content: "\e093";
}
.glyphicon-arrow-down:before {
	content: "\e094";
}
.glyphicon-share-alt:before {
	content: "\e095";
}
.glyphicon-resize-full:before {
	content: "\e096";
}
.glyphicon-resize-small:before {
	content: "\e097";
}
.glyphicon-exclamation-sign:before {
	content: "\e101";
}
.glyphicon-gift:before {
	content: "\e102";
}
.glyphicon-leaf:before {
	content: "\e103";
}
.glyphicon-fire:before {
	content: "\e104";
}
.glyphicon-eye-open:before {
	content: "\e105";
}
.glyphicon-eye-close:before {
	content: "\e106";
}
.glyphicon-warning-sign:before {
	content: "\e107";
}
.glyphicon-plane:before {
	content: "\e108";
}
.glyphicon-calendar:before {
	content: "\e109";
}
.glyphicon-random:before {
	content: "\e110";
}
.glyphicon-comment:before {
	content: "\e111";
}
.glyphicon-magnet:before {
	content: "\e112";
}
.glyphicon-chevron-up:before {
	content: "\e113";
}
.glyphicon-chevron-down:before {
	content: "\e114";
}
.glyphicon-retweet:before {
	content: "\e115";
}
.glyphicon-shopping-cart:before {
	content: "\e116";
}
.glyphicon-folder-close:before {
	content: "\e117";
}
.glyphicon-folder-open:before {
	content: "\e118";
}
.glyphicon-resize-vertical:before {
	content: "\e119";
}
.glyphicon-resize-horizontal:before {
	content: "\e120";
}
.glyphicon-hdd:before {
	content: "\e121";
}
.glyphicon-bullhorn:before {
	content: "\e122";
}
.glyphicon-bell:before {
	content: "\e123";
}
.glyphicon-certificate:before {
	content: "\e124";
}
.glyphicon-thumbs-up:before {
	content: "\e125";
}
.glyphicon-thumbs-down:before {
	content: "\e126";
}
.glyphicon-hand-right:before {
	content: "\e127";
}
.glyphicon-hand-left:before {
	content: "\e128";
}
.glyphicon-hand-up:before {
	content: "\e129";
}
.glyphicon-hand-down:before {
	content: "\e130";
}
.glyphicon-circle-arrow-right:before {
	content: "\e131";
}
.glyphicon-circle-arrow-left:before {
	content: "\e132";
}
.glyphicon-circle-arrow-up:before {
	content: "\e133";
}
.glyphicon-circle-arrow-down:before {
	content: "\e134";
}
.glyphicon-globe:before {
	content: "\e135";
}
.glyphicon-wrench:before {
	content: "\e136";
}
.glyphicon-tasks:before {
	content: "\e137";
}
.glyphicon-filter:before {
	content: "\e138";
}
.glyphicon-briefcase:before {
	content: "\e139";
}
.glyphicon-fullscreen:before {
	content: "\e140";
}
.glyphicon-dashboard:before {
	content: "\e141";
}
.glyphicon-paperclip:before {
	content: "\e142";
}
.glyphicon-heart-empty:before {
	content: "\e143";
}
.glyphicon-link:before {
	content: "\e144";
}
.glyphicon-phone:before {
	content: "\e145";
}
.glyphicon-pushpin:before {
	content: "\e146";
}
.glyphicon-usd:before {
	content: "\e148";
}
.glyphicon-gbp:before {
	content: "\e149";
}
.glyphicon-sort:before {
	content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}
.glyphicon-sort-by-order:before {
	content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}
.glyphicon-sort-by-attributes:before {
	content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}
.glyphicon-unchecked:before {
	content: "\e157";
}
.glyphicon-expand:before {
	content: "\e158";
}
.glyphicon-collapse-down:before {
	content: "\e159";
}
.glyphicon-collapse-up:before {
	content: "\e160";
}
.glyphicon-log-in:before {
	content: "\e161";
}
.glyphicon-flash:before {
	content: "\e162";
}
.glyphicon-log-out:before {
	content: "\e163";
}
.glyphicon-new-window:before {
	content: "\e164";
}
.glyphicon-record:before {
	content: "\e165";
}
.glyphicon-save:before {
	content: "\e166";
}
.glyphicon-open:before {
	content: "\e167";
}
.glyphicon-saved:before {
	content: "\e168";
}
.glyphicon-import:before {
	content: "\e169";
}
.glyphicon-export:before {
	content: "\e170";
}
.glyphicon-send:before {
	content: "\e171";
}
.glyphicon-floppy-disk:before {
	content: "\e172";
}
.glyphicon-floppy-saved:before {
	content: "\e173";
}
.glyphicon-floppy-remove:before {
	content: "\e174";
}
.glyphicon-floppy-save:before {
	content: "\e175";
}
.glyphicon-floppy-open:before {
	content: "\e176";
}
.glyphicon-credit-card:before {
	content: "\e177";
}
.glyphicon-transfer:before {
	content: "\e178";
}
.glyphicon-cutlery:before {
	content: "\e179";
}
.glyphicon-header:before {
	content: "\e180";
}
.glyphicon-compressed:before {
	content: "\e181";
}
.glyphicon-earphone:before {
	content: "\e182";
}
.glyphicon-phone-alt:before {
	content: "\e183";
}
.glyphicon-tower:before {
	content: "\e184";
}
.glyphicon-stats:before {
	content: "\e185";
}
.glyphicon-sd-video:before {
	content: "\e186";
}
.glyphicon-hd-video:before {
	content: "\e187";
}
.glyphicon-subtitles:before {
	content: "\e188";
}
.glyphicon-sound-stereo:before {
	content: "\e189";
}
.glyphicon-sound-dolby:before {
	content: "\e190";
}
.glyphicon-sound-5-1:before {
	content: "\e191";
}
.glyphicon-sound-6-1:before {
	content: "\e192";
}
.glyphicon-sound-7-1:before {
	content: "\e193";
}
.glyphicon-copyright-mark:before {
	content: "\e194";
}
.glyphicon-registration-mark:before {
	content: "\e195";
}
.glyphicon-cloud-download:before {
	content: "\e197";
}
.glyphicon-cloud-upload:before {
	content: "\e198";
}
.glyphicon-tree-conifer:before {
	content: "\e199";
}
.glyphicon-tree-deciduous:before {
	content: "\e200";
}
.glyphicon-cd:before {
	content: "\e201";
}
.glyphicon-save-file:before {
	content: "\e202";
}
.glyphicon-open-file:before {
	content: "\e203";
}
.glyphicon-level-up:before {
	content: "\e204";
}
.glyphicon-copy:before {
	content: "\e205";
}
.glyphicon-paste:before {
	content: "\e206";
}
.glyphicon-alert:before {
	content: "\e209";
}
.glyphicon-equalizer:before {
	content: "\e210";
}
.glyphicon-king:before {
	content: "\e211";
}
.glyphicon-queen:before {
	content: "\e212";
}
.glyphicon-pawn:before {
	content: "\e213";
}
.glyphicon-bishop:before {
	content: "\e214";
}
.glyphicon-knight:before {
	content: "\e215";
}
.glyphicon-baby-formula:before {
	content: "\e216";
}
.glyphicon-tent:before {
	content: "\26fa";
}
.glyphicon-blackboard:before {
	content: "\e218";
}
.glyphicon-bed:before {
	content: "\e219";
}
.glyphicon-apple:before {
	content: "\f8ff";
}
.glyphicon-erase:before {
	content: "\e221";
}
.glyphicon-hourglass:before {
	content: "\231b";
}
.glyphicon-lamp:before {
	content: "\e223";
}
.glyphicon-duplicate:before {
	content: "\e224";
}
.glyphicon-piggy-bank:before {
	content: "\e225";
}
.glyphicon-scissors:before {
	content: "\e226";
}
.glyphicon-bitcoin:before {
	content: "\e227";
}
.glyphicon-btc:before {
	content: "\e227";
}
.glyphicon-xbt:before {
	content: "\e227";
}
.glyphicon-yen:before {
	content: "\00a5";
}
.glyphicon-jpy:before {
	content: "\00a5";
}
.glyphicon-ruble:before {
	content: "\20bd";
}
.glyphicon-rub:before {
	content: "\20bd";
}
.glyphicon-scale:before {
	content: "\e230";
}
.glyphicon-ice-lolly:before {
	content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
	content: "\e232";
}
.glyphicon-education:before {
	content: "\e233";
}
.glyphicon-option-horizontal:before {
	content: "\e234";
}
.glyphicon-option-vertical:before {
	content: "\e235";
}
.glyphicon-menu-hamburger:before {
	content: "\e236";
}
.glyphicon-modal-window:before {
	content: "\e237";
}
.glyphicon-oil:before {
	content: "\e238";
}
.glyphicon-grain:before {
	content: "\e239";
}
.glyphicon-sunglasses:before {
	content: "\e240";
}
.glyphicon-text-size:before {
	content: "\e241";
}
.glyphicon-text-color:before {
	content: "\e242";
}
.glyphicon-text-background:before {
	content: "\e243";
}
.glyphicon-object-align-top:before {
	content: "\e244";
}
.glyphicon-object-align-bottom:before {
	content: "\e245";
}
.glyphicon-object-align-horizontal:before {
	content: "\e246";
}
.glyphicon-object-align-left:before {
	content: "\e247";
}
.glyphicon-object-align-vertical:before {
	content: "\e248";
}
.glyphicon-object-align-right:before {
	content: "\e249";
}
.glyphicon-triangle-right:before {
	content: "\e250";
}
.glyphicon-triangle-left:before {
	content: "\e251";
}
.glyphicon-triangle-bottom:before {
	content: "\e252";
}
.glyphicon-triangle-top:before {
	content: "\e253";
}
.glyphicon-console:before {
	content: "\e254";
}
.glyphicon-superscript:before {
	content: "\e255";
}
.glyphicon-subscript:before {
	content: "\e256";
}
.glyphicon-menu-left:before {
	content: "\e257";
}
.glyphicon-menu-right:before {
	content: "\e258";
}
.glyphicon-menu-down:before {
	content: "\e259";
}
.glyphicon-menu-up:before {
	content: "\e260";
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
[role="button"] {
 cursor: pointer;
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
	font-size: 21px;
}
}
small, .small {
	font-size: 85%;
}
mark, .mark {
	background-color: #fcf8e3;
	padding: .2em;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-muted {
	color: #777777;
}
.text-primary {
	color: #337ab7;
}
a.text-primary:hover, a.text-primary:focus {
	color: #286090;
}
.text-success {
	color: #3c763d;
}
a.text-success:hover, a.text-success:focus {
	color: #2b542c;
}
.text-info {
	color: #31708f;
}
a.text-info:hover, a.text-info:focus {
	color: #245269;
}
.text-warning {
	color: #8a6d3b;
}
a.text-warning:hover, a.text-warning:focus {
	color: #66512c;
}
.text-danger {
	color: #a94442;
}
a.text-danger:hover, a.text-danger:focus {
	color: #843534;
}
.bg-primary {
	color: #fff;
	background-color: #337ab7;
}
a.bg-primary:hover, a.bg-primary:focus {
	background-color: #286090;
}
.bg-success {
	background-color: #dff0d8;
}
a.bg-success:hover, a.bg-success:focus {
	background-color: #c1e2b3;
}
.bg-info {
	background-color: #d9edf7;
}
a.bg-info:hover, a.bg-info:focus {
	background-color: #afd9ee;
}
.bg-warning {
	background-color: #fcf8e3;
}
a.bg-warning:hover, a.bg-warning:focus {
	background-color: #f7ecb5;
}
.bg-danger {
	background-color: #f2dede;
}
a.bg-danger:hover, a.bg-danger:focus {
	background-color: #e4b9b9;
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eeeeee;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dt, dd {
	line-height: 1.42857143;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
@media (min-width: 768px) {
.dl-horizontal dt {
	float: left;
	width: 160px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dl-horizontal dd {
	margin-left: 180px;
}
}
abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777777;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eeeeee;
        border-left: 5px solid #eeeeee;
       background: #f9f9f9;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: '\2014 \00A0';
}
.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
	content: '';
}
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}
code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #ffffff;
	background-color: #333333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	-webkit-box-shadow: none;
	box-shadow: none;
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
 @media (min-width: 768px) {
.container {
	width: 750px;
}
}
@media (min-width: 992px) {
.container {
	width: 970px;
}
}
@media (min-width: 1230px) {
.container {
	width: 1200px;
}
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
.col-sm-pull-12 {
	right: 100%;
}
.col-sm-pull-11 {
	right: 91.66666667%;
}
.col-sm-pull-10 {
	right: 83.33333333%;
}
.col-sm-pull-9 {
	right: 75%;
}
.col-sm-pull-8 {
	right: 66.66666667%;
}
.col-sm-pull-7 {
	right: 58.33333333%;
}
.col-sm-pull-6 {
	right: 50%;
}
.col-sm-pull-5 {
	right: 41.66666667%;
}
.col-sm-pull-4 {
	right: 33.33333333%;
}
.col-sm-pull-3 {
	right: 25%;
}
.col-sm-pull-2 {
	right: 16.66666667%;
}
.col-sm-pull-1 {
	right: 8.33333333%;
}
.col-sm-pull-0 {
	right: auto;
}
.col-sm-push-12 {
	left: 100%;
}
.col-sm-push-11 {
	left: 91.66666667%;
}
.col-sm-push-10 {
	left: 83.33333333%;
}
.col-sm-push-9 {
	left: 75%;
}
.col-sm-push-8 {
	left: 66.66666667%;
}
.col-sm-push-7 {
	left: 58.33333333%;
}
.col-sm-push-6 {
	left: 50%;
}
.col-sm-push-5 {
	left: 41.66666667%;
}
.col-sm-push-4 {
	left: 33.33333333%;
}
.col-sm-push-3 {
	left: 25%;
}
.col-sm-push-2 {
	left: 16.66666667%;
}
.col-sm-push-1 {
	left: 8.33333333%;
}
.col-sm-push-0 {
	left: auto;
}
.col-sm-offset-12 {
	margin-left: 100%;
}
.col-sm-offset-11 {
	margin-left: 91.66666667%;
}
.col-sm-offset-10 {
	margin-left: 83.33333333%;
}
.col-sm-offset-9 {
	margin-left: 75%;
}
.col-sm-offset-8 {
	margin-left: 66.66666667%;
}
.col-sm-offset-7 {
	margin-left: 58.33333333%;
}
.col-sm-offset-6 {
	margin-left: 50%;
}
.col-sm-offset-5 {
	margin-left: 41.66666667%;
}
.col-sm-offset-4 {
	margin-left: 33.33333333%;
}
.col-sm-offset-3 {
	margin-left: 25%;
}
.col-sm-offset-2 {
	margin-left: 16.66666667%;
}
.col-sm-offset-1 {
	margin-left: 8.33333333%;
}
.col-sm-offset-0 {
	margin-left: 0%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
}
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-4 {
	width: 33.33333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
.col-md-pull-12 {
	right: 100%;
}
.col-md-pull-11 {
	right: 91.66666667%;
}
.col-md-pull-10 {
	right: 83.33333333%;
}
.col-md-pull-9 {
	right: 75%;
}
.col-md-pull-8 {
	right: 66.66666667%;
}
.col-md-pull-7 {
	right: 58.33333333%;
}
.col-md-pull-6 {
	right: 50%;
}
.col-md-pull-5 {
	right: 41.66666667%;
}
.col-md-pull-4 {
	right: 33.33333333%;
}
.col-md-pull-3 {
	right: 25%;
}
.col-md-pull-2 {
	right: 16.66666667%;
}
.col-md-pull-1 {
	right: 8.33333333%;
}
.col-md-pull-0 {
	right: auto;
}
.col-md-push-12 {
	left: 100%;
}
.col-md-push-11 {
	left: 91.66666667%;
}
.col-md-push-10 {
	left: 83.33333333%;
}
.col-md-push-9 {
	left: 75%;
}
.col-md-push-8 {
	left: 66.66666667%;
}
.col-md-push-7 {
	left: 58.33333333%;
}
.col-md-push-6 {
	left: 50%;
}
.col-md-push-5 {
	left: 41.66666667%;
}
.col-md-push-4 {
	left: 33.33333333%;
}
.col-md-push-3 {
	left: 25%;
}
.col-md-push-2 {
	left: 16.66666667%;
}
.col-md-push-1 {
	left: 8.33333333%;
}
.col-md-push-0 {
	left: auto;
}
.col-md-offset-12 {
	margin-left: 100%;
}
.col-md-offset-11 {
	margin-left: 91.66666667%;
}
.col-md-offset-10 {
	margin-left: 83.33333333%;
}
.col-md-offset-9 {
	margin-left: 75%;
}
.col-md-offset-8 {
	margin-left: 66.66666667%;
}
.col-md-offset-7 {
	margin-left: 58.33333333%;
}
.col-md-offset-6 {
	margin-left: 50%;
}
.col-md-offset-5 {
	margin-left: 41.66666667%;
}
.col-md-offset-4 {
	margin-left: 33.33333333%;
}
.col-md-offset-3 {
	margin-left: 25%;
}
.col-md-offset-2 {
	margin-left: 16.66666667%;
}
.col-md-offset-1 {
	margin-left: 8.33333333%;
}
.col-md-offset-0 {
	margin-left: 0%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
.col-lg-pull-12 {
	right: 100%;
}
.col-lg-pull-11 {
	right: 91.66666667%;
}
.col-lg-pull-10 {
	right: 83.33333333%;
}
.col-lg-pull-9 {
	right: 75%;
}
.col-lg-pull-8 {
	right: 66.66666667%;
}
.col-lg-pull-7 {
	right: 58.33333333%;
}
.col-lg-pull-6 {
	right: 50%;
}
.col-lg-pull-5 {
	right: 41.66666667%;
}
.col-lg-pull-4 {
	right: 33.33333333%;
}
.col-lg-pull-3 {
	right: 25%;
}
.col-lg-pull-2 {
	right: 16.66666667%;
}
.col-lg-pull-1 {
	right: 8.33333333%;
}
.col-lg-pull-0 {
	right: auto;
}
.col-lg-push-12 {
	left: 100%;
}
.col-lg-push-11 {
	left: 91.66666667%;
}
.col-lg-push-10 {
	left: 83.33333333%;
}
.col-lg-push-9 {
	left: 75%;
}
.col-lg-push-8 {
	left: 66.66666667%;
}
.col-lg-push-7 {
	left: 58.33333333%;
}
.col-lg-push-6 {
	left: 50%;
}
.col-lg-push-5 {
	left: 41.66666667%;
}
.col-lg-push-4 {
	left: 33.33333333%;
}
.col-lg-push-3 {
	left: 25%;
}
.col-lg-push-2 {
	left: 16.66666667%;
}
.col-lg-push-1 {
	left: 8.33333333%;
}
.col-lg-push-0 {
	left: auto;
}
.col-lg-offset-12 {
	margin-left: 100%;
}
.col-lg-offset-11 {
	margin-left: 91.66666667%;
}
.col-lg-offset-10 {
	margin-left: 83.33333333%;
}
.col-lg-offset-9 {
	margin-left: 75%;
}
.col-lg-offset-8 {
	margin-left: 66.66666667%;
}
.col-lg-offset-7 {
	margin-left: 58.33333333%;
}
.col-lg-offset-6 {
	margin-left: 50%;
}
.col-lg-offset-5 {
	margin-left: 41.66666667%;
}
.col-lg-offset-4 {
	margin-left: 33.33333333%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-2 {
	margin-left: 16.66666667%;
}
.col-lg-offset-1 {
	margin-left: 8.33333333%;
}
.col-lg-offset-0 {
	margin-left: 0%;
}
}
table {
	background-color: transparent;
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777777;
	text-align: left;
}
th {
	text-align: left;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #dddddd;
}
.table .table {
	background-color: #ffffff;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}
table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}
table td[class*="col-"], table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
	background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
	background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
	background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}
.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}
@media screen and (max-width: 767px) {
.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #dddddd;
}
.table-responsive > .table {
	margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,  .table-responsive > .table > tbody > tr > th,  .table-responsive > .table > tfoot > tr > th,  .table-responsive > .table > thead > tr > td,  .table-responsive > .table > tbody > tr > td,  .table-responsive > .table > tfoot > tr > td {
	white-space: nowrap;
}
.table-responsive > .table-bordered {
	border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,  .table-responsive > .table-bordered > tbody > tr > th:first-child,  .table-responsive > .table-bordered > tfoot > tr > th:first-child,  .table-responsive > .table-bordered > thead > tr > td:first-child,  .table-responsive > .table-bordered > tbody > tr > td:first-child,  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,  .table-responsive > .table-bordered > tbody > tr > th:last-child,  .table-responsive > .table-bordered > tfoot > tr > th:last-child,  .table-responsive > .table-bordered > thead > tr > td:last-child,  .table-responsive > .table-bordered > tbody > tr > td:last-child,  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,  .table-responsive > .table-bordered > tfoot > tr:last-child > th,  .table-responsive > .table-bordered > tbody > tr:last-child > td,  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
	border-bottom: 0;
}
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple], select[size] {
	height: auto;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
 color: #999999;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #999999;
}
.form-control::-webkit-input-placeholder {
 color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eeeeee;
	opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed;
}
textarea.form-control {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control,  input[type="time"].form-control,  input[type="datetime-local"].form-control,  input[type="month"].form-control {
	line-height: 34px;
}
input[type="date"].input-sm,  input[type="time"].input-sm,  input[type="datetime-local"].input-sm,  input[type="month"].input-sm,  .input-group-sm input[type="date"],  .input-group-sm input[type="time"],  .input-group-sm input[type="datetime-local"],  .input-group-sm input[type="month"] {
	line-height: 30px;
}
input[type="date"].input-lg,  input[type="time"].input-lg,  input[type="datetime-local"].input-lg,  input[type="month"].input-lg,  .input-group-lg input[type="date"],  .input-group-lg input[type="time"],  .input-group-lg input[type="datetime-local"],  .input-group-lg input[type="month"] {
	line-height: 46px;
}
}
.form-group {
	margin-bottom: 15px;
}
.radio, .checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.radio label, .checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9;
}
.radio + .radio, .checkbox + .checkbox {
	margin-top: -5px;
}
.radio-inline, .checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}
.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}
.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}
.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 34px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0;
}
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-sm {
	height: 30px;
	line-height: 30px;
}
textarea.input-sm, select[multiple].input-sm {
	height: auto;
}
.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px;
}
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
	height: auto;
}
.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
select.input-lg {
	height: 46px;
	line-height: 46px;
}
textarea.input-lg, select[multiple].input-lg {
	height: auto;
}
.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px;
}
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
	height: auto;
}
.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 42.5px;
}
.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}
.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}
.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
	color: #3c763d;
}
.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}
.has-success .form-control-feedback {
	color: #3c763d;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
	color: #8a6d3b;
}
.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
	color: #8a6d3b;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: #a94442;
}
.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede;
}
.has-error .form-control-feedback {
	color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
	top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}
@media (min-width: 768px) {
.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.form-inline .form-control-static {
	display: inline-block;
}
.form-inline .input-group {
	display: inline-table;
	vertical-align: middle;
}
.form-inline .input-group .input-group-addon,  .form-inline .input-group .input-group-btn,  .form-inline .input-group .form-control {
	width: auto;
}
.form-inline .input-group > .form-control {
	width: 100%;
}
.form-inline .control-label {
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .radio,  .form-inline .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .radio label,  .form-inline .checkbox label {
	padding-left: 0;
}
.form-inline .radio input[type="radio"],  .form-inline .checkbox input[type="checkbox"] {
	position: relative;
	margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
	top: 0;
}
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}
.form-horizontal .radio, .form-horizontal .checkbox {
	min-height: 27px;
}
.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
	text-align: right;
	margin-bottom: 0;
	padding-top: 7px;
}
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
	padding-top: 14.333333px;
	font-size: 18px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
	padding-top: 6px;
	font-size: 12px;
}
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
	text-decoration: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none;
}
.btn-default {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}
.btn-default:hover {
	color: #333333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color: #ffffff;
	border-color: #cccccc;
}
.btn-default .badge {
	color: #ffffff;
	background-color: #333333;
}
.btn-primary {
	color: #ffffff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
	color: #ffffff;
	background-color: #286090;
	border-color: #122b40;
}
.btn-primary:hover {
	color: #ffffff;
	background-color: #286090;
	border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #286090;
	border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
	color: #ffffff;
	background-color: #204d74;
	border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary .badge {
	color: #337ab7;
	background-color: #ffffff;
}
.btn-success {
	color: #ffffff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
	color: #ffffff;
	background-color: #449d44;
	border-color: #255625;
}
.btn-success:hover {
	color: #ffffff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
	color: #ffffff;
	background-color: #398439;
	border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success .badge {
	color: #5cb85c;
	background-color: #ffffff;
}
.btn-info {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}
.btn-info:hover {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
	color: #ffffff;
	background-color: #269abc;
	border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
	background-image: none;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info .badge {
	color: #5bc0de;
	background-color: #ffffff;
}
.btn-warning {
	color: #ffffff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
	color: #ffffff;
	background-color: #ec971f;
	border-color: #985f0d;
}
.btn-warning:hover {
	color: #ffffff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
	color: #ffffff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
	color: #ffffff;
	background-color: #d58512;
	border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
	background-image: none;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning .badge {
	color: #f0ad4e;
	background-color: #ffffff;
}
.btn-danger {
	color: #ffffff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
	color: #ffffff;
	background-color: #c9302c;
	border-color: #761c19;
}
.btn-danger:hover {
	color: #ffffff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
	color: #ffffff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
	color: #ffffff;
	background-color: #ac2925;
	border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
	background-image: none;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger .badge {
	color: #d9534f;
	background-color: #ffffff;
}
.btn-link {
	color: #337ab7;
	font-weight: normal;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
	color: #777777;
	text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.btn-sm, .btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-xs, .btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
tr.collapse.in {
	display: table-row;
}
tbody.collapse.in {
	display: table-row-group;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropup, .dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.dropdown-menu-right {
	left: auto;
	right: 0;
}
.dropdown-menu-left {
	left: 0;
	right: auto;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777777;
	white-space: nowrap;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
	left: auto;
	right: 0;
}
.navbar-right .dropdown-menu-left {
	left: 0;
	right: auto;
}
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
	position: relative;
	float: left;
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
	z-index: 2;
}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
	margin-left: -1px;
}
.btn-toolbar {
	margin-left: -5px;
}
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
	float: left;
}
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
	margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}
.btn-group > .btn:first-child {
	margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group > .btn-group {
	float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn .caret {
	margin-left: 0;
}
.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}
.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
	float: none;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
	float: none;
	display: table-cell;
	width: 1%;
}
.btn-group-justified > .btn-group .btn {
	width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
	left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
 position: absolute;
 clip: rect(0, 0, 0, 0);
 pointer-events: none;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
	height: 46px;
	line-height: 46px;
}
textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
	height: auto;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	line-height: 30px;
}
textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
	height: auto;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555555;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
}
.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px;
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
	margin-top: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.input-group-addon:first-child {
	border-right: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.input-group-addon:last-child {
	border-left: 0;
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}
.input-group-btn > .btn {
	position: relative;
}
.input-group-btn > .btn + .btn {
	margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
	z-index: 2;
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: -1px;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li {
	display: table-cell;
	width: 1%;
}
.nav-tabs.nav-justified > li > a {
	margin-bottom: 0;
}
}
.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {
	border-bottom: 1px solid #dddddd;
	border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > .active > a,  .nav-tabs.nav-justified > .active > a:hover,  .nav-tabs.nav-justified > .active > a:focus {
	border-bottom-color: #ffffff;
}
}
.nav-pills > li {
	float: left;
}
.nav-pills > li > a {
	border-radius: 4px;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #ffffff;
	background-color: #337ab7;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}
.nav-justified {
	width: 100%;
}
.nav-justified > li {
	float: none;
}
.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
@media (min-width: 768px) {
.nav-justified > li {
	display: table-cell;
	width: 1%;
}
.nav-justified > li > a {
	margin-bottom: 0;
}
}
.nav-tabs-justified {
	border-bottom: 0;
}
.nav-tabs-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
	border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a {
	border-bottom: 1px solid #dddddd;
	border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a,  .nav-tabs-justified > .active > a:hover,  .nav-tabs-justified > .active > a:focus {
	border-bottom-color: #ffffff;
}
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}
@media (min-width: 768px) {
.navbar {
	border-radius: 4px;
}
}
@media (min-width: 768px) {
.navbar-header {
	float: left;
}
}
.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
	overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
	width: auto;
	border-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-collapse.collapse {
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;
}
.navbar-collapse.in {
	overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse,  .navbar-static-top .navbar-collapse,  .navbar-fixed-bottom .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,  .navbar-fixed-bottom .navbar-collapse {
	max-height: 200px;
}
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,  .container-fluid > .navbar-header,  .container > .navbar-collapse,  .container-fluid > .navbar-collapse {
	margin-right: 0;
	margin-left: 0;
}
}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
	border-radius: 0;
}
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}
@media (min-width: 768px) {
.navbar-fixed-top,  .navbar-fixed-bottom {
	border-radius: 0;
}
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}
.navbar-brand {
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none;
}
.navbar-brand > img {
	display: block;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,  .navbar > .container-fluid .navbar-brand {
	margin-left: -15px;
}
}
.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle:focus {
	outline: 0;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
@media (min-width: 768px) {
.navbar-toggle {
	display: none;
}
}
.navbar-nav {
	margin: 7.5px -15px;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,  .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
	line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,  .navbar-nav .open .dropdown-menu > li > a:focus {
	background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
	float: left;
	margin: 0;
}
.navbar-nav > li {
	float: left;
}
.navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
}
}
.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 8px;
	margin-bottom: 8px;
}
@media (min-width: 768px) {
.navbar-form .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.navbar-form .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.navbar-form .form-control-static {
	display: inline-block;
}
.navbar-form .input-group {
	display: inline-table;
	vertical-align: middle;
}
.navbar-form .input-group .input-group-addon,  .navbar-form .input-group .input-group-btn,  .navbar-form .input-group .form-control {
	width: auto;
}
.navbar-form .input-group > .form-control {
	width: 100%;
}
.navbar-form .control-label {
	margin-bottom: 0;
	vertical-align: middle;
}
.navbar-form .radio,  .navbar-form .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}
.navbar-form .radio label,  .navbar-form .checkbox label {
	padding-left: 0;
}
.navbar-form .radio input[type="radio"],  .navbar-form .checkbox input[type="checkbox"] {
	position: relative;
	margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
	top: 0;
}
}
@media (max-width: 767px) {
.navbar-form .form-group {
	margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
	margin-bottom: 0;
}
}
@media (min-width: 768px) {
.navbar-form {
	width: auto;
	border: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}
.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px;
}
.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}
.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
.navbar-text {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}
}
@media (min-width: 768px) {
.navbar-left {
	float: left !important;
}
.navbar-right {
	float: right !important;
	margin-right: -15px;
}
.navbar-right ~ .navbar-right {
	margin-right: 0;
}
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
	color: #777777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #777777;
}
.navbar-default .navbar-nav > li > a {
	color: #777777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #333333;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #555555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
	color: #cccccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888888;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555555;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #777777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #333333;
	background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #555555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
	color: #cccccc;
	background-color: transparent;
}
}
.navbar-default .navbar-link {
	color: #777777;
}
.navbar-default .navbar-link:hover {
	color: #333333;
}
.navbar-default .btn-link {
	color: #777777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
	color: #333333;
}
.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
	color: #cccccc;
}
.navbar-inverse {
	background-color: #222222;
	border-color: #080808;
}
.navbar-inverse .navbar-brand {
	color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #ffffff;
	background-color: transparent;
}
.navbar-inverse .navbar-text {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #ffffff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444444;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #080808;
	color: #ffffff;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
	border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #ffffff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #ffffff;
	background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
	color: #444444;
	background-color: transparent;
}
}
.navbar-inverse .navbar-link {
	color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
	color: #ffffff;
}
.navbar-inverse .btn-link {
	color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
	color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444444;
}
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #cccccc;
}
.breadcrumb > .active {
	color: #777777;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #337ab7;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	z-index: 3;
	color: #23527c;
	background-color: #eeeeee;
	border-color: #dddddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	color: #777777;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}
.pagination-lg > li > a, .pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center;
}
.pager li {
	display: inline;
}
.pager li > a, .pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 15px;
}
.pager li > a:hover, .pager li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
.pager .next > a, .pager .next > span {
	float: right;
}
.pager .previous > a, .pager .previous > span {
	float: left;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
	color: #777777;
	background-color: #ffffff;
	cursor: not-allowed;
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
a.label:hover, a.label:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.label:empty {
	display: none;
}
.btn .label {
	position: relative;
	top: -1px;
}
.label-default {
	background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
	background-color: #5e5e5e;
}
.label-primary {
	background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
	background-color: #286090;
}
.label-success {
	background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
	background-color: #449d44;
}
.label-info {
	background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
	background-color: #31b0d5;
}
.label-warning {
	background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
	background-color: #ec971f;
}
.label-danger {
	background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
	background-color: #c9302c;
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #777777;
	border-radius: 10px;
}
.badge:empty {
	display: none;
}
.btn .badge {
	position: relative;
	top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
	top: 0;
	padding: 1px 5px;
}
a.badge:hover, a.badge:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
	color: #337ab7;
	background-color: #ffffff;
}
.list-group-item > .badge {
	float: right;
}
.list-group-item > .badge + .badge {
	margin-right: 5px;
}
.nav-pills > li > a > .badge {
	margin-left: 3px;
}
.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eeeeee;
}
.jumbotron h1, .jumbotron .h1 {
	color: inherit;
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200;
}
.jumbotron > hr {
	border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 6px;
}
.jumbotron .container {
	max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
	padding-top: 48px;
	padding-bottom: 48px;
}
.container .jumbotron,  .container-fluid .jumbotron {
	padding-left: 60px;
	padding-right: 60px;
}
.jumbotron h1,  .jumbotron .h1 {
	font-size: 63px;
}
}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}
.thumbnail > img, .thumbnail a > img {
	margin-left: auto;
	margin-right: auto;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #337ab7;
}
.thumbnail .caption {
	padding: 9px;
	color: #333333;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: bold;
}
.alert > p, .alert > ul {
	margin-bottom: 0;
}
.alert > p + p {
	margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
	padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.alert-success .alert-link {
	color: #2b542c;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #245269;
}
.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
 from {
 background-position: 40px 0;
}
to {
	background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
 from {
 background-position: 40px 0;
}
to {
	background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
 from {
 background-position: 40px 0;
}
to {
	background-position: 0 0;
}
}
.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}
.progress-striped .progress-bar, .progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
}
.progress.active .progress-bar, .progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
	background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
	background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
	background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
	background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
	margin-top: 15px;
}
.media:first-child {
	margin-top: 0;
}
.media, .media-body {
	zoom: 1;
	overflow: hidden;
}
.media-body {
	width: 10000px;
}
.media-object {
	display: block;
}
.media-object.img-thumbnail {
	max-width: none;
}
.media-right, .media > .pull-right {
	padding-left: 10px;
}
.media-left, .media > .pull-left {
	padding-right: 10px;
}
.media-left, .media-right, .media-body {
	display: table-cell;
	vertical-align: top;
}
.media-middle {
	vertical-align: middle;
}
.media-bottom {
	vertical-align: bottom;
}
.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.media-list {
	padding-left: 0;
	list-style: none;
}
.list-group {
	margin-bottom: 20px;
	padding-left: 0;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}
.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
a.list-group-item, button.list-group-item {
	color: #555555;
}
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
	color: #333333;
}
a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
	text-decoration: none;
	color: #555555;
	background-color: #f5f5f5;
}
button.list-group-item {
	width: 100%;
	text-align: left;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
	background-color: #eeeeee;
	color: #777777;
	cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
	color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
	color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #337ab7;
	border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
	color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
	color: #c7ddef;
}
.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}
a.list-group-item-success, button.list-group-item-success {
	color: #3c763d;
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
	color: inherit;
}
a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6;
}
a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}
.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}
a.list-group-item-info, button.list-group-item-info {
	color: #31708f;
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
	color: inherit;
}
a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3;
}
a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}
.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}
a.list-group-item-warning, button.list-group-item-warning {
	color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
	color: inherit;
}
a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc;
}
a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}
.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}
a.list-group-item-danger, button.list-group-item-danger {
	color: #a94442;
}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
	color: inherit;
}
a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc;
}
a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}
.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}
.panel {
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
	padding: 15px;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
	color: inherit;
}
.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #dddddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .list-group, .panel > .panel-collapse > .list-group {
	margin-bottom: 0;
}
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}
.list-group + .panel-footer {
	border-top-width: 0;
}
.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
	margin-bottom: 0;
}
.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
	padding-left: 15px;
	padding-right: 15px;
}
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius: 3px;
}
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
	border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
	border-top: 0;
}
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
	border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
	border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
}
.panel > .table-responsive {
	border: 0;
	margin-bottom: 0;
}
.panel-group {
	margin-bottom: 20px;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}
.panel-group .panel + .panel {
	margin-top: 5px;
}
.panel-group .panel-heading {
	border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #dddddd;
}
.panel-default {
	border-color: #dddddd;
}
.panel-default > .panel-heading {
	color: #333333;
	background-color: #f5f5f5;
	border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #dddddd;
}
.panel-primary {
	border-color: #337ab7;
}
.panel-primary > .panel-heading {
	color: #ffffff;
	background-color: #337ab7;
	border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
	color: #337ab7;
	background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #337ab7;
}
.panel-success {
	border-color: #d6e9c6;
}
.panel-success > .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6;
}
.panel-info {
	border-color: #bce8f1;
}
.panel-info > .panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1;
}
.panel-warning {
	border-color: #faebcc;
}
.panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
}
.panel-danger {
	border-color: #ebccd1;
}
.panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
	padding-bottom: 75%;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
	padding: 24px;
	border-radius: 6px;
}
.well-sm {
	padding: 9px;
	border-radius: 3px;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover, .close:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
@media (min-width: 768px) {
.modal-dialog {
	width: 600px;
	margin: 30px auto;
}
.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
	width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
	width: 900px;
}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #ffffff;
	text-align: center;
	background-color: #000000;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 14px;
	background-color: #ffffff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}
.popover-content {
	padding: 9px 14px;
}
.popover > .arrow, .popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover > .arrow {
	border-width: 11px;
}
.popover > .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top > .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
}
.popover.top > .arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #ffffff;
}
.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #ffffff;
}
.popover.bottom > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}
.popover.bottom > .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #ffffff;
}
.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #ffffff;
	bottom: -10px;
}
.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
	-webkit-transition: -webkit-transform 0.6s ease-in-out;
	-o-transition: -o-transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
.carousel-inner > .item.next,  .carousel-inner > .item.active.right {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	left: 0;
}
.carousel-inner > .item.prev,  .carousel-inner > .item.active.left {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	left: 0;
}
.carousel-inner > .item.next.left,  .carousel-inner > .item.prev.right,  .carousel-inner > .item.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	left: 0;
}
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
	outline: 0;
	color: #ffffff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif;
}
.carousel-control .icon-prev:before {
	content: '\2039';
}
.carousel-control .icon-next:before {
	content: '\203a';
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #ffffff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #ffffff;
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
	text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,  .carousel-control .glyphicon-chevron-right,  .carousel-control .icon-prev,  .carousel-control .icon-next {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,  .carousel-control .icon-prev {
	margin-left: -15px;
}
.carousel-control .glyphicon-chevron-right,  .carousel-control .icon-next {
	margin-right: -15px;
}
.carousel-caption {
	left: 20%;
	right: 20%;
	padding-bottom: 30px;
}
.carousel-indicators {
	bottom: 20px;
}
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
	content: " ";
	display: table;
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
}
.affix {
	position: fixed;
}
@-ms-viewport {
 width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
	display: block !important;
}
table.visible-xs {
	display: table !important;
}
tr.visible-xs {
	display: table-row !important;
}
th.visible-xs,  td.visible-xs {
	display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
	display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
	display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
	display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
	display: block !important;
}
table.visible-sm {
	display: table !important;
}
tr.visible-sm {
	display: table-row !important;
}
th.visible-sm,  td.visible-sm {
	display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
	display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
	display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
	display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
	display: block !important;
}
table.visible-md {
	display: table !important;
}
tr.visible-md {
	display: table-row !important;
}
th.visible-md,  td.visible-md {
	display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
	display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
	display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
	display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
	display: block !important;
}
table.visible-lg {
	display: table !important;
}
tr.visible-lg {
	display: table-row !important;
}
th.visible-lg,  td.visible-lg {
	display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
	display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
	display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
	display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
	display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
	display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
	display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
	display: none !important;
}
}
.visible-print {
	display: none !important;
}
@media print {
.visible-print {
	display: block !important;
}
table.visible-print {
	display: table !important;
}
tr.visible-print {
	display: table-row !important;
}
th.visible-print,  td.visible-print {
	display: table-cell !important;
}
}
.visible-print-block {
	display: none !important;
}
@media print {
.visible-print-block {
	display: block !important;
}
}
.visible-print-inline {
	display: none !important;
}
@media print {
.visible-print-inline {
	display: inline !important;
}
}
.visible-print-inline-block {
	display: none !important;
}
@media print {
.visible-print-inline-block {
	display: inline-block !important;
}
}
@media print {
.hidden-print {
	display: none !important;
}
}
 @media (max-width: 1620px) {
.cd-primary-nav a {
	font-size: 60px;
}
}
@media (max-width: 1280px) {
.clients-words {
	background-size: 186%;
}
.contact-detail .office {
	width: 260px;
}
}
 @media (max-width: 1199px) {
.container {
	width: 96%;
}
.footer .footer-detail .footer-sec .social-icons a {
	width: 82px;
}
.our-team .team .detail .name {
	float: none;
}
.our-team .team .detail .social-icons {
	float: left;
	margin: 20px 0 0 0;
}
.our-team .team .detail p {
	width: 100%;
	display: inline-block;
}
.awards {
	background-size: 220%;
	background-position: 32% 0;
}
.contact-detail .office {
	width: 254px;
}
.header-two-main .header ul li a {
	padding: 14px 30px;
}
}
@media (max-width: 992px) {
.cb-header {
	top: 0px !important;
}
.cd-primary-nav a {
	font-size: 75px;
}
.header-one {
	display: none;
}
.header .navigation {
	display: none;
}
.mobile-menu .cd-primary-nav-trigger .cd-menu-icon::before, .mobile-menu .cd-primary-nav-trigger .cd-menu-icon:after {
	background-color: #fff !important;
}
.mobile-menu .cd-menu-icon {
	background-color: #fff !important;
}
.mobile-menu .cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .mobile-menu .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
	background-color: #fff !important;
}
.clients-words {
	background-size: 250%;
	background-position: 32% 0;
}
.projects .project-sec {
	margin: 0 0 58px 0;
	display: inline-block;
}
.projects .projects-main {
	margin: 0 0 0px 0;
}
.main-heading h1 {
	font-size: 80px;
}
.sub-banner .text-detail h2 {
	width: 100%;
}
.sub-banner .text-detail ul {
	float: left;
	margin: 10px 0 0 0;
}
.some-about .about-detail ul {
	margin: 35px 0 0 0;
}
.some-about .about-detail ul li span.number {
	margin: 0 18px 0 25px;
}
.fun-facts img {
	display: none;
}
.fun-facts-detail div {
	margin: 0 0 48px 0;
}
.awards {
	background-size: 270%;
	background-position: 60% 0;
}
.achievements .achiev-sec {
	width: 100%;
	margin: 0 0 15px 0;
}
.achievements .achiev-sec p {
	width: 88%;
}
.achievements {
	margin: 30px 0 0 0;
}
.footer .footer-detail .footer-sec {
	margin: 0 0 68px 0;
}
.contact-detail .office {
	width: 47%;
}
.inquiries {
	float: left;
}
.contact-detail .office.office-right {
	float: left;
}
.contact-detail .office span {
	font-size: 18px;
}
.grid figure {
	margin: 0 0 20px 0;
}
.footer .footer-bottom {
	background: none;
	height: auto;
	margin: 0px;
}
.footer .footer-bottom .copyrights {
	margin: 0 0 0px 0;
	padding: 15px 0 15px 0;
}
/*.tp-banner{ height:650px !important;}
	.tp-caption.grey_heavy_72{ left:20px !important;}
	.tp-caption.black_heavy_60{ left:20px !important;}
	.tp-caption.customin.tp-resizeme.rs-parallaxlevel-0.fade.start.hasclicklistener{ left:20px !important;}
	.tp-caption.customin.rs-parallaxlevel-0.start{ left:0px !important;}*/
}
 @media (max-width: 768px) {
.cd-primary-nav a {
	font-size: 55px;
}
.clients-words {
	background-size: 285%;
	background-position: 32% 0;
}
.z-tabs.medium > ul > li > a {
	font-size: 14px !important;
}
.what-we-do .detail {
	margin: 42px 0 0 0;
}
.tp-caption.customin.rs-parallaxlevel-0.start img {
	display: none;
}
.footer .footer-bottom .copyrights {
	text-align: center;
}
.footer .footer-bottom p {
	float: none;
}
.footer .footer-bottom span {
	float: none;
	margin: 5px 0 10px 0;
	display: inline-block;
}
.footer-light .footer-bottom .copyrights {
	text-align: center;
}
.footer-light .footer-bottom p {
	float: none;
}
.footer-light .footer-bottom span {
	float: none;
	margin: 5px 0 10px 0;
	display: inline-block;
}
.main-heading h1 {
	font-size: 60px;
}
.awards {
	background-size: 340%;
}
.tp-banner-container2 .tp-rightarrow.default {
	display: none;
}
.tp-banner-container2 .tp-leftarrow.default {
	display: none;
}
}
 @media (max-width: 640px) {
.main-heading h1 {
	font-size: 55px;
}
.main-heading h4 {
	font-size: 24px;
	margin: 0 0 8px 0;
}
.main-heading span {
	font-size: 18px;
}
.clients-words {
	background-size: 415%;
	background-position: 50% 0;
}
.awards {
	background-size: 470%;
}
.achievements .achiev-sec p {
	width: 78%;
}
.left-side {
	width: 100%;
}
.right-side {
	width: 100%;
}
.contact-detail .office {
	width: 100%;
}
.project-features .feature-sec {
	width: 100%;
	margin: 0 0 36px 0;
}
}
@media (max-width: 480px) {
.cd-primary-nav a {
	font-size: 42px !important;
}
.black-btn {
	font-size: 14px;
}
.read-more-btn {
	font-size: 14px;
}
.our-studio .icons i {
	font-size: 90px;
}
.our-studio span {
	font-size: 18px;
	width: 95%;
}
.main-heading h1 {
	font-size: 42px;
}
.projects .project-sec .detail {
	text-align: center;
	padding: 32px 0;
}
.projects .project-sec .detail span.number {
	font-size: 36px;
	display: block;
}
.main-banner .tp-leftarrow.default {
	display: none;
}
.main-banner .tp-rightarrow.default {
	display: none;
}
.projects .project-sec .detail span.number {
	font-size: 36px;
}
.projects .project-sec .detail .text {
	text-align: center;
}
.clients-words {
	background-size: 565%;
}
.kind-words p {
	width: 95%;
}
.owl-buttons {
	display: none;
}
div#tabbed-nav {
	width: 96%;
}
.footer .footer-detail .footer-sec .social-icons a {
	width: 68px;
}
.sub-banner .text-detail h2 {
	font-size: 28px;
}
.some-about .about-detail ul li span.number {
	margin: 0 10px 0 10px;
}
.some-about .about-detail ul li span.number {
	font-size: 16px;
}
.some-about .about-detail ul li span {
	font-size: 16px;
}
.achievements .achiev-sec h1 {
	font-size: 42px;
}
.achievements .achiev-sec p {
	width: 84%;
	font-size: 18px;
}
.awards {
	background-size: 700%;
}
.main-heading.white h1 {
	font-size: 28px;
}
.main-heading.white h4 {
	letter-spacing: 0;
}
.fun-facts span.counter {
	font-size: 75px;
}
.new-older .more-post span {
	font-size: 15px;
	margin: 0px 0 0 9px;
}
.new-older .more-post.newsest span {
	margin: 0px 9px 0 0;
}
.new-older .more-post i {
	font-size: 20px;
}
.news-detail .detail-sec .detail-images img {
	width: 100%;
	margin: 0 0 10px 0;
}
.news-detail .comments .comment-sec .detail {
	width: 100%;
	display: inline-block;
}
.news-detail .comments .comment-sec .detail a {
	margin: 8px 0 0 0;
}
.news-detail .comments .comment-sec .detail {
	margin: 18px 0 0 0;
}
figure.effect-sadie h2 img {
	width: 48px;
}
}
 @media (min-width: 993px) {
.mobile-menu {
	display: none !important;
}
}


/*..... Home Page One Revolution Slider ......*/
@media (min-width: 1920px) {
.white-slide .tp-caption.customin.tp-resizeme.rs-parallaxlevel-0.fade.start.hasclicklistener {
	left: 42px !important;
}
.white-slide .tp-caption.customin.rs-parallaxlevel-0.start {
	left: 0 !important;
}
.white-slide .tp-caption.grey_heavy_72.fade.start {
	left: 42px !important;
}
.white-slide .tp-caption.black_heavy_60.fade.start {
	left: 42px !important;
}
}
/* owl carousel */
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */


/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
#client-words .owl-prev {
	float: left;
	background: url(images/client-arrow-left.png) no-repeat;
	width: 41px;
	height: 13px;
	margin: -142px 0 0 0;
	color: rgba(255, 255, 255, 0);
	position: relative;
}
#client-words .owl-next {
	float: right;
	background: url(images/client-arrow-right.png) no-repeat;
	width: 41px;
	height: 13px;
	margin: -142px 0 0 0;
	color: rgba(255, 255, 255, 0);
	position: relative;
}
#client-words .owl-page {
	background: rgba(255, 255, 255, 0.52);
	width: 12px;
	height: 12px;
	display: inline-block;
	margin: 48px 2px 0 2px;
	border-radius: 100%;
}
#about-slide .owl-prev {
	background: url(images/about-slide-arrow.jpg) no-repeat;
	width: 82px;
	height: 71px;
	background-position: -82px 0;
	color: #fff;
	position: absolute;
	right: -3%;
	top: 45%;
}
#about-slide .owl-next {
	background: url(images/about-slide-arrow.jpg) no-repeat;
	width: 82px;
	height: 71px;
	color: #fff;
	position: absolute;
	left: -3%;
	top: 45%;
}
/* fancybox */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/white-arrows.jpg');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 57px;
	height: 58px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 0;
	background-position: 0 0px;
}
.fancybox-next span {
	right: 0;
	background-position: 58px 0;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}
.fancybox-lock body {
	overflow: hidden !important;
}
.fancybox-lock-test {
	overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('images/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancybox_sprite@2x.png');
	background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
}
#fancybox-loading div {
	background-image: url('fancybox_loading@2x.gif');
	background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}
}
/* cuber portfolio */
/*!
 * Cube Portfolio - Responsive jQuery Grid Plugin
 *
 * version: 3.6.0 (18 March, 2016)
 * require: jQuery v1.7+
 *
 * Copyright 2013-2016, Mihai Buricea (http://scriptpie.com/cubeportfolio/live-preview/)
 * Licensed under CodeCanyon License (http://codecanyon.net/licenses)
 *
 */.cbp, .cbp *, .cbp *:after, .cbp:after, .cbp-l-filters-alignCenter, .cbp-l-filters-alignCenter *, .cbp-l-filters-alignCenter .cbp-filter-counter:after, .cbp-l-filters-alignLeft, .cbp-l-filters-alignLeft *, .cbp-l-filters-alignRight, .cbp-l-filters-alignRight *, .cbp-l-filters-alignRight .cbp-filter-counter:after, .cbp-l-filters-button, .cbp-l-filters-button *, .cbp-l-filters-button .cbp-filter-counter:after, .cbp-l-filters-buttonCenter, .cbp-l-filters-buttonCenter *, .cbp-l-filters-buttonCenter .cbp-filter-counter:after, .cbp-l-filters-dropdown, .cbp-l-filters-dropdown *, .cbp-l-filters-dropdownHeader:after, .cbp-l-filters-list, .cbp-l-filters-list *, .cbp-l-filters-work, .cbp-l-filters-work *, .cbp-l-filters-big, .cbp-l-filters-big *, .cbp-l-filters-text, .cbp-l-filters-text *, .cbp-l-filters-text .cbp-filter-counter:after, .cbp-l-filters-underline, .cbp-l-filters-underline *, .cbp-popup-wrap, .cbp-popup-wrap *, .cbp-popup-wrap:before, .cbp-popup-loadingBox:after, .cbp-l-loadMore-bgbutton, .cbp-l-loadMore-bgbutton *, .cbp-l-loadMore-button, .cbp-l-loadMore-button *, .cbp-l-loadMore-text, .cbp-l-loadMore-text *, .cbp-search, .cbp-search *, .cbp-search-icon:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.cbp-l-grid-agency-title, .cbp-l-grid-agency-desc, .cbp-l-grid-work-title, .cbp-l-grid-work-desc, .cbp-l-grid-blog-title, .cbp-l-grid-projects-title, .cbp-l-grid-projects-desc, .cbp-l-grid-masonry-projects-title, .cbp-l-grid-masonry-projects-desc {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.cbp-l-filters-alignCenter, .cbp-l-filters-alignCenter *, .cbp-l-filters-alignLeft, .cbp-l-filters-alignLeft *, .cbp-l-filters-alignRight, .cbp-l-filters-alignRight *, .cbp-l-filters-button, .cbp-l-filters-button *, .cbp-l-filters-buttonCenter, .cbp-l-filters-buttonCenter *, .cbp-l-filters-dropdown, .cbp-l-filters-dropdown *, .cbp-l-filters-list, .cbp-l-filters-list *, .cbp-l-filters-work, .cbp-l-filters-work *, .cbp-l-filters-big, .cbp-l-filters-big *, .cbp-l-filters-text, .cbp-l-filters-text *, .cbp-l-filters-underline, .cbp-l-filters-underline * {
	-webkit-tap-highlight-color: transparent
}
.cbp:after, .cbp-lazyload:after, .cbp-popup-loadingBox:after, .cbp-popup-singlePageInline:after {
	content: '';
	position: absolute;
	width: 34px;
	height: 34px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-animation: cbp-rotation .8s infinite linear;
	animation: cbp-rotation .8s infinite linear;
	border-left: 3px solid rgba(114,144,182,0.15);
	border-right: 3px solid rgba(114,144,182,0.15);
	border-bottom: 3px solid rgba(114,144,182,0.15);
	border-top: 3px solid rgba(114,144,182,0.8);
	border-radius: 100%
}
.cbp-item {
	display: inline-block;
	margin: 0 10px 20px 0
}
.cbp {
	position: relative;
	margin: 0 auto;
	z-index: 1;
	height: 400px
}
.cbp>* {
	visibility: hidden
}
.cbp .cbp-item {
	position: absolute;
	top: 0;
	left: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden
}
.cbp img {
	display: block;
	border: 0;
	width: 100%;
	height: auto
}
.cbp a, .cbp a:hover, .cbp a:active {
	text-decoration: none;
	outline: 0
}
.cbp-ready>* {
	visibility: visible
}
.cbp-ready:after {
	display: none;
	visibility: hidden
}
.cbp-lazyload {
	position: relative;
	background: #fff;
	display: block
}
.cbp-lazyload img {
	opacity: 1
}
.cbp-lazyload img[data-cbp-src] {
	opacity: 0
}
.cbp-lazyload img:not([data-cbp-src]) {
	-webkit-transition: opacity .7s ease-in-out;
	transition: opacity .7s ease-in-out
}
.cbp-lazyload:after {
	z-index: 0
}
.cbp-wrapper-outer {
	overflow: hidden;
	position: relative;
	margin: 0 auto
}
.cbp-wrapper-outer, .cbp-wrapper, .cbp-wrapper-helper {
	list-style-type: none;
	padding: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}
.cbp-wrapper, .cbp-wrapper-helper {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0
}
.cbp-item-off {
	z-index: -1;
	pointer-events: none;
	visibility: hidden
}
.cbp-item-on2off {
	z-index: 0
}
.cbp-item-off2on {
	z-index: 1
}
.cbp-item-on2on {
	z-index: 2
}
.cbp-item-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0
}
.cbp-l-project-related-wrap img, .cbp-l-inline img {
	display: block;
	width: 100%;
	height: auto;
	border: 0
}
.cbp-updateItems {
	-webkit-transition: height .5s ease-in-out !important;
	transition: height .5s ease-in-out !important;
	will-change: height
}
.cbp-updateItems .cbp-item {
	-webkit-transition: top .5s ease-in-out, left .5s ease-in-out;
	transition: top .5s ease-in-out, left .5s ease-in-out
}
.cbp-updateItems .cbp-item-loading {
	-webkit-animation: fadeIn .5s ease-in-out;
	animation: fadeIn .5s ease-in-out;
	-webkit-transition: none;
	transition: none
}
.cbp-removeItem {
	-webkit-animation: fadeOut .5s ease-in-out;
	animation: fadeOut .5s ease-in-out
}
.cbp-panel {
	width: 94%;
	max-width: 1170px;
	margin: 0 auto
}
.cbp-misc-video {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	background: #000;
	text-align: center
}
.cbp-misc-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
@-webkit-keyframes cbp-rotation {
0 {
-webkit-transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(360deg)
}
}
@keyframes cbp-rotation {
0 {
transform:rotate(0deg)
}
100% {
transform:rotate(360deg)
}
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both
}
.cbp-l-filters-left {
	float: left
}
.cbp-l-filters-right {
	float: right
}
.cbp-caption, .cbp-caption-defaultWrap, .cbp-caption-activeWrap {
	display: block
}
.cbp-caption-activeWrap {
	background-color: #282727
}
.cbp-caption-active .cbp-caption, .cbp-caption-active .cbp-caption-defaultWrap, .cbp-caption-active .cbp-caption-activeWrap {
	overflow: hidden;
	position: relative;
	z-index: 1
}
.cbp-caption-active .cbp-caption-defaultWrap {
	top: 0
}
.cbp-caption-active .cbp-caption-activeWrap {
	width: 100%;
	position: absolute;
	z-index: 2;
	height: 100%
}
.cbp-l-caption-title {
	color: #fff;
	font: 400 16px/21px "Open Sans", sans-serif
}
.cbp-l-caption-desc {
	color: #aaa;
	font: 400 12px/16px "Open Sans", sans-serif
}
.cbp-l-caption-text {
	font: 400 14px/21px "Open Sans", sans-serif;
	color: #fff;
	letter-spacing: 3px;
	padding: 0 6px
}
.cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
	background-color: #547EB1;
	color: #FFFFFF;
	display: inline-block;
	font: 400 12px/30px "Open Sans", sans-serif;
	min-width: 90px;
	text-align: center;
	margin: 4px;
	padding: 0 6px
}
.cbp-l-caption-buttonLeft:hover, .cbp-l-caption-buttonRight:hover {
	opacity: 0.9
}
.cbp-caption-none .cbp-caption-activeWrap {
	display: none
}
.cbp-l-caption-alignLeft .cbp-l-caption-body {
	padding: 12px 30px
}
.cbp-caption-fadeIn .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-minimal .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-moveRight .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-overlayRightAlong .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-pushDown .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-pushTop .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealBottom .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealLeft .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealTop .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-zoom .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-opacity .cbp-l-caption-alignLeft .cbp-l-caption-body {
	padding-top: 30px
}
.cbp-l-caption-alignCenter {
	display: table;
	width: 100%;
	height: 100%
}
.cbp-l-caption-alignCenter .cbp-l-caption-body {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 10px 0
}
.cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
	position: relative;
	-webkit-transition: left 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: left 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft {
	left: -20px
}
.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight, .cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight, .cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
	left: 20px
}
.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
	left: 0
}
.cbp-caption-fadeIn .cbp-caption-activeWrap {
	opacity: 0;
	top: 0;
	background-color: rgba(0,0,0,0.85);
	-webkit-transition: opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1)
}
.cbp-caption-fadeIn .cbp-caption:hover .cbp-caption-activeWrap {
	opacity: 1
}
.cbp-caption-minimal .cbp-l-caption-title, .cbp-caption-minimal .cbp-l-caption-desc {
	position: relative;
	left: 0;
	opacity: 0;
	-webkit-transition: -webkit-transform .35s ease-out;
	transition: transform .35s ease-out
}
.cbp-caption-minimal .cbp-l-caption-title {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.cbp-caption-minimal .cbp-l-caption-desc {
	-webkit-transform: translateY(70%);
	transform: translateY(70%)
}
.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-title, .cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-desc {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.cbp-caption-minimal .cbp-caption-activeWrap {
	top: 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.cbp-caption-minimal .cbp-caption:hover .cbp-caption-activeWrap {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
}
.cbp-caption-moveRight .cbp-caption-activeWrap {
	left: -100%;
	top: 0;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1)
}
.cbp-caption-moveRight .cbp-caption:hover .cbp-caption-activeWrap {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}
.cbp-caption-overlayBottom .cbp-caption-activeWrap {
	height: 60px;
	background-color: #181616;
	background-color: rgba(24,22,22,0.7);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1)
}
.cbp-caption-overlayBottom .cbp-caption:hover .cbp-caption-activeWrap {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}
.cbp-caption-overlayBottomAlong .cbp-caption-defaultWrap, .cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1)
}
.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
	height: 60px
}
.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px)
}
.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-activeWrap {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}
.cbp-caption-overlayBottomPush .cbp-caption-defaultWrap {
	-webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1)
}
.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
	bottom: -60px;
	height: 60px;
	-webkit-transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1)
}
.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
	top: -60px
}
.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-activeWrap {
	bottom: 0
}
.cbp-caption-overlayBottomReveal .cbp-caption-defaultWrap {
	z-index: 2;
	-webkit-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1)
}
.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
	bottom: 0;
	z-index: 1;
	height: 60px
}
.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
	top: -60px
}
.cbp-caption-overlayRightAlong .cbp-caption-defaultWrap, .cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1)
}
.cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
	top: 0;
	left: -50%;
	width: 50%
}
.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-defaultWrap {
	-webkit-transform: translateX(25%);
	transform: translateX(25%)
}
.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-activeWrap {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}
.cbp-caption-pushDown .cbp-caption-defaultWrap, .cbp-caption-pushDown .cbp-caption-activeWrap {
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1)
}
.cbp-caption-pushDown .cbp-caption-activeWrap {
	top: -102%;
	height: 102%
}
.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-defaultWrap {
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}
.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-activeWrap {
	-webkit-transform: translateY(99%);
	transform: translateY(99%)
}
.cbp-caption-pushTop .cbp-caption-activeWrap, .cbp-caption-pushTop .cbp-caption-defaultWrap {
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1)
}
.cbp-caption-pushTop .cbp-caption-activeWrap {
	height: 102%
}
.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-defaultWrap {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}
.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-activeWrap {
	-webkit-transform: translateY(-99%);
	transform: translateY(-99%)
}
.cbp-caption-revealBottom .cbp-caption-defaultWrap {
	z-index: 2;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1)
}
.cbp-caption-revealBottom .cbp-caption-activeWrap {
	top: 0;
	z-index: 1
}
.cbp-caption-revealBottom .cbp-caption:hover .cbp-caption-defaultWrap {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}
.cbp-caption-revealLeft .cbp-caption-activeWrap {
	left: 100%;
	top: 0;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1)
}
.cbp-caption-revealLeft .cbp-caption:hover .cbp-caption-activeWrap {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}
.cbp-caption-revealTop .cbp-caption-defaultWrap {
	z-index: 2;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1)
}
.cbp-caption-revealTop .cbp-caption-activeWrap {
	top: 0;
	z-index: 1
}
.cbp-caption-revealTop .cbp-caption:hover .cbp-caption-defaultWrap {
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}
.cbp-caption-zoom .cbp-caption-activeWrap {
	opacity: 0;
	top: 0;
	background-color: rgba(0,0,0,0.9);
	-webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1)
}
.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
	opacity: 1
}
.cbp-caption-opacity .cbp-item {
	padding: 1px
}
.cbp-caption-opacity .cbp-caption, .cbp-caption-opacity .cbp-caption-activeWrap, .cbp-caption-opacity .cbp-caption-defaultWrap {
	background-color: transparent
}
.cbp-caption-opacity .cbp-caption {
	border: 1px solid transparent
}
.cbp-caption-opacity .cbp-caption:hover {
	border-color: #EDEDED
}
.cbp-caption-opacity .cbp-caption-defaultWrap {
	opacity: 1;
	-webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1)
}
.cbp-caption-opacity .cbp-caption:hover .cbp-caption-defaultWrap {
	opacity: .8
}
.cbp-caption-opacity .cbp-caption:hover .cbp-caption-activeWrap {
	top: 0
}
.cbp-caption-expand .cbp-caption-activeWrap {
	height: auto;
	background-color: transparent
}
.cbp-caption-expand .cbp-caption {
	border-bottom: 1px dotted #eaeaea
}
.cbp-caption-expand .cbp-caption-defaultWrap {
	cursor: pointer;
	font: 500 15px/23px "Roboto", sans-serif;
	color: #474747;
	padding: 12px 0 11px 26px
}
.cbp-caption-expand .cbp-caption-defaultWrap .fa {
	position: absolute;
	top: 16px;
	left: 0;
	width: 16px;
	text-align: center;
	font-size: 14px
}
.cbp-caption-expand .cbp-l-caption-body {
	font: 400 13px/21px "Roboto", sans-serif;
	color: #888;
	padding: 0 0 20px 26px
}
.cbp-caption-expand-active {
	-webkit-transition: height .4s !important;
	transition: height .4s !important
}
.cbp-caption-expand-active .cbp-item {
	-webkit-transition: left .4s, top .4s !important;
	transition: left .4s, top .4s !important
}
.cbp-caption-expand-open .cbp-caption-activeWrap {
	-webkit-transition: height .4s;
	transition: height .4s
}
.cbp-l-filters-alignCenter {
	margin-bottom: 30px;
	text-align: center;
	font: 400 12px/21px sans-serif;
	color: #DADADA
}
.cbp-l-filters-alignCenter .cbp-filter-item {
	color: #949494;
	cursor: pointer;
	font: 400 13px/21px "Open Sans", sans-serif;
	padding: 0 12px;
	transition: all .3s ease-in-out;
	position: relative;
	overflow: visible;
	margin: 0 0 10px;
	display: inline-block
}
.cbp-l-filters-alignCenter .cbp-filter-item:hover {
	color: #2D2C2C
}
.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
	color: #2D2C2C;
	cursor: default
}
.cbp-l-filters-alignCenter .cbp-filter-counter {
	background: none repeat scroll 0 0 #626161;
	border-radius: 3px;
	color: #FFFFFF;
	font: 400 11px/18px "Open Sans", sans-serif;
	margin: 0 auto;
	padding: 4px 0;
	text-align: center;
	width: 34px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}
.cbp-l-filters-alignCenter .cbp-filter-counter:after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #626161;
	display: none
}
.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter:after {
	display: block
}
.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter {
	bottom: 30px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1
}
.cbp-l-filters-alignLeft {
	margin-bottom: 30px
}
.cbp-l-filters-alignLeft .cbp-filter-item {
	background-color: #fff;
	border: 1px solid #cdcdcd;
	cursor: pointer;
	font: 400 12px/30px "Open Sans", sans-serif;
	padding: 0 13px;
	position: relative;
	overflow: visible;
	margin: 0 8px 10px 0;
	display: inline-block;
	color: #888888;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.cbp-l-filters-alignLeft .cbp-filter-item:hover {
	color: #111
}
.cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item-active {
	background-color: #6C7A89;
	border: 1px solid #6C7A89;
	color: #fff;
	cursor: default
}
.cbp-l-filters-alignLeft .cbp-filter-counter {
	display: inline
}
.cbp-l-filters-alignRight {
	margin-bottom: 30px;
	text-align: right
}
.cbp-l-filters-alignRight .cbp-filter-item {
	background-color: transparent;
	color: #8B8B8B;
	cursor: pointer;
	font: 400 11px/31px "Open Sans", sans-serif;
	padding: 0 14px;
	position: relative;
	overflow: visible;
	margin: 0 0 10px 5px;
	border: 1px solid #E4E2E2;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.cbp-l-filters-alignRight .cbp-filter-item:hover {
	color: #2B3444
}
.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter:after {
	display: block
}
.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter {
	bottom: 44px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1
}
.cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
	color: #FFFFFF;
	background-color: #049372;
	border-color: #049372;
	cursor: default
}
.cbp-l-filters-alignRight .cbp-filter-counter {
	background: none repeat scroll 0 0 #049372;
	border-radius: 3px;
	color: #fff;
	font: 400 11px/18px "Open Sans", sans-serif;
	margin: 0 auto;
	padding: 4px 0;
	text-align: center;
	width: 34px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	-webkit-transition: opacity .25s ease, bottom .25s ease;
	transition: opacity .25s ease, bottom .25s ease
}
.cbp-l-filters-alignRight .cbp-filter-counter:after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #049372;
	display: none
}
.cbp-l-filters-button {
	margin-bottom: 30px
}
.cbp-l-filters-button .cbp-filter-item {
	background-color: #FFFFFF;
	border: 1px solid #ECECEC;
	color: #888888;
	cursor: pointer;
	margin: 0 10px 10px 0;
	overflow: visible;
	padding: 0 17px;
	position: relative;
	display: inline-block;
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out
}
.cbp-l-filters-button .cbp-filter-item:hover {
	color: #545454;
	border-color: #DADADA
}
.cbp-l-filters-button .cbp-filter-counter {
	background-color: #545454;
	border-radius: 3px;
	color: #fff;
	font: 400 11px/18px "Open Sans", sans-serif;
	margin: 0 auto;
	padding: 4px 0;
	text-align: center;
	width: 34px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity .25s ease, bottom .25s ease;
	transition: opacity .25s ease, bottom .25s ease
}
.cbp-l-filters-button .cbp-filter-counter:after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #545454;
	display: none
}
.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter:after {
	display: block
}
.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter {
	bottom: 44px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1
}
.cbp-l-filters-buttonCenter {
	margin-bottom: 30px;
	text-align: center
}
.cbp-l-filters-buttonCenter .cbp-filter-item {
	background-color: #FFFFFF;
	border: 1px solid #ECECEC;
	color: #888888;
	cursor: pointer;
	font: 400 12px/32px "Roboto", sans-serif;
	margin: 0 10px 10px 0;
	overflow: visible;
	padding: 0 17px;
	position: relative;
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.cbp-l-filters-buttonCenter .cbp-filter-item:hover {
	color: #5d5d5d
}
.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
	color: #3B9CB3;
	border-color: #8CD2E5;
	cursor: default
}
.cbp-l-filters-buttonCenter .cbp-filter-counter {
	background-color: #68ABBC;
	border-radius: 3px;
	color: #fff;
	font: 400 11px/18px "Roboto", sans-serif;
	margin: 0 auto;
	padding: 4px 0;
	text-align: center;
	width: 34px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity .25s ease, bottom .25s ease;
	transition: opacity .25s ease, bottom .25s ease
}
.cbp-l-filters-buttonCenter .cbp-filter-counter:after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #68ABBC;
	display: none
}
.cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter:after {
	display: block
}
.cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter {
	bottom: 44px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1
}
.cbp-l-filters-dropdown {
	margin-bottom: 40px;
	height: 38px;
	position: relative;
	z-index: 5
}
.cbp-l-filters-dropdownWrap {
	width: 200px;
	position: absolute;
	right: 0;
	background: #4d4c4d
}
.cbp-l-filters-dropdownHeader {
	font: 400 12px/38px "Open Sans", sans-serif;
	margin: 0 17px;
	color: #FFF;
	cursor: default;
	position: relative
}
.cbp-l-filters-dropdownHeader:after {
	border-color: #fff transparent;
	border-style: solid;
	border-width: 5px 5px 0;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	margin-top: -1px
}
.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownHeader:after {
	border-width: 0 5px 5px
}
.cbp-l-filters-dropdownList {
	display: none;
	list-style: none outside none;
	margin: 0;
	padding: 0
}
.cbp-l-filters-dropdownList>li {
	margin: 0;
	list-style: none
}
.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownList {
	display: block;
	margin: 0
}
.cbp-l-filters-dropdownList .cbp-filter-item {
	background: transparent;
	color: #b3b3b3;
	width: 100%;
	text-align: left;
	font: 400 12px/40px "Open Sans", sans-serif;
	margin: 0;
	padding: 0 17px;
	cursor: pointer;
	border: none;
	border-top: 1px solid #595959
}
.cbp-l-filters-dropdownList .cbp-filter-item:hover {
	color: #e6e6e6
}
.cbp-l-filters-dropdownList .cbp-filter-item-active {
	color: #fff;
	cursor: default
}
.cbp-l-filters-dropdownWrap .cbp-filter-counter {
	display: inline
}
.cbp-l-filters-dropdown-floated {
	float: right;
	margin-top: -2px;
	margin-left: 20px;
	width: 200px
}
.cbp-l-filters-list {
	margin-bottom: 30px;
	content: "";
	display: table;
	clear: both
}
.cbp-l-filters-list .cbp-filter-item {
	background-color: transparent;
	color: #585252;
	cursor: pointer;
	font: 400 12px/35px "Open Sans", sans-serif;
	padding: 0 18px;
	position: relative;
	overflow: visible;
	margin: 0 0 10px;
	float: left;
	border: 1px solid #3288C4;
	border-right-width: 0;
	-webkit-transition: left .3s ease-in-out;
	transition: left .3s ease-in-out
}
.cbp-l-filters-list .cbp-filter-item:hover {
	color: #000
}
.cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active {
	cursor: default;
	color: #FFFFFF;
	background-color: #3288C4
}
.cbp-l-filters-list-first {
	border-radius: 6px 0 0 6px
}
.cbp-l-filters-list-last {
	border-radius: 0 6px 6px 0;
	border-right-width: 1px !important
}
.cbp-l-filters-list .cbp-filter-counter {
	display: inline
}
@media only screen and (max-width: 600px) {
.cbp-l-filters-list .cbp-filter-item {
	margin-right: 5px;
	border-radius: 6px;
	border-right-width: 1px
}
}
.cbp-l-filters-work {
	margin-bottom: 30px;
	text-align: center
}
.cbp-l-filters-work .cbp-filter-item {
	background-color: #FFFFFF;
	color: #888;
	cursor: pointer;
	font: 600 11px/37px "Open Sans", sans-serif;
	margin: 0 5px 10px 0;
	overflow: visible;
	padding: 0 16px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.cbp-l-filters-work .cbp-filter-item:hover {
	color: #fff;
	background: #607D8B
}
.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active {
	background: #607D8B;
	color: #fff;
	cursor: default
}
.cbp-l-filters-work .cbp-filter-counter {
	font: 600 11px/37px "Open Sans", sans-serif;
	text-align: center;
	display: inline-block;
	margin-left: 8px
}
.cbp-l-filters-work .cbp-filter-counter:before {
	content: '('
}
.cbp-l-filters-work .cbp-filter-counter:after {
	content: ')'
}
.cbp-l-filters-big {
	margin-bottom: 30px;
	text-align: center
}
.cbp-l-filters-big .cbp-filter-item {
	color: #444;
	cursor: pointer;
	font: 400 15px/22px "Roboto", sans-serif;
	margin: 0 15px 10px 0;
	padding: 10px 23px;
	position: relative;
	display: inline-block;
	border: 1px solid transparent;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.cbp-l-filters-big .cbp-filter-item:hover {
	color: #888
}
.cbp-l-filters-big .cbp-filter-item.cbp-filter-item-active {
	border-color: #d5d5d5;
	cursor: default;
	color: #444
}
.cbp-l-filters-text {
	margin-bottom: 30px;
	text-align: center;
	font: 400 12px/21px "Lato", sans-serif;
	color: #DADADA;
	padding: 0 15px
}
.cbp-l-filters-text .cbp-filter-item {
	color: #949494;
	cursor: pointer;
	font: 400 13px/21px "Lato", sans-serif;
	padding: 0 12px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	overflow: visible;
	margin: 0 0 10px;
	display: inline-block
}
.cbp-l-filters-text .cbp-filter-item:hover {
	color: #2D2C2C
}
.cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active {
	color: #2D2C2C;
	cursor: default
}
.cbp-l-filters-text .cbp-filter-counter {
	background: none repeat scroll 0 0 #626161;
	border-radius: 3px;
	color: #FFFFFF;
	font: 400 11px/16px "Lato", sans-serif;
	margin: 0 auto;
	padding: 4px 0;
	text-align: center;
	width: 32px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}
.cbp-l-filters-text .cbp-filter-counter:after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #626161;
	display: none
}
.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter:after {
	display: block
}
.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter {
	bottom: 30px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1
}
.cbp-l-filters-text-sort {
	display: inline-block;
	font: 400 13px/21px "Lato", sans-serif;
	color: #949494;
	margin-right: 15px
}
.cbp-l-filters-underline {
	margin-bottom: 30px
}
.cbp-l-filters-underline .cbp-filter-item {
	border-bottom: 3px solid transparent;
	cursor: pointer;
	font: 600 14px/21px "Open Sans", sans-serif;
	padding: 8px 10px;
	position: relative;
	overflow: visible;
	margin: 0 20px 10px 0;
	display: inline-block;
	color: #787878;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.cbp-l-filters-underline .cbp-filter-item:hover {
	color: #111
}
.cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active {
	border-bottom-color: #666;
	color: #444;
	cursor: default
}
.cbp-l-filters-underline .cbp-filter-counter {
	display: inline
}
.cbp-animation-quicksand {
	-webkit-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height
}
.cbp-animation-quicksand .cbp-item {
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out
}
.cbp-animation-quicksand .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.cbp-animation-quicksand .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.cbp-animation-quicksand .cbp-item-on2off .cbp-item-wrapper {
	-webkit-animation: quicksand-off .6s ease-out both;
	animation: quicksand-off .6s ease-out both
}
.cbp-animation-quicksand .cbp-item-off2on .cbp-item-wrapper {
	-webkit-animation: quicksand-on .6s ease-out both;
	animation: quicksand-on .6s ease-out both
}
@-webkit-keyframes quicksand-off {
100% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
}
@keyframes quicksand-off {
100% {
opacity:0;
transform:scale3d(0, 0, 0)
}
}
@-webkit-keyframes quicksand-on {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
}
@keyframes quicksand-on {
0% {
opacity:0;
transform:scale3d(0, 0, 0)
}
}
.cbp-animation-fadeOut, .cbp-animation-boxShadow {
	-webkit-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height
}
.cbp-animation-fadeOut .cbp-item, .cbp-animation-boxShadow .cbp-item {
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out
}
.cbp-animation-fadeOut .cbp-item, .cbp-animation-boxShadow .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.cbp-animation-fadeOut .cbp-item-wrapper, .cbp-animation-boxShadow .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.cbp-animation-fadeOut .cbp-item-on2off .cbp-item-wrapper, .cbp-animation-boxShadow .cbp-item-on2off .cbp-item-wrapper {
	-webkit-animation: fadeOut-off .6s ease-in-out both;
	animation: fadeOut-off .6s ease-in-out both
}
.cbp-animation-fadeOut .cbp-item-off2on .cbp-item-wrapper, .cbp-animation-boxShadow .cbp-item-off2on .cbp-item-wrapper {
	-webkit-animation: fadeOut-on .6s ease-in-out both;
	animation: fadeOut-on .6s ease-in-out both
}
@-webkit-keyframes fadeOut-off {
0% {
opacity:1
}
80%, 100% {
opacity:0
}
}
@keyframes fadeOut-off {
0% {
opacity:1
}
80%, 100% {
opacity:0
}
}
@-webkit-keyframes fadeOut-on {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes fadeOut-on {
0% {
opacity:0
}
100% {
opacity:1
}
}
.cbp-animation-flipOut {
	-webkit-transition: height .7s ease-in-out;
	transition: height .7s ease-in-out;
	will-change: height
}
.cbp-animation-flipOut .cbp-item {
	-webkit-transition: -webkit-transform .7s ease-in-out;
	transition: transform .7s ease-in-out
}
.cbp-animation-flipOut .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.cbp-animation-flipOut .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.cbp-animation-flipOut .cbp-item-on2off .cbp-item-wrapper {
	-webkit-animation: flipOut-out .7s both ease-in;
	animation: flipOut-out .7s both ease-in
}
.cbp-animation-flipOut .cbp-item-off2on .cbp-item-wrapper {
	-webkit-animation: flipOut-in .7s ease-out both;
	animation: flipOut-in .7s ease-out both
}
@-webkit-keyframes flipOut-out {
50%, 100% {
-webkit-transform:translateZ(-1000px) rotateY(-90deg);
opacity:0.2
}
}
@keyframes flipOut-out {
50%, 100% {
transform:translateZ(-1000px) rotateY(-90deg);
opacity:0.2
}
}
@-webkit-keyframes flipOut-in {
0%, 50% {
-webkit-transform:translateZ(-1000px) rotateY(90deg);
opacity:0.2
}
}
@keyframes flipOut-in {
0%, 50% {
transform:translateZ(-1000px) rotateY(90deg);
opacity:0.2
}
}
.cbp-animation-flipBottom {
	-webkit-transition: height .7s ease-in-out;
	transition: height .7s ease-in-out;
	will-change: height
}
.cbp-animation-flipBottom .cbp-item {
	-webkit-transition: -webkit-transform .7s ease-in-out;
	transition: transform .7s ease-in-out
}
.cbp-animation-flipBottom .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.cbp-animation-flipBottom .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.cbp-animation-flipBottom .cbp-item-on2off .cbp-item-wrapper {
	-webkit-animation: flipBottom-out .7s both ease-in;
	animation: flipBottom-out .7s both ease-in
}
.cbp-animation-flipBottom .cbp-item-off2on .cbp-item-wrapper {
	-webkit-animation: flipBottom-in .7s ease-out both;
	animation: flipBottom-in .7s ease-out both
}
@-webkit-keyframes flipBottom-out {
50%, 100% {
-webkit-transform:translateZ(-1000px) rotateX(-90deg);
opacity:0.2
}
}
@keyframes flipBottom-out {
50%, 100% {
transform:translateZ(-1000px) rotateX(-90deg);
opacity:0.2
}
}
@-webkit-keyframes flipBottom-in {
0%, 50% {
-webkit-transform:translateZ(-1000px) rotateX(90deg);
opacity:0.2
}
}
@keyframes flipBottom-in {
0%, 50% {
transform:translateZ(-1000px) rotateX(90deg);
opacity:0.2
}
}
.cbp-animation-scaleSides {
	-webkit-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height
}
.cbp-animation-scaleSides .cbp-item {
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out
}
.cbp-animation-scaleSides .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.cbp-animation-scaleSides .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.cbp-animation-scaleSides .cbp-item-on2off .cbp-item-wrapper {
	-webkit-animation: scaleSides-out .9s ease both;
	animation: scaleSides-out .9s ease both
}
.cbp-animation-scaleSides .cbp-item-off2on .cbp-item-wrapper {
	-webkit-animation: scaleSides-in .9s ease both;
	animation: scaleSides-in .9s ease both
}
@-webkit-keyframes scaleSides-out {
50%, 100% {
-webkit-transform:scale(0.6);
opacity:0
}
}
@keyframes scaleSides-out {
50%, 100% {
transform:scale(0.6);
opacity:0
}
}
@-webkit-keyframes scaleSides-in {
0%, 50% {
-webkit-transform:scale(0.6);
opacity:0
}
}
@keyframes scaleSides-in {
0%, 50% {
transform:scale(0.6);
opacity:0
}
}
.cbp-animation-skew {
	-webkit-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height
}
.cbp-animation-skew .cbp-item {
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out
}
.cbp-animation-skew .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.cbp-animation-skew .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.cbp-animation-skew .cbp-item-on2off .cbp-item-wrapper {
	-webkit-animation: skew-off .6s ease-out both;
	animation: skew-off .6s ease-out both
}
.cbp-animation-skew .cbp-item-off2on .cbp-item-wrapper {
	-webkit-animation: skew-on .6s ease-out both;
	animation: skew-on .6s ease-out both
}
@-webkit-keyframes skew-off {
100% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0) skew(20deg, 0)
}
}
@keyframes skew-off {
100% {
opacity:0;
transform:scale3d(0, 0, 0) skew(20deg, 0)
}
}
@-webkit-keyframes skew-on {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0) skew(0, 20deg)
}
}
@keyframes skew-on {
0% {
opacity:0;
transform:scale3d(0, 0, 0) skew(0, 20deg)
}
}
.cbp-animation-fadeOutTop {
	-webkit-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height
}
.cbp-animation-fadeOutTop .cbp-wrapper-outer {
	overflow: visible
}
.cbp-animation-fadeOutTop .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	overflow: visible
}
.cbp-animation-fadeOutTop .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.cbp-animation-fadeOutTop .cbp-wrapper-helper .cbp-item-wrapper {
	-webkit-animation: fadeOutTop-out .6s both ease-in-out;
	animation: fadeOutTop-out .6s both ease-in-out
}
.cbp-animation-fadeOutTop .cbp-wrapper .cbp-item-wrapper {
	-webkit-animation: fadeOutTop-in .6s both ease-in-out;
	animation: fadeOutTop-in .6s both ease-in-out
}
@-webkit-keyframes fadeOutTop-out {
0% {
-webkit-transform:translateY(0);
opacity:1
}
50%, 100% {
-webkit-transform:translateY(-30px);
opacity:0
}
}
@keyframes fadeOutTop-out {
0% {
transform:translateY(0);
opacity:1
}
50%, 100% {
transform:translateY(-30px);
opacity:0
}
}
@-webkit-keyframes fadeOutTop-in {
0%, 50% {
-webkit-transform:translateY(-30px);
opacity:0
}
100% {
-webkit-transform:translateY(0);
opacity:1
}
}
@keyframes fadeOutTop-in {
0%, 50% {
transform:translateY(-30px);
opacity:0
}
100% {
transform:translateY(0);
opacity:1
}
}
.cbp-animation-slideLeft {
	-webkit-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height
}
.cbp-animation-slideLeft .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.cbp-animation-slideLeft .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.cbp-animation-slideLeft .cbp-wrapper-helper .cbp-item-wrapper {
	-webkit-animation: slideLeft-out .8s both ease-in-out;
	animation: slideLeft-out .8s both ease-in-out
}
.cbp-animation-slideLeft .cbp-wrapper .cbp-item-wrapper {
	-webkit-animation: slideLeft-in .8s both ease-in-out;
	animation: slideLeft-in .8s both ease-in-out
}
@-webkit-keyframes slideLeft-out {
0% {
opacity:1;
transform:scale(1)
}
25% {
opacity:.75;
-webkit-transform:scale(0.8)
}
75% {
opacity:.75;
-webkit-transform:scale(0.8) translateX(-200%)
}
100% {
opacity:.75;
-webkit-transform:scale(0.8) translateX(-200%)
}
}
@keyframes slideLeft-out {
0% {
opacity:1;
transform:scale(1)
}
25% {
opacity:.75;
transform:scale(0.8)
}
75% {
opacity:.75;
transform:scale(0.8) translateX(-200%)
}
100% {
opacity:.75;
transform:scale(0.8) translateX(-200%)
}
}
@-webkit-keyframes slideLeft-in {
0%, 25% {
opacity:.75;
-webkit-transform:scale(0.8) translateX(200%)
}
75% {
opacity:.75;
-webkit-transform:scale(0.8)
}
100% {
opacity:1;
-webkit-transform:scale(1) translateX(0)
}
}
@keyframes slideLeft-in {
0%, 25% {
opacity:.75;
transform:scale(0.8) translateX(200%)
}
75% {
opacity:.75;
transform:scale(0.8)
}
100% {
opacity:1;
transform:scale(1) translateX(0)
}
}
.cbp-animation-sequentially {
	-webkit-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height
}
.cbp-animation-sequentially .cbp-wrapper-outer {
	overflow: visible
}
.cbp-animation-sequentially .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	overflow: visible
}
.cbp-animation-sequentially .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.cbp-animation-sequentially .cbp-wrapper-helper .cbp-item-wrapper {
	-webkit-animation: fadeOutTop-out .6s both ease;
	animation: fadeOutTop-out .6s both ease
}
.cbp-animation-sequentially .cbp-wrapper .cbp-item-wrapper {
	-webkit-animation: fadeOutTop-in .6s both ease-out;
	animation: fadeOutTop-in .6s both ease-out
}
.cbp-animation-3dflip {
	-webkit-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height
}
.cbp-animation-3dflip .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.cbp-animation-3dflip .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.cbp-animation-3dflip .cbp-wrapper-helper .cbp-item-wrapper {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: flip-out 0.6s both ease-in-out;
	animation: flip-out 0.6s both ease-in-out
}
.cbp-animation-3dflip .cbp-wrapper .cbp-item-wrapper {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: flip-in 0.6s both ease-in-out;
	animation: flip-in 0.6s both ease-in-out
}
@-webkit-keyframes flip-out {
100% {
opacity:0;
-webkit-transform:rotateY(90deg)
}
}
@keyframes flip-out {
100% {
opacity:0;
transform:rotateY(90deg)
}
}
@-webkit-keyframes flip-in {
0% {
opacity:0;
-webkit-transform:rotateY(-90deg)
}
100% {
opacity:1;
-webkit-transform:rotateY(0deg)
}
}
@keyframes flip-in {
0% {
opacity:0;
transform:rotateY(-90deg)
}
100% {
opacity:1;
transform:rotateY(0deg)
}
}
.cbp-animation-flipOutDelay {
	-webkit-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height
}
.cbp-animation-flipOutDelay .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.cbp-animation-flipOutDelay .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.cbp-animation-flipOutDelay .cbp-wrapper-helper .cbp-item-wrapper {
	-webkit-animation: flipOut-out 1s both ease-in;
	animation: flipOut-out 1s both ease-in
}
.cbp-animation-flipOutDelay .cbp-wrapper .cbp-item-wrapper {
	-webkit-animation: flipOut-in 1s both ease-out;
	animation: flipOut-in 1s both ease-out
}
.cbp-animation-slideDelay {
	-webkit-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height
}
.cbp-animation-slideDelay .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.cbp-animation-slideDelay .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.cbp-animation-slideDelay .cbp-wrapper-helper .cbp-item-wrapper {
	-webkit-animation: slideDelay-out 0.5s both ease-in-out;
	animation: slideDelay-out 0.5s both ease-in-out
}
.cbp-animation-slideDelay .cbp-wrapper .cbp-item-wrapper {
	-webkit-animation: slideDelay-in 0.5s both ease-in-out;
	animation: slideDelay-in 0.5s both ease-in-out
}
@-webkit-keyframes slideDelay-out {
100% {
-webkit-transform:translateX(-100%)
}
}
@keyframes slideDelay-out {
100% {
transform:translateX(-100%)
}
}
@-webkit-keyframes slideDelay-in {
0% {
-webkit-transform:translateX(100%)
}
100% {
-webkit-transform:translateX(0)
}
}
@keyframes slideDelay-in {
0% {
transform:translateX(100%)
}
100% {
transform:translateX(0)
}
}
.cbp-animation-rotateSides {
	-webkit-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height
}
.cbp-animation-rotateSides .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.cbp-animation-rotateSides .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.cbp-animation-rotateSides .cbp-wrapper-helper .cbp-item-wrapper {
	-webkit-transform-origin: -50% 50%;
	-webkit-animation: rotateSides-out .5s both ease-in;
	transform-origin: -50% 50%;
	animation: rotateSides-out .5s both ease-in
}
.cbp-animation-rotateSides .cbp-wrapper .cbp-item-wrapper {
	-webkit-transform-origin: 150% 50%;
	-webkit-animation: rotateSides-in .6s both ease-out;
	transform-origin: 150% 50%;
	animation: rotateSides-in .6s both ease-out
}
@-webkit-keyframes rotateSides-out {
100% {
opacity:0;
-webkit-transform:translateZ(-500px) rotateY(90deg)
}
}
@keyframes rotateSides-out {
100% {
opacity:0;
transform:translateZ(-500px) rotateY(90deg)
}
}
@-webkit-keyframes rotateSides-in {
0% {
opacity:0;
-webkit-transform:translateZ(-500px) rotateY(-90deg)
}
40% {
opacity:0;
-webkit-transform:translateZ(-500px) rotateY(-90deg)
}
}
@keyframes rotateSides-in {
0% {
opacity:0;
transform:translateZ(-500px) rotateY(-90deg)
}
40% {
opacity:0;
transform:translateZ(-500px) rotateY(-90deg)
}
}
.cbp-animation-foldLeft {
	-webkit-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height
}
.cbp-animation-foldLeft .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.cbp-animation-foldLeft .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.cbp-animation-foldLeft .cbp-wrapper-helper .cbp-item-wrapper {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: foldLeft-out .7s both ease;
	animation: foldLeft-out .7s both ease
}
.cbp-animation-foldLeft .cbp-wrapper .cbp-item-wrapper {
	-webkit-animation: foldLeft-in .7s both ease;
	animation: foldLeft-in .7s ease both
}
@-webkit-keyframes foldLeft-out {
100% {
opacity:0;
-webkit-transform:translateX(-100%) rotateY(-90deg)
}
}
@keyframes foldLeft-out {
100% {
opacity:0;
transform:translateX(-100%) rotateY(-90deg)
}
}
@-webkit-keyframes foldLeft-in {
0% {
opacity:0.3;
-webkit-transform:translateX(100%)
}
}
@keyframes foldLeft-in {
0% {
opacity:0.3;
transform:translateX(100%)
}
}
.cbp-animation-unfold {
	-webkit-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height
}
.cbp-animation-unfold .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.cbp-animation-unfold .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.cbp-animation-unfold .cbp-wrapper-helper .cbp-item-wrapper {
	-webkit-animation: unfold-out .8s ease both;
	animation: unfold-out .8s ease both
}
.cbp-animation-unfold .cbp-wrapper .cbp-item-wrapper {
	-webkit-transform-origin: 0% 50%;
	-webkit-animation: unfold-in .8s both ease;
	transform-origin: 0% 50%;
	animation: unfold-in .8s both ease
}
@-webkit-keyframes unfold-out {
90% {
opacity:0.3
}
100% {
opacity:0;
-webkit-transform:translateX(-100%)
}
}
@keyframes unfold-out {
90% {
opacity:0.3
}
100% {
opacity:0;
transform:translateX(-100%)
}
}
@-webkit-keyframes unfold-in {
0% {
opacity:0;
-webkit-transform:translateX(100%) rotateY(90deg)
}
}
@keyframes unfold-in {
0% {
opacity:0;
transform:translateX(100%) rotateY(90deg)
}
}
.cbp-animation-scaleDown {
	-webkit-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height
}
.cbp-animation-scaleDown .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.cbp-animation-scaleDown .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.cbp-animation-scaleDown .cbp-wrapper-helper .cbp-item-wrapper {
	-webkit-animation: scaleDown-out .7s ease both;
	animation: scaleDown-out .7s ease both
}
.cbp-animation-scaleDown .cbp-wrapper .cbp-item-wrapper {
	-webkit-animation: scaleDown-in .6s ease both;
	animation: scaleDown-in .6s ease both
}
@-webkit-keyframes scaleDown-out {
100% {
opacity:0;
-webkit-transform:scale(0.8)
}
}
@keyframes scaleDown-out {
100% {
opacity:0;
transform:scale(0.8)
}
}
@-webkit-keyframes scaleDown-in {
0% {
-webkit-transform:translateX(100%)
}
}
@keyframes scaleDown-in {
0% {
transform:translateX(100%)
}
}
.cbp-animation-frontRow {
	-webkit-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height
}
.cbp-animation-frontRow .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.cbp-animation-frontRow .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.cbp-animation-frontRow .cbp-wrapper-helper .cbp-item-wrapper {
	-webkit-animation: frontRow-out .7s both ease;
	animation: frontRow-out .7s both ease
}
.cbp-animation-frontRow .cbp-wrapper .cbp-item-wrapper {
	-webkit-animation: frontRow-in .6s both ease;
	animation: frontRow-in .6s both ease
}
@-webkit-keyframes frontRow-out {
100% {
-webkit-transform:translateX(-60%) scale(0.8);
opacity:0
}
}
@keyframes frontRow-out {
100% {
transform:translateX(-60%) scale(0.8);
opacity:0
}
}
@-webkit-keyframes frontRow-in {
0% {
-webkit-transform:translateX(100%) scale(0.8)
}
100% {
opacity:1;
-webkit-transform:translateX(0%) scale(1)
}
}
@keyframes frontRow-in {
0% {
transform:translateX(100%) scale(0.8)
}
100% {
opacity:1;
transform:translateX(0%) scale(1)
}
}
.cbp-animation-rotateRoom {
	-webkit-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height
}
.cbp-animation-rotateRoom .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.cbp-animation-rotateRoom .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.cbp-animation-rotateRoom .cbp-wrapper-helper .cbp-item-wrapper {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateRoom-out .8s both ease;
	animation: rotateRoom-out .8s both ease
}
.cbp-animation-rotateRoom .cbp-wrapper .cbp-item-wrapper {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateRoom-in .8s both ease;
	animation: rotateRoom-in .8s both ease
}
@-webkit-keyframes rotateRoom-out {
90% {
opacity:.3
}
100% {
opacity:0;
-webkit-transform:translateX(-100%) rotateY(90deg)
}
}
@keyframes rotateRoom-out {
90% {
opacity:.3
}
100% {
opacity:0;
transform:translateX(-100%) rotateY(90deg)
}
}
@-webkit-keyframes rotateRoom-in {
0% {
opacity:.3;
-webkit-transform:translateX(100%) rotateY(-90deg)
}
}
@keyframes rotateRoom-in {
0% {
opacity:.3;
transform:translateX(100%) rotateY(-90deg)
}
}
.cbp-animation-bounceBottom {
	-webkit-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height
}
.cbp-animation-bounceBottom .cbp-wrapper-helper {
	-webkit-animation: bounceBottom-out .6s both ease-in-out;
	animation: bounceBottom-out .6s both ease-in-out
}
.cbp-animation-bounceBottom .cbp-wrapper {
	-webkit-animation: bounceBottom-in .6s both ease-in-out;
	animation: bounceBottom-in .6s both ease-in-out
}
@-webkit-keyframes bounceBottom-out {
100% {
-webkit-transform:translateY(100%);
opacity:0
}
}
@keyframes bounceBottom-out {
100% {
transform:translateY(100%);
opacity:0
}
}
@-webkit-keyframes bounceBottom-in {
0% {
-webkit-transform:translateY(100%);
opacity:0
}
100% {
-webkit-transform:translateY(0);
opacity:1
}
}
@keyframes bounceBottom-in {
0% {
transform:translateY(100%);
opacity:0
}
100% {
transform:translateY(0);
opacity:1
}
}
.cbp-animation-bounceLeft {
	-webkit-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height
}
.cbp-animation-bounceLeft .cbp-wrapper-helper {
	-webkit-animation: bounceLeft-out .6s both ease-in-out;
	animation: bounceLeft-out .6s both ease-in-out
}
.cbp-animation-bounceLeft .cbp-wrapper {
	-webkit-animation: bounceLeft-in .6s both ease-in-out;
	animation: bounceLeft-in .6s both ease-in-out
}
@-webkit-keyframes bounceLeft-out {
100% {
-webkit-transform:translateX(-100%);
opacity:0
}
}
@keyframes bounceLeft-out {
100% {
transform:translateX(-100%);
opacity:0
}
}
@-webkit-keyframes bounceLeft-in {
0% {
-webkit-transform:translateX(-100%);
opacity:0
}
100% {
-webkit-transform:translateX(0);
opacity:1
}
}
@keyframes bounceLeft-in {
0% {
transform:translateX(-100%);
opacity:0
}
100% {
transform:translateX(0);
opacity:1
}
}
.cbp-animation-bounceTop {
	-webkit-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height
}
.cbp-animation-bounceTop .cbp-wrapper-helper {
	-webkit-animation: bounceTop-out .6s both ease-in-out;
	animation: bounceTop-out .6s both ease-in-out
}
.cbp-animation-bounceTop .cbp-wrapper {
	-webkit-animation: bounceTop-in .6s both ease-in-out;
	animation: bounceTop-in .6s both ease-in-out
}
@-webkit-keyframes bounceTop-out {
100% {
-webkit-transform:translateY(-100%);
opacity:0
}
}
@keyframes bounceTop-out {
100% {
transform:translateY(-100%);
opacity:0
}
}
@-webkit-keyframes bounceTop-in {
0% {
-webkit-transform:translateY(-100%);
opacity:0
}
100% {
-webkit-transform:translateY(0);
opacity:1
}
}
@keyframes bounceTop-in {
0% {
transform:translateY(-100%);
opacity:0
}
100% {
transform:translateY(0);
opacity:1
}
}
.cbp-animation-moveLeft {
	-webkit-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height
}
.cbp-animation-moveLeft .cbp-wrapper-helper {
	-webkit-animation: moveLeft-out .6s both ease-in-out;
	animation: moveLeft-out .6s both ease-in-out
}
.cbp-animation-moveLeft .cbp-wrapper {
	-webkit-animation: moveLeft-in .6s both ease-in-out;
	animation: moveLeft-in .6s both ease-in-out
}
@-webkit-keyframes moveLeft-out {
100% {
-webkit-transform:translateX(-100%);
opacity:0
}
}
@keyframes moveLeft-out {
100% {
transform:translateX(-100%);
opacity:0
}
}
@-webkit-keyframes moveLeft-in {
0% {
-webkit-transform:translateX(100%);
opacity:0
}
100% {
-webkit-transform:translateX(0);
opacity:1
}
}
@keyframes moveLeft-in {
0% {
transform:translateX(100%);
opacity:0
}
100% {
transform:translateX(0);
opacity:1
}
}
.cbp-displayType-bottomToTop {
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.cbp-displayType-bottomToTop .cbp-item {
	-webkit-animation: fadeInBottomToTop .3s both ease-in;
	animation: fadeInBottomToTop .3s both ease-in
}
@-webkit-keyframes fadeInBottomToTop {
0% {
opacity:0;
-webkit-transform:translateY(50px)
}
100% {
opacity:1;
-webkit-transform:translateY(0)
}
}
@keyframes fadeInBottomToTop {
0% {
opacity:0;
transform:translateY(50px)
}
100% {
opacity:1;
transform:translateY(0)
}
}
.cbp-displayType-fadeIn {
	-webkit-animation: fadeIn .5s both ease-in;
	animation: fadeIn .5s both ease-in
}
@-webkit-keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
.cbp-displayType-fadeInToTop {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-animation: fadeInToTop .5s both ease-in;
	animation: fadeInToTop .5s both ease-in
}
@-webkit-keyframes fadeInToTop {
0% {
opacity:0;
-webkit-transform:translateY(30px)
}
100% {
opacity:1;
-webkit-transform:translateY(0)
}
}
@keyframes fadeInToTop {
0% {
opacity:0;
transform:translateY(30px)
}
100% {
opacity:1;
transform:translateY(0)
}
}
.cbp-displayType-sequentially .cbp-item {
	-webkit-animation: fadeIn .5s both ease-in;
	animation: fadeIn .5s both ease-in
}
.cbp-lightbox img {
	display: block;
	border: 0;
	width: 100%;
	height: auto
}
.cbp-popup-ie8bg {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}
.cbp-popup-wrap {
	height: 100%;
	text-align: center;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	z-index: 9990;
	padding: 0 10px
}
.cbp-popup-wrap video {
	outline: 0 none
}
.cbp-popup-lightbox {
	background: rgba(0,0,0,0.8);
	display: flex;
	justify-content: center;
	align-items: center
}
.cbp-popup-singlePage {
	background: #fff;
	padding: 0
}
.cbp-popup-wrap:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}
.cbp-popup-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	max-width: 100%
}
.cbp-popup-singlePage .cbp-popup-content {
	position: relative;
	z-index: 1;
	margin-top: 145px;
	max-width: 1024px;
	vertical-align: top;
	width: 94%
}
.cbp-popup-singlePage .cbp-popup-content-basic {
	position: relative;
	z-index: 1;
	margin-top: 104px;
	vertical-align: top;
	width: 100%;
	display: inline-block;
	text-align: left
}
.cbp-popup-lightbox-figure {
	position: relative
}
.cbp-popup-lightbox-bottom {
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	margin-top: 3px
}
.cbp-popup-lightbox-title {
	padding-right: 70px;
	font: 400 12px/18px "Open Sans", sans-serif;
	color: #eee
}
.cbp-popup-lightbox-counter {
	position: absolute;
	top: 0;
	right: 0;
	font: 400 12px/18px "Open Sans", sans-serif;
	color: #eee
}
.cbp-popup-lightbox-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 40px 0 40px;
	box-shadow: 0 0 8px rgba(0,0,0,0.6)
}
.cbp-popup-lightbox-img[data-action] {
	cursor: pointer
}
.cbp-popup-lightbox-isIframe .cbp-popup-content {
	width: 75%
}
@media only screen and (max-width: 768px) {
.cbp-popup-lightbox-isIframe .cbp-popup-content {
	width: 95%
}
}
.cbp-popup-lightbox-isIframe .cbp-lightbox-bottom {
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	margin-top: 3px
}
.cbp-popup-lightbox-iframe {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	background: #000
}
.cbp-popup-lightbox-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0,0,0,0.6)
}
.cbp-popup-lightbox-iframe audio {
	margin-top: 27%
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9990;
	height: 104px;
	background-color: #3D4750
}
.cbp-popup-singlePage .cbp-popup-navigation {
	position: relative;
	width: 100%;
	height: 100%
}
.cbp-popup-singlePage-sticky .cbp-popup-navigation-wrap {
	position: fixed;
	top: 0 !important
}
.cbp-popup-singlePage-counter {
	color: #fff;
	position: absolute;
	margin: auto;
	right: 40px;
	top: 0;
	bottom: 0;
	font: 400 13px/30px "Open Sans", sans-serif;
	height: 30px
}
@media only screen and (max-width: 768px) {
.cbp-popup-singlePage-counter {
	right: 3%
}
}
.cbp-popup-next, .cbp-popup-prev, .cbp-popup-close {
	padding: 0;
	border: medium none;
	position: absolute;
	cursor: pointer;
	outline: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.cbp-popup-lightbox .cbp-popup-prev, .cbp-popup-lightbox .cbp-popup-next, .cbp-popup-lightbox .cbp-popup-close {
	visibility: hidden
}
.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close {
	visibility: visible
}
.cbp-popup-lightbox .cbp-popup-prev {
	background: url("../img/cbp-sprite.png") no-repeat scroll 0 0 transparent;
	width: 44px;
	height: 44px;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto
}
.cbp-popup-lightbox .cbp-popup-prev:hover {
	background-position: 0 -46px
}
.cbp-popup-singlePage .cbp-popup-prev {
	background: url("../img/cbp-sprite.png") no-repeat scroll 0 -92px transparent;
	width: 44px;
	height: 44px;
	margin: auto;
	top: 0;
	right: 108px;
	bottom: 0;
	left: 0
}
.cbp-popup-singlePage .cbp-popup-prev:hover {
	background-position: 0 -138px
}
.cbp-popup-lightbox .cbp-popup-next {
	background: url("../img/cbp-sprite.png") no-repeat scroll -46px 0 transparent;
	width: 44px;
	height: 44px;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto
}
.cbp-popup-lightbox .cbp-popup-next:hover {
	background-position: -46px -46px
}
.cbp-popup-singlePage .cbp-popup-next {
	background: url("../img/cbp-sprite.png") no-repeat scroll -46px -92px transparent;
	width: 44px;
	height: 44px;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 108px
}
.cbp-popup-singlePage .cbp-popup-next:hover {
	background-position: -46px -138px
}
.cbp-popup-lightbox .cbp-popup-close {
	background: url("../img/cbp-sprite.png") no-repeat scroll -92px 0 transparent;
	height: 40px;
	width: 40px;
	right: 20px;
	top: 20px
}
.cbp-popup-lightbox .cbp-popup-close:hover {
	background-position: -92px -46px
}
.cbp-popup-singlePage .cbp-popup-close {
	background: url("../img/cbp-sprite.png") no-repeat scroll -92px -92px transparent;
	height: 44px;
	width: 44px;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.cbp-popup-singlePage .cbp-popup-close:hover {
	background-position: -92px -138px
}
.cbp-popup-singlePage .cbp-popup-ie8bg {
	background-color: #fff
}
@media only screen and (max-width: 360px), (max-height: 600px) {
.cbp-popup-next, .cbp-popup-prev, .cbp-popup-close {
	-ms-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8)
}
.cbp-popup-lightbox .cbp-popup-close {
	right: 10px;
	top: 10px
}
.cbp-popup-lightbox .cbp-popup-next {
	right: 10px
}
.cbp-popup-lightbox .cbp-popup-prev {
	left: 10px
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
	height: 84px
}
.cbp-popup-singlePage .cbp-popup-content {
	margin-top: 120px
}
}
.cbp-popup-loadingBox {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.cbp-popup-lightbox .cbp-popup-loadingBox:after {
	border-left: 3px solid rgba(255,255,255,0.3);
	border-right: 3px solid rgba(255,255,255,0.3);
	border-bottom: 3px solid rgba(255,255,255,0.3);
	border-top: 3px solid rgba(255,255,255,0.85)
}
.cbp-popup-ready .cbp-popup-loadingBox {
	visibility: hidden;
	display: none
}
.cbp-popup-loading .cbp-popup-loadingBox {
	visibility: visible;
	display: block
}
.cbp-popup-transitionend {
	overflow-y: scroll
}
.cbp-popup-singlePage {
	left: 100%;
	-webkit-transition: left .6s ease-in-out;
	transition: left .6s ease-in-out
}
.cbp-popup-singlePage.cbp-popup-loading .cbp-popup-content {
	opacity: 0
}
.cbp-popup-singlePage-open {
	left: 0
}
.cbp-popup-singlePage.cbp-popup-singlePage-fade {
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out
}
.cbp-popup-singlePage-open.cbp-popup-singlePage-fade {
	opacity: 1
}
.cbp-popup-singlePage.cbp-popup-singlePage-right {
	left: -100%;
	-webkit-transition: left .6s ease-in-out;
	transition: left .6s ease-in-out
}
.cbp-popup-singlePage-open.cbp-popup-singlePage-right {
	left: 0
}
.cbp-l-project-title {
	color: #454444;
	font: 600 42px/46px "Open Sans", sans-serif;
	letter-spacing: 2px;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase
}
.cbp-l-project-subtitle {
	color: #787878;
	font: 400 14px/21px "Open Sans", sans-serif;
	margin: 0 auto 50px;
	max-width: 500px;
	text-align: center
}
.cbp-popup-singlePage .cbp-popup-content .cbp-l-project-img {
	display: block;
	margin: 0 auto;
	max-width: 100%
}
.cbp-l-project-container {
	overflow: hidden;
	margin: 40px auto 0;
	clear: both
}
.cbp-l-project-desc {
	float: left;
	width: 62%
}
.cbp-l-project-details {
	float: right;
	width: 38%;
	padding-left: 60px;
	margin-bottom: 15px
}
@media only screen and (max-width: 768px) {
.cbp-l-project-title {
	font-size: 30px;
	line-height: 34px
}
.cbp-l-project-desc {
	width: 100%
}
.cbp-l-project-details {
	width: 100%;
	margin-top: 20px;
	padding-left: 0
}
}
.cbp-l-project-desc-title {
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 22px;
	color: #444
}
.cbp-l-project-desc-title span, .cbp-l-project-details-title span {
	border-bottom: 1px solid #747474;
	display: inline-block;
	margin: 0 0 -1px 0;
	font: 400 16px/36px "Open Sans", sans-serif;
	padding: 0 5px 0 0
}
.cbp-l-project-desc-text {
	font: 400 13px/20px "Open Sans", sans-serif;
	color: #555;
	margin-bottom: 20px
}
.cbp-l-project-details-title {
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 19px;
	color: #444
}
.cbp-l-project-details-list {
	margin: 0;
	padding: 0;
	list-style: none
}
.cbp-l-project-details-list>li, .cbp-l-project-details-list>div {
	border-bottom: 1px dotted #DFDFDF;
	padding: inherit;
	color: #666;
	font: 400 12px/30px "Open Sans", sans-serif
}
.cbp-l-project-details-list>li:last-child, .cbp-l-project-details-list>div:last-child {
	border: none
}
.cbp-l-project-details-list strong {
	display: inline-block;
	color: #696969;
	font-weight: 600;
	min-width: 100px
}
.cbp-l-project-details-visit {
	color: #FFFFFF;
	float: right;
	clear: both;
	text-decoration: none;
	font: 400 11px/18px "Open Sans", sans-serif;
	margin-top: 25px;
	background-color: #62B57B;
	padding: 8px 19px;
	text-transform: uppercase;
	letter-spacing: .5px
}
.cbp-l-project-details-visit:hover {
	opacity: 0.9;
	color: #fff
}
.cbp-l-project-related-wrap {
	font-size: 0;
	margin: 0;
	padding: 0
}
.cbp-l-project-related-item {
	margin-left: 5%;
	max-width: 30%;
	float: left
}
.cbp-l-project-related-item:first-child {
	margin-left: 0
}
.cbp-l-project-related-title {
	font: 700 14px/18px "Open Sans", sans-serif;
	color: #474747;
	margin-top: 20px
}
.cbp-l-project-related-link {
	text-decoration: none
}
.cbp-l-project-related-link:hover {
	opacity: 0.9
}
.cbp-l-member-img {
	float: left;
	width: 40%;
	margin-top: 20px
}
.cbp-l-member-img img {
	border: 1px solid #e2e2e2;
	width: auto;
	max-width: 100%;
	height: auto;
	display: inline-block;
	border: 0
}
.cbp-l-member-info {
	margin-top: 20px;
	padding-left: 25px;
	float: left;
	width: 60%
}
@media only screen and (max-width: 768px) {
.cbp-l-member-img {
	width: 100%;
	text-align: center
}
.cbp-l-member-info {
	width: 100%;
	padding-left: 0
}
}
.cbp-l-member-name {
	font: 400 28px/28px "Open Sans", sans-serif;
	color: #474747
}
.cbp-l-member-position {
	font: 400 13px/21px "Open Sans", sans-serif;
	color: #888;
	margin-top: 6px
}
.cbp-l-member-desc {
	font: 400 12px/18px "Open Sans", sans-serif;
	margin-top: 25px;
	color: #474747
}
.cbp-popup-singlePageInline-open {
	-webkit-transition: height .5s ease 0s !important;
	transition: height .5s ease 0s !important
}
.cbp-popup-singlePageInline-open .cbp-item {
	-webkit-transition: -webkit-transform .5s ease 0s !important;
	transition: transform .5s ease 0s !important
}
.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline:after {
	display: none;
	visibility: hidden
}
.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-content, .cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-navigation {
	-webkit-transition-delay: 0;
	transition-delay: 0
}
.cbp-popup-singlePageInline {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden
}
.cbp-popup-singlePageInline .cbp-popup-content {
	opacity: 0;
	width: 100%;
	z-index: 1;
	min-height: 300px
}
.cbp-popup-singlePageInline .cbp-popup-content, .cbp-popup-singlePageInline .cbp-popup-navigation {
	-webkit-transition: opacity .4s ease-in .2s;
	transition: opacity .4s ease-in .2s
}
.cbp-popup-singlePageInline .cbp-popup-navigation {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 40px;
	height: 40px
}
.cbp-popup-singlePageInline .cbp-popup-close {
	background: url("../img/cbp-sprite.png") no-repeat scroll -92px 0 transparent;
	height: 40px;
	width: 40px;
	right: 20px;
	top: 30px
}
.cbp-popup-singlePageInline .cbp-popup-close:hover {
	opacity: 0.7
}
.cbp-popup-singlePageInline-ready {
	z-index: 4
}
.cbp-popup-singlePageInline-ready .cbp-popup-content, .cbp-popup-singlePageInline-ready .cbp-popup-navigation {
	opacity: 1
}
.cbp-popup-singlePageInline-ready:after {
	display: none;
	visibility: hidden
}
.cbp-singlePageInline-active {
	opacity: 0.6 !important
}
.cbp-l-inline {
	margin: 20px 0;
	overflow: hidden;
	background: #FAFAFA;
	padding: 30px
}
.cbp-l-inline-left {
	float: left;
	width: 44%
}
.cbp-l-project-img {
	max-width: 100%
}
.cbp-l-inline-right {
	float: right;
	width: 56%;
	padding-left: inherit
}
@media only screen and (max-width: 768px) {
.cbp-l-inline-left {
	width: 100%;
	text-align: center;
	margin-top: 40px
}
.cbp-l-inline-right {
	width: 100%;
	padding-left: 0;
	margin-top: 20px
}
}
.cbp-l-inline-title {
	font: 400 28px/30px "Open Sans", sans-serif;
	color: #474747
}
.cbp-l-inline-subtitle {
	font: 400 13px/21px "Open Sans", sans-serif;
	color: #888;
	margin-top: 7px
}
.cbp-l-inline-desc {
	font: 400 13px/20px "Open Sans", sans-serif;
	color: #474747;
	margin-top: 25px;
	margin-bottom: 20px
}
.cbp-l-inline-view-wrap {
	text-align: right
}
.cbp-l-inline-view {
	font: 400 13px/35px "Open Sans", sans-serif;
	color: #9C9C9C;
	margin-top: 40px;
	display: inline-block;
	padding: 0 20px;
	border: 1px solid #ccc;
	text-decoration: none
}
.cbp-l-inline-view:hover {
	color: #757575
}
.cbp-l-inline-details {
	margin-top: 15px;
	font: 13px/22px "Open Sans", sans-serif
}
.cbp-l-loadMore-defaultText, .cbp-l-loadMore-button-defaultText {
	display: block
}
.cbp-l-loadMore-loadingText, .cbp-l-loadMore-noMoreLoading, .cbp-l-loadMore-button-loadingText, .cbp-l-loadMore-button-noMoreLoading {
	display: none
}
.cbp-l-loadMore-loading .cbp-l-loadMore-loadingText, .cbp-l-loadMore-loading .cbp-l-loadMore-button-loadingText {
	display: block
}
.cbp-l-loadMore-loading .cbp-l-loadMore-defaultText, .cbp-l-loadMore-loading .cbp-l-loadMore-noMoreLoading, .cbp-l-loadMore-loading .cbp-l-loadMore-button-defaultText, .cbp-l-loadMore-loading .cbp-l-loadMore-button-noMoreLoading {
	display: none
}
.cbp-l-loadMore-stop .cbp-l-loadMore-noMoreLoading, .cbp-l-loadMore-stop .cbp-l-loadMore-button-noMoreLoading {
	display: block
}
.cbp-l-loadMore-stop .cbp-l-loadMore-defaultText, .cbp-l-loadMore-stop .cbp-l-loadMore-loadingText, .cbp-l-loadMore-stop .cbp-l-loadMore-button-defaultText, .cbp-l-loadMore-stop .cbp-l-loadMore-button-loadingText {
	display: none
}
.cbp-l-loadMore-bgbutton {
	text-align: center
}
.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link {
	border: 1px solid #DEDEDE;
	color: #7E7B7B;
	display: inline-block;
	font: 400 13px/40px "Lato", sans-serif;
	min-width: 80px;
	text-decoration: none;
	padding: 0 50px;
	margin-top: 50px;
	outline: 0;
	box-shadow: none;
	letter-spacing: 1px;
	-webkit-transition: color .25s;
	transition: color .25s
}
.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link:hover, .cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-loading {
	color: #B0B0B0
}
.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-stop {
	cursor: default;
	color: #B0B0B0
}
.cbp-l-loadMore-button {
	text-align: center
}
.cbp-l-loadMore-button .cbp-l-loadMore-link, .cbp-l-loadMore-button .cbp-l-loadMore-button-link {
	border: 1px solid #DEDEDE;
	color: #7E7B7B;
	display: inline-block;
	font: 400 12px/36px "Open Sans", sans-serif;
	min-width: 80px;
	text-decoration: none;
	padding: 0 30px;
	outline: 0;
	margin-top: 40px;
	box-shadow: none;
	-webkit-transition: color .25s;
	transition: color .25s
}
.cbp-l-loadMore-button .cbp-l-loadMore-link:hover, .cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover, .cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-loading {
	color: #B0B0B0
}
.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-stop, .cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-stop, .cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-button-stop {
	cursor: default;
	color: #B0B0B0
}
.cbp-l-loadMore-text {
	text-align: center
}
.cbp-l-loadMore-text .cbp-l-loadMore-link, .cbp-l-loadMore-text .cbp-l-loadMore-text-link {
	font: 400 15px "Open Sans", sans-serif;
	color: #7E7B7B;
	text-decoration: none;
	cursor: pointer;
	margin-top: 50px;
	display: block
}
.cbp-l-loadMore-text .cbp-l-loadMore-stop, .cbp-l-loadMore-text .cbp-l-loadMore-text-stop {
	color: #B0B0B0;
	cursor: default
}
.cbp-mode-slider {
	-webkit-transition: height 0.35s cubic-bezier(0.22, 0.6, 0.345, 1);
	transition: height 0.35s cubic-bezier(0.22, 0.6, 0.345, 1)
}
.cbp-mode-slider .cbp-wrapper, .cbp-mode-slider .cbp-item {
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0.22, 0.6, 0.345, 1);
	transition: transform 0.35s cubic-bezier(0.22, 0.6, 0.345, 1)
}
.cbp-mode-slider .cbp-wrapper {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}
.cbp-mode-slider-dragStart * {
	cursor: move !important;
	cursor: -ms-grabbing !important;
	cursor: -webkit-grabbing !important;
	cursor: -moz-grabbing !important;
	cursor: grabbing !important
}
.cbp-mode-slider-dragStart .cbp-wrapper {
	-webkit-transition: none;
	transition: none
}
.cbp-nav-next, .cbp-nav-prev {
	position: relative;
	background: #7c8b90;
	cursor: pointer;
	display: inline-block;
	margin-left: 1px;
	height: 22px;
	width: 21px
}
.cbp-nav-next {
	border-radius: 0 2px 2px 0
}
.cbp-nav-prev {
	border-radius: 2px 0 0 2px
}
.cbp-nav-next:hover, .cbp-nav-prev:hover {
	opacity: 0.8
}
.cbp-nav-next:after, .cbp-nav-prev:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url("../img/cbp-sprite.png") no-repeat;
	height: 10px;
	width: 7px
}
.cbp-nav-next:after {
	background-position: -134px 0
}
.cbp-nav-prev:after {
	background-position: -134px -12px
}
.cbp-nav-stop {
	opacity: 0.5 !important;
	cursor: default !important
}
.cbp-nav {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.cbp-nav-controls {
	position: absolute;
	top: -51px;
	right: 0;
	z-index: 100
}
.cbp-nav-pagination {
	position: absolute;
	bottom: -30px;
	right: 0;
	z-index: 100;
	left: 0;
	text-align: center
}
.cbp-nav-pagination-item {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 4px;
	display: inline-block;
	cursor: pointer;
	background: #c2c2c2;
	-webkit-transition: background 0.5s;
	transition: background 0.5s
}
.cbp-nav-pagination-active {
	background: #797979
}
.cbp-pagination-item {
	max-width: 100px;
	display: inline-block;
	cursor: pointer;
	margin-top: 10px;
	margin-right: 5px;
	position: relative
}
.cbp-pagination-item img {
	display: block;
	width: 100%;
	height: auto;
	border: 0
}
.cbp-pagination-item:after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	-webkit-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out
}
.cbp-pagination-active:after {
	background: transparent
}
.cbp-slider-wrap, .cbp-slider-item {
	margin: 0;
	padding: 0;
	list-style-type: none
}
.cbp-slider .cbp-nav-controls {
	position: static
}
.cbp-slider .cbp-nav-next, .cbp-slider .cbp-nav-prev {
	background: transparent;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	z-index: 100;
	width: 44px;
	height: 44px
}
.cbp-slider .cbp-nav-next {
	right: 25px;
	left: auto
}
.cbp-slider .cbp-nav-prev {
	left: 25px;
	right: auto
}
.cbp-slider .cbp-nav-next:after, .cbp-slider .cbp-nav-prev:after {
	background: url("../img/cbp-sprite.png") no-repeat;
	width: 44px;
	height: 44px
}
.cbp-slider .cbp-nav-next:after {
	background-position: -46px -92px
}
.cbp-slider .cbp-nav-next:hover:after {
	background-position: -46px -46px
}
.cbp-slider .cbp-nav-prev:after {
	background-position: 0 -92px
}
.cbp-slider .cbp-nav-prev:hover:after {
	background-position: 0 -46px
}
.cbp-slider .cbp-nav-pagination {
	text-align: right;
	bottom: 20px;
	right: 25px;
	left: auto
}
.cbp-slider-edge .cbp-nav-controls {
	position: static
}
.cbp-slider-edge .cbp-nav-next, .cbp-slider-edge .cbp-nav-prev {
	background: transparent;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	z-index: 100;
	width: 44px;
	height: 44px
}
.cbp-slider-edge .cbp-nav-next {
	right: -14px;
	left: auto
}
.cbp-slider-edge .cbp-nav-prev {
	left: -14px;
	right: auto
}
.cbp-slider-edge .cbp-nav-next:after, .cbp-slider-edge .cbp-nav-prev:after {
	background: url("../img/cbp-sprite.png") no-repeat;
	width: 9px;
	height: 16px
}
.cbp-slider-edge .cbp-nav-next:after {
	background-position: -134px -24px
}
.cbp-slider-edge .cbp-nav-prev:after {
	background-position: -134px -42px
}
.cbp-slider-edge .cbp-nav-pagination {
	bottom: -50px
}
.cbp-slider-edge .cbp-nav-pagination-item {
	border: 2px solid #0f0f0f;
	opacity: 0.4;
	background: transparent
}
.cbp-slider-edge .cbp-nav-pagination-active {
	background: #000
}
.cbp-slider-inline {
	position: relative
}
.cbp-slider-inline .cbp-slider-item {
	position: absolute;
	width: 100%;
	top: 0;
	transition: left .5s ease
}
.cbp-slider-inline .cbp-slider-item--active {
	position: relative;
	z-index: 2
}
.cbp-slider-wrapper {
	position: relative;
	overflow: hidden
}
.cbp-slider-controls {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	opacity: 0;
	-webkit-transition: opacity .7s ease-in-out;
	transition: opacity .7s ease-in-out
}
.cbp-slider-inline-ready .cbp-slider-controls {
	opacity: 1
}
.cbp-slider-next, .cbp-slider-prev {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: left;
	cursor: pointer;
	position: relative;
	width: 36px;
	height: 36px;
	background: #547EB1
}
.cbp-slider-next {
	margin-left: 1px
}
.cbp-slider-next:after, .cbp-slider-prev:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url("../img/cbp-sprite.png") no-repeat;
	width: 9px;
	height: 16px
}
.cbp-slider-next:after {
	background-position: -134px -60px
}
.cbp-slider-prev:after {
	background-position: -134px -78px
}
.cbp-l-grid-agency .cbp-caption:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-bottom: 10px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: 0px;
	left: 50%;
	margin-left: -5px;
	z-index: 1
}
.cbp-l-grid-agency.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
	-webkit-transform: scale(1.15);
	transform: scale(1.15)
}
.cbp-l-grid-agency-title {
	margin-top: 18px;
	font: 700 17px/24px "Lato", sans-serif;
	color: #666;
	text-align: center
}
.cbp-item:hover .cbp-l-grid-agency-title {
	color: #222
}
.cbp-l-grid-agency-desc {
	font: 400 12px/21px "Open Sans", sans-serif;
	color: #aaa;
	text-align: center
}
.cbp-l-grid-work.cbp-caption-zoom .cbp-caption-activeWrap {
	background-color: rgba(0,0,0,0.7)
}
.cbp-l-grid-work .cbp-item {
	padding: 3px
}
.cbp-l-grid-work .cbp-item-wrapper {
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	padding: 7px 7px 27px;
	border-top: 1px solid #F4F4F4
}
.cbp-l-grid-work-title {
	margin-top: 17px;
	font: 400 17px/25px "Roboto Condensed", sans-serif;
	color: #607D8B;
	text-align: center;
	text-transform: uppercase;
	display: block
}
.cbp-l-grid-work-title:hover {
	color: #365D67
}
.cbp-l-grid-work-desc {
	font: 400 11px/16px "Open Sans", sans-serif;
	color: #888888;
	text-align: center;
	text-transform: uppercase
}
.cbp-l-grid-blog-title {
	font: 400 18px/30px "Open Sans", sans-serif;
	color: #444;
	display: block;
	margin-top: 17px
}
.cbp-l-grid-blog-title:hover {
	color: #787878
}
.cbp-l-grid-blog-date {
	font: 400 12px/18px "Open Sans", sans-serif;
	color: #787878;
	display: inline-block
}
.cbp-l-grid-blog-comments {
	font: 400 12px/18px "Open Sans", sans-serif;
	color: #3C6FBB;
	display: inline-block
}
.cbp-l-grid-blog-comments:hover {
	opacity: .8
}
.cbp-l-grid-blog-desc {
	font: 400 13px/18px "Open Sans", sans-serif;
	color: #9B9B9B;
	margin-top: 9px
}
.cbp-l-grid-blog-split {
	margin: 0 4px;
	font: 400 13px/16px "Open Sans", sans-serif;
	color: #787878;
	display: inline-block
}
.cbp-l-grid-clients {
	height: 180px
}
.cbp-l-clients-title-block {
	font: 400 32px/53px "Roboto", sans-serif;
	color: #666464;
	text-align: center;
	margin-bottom: 40px
}
.cbp-l-grid-faq .cbp-item {
	width: 100%
}
.cbp-l-grid-projects-title {
	font: 700 14px/21px "Open Sans", sans-serif;
	margin-top: 15px
}
.cbp-l-grid-projects-desc {
	font: 400 12px/18px "Open Sans", sans-serif;
	margin-top: 5px
}
.cbp-l-grid-masonry-projects .cbp-caption-activeWrap {
	background-color: #59a3b6;
	background-color: rgba(89,163,182,0.95)
}
.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft, .cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight {
	background-color: #545454
}
.cbp-l-grid-masonry-projects-title {
	font: 500 15px/22px "Roboto", sans-serif;
	color: #59a3b6;
	text-align: center;
	display: block;
	margin-top: 12px
}
.cbp-l-grid-masonry-projects-title:hover {
	color: #457C8B
}
.cbp-l-grid-masonry-projects-desc {
	font: 400 12px/18px "Roboto", sans-serif;
	color: #b2b2b2;
	text-align: center
}
.cbp-l-grid-team-name {
	font: 400 17px/24px "Open Sans", sans-serif;
	color: #456297;
	display: block;
	text-align: center;
	margin-top: 18px
}
.cbp-l-grid-team-name:hover {
	color: #34425C
}
.cbp-l-grid-team-position {
	font: italic 400 13px/21px "Open Sans", sans-serif;
	color: #999;
	text-align: center
}
.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
	background-color: #64C28E;
	background-color: rgba(101,199,150,0.95)
}
.cbp-l-grid-mosaic-flat .cbp-l-caption-title {
	color: #FFFFFF;
	font: 400 14px/21px "Lato", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block
}
.cbp-l-grid-mosaic-flat .cbp-l-caption-title:after {
	content: '';
	display: block;
	width: 40%;
	height: 1px;
	background-color: #fff;
	margin: 8px auto 0
}
.cbp-l-grid-mosaic-projects .cbp-caption-activeWrap {
	background-color: #59a3b6;
	background-color: rgba(89,163,182,0.97)
}
.cbp-l-grid-mosaic .cbp-caption-activeWrap {
	background-color: #FFEA71;
	background-color: rgba(255,234,113,0.95)
}
.cbp-l-grid-mosaic .cbp-l-caption-title {
	color: #5A5A5A;
	font: 500 18px/22px "Roboto", sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px
}
.cbp-l-grid-mosaic .cbp-l-caption-desc {
	color: #585858;
	font: 400 13px/20px "Roboto", sans-serif
}
.cbp-l-slider-title-block {
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 22px
}
.cbp-l-slider-title-block div {
	padding: 0 2px 6px 0;
	display: inline-block;
	border-bottom: 1px solid #a9a5a5;
	color: #5e5e5e;
	margin-bottom: -1px;
	font: 15px/21px "Roboto", sans-serif
}
.cbp-l-grid-slider-team-name {
	float: left;
	font: 20px/30px "Roboto", sans-serif;
	color: #494949;
	margin-top: 16px
}
.cbp-l-grid-slider-team-position {
	clear: both;
	font: 14px/21px "Roboto", sans-serif;
	color: #A6A6A6
}
.cbp-l-grid-slider-team-desc {
	font: 13px/20px "Roboto", sans-serif;
	color: #969696;
	margin-top: 15px
}
.cbp-l-grid-slider-team-social {
	float: right;
	margin-top: 16px
}
.cbp-l-grid-slider-team-social a {
	color: #737373;
	line-height: 30px;
	margin-left: 6px
}
.cbp-l-grid-slider-team-social a:hover {
	opacity: 0.8
}
.cbp-l-slider-testimonials-wrap {
	background: #f8f9f9;
	padding: 80px 0 110px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #dce1e2
}
.cbp-l-grid-slider-testimonials-body {
	color: #424242;
	max-width: 800px;
	margin: 0 auto;
	font: 20px/32px sans-serif;
	text-align: center;
	padding: 0 20px
}
.cbp-l-grid-slider-testimonials-footer {
	font: 12px/19px "Roboto", sans-serif;
	color: #777;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 30px
}
.cbp-l-grid-tabs {
	height: 100px
}
.cbp-l-grid-tabs .cbp-item {
	font: 14px/24px "Lato", sans-serif;
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	right: 0;
	text-align: center;
	color: #5a5a5a
}
.cbp-l-testimonials-title-block {
	position: relative;
	text-align: center;
	font: 26px/36px "Roboto", sans-serif;
	color: #E7E7E7;
	margin-bottom: 60px
}
.cbp-l-testimonials-title-block:after {
	content: '';
	position: absolute;
	margin: 0 auto;
	width: 23px;
	height: 2px;
	bottom: -6px;
	background-color: #C2C2C2;
	left: 0;
	right: 0
}
.cbp-l-testimonials-wrap {
	background: #2D2D2D;
	padding: 60px 0 110px
}
.cbp-l-grid-testimonials-body {
	color: #e7e7e7;
	max-width: 800px;
	margin: 0 auto;
	font: 20px/32px "Roboto", sans-serif;
	text-align: center;
	padding: 0 20px
}
.cbp-l-grid-testimonials-footer {
	font: 12px/19px "Roboto", sans-serif;
	color: #C2C2C2;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 35px
}
.cbp-search {
	position: relative;
	width: 220px;
	margin-bottom: 40px
}
.cbp-search .cbp-search-nothing {
	display: none
}
.cbp-search-icon {
	position: absolute;
	width: 32px;
	height: 100%;
	top: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	pointer-events: none
}
.cbp-search-icon:after {
	content: '\f002';
	font-family: 'FontAwesome';
	font-size: 14px;
	color: #797979;
	line-height: 36px;
	pointer-events: none
}
.cbp-search-input {
	height: 36px;
	padding: 0 32px 0 12px;
	margin: 0;
	border-radius: 1px;
	border: 1px solid #c6c3c4;
	font: 400 12px "Open Sans", sans-serif;
	width: 100%
}
.cbp-search-input[value]+.cbp-search-icon {
	pointer-events: auto
}
.cbp-search-input[value]+.cbp-search-icon:after {
	content: '\f00d'
}
.cbp-search-nothing {
	position: absolute;
	top: 0;
	padding: 0 0 30px;
	text-align: center;
	width: 100%;
	font: 13px "Open Sans", sans-serif
}
.cbp-l-project-social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.cbp-social-fb, .cbp-social-twitter, .cbp-social-googleplus, .cbp-social-pinterest {
	margin-right: 9px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.cbp-social-fb:hover, .cbp-social-twitter:hover, .cbp-social-googleplus:hover, .cbp-social-pinterest:hover {
	opacity: .8
}
.cbp-social-fb:focus, .cbp-social-twitter:focus, .cbp-social-googleplus:focus, .cbp-social-pinterest:focus {
	outline: none
}
.cbp-social-fb path {
	fill: #415C9B
}
.cbp-social-twitter path {
	fill: #55acee
}
.cbp-social-googleplus path {
	fill: #E57371
}
.cbp-social-pinterest path {
	fill: #cb2027
}
.cbp-l-grid-projects-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
}
.cbp-l-grid-projects-desc {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	margin-top: 2px;
}
.cbp-l-filters-button {
	margin: 0 auto 30px;
	text-align: center;
}
.cbp-l-filters-button .cbp-filter-item:hover {
	color: #fff;
}
.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
	color: #fff;
	cursor: default
}
.cbp-l-filters-button .cbp-filter-item-active {
	color: #fff!important;
}
.cbp-l-filters-button .cbp-filter-item {
	background-color: #FFF;
	border: 1px solid #cccccc;
	color: #0d0d0d;
	cursor: pointer;
	font-size: 20px;
	font-weight: 100;
	margin: 10px 0px 0 0;
	overflow: visible;
	padding: 10px 24px;
	position: relative;
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}























/*Styling menu*/
.header ul li {
	position: relative;
}
.navigation ul.menu li.menu-item-has-children ul.sub-menu {
	position: absolute;
	width: 250px;
	top: 30px;
	left: 0;
	padding: 90px 0 0 0;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
}
.navigation ul.menu li.menu-item-has-children:hover > ul.sub-menu {
	opacity: 1;
	top: 16px;
	padding: 50px 0 0 0;
	visibility: visible;
}
.navigation {
	overflow: hidden;
}
.navigation:hover {
	overflow: visible;
}

/*updated-code**/
.navigation ul.menu li.menu-item-has-children ul.sub-menu li {
	background: #e7a920;
	margin: 0;
	width: 100%;
	float: left;
	padding:0 15px;
	line-height: normal;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.navigation ul.menu li.menu-item-has-children ul.sub-menu li.current-menu-item{
	background: #ffffff;
}
/*updated-code **/
.navigation ul.menu li.menu-item-has-children ul.sub-menu li a {
	background: none;
	width: 100%;
	padding: 0;
	font-weight: normal;
	font-size: 12px !important;
	display:inline-block;
	width:100%;
	line-height: 33px;
}
.navigation ul.menu li.menu-item-has-children > ul.sub-menu li:last-child {
	border: none;
}
.navigation ul.menu li.menu-item-has-children ul.sub-menu li:hover {
	background: #e7a920;
}
.navigation ul.menu li.menu-item-has-children ul.sub-menu li span {
	color: #000000;
	display: none;
}
.navigation ul.menu li.menu-item-has-children ul.sub-menu li a {
	font-size: 14px;
}
.navigation ul.menu li.menu-item-has-children ul.sub-menu li a:before {
	display: none;
}
.navigation ul.menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul {
	top: 0;
	padding: 0;
	left: 125%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
}
.navigation ul.menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children:hover ul {
	left: 100%;
	opacity: 1;
	visibility: visible;
}
.header-two.cb-header .navigation ul.menu li.menu-item-has-children ul.sub-menu {
	padding:33px 0 0 0;
}
.header-two.cb-header .navigation ul.menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul {
	padding: 0;
}
.header-two-main .navigation {
	margin-top:0;
	 padding: 19px 0;
}
.header-two-main .navigation ul.menu li.menu-item-has-children:hover > ul.sub-menu {
	padding-top: 37px;
}
.header-two-main .navigation ul.menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children:hover ul {
	padding: 0;
	top:0;
}

.header-two-main .navigation ul.menu li.menu-item-has-children:hover > ul.sub-menu{
	top:22px;
}
 @media all and (min-width:993px) {
.header-two-main .header .logo {
	height: 66px;
}
.header-two.cb-header .header .logo {
.header .navigation .search-btn  height:39px;
}
.header .logo {
	height: 75px;
}
.header-two.cb-header .header .logo{
	height:auto;
}
}

.header-two-main .navigation ul.menu li.menu-item-has-children ul.sub-menu{
	box-shadow:none !important;
}



















/* Edit */

h1, h2, h3, h4, h5, h6 {text-transform: uppercase; color: #000;}
#header-1 .mobile-menu {    position: absolute; top: 7px;}
ol > li {
    list-style: decimal;
    line-height: 28px;
}
ul > li {
    list-style: disc;
    line-height: normal;;
}

.projects .projects-main {width: 100%;}
.grid figure {width: 100% ;}
.welcome-serv-img img {width: 100%;}
.news-main img{width: 100%;}
table {
  border-collapse: collapse;
}
tr {
  border-bottom: 1px solid #ccc;
}
th, td {
  text-align: left;
  padding: 4px;
}
.sub-banner .text-detail .breadcrumbs li, .header ul li, .about-detail ul li{
    list-style:none;
}
img{
	max-width:100%;
}
.comment ul li{
	list-style:none;
}

.page-template-default .content{
	padding-left:30px;
	padding-right:30px;
}


@media all and (max-width:768px){
.social-media-sharing-box .social-sharing-title {
	display: none !important;
}
}

/* FOOTER WIDGET STYLING BY SAEED */
.footer .footer-detail .footer-sec li{
  list-style: none !important;
}

.footer .footer-detail .footer-sec a{
	color: #fff !important;
}

.footer .footer-detail .footer-sec a:hover{
	color: #e7a920 !important;
}

.footer .footer-detail .footer-sec p{
	color: #fff !important;
}

.footer .footer-detail .footer-sec select{
	max-width: 90%;
	color: black !important;
}

.footer .footer-detail .footer-sec input{
	color: black !important;
	padding: 9px 22px;
}
.footer .footer-detail .footer-sec input:hover{
	color: #fff !important;
	background-color: #e7a920 !important;
}
.footer .footer-detail .footer-sec .searchform{
	margin-top: 10px;
}
.footer .footer-detail .footer-sec .searchform input[value="Search"]{
	margin-top: 6px;
}
.footer .footer-detail .footer-sec h3{
	margin-top: 30px;
	padding-bottom: 5px;
}

.footer .footer-detail .footer-sec .calendar_wrap{
	max-width: 250px;
	margin: 0 auto;
}
.footer .footer-detail .footer-sec .calendar_wrap table{
	width: 100%;
}

.logo a.architecture-logo-text{
	margin-top: 15px;
}




/*Fixes by Rameez*/
#header-1 .cd-primary-nav-trigger{
	top:33px !important;
}

#header-2 .header-two-main .navigation {
    padding: 23px 0 11px 0;
}
#header-2 .header .navigation .search-btn{
	margin-top:-4px;
}
#header-2 .cd-header {
    top: -2px;
}
@media all and (max-width:768px){
.our-team .team {
    width: 100%;
    text-align: center;
}
.our-team .team .detail .social-icons{
	width:100%;
}
.our-team .team .detail .social-icons a{
	float:none !important;
	display:inline-block;
}
.pricing-table-wrapper ul li {
    min-height: 600px !important;
}
.grid figure img{
	width:100%;
}
.sub-banner .text-detail{
	margin:0 !important;
}
}
@media all and (max-width:600px){
.pricing-table-wrapper ul li {
    min-height: inherit !important;
}
}
