/*  
|-------------------------------------------------------------------------
|--------------------------------------------------------------------------
| 1.0 Base
| 2.0 Buttons
| 3.0 Mfn-icons
| 4.0 Shortcodes
| 5.0 Variables
| 6.0 Animation
| 7.0 jQuery ui
| 8.0 jPlayer
| 9.0 Prrettyphoto
| 10. simple style
| 11. Bootstrap elements
|
*/

/*
|--------------------------------------------------------------------------
|  1.0 Base
|  
|--------------------------------------------------------------------------
|
| 
|
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
/*  Author: W3layout  Author URL: http://w3layouts.com  License: Creative Commons Attribution 3.0 Unported  License URL: http://creativecommons.org/licenses/by/3.0/  */
	h4, h5, h6,  h1, h2, h3 {margin-top: 0;}
	ul, ol {margin: 0;}
	p {margin: 0;}
	html, body{     font-family: 'Cabin', sans-serif;
	font-size: 100%;
	overflow-x: hidden;
	background: #f9f9f9;  }
	body a{   transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	text-decoration:none;  }
	a:focus, a:active, a:hover {      outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #353F4F;
	text-decoration:none;  }
	h1, h2, h3, h4, h5 {      font-family: 'Cabin', sans-serif;  }  .icons {
	margin: 2em 2em;
	background: #fff;
	padding: 2em;
	-ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);  }  .ic-ons {
	padding: 1em;  }  .fa-hover.col-md-3.col-sm-4 {
	font-size: 1em;
	padding: .5em;  }  .met-top {
	float: right;
	width: 40%;  }  .show_hide {
	display:none;
	float:left;  }  .meters_list{
	border: 1px solid #F0F0F0;
	background: #65cea7;
	color:#FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	padding:0;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;  }  .meters_list
	img{   width: 24%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;  }  /** Login **/  .login-body{
	background: url("../images/login-bg-green.png") no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:100% 100%;  }  .login-top{
	padding:15px;  }  .login-top-left{
	float:left;  }  .login-top-left
	h1 a{   font-size:25px;
	color:#35AB7F;  }  .login-top-right{
	float:right;  }  .login-top-right
	li{   display:inline-block;
	color:#222;  }  .login-top-right
	li a{   font-size:18px;
	color:#35AB7F;
	margin:0 10px;  }    .registration-form{
	width:370px;
	margin:100px auto;     }   .login-form{
	padding:8%;
	background:#FFF;
	border-radius:2em;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	-o-border-radius:2em;
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.4);
	-o-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.4);   }   .logo-admin-img{
	text-align:center;     }   .login-form
	a{     display:inline-block;
	text-align:center;
	margin:0 auto;   }   .registration-form
	h3{    text-align:center;
	font-size:25px;
	color:#0e3c7b;
	margin:15px 0 25px 0;   }  .registration-form
	span:first-child{      margin-top: 0;    }  .registration-form
	input[type="text"],.registration-form input[type="password"]{   padding:15px;
	color:#333;
	font-size:13px;
	background:none;
	outline:none;
	margin:4px auto;
	width:95%;
	-webkit-apperance:none;
	background:#FFF;
	border:1px solid #ECECEC;
	outline:none;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;  }  .registration-form
	input[type="text"]:hover,.registration-form input[type="password"]:hover,.registration-form input[type="text"]:focus,.registration-form input[type="password"]:focus{   border-color:#ccc;  }  .registration-form
	input[type="submit"]{   padding:15px 2em;
	width:100%;
	display:block;
	color:#FFF;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
	border:none;
	outline:none;
	background:#6bc5a4;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-apperance:none;
	margin-top:15px;  }  .registration-form
	input[type="submit"]:hover{        background:#4DAA88;  }  .registration-form .login_form
	input[type="text"] {   padding-left:0;
	border:none;
	border-bottom:1px solid #ECECEC;
	font-size:16px;  }  .registration-form .login_form
	input[type="password"] {   border:none;
	padding-left:0;
	width:84%;
	margin:0;
	font-size:16px;  }  .submit-buttom{
	position:relative;
	border-bottom:1px solid #eee;  }  .registration-form .login_form
	button{   background:none;
	border:none;
	outline:none;
	position:absolute;
	top:10px;
	right:0;
	cursor:pointer;  }  .btn-info {
	padding: 8px 12px;  }  /** error Message **/  .hint-message {
	font-size:12px;
	text-align:right;
	height:18px;  }  .error{
	color:red;  }  .success {
	color:green;  }  /*Header Stats Start*/  .header_stats{
	text-align: center;  }  .header_stats
	h3{   font-size: 12px;
	font-weight: 600;  }  .header_stats
	p{   font-size: 12px;  }  .header_stats .stat-num{
	font-size: 26px;
	color: #111;
	font-weight: bold;
	padding: 8px 0;  }  .header_stats .stat-highlight{
	color: #ef4836;
	font-weight: bold;  }  .header_stats .stat-highlight-red{
	color: #ef4836;
	font-weight: bold;  }  .header_stats .stat-highlight-green{
	color: #26a65b;
	font-weight: bold;  }  /*--- Progress Bar ----*/  .meter {
	position: relative;  }  .meter >
	span {   display: block;
	height: 100%;
	position: relative;
	overflow: hidden;  }  .meter >
	span:after, .animate > span > span {   content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;  }    .animate >
	span:after {   display: none;  }    @-webkit-keyframes move {      0% {
	background-position: 0 0;      }      100% {
	background-position: 50px 50px;      }  }    @-moz-keyframes move {      0% {
	background-position: 0 0;      }      100% {
	background-position: 50px 50px;      }  }    .red >
	span {   background-color: #65CEA7;  }    .nostripes >
	span > span, .nostripes > span:after {   -webkit-animation: none;
	-moz-animation: none;
	background-image: none;  }    /*-- total production --- */  .total_production{
	background: #fff;
	padding: 2em;  }  .total_production
	h3{   font-size: 25px;
	margin-bottom: .3em;  }  .total_production
	p{   font-size: 13px;
	margin-bottom: .3em;  }  .progress-bar{
	float: left;
	width: 72%;  }  .progress-report{
	padding: 1.5em 2em;
	background: #EBC85E;
	width: 16%;
	float: right;
	margin-left: 2%;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	position: relative;  }  .progress-report:before {
	pointer-events: none;
	position: absolute;
	content: '';
	border-style: solid;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: left;
	transition-property: left;
	top: -webkit-calc(50% - 10px);
	top: calc(50% - 10px);
	left: -10px;
	border-width: 10px 10px 10px 0;
	border-color: transparent #EBC85E transparent transparent;  }    .progress-report
	p{   font-size: 13px;
	color: #A17C09;  }  .progress-report
	h4{   font-size: 24px;
	color: #fff;  }  .align-right{
	float: right;  }  /*start-checkbox*/  .checkbox {
	padding-left: 25px;
	color:#222;
	cursor: pointer;
	position:relative;
	font-size:15px;  }   .checkbox:last-child {
	margin-bottom: 0;  }  .checkbox
	input {   position: absolute;
	left: -9999px;  }  .checkbox
	i {   position: absolute;
	bottom:0px;
	left: 0;
	display: block;
	width: 16px;
	height:16px;
	outline: none;
	border:1px solid #DDDDDD;
	background:#FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;  }  .checkbox
	input + i:after {   position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;  }  .checkbox
	input + i:after {   content: '';
	background: url("../images/mark2.png") no-repeat center;
	top:0px;
	left:0px;
	width:17px;
	height:16px;
	font: normal 12px/16px FontAwesome;
	text-align: center;  }  .checkbox
	input:checked + i:after {   opacity: 1;  }  .form-bottom .checkbox {
	float:none;  }  .forget{
	float:right;  }  .form-bottom{
	margin-top:20px;
	text-align:center;  }  .form-bottom
	p{   font-size:12px;  }  .registration
	p{   padding:20px 0;
	color:#8D8D8D;
	font-weight:600;
	text-align:center;  }  .registration
	p a{    color:#3E8B6F;  }  .registration
	p a:hover{   text-decoration:underline;   }  .radios
	input[type="radio"]{    margin:4px 0 0 0;
	vertical-align:top;
	cursor:pointer;  }  .radios
	label:first-child{   margin-left:0;  }  .radios
	label{   margin-left:15px;  }  .radios{
	margin-bottom:15px;  }  .registration-form
	p{   font-size:15px;
	color:#575757;  }  .registration-form
	p.forget{   font-size:12px;  }  .registration-form
	span{   display:block;  }  .login-bottom{
	width:100%;
	position:absolute;
	bottom:0;  }  .login-bottom-left{
	float:left;
	padding:10px;  }  .login-bottom-left
	p{   font-size:13px;
	color:#EEE;  }  .login-bottom-left
	p a{   color:#FFF;  }  .login-bottom-left
	p a:hover{   text-decoration:underline;  }  .login-bottom-right{
	float:right;
	padding:10px;  }  .login-bottom-right
	li{   display:inline-block;
	color:#EEE;  }  .login-bottom-right
	li a{   font-size:12px;
	color:#EEE;
	margin:0 10px;
	cursor:pointer;  }  .login-bottom-right
	li a:hover{   color:#FFF;
	text-decoration:underline;  }
	footer-admin {      background: #fff;
	padding: 12px;
	width: 100%;
	border-top: 1px solid #eff0f4;
	text-align:center;
	position: fixed;
	bottom: 0;  }
	footer-admin  p {   color: #7A7676;
	font-size: 14px;  }
	footer-admin  p a{   color:#F44336;  }
	footer-admin  p a:hover{   text-decoration:underline;  }  .nofitications-dropdown
	li .dropdown-menu:before,.drp-mnu:before {      position: absolute;
	top:-8.5px;
	left: 5px;
	display: inline-block;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #DFDFDF;
	border-left: 8px solid transparent;
	content: '';  }  /*---------------------------------              LEFT SIDE  ----------------------------------*/    .left-side {
	width: 200px;
	position: absolute;
	/* top: 0; */
	left: 0;  }    .sticky-left-side {
	position: fixed;
	height: 100%;
	overflow-y: auto;
	z-index: 100;
	background: #292B33;  }    .sticky-left-side .custom-nav {
	margin-top: 5px;
	background: #292B33;  }    .left-side-collapsed .sticky-left-side {
	overflow-y: visible;  }  .logo-admin
	a {      font-size: 0.7em;
	color: #fff;
	margin: 0;
	text-decoration: none;
	display: inline-block;
	text-transform: capitalize;  }  .logo-admin
	a span{   color:#000;  }  .logo-admin-icon {
	display: none;  }
	div#page-wrapper {      padding: 10px;  }  .left-side-collapsed .logo-admin-icon {
	height: 51px;
	margin-top: 0;
	display: block !important;  }  .logo-admin-icon
	a{   display:block;
	text-align:center;
	text-decoration: none;  }  .logo-admin-icon
	a i{   line-height: 1.4em;
	font-size: 1.5em;
	color: #fff;
	padding-top: 10px;
	display: block;  }  .logo-admin-icon
	a:hover{   color:#b8c9f1;  }  .left-side-inner {
	padding: 0px;
	margin-bottom: 50px;  }    .left-side .searchform {
	display: none;  }    .left-side .searchform::after {
	content: '';
	display: block;
	clear: both;  }    .left-side .searchform
	input {      padding: 10px;
	width:83%;
	margin: 0 0 15px 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: none;  }    .left-side .logged-user {
	padding: 0 0 15px 12px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: none;  }    .left-side .logged-user .media-object {
	width: 40px;
	height:40px;
	display:block;
	-moz-border-radius: 3em;
	-webkit-border-radius: 3em;
	border-radius: 3em;
	float: left;  }    .left-side .logged-user .media-body {
	margin-left: 60px;
	color: #d7d7d7;  }    .left-side .logged-user .media-body
	h4 {      font-size: 15px;
	margin: 5px 0 0 0;  }    .left-side .logged-user .media-body
	h4 a {      color: #fff;  }    .left-side .logged-user .media-body
	span {      font-style: italic;
	font-size: 11px;
	opacity: 0.5;  }    .custom-nav {
	margin-bottom: 10px;  }    .custom-nav >
	li > a {      color: #ffffff;
	padding: 12px 20px;
	border-radius: 0;
	-webkit-border-radius: 0;  }    .custom-nav >
	li > a:hover,  .custom-nav > li > a:active {      background-color: #353f4f;
	color:yellow;
	border-radius: 0;
	-webkit-border-radius: 0;  }    .custom-nav >
	li.menu-list > a {      background: transparent;  }    .custom-nav >
	li.menu-list > a:hover {      background-color: #353f4f;  }    .custom-nav >
	li.nav-active > a {      background-color:#353f4f;
	color:yellow;  }    .custom-nav >
	li.nav-active > ul{      display: block;  }    .custom-nav >
	li.nav-active > a:hover {;}    .custom-nav >
	li.active > a,  .custom-nav > li.active > a:hover,  .custom-nav > li.active > a:focus {      background-color: #353f4f;
	color:yellow;  }
	ul.dropdown-menu.drp-mnu li {      width: 100%;  }    .custom-nav >
	li.menu-list.active > a {      background-image: url(../images/plus.png);  }    .custom-nav >
	li.nav-active.active > a {      background-image: url(../images/minus.png);  }    .custom-nav >
	li.nav-active.active > a:hover {      background-image: url(../images/minus.png);  }    .custom-nav
	li .fa {      font-size: 16px;
	vertical-align: middle;
	margin-right: 10px;
	width: 16px;
	text-align: center;  }    .custom-nav .sub-menu-list {
	list-style: none;
	display: none;
	margin: 0;
	padding: 0;
	background: #353f4f;  }    .custom-nav .sub-menu-list >
	li > a {      color: #fff;
	font-size: 13px;
	display: block;
	padding: 10px 5px 10px 50px;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;  }    .custom-nav .sub-menu-list >
	li > a:hover,  .custom-nav .sub-menu-list > li > a:active,  .custom-nav .sub-menu-list > li > a:focus {      text-decoration: none;
	color:#fff;
	background:#6B9D31;  }  .profile_img
	i {   float: right;
	margin: .5em 0 0;
	color:#00BCD4;  }  .custom-nav .sub-menu-list >
	li .fa {      font-size: 12px;
	opacity: 0.5;
	margin-right: 5px;
	text-align: left;
	width: auto;
	vertical-align: baseline;  }    .custom-nav .sub-menu-list >
	li.active > a {      color: #65CEA7;
	background-color: #2A323F;  }    .custom-nav .sub-menu-list
	ul {      margin-left: 12px;
	border: 0;  }    .custom-nav .menu-list.active
	ul {      display: block;  }  .nav>
	li>a {  position: relative;
	display: block;
	padding: 12px 15px;  }  .nav>
	li {  position: relative;
	display: block;  }  .nav-stacked>
	li+li {  margin-top: 1px;
	margin-left: 0;  }  @media (
	max-width:767px){   .hidden-xs{display:none!important;}   .visible-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;}  }  /*------------------------------------------              LEFT SIDE COLLAPSE  -------------------------------------------*/    .left-side-collapsed .logo-admin {
	display: none;  }    .left-side-collapsed .header-section {
	margin-left: 0px;  }    .left-side-collapsed .left-side {
	width: 52px;
	/* top: 0px; */  }    .left-side-collapsed .left-side-inner {
	padding: 0;  }
	h5.left-nav-title {      margin-left: 10px;
	color: #fff;
	margin-bottom:8px;  }    .left-side-collapsed .custom-nav {
	margin: 2px 0 20px 0;  }    .left-side-collapsed .custom-nav
	li a {      text-align: center;
	padding: 10px;
	position: relative;     }    .left-side-collapsed .custom-nav >
	li.menu-list > a {      background-image: none;  }    .left-side-collapsed .custom-nav
	li a span {      position: absolute;
	background: #012b98;
	padding: 11.7px;
	left: 52px;
	top: 1px;
	min-width: 160px;
	text-align: left;
	z-index: 100;
	display: none;
	font-size:14px;  }    .left-side-collapsed .custom-nav
	li a span:after {      right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-right-color:yellow;
	border-width: 6px;
	margin-top: -6px;  }    .left-side-collapsed .custom-nav
	li.active a span {      -moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;  }    .left-side-collapsed .custom-nav
	ul,  .left-side-collapsed .custom-nav .menu-list.nav-active ul {      display: none;  }    .left-side-collapsed .custom-nav .menu-list.nav-hover
	ul {      display: block;  }    .left-side-collapsed .custom-nav >
	li.nav-hover > a,  .left-side-collapsed .custom-nav > li.nav-hover.active > a {      background:#353f4f;
	color:yellow;  }    .left-side-collapsed .custom-nav
	li.nav-hover a span {      display: block;
	color: #fff;  }    .left-side-collapsed .custom-nav
	li.nav-hover.active a span {      background:yellow;
	color: #fff;  }    .left-side-collapsed .custom-nav
	li.nav-hover ul {      display: block;
	position: absolute;
	top: 44px;
	left: 52px;
	margin: 0;
	min-width: 160px;
	background: #55acee;
	z-index: 100;
	-moz-border-radius: 0 0 2px 0;
	-webkit-border-radius: 0 0 2px 0;
	border-radius: 0 0 2px 0;  }    .left-side-collapsed .custom-nav
	ul a {      text-align: left;
	padding: 6px 10px;
	padding-left: 10px;  }    .left-side-collapsed .custom-nav
	ul a:hover {      background: #012b98;
	border-top: solid 1px;
	border-bottom:  solid 1px;  }    .left-side-collapsed .custom-nav
	li a i {      margin-right: 0;
	font-size: 1.2em;  }
	ul.nav li a span {      padding-left: .5em;  }    .left-side-collapsed .main-content {
	margin-left: 52px;  }      .left-side-collapsed .left-side{
	overflow: visible !important;  }    /*----------------------------          HEADER SECTION  -----------------------------*/    .header-section {
	background:#FFF;
	box-shadow: 1px 0 3px rgba(0,0,0,.15);
	-webkit-box-shadow: 1px 0 3px rgba(0,0,0,.15);
	-moz-box-shadow: 1px 0 3px rgba(0,0,0,.15);
	-o-box-shadow: 1px 0 3px rgba(0,0,0,.15);  }    .header-section::after {
	clear: both;
	display: block;
	content: '';  }    .toggle-btn {
	font-size: 15px;
	padding: 10px 0 0;
	width: 40px;
	height: 40px;
	margin:.4em 0 0 2em;
	text-align: center;
	cursor: pointer;
	float: left;
	color: #fff;
	background: #F44336;
	border: none;
	border-radius: 100%;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;  }    .toggle-btn:hover {
	background:#C3C3C3;
	color: #fff;  }    .searchform
	input {      box-shadow: none;
	float: left;
	font-size: 14px;
	margin:8px 0 0 10px;
	padding:7px 10px;
	width: 220px;
	outline:none;
	border:1px solid #eee;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;  }  .searchform
	input:focus {      -moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #ddd;  }  .logo-admin-co{
	float:left;
	padding:7px 15px 6px;  }  .logo-admin-co
	a {   display:block;  }  /* ------------------------------          STICKY HEADER  ---------------------------------*/  .sticky-header .logo-admin {
	position: fixed;
	top: 0;
	left: 0;
	width: 200px;
	z-index: 100;
	background: yellow;
	border-bottom: 1px solid #303B4D;
	text-align: center;
	padding:0.55em 0 1em;  }  .logo-admin
	h1 {      margin-bottom: 0;
	line-height: 25px;  }  .sticky-header .header-section {
	position: fixed;
	/* top: 0; */
	left: 200px;
	width: 100%;
	z-index: 100;  }    .sticky-header .main-content {
	padding-top: 0;  }  .sticky-header .menu-right {
	margin-right: 0;  }  .sticky-header.left-side-collapsed .header-section {
	left: 52px;  }  .sticky-header.left-side-collapsed .menu-right {
	margin-right: 0;  }  .menu-right {
	margin:6px 15px 0px 0;  }    /* -----------------------          DROPDOWN  --------------------------*/    .dropdown-menu-head {
	background: #fff;}  .dropdown-menu-head .title {
	background: #65cea7;
	color: #fff;
	padding: 15px;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0;  }  /** User Panel **/  .social_icons{
	float: right;
	width:25%;
	margin-top:0.6em;  }
	a.yui {      padding:.6em 1.7em .5em !important;  }  .social_icons-left {
	padding-right: 0;  }  .social_icons-left
	a{   font-size: .8em;
	color: #fff;
	margin: 0;
	padding: .6em 1em .5em;
	text-decoration: none;
	background: #3b5998;
	text-align: center;  }  .twi
	a{   background:#55acee;  }  .pinterest
	a{   background:#dc4e41;  }  .social_icons-left
	a span{   padding-left:.5em;  }  .social_icons-left
	a i.i1{   color:#fff;
	font-size:1.2em;  }  .profile_details_left {
	float: left;
	margin: .3em 0 0 1em;  }  .nofitications-dropdown{
	margin-top:2px;  }
	ul.nofitications-dropdown li {      display: inline-block;  }
	ul.dropdown-menu li {      margin-left: 0;
	width: 100%;
	padding: 0;
	background: #fff;  }  .user-panel-top
	ul{   padding-left:0;  }  .user-panel-top
	li{   float:left;
	margin-left:15px;
	position:relative;  }  /**** Search ********/  /*-------LOGIN STARTS HERE -------*/  #loginContainer {
	position:relative;  }  /* Login Button */  #loginButton {
	display:inline-block;
	position:relative;
	z-index:30;
	cursor:pointer;  }  #loginButton
	i {    font-size:20px;  }  #loginButton
	span{   width:24px;
	height:24px;
	background:url(../images/sprite.png) no-repeat -35px -10px;
	display:block;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	cursor:pointer;  }  /* Login Box */  #loginBox {
	position:absolute;
	top:25px;
	right:0px;
	display:none;
	z-index:29;  }  /* Login Form */  #loginForm {
	float:right;
	width:280px;
	margin-top:18px;
	padding:15px;
	background:#FFF;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.47);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.47);
	-o-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.47);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.47);  }  .search_box {
	background:#FFF;
	border:1px solid #F0F0F0;
	position: relative;  }  .search_box
	input[type="text"] {   border:1px solid #FFF;
	outline: none;
	background: none;
	font-size:13px;
	color: #888;
	width:88%;
	padding:7px 8px;
	margin:0;
	height:33px;
	-webkit-appearance:none;
	-o-transition: border-color ease-in-out 0.15s;
	-moz-transition: border-color ease-in-out 0.15s;
	-webkit-transition: border-color ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s;  }  .search_box
	input[type="text"]:focus{   border:1px solid #424f63;  }  .search_box
	input[type="submit"] {   border: none;
	cursor: pointer;
	background:#424f63 url(../images/search.png) no-repeat center;
	position: absolute;
	right: 0;
	width:35px;
	height:35px;
	outline:none;  }   .wid{
	padding:0 1em 1em !important;  }  .search_box
	input[type="submit"]:hover{   background-color:#353f4f;  }  .user-panel-top
	li span.digit{      font-size:11px;
	font-weight:bold;
	color:#FFF;
	background:#e64c65;
	line-height:20px;
	width:20px;
	height:20px;
	border-radius:2em;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	-o-border-radius:2em;
	text-align:center;
	display: inline-block;
	position: absolute;
	top: -3px;
	right: -10px;  }  .user-panel-top
	li:first-child{   margin-left:0;  }  .active
	a i,.act a i {      color:yellow;  }  .custom-nav >
	li.act > a, .custom-nav > li.act > a:hover, .custom-nav > li.act > a:focus {      background-color: #353f4f;
	color:yellow;  }  .user-panel-top
	li a{   display: block;
	padding: 5px;
	text-decoration:none;  }  .profile_details_drop
	a {      padding: 0px 5px 5px !important;  }
	i.fa.fa-envelope{   color:#ABABAB;  }
	i.fa.fa-bell{   color:#ABABAB;  }
	i.fa.fa-tasks{   color:#ABABAB;  }  .user-panel-top
	li a:hover{   border-color:rgba(101, 124, 153, 0.93);  }  .user-panel-top
	li a i{   width:24px;
	height:24px;
	display: block;
	text-align:center;
	line-height:25px;  }  .user-panel-top
	li a i span{   font-size:15px;
	color:#FFF;  }  .user-panel-top
	li a.user{   background:#667686;  }  .user-panel-top
	li span.green{   background:#a88add;  }  .user-panel-top
	li span.red{   background:#b8c9f1;  }  .user-panel-top
	li span.yellow{   background:#bdc3c7;  }  /***** Messages *************/  /*start search*/  .sb-search {
	position: absolute;
	left: 115px;
	width: 0%;
	min-width: 30px;
	margin: 0;
	height: 30px;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	background: none;  }  .sb-search-input {
	position: absolute;
	top: 0px;
	left: 1px;
	border: none;
	outline: none;
	background:#6DBEE8;
	width:88%;
	height: 30px;
	margin: 0;
	z-index: 10;
	font-size: 13px;
	color:#FFFFFF;
	padding:0 1em;  }  .sb-search-input::
	-webkit-input-placeholder {   color:#FFFFFF;  }  .sb-search-input:
	-moz-placeholder {   color: #ffffff;  }  .sb-search-input::
	-moz-placeholder {   color: #efb480;  }  .sb-search-input:
	-ms-input-placeholder {   color: #ffffff;  }  .sb-icon-search,.sb-search-submit  {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 85px;
	text-align: center;
	cursor: pointer;  }  .sb-search-submit {
	background:#fff url('../images/search.png') no-repeat 5px 7px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0); /* IE 5-7 */
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	-webkit-appearance: none;  }  .sb-icon-search {
	background:#fff url('../images/search.png') no-repeat 5px 7px;
	z-index: 90;  }  /* Open state */  .sb-search.sb-search-open,.no-js .sb-search {
	width:100%;
	min-width: 230px;  }  .sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
	background: #c0c0c0 url('../images/img-sprite.png') no-repeat 0px 1px;
	color: #fff;
	z-index: 11;  }  .sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;  }  /*-- search-ends --*/  .dropdown{
	position:relative;  }  .dropdown-menu2{
	padding: 0;
	position:absolute;
	top: 133%;
	left: 0;
	z-index:1000;
	display:none;
	float:left;
	min-width:250px;
	margin:1px 0 0;
	font-size:14px;
	list-style:none;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	background-color:#fff;
	border:1px solid #ccc;
	border:1px solid rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 1px 5px rgba(184, 201, 241, 0.75);
	-moz-box-shadow: 0px 1px 5px rgba(184, 201, 241, 0.75);
	-o-box-shadow: 0px 1px 5px rgba(184, 201, 241, 0.75);
	box-shadow: 0px 1px 5px rgba(184, 201, 241, 0.75);
	background-clip:padding-box;  }  .export-nav{
	margin:10px 0 0;  }  .open > .dropdown-menu2 {
	opacity:1;  }
	ul.dropdown-menu {      padding: 0;
	min-width: 250px;
	top:108%;  }  .dropdown-menu
	li a .badge {      background: #ff5454;
	border: 2px solid white;
	position: absolute;
	top: 9px;
	right: 3px;
	font-size: 8px;
	line-height: 8px;
	padding: 4px 6px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	min-width: 0;  }  .dropdown-menu2 {
	opacity:.3;
	-webkit-transform-origin: top;
	transform-origin: top;
	-ms-transform-origin: top;
	-moz-transform-origin: top;
	-o-transform-origin: top;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-mz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	display: block;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;  }  .dropdown-menu2
	li{   margin-left:0;
	float:none;
	width: 100%;  }    .dropdown-menu2
	li a{    border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	border:none;
	border-bottom:1px solid #E4E4E4;  }  .dropdown-menu2
	li a:hover {   border:none;
	border-bottom:1px solid #E4E4E4;  }  .dropdown-menu2
	li.odd{   background:rgba(0, 0, 0, 0.02);  }  .notification_header{
	background-color:#FAFAFA;
	padding: 10px 15px;
	border-bottom:1px solid rgba(0, 0, 0, 0.05);  }  .notification_header
	h3{    color:#6A6A6A;
	font-size:12px;
	font-weight:600;
	margin:0;  }  .notification_bottom{
	background-color: #F1F1F1;
	padding: 4px 0;
	text-align: center;  }  .notification_bottom
	a {      color:#F44336;  }  .notification_bottom
	a:hover {      color:#999;  }  .notification_bottom
	h3 a{    color: #717171;
	font-size:12px;
	border-radius:0;
	border:none;
	padding:0;
	text-align:center;  }  .notification_bottom
	h3 a:hover{    color:#4A4A4A;
	text-decoration:underline;
	background:none;  }  .user_img{
	float:left;
	width:15%;  }  .user_img
	img{   max-width:100%;
	display:block;
	border-radius:2em;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	-o-border-radius:2em;  }  .notification_desc{
	float:left;
	width:80%;
	margin-left:5%;  }  .notification_desc
	p{   color:#757575;
	font-size:13px;
	padding:2px 0;  }  .wrapper-dropdown-2 .dropdown
	li a:hover .notification_desc p{   color:#424242;  }  .notification_desc
	p span{   color:#979797 !important;
	font-size:11px;  }  /*** Profile Details **/  .profile_picture{
	text-align:center;  }  .profile_picture
	a{   display:block;  }  .profile_picture >
	a {   display: block;
	margin:0 auto;
	border-radius:8em;
	-webkit-border-radius:8em;
	-moz-border-radius:8em;
	-o-border-radius:8em;
	width:100px;
	height:100px;  }  .profile_picture_name{
	padding-top:20px;  }  .profile_picture_name
	h2{   margin-bottom:5px;
	font-size:20px;
	color: #535351;
	font-weight:600;  }  .profile_picture_name
	p{   font-size:12px;
	color: #BCBCBC;
	line-height: 1.6em;  }  .articles_list
	li {   display:block;
	padding:15px 0;
	border-bottom:1px solid #F8F8F8;  }  .articles_list
	li a{   display:block;
	color:#909090;
	font-size:12px;
	text-align:left;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor:pointer;  }  .articles_list
	li a:hover{   color:#65CEA7;  }  .articles_list
	li a i{   display:inline-block;
	margin-right:8px;
	font-size:20px;
	vertical-align:top;  }  .articles_list
	li a i span{   font-size:25px;
	color:#FFF;  }  /*Progress bars*/  .progress {
	height: 15px;
	margin-top:8px;
	margin-bottom: 8px;
	overflow: hidden;
	background: #e1e1e1;
	z-index: 1;
	cursor:pointer;  }  .task-info .percentage{
	float:right;
	height:inherit;
	line-height:inherit;  }  .task-desc{
	font-size:12px;  }  .wrapper-dropdown-3 .dropdown
	li a:hover span.task-desc {   color:#65cea7;  }  .progress .bar {
	z-index: 2;
	height:15px;
	font-size: 12px;
	color: white;
	text-align: center;
	float:left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: width 0.6s ease;
	-moz-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;   }  .progress-striped .yellow{
	background:#f0ad4e;  }   .progress-striped .green{
	background:#5cb85c;  }   .progress-striped .light-blue{
	background:#5bc0de;  }   .progress-striped .red{
	background:#d9534f;  }   .progress-striped .blue{
	background:#428bca;  }   .progress-striped .bar {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	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: -moz-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;
	-moz-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	background-size: 40px 40px;  }  .progress.active .bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
	-ms-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;  }  @-webkit-keyframes progress-bar-stripes {    from {
	background-position: 40px 0;    }    to {
	background-position: 0 0;    }  }  @-moz-keyframes progress-bar-stripes {    from {
	background-position: 40px 0;    }    to {
	background-position: 0 0;    }  }  @-ms-keyframes progress-bar-stripes {    from {
	background-position: 40px 0;    }    to {
	background-position: 0 0;    }  }  @-o-keyframes progress-bar-stripes {    from {
	background-position: 0 0;    }    to {
	background-position: 40px 0;    }  }  @keyframes progress-bar-stripes {    from {
	background-position: 40px 0;    }    to {
	background-position: 0 0;    }  }  /********* profile details **********/  .profile_details{
	float: right;
	margin: 0 4.8em 0 1em;  }  .profile_details_drop .lnr.lnr-chevron-up{
	display:none;  }  .profile_details_drop.open .lnr.lnr-chevron-up{
	display:block;  }  .profile_details_drop.open .lnr.lnr-chevron-down{
	display:none;  }
	ul.dropdown-menu2.drpdwn-meu2 {      top: 102%;  }
	ul.dropdown-menu{   -moz-animation: fadeInDown .3s ease-in;
	-webkit-animation: fadeInDown .3s ease-in;
	animation: fadeInDown .3s ease-in;  }
	ul.dropdown-menu.drp-mnu {      min-width: 125px;
	top:94%;  }
	ul.dropdown-menu.drp-mnu li a {      display: inline-flex;
	width: 100%;
	text-align: center;
	padding:.5em 0 0.5em 1.5em;  }
	ul.dropdown-menu.drp-mnu li a i {      width: 24px;
	line-height: 17px;
	height: 20px;  }  .profile_img
	span{   float:left;
	display:block;
	width:40px;
	height:40px;
	border-radius:3em;
	-webkit-border-radius:3em;
	-moz-border-radius:3em;
	-o-border-radius:3em;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;  }  .span_4 {
	padding: 0;  }  .user-name{
	float:left;
	margin-top:8px;
	margin-left:5px;
	height:35px;
	width:45%;  }  .profile_details
	ul li{   list-style-type:none;
	width:87%;  }  .user-name
	p{   font-size:14px;
	color:#F44336;
	line-height:1em;
	font-weight:700;  }  .user-name
	p span{   font-size:10px;
	font-style:italic;
	color:#424f63;
	font-weight:normal;  }  /**** icon dropdown ******/  .wrapper-dropdown-4
	i.dropdown-icon{   width:20px;
	height:20px;
	display:block;
	background:url(../images/up-down.png) no-repeat -8px -24px;
	margin-top:13px;
	float:right;  }  .wrapper-dropdown-4 .dropdown-menu2
	li:first-child a{   border-top:none;  }  .wrapper-dropdown-4 .dropdown-menu2{
	min-width:160px;  }  .wrapper-dropdown-4 .dropdown-menu2
	li a {      display: block;
	text-decoration: none;
	color:#5A5A5A;
	font-size:12px;
	background:#FFF;
	border:none;
	border-top:1px solid #F0F0F0;
	padding:8px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border-radius:0;  }  .wrapper-dropdown-4 .dropdown-menu2
	li a i {   display:inline-block;  }  /* Hover state */  .wrapper-dropdown-4
	li:hover a {      color: #FFF;
	background:#B8C9F1;  }  /* Active state */  .wrapper-dropdown-4.open
	i.dropdown-icon{      background-position:-8px -4px;  }  /*-----------------------------          MAIN CONTENT  ------------------------------*/  .col-md-6.col_1_of_2.span_1_of_2 {
	margin-bottom: 0.6em;  }  .main-content {
	margin-left: 200px;
	background:#F8F8F8;
	min-height: 1000px;  }  .main-content2{
	min-height: 1250px !important;  }  .main-content5{
	min-height: 1030px !important;  }  .main-content6{
	min-height: 1700px !important;  }  .main-content3{
	min-height:2580px !important;  }  .main-content4{
	min-height: 2275px !important;  }  /*-- switches1 --*/  .switches1 {
	margin:2.3em 1em 0;  }  /*-- //switches1 --*/  /*-- switches --*/  .widget3 {
	margin-bottom: 1em;  }  .widget3 {
	padding: 0 2em;  }  .widget4 {
	padding: 0 2em;  }  .widget4
	p{   font-size:1.3em;
	background:#999;
	padding:1.5em 0;
	text-align:center;
	color:#fff;
	margin:0;  }  .widgt5{
	padding:0 1em !important;  }    .switches {
	margin:1.5em 0 0;  }  .r3_counter_box1 {
	min-height: 100px;
	background: #ffffff;  }  .r3_counter_box1.for {
	min-height: 100px;
	border: 2px solid #EAEAEA;
	padding: 15px;
	border-radius:6px;
	margin:0;  }  .icon-rounded1{
	background-color: #b8c9f1 !important;  }
	i.pull-left.fa.fa-bolt.icon-rounded {      background: #bdc3c7;
	font-size: 33px;  }  .r3_counter_box1.for .stats
	span {      font-weight: 400 !important;
	padding-left: 0.5em !important;
	font-size: 18px !important;  }  .r3_counter_box1.for
	h5 {      font-size: 40px;  }  .stats {
	overflow: hidden;
	border-top: 1px solid #DDD;
	background: #f9f9f9;
	padding: 1.5em;  }  .grow{
	position: absolute;
	top:47%;
	left:35%;
	background:yellow;
	width: 95px;
	height: 30px;
	padding: .4em 0 0;  }  .grow1 {
	background: #00BCD4;  }  .grow2 {
	background:#FFCA28;  }  .grow3 {
	background: #F44336;  }  .grow1,.grow3,.grow2 {
	left: 36%;  }  .switch-right-grid
	h3{   color:#000;
	margin:0;
	font-size:1em;  }  .switch-right-grid
	ul{   padding:2em 0 1em;  }
	canvas#line{      background-color:#fff !important;
	-ms-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);  }
	canvas#bar{      background-color:#fff !important;
	-ms-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);  }
	canvas.overlay {      -ms-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);  }  .switch-right-grid{
	-ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
	background:#fff;  }  .switch-right {
	padding: 0;
	width:32.33%;
	margin-right: 1.5%;  }  .switch-right:nth-child(3) {
	margin-right:0%;  }  .switch-right-grid1{
	padding:2em 2em 0;  }  .switch-right-grid
	ul li{   list-style-type:none;
	color:#777;
	margin:0 0 .5em;
	font-size:14px;  }  .switch-right-grid
	ul li span{;}  .switch-right-grid
	p{   color:#999;
	font-size:13px;
	margin:.3em 0 0;  }  .grow
	p{      color: #fff;
	margin: 0;
	font-size: 11px;
	text-transform: uppercase;  }  .spar-10 {
	margin-top: 2em;  }  .r3_counter_box1 .fa {
	margin-right: 0px;
	width: 66px;
	height: 66px;
	text-align: center;
	line-height: 65px;  }  .stats
	span{   color:#999;
	font-size:15px;  }  .fa.pull-left {
	margin-right: 10% !important;  }  .icon-rounded{
	background-color:#a88add;
	color: #ffffff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	font-size: 25px;  }  .r3_counter_box1.stats {
	padding-left: 85px;  }  .r3_counter_box1
	h5 {    margin: 10px 0 5px 0;
	color:#000;
	font-weight:600;
	font-size: 25px;  }  .r3_counter_box2
	h5 {    margin: 23px 0 5px 0;  }
	i.user1{   background:#27cce4;  }
	i.user2{   background:#b8c9f1;  }
	i.dollar1{   background:#bdc3c7;  }  .widget1 {
	margin-right: 1.5%;  }  .dollar6.icon-rounded {
	color: #bdc3c7;
	background: #fff;  }
	i.pull-left.fa.fa-money.icon-rounded {      background: #27cce4;  }
	tspan {      font-weight: 700;  }  .spark {
	margin: 1em 0;  }
	i.fa.fa-search {      color: #27cce4;  }
	i.fa.fa-search1 {      color: #fff;
	line-height:1.5;  }  /*-- switches --*/  .span_3{
	padding:0;  }  .col_1{
	margin:1em 0 2em;  }  .one{
	width:150px;  }  .profile_img1 {
	float: left;
	margin-right: 10px;
	width: 83%;
	margin-bottom:2em;  }  .user-name1 {
	float:left;  }  .user-name1
	p {    font-size: 13px;
	color: #65cea7;
	line-height: 1em;  }  .tiles_info{
	color: #fff!important;  }
	a.tiles_info:hover{    text-decoration:none;  }
	a.tiles_info, a.shortcut-tiles {    background: 0 0;  }  .tiles-body{
	text-align:center;  }  .tiles_info, .shortcut-tiles {
	display: block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;  }  .red1{
	background: #A88ADD;  }  .tiles_info .tiles-head {
	letter-spacing: normal;
	padding: 10px 10px;
	font-weight: 500;
	box-shadow: inset 0 -50px 0 0 rgba(255,255,255,.1);
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	text-transform: uppercase;
	text-align: center;
	font-size:0.85em;  }  .red{
	background: #A88ADD;  }  .tiles_info .tiles-body-alt, .info-tiles .tiles-body {
	padding: 15px;
	font-weight: 300;  }  .tiles_info .tiles-body {
	font-size: 32px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 19px 15px;  }  .tiles_info .tiles-body-alt .text-center, .info-tiles .tiles-body .text-center {
	margin-top: -5px;  }  .tiles_info.tiles_blue1 .tiles-body {
	background: #9358ac;  }  .tiles_blue1{
	background: #27CCE4;  }  .blue1{
	background: #27CCE4;  }  .fb1{
	background: #B8C9F1;  }  .fb2{
	background: #b8c9f1;  }  .tw1{
	background: #BDC3C7;  }  .tw2{
	background: #bdc3c7;  }  .content_bottom{
	margin-bottom:1em;  }  .grid-date {
	background:#A88ADD;
	padding: 1.5em;  }
	p.date-in {    float: left;
	font-size: 1.2em;
	color: #fff;  }
	span.date-on {    float: right;
	font-size: 1.2em;
	color: #fff;  }  .grid-date
	h4 {    color: #fff;
	font-size: 3.5em;
	text-align: center;
	padding: 48px 0 15px 0;  }  .grid-date
	h4 i {    display: inline-block;
	vertical-align: middle;  }
	p.monday {    background: #fff;
	font-size: 1.1em;
	color: #000;
	padding: 1em;
	text-align: center;  }
	h4.pull-left{    font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	display: block;  }  .copy{
	background:#fff;
	text-align:center;
	padding:1.5em 0;  }  .copy
	p, .copy_layout p{   font-size:0.85em;
	color:#555;  }  .copy
	p a, .copy_layout p a{   color:#000;  }  /*-- circular progress --*/  .span_7 {
	padding-left: 0;  }  .span_8{
	text-align:center;
	padding: 0;
	width: 32.33%;
	margin-right: 1.5%;  }  .span_8:nth-child(3){
	margin-right:0%;  }  .activity_box
	h3 {      text-align: left;
	padding: 1em;
	margin: 0;
	background: #F44336;
	color: #fff;
	text-transform:uppercase;
	font-size:1em;
	font-weight:600;  }  .activity-desc1{
	padding:0;  }  .activity-row{
	border-bottom:1px solid #999;  }  .activity_box1
	h3 {      background: #00BCD4;  }  .activity_box2
	h3 {      background:#FFCA28;  }  .col_2 {
	background-color: #fff;
	padding: 1em;
	margin-bottom: 1em;  }  .grid-1, .grid-2, .grid-3, .grid-4{
	display: inline-block;  }  .grid-1 {
	margin-bottom: 2em;  }  .grid-1, .grid-3{
	margin-right:10%;
	width: 27%;  }  .activity-row, .activity-row1{
	text-align: left;  }
	i.text-info{    float: left;
	line-height: 60px;
	font-size: 1.2em;  }
	i.icon_13{    color:#a88add;  }  .text-info {
	color: #b8c9f1;  }  .activity-img{
	text-align:center;  }  .activity-img
	img{    display:inline-block;  }  .activity-desc
	h5{   color:#00BCD4;
	font-size: 1em;
	font-weight: 400;
	margin-bottom: 5px;  }  .activity-desc
	h5 a{   color:#00BCD4;  }  .activity-desc
	h5 a:hover{   color:#000;
	text-decoration:none;  }  .activity-desc
	p{   color:#999;
	font-size:0.85em;
	line-height:1.5em;  }  .activity-img
	span{   display: block;
	font-size: 12px;
	margin: .5em 0 0;
	color: #999;  }  .activity-desc-sub,.activity-desc-sub1{
	padding:.7em;
	background:#E7E7E7;
	position:relative;  }  .activity-desc-sub1{
	text-align: right;  }  .activity-img1{
	padding:0 !important;
	width: 25%;  }  .activity-img2{
	padding:0 !important;  }  .activity-desc-sub:before{
	left: -14%;
	top: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(213, 242, 239, 0);
	border-right-color:#E7E7E7;
	border-width: 8px;
	margin-top: -5px;  }  .activity-row1{
	border-bottom:none !important;  }  .activity_box
	form{   padding:0 2em;  }  .activity_box
	input[type="text"]{   outline: none;
	border: 1px solid #DBDBDB;
	padding: 10px;
	color: #999;
	font-size: 13px;
	width: 70%;
	background: #EFEFEF;  }  .activity_box
	input[type="submit"]{   outline: none;
	width: 20%;
	font-size: 1em;
	color: #fff;
	background:#C4C4C4;
	border: none;
	padding: 8px 0;
	margin-left: 0.5em;  }  .activity_box
	input[type="submit"]:hover{   background:#999;  }  .activity-desc-sub1:after{
	right:-6%;
	top: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(213, 242, 239, 0);
	border-left-color:#E7E7E7;
	border-width: 8px;
	margin-top: -5px;  }  .activity-desc-sub
	h5,.activity-desc-sub1 h5{   font-size:14px;
	color:#000;
	margin:0 0 .5em;  }  .activity-desc-sub
	p,.activity-desc-sub1 p{   font-size:13px;
	color:#999;
	margin:0;
	line-height:1.8em;  }  .activity-desc1
	h6{    color:#BDBDBD;
	font-size:13px;
	margin: 1em 0 0 0;  }  .activity-row{
	margin-bottom: 1.5em;
	padding-bottom:1.5em;
	border-bottom: 1px solid #EEE;  }  .scrollbar{
	height:380px;
	background:#fff;
	overflow-y: scroll;
	padding:2em 1em 0;  }  .scrollbar1 {
	height: 436px;  }  .single-bottom
	ul {      padding: 0;  }  .single-bottom
	ul li{   list-style:none;
	padding:0px 20px 18px;  }  .single-bottom
	ul li input[type="checkbox"] {    display: none;  }  .single-bottom
	ul li input[type="checkbox"]+label {      position: relative;
	padding-left: 31px;
	border: none;
	outline: none;
	font-size:14px;
	color: #9a9a9a;
	cursor: pointer;  }  .single-bottom
	ul li input[type="checkbox"]+label span:first-child {   width: 17px;
	height: 17px;
	display: inline-block;
	border:2px solid #C8C8C8;
	position: absolute;
	left: 0;
	bottom: 4px;  }  .single-bottom
	ul li input[type="checkbox"]:checked+label span:first-child:before {   content: "";
	background: url(../images/2.png)no-repeat;
	position: absolute;
	left: 1px;
	top: 2px;
	font-size: 10px;
	width: 10px;
	height: 10px;  }  .activity_box{
	background: #fff;
	min-height: 485px;  }  .icon_11{
	color: #27cce4;  }  .icon_12{
	color:#bdc3c7;  }  #style-2::
	-webkit-scrollbar-track  {      background-color:#f0f0f0;  }    #style-2::
	-webkit-scrollbar  {   width:5px;
	background-color: #f5f5f5;  }    #style-2::
	-webkit-scrollbar-thumb  {      background-color:#00ACED;  }  /*-- spark --*/  .spark-left {
	padding-left: 0;  }  .spark-right {
	padding: 0;  }
	text.highcharts-yaxis-title {      font-size: 1.5em;
	font-weight: 600;
	color: #000 ! important;  }  .spar-bottom {
	margin: 1em 0;  }  .spar-left {
	padding-left: 0;  }  .spar-right {
	padding: 0;  }  /*-- spark --*/  /*-- General stats --*/  .stats-info{
	background-color: #fff;  }  .panel .panel-heading {
	padding: 20px;
	overflow: hidden;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: 0!important;
	height: 55px;
	font-size: 14px;
	font-weight: 600;  }  .panel .panel-heading .panel-title {
	font-size: 14px;
	float: left;
	margin: 0;
	padding: 0;
	font-weight: 600;  }
	h4.asd label {      font-size: 1em;
	padding-left: 1em;
	color: #000;
	cursor: pointer;  }  .panel-heading {
	padding:32px 2em 0px;
	border-top-left-radius:0 !important;
	border-top-right-radius: 0 !important;  }  .stats-info
	ul {    margin: 0;  }  .list-unstyled {
	padding-left: 0;
	list-style: none;  }  .stats-info
	ul li {    border-bottom: 1px solid #eee;
	padding:14.35px 0;
	font-size: 0.85em;
	color: #999;  }  .panel-title {
	font-size: 20px;
	color: #000;  }  .stats-info
	ul li.last{   border-bottom:0;
	padding-bottom:4px;  }  .text-success {
	color:#00ACED;  }  .text-danger {
	color: #f25656;  }  /*-- col_3 --*/  .widget{
	padding:0;  }  .col-md-3.widget.widget1 {
	width: 23.5%;  }  .r3_counter_box {
	min-height: 100px;
	background: #ffffff;
	text-align: center;
	position: relative;  }  .r3_counter_box .fa {
	margin-right: 0px;
	width: 66px;
	height: 130px;
	text-align: center;
	line-height: 105px;
	font-size: 3.5em;  }  .r3_counter_box .fa-mail-forward{
	color:yellow;  }  .r3_counter_box .fa-users {
	color:#00BCD4;  }  .r3_counter_box .fa-usd {
	color:#FFCA28;  }  .r3_counter_box .fa-eye {
	color:#F44336;  }  .stats
	span{   color:#999;
	font-size:14px;  }  .fa.pull-left {
	margin-right: 10% !important;  }  .pull-left1 {
	margin: 5.3% 5% 0 5.3% !important;  }  .icon-rounded{
	background-color:#a88add;
	color: #ffffff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	font-size: 25px;  }  .r3_counter_box.stats {
	padding-left: 85px;  }  .r3_counter_box
	h5 {   margin:10px 0;
	color: #575757;
	font-size: 2.5em;  }
	i.user1{   background:#27cce4;  }
	i.user2{   background:#b8c9f1;  }
	i.dollar1{   background:#bdc3c7;  }  .widget1 {
	margin-right: 1.5%;  }  .widget{}  .world-map {
	width: 64%;
	float: left;
	background: #4597a8;
	position: relative;
	padding: 2em 2em 0 2em;  }  .world-map
	h3 {    float: left;
	font-size: 1.9em;
	color: #fff;
	font-weight: 600;
	padding: 0em 0 0.5em 0;  }  .world-map
	p {    float: right;
	font-size: 1.3em;
	color: #fff;
	font-weight: 300;
	padding: 0.5em 0 0.5em 0;  }  /*-- map --*/  #vmap {
	background-color: #fff !important;  }  .col_4, .col_5{
	padding-left:0;  }  .map_container,.bs-example5,.panel_2,.content-box-wrapper,.grid_1,.grid_3,.no-padding,.bs-example4,.panel-body1,.editor,.banner-bottom-video-grid-left, #chart,.online,.widget_middle_left_slider,.grd_tble, .span_6, .col_2, .weather_list, .cal1, .skills-info, .stats-info, .r3_counter_box, .activity_box, .bs-example1, .cloud, .copy{
	-ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);  }  .com-mail
	input[type="submit"]{   border: none;
	background-color:yellow;
	color: #fff;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
	outline: none;
	padding: 8.5px 12px;
	-webkit-appearance: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;  }  .com-mail
	input[type="submit"]:hover{   background: #F44336;  }  .panel-body-com-m{
	padding:2em !important;  }  .input-group-ind{
	margin: 0em auto !important;
	width:100% !important;
	float: none !important;  }  .span_11 {
	margin-bottom: 1em;  }  /*-- graphs --*/
	canvas#doughnut, canvas#line, canvas#polarArea, #bar, #pie, #radar{    background-color: rgb(255, 255, 255);  }  .graph_box{
	margin-bottom:1.5em;  }  .legend {
	float: left;
	font-size: 12px;
	border: 1px solid #E6E6E6;
	padding: 10px;
	width: 176px;
	margin: 7em 0 0 6em;  }  .legend
	div {   margin:3px 0;  }  .legend
	span {   float:right;
	padding-left:.5em;  }  #os-Win-lbl {
	border-left:yellow solid 1em;
	padding-left: .5em;
	font-size: 1em;
	color: #777F8C;  }  #os-Mac-lbl {
	border-left:#EF553A solid 1em;
	padding-left: .5em;
	font-size: 1em;
	color: #777F8C;  }  #os-Other-lbl {
	border-left:#00ACED solid 1em;
	padding-left: .5em;
	font-size: 1em;
	color: #777F8C;  }  .grid_1{
	background:#fff;  }  .grid_2{
	padding:0 12px;  }  .line-bottom-grid{
	padding:1.5em 0 0;  }  .grid_1
	h4 {    text-align: center;
	font-size: 1.5em;
	color: #000;
	font-weight: 300;
	padding:1em 0;  }  /* --  grids  -- */  .form-control1, .form-control_2.input-sm{
	border: 1px solid #e0e0e0;
	padding:5px 18px;
	color: #616161;
	background: #fff;
	box-shadow: none !important;
	width: 100%;
	font-size: 0.85em;
	font-weight: 300;
	height: 40px;
	border-radius: 0;
	-webkit-appearance: none;
	outline:none;  }  .control3{
	margin:0 0 1em 0;  }  .btn-warning {
	color: #fff;
	background-color:rgb(6, 217, 149);
	border-color:rgb(6, 217, 149);
	padding:8.5px 12px;  }  .tag_01{
	margin-right:5px;  }  .tag_02{
	margin-right:3px;  }  .btn-warning:hover{
	background-color:rgb(3, 197, 135);
	border-color:rgb(3, 197, 135);  }  .btn-success:hover{
	border-color: yellow !important;
	background: yellow !important;  }  .control2{
	height:253px;  }  .alert-info {
	color: #31708f;
	background-color:rgb(240, 253, 249);
	border-color:rgb(201, 247, 232);  }  .bs-example4 {
	background: #fff;
	padding: 2em;  }
	button.note-color-btn {    width: 20px !important;
	height: 20px !important;
	border: none !important;  }  .form-control1:focus {
	border: 1px solid #03a9f4;
	background: #fff;
	box-shadow: none;  }  .show-grid [
	class^=col-] {    background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;  }  .show-grid [
	class*="col-"]:hover {    background: #e0e0e0;  }  .grid_3{
	margin-bottom:2em;  }  .xs
	h3, .widget_head{   color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;  }  .grid_3
	p{    color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;  }  /*-- Typography --*/  .grid_4{
	background:#fff;
	padding:2em 2em 1em 2em;  }  .label {
	font-weight: 300 !important;
	border-radius:4px;  }    .grid_5{
	background:#fff;
	padding:2em;  }  .table >
	thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {    border-top: none !important;  }  .tab-content > .active {
	display: block;
	visibility: visible;  }  .progress {
	height: 8px;
	box-shadow: none;  }  .progress {
	overflow: hidden;
	height: 16px;
	margin-bottom: 10px;
	background-color: #eeeeee;
	border-radius: 2px;
	-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: #03a9f4;
	-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-bar {
	box-shadow: none;  }  .progress-bar-primary {
	background-color: #03a9f4;  }  .progress-bar-info {
	background-color: #00bcd4;  }  .progress-bar-success {
	background-color:#b8c9f1;  }  .progress-bar-warning {
	background-color: #ffc107;  }  .progress-bar-danger {
	background-color: #e51c23;  }  .progress-bar-inverse {
	background-color: #757575;  }  .page_1{     }  .pagination > .active >
	a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {    background-color: rgb(139, 195, 74) !important;
	border-color: rgb(139, 195, 74) !important;  }  .breadcrumb
	li{   font-size:0.85em;  }  .breadcrumb
	li a{   color:rgb(15, 176, 238);  }
	span.badge1 {   background-color: #777;  }  .badge-primary {
	background-color: #03a9f4 !important;  }  .badge-success {
	background-color: #8bc34a !important;  }  .badge-warning {
	background-color: #ffc107 !important;  }  .badge-danger {
	background-color: #e51c23 !important;  }  .tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;  }  .nav-tabs {
	margin-bottom: 1em;  }  .well {
	padding: 9px;
	font-size: 0.85em;
	color: #555;
	line-height: 1.8em;  }  .bs-example-modal {
	background-color: #fff !important;
	border-color:#fff !important;  }  .modal {
	overflow-y:auto !important;  }  .but_list
	h1,.but_list h2,.but_list h3,.but_list h4,.but_list h5 {      margin-bottom: 0.7em;  }  .btn-primary{
	background-color: #00ACED !important;
	border-color: #00ACED !important;
	color: #fff;
	padding: 6px 10px;  }  .btn-primary:hover{
	background-color: yellow !important;
	border-color: yellow !important;
	color: #fff !important;  }  .caret {
	padding-left: 0 !important;  }
	h2.modal-title {    font-size: 1.3em;
	color:#999;
	font-weight: 300;  }  .modal-content {
	-ms-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
	border: 0px solid #e0e0e0;  }  .modal-body
	h2{    color:#555;
	font-size:1.5em;
	font-weight:300;  }  .modal-body
	p{    color: #888;
	font-size: 0.85em;
	font-weight: 300;
	line-height: 1.8em;  }  .modal-body
	p img{   margin:1em 0;  }  .form-horizontal .control-label {
	text-align: right;
	color: #000;
	font-weight: 300;
	font-size: 0.85em;  }  .checkbox-inline1{
	position: relative;
	display:block;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;  }  .help-block {
	color: #999;
	font-size: 0.85em;  }  .radio
	label, .checkbox label, label{    font-size: 0.85em;
	font-weight:300;
	vertical-align: middle;  }  .checkbox1{
	font-size: 0.85em;
	font-weight: 300;  }
	select[multiple] {    padding: 7px 9px !important;  }  .has-success .form-control1{
	background-color: #f1f8e9;
	border-color: #c5e1a5 !important;  }  .has-error .form-control1{
	background-color: #fde0dc;
	border-color: #f69988 !important;  }  .input-icon.right >
	i, .input-icon.right .icon {    right:12px;
	float: right;  }  .input-icon >
	i, .input-icon .icon {    position: absolute;
	display: block;
	margin: 10px 8px;
	line-height: 14px;
	color: #999;  }  .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: #7cb342;  }  .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: #dd191d;  }  /* -- validation --*/  .well1{
	background:#fff;
	padding:2em;  }  /*-- Basic_tables --*/  .bs-example1{
	background:#fff;
	padding:2em;  }  .panel-body1{
	background: #fff;
	padding:2em;
	margin: 2em 0 0 0;  }  .panel-warning {
	margin-top: 2em;  }  .panel.panel-midnightblue {
	border-color: #263238;  }  .panel.panel-midnightblue .panel-heading {
	color: #eceff1;
	background-color: #37474f;
	border-color: #263238;  }  .panel.panel-warning {
	border-color: #fdd835;  }  .panel.panel-warning .panel-heading {
	color: #fff;
	background-color: #F44336;
	border-color: #F44336;  }  .panel .panel-heading .panel-ctrls {
	margin-right: -8px;  }  .panel .panel-heading .panel-ctrls {
	width: auto;
	float: right;
	padding: 0;
	margin: 0;
	line-height: 0;  }  .panel .panel-heading
	h2 {    font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;  }  /*-- inbox --*/  .mail-header {
	padding: 15px;  }  .mail-title {
	font-size: 20px;
	line-height: 32px;
	display: block;
	float: left;
	height: 34px;
	margin: 0 10px 0 0;  }  .btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;  }  .float-right, .pull-right {
	float: right!important;  }  .pad0A {
	padding: 0!important;  }  .input-group {
	position: relative;
	display: table;
	width: 45%;
	float: left;
	margin: 0 0 0 10em;
	border-collapse: separate;  }  .has-success .input-group-addon {
	border-color:#A4E7A5 !important;  }  .has-feedback
	label~.form-control-feedback {    top: 28px !important;  }
	div[id^=uniform-] input {    position: absolute;
	top: 0;
	left: 0;
	display: -moz-inline-box;
	display: inline-block;
	zoom: 1;
	opacity: 0;
	border: none;
	background: 0 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;  }  .email-list1{
	padding: 0;   }
	ul.collection {    margin: 0;
	list-style: none;
	background:#fff;
	padding:2em;  }
	ul.collection li{   margin-bottom:2em;  }
	ul.collection li.email_last{   margin-bottom:0;  }  #email-list .collection .collection-item.avatar {
	height: auto;
	position: relative;  }  #email-list .collection .collection-item.avatar .icon {
	position: absolute;
	width: 42px;
	height: 42px;
	overflow: hidden;
	left: 15px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	top: 20px;  }  .email-unread
	a{   text-decoration:none;  }  .email-unread
	a span.email-title {    font-weight: 500;
	color: #000;  }  .ultra-small {
	font-size: 0.8rem;
	margin: 0;
	padding: 0;
	color: #999;  }
	span.badge {   font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background:yellow;
	line-height: 15px;
	width: 20px;
	height: 20px;
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-o-border-radius: 2em;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: -3px;
	right: -10px;
	padding: 2px 0 0;  }
	span.blue{   background-color:#00aced;  }
	span.red{   background-color:#ef553a;  }
	span.blue1{   background-color:#9358ac;  }
	i.icon_1{    float: left;
	color: #00aced;
	line-height: 2em;
	margin-right: 1em;  }
	i.icon_2{    float: left;
	color:#ef553a;
	line-height: 2em;
	margin-right: 1em;
	font-size: 20px;  }
	i.icon_3{    float: left;
	color:#9358ac;
	line-height: 2em;
	margin-right: 1em;
	font-size: 20px;  }  .avatar_left {
	float: left;  }
	i.icon_4{    width: 45px;
	height: 45px;
	background: #F44336;
	float: left;
	color: #fff;
	text-align: center;
	font-size: 1.5em;
	line-height: 44px;
	font-style: normal;
	margin-right: 1em;  }
	i.icon_5{    background-color: #3949ab;  }
	i.icon_6{    background-color: #03a9f4;  }  .blue-text {
	color: #2196F3 !important;
	float:right;  }  .content-box-wrapper{
	background:#fff;
	padding:2em;
	margin:1.5em 0 0;  }  .status-badge {
	position: relative;
	display: inline-block;  }  .mrg10A {
	margin:10px 18px !important;  }  .small-badge {
	overflow: hidden;
	width: 12px;
	height: 12px;
	padding: 0;
	border: 2px solid #fff!important;
	border-radius: 20px;
	background-color: red;  }  .status-badge .small-badge {
	position: absolute;
	right: 1px;
	bottom: 1px;  }  .badge-danger{
	color: #fff;
	border-color: #e73629;
	background: #F44336;  }  .badge-success{
	color: #fff;
	border-color: #3fa243;
	background: #4CAF50;  }  .bg-green1{
	color: #fff;
	border-color: #3fa243;
	background: #4CAF50;  }
	h4.content-box-header{    color: #000;
	font-size: 1.3em;
	font-weight: 300;
	margin-bottom: 1em;
	text-align:left;  }  .editor{
	background:#fff;
	padding: 1em 2em 2.5em 2em;  }  .icon-ser{
	color:#fff !important;  }  .mailbox-content, .request{
	margin:1.5em 0em 0em;  }  .mailbox-content, .request,
	ul.collection,.Compose-Message {      -ms-box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);  }  .inbox_right {
	background:#F8F8F8;
	padding-left: 1.5em;  }  .fo-rm {
	margin-bottom: 1em;  }  .map {
	margin: 2em 0;  }  .form-horizontal .form-group {
	margin-right: 0 !important;
	margin-left: 0 !important;  }  .btn-block {
	display: block !important;
	width: 80% !important;
	margin: 0 auto !important;  }  .mailbox-content
	h2,.request h2{   text-align: center;
	color:#fff;
	font-size: 1.5em;
	margin: 0;
	background: #b8c9f1;
	padding: 0.7em 0;
	text-transform: uppercase;
	border-radius:3px 3px 0px 0px;
	-webkit-border-radius:3px 3px 0px 0px;
	-moz-border-radius:3px 3px 0px 0px;
	-o-border-radius:3px 3px 0px 0px;
	-ms-border-radius:3px 3px 0px 0px;  }  .panel {
	border: none !important;
	border-radius:none !important;
	-webkit-box-shadow: none !important;
	box-shadow:none !important;   }  .widget-footer-admin.clearfix {
	margin: 1em 0 0 0;  }
	div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {    background: #fff;
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
	border: 1px solid #CDCDCD;  }
	div.checker, div.checker span, div.checker input {    width: 19px;
	height: 19px;  }
	div.checker span {    display: -moz-inline-box;
	display: inline-block;
	zoom: 1;
	text-align: center;
	background-position: 0 -260px;  }
	div.checker input {    opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	display: -moz-inline-box;
	display: inline-block;
	zoom: 1;  }  .m-r-sm {
	margin-right: 15px;
	font-weight:400;
	font-size: 14px;  }  .form-control:focus {
	border-color:#ccc;
	outline: 0;
	-webkit-box-shadow:none ! important;
	box-shadow:none ! important;  }  .icon-state-warning {
	color:#b8c9f1;  }  .table >
	thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {    font-size: 0.85em;
	color:#000;  }   .mailbox-content
	table tbody tr:hover {    background: #EFF0F4;  }  .table
	td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {    padding:15px !important;  }  .table >
	thead > tr > th {    border-bottom:1px solid #ACACAC !important;  }  .badge-success, .bg-green, .bootstrap-switch-success, .btn-success {
	border: none;
	background:#27cce4;
	padding: 9.5px 12px;
	outline:none;  }  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	color: #fff;
	background-color:#b8c9f1;
	border-color:#b8c9f1;
	outline:none;  }  .btn-toolbar {
	margin-left: 0 !important;  }  .note-editor {
	border: 1px solid #DCE1E4;
	border-radius: 0;  }  .note-editor .note-toolbar {
	border-bottom: 0;
	background: #fff;
	padding: 10px;  }  .note-editor .note-editable {
	padding: 10px 15px 15px;
	overflow: auto;
	outline: 0;  }  .note-editor .note-statusbar .note-resizebar {
	border: 0;  }  .note-editor .note-statusbar .note-resizebar {
	width: 100%;
	height: 8px;
	cursor: ns-resize;
	border-top: 1px solid #a9a9a9;  }  .col-md-8.inbox_right {
	padding-right: 0;  }  .editor1 {
	margin: 2em 0 0 0;  }  .mail-toolbar.clearfix {
	padding: 2.55em 1em;
	background: #fff;
	border-bottom: 1px solid #DBDBDB;  }  .table-fhr{
	background:#fff;
	margin-bottom: 0.5em;  }  .compose-message {
	overflow: hidden;
	padding: 0 0 10px;  }  .note-editor .note-statusbar {
	background: 0 0;  }  .note-editor .note-statusbar .note-resizebar {
	border: 0;  }  .note-editor .note-statusbar .note-resizebar {
	width: 100%;
	height: 8px;
	cursor: ns-resize;  }  .note-editor .note-statusbar .note-resizebar .note-icon-bar {
	width: 20px;
	margin: 1px auto;
	border-top: 1px solid #a9a9a9;  }  .note-editor {
	border: 1px solid #DCE1E4;
	border-radius: 0;  }  .note-editor .note-codable {
	display: none;
	width: 100%;
	padding: 10px;
	margin-bottom: 0;
	font-size: 14px;
	color: #ccc;
	background-color: #222;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;  }
	i.icon_8{    font-size: 13px;
	color: #555;  }  .btn_1{
	float:left;  }
	a.btn.btn-default.mrg5R {    float: left;  }  .pull-left {
	float: left!important;
	width: 50%;
	cursor: pointer;  }
	ul.float-right {      min-width: 180px;
	left: 31%;  }  .float-left{
	float: left!important;
	width: 15%;
	cursor: pointer;  }  .mrg5R {
	margin-right: 5px!important;  }  .dropdown-menu >
	li > a {    font-size:13px;  }  .font-red, .has-error .help-block, .parsley-required, .text-danger {
	color:#F44336 !important;  }
	i.icon_9{    margin-right:10px;  }  .checkbox {
	position: relative;
	top:-3px;
	margin: 0 1rem 0 0;
	cursor: pointer;  }  .checkbox:checked:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: .55rem;
	border-color: #27cce4;
	border-top-style: none;
	border-right-style: none;  }
	blockquote {
	margin: 0 !important;
	/* border-left: 5px solid #eee; */
	}  .copy_layout{
	padding:1.5em 0;
	background:#fff;
	text-align:center;
	margin: 4em 0 0em 0;  }  .login-admin{
	background:none;
	padding:0;
	margin:11em 0 0 0;  }  .register{
	margin:2em 0 0 0;  }  /* -- widgets --*/  .bg-info {
	background:#78cd51;
	padding: 3px 8px;
	color: #ffffff;  }  .tile-progress {
	padding: 30px;
	margin-bottom:1em;  }  .col-sm-3.widget_1_box {
	padding: 0 5px;  }  .col-md-4.widget_1_box1 {
	padding: 0 0px 0 5px;  }  .tile-progress
	h4 {    color: #ffffff;
	margin: 0px;
	text-align: center;
	white-space: nowrap;
	font-weight:300;  }  .tile-progress .progress {
	margin: 15px 0 10px 0;
	height: 7px;
	background: rgba(50, 50, 58, 0.5);  }  .progress {
	background: #f5f5f5;
	background-image: none;
	-webkit-box-shadow: inset 0 -1px 2px rgba(150, 150, 150, .1);
	-moz-box-shadow: inset 0 -1px 2px rgba(150, 150, 150, .1);
	box-shadow: inset 0 -1px 2px rgba(150, 150, 150, .1);
	border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;  }  .tile-progress
	span {    color: #fff;
	display: block;
	text-align: center;
	margin: 0px;
	font-size: 14px;
	font-weight: 300;  }  .bg-success {
	background:#eae874;
	color: #ffffff;  }  .bg-danger {
	background:rgba(80, 204, 240, 1);
	color: #ffffff;  }  .bg-secondary {
	background:#fabb3d;
	color: #555555;  }  .tile-progress .progress .progress-bar {
	background: #ffffff;  }  .wid-social {
	display: inline-block;
	width: 100%;
	padding: 15px 15px 15px 15px;
	margin: 0px 0 1em 0;  }  .facebook {
	background-color:#3b5998 !important;
	color: #ffffff !important;  }  .icon-xlg {
	font-size: 70px;  }  .social-info
	h3 {    display: inline-block;  }  .wid-social .social-info
	h3, .wid-social .social-info h4 {    margin: 0px 0 15px 0;
	font-size: 15px;  }
	span.percent {    font-size: 13px;
	font-weight: 300;  }
	h3.count.text-light {    color: #fff;
	font-weight: 300;
	font-size: 40px;  }  .twitter-admin {
	background-color:#00aced !important;
	color: #ffffff !important;  }  .google-plus-admin {
	background-color: #313131 !important;
	color: #ffffff !important;  }  .dribbble-admin {
	background-color:#ea4c89 !important;
	color: #ffffff !important;  }  .linkedin-admin {
	background-color: #007bb5 !important;
	color: #ffffff !important;  }  .youtube-admin {
	background-color: #e02f2f !important;
	color: #ffffff !important;  }  .skype-admin {
	background-color: #00aaf1 !important;
	color: #ffffff !important;  }  .flickr-admin {
	background-color: #ed1983 !important;
	color: #ffffff !important;  }  .coffee-top {
	position: relative;
	text-align: center;  }  .doe {
	position: absolute;
	top: 37%;
	text-align: center;
	width: 100%;  }  .doe
	h6 {    color: #fff;
	font-size: 1em;  }  .doe
	p {    color: #DC483A;
	font-size: 1em;  }  .coffee-top
	i {    position: absolute;
	top: 84%;
	background: url(../images/1.png)no-repeat center;
	width: 80px;
	height: 80px;
	display: block;
	border-radius: 100px;
	left: 39%;  }  .follow {
	padding: 3em 1em 1em;
	background: #fff;  }  .two
	p {    font-size: 0.875em;
	color: #2d2d2d;  }  .two
	span {    font-size: 1.5em;
	color: #DC483A;  }  .online-top {
	background: #fff;
	padding:30px;
	border-bottom: 1px solid #E1E1E1;  }  .panel-body2 {
	padding: 21px;  }  .widget_1_box2{
	padding:0 5px;  }  .top-at {
	float: left;
	width: 20%;  }  .top-on {
	float: right;
	width: 71%;
	margin-top: 0px;  }  .top-on1 {
	float: left;  }
	label.round {    background:yellow;
	width: 10px;
	height: 10px;
	display: block;
	float: right;
	border-radius: 100px;
	margin-top: 7%;  }  .online-top:hover {
	background:#EFEFEF;  }  .top-on1
	span {    font-size: 0.9em;
	color: #dc483a;  }  .top-on1
	p {    font-size: 1em;
	color: #000;
	font-weight:500;  }  .online-top1{
	border-bottom:none;  }  .widget_5{
	margin:1em 0 0 0;  }  .wid_blog{
	background:rgb(6, 217, 149);
	padding:3em 2em;  }  .wid_blog
	h1{    color: #fff;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 300;
	margin-bottom: 0;  }  .wid_blog-desc{
	background:#fff;
	padding:2.6em 2em;  }  .wid_blog-left{
	float: left;
	width: 20%;
	margin-right: 5%;  }  .wid_blog-right{
	float: left;
	width:75%;  }  .wid_blog-right
	h2{    color:#000;
	font-size:1.3em;
	font-weight:300;  }  .wid_blog-right
	p{    color:#999;
	font-size:0.85em;
	font-weight:300;
	line-height:1.5em;  }  .list-inline {
	margin:1em 0 0 0;  }  .text-muted {
	color: #999999;  }  .text-orange {
	color:#DC483A;  }  .link1{
	padding:5px 8px;
	color:#000;  }  .editor-input.ng-scope
	p{   color:#999;
	font-size:0.85em;
	line-height:1.8em;  }  .list-inline>
	li a{     font-size:0.85em;   }  /*-- media --*/  .bs-example5{
	background:#fff;
	padding:2em;  }  .media-heading {
	color: #000;  }  .sidebard-panel .feed-element, .media-body, .sidebard-panel
	p {    font-size:14px;
	color:#999;  }  .example_6{
	margin:1.5em 0;  }  .demolayout {
	background:rgb(6, 217, 149);
	width: 60px;
	overflow: hidden;  }  .padding-5 {
	padding: 5px;  }  .demobox {
	background:#f0f0f0;
	color: #333;
	font-size: 13px;
	text-align: center;
	line-height:30px;
	display: block;  }  .padding-l-5 {
	padding-left: 5px;  }  .padding-r-5 {
	padding-right: 5px;  }  .padding-t-5 {
	padding-top: 5px;  }  .padding-b-5 {
	padding-bottom: 5px;  }
	code {    background:rgb(246, 255, 252);
	padding: 2px 2px;
	color: #000;
	border: 1px solid rgb(198, 255, 236);  }  .media_1-left{
	padding-left:0;  }  .table-hover {
	margin-bottom: 0;  }  .media_1-right{
	padding-right:0;  }  .media_box{
	margin-bottom:2em;  }  .media_box1{
	margin-top:2em;  }  .media {
	margin-top:40px !important;  }  .media:first-child {
	margin-top: 0 !important;  }  .panel_2{
	padding:2em 2em 0;
	background:#fff;  }  .panel_3{
	padding-bottom:1px;  }  .panel_2
	h3{   color:#000;
	font-size:1.1em;  }  .panel_2
	p{   color:#555;
	font-size:0.85em;
	margin-bottom:1em;  }
	td.head {    color: #000 !important;
	font-size: 1.2em !important;  }  /*-- login --*/  .login-logo-admin {
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	padding: 50px 0;  }
	h2.form-heading {    margin: 0;
	text-align: center;
	color:#000;
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;  }
	body#login{    background: url(../images/bg.jpg)no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:850px;  }  .app-cam {
	width:22%;
	margin:3em auto auto auto;  }  .app-cam
	input[type="text"] {    width: 100%;
	padding: 15px;
	color: #999;
	font-size: 0.85em;
	outline: none;
	font-weight: 300;
	border: none;
	background:#222224;
	margin:0 0 1em 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;  }  .app-cam
	input[type="password"] {    width: 100%;
	padding: 15px;
	color:#999;
	font-size: 0.85em;
	outline: none;
	font-weight: 300;
	border: none;
	background:#222224;
	margin:0 0 1em 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;  }  .app-cam
	input[type="submit"], .btn-success1{    font-size: 14px;
	font-weight: 300 !important;
	color: #fff;
	cursor: pointer;
	outline: none;
	padding: 10px 15px;
	width: 100%;
	border: none;
	background: rgb(6, 217, 149);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	text-transform: uppercase;  }  .app-cam
	input[type="submit"]:hover, .btn-success1:hover{    background:rgb(1, 200, 136);
	color:#fff !important;  }  .login-social-link {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 15px;
	width: 100%;  }  .login-social-link
	a {    color: #fff;
	padding: 13px 38px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	width: 46.5%;
	text-align: center;  }  .login-social-link
	a.facebook {    background: #3b5999;
	margin-right: 22px;
	float: left;  }  .login-social-link
	a:hover.facebook{    background:#2B4886 !important;
	text-decoration:none;  }  .login-social-link
	a.twitter {    background: #63c6ff;
	float: left;  }  .login-social-link
	a:hover.twitter{    background:#46ACE7 !important;
	text-decoration:none;  }
	ul.new {    margin:2em 0 0 0;
	list-style:none;
	padding:0;  }
	ul.new li.new_left{    float: left;  }
	ul.new li.new_left p, p.sign{    font-weight:300;  }
	p.sign a, ul.new li.new_left p a{    color:#000;  }
	ul.new li.new_right{    float: right;  }  .app-cam
	p {    color:#000;
	font-size: 14px;
	margin: 1em 0;  }  .form-signin
	a, .registration, .login-body label {    margin: 1em 0 0 0;
	font-weight: 300;
	font-size: 0.85em;
	text-align:center;  }  .radios
	input[type="radio"] {    margin: 4px 0 0 0;
	vertical-align: top;
	cursor: pointer;
	color:#fff;  }  .radios
	label:first-child {    margin-left: 0;  }  .radios
	label{    margin-left: 15px;  }
	div#char {      height: 300px !important;  }
	div#char1 {      height: 240px !important;  }  .tab {
	background: #fff;
	margin: 0 0 4em;  }
	div#container-speed1 {      margin:0 0.9em !important;  }
	div#container-rpm1{   margin:0 1.07em !important;  }  .lamps_rate{
	background:#fff;
	padding:1em;
	margin:2em 1em 0;
	width: 96%;  }  .lamps_rate
	ul{   padding:0;
	margin:0;  }  .lamps_rate
	ul li{   font-size:14px;
	color:#999;
	margin:0 0 1em;
	list-style-type:none;  }  .switch-right
	iframe{   width:100%;
	min-height:500px;
	margin:2em 0 0;  }  .position-center {
	width: 65%;
	margin: 0 auto;  }  .panel-body {
	padding:1em 2em;  }
	button.rew:hover {   border-color: #ccc !important;
	color: #999 !important;  }  .asd{
	outline:none;
	box-shadow:none;  }  /*-- login-form --*/  .login-form-info {
	width: 55%;
	margin: 0 auto;
	border: 1px solid #A3B4DC;  }  .login-header-left{
	float:left;   }  .login-header-left
	h3{   color: #E1F2ED;
	margin: 0;
	font-size: 1.5em;   }  .login-header-right{
	float:right;   }  .login-header-right
	p{   color:#7B8BB3;
	margin:0;
	font-size: 15px;   }  .login-header-right
	p a {      color: #fff;
	font-size: 17px;
	text-decoration: underline;
	padding-left: 8px;  }  .login-header-right
	p a:hover{   color:#a88add;   }  .login-form1 {
	padding: 6em 0;
	background:#b8c9f1;   }  .login-header {
	padding: 2em;   }  .login-form-info
	input[type="text"],.login-form-info input[type="password"]{   outline:none;
	border: 1px solid #f5f5f5;
	font-size:14px;
	padding:15px 10px 15px 45px;
	width:90%;
	margin: 0 auto;
	color:#E8E8E8;   }  .login-form-info
	input[type="text"].men{   background:url(../images/n.png) no-repeat 10px 11px;
	display:block;   }  .login-form-info
	input[type="password"].lock{   background:url(../images/i.png) no-repeat 10px 11px;
	display:block;   }  .login-form-info
	input[type="password"]{   margin:1.5em 0 1.5em 2.3em;   }  .login-form-info
	input[type="submit"]{   outline:none;
	border:1px solid #f5f5f5;
	background:none;
	color:#fff;
	font-size:20px;
	text-align:center;
	width:90%;
	margin-left: 1.6em;
	margin-bottom: 1.5em;
	padding:10px 0;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;   }  .login-form-info
	input[type="submit"]:hover{   background:#a88add;
	color:#fff;
	border:1px solid #a88add;   }  .login-form-info
	p.for{   margin:0 0 2em;
	text-align:center;   }  .login-form-info
	p.for a{   color:#555;
	font-weight:300;
	font-size:14px;
	font-style: normal;   }  .login-form-info
	p.for a:hover{   text-decoration:none;   }  .new-people{
	margin:5em 0 0;
	text-align: center;   }  .new-people
	h3{   color: #fff;
	font-size: 1.5em;
	margin: 0;   }  .new-people
	p{   color: #666;
	font-size: 14px;
	margin: .5em 0 3em;   }  .reg
	a{   padding: 10px 30px;
	color: #fff;
	font-size: 16px;
	background: #a88add;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;   }  .reg
	a:hover{   color:#a88add;
	background:#f5f5f5;
	text-decoration:none;   }  .lgo{
	text-align:center;
	margin: 0 0 2em;  }  .lgo
	a{   font-size:2em;
	color:#fff;
	text-decoration:none;  }  /*-- //login-form --*/  /*-- sign-up --*/  .sign-up-form{
	padding:6em 0;
	background:#b8c9f1;   }  .sign-up{
	width: 60%;
	padding: 2em 1em;
	margin: 0 auto;   }  .sign-up-form
	h3{   color: #EEEEEE;
	font-size: 1.5em;
	margin: 0;
	text-align: center;   }  .sign-up-form
	p{   color:#90A2CC;
	font-size:16px;
	margin:.5em 0 3em;
	text-align:center;   }  .sign-up1{
	float:left;
	width:27%;   }  .sign-up1
	h4{   color:#fff;
	margin:1.6em 0 1em;
	font-size:18px;   }  .sign-up2{
	float:right;
	width:70%;   }  .sign-up2
	input[type="text"],.sign-up2 input[type="password"]{   outline:none;
	border: 1px solid #eee;
	background: none;
	font-size: 14px;
	padding:10px 10px;
	width:100%;
	margin:1em 0;   }  .sign-up
	h5,.sign-up h6{   margin: 0 0 1em;
	color:#8698C1;
	font-size: 1.5em;   }  .sign-up
	h6{   margin: 2em 0 1em !important;   }  .sub-login-left{
	float:left;
	width:30%;  }  .sub-login-right{
	float:right;  }  .sub-login{
	margin:5em 0 0;  }  .sub-login-right
	p{   font-size: 16px;
	color: #fff;
	margin: 0.8em 0 0;  }  .sub-login-right
	p a {      color: #a88add;
	padding-left: 8px;  }  .sub-login-right
	p a:hover{   color:#fff;  }  .sub-login-left
	input[type="submit"]{   outline: none;
	border: none;
	background: #a88add;
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 100%;
	padding: 8px 0;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;   }  .sub-login-left
	input[type="submit"]:hover{   background:#fff;
	color:#a88add;   }  /*-- //sign-up --*/  /*-- blank_page --*/
	h1.blank,h3.blank1 {   font-size:2em;
	color:#999;
	margin:0 0 1em;  }  /*-- //blank_page --*/  /*-- grid_page --*/  .grid_table {
	padding: 0;  }  .grids_bottom{
	padding:0;
	margin:1em 0 0;  }  .grd_tble {
	margin-bottom: 0px;  }  .main-content1 {
	min-height: 1080px !important;  }  /*-- //grid_page --*/  /*-- widget_page --*/  .flexi_bottom {
	background-color: rgb(244, 67, 54);
	padding: 0em 1em;  }  .main-grid1-grids{
	background:url(../images/2.jpg) no-repeat 0px 0px;
	min-height:300px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	padding:3em 2em 0;  }  .friday{
	text-align:center;  }  .friday
	h4{   font-size:3em;
	color:#fff;
	margin:0;  }  .friday-bottom{
	text-align:right;
	margin:3em 0 0;  }  .friday-bottom
	h5{   font-size:2em;
	color:#fff;
	margin:0;  }  .friday-bottom
	p{   font-size:14px;
	color:#fff;
	margin:0;  }  .friday
	h4 span{   display:block;
	font-size:14px;  }  .widget_middle_left,.widget_bottom_left {
	padding-left: 0;
	padding-right: 1.5em;  }  .widget_middle_left:nth-child(3),.widget_bottom_left:nth-child(2){
	padding-right: 0em;  }  .widget_middle {
	margin: 1.5em 0;  }
	a.lightbox i{   margin: 0.5em 0;
	font-size: 2em;
	color: #fff;
	display: block;  }
	a.lightbox:hover{   text-decoration:none;  }  .degree {
	font-size:.5em;
	vertical-align:top;  }  .feets {
	padding: 4em 0;
	background: #F1DE92;  }   #flexiselDemo3 {
	display: none;  }  .nbs-flexisel-container {
	position: relative;
	max-width: 100%;  }  .nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;  }  .nbs-flexisel-inner {
	overflow: hidden;
	margin: 0;
	padding: 1.8em 0;  }  .nbs-flexisel-item {
	float: left;
	margin:0px;
	padding:0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;  }
	li.nbs-flexisel-item{  border-left:1px solid #fff!important;  }
	li.nbs-flexisel-item:nth-child(1){   border:none!important;  }  .nbs-flexisel-item >
	img {   cursor: pointer;
	position: relative;
	margin-top:10px;
	margin-bottom: 10px;
	max-width:250px;
	max-height:500px;     }  .grid-flex{
	margin:10px 0 20px 0;  }  .nbs-flexisel-item >
	img {   cursor: pointer;
	positon: relative;  }  .biseller-info {
	margin:1em 0 0 0;   }  /*** Navigation ***/  .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 20px;
	height:25px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	margin-top:2em;  }  .nbs-flexisel-nav-left {
	right: 0;
	background: none;  }  .nbs-flexisel-nav-right {
	left: 0;
	background: none;  }
	li.nbs-flexisel-item {   width:370px;  }  .biseller-column
	p {      font-size: 1em;
	color: #fff;
	margin: 0;
	text-align:center;  }  .panel-title >
	a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {      color:#000;
	text-decoration: none;  }  .panel-title {
	font-size: 1.1em;  }  .panel-default > .panel-heading {
	background: #EFEFEF;
	border: none;
	cursor: pointer;  }  .panel-default {
	border: none;  }  .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
	border: none;  }  .asd {
	padding: 1em 0;
	text-transform:capitalize;  }  .panel_text {
	font-size: 14px;
	color: #999;
	line-height: 1.8em;  }  .panel{
	box-shadow:none;  }  .pa_italic
	span{   display:none;  }  .pa_italic
	i{   left: -1em;  }  .collapsed
	span{   display: inline-block;
	left: -1em;  }  .collapsed
	i{   display:none;  }  .panel_text {
	background:#fff;  }  /*-- //widget_page --*/  /*-- forms --*/  .input-group1{
	float:none;
	width:100% !important;
	margin:0 !important;  }  /*-- //forms --*/  /*-- typo --*/
	span.badge1 {      min-width: 3rem;
	padding: 2px 9px;
	text-align: center;
	font-size: 0.85;
	line-height: inherit;
	color: #fff;
	position: absolute;
	right: 38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;  }  /*-- //typo --*/  /*-- sign-in --*/  .sign-in-up{
	background:#f9f9f9 !important;
	min-height: 830px;  }  .sign-in-form{
	margin:2em auto 4em;
	width:35%;  }  .sign-in-wrapper{
	background:#f9f9f9;  }  .new_people{
	padding:3em 0 0;
	text-align:center;  }  .new_people
	h4{   font-size:2em;
	color:#00ACED;
	margin:0;  }  .new_people
	p{   color:#999;
	margin:1em 0 2em;
	font-size:14px;
	line-height:1.8em;  }  .new_people
	a{   padding:12px 30px;
	border:1px solid #00ACED;
	color:#00ACED;
	text-decoration:none;
	font-size:1em;  }  .new_people
	a:hover{   color:#F44336;
	border:1px solid #F44336;  }  .sign-in-form-top{
	background:url(../images/3.jpg) no-repeat 0px -55px;
	display:block;
	min-height:150px;
	padding:3em 0 0;
	text-align: center;  }  .sign-in-form-top
	p{   color:#fff;
	margin:0;
	font-size:2em;
	font-weight:300;
	text-decoration:none;  }  .sign-in-form-top
	p a{   color:#fff;  }  .sign-in-form-top
	p a:hover{   text-decoration:none;  }  .sign-in-form-top
	p span{   color:yellow;  }  .signin {
	padding: 2em;
	position:relative;
	background: #fff;  }  .signin:after {
	content: '';
	background: url(../images/6.png) no-repeat 0px 0px;
	display: block;
	width: 595px;
	height: 20px;
	position: absolute;
	bottom: -20px;
	left: -7%;
	background-size: 100%;  }  .signin-rit {
	padding: 0.3em 0em 0em 0em;  }  .log-input
	input[type="text"],.log-input input[type="password"] {    font-size: 0.95em;
	padding: 10px 15px 10px 37px;
	width: 98%;
	color: #A8A8A8;
	outline: none;
	border: 1px solid #D3D3D3;
	border-radius: 4px;
	background: #FFFFFF;
	margin: 0em 0em 1.5em 0em;
	border-style: solid;  }  .log-input
	input.user {    background: url(../images/user.png)no-repeat 8px 10px #fff;  }  .log-input
	input.lock {    background: url(../images/lock.png)no-repeat 8px 10px #fff;  }  .log-input-left {
	float: left;
	width: 90%;  }
	span.checkbox1 {    float: left;
	width: 43%;  }  .signin .checkbox {
	margin-bottom: 4px;
	font-size: 1.2em;
	line-height: 27px;
	cursor: pointer;  }  .signin .checkbox {
	position: relative;
	font-size: 1em;
	font-weight: normal;
	color: #999;
	padding: 0em 0.5em 0em 2em;  }  .signin .checkbox
	input {   position: absolute;
	left: 0px;
	margin-left: 0;
	top: 3px;  }  /*--input check box--*/
	span.checkbox2 {    float: right;
	width: 8%;
	margin: 0.5em 0em 0em 0em;  }  .log-input .checkbox {
	margin-bottom: 4px;
	font-size: 1.2em;
	line-height: 27px;
	cursor: pointer;  }  .log-input .checkbox {
	position: relative;
	font-size: 0.95em;
	font-weight: normal;
	color: #999;
	padding: 0em 0.5em 0em 1.6em;  }  .log-input .checkbox
	i {    position: absolute;
	bottom: -26px;
	left: 0;
	display: block;
	width: 18px;
	height: 18px;
	outline: none;
	background: #fff;
	border-radius: 17px;  }  .log-input:nth-child(1) {
	margin: 2em 0 0;  }  .log-input .checkbox
	input + i:after {   content: '';
	background: url("../images/tick.png") no-repeat 5px 5px;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;  }  .log-input .checkbox
	input + i:after {   position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;  }  .log-input .checkbox
	input {   position: absolute;
	left: -9999px;  }  .log-input .checkbox
	input:checked + i:after {   opacity: 1;  }  .sign-in-form
	input[type="submit"] {   font-size: 1.1em;
	color: #fff;
	background: #00ACED;
	border: none;
	padding: 0.7em 1em 0.7em 1em;
	width: 88.5%;
	margin-top: 0.5em;
	display: block;
	outline: none;
	border-radius: 4px;
	cursor:pointer;  }  .sign-in-form
	input[type="submit"]:hover {    background:yellow;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;  }  .signin-rit
	p {   float: right;
	width: 30%;
	font-size: 1em;  }  .signin-rit
	p a{    color: #999;  }  .clear{
	clear:both;  }  /*-- sign-up --*/  .sign-up{
	width: 40%;
	padding:2em 0 4em;
	margin: 0 auto;   }  .sign-up
	h3 {      text-align: center;
	font-size: 2em;
	color:#000;
	margin: 0 0 0.5em;  }
	p.creating{   color:#999;
	font-size:14px;
	margin:.5em 0 3em;
	line-height:1.8em;
	text-align:center;   }  .sign-up1{
	float:left;
	width:27%;   }  .sign-up1
	h4{   color:#3C4348;
	margin:1.6em 0 1em;
	font-size:18px;   }  .sign-up2{
	float:right;
	width:70%;   }  .sign-up2
	input[type="text"]{   outline:none;
	border:1px solid #BEBEBE;
	background:none;
	font-size:15px;
	padding:10px 10px;
	width:100%;
	margin:1em 0;   }  .sign-up2
	input[type="password"]{   outline:none;
	border:1px solid #BEBEBE;
	background:none;
	font-size:15px;
	padding:10px 10px;
	width:100%;
	margin:1em 0;   }  .sign-up
	h5{   margin: 0 0 2em;
	color:#F44336;
	font-size: 20px;   }  .sign-up
	h6{   margin: 2em 0 1em;
	color:#F44336;
	font-size: 20px;   }  .sign-up
	input[type="submit"]{   outline: none;
	border: none;
	background: #F44336;
	color: #fff;
	font-size: 1em;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;   }  .sign-up
	input[type="submit"]:hover{   background:#27cce4;
	color:#fff;   }  .sub_home {
	margin: 3em 0 0;  }  .sub_home_left{
	float:left;
	width:30%;  }  .sub_home_right{
	float:right;  }  .sub_home_right
	p{   font-size:1em;
	color:#999;
	margin:.5em 0 0;  }  .sub_home_right
	p a{   text-decoration:underline;
	color:#27cce4;  }  .sub_home_right
	p a:hover{   color:#999;  }  /*-- //sign-up --*/  /*--404-starts-here--*/  .error {
	padding: 9em 0px 7em 0;  }  .error-main{
	text-align:center;
	margin: 2em 0 0;  }  .error-main
	h3{      margin: 0;
	font-size: 7em;
	color: #F44336;
	font-weight: 100;  }  .error-main
	h3 span{      display:block;
	color: #F44336;  }  .error-main
	span {    color: #7b7b7b;
	font-size: 2em;
	font-weight: 400;  }  .error-main-left{
	text-align:right;
	margin:4em 0 0;  }  .error-main
	p {    color: #7b7b7b;
	font-size: 1.6em;
	margin-top: 10px;  }  .error-btn {
	margin-top:4%;  }  .error-btn
	a {    color:#00ACED;
	font-size: 25px;  }  .error-btn
	a:hover{   color:yellow;
	text-decoration:underline;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;  }  .error-main
	h3 i {      color: yellow;  }  /*--404-ends-here--*/  .dropdown-menu-right {
	min-width: 170px !important;  }   /*-- responsive design --*/  @media (
	max-width:1680px){   canvas#line {    width: 507px !important;   }   canvas#bar {
	width: 507px !important;   }  }  @media (
	max-width:1591px){   .social_icons {    width: 26%;   }  }  @media (
	max-width:1529px){   .social_icons {    width: 27%;   }  }  @media (
	max-width:1600px){   canvas#line {    width:480px !important;   }   canvas#bar {
	width: 480px !important;   }  }  @media (
	max-width:1473px){   .social_icons {    width: 28%;   }  }  @media (
	max-width:1440px){  .widget3 {      padding: 0 1em;  }  div#container-speed{
	width:270px !important;
	height:190px !important;  }  div#container-rpm{
	width:270px !important;
	height:190px !important;  }  div#container-speed1{
	width:270px !important;
	height:190px !important;  }  div#container-rpm1{
	width:270px !important;
	height:190px !important;  }  .widget4 {
	padding: 0 1em;  }  .social_icons {
	width: 28%;  }  canvas#line {
	width: 428px !important;  }  canvas#bar {
	width: 428px !important;  }  .panel .panel-heading {
	padding: 17px 20px;
	height: 48px;  }  canvas#radar {
	width: 409px !important;
	height: 256px !important;  }  canvas#polarArea {
	width: 390px !important;
	height: 256px !important;  }  .legend {
	margin: 7em 0 0 2em;  }  canvas#pie {
	width: 415px !important;
	height: 267px !important;  }  canvas#line1 {
	height: 76px !important;  }  canvas#bar1 {
	height: 75px !important;  }  .sign-in-form {
	width: 39%;  }  .signin:after {
	background: url(../images/6.png) no-repeat 0px 0px;
	width: 590px;
	background-size: 100%;  }  .sign-up {
	width: 45%;  }  canvas#doughnut {
	width: 417px !important;
	height: 255px !important;  }  }  @media (
	max-width:1420px){   .social_icons {    width: 29%;   }  }  @media (
	max-width:1371px){   .social_icons {    width: 30%;   }  }   /*-- responsive design --*/  @media (
	max-width:1366px){  .col-xs-8.activity-desc {    width: 64.666667%;
	padding: 0;  }   .activity-desc h5 {
	font-size: 0.85em;  }    .svg{
	width: 600px !important;
	height: 400px;  }  canvas#line{
	width: 404px !important;  }  canvas#bar {
	width: 404px !important;  }  .panel .panel-heading {
	padding: 21px 20px;
	height: 55px;  }  .avatar_left {
	width: 65%;  }  .pull-left {
	width: 47%;  }  .login-social-link a.facebook {
	margin-right: 20px;  }  .widget3 {
	padding: 0 0em;  }  .widget4 {
	padding: 0 0em;  }  div#container-speed{
	width:250px !important;
	height:170px !important;  }  div#container-rpm{
	width:250px !important;
	height:170px !important;  }  div#container-speed1{
	width:250px !important;
	height:170px !important;  }  div#container-rpm1{
	width:250px !important;
	height:170px !important;  }  text.highcharts-yaxis-title {
	margin-top: 0 !important;  }  .social_icons {
	width: 30%;  }  canvas#doughnut {
	width: 390px !important;
	height: 240px !important;  }  canvas#radar {
	width: 392px !important;
	height: 242px !important;  }  canvas#polarArea {
	width: 375px !important;
	height: 242px !important;  }  canvas#pie {
	width:393px !important;
	height: 266px !important;  }  .error-main h3 {
	font-size: 5em;  }  .activity_box input[type=
	"submit"] {      width: 26%;  }  .signin:after {
	background: url(../images/6.png) no-repeat 0px 0px;
	width: 563px;
	background-size: 100%;  }  }  @media (
	max-width:1325px){   .social_icons {    width: 31%;   }  }  @media (
	max-width:1280px){  .col-xs-8.activity-desc {    width: 63.666667%;  }   .activity-desc p {
	font-size: 12px;  }  .activity-desc h6 {
	font-size: 11px;  }  i.text-info {
	line-height: 39px;
	font-size: 1em;  }  .pull-left {
	width: 42%;  }  .login-social-link a {
	padding: 13px 25px;
	width: 45.5%;  }  div#container-speed{
	width:220px !important;
	height:160px !important;  }  div#container-rpm{
	width:220px !important;
	height:160px !important;  }  div#container-speed1{
	width:220px !important;
	height:160px !important;  }  div#container-rpm1{
	width:220px !important;
	height:160px !important;  }  .social_icons {
	width: 32%;  }  .r3_counter_box .fa {
	font-size: 3em;  }  .grow {
	left:32%;  }  .r3_counter_box h5 {
	font-size: 2.2em;  }  canvas#line {
	width: 376px !important;
	height: 100px !important;  }  canvas#bar {
	width: 376px !important;
	height: 100px !important;  }  canvas.overlay,canvas.base  {
	height: 100px;  }  .activity-img1 {
	width: 40%;  }  .activity-desc-sub:before {
	left: -11%;  }  .activity-desc-sub1:after {
	right: -8%;  }  .activity-row {
	margin-bottom: 1em;
	padding-bottom: 1em;  }  .scrollbar1 {
	height: 400px;  }  canvas#doughnut {
	width: 364px !important;  }  canvas#radar {
	width: 364px !important;  }  canvas#polarArea {
	width: 364px !important;  }  canvas#line1 {
	width: 530px !important;
	height: 63px !important;  }  canvas#bar1 {
	width: 540px !important;
	height: 50px !important;  }  canvas#pie {
	width: 340px !important;
	height: 225px !important;  }  .editor {
	padding: 1em 1.2em 2.5em 1.2em;  }  .table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 16px !important;  }  .control2 {
	height: 272px;  }  .main-content6 {
	min-height: 1735px !important;  }  .signin:after {
	background: url(../images/6.png) no-repeat 0px 0px;
	width: 520px;
	background-size: 100%;  }  .sign-up {
	width: 50%;  }  .main-content4 {
	min-height: 2360px !important;  }  }  @media (
	max-width:1283px){   .social_icons {    width: 32%;   }  }  @media (
	max-width:1243px){   .social_icons {    width: 33%;   }  }  @media (
	max-width:1205px){   .social_icons {    width: 38%;   }  }  @media (
	max-width:1169px){   .social_icons {    width: 35%;   }  }  @media (
	max-width: 1136px){   .social_icons {    width: 36%;   }  }  @media (
	max-width: 1104px){   .social_icons {    width: 37%;   }  }  @media (
	max-width: 1075px){   .social_icons {    width: 38%;   }  }  @media (
	max-width: 1046px){   .social_icons {    width: 40%;   }  }  @media (
	max-width:1024px){   .control2 {      height: 205px;  }  .float-left {
	width:20%;  }  ul.collection li {
	margin-bottom: 1em;  }  ul.float-right {
	min-width: 140px;  }  .r3_counter_box .fa {
	line-height: 80px;
	font-size: 2em;
	height: 85px;  }  .r3_counter_box1 .fa {
	width: 50px;
	height: 50px;
	line-height: 50px;  }  .r3_counter_box h5 {
	margin: 0;
	font-size: 2em;  }  .r3_counter_box1 h5 {
	font-size: 20px;  }  .fa.pull-left {
	margin-right: 7% !important;  }  .stats span {
	font-size: 13px;  }  .activity-img {
	padding: 0 10px;  }  .col-xs-8.activity-desc {
	width: 58.666667%;  }  .scrollbar {
	padding: 10px;  }  .col-xs-1 {
	padding: 0;  }  .activity-row {
	margin-bottom: 1em;  }  .activity_box {
	min-height: 355px;  }  .single-bottom ul li input[type=
	"checkbox"]+label,.switch-right-grid ul li {      font-size: 13px;  }  .single-bottom ul li {
	padding: 0px 20px 12px;  }  .scrollbar {
	height: 278px;  }  .panel-title {
	font-size: 15px;
	padding-left: 2em;  }  .panel-heading {
	padding: 20px 0px 0px;  }  .stats-info ul li {
	padding: 7.4px 0;
	font-size: 12px;  }  div#vmap {
	height: 300px !important;  }  .bs-example1 {
	padding: 10px;  }  .table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 12px !important;  }  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 12px;  }  .col_2 {
	padding: 5px;  }    .tiles_info .tiles-head {
	padding: 5px 5px;
	font-size: 11px;  }  .tiles_info .tiles-body {
	font-size: 22px;
	padding: 15px 15px;  }  .grid-date {
	padding: 10px;  }  p.date-in, span.date-on{
	font-size: 1em;  }    .grid-date h4 {
	font-size: 3.5em;
	padding: 44px 0 15px 0;  }  .activity-desc h5 {
	font-size: 13px;  }  .pull-left {
	width: 35%;  }  .m-r-sm {
	margin-right: 0px;  }  .mrg10A {
	margin:1px!important;  }    .tile-progress {
	padding: 15px;  }  i.fa.fa-facebook, i.fa.fa-twitter, i.fa.fa-google-plus, i.fa.fa-dribbble, i.fa.fa-linkedin, i.fa.fa-youtube, i.fa.fa-skype, i.fa.fa-flickr{
	font-size: 30px;  }  h3.count.text-light {
	font-size: 30px;  }  .coffee-top i {
	top: 70%;
	background: url(../images/1.png)no-repeat center;
	left: 31%;
	background-size: 70%;  }  .follow {
	padding: 3em 0px 2em;  }  .two p {
	font-size: 12px;  }  .two span {
	font-size: 1.3em;  }  .top-on1 p {
	font-size: 0.85em;  }  .wid_blog h1 {
	font-size: 1.3em;  }  .wid_blog {
	padding: 2em;  }  .editor {
	padding: 1em 1em 1.5em 1em;  }  .link1 {
	padding: 5px 5px;  }  .wid_blog-desc {
	padding:2.4em 1em;  }  .panel_2 {
	padding: 2em 1em 0;  }  .online-top {
	padding: 13.9px;  }  .friday h4 {
	font-size: 1.5em;  }  .friday-bottom h5 {
	font-size: 1.5em;  }  .main-grid1-grids {
	min-height: 180px;
	padding: 1em 2em 0;  }  .app-cam {
	width: 27%;  }  .navbar-right {
	margin-right: -10px;  }  .content-box-wrapper {
	padding: 1em;  }  i.icon_4 {
	margin-right: 10px;  }  span.badge {
	right: 17px;
	font-size: 9px;
	line-height: 11px;
	width: 15px;
	height: 15px;  }  .r3_counter_box1.for h5 {
	font-size: 32px;  }  .r3_counter_box1.for .stats span {
	font-size: 16px !important;  }  div#container-speed{
	width:165px !important;
	height:130px !important;  }  div#container-rpm{
	width:165px !important;
	height:130px !important;  }  div#container-speed1{
	width:165px !important;
	height:130px !important;  }  div#container-rpm1{
	width:165px !important;
	height:130px !important;  }  .spark-left span {
	left: 5px;
	top: 25px!important;  }  .login-form-info input[type=
	"password"] {      margin: 1.5em auto;  }  .login-form-info input[type=
	"submit"] {      margin-left: 1.2em;  }  .sign-up {
	width: 70%;  }  .sb-search.sb-search-open, .no-js .sb-search {
	min-width: 187px;  }  .social_icons {
	width: 39%;  }  .profile_details {
	margin: 0 3.1em 0 1em;  }  .sb-search {
	left: 80px;  }  .user-panel-top li {
	margin-left: 6px;  }  .grow {
	left: 28%;
	top: 41%;  }  .switch-right-grid ul {
	padding: 1em 0 1em;  }  canvas#line {
	width: 294px !important;
	height: 75px !important;  }  canvas#bar {
	width: 294px !important;
	height: 76px !important;  }  canvas.overlay, canvas.base {
	height: 76px;  }  .activity-img span {
	font-size: 10px;  }  .activity-desc-sub h5, .activity-desc-sub1 h5 {
	font-size: 13px;
	margin: 0 0 .1em;  }  .activity-desc-sub p, .activity-desc-sub1 p {
	font-size: 12px;  }  .activity-desc-sub:before {
	left: -14%;  }  .activity-desc1 {
	width: 10%;  }  .activity-desc-sub1:after {
	right: -10%;  }  .activity_box form {
	padding: 0 1em;  }  .activity_box input[type=
	"text"] {      padding: 6px 8px;
	font-size: 13px;
	width: 69%;  }  .activity_box input[type=
	"submit"] {      font-size: 14px;
	padding: 6px 0;  }  .single-bottom ul li input[type=
	"checkbox"]+label span:first-child {      width: 13px;
	height: 13px;
	border: 1px solid #C8C8C8;
	bottom: 3px;  }  .activity_box h3 {
	padding: .7em;
	font-size: 14px;  }  h1.blank, h3.blank1 {
	font-size: 1.7em;  }  .biseller-column p {
	font-size: 14px;  }  a.lightbox i {
	margin: 0.7em 0;
	font-size: 1.5em;  }  h4.asd label {
	font-size: 14px;  }  .panel .panel-heading {
	padding: 20px 20px;
	height: 53px;  }  .panel_text {
	font-size: 13px;  }  .editor {
	padding: 1em 1em 1em 1em;  }  .main-content2 {
	min-height: 1065px !important;  }  .main-content {
	min-height: 975px;  }  .input-group {
	width: 80%;  }  .main-content4 {
	min-height: 1995px !important;  }  ul.collection {
	padding: 1em;  }  span.badge1 {
	min-width: 2rem;
	right: 25px;  }  canvas#doughnut {
	width: 272px !important;
	height: 180px !important;  }  canvas#radar {
	width: 274px !important;
	height: 182px !important;  }  canvas#polarArea {
	width: 273px !important;
	height: 183px !important;  }  canvas#line1 {
	width: 405px !important;
	height: 127px !important;  }  .sign-in-form {
	width: 49%;  }  .error-main h3 {
	font-size: 4em;  }  .error-main p {
	font-size: 1.2em;  }  .legend {
	margin: 1em auto 2em;
	float: none;  }  canvas#pie {
	width: 410px !important;
	height: 270px !important;  }  canvas#bar1 {
	width: 410px !important;
	height: 140px !important;  }  .input-group.in-grp1 {
	margin: 0;  }  }  @media (
	max-width:1019px){   .social_icons {    width: 41%;   }  }  @media (
	max-width:991px){   .social_icons {    width: 41%;   }   .social_icons-left {
	float: left;   }   .profile_details {
	margin: 0 3.1em 0 0em;   }   .user-panel-top li a {
	padding: 5px 1px;   }   .sb-search {
	left: 65px;   }   .widget1 {
	margin-right: 2%;   }   .widget {
	width: 23.5%;
	float: left;   }   .switch-right {
	width: 32%;
	float: left;
	margin-right: 2%;   }   canvas#line {
	width: 275px !important;   }   canvas#bar {
	width: 275px !important;   }   .span_8 {
	float: left;   }   .switches {
	margin: 1em 0 0;   }   .grid_box1 {
	margin-bottom: 1em;   }   .widget_1_box2 {
	padding: 0;   }   .widget_middle_left, .widget_bottom_left {
	padding-right: 0;   }   .main-content2 {
	min-height: 2020px !important;   }   .main-content3 {
	min-height: 3200px !important;   }   .inbox_right {
	padding-left: 0;
	margin: 1.5em 0 0;   }   .grid_2 {
	float: left;
	width: 33.33%;
	padding:0 10px;   }   canvas#doughnut {
	width: 266px !important;
	height: 170px !important;   }   canvas#radar {
	width: 265px !important;
	height: 170px !important;   }   canvas#polarArea {
	width: 265px !important;
	height: 170px !important;   }   .grid_2_bot {
	float: none;
	width: 100%;   }   .grid_2_bot:nth-child(2) {
	margin:1.5em 0 0;   }   .media_1-left {
	padding-right: 0;   }   .media_1-right {
	padding-left: 0;
	margin-top: 1.5em;   }   .main-content6 {
	min-height: 2200px !important;   }   .sign-in-form {
	width: 52%;   }   .error-main-right img {
	width: 50%;   }     }  @media (
	max-width:966px){  .float-left {      width: 14%;  }  .input-group {
	margin: 0 0 0 1em;
	width:40%;  }   .navbar-right {
	margin-right:3px !important;  }  .col-md-3.widget {
	width:100%;
	float:none;  }  .span_7, .span_8, .col_4{
	padding:0;  }  .span_8, .stats-info, .col_4{
	margin-bottom:1em;  }  .span_4 {
	padding: 0;
	margin:1em 0;  }  .col_1_of_2.span_1_of_2 {
	width: 50%;
	float: left;  }  .graph_box {
	text-align: center;  }  .grid_2 {
	padding: 0;
	margin-bottom: 1em;  }  .graph_box1 {
	text-align: center;  }  .col-md-8.inbox_right {
	padding: 0;
	margin-top:1em;  }  .col-md-4.widget_1_box1 {
	margin-bottom: 1em;  }  .follow {
	padding: 1em;  }  .coffee-top{
	text-align:center;  }  .coffee-top img{
	display:inline-block;  }  .stats-info3{
	padding:0;
	margin-bottom:1em;  }  .widget_1_box2 {
	padding: 0;
	margin-top: 1em;  }  .wid_blog-desc {
	padding: 1em;  }  .copy_layout {
	margin: 1em 0 0em 0;  }  .login-social-link a.facebook {
	margin-right: 10px;  }  .app-cam {
	width: 30%;  }  .login-social-link a {
	padding: 10px 15px;
	width: 47.5%;  }  ul.new li.new_left, ul.new li.new_right {
	float: none;  }  .coffee-top i {
	top: 88%;
	background: url(../images/1.png)no-repeat center;
	left: 44%;
	background-size: 70%;  }  .logo-admin-element {
	padding: 17px 0;  }  .col-md-3.widget.widget1 {
	width:100%;  }  .grid_box1 {
	margin-bottom: 5px;  }  .grid_4, .grid_5{
	padding: 20px 10px;  }  .modal-dialog {
	width: 400px !important;  }  .bs-example4, .bs-example5{
	padding: 1em;  }  ul.new {
	margin: 1em 0 0 0;
	text-align: center;  }  .spark-left {
	padding-left: 0;
	padding-right: 0;
	background: #fff;  }  .sparks-left {
	margin: 1em 0;  }  .spar-left {
	padding-right: 0;
	background: #fff;  }  .spar-right {
	margin-top: 1em;  }  .spark-right {
	margin-top: 1em;  }  .switches-right {
	padding-right: 1em;  }  div#container-speed{
	width:225px !important;
	height:170px !important;  }  div#container-rpm{
	width:225px !important;
	height:170px !important;  }  div#container-speed1{
	width:225px !important;
	height:170px !important;  }  div#container-rpm1{
	width:225px !important;
	height:170px !important;  }  div#char {
	height: 202px !important;  }  .map {
	margin:2em 0;  }  .login-form-info input[type=
	"submit"] {      margin-left: 0.9em;  }  .sign-up {
	width: 90%;  }  }  @media (
	max-width:960px){   .social_icons {    width: 42%;   }  }  @media (
	max-width:937px){   .social_icons {    width: 44%;   }  }  @media (
	max-width:894px){   .social_icons {    width: 45%;   }  }  @media (
	max-width:875px){   .social_icons {    width: 50%;   }  }  @media (
	max-width:800px){   .profile_details_left {    float: none;   }   .social_icons {
	float: left;
	width: 60%;
	margin-left: 1em;
	margin: 1em 0 1em 1em;   }   .sticky-header .main-content {
	padding-top: 100px;   }   .grow {
	left: 43%;   }   .switch-right {
	width: 100%;
	float: none;
	margin-right: 0%;   }   canvas#line,canvas#bar {
	width: 100% !important;
	height: auto !important;   }   .span_8 {
	float: none;
	width: 100%;
	margin-right: 0;   }   .left-side-collapsed .logo-admin-icon {
	height: 100px;   }   .logo-admin-icon a i {
	padding-top: 30px;   }   .activity-img1 {
	width: 17%;   }   .activity-desc-sub1:after {
	right: -4%;   }   .main-content2 {
	min-height: 2565px !important;   }   .panel-body.panel-body-inputin {
	padding: 1em 0;   }   .form-horizontal .control-label {
	float: left;
	width: 13%;
	padding: 0;   }   .input-group {
	width: 55%;
	float: left;   }   .main-content3 {
	min-height: 2815px !important;   }   .panel-body1 {
	padding: 1em;
	margin: 1em 0 0 0;   }   .panel-warning {
	margin-top: 1em;   }   .main-content4 {
	min-height: 1910px !important;   }   .main-content3copy {
	min-height: 1475px !important;   }   .grid_2 {
	float: none;
	width: 100%;   }   .main-content5 {
	min-height: 2080px !important;   }   .sign-in-form {
	width: 64%;   }   .new_people h4 {
	font-size: 1.7em;   }   .error-main-right {
	margin-top: 3em;   }   .main-content2copy {
	min-height: 1100px !important;   }  }  @media (
	max-width:768px){   .user-panel-top li a {    padding: 10px 10px 0;   }   .sb-search {
	left: 105px;
	top: 5px;   }   .sb-search.sb-search-open, .no-js .sb-search {
	min-width: 300px;   }   span.badge {
	top: 4px;
	right: 22px;   }   .main-content1 {
	min-height: 1855px !important;   }   .panel .panel-heading {
	padding: 15px 20px;
	height: 45px;   }   .widget_middle {
	margin: 1.5em 0 0.5em;   }   .main-content2 {
	min-height: 2505px !important;   }   .main-content3 {
	min-height: 2850px !important;   }   .float-left {
	width: 20%;   }   .main-content3copy{
	min-height: 1465px !important;   }   .graph_box {
	margin-bottom: 0em;   }   .label {
	padding: .2em .3em .3em;   }   .main-content6 {
	min-height: 2285px !important;   }   .sign-in-form-top {
	background: url(../images/3.jpg) no-repeat 0px -80px;
	min-height: 115px;   }   .sign-in-form {
	width: 66%;   }   .new_people a {
	padding: 10px 30px;
	font-size: 14px;   }   .error-main h3 {
	font-size: 3.5em;   }   .error-main-right img {
	width: 60%;   }   .main-content2copy {
	min-height: 800px !important;   }   .jlkdfj1 {
	padding: 0;   }   .input-group.in-grp1 {
	margin: 0 1em;
	width: 65%;   }   .form-horizontal .control-label {
	width: 16%;
	margin: 0 0 1em;   }   .input-icon > i, .input-icon .icon {
	margin: 47px 8px;   }  }  @media (
	max-width: 739px){   .float-left {    width: 15%;   }  }  @media (
	max-width:736px){  .navbar-right~.navbar-right {    display: block;  }  .navbar-right {
	display: none;  }  p.monday {
	font-size: 1em;  }  .grid-date h4 {
	font-size:2.5em;
	padding:20px 0 0px 0;  }  .copy {
	padding: 1em 0;  }  ul.new {
	text-align: center;  }  .grid_box1{
	margin-bottom:5px;  }  .navbar-default .navbar-toggle {
	border-color:#000;
	background-color:#000 !important;  }  .navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;  }  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: rgb(189, 195, 199);  }  form.navbar-form.navbar-right {
	margin: 0;  }  .sidebar-nav.navbar-collapse {
	margin: 0;  }  .media_1-right {
	padding:0;  }  div#container-speed{
	width:320px !important;
	height:220px !important;  }  div#container-rpm{
	width:320px !important;
	height:220px !important;  }  div#container-speed1{
	width:320px !important;
	height:200px !important;  }  div#container-rpm1{
	width:320px !important;
	height:200px !important;  }  .navbar-brand {
	padding: 4px 14px !important;  }  .main-content3 {
	min-height: 3005px !important;  }  }  @media (
	max-width:667px){  div#container-speed{   width:300px !important;
	height:210px !important;  }  div#container-rpm{
	width:300px !important;
	height:210px !important;  }  div#container-speed1{
	width:300px !important;
	height:200px !important;  }  div#container-rpm1{
	width:300px !important;
	height:200px !important;  }  .grow {
	left: 41%;  }  }  @media (
	max-width:655px){   .social_icons {    width: 64%;   }  }  @media (
	max-width:642px){   .social_icons {    width: 63%;   }  }  @media (
	max-width:640px){  div#container-speed{   width:280px !important;
	height:200px !important;  }  div#container-rpm{
	width:280px !important;
	height:200px !important;  }  div#container-speed1{
	width:280px !important;
	height:200px !important;  }  div#container-rpm1{
	width:280px !important;
	height:200px !important;  }  .float-left {
	width: 30%;  }  .input-group {
	margin: 0 0 1em;
	width: 70%;  }  .login-form-info input[type=
	"submit"] {      margin-left: 1.05em;  }  .login-form-info {
	width: 70%;  }  .social_icons {
	width: 63%;  }  .widget1 {
	margin-bottom: 1em;  }  .user-panel-top li:first-child {
	margin: .2em 0 0;  }  h1.blank, h3.blank1 {
	font-size: 1.5em;  }  .grid_box1 {
	margin-bottom: 1em;  }  .main-content1 {
	min-height: 2085px !important;  }  .main-content2 {
	min-height: 2595px !important;  }  .main-content3 {
	min-height: 3315px !important;  }  footer-admin {
	position: inherit;  }  .main-content3copy {
	min-height: 1465px !important;  }  .sign-in-form {
	width: 81%;  }  .sign-in-form-top {
	padding: 2em 0 0;  }  .sign-up1 h4 {
	font-size: 16px;  }  .main-content2copy {
	min-height: 700px !important;  }  .error-main {
	margin: 2em 0 5em;  }  body.sticky-header {
	background: #000;  }  .sticky-left-side {
	position: absolute;  }  .sticky-header .logo-admin {
	position: absolute;  }  .form-horizontal .control-label {
	margin: 1em 0 1em 1em;
	width: 100%;
	text-align: left;  }  .jlkdfj1 {
	padding-left: 1em;  }  .input-icon > i, .input-icon .icon {
	margin: 66px 8px;  }  }  @media (
	max-width: 625px){   .social_icons {    float: none;
	width: 100%;   }   .profile_details {
	float: none;
	width:94%;   }   .user-panel-top li:first-child {
	margin: 0.5em 0 0.5em 2em;   }   .user-name p span {
	display: block;
	float: none;
	width: 100%;   }   .user-name {
	width:14%;   }   .user-panel-top li:first-child {
	margin: 0.5em 0 0.5em 0em;   }   .user-panel-top li a i {
	float: left;   }   .profile_details_drop a {
	padding: 0px 0px 8px !important;   }   li.dropdown.profile_details_drop{
	margin-left: 2em;   }   ul.dropdown-menu.drp-mnu {
	left: 7%;   }   .sticky-header .main-content {
	padding-top: 163px;   }   .left-side-collapsed .logo-admin-icon {
	height: 159px;   }   .logo-admin-icon a i {
	padding-top: 60px;   }   .user-panel-top li {
	margin-top: 8px;   }  }  @media (
	max-width:600px){   .main-content {    position: relative;   }  div#container-speed{
	width:260px !important;
	height:190px !important;  }  div#container-rpm{
	width:260px !important;
	height:190px !important;  }  div#container-speed {
	margin: 0 !important;  }  div#container-speed1{
	width:260px !important;
	height:190px !important;  }  div#container-rpm1{
	width:260px !important;
	height:190px !important;  }  .sticky-header.left-side-collapsed .header-section {
	left: 0;  }  .sticky-header .header-section {
	position: absolute;
	left: 0;  }  .menu-right {
	margin: 6px 0px 0px 0;  }  div#page-wrapper {
	padding: 2em 2em 0.1em;  }  .activity-img1 {
	width: 25%;  }  .activity-desc-sub1:after {
	right: -6%;  }  .main-content3 {
	min-height: 3415px !important;  }  .main-content4 {
	min-height: 1935px !important;  }  .main-content3copy {
	min-height: 1465px !important;  }  .main-content6 {
	min-height: 2560px !important;  }  .signin:after {
	background: url(../images/6.png) no-repeat 0px 0px;
	width: 482px;
	background-size: 100%;  }  .error-btn a {
	font-size: 1em;  }  .error-main p {
	font-size: 1em;  }  .error-main-left {
	margin: 1em 0 0;  }  .error-main-right {
	margin-top: 1em;  }  }  @media (
	max-width:568px){  div#container-speed{   width:256px !important;
	height:180px !important;  }  div#container-rpm{
	width:256px !important;
	height:180px !important;  }  div#container-speed1{
	width:256px !important;
	height:180px !important;  }  div#container-rpm1{
	width:256px !important;
	height:180px !important;  }  div#page-wrapper {
	padding: 2em 1em;  }  .sb-search.sb-search-open, .no-js .sb-search {
	min-width: 260px;  }  div#page-wrapper {
	padding: 1em 1em .1em;  }  }  @media (
	max-width:480px){   .user-panel-top li {    margin-top: 0px;   }   .tab {
	margin: 0;   }   .pagination {
	margin: 6px 0;   }   .main-content {
	min-height: 855px;   }  span.label.label-default{
	line-height: 2em;  }  button.btn.btn-lg, button.btn{
	margin-bottom:3px;  }  .modal-dialog {
	width: 370px !important;  }  .coffee-top i {
	top: 82%;
	left: 39%;  }  .well1 {
	padding: 1em;  }  .panel-body1 {
	margin: 1em 0 0 0;  }  .panel-warning {
	margin-top: 1em;  }  .app-cam {
	width: 50%;
	margin: 2em auto auto auto;  }  .app-cam input[type=
	"text"], .app-cam input[type="password"]{    padding: 10px;  }    .login-logo-admin {
	padding: 40px 0;  }  .pull-left {
	width: 50%;  }  .mail-toolbar.clearfix {
	padding: 1em 0;  }  .copy_layout {
	padding: 10px;  }  button.btn.btn-success {
	padding:9px 12px;  }  .xs h3, .widget_head {
	font-size: 1.5em;
	margin-bottom: 15px;  }  .follow {
	padding: 1em 0;  }  .widget_1_box2 {
	margin-top: 0;  }  .wid_blog h1 {
	font-size: 1em;  }  .wid_blog {
	padding: 1em;  }  .widget_5 {
	margin: 0;  }  .table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 5px !important;  }  td.head {
	font-size:1em !important;  }  div#container-speed{
	width:210px !important;
	height:150px !important;  }  div#container-rpm{
	width:210px !important;
	height:150px !important;  }  div#container-speed1{
	width:210px !important;
	height:150px !important;  }  div#container-rpm1{
	width:210px !important;
	height:150px !important;  }  .switches-right1 {
	padding:0;  }  ul.collection, .mailbox-content {
	padding: 1em 1em;
	background: #fff;  }  .float-left {
	float: none !important;
	width: 100%;
	margin:0 0 .5em;  }  .float-right, .pull-right {
	float: none !important;  }  .position-center {
	width: 100%;
	margin: 0 auto;  }  .form-group {
	margin-bottom: 0.5em !important;  }  .btn-block {
	display: block !important;
	width: 94% !important;
	margin: 0 auto !important;  }  .login-form-info {
	width: 90%;  }  .login-form-info input[type=
	"submit"] {      margin-left: 0.9em;  }  .sign-up1 {
	float: left;
	width: 38%;  }  .sign-up2 {
	float: left;
	width: 62%;  }  ul.dropdown-menu {
	min-width: 215px;  }  .toggle-btn {
	margin: .4em 1em 0 1em;  }  .sb-search.sb-search-open, .no-js .sb-search {
	min-width: 185px;  }  li.dropdown.profile_details_drop {
	margin-left: 1em;  }  .social_icons {
	margin: 0;  }  .user-panel-top li:first-child {
	margin: 0;  }  ul.dropdown-menu li {
	margin: 0;  }  .profile_details {
	margin: .5em 0 0 1em;  }  ul.dropdown-menu.drp-mnu {
	left: 0;  }  .menu-right {
	margin: .2em 0px 1em 0;  }  .sticky-header .main-content {
	padding-top: 145px;  }  .grow {
	left: 38%;  }  .left-side-collapsed .logo-admin-icon {
	height: 140px;  }  .logo-admin-icon a i {
	padding-top: 50px;  }  .grid_box1 {
	margin-bottom: .5em;  }  .main-content1 {
	min-height: 1680px !important;  }  .main-content2 {
	min-height: 2770px !important;  }  .main-content3 {
	min-height: 3005px !important;  }  .main-content4 {
	min-height: 1470px !important;  }  .panel-body-com-m {
	padding: 1em !important;  }  .main-content3copy {
	min-height: 1390px !important;  }  canvas#line1 {
	width: 380px !important;  }  canvas#pie {
	width: 380px !important;
	height: 245px !important;  }  canvas#bar1 {
	width: 380px !important;  }  .main-content5 {
	min-height: 1995px !important;  }  .grid_3 {
	margin-bottom: 1em;  }  .media_1-right {
	margin-top: 1em;  }  .main-content6 {
	min-height: 2605px !important;  }  .sign-in-form-top p {
	font-size: 1.7em;  }  .sign-in-form-top {
	min-height: 95px;  }  span.checkbox1 {
	width: 55%;  }  .log-input:nth-child(1) {
	margin: 1em 0 0;  }  .sign-in-form input[type=
	"submit"] {      font-size: 1em;
	padding: 0.5em 1em 0.5em 1em;  }  .signin:after {
	background: url(../images/6.png) no-repeat 0px 0px;
	width: 405px;
	background-size: 100%;  }  .error-main h3 {
	font-size: 2.5em;  }  .main-content2copy {
	min-height: 700px !important;  }  }  @media (
	max-width:445px){   .social_icons-left {    padding-left: .5em;   }  }  @media (
	max-width:424px){   .social_icons-left a {    padding: .6em 0.5em .5em;   }   .user-name {
	width: 25%;   }   .sb-search.sb-search-open, .no-js .sb-search {
	min-width: 145px;   }  }  @media (
	max-width:414px){  div#container-speed{   width:180px !important;
	height:125px !important;  }  div#container-rpm{
	width:180px !important;
	height:125px !important;  }  div#container-speed1{
	width:200px !important;
	height:150px !important;  }  div#container-rpm1{
	width:200px !important;
	height:150px !important;  }  div#char {
	height: 150px !important;  }  ul.float-right {
	left: 15%;  }  .alert {
	padding: 10px;
	font-size: 14px;  }  i.icon_4 {
	width: 35px;
	height: 35px;
	font-size: 1em;
	line-height: 34px;  }  span.email-title {
	font-size: 14px;  }  .grid_1 h4 {
	font-size: 1.2em;
	padding: 1em 0 0.5em;  }  .request {
	padding: 0;
	margin: 5em 1em;  }  .form-horizontal .form-group {
	padding: 0 !important;  }  .btn-block {
	width: 100% !important;  }  .login-form1 {
	padding: 2em 0;  }  .new-people {
	margin: 3em 0 0;  }  .new-people p {
	font-size: 13px;
	margin: 1em 0 2em;
	line-height: 1.7em;  }  .new-people h3 {
	font-size: 1.3em;  }  .login-form-info input[type=
	"submit"] {      margin-left: 0.6em;  }  .sign-up-form {
	padding: 2em 0;
	background: #b8c9f1;  }  .sign-up-form p {
	font-size: 14px;
	margin: 1em 0 2em;
	line-height: 1.7em;  }  .sign-up {
	width: 100%;  }  .sign-up {
	padding: 1em 0em;  }  .sign-up1 h4 {
	margin: 1.6em 0 1em;
	font-size: 15px;  }  .sign-up1 {
	float: left;
	width: 42%;  }  .sign-up2 {
	float: left;
	width: 58%;  }  .sub-login {
	margin: 2em 0 0;  }  .sign-up-form p {
	margin: 0.4em 0 2em;    }  #loginBox {
	right: -58px;  }  .r3_counter_box h5 {
	font-size: 1.5em;  }  .r3_counter_box .fa {
	font-size: 1.5em;
	line-height: 60px;
	height: 70px;  }  .stats {
	padding: 1.2em;  }  .grow {
	left: 35%;
	top: 37%;  }  .activity-img1 {
	width: 39%;  }  .activity-desc-sub1:after {
	right: -9%;  }  .left-side-collapsed .custom-nav li a span {
	padding: 9px;
	min-width: 110px;
	top: 6px;  }  .left-side-collapsed .custom-nav li.nav-hover ul {
	min-width: 110px;  }  .grid_box1 {
	margin-bottom: 0.1em;  }  .main-content2 {
	min-height: 2655px !important;  }  .main-content4 {
	min-height: 1490px !important;  }  canvas#pie {
	width: 325px !important;
	height: 210px !important;  }  canvas#line1 {
	width: 308px !important;  }  canvas#bar1 {
	width: 310px !important;  }  .main-content5 {
	min-height: 1810px !important;  }  .main-content6 {
	min-height: 3140px !important;  }  .sign-in-form {
	width: 95%;  }  .error-main-right img {
	width: 100%;  }  .user-panel-top li {
	margin-top: 0px;  }  ul.dropdown-menu {
	min-width: 175px;  }  .notification_desc p {
	white-space: initial;  }  }  @media (
	max-width:384px){  div#container-speed{   width:160px !important;
	height:120px !important;  }  div#container-rpm{
	width:160px !important;
	height:120px !important;  }  div#container-speed1{
	width:200px !important;
	height:150px !important;  }  div#container-rpm1{
	width:200px !important;
	height:150px !important;  }  .switches1 {
	margin: 5.3em 0em 0;  }  .login-form-info {
	width: 100%;  }  .login-header {
	padding: 1.5em 1em;  }  #loginBox {
	right: -100px;  }  .dropdown-menu2 {
	right: -12px;  }  .social_icons-left a {
	font-size: .7em;  }  .user-panel-top li a {
	padding: 10px 5px 0;  }  .sb-search {
	left: 80px;  }  h4.asd label {
	font-size: 13px;
	padding-left: .5em;  }  .main-content2 {
	min-height: 2680px !important;  }  footer-admin p {
	font-size: 13px;  }  .main-content3 {
	min-height: 3080px !important;  }  .main-content4 {
	min-height: 1640px !important;  }  .mailbox-content, .request {
	margin: 0.5em 0em 0em;  }  .main-content3copy {
	min-height: 1390px !important;  }  canvas#pie {
	width: 295px !important;
	height: 190px !important;  }  canvas#line1 {
	width: 290px !important;  }  canvas#bar1 {
	width: 285px !important;  }  .main-content6 {
	min-height: 3485px !important;  }  }  @media (
	max-width:375px){   ul.dropdown-menu {    min-width: 167px;   }  }  @media (
	max-width:320px){   .main-content {    min-height: 1180px;   }   .form-control1, .form-control_2.input-sm {
	padding: 5px 10px;
	font-size: 13px;
	height: 28px;   }   button.btn.btn-success {
	padding: 4px 12px;   }   .mailbox-content h2 {
	font-size: 1em;
	padding: 1em 0;  }  .login-logo-admin {
	padding:20px 0;  }  .login-logo-admin img{
	width:40%;  }  .app-cam {
	width: 70%;
	margin: 1em auto auto auto;  }  h2.form-heading {
	font-size: 16px;  }    .login-social-link a {
	padding: 8px 15px;  }  .pagination-lg>li>a, .pagination-lg>li>span {
	padding: 6px 13px;
	font-size: 16px;  }  .modal-dialog {
	width:240px !important;  }  .grid_3 {
	margin-bottom: 1em;  }  ul.collection li {
	margin-bottom: 1em;  }  .m-r-sm {
	font-size: 13px;  }  a.btn.btn-default.dropdown-toggle {
	padding: 3px 6px;
	font-size: 13px;  }  a.btn.btn-default {
	padding: 3px 9px;  }  .btn.btn_1.btn-default.mrg5R {
	padding: 3px 10px;  }  a#home-tab {
	padding: 7px 5px;  }  .btn-warng1{
	padding:5px;  }  .coffee-top i {
	top: 73%;
	left: 37%;  }  body#login {
	min-height: 500px;  }  h1#h1{
	font-size:17px !important;  }  h2#h2{
	font-size:16px !important;  }  h3#h3{
	font-size:15px !important;  }  h4#h4{
	font-size:14px !important;  }  button.btn.btn_5 {
	font-size: 13px;
	padding: 8px 10px;  }  button.btn.btn-lg, button.btn {
	margin-bottom: 3px;  }  span.btn_6{
	font-size: 55%;  }  span.btn_7{
	font-size: 64%;  }  div#container-speed{
	width:140px !important;
	height:110px !important;  }  div#container-rpm{
	width:140px !important;
	height:110px !important;  }  div#container-speed1{
	width:160px !important;
	height:130px !important;  }  div#container-rpm1{
	width:160px !important;
	height:130px !important;  }  .r3_counter_box1 {
	min-height:0px;
	background: #ffffff;  }  .r3_counter_box1.for h5 {
	font-size: 23px;  }  .r3_counter_box1.for .stats span {
	font-size: 14px !important;  }  .r3_counter_box1.for {
	min-height: 79px;
	padding: 12px;  }  div#char {
	height: 140px !important;  }  .dropdown-menu2 {
	right: -73px;  }  #loginBox {
	right: -150px;  }  .user-panel-top li a i {
	font-size: 0.8em;
	width: 17px;
	height: 20px;  }  span.badge {
	right: 13px;  }  .toggle-btn {
	font-size: 12px;
	padding: 6px 0 0;
	width: 30px;
	height: 30px;  }  .sb-search {
	left: 65px;  }  .sb-search.sb-search-open, .no-js .sb-search {
	min-width: 115px;  }  .profile_img span {
	width: 30px;
	height: 30px;  }  .user-name {
	width: 55%;
	margin-top: 2px;
	margin-left: 9px;  }  .user-name p {
	font-size: 13px;  }  .profile_details ul li {
	width: 50%;  }  a.yui {
	padding: .6em .7em .5em !important;  }  .social_icons {
	margin-left: 0.5em;
	width: 97%;  }  .social_icons-left a {
	font-size: .6em;
	padding: .6em 0.5em .5em;  }  .left-side-collapsed .logo-admin-icon {
	height: 123px;  }  .sticky-header .main-content {
	padding-top: 128px;  }  .left-side-collapsed .custom-nav li a i {
	font-size: 1em;  }  .left-side-collapsed .custom-nav li a {
	padding: 6px;  }  .left-side-collapsed .custom-nav li a span {
	padding: 8px;
	min-width: 105px;
	top: 2px;
	font-size: 13px;  }  .custom-nav .sub-menu-list > li > a {
	font-size: 12px;  }  .left-side-collapsed .custom-nav li.nav-hover ul {
	min-width: 105px;
	top: 36px;  }  .grow p {
	font-size: 10px;  }  .grow {
	width: 75px;
	height: 24px;
	padding: .3em 0 0;
	top: 42%;  }  .switch-right-grid1 {
	padding: 1em 1em 0;  }  .switch-right-grid h3 {
	font-size: 14px;  }  .switch-right-grid ul {
	padding: 0.5em 0 1em;  }  .activity-desc h5 {
	font-size: 14px;  }  .activity-desc p,.grid_3 p,span.badge1,.list-group-item,.sidebard-panel .feed-element, .media-body, .sidebard-panel p {
	font-size: 13px;  }  .bs-example5.example_6 {
	display: none;  }  .panel_2 {
	padding: 1em 1em 0;
	margin-top: 1em;  }  .main-content6 {
	min-height: 3220px !important;  }  span.checkbox1 {
	width: 70%;  }  .signin-rit p {
	font-size: 14px;  }  .log-input input[type=
	"text"], .log-input input[type="password"] {      margin: 0em 0em 1em 0em;  }  .signin {
	padding: 1em;  }  .sign-in-form-top p {
	font-size: 1.5em;  }  .sign-in-form input[type=
	"submit"] {      margin-top: 0;  }  .alert {
	font-size: 13px;
	margin-bottom: 10px;  }  .signin:after {
	background: url(../images/6.png) no-repeat 0px 0px;
	width: 305px;
	background-size: 100%;  }  .new_people h4 {
	font-size: 1.3em;  }  .new_people p {
	margin: 0.5em 0 2em;
	font-size: 13px;  }  .sign-up h3 {
	font-size: 1.5em;  }  p.creating {
	font-size: 13px;
	margin: 0 0 2em;  }  .sign-up h5 {
	margin: 0 0 1em;
	font-size: 18px;  }  .sign-up2 input[type=
	"text"],.sign-up2 input[type="password"] {      font-size: 13px;
	padding: 8px 10px;
	margin: 0.5em 0;  }  .sub_home {
	margin: 1em 0 0;  }  .sign-up input[type=
	"submit"] {      font-size: 14px;
	padding: 6px 0;  }  .sub_home_right p {
	font-size: 14px;  }  .error-main span {
	font-size: 1.5em;  }  .error-main p {
	font-size: 13px;  }  .error-main-right img {
	width: 55%;
	margin: 1em auto 0;  }  .error-main-left,.error-main-right {
	float: none;
	width: 100%;
	text-align: center;
	margin: 0;  }  .new_people a {
	padding: 7px 20px;  }  .new_people {
	padding: 2em 0 0;  }  .activity_box {
	min-height: 320px;  }  .activity_box1,.activity_box2 {
	min-height: 345px;  }  .activity-row {
	margin-bottom: 0.5em;
	padding-bottom: .5em;  }  .activity-img1 {
	width: 50%;  }  .activity-desc-sub1:after {
	right: -12%;  }  .activity_box input[type=
	"submit"] {      font-size: 13px;
	padding: 4px 0;
	width: 25%;
	margin-left: 0em;  }  .activity_box form {
	padding: 0;  }  .activity_box input[type=
	"text"] {      padding: 3px 8px;
	font-size: 12px;  }  h1.blank, h3.blank1 {
	font-size: 1.3em;
	margin: 0 0 0.7em;  }  .table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 5px !important;
	display: block;  }  .main-content1 {
	min-height: 1480px !important;  }  label.round {
	float: none;
	margin-top: 45%;  }  .panel .panel-heading {
	padding: 5px 15px 0;
	height: 73px;  }  .main-content2 {
	min-height: 3050px !important;  }  .collapsed span {
	padding-left: 7em;  }  .pa_italic i {
	padding-left: 7em;  }  .main-content3 {
	min-height: 2785px !important;  }  .input-group {
	width: 100%;  }  .panel-body.no-padding {
	padding: 1em;  }  .main-content4 {
	min-height: 4545px !important;  }  .com-mail input[type=
	"submit"] {      padding: 5px 25px;  }  .main-content3copy {
	min-height: 1390px !important;  }  canvas#doughnut {
	width: 230px !important;
	height: 150px !important;  }  canvas#radar {
	width: 225px !important;
	height: 150px !important;  }  canvas#polarArea {
	width: 225px !important;
	height: 150px !important;  }  canvas#pie {
	width: 230px !important;
	height: 150px !important;  }  canvas#line1,canvas#bar1 {
	width: 230px !important;
	height: auto !important;  }  .main-content5 {
	min-height: 1470px !important;  }  .well {
	font-size: 13px;
	margin-bottom: 10px;  }  .main-content2copy {
	min-height: 700px !important;  }  .logo-admin a {
	font-size: 0.6em;  }  .nav>li>a {
	font-size: 14px;  }  .left-side {
	width: 160px;  }  .sticky-header .logo-admin {
	width: 160px;  }  .main-content {
	margin-left: 160px;  }  ul.dropdown-menu {
	min-width: 130px;  }  .progress {
	height: 4px;
	margin-bottom: 0px;  }  .notification_bottom a {
	padding: 0.2em 0 !important;
	font-size: 13px;  }  .notification_bottom {
	margin-top: .5em;  }  .notification_header h3 {
	line-height: 1.5em;  }  .notification_desc p {
	white-space: initial;  }  .input-icon > i, .input-icon .icon {
	margin: 54px 8px;  }  .has-feedback label~.form-control-feedback {
	top: 22px !important;  }  .panel.panel-warning .panel-heading {
	height: 25px;  }  textarea.form-control1.control2 {
	height: 100px;  }  .form-group {
	margin-bottom: 0.2em !important;  }  .input-group.in-grp1 {
	margin: 0 1em 0 0;
	width: 100%;  }  }
	z-index:;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* #Basic Styles
================================================== */

html {
	height: 100%;
}
body {
	-webkit-font-smoothing: antialiased;
	/* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
/* #Typography
================================================== */

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}
h1 {
	margin-bottom: 15px;
}
h2 {
	margin-bottom: 5px;
}
h3 {
	margin-bottom: 15px;
}
h4 {
	margin-bottom: 5px;
}
h5 {
	margin-bottom: 5px;
}
h6 {
	margin-bottom: 15px;
}
p {
	margin: 0 0 15px;
}
em, i {
	font-style: italic;
}
b, strong {
	font-weight: 700;
	color: #012b98;
}
big, .big {
	font-size: 20px;
	line-height: 30px;
}
bigbig, .bigbig {
	font-size: 24px;
	line-height: 38px;
}
bigbig, .bigbig:hover {
	color: red;
	font-weight:  bold;
}
dt {
	font-weight: 700;
}
/* #Links
================================================== */

a, a:visited, a:focus {
	text-decoration: none;
	outline: 0;
}
a:hover {
	text-decoration: none;
	/*font-weight:  bold; */
}
p a, p a:visited {
	line-height: inherit;
}
/* #Images
================================================== */

img.scale-with-grid, #Content img {
	max-width: 100%;
	height: auto;
}
.google-map img {
	max-width: none !important;
}
iframe {
	max-width: 100%;
}
/* Sizes ----------------------------------------------------------------------------- */

/* .mcb-wrap */

.one-sixth.mcb-wrap {
	width: 16.666%;
}
/* 1/6 */

.one-fifth.mcb-wrap {
	width: 20%;
}
/* 1/5 */

.one-fourth.mcb-wrap {
	width: 25%;
}
/* 1/4 */

.one-third.mcb-wrap {
	width: 33.333%;
}
/* 1/3 */

.two-fifth.mcb-wrap {
	width: 40%;
}
/* 2/5 */

.one-second.mcb-wrap {
	width: 50%;
}
/* 1/2 */

.three-fifth.mcb-wrap {
	width: 60%;
}
/* 3/5 */

.two-third.mcb-wrap {
	width: 66.666%;
}
/* 2/3 */

.three-fourth.mcb-wrap {
	width: 75%;
}
/* 3/4 */

.four-fifth.mcb-wrap {
	width: 80%;
}
/* 4/5 */

.five-sixth.mcb-wrap {
	width: 83.333%;
}
/* 5/6 */

.one.mcb-wrap {
	width: 100%;
}
/* 1/1 */

/* .column */

.one-sixth.column {
	width: 14.666%;
}
/* 1/6 */

.one-fifth.column {
	width: 18%;
}
/* 1/5 */

.one-fourth.column, .four.columns {
	width: 23%;
}
/* 1/4 */

.one-third.column {
	width: 31.333%;
}
/* 1/3 */

.two-fifth.column {
	width: 38%;
}
/* 2/5 */

.one-second.column {
	width: 50%;
}
/* 1/2 */

.three-fifth.column {
	width: 58%;
}
/* 3/5 */

.two-third.column {
	width: 64.666%;
}
/* 2/3 */

.three-fourth.column {
	width: 73%;
}
/* 3/4 */

.four-fifth.column {
	width: 78%;
}
/* 4/5 */

.five-sixth.column {
	width: 81.333%;
}
/* 5/6 */

.one.column {
	width: 100%;
}
/* 1/1 */

.section.full-width>.one.column, .section.full-width>.section_wrapper>.one.column, .section.full-width .one.wrap .one.column {
	width: 100%;
	margin: 0;
}
/* .Sidebar | .with_aside */

.with_aside .content_wrapper {
	max-width: 1200px;
	margin: 0 auto;
}
.with_aside .sections_group {
	width: 75%;
	float: left;
}
.with_aside .section_wrapper {
	max-width: 100%;
	max-width: calc( 100% - 20px);
}
.with_aside .four.columns {
	float: right;
	margin: 0;
}
.aside_left .sections_group {
	float: right;
}
.aside_left .four.columns {
	float: left;
}
/* Sidebar - Both | .aside_both */

.aside_both .sections_group {
	width: 60%;
	margin-left: 20%;
}
.aside_both .sidebar.columns {
	width: 18%;
}
.aside_both .sidebar-1 {
	float: left !important;
	margin-left: -79%;
}
/* Column ---------------------------------------------------------------------------- */

/* Column | Margin - Horizontal */

.no-margin-h .column {
	margin-left: 0;
	margin-right: 0;
}
.no-margin-h .one-sixth.column {
	width: 16.666%;
}
/* 1/6 */

.no-margin-h .one-fifth.column {
	width: 20%;
}
/* 1/5 */

.no-margin-h .one-fourth.column {
	width: 25%;
}
/* 1/4 */

.no-margin-h .one-third.column {
	width: 33.333%;
}
/* 1/3 */

.no-margin-h .one-second.column {
	width: 50%;
}
/* 1/2 */

.no-margin-h .two-third.column {
	width: 66.666%;
}
/* 2/3 */

.no-margin-h .three-fourth.column {
	width: 75%;
}
/* 3/4 */

.no-margin-h .one.column {
	width: 100%;
}
/* 1/1 */

/* Column | Margin - Bottom */

/* set in section options */

.column.column_divider {
	margin-bottom: 0 !important;
}
.column-margin-0px .column {
	margin-bottom: 0 !important;
}
.column-margin-10px .column {
	margin-bottom: 10px !important;
}
.column-margin-20px .column {
	margin-bottom: 20px !important;
}
.column-margin-30px .column {
	margin-bottom: 30px !important;
}
.column-margin-40px .column {
	margin-bottom: 40px !important;
}
.column-margin-50px .column {
	margin-bottom: 50px !important;
}
/* set in item options */

.column-margin-0px.column {
	margin-bottom: 0 !important;
}
.column-margin-10px.column {
	margin-bottom: 10px !important;
}
.column-margin-20px.column {
	margin-bottom: 20px !important;
}
.column-margin-30px.column {
	margin-bottom: 30px !important;
}
.column-margin-40px.column {
	margin-bottom: 40px !important;
}
.column-margin-50px.column {
	margin-bottom: 50px !important;
}
/* Column | Equal Height */

.equal-height .column .column_attr {
	height: 100%;
	box-sizing: border-box
}
/* Column | Align */

.column_attr.align_left {
	text-align: left
}
.column_attr.align_right {
	text-align: right
}
.column_attr.align_center {
	text-align: center
}
.column_attr.align_justify {
	text-align: justify
}
.mcb-wrap {
	float: left;
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mcb-wrap.divider {
	width: 100%;
}
/* #Buttons
================================================== */

a.tp-button {
	background: none;
	font-family: inherit !important;
	height: auto !important;
	line-height: inherit !important;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	letter-spacing: 0 !important;
	text-shadow: 0 0 0 !important;
	box-shadow: 0 0 0 !important;
	font-weight: 400 !important;
	border-width: 1px !important;
}
a.button, a.tp-button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	display: inline-block;
	padding: 6px 20px;
	margin-bottom: 0px;
	cursor: pointer;
	margin-right: 0px;
	border: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .03);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .03);
	background-image: url(../images/box_shadow_button.png);
	background-repeat: repeat-x;
	font-size: 15px;
}
a.button_js {
	padding: 0;
}
a.button.button_large, a.tp-button.button_large, button.button_large, input[type="submit"].button_large, input[type="reset"].button_large, input[type="button"].button_large {
	font-size: 110%;
	line-height: 110%;
}
/* Button label & icon */

a.button .button_label {
	display: block;
	float: left;
	position: relative;
	z-index: 2;
}
a.button .button_icon {
	display: block;
	float: left;
	background: rgba(255, 255, 255, 0);
	font-size: 25px;
}
a.button .button_icon i {
	color: rgb(255, 255, 255);
}
/* Button icon left */

a.button.button_left .button_icon, a.tp-button.button_left .button_icon {
	float: left;
}
a.button.button_right .button_icon, a.tp-button.button_right .button_icon {
	float: right;
}
/* Paddings */

a.button .button_label {
	padding: 16px 20px 18px 0px;
	font-size: 22px;
}
a.button .button_icon {
	padding: 15px 15px 15px 20px;
}
a.button_large .button_label {
	padding: 15px 30px;
}
a.button_large .button_icon {
	padding: 15px 13px;
}
/* Hover */

@media only screen and (min-width: 768px) {
	a.button:after, a.tp-button:after, button:after, input[type="submit"]:after, input[type="reset"]:after, input[type="button"]:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 0;
		z-index: 1;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
		background: rgba(0, 0, 0, .05);
	}
	a:hover.button, a:hover.tp-button {
		text-decoration: none;
	}
	a.button:hover:after, a.tp-button:hover:after, button:hover:after, input[type="submit"]:hover:after, input[type="reset"]:hover:after, input[type="button"]:hover:after {
		width: 100%;
	}
}
/* #Buttons stroke
================================================== */

.button-stroke a.button, .button-stroke a.tp-button, .button-stroke button, .button-stroke input[type="submit"], .button-stroke input[type="reset"], .button-stroke input[type="button"] {
	border-width: 2px;
	border-style: solid;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: transparent !important;
	-webkit-box-shadow: inset 0 0 0 0;
	box-shadow: inset 0 0 0 0;
	background-image: none;
}
.button-stroke a.button:after, .button-stroke a.tp-button:after, .button-stroke button:after, .button-stroke input[type="submit"]:after, .button-stroke input[type="reset"]:after, .button-stroke input[type="button"]:after {
	display: none;
}
.button-stroke a:hover.button, .button-stroke a:hover.tp-button, .button-stroke button:hover, .button-stroke input[type="submit"]:hover, .button-stroke input[type="reset"]:hover, .button-stroke input[type="button"]:hover {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	background-color: #828282;
}
.button-stroke a:hover.button.button_stroke_custom, .button-stroke a:hover.tp-button.button_stroke_custom {
	background-color: rgba(0, 0, 0, .05) !important;
}
/* Button icon */

.button-stroke a.button .button_icon {
	background: none;
}
.button-stroke a:hover.button .button_icon i, .button-stroke a.button.button_theme:hover .button_icon i {
	color: rgba(0, 0, 0, .5) !important;
}
/* Paddings */

.button-stroke a.button_left.button .button_label, .button-stroke a.button_left.button_large .button_label {
	padding-left: 0;
}
.button-stroke a.button_right.button .button_label, .button-stroke a.button_right.button_large .button_label {
	padding-right: 0;
}
.button-stroke a.button_left.button_large .button_icon {
	padding-left: 27px;
}
.button-stroke a.button_right.button_large .button_icon {
	padding-right: 27px;
}
/* Fix for odd Mozilla border & padding issues */

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*
|--------------------------------------------------------------------------
|  2.0 Buttons
|  
|--------------------------------------------------------------------------
|
| 
|
*/

/* Red */

a.button.button_red, a.tp-button.red {
	background-color: #e7432b;
	color: #fff;
}
.button-stroke a.button.button_red, .button-stroke a.button.button_red .button_icon i, .button-stroke a.tp-button.red {
	color: #e7432b;
	border-color: #e7432b;
}
.button-stroke a:hover.button.button_red, .button-stroke a:hover.tp-button.red {
	background-color: #e7432b !important;
	color: #fff;
}
/* Blue */

a.button.button_blue, a.tp-button.blue {
	background-color: #2e96db;
	color: #fff;
}
.button-stroke a.button.button_blue, .button-stroke a.button.button_blue .button_icon i, .button-stroke a.tp-button.blue {
	color: #2e96db;
	border-color: #2e96db;
}
.button-stroke a:hover.button.button_blue, .button-stroke a:hover.tp-button.blue {
	background-color: #2e96db !important;
	color: #fff;
}
/* Turquoise */

a.button.button_turquoise, a.tp-button.turquoise {
	background-color: #22e387;
	color: #fff;
}
.button-stroke a.button.button_turquoise, .button-stroke a.button.button_turquoise .button_icon i, .button-stroke a.tp-button.turquoise {
	color: #22e387;
	border-color: #22e387;
}
.button-stroke a:hover.button.button_turquoise, .button-stroke a:hover.tp-button.turquoise {
	background-color: #22e387 !important;
	color: #fff;
}
/* Yellow */

a.button.button_yellow, a.tp-button.yellow {
	background-color: #face43;
	color: #fff;
}
.button-stroke a.button.button_yellow, .button-stroke a.button.button_yellow .button_icon i, .button-stroke a.tp-button.yellow {
	color: #face43;
	border-color: #face43;
}
.button-stroke a:hover.button.button_yellow, .button-stroke a:hover.tp-button.yellow {
	background-color: #face43 !important;
	color: #fff;
}
/* Grey */

a.button.button_grey, a.tp-button.grey {
	background-color: #8f8f8f;
	color: #fff;
}
.button-stroke a.button.button_grey, .button-stroke a.button.button_grey .button_icon i, .button-stroke a.tp-button.grey {
	color: #8f8f8f;
	border-color: #8f8f8f;
}
.button-stroke a:hover.button.button_grey, .button-stroke a:hover.tp-button.grey {
	background-color: #8f8f8f !important;
	color: #fff;
}
/* Navy */

a.button.button_navy, a.tp-button.navy {
	background-color: #3b5982;
	color: #fff;
}
.button-stroke a.button.button_navy, .button-stroke a.button.button_navy .button_icon i, .button-stroke a.tp-button.navy {
	color: #3b5982;
	border-color: #3b5982;
}
.button-stroke a:hover.button.button_navy, .button-stroke a:hover.tp-button.navy {
	background-color: #3b5982 !important;
	color: #fff;
}
/* Orange */

a.button.button_orange, a.tp-button.orange {
	background-color: #ff8125;
	color: #fff;
}
.button-stroke a.button.button_orange, .button-stroke a.button.button_orange .button_icon i, .button-stroke a.tp-button.orange {
	color: #ff8125;
	border-color: #ff8125;
}
.button-stroke a:hover.button.button_orange, .button-stroke a:hover.tp-button.orange {
	background-color: #ff8125 !important;
	color: #fff;
}
/* Green */

a.button.button_green, a.tp-button.green {
	background-color: #88be4c;
	color: #fff;
}
.button-stroke a.button.button_green, .button-stroke a.button.button_green .button_icon i, .button-stroke a.tp-button.green {
	color: #88be4c;
	border-color: #88be4c;
}
.button-stroke a:hover.button.button_green, .button-stroke a:hover.tp-button.green {
	background-color: #88be4c !important;
	color: #fff;
}
/****************************************************/

/* Button darkgrey */

a.tp-button.darkgrey {
	background-color: transparent;
	color: #545454 !important;
	border-color: #545454;
}
a:hover.tp-button.darkgrey {
	background-color: #545454;
	color: #fff !important;
}
/* Button lightgrey */

a.tp-button.lightgrey {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}
a:hover.tp-button.lightgrey {
	background-color: #fff;
	color: #545454 !important;
}
/*
|--------------------------------------------------------------------------
|  3.0 Mfn-icons
|  
|--------------------------------------------------------------------------
|
| 
|
*/

@font-face {
	font-family: 'mfn-icons';
	src: url(fonts/mfn-icons.eot);
	src: url(fonts/mfn-icons.eot) format("embedded-opentype"), url(fonts/mfn-icons.woff) format("woff"), url(fonts/mfn-icons.ttf) format("truetype"), url(fonts/mfn-icons.svg) format("svg");
	font-weight: 400;
	font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'mfn-icons';
    src: url('fonts/../font/mfn-icons.svg?3416171#mfn-icons') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'mfn-icons';
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: none !important;
	width: 1em;
	margin-right: 0;
	text-align: center;
	opacity: 1;
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: 0;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Uncomment for 3D effect */
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}
.icon-acrobat:before {
	content: '\e800'
}
.icon-address:before {
	content: '\e801'
}
.icon-adjust:before {
	content: '\e802'
}
.icon-aim:before {
	content: '\e803'
}
.icon-air:before {
	content: '\e804'
}
.icon-alert:before {
	content: '\e805'
}
.icon-amazon:before {
	content: '\e806'
}
.icon-android:before {
	content: '\e807'
}
.icon-angellist:before {
	content: '\e808'
}
.icon-appnet:before {
	content: '\e809'
}
.icon-appstore:before {
	content: '\e80a'
}
.icon-archive:before {
	content: '\e80b'
}
.icon-arrow-combo:before {
	content: '\e80c'
}
.icon-arrows-ccw:before {
	content: '\e80d'
}
.icon-attach:before {
	content: '\e80e'
}
.icon-attach-line:before {
	content: '\e80f'
}
.icon-attention:before {
	content: '\e810'
}
.icon-back:before {
	content: '\e811'
}
.icon-back-in-time:before {
	content: '\e812'
}
.icon-bag:before {
	content: '\e813'
}
.icon-basket:before {
	content: '\e814'
}
.icon-battery:before {
	content: '\e815'
}
.icon-beaker-line:before {
	content: '\e816'
}
.icon-bell:before {
	content: '\e817'
}
.icon-bitbucket:before {
	content: '\e818'
}
.icon-bitcoin:before {
	content: '\e819'
}
.icon-block:before {
	content: '\e81a'
}
.icon-blogger:before {
	content: '\e81b'
}
.icon-book:before {
	content: '\e81c'
}
.icon-book-open:before {
	content: '\e81d'
}
.icon-bookmark:before {
	content: '\e81e'
}
.icon-bookmarks:before {
	content: '\e81f'
}
.icon-box:before {
	content: '\e820'
}
.icon-briefcase:before {
	content: '\e821'
}
.icon-brush:before {
	content: '\e822'
}
.icon-bucket:before {
	content: '\e823'
}
.icon-buffer:before {
	content: '\e824'
}
.icon-calendar:before {
	content: '\e825'
}
.icon-calendar-line:before {
	content: '\e826'
}
.icon-call:before {
	content: '\e827'
}
.icon-camera:before {
	content: '\e828'
}
.icon-camera-line:before {
	content: '\e829'
}
.icon-cancel:before {
	content: '\e82a'
}
.icon-cancel-circled:before {
	content: '\e82b'
}
.icon-cancel-squared:before {
	content: '\e82c'
}
.icon-cart:before {
	content: '\e82d'
}
.icon-cc:before {
	content: '\e82e'
}
.icon-cc-by:before {
	content: '\e82f'
}
.icon-cc-nc:before {
	content: '\e830'
}
.icon-cc-nc-eu:before {
	content: '\e831'
}
.icon-cc-nc-jp:before {
	content: '\e832'
}
.icon-cc-nd:before {
	content: '\e833'
}
.icon-cc-pd:before {
	content: '\e834'
}
.icon-cc-remix:before {
	content: '\e835'
}
.icon-cc-sa:before {
	content: '\e836'
}
.icon-cc-share:before {
	content: '\e837'
}
.icon-cc-zero:before {
	content: '\e838'
}
.icon-ccw:before {
	content: '\e839'
}
.icon-cd:before {
	content: '\e83a'
}
.icon-cd-line:before {
	content: '\e83b'
}
.icon-chart-area:before {
	content: '\e83c'
}
.icon-chart-bar:before {
	content: '\e83d'
}
.icon-chart-line:before {
	content: '\e83e'
}
.icon-chart-pie:before {
	content: '\e83f'
}
.icon-chat:before {
	content: '\e840'
}
.icon-check:before {
	content: '\e841'
}
.icon-clipboard:before {
	content: '\e842'
}
.icon-clock:before {
	content: '\e843'
}
.icon-clock-line:before {
	content: '\e844'
}
.icon-cloud:before {
	content: '\e845'
}
.icon-cloud-line:before {
	content: '\e846'
}
.icon-cloud-thunder:before {
	content: '\e847'
}
.icon-cloudapp:before {
	content: '\e848'
}
.icon-code:before {
	content: '\e849'
}
.icon-cog:before {
	content: '\e84a'
}
.icon-cog-line:before {
	content: '\e84b'
}
.icon-comment-fa:before {
	content: '\e84c'
}
.icon-comment-line:before {
	content: '\e84d'
}
.icon-compass:before {
	content: '\e84e'
}
.icon-credit-card:before {
	content: '\e84f'
}
.icon-cup:before {
	content: '\e850'
}
.icon-cup-line:before {
	content: '\e851'
}
.icon-cw:before {
	content: '\e852'
}
.icon-database-line:before {
	content: '\e853'
}
.icon-delicious:before {
	content: '\e854'
}
.icon-desktop-line:before {
	content: '\e855'
}
.icon-diamond-line:before {
	content: '\e856'
}
.icon-digg:before {
	content: '\e857'
}
.icon-direction:before {
	content: '\e858'
}
.icon-disqus:before {
	content: '\e859'
}
.icon-doc:before {
	content: '\e85a'
}
.icon-doc-landscape:before {
	content: '\e85b'
}
.icon-doc-line:before {
	content: '\e85c'
}
.icon-doc-text:before {
	content: '\e85d'
}
.icon-doc-text-inv:before {
	content: '\e85e'
}
.icon-docs:before {
	content: '\e85f'
}
.icon-dot:before {
	content: '\e860'
}
.icon-dot-2:before {
	content: '\e861'
}
.icon-dot-3:before {
	content: '\e862'
}
.icon-down:before {
	content: '\e863'
}
.icon-down-bold:before {
	content: '\e864'
}
.icon-down-circled:before {
	content: '\e865'
}
.icon-down-dir:before {
	content: '\e866'
}
.icon-down-open:before {
	content: '\e867'
}
.icon-down-open-big:before {
	content: '\e868'
}
.icon-down-open-mini:before {
	content: '\e869'
}
.icon-down-thin:before {
	content: '\e86a'
}
.icon-download:before {
	content: '\e86b'
}
.icon-drive:before {
	content: '\e86c'
}
.icon-droplet:before {
	content: '\e86d'
}
.icon-drupal:before {
	content: '\e86e'
}
.icon-duckduckgo:before {
	content: '\e86f'
}
.icon-dwolla:before {
	content: '\e870'
}
.icon-ebay:before {
	content: '\e871'
}
.icon-email:before {
	content: '\e872'
}
.icon-erase:before {
	content: '\e873'
}
.icon-eventasaurus:before {
	content: '\e874'
}
.icon-eventbrite:before {
	content: '\e875'
}
.icon-eventful:before {
	content: '\e876'
}
.icon-export:before {
	content: '\e877'
}
.icon-eye:before {
	content: '\e878'
}
.icon-eye-line:before {
	content: '\e879'
}
.icon-fast-backward:before {
	content: '\e87a'
}
.icon-fast-forward:before {
	content: '\e87b'
}
.icon-feather:before {
	content: '\e87c'
}
.icon-fire-line:before {
	content: '\e87d'
}
.icon-fivehundredpx:before {
	content: '\e87e'
}
.icon-flag:before {
	content: '\e87f'
}
.icon-flash:before {
	content: '\e880'
}
.icon-flashlight:before {
	content: '\e881'
}
.icon-flight:before {
	content: '\e882'
}
.icon-floppy:before {
	content: '\e883'
}
.icon-flow-branch:before {
	content: '\e884'
}
.icon-flow-cascade:before {
	content: '\e885'
}
.icon-flow-line:before {
	content: '\e886'
}
.icon-flow-parallel:before {
	content: '\e887'
}
.icon-flow-tree:before {
	content: '\e888'
}
.icon-folder:before {
	content: '\e889'
}
.icon-food-line:before {
	content: '\e88a'
}
.icon-forrst:before {
	content: '\e88b'
}
.icon-forward:before {
	content: '\e88c'
}
.icon-gauge:before {
	content: '\e88d'
}
.icon-globe:before {
	content: '\e88e'
}
.icon-globe-line:before {
	content: '\e88f'
}
.icon-gmail:before {
	content: '\e890'
}
.icon-googleplay:before {
	content: '\e891'
}
.icon-gowalla:before {
	content: '\e892'
}
.icon-graduation-cap:before {
	content: '\e893'
}
.icon-graduation-cap-line:before {
	content: '\e894'
}
.icon-grooveshark:before {
	content: '\e895'
}
.icon-guest:before {
	content: '\e896'
}
.icon-hackernews:before {
	content: '\e897'
}
.icon-heart-empty-fa:before {
	content: '\e898'
}
.icon-heart-fa:before {
	content: '\e899'
}
.icon-heart-line:before {
	content: '\e89a'
}
.icon-help:before {
	content: '\e89b'
}
.icon-help-circled:before {
	content: '\e89c'
}
.icon-home:before {
	content: '\e89d'
}
.icon-hourglass:before {
	content: '\e89e'
}
.icon-html5:before {
	content: '\e89f'
}
.icon-ie:before {
	content: '\e8a0'
}
.icon-inbox:before {
	content: '\e8a1'
}
.icon-inbox-line:before {
	content: '\e8a2'
}
.icon-infinity:before {
	content: '\e8a3'
}
.icon-info:before {
	content: '\e8a4'
}
.icon-info-circled:before {
	content: '\e8a5'
}
.icon-install:before {
	content: '\e8a6'
}
.icon-instapaper:before {
	content: '\e8a7'
}
.icon-intensedebate:before {
	content: '\e8a8'
}
.icon-itunes:before {
	content: '\e8a9'
}
.icon-key:before {
	content: '\e8aa'
}
.icon-key-line:before {
	content: '\e8ab'
}
.icon-keyboard:before {
	content: '\e8ac'
}
.icon-klout:before {
	content: '\e8ad'
}
.icon-lamp:before {
	content: '\e8ae'
}
.icon-language:before {
	content: '\e8af'
}
.icon-lanyrd:before {
	content: '\e8b0'
}
.icon-layout:before {
	content: '\e8b1'
}
.icon-leaf:before {
	content: '\e8b2'
}
.icon-left:before {
	content: '\e8b3'
}
.icon-left-bold:before {
	content: '\e8b4'
}
.icon-left-circled:before {
	content: '\e8b5'
}
.icon-left-dir:before {
	content: '\e8b6'
}
.icon-left-open:before {
	content: '\e8b7'
}
.icon-left-open-big:before {
	content: '\e8b8'
}
.icon-left-open-mini:before {
	content: '\e8b9'
}
.icon-left-thin:before {
	content: '\e8ba'
}
.icon-lego:before {
	content: '\e8bb'
}
.icon-level-down:before {
	content: '\e8bc'
}
.icon-level-up:before {
	content: '\e8bd'
}
.icon-lifebuoy:before {
	content: '\e8be'
}
.icon-light-down:before {
	content: '\e8bf'
}
.icon-light-up:before {
	content: '\e8c0'
}
.icon-lightbulb-line:before {
	content: '\e8c1'
}
.icon-link:before {
	content: '\e8c2'
}
.icon-list:before {
	content: '\e8c3'
}
.icon-list-add:before {
	content: '\e8c4'
}
.icon-lkdto:before {
	content: '\e8c5'
}
.icon-location:before {
	content: '\e8c6'
}
.icon-location-line:before {
	content: '\e8c7'
}
.icon-lock:before {
	content: '\e8c8'
}
.icon-lock-line:before {
	content: '\e8c9'
}
.icon-lock-open:before {
	content: '\e8ca'
}
.icon-login:before {
	content: '\e8cb'
}
.icon-logout:before {
	content: '\e8cc'
}
.icon-loop:before {
	content: '\e8cd'
}
.icon-macstore:before {
	content: '\e8ce'
}
.icon-magnet:before {
	content: '\e8cf'
}
.icon-mail:before {
	content: '\e8d0'
}
.icon-mail-line:before {
	content: '\e8d1'
}
.icon-map:before {
	content: '\e8d2'
}
.icon-meetup:before {
	content: '\e8d3'
}
.icon-megaphone:before {
	content: '\e8d4'
}
.icon-megaphone-line:before {
	content: '\e8d5'
}
.icon-menu:before {
	content: '\e8d6'
}
.icon-mic:before {
	content: '\e8d7'
}
.icon-minus:before {
	content: '\e8d8'
}
.icon-minus-circled:before {
	content: '\e8d9'
}
.icon-minus-squared:before {
	content: '\e8da'
}
.icon-mobile:before {
	content: '\e8db'
}
.icon-mobile-line:before {
	content: '\e8dc'
}
.icon-money-line:before {
	content: '\e8dd'
}
.icon-monitor:before {
	content: '\e8de'
}
.icon-moon:before {
	content: '\e8df'
}
.icon-mouse:before {
	content: '\e8e0'
}
.icon-music:before {
	content: '\e8e1'
}
.icon-music-line:before {
	content: '\e8e2'
}
.icon-mute:before {
	content: '\e8e3'
}
.icon-myspace:before {
	content: '\e8e4'
}
.icon-network:before {
	content: '\e8e5'
}
.icon-newspaper:before {
	content: '\e8e6'
}
.icon-ninetyninedesigns:before {
	content: '\e8e7'
}
.icon-note:before {
	content: '\e8e8'
}
.icon-note-beamed:before {
	content: '\e8e9'
}
.icon-note-line:before {
	content: '\e8ea'
}
.icon-openid:before {
	content: '\e8eb'
}
.icon-opentable:before {
	content: '\e8ec'
}
.icon-palette:before {
	content: '\e8ed'
}
.icon-paper-plane:before {
	content: '\e8ee'
}
.icon-paper-plane-line:before {
	content: '\e8ef'
}
.icon-params-line:before {
	content: '\e8f0'
}
.icon-pause:before {
	content: '\e8f1'
}
.icon-pencil:before {
	content: '\e8f2'
}
.icon-pencil-line:before {
	content: '\e8f3'
}
.icon-phone:before {
	content: '\e8f4'
}
.icon-photo-line:before {
	content: '\e8f5'
}
.icon-picture:before {
	content: '\e8f6'
}
.icon-pinboard:before {
	content: '\e8f7'
}
.icon-plancast:before {
	content: '\e8f8'
}
.icon-play:before {
	content: '\e8f9'
}
.icon-plurk:before {
	content: '\e8fa'
}
.icon-plus:before {
	content: '\e8fb'
}
.icon-plus-circled:before {
	content: '\e8fc'
}
.icon-plus-squared:before {
	content: '\e8fd'
}
.icon-pocket:before {
	content: '\e8fe'
}
.icon-podcast:before {
	content: '\e8ff'
}
.icon-popup:before {
	content: '\e900'
}
.icon-posterous:before {
	content: '\e901'
}
.icon-print:before {
	content: '\e902'
}
.icon-progress-0:before {
	content: '\e903'
}
.icon-progress-1:before {
	content: '\e904'
}
.icon-progress-2:before {
	content: '\e905'
}
.icon-progress-3:before {
	content: '\e906'
}
.icon-publish:before {
	content: '\e907'
}
.icon-quora:before {
	content: '\e908'
}
.icon-quote:before {
	content: '\e909'
}
.icon-record:before {
	content: '\e90a'
}
.icon-reddit:before {
	content: '\e90b'
}
.icon-reply:before {
	content: '\e90c'
}
.icon-reply-all:before {
	content: '\e90d'
}
.icon-resize-full:before {
	content: '\e90e'
}
.icon-resize-small:before {
	content: '\e90f'
}
.icon-retweet:before {
	content: '\e910'
}
.icon-right:before {
	content: '\e911'
}
.icon-right-bold:before {
	content: '\e912'
}
.icon-right-circled:before {
	content: '\e913'
}
.icon-right-dir:before {
	content: '\e914'
}
.icon-right-open:before {
	content: '\e915'
}
.icon-right-open-big:before {
	content: '\e916'
}
.icon-right-open-mini:before {
	content: '\e917'
}
.icon-right-thin:before {
	content: '\e918'
}
.icon-rocket:before {
	content: '\e919'
}
.icon-rss:before {
	content: '\e91a'
}
.icon-search:before {
	content: '\e91b'
}
.icon-search-line:before {
	content: '\e91c'
}
.icon-share:before {
	content: '\e91d'
}
.icon-shareable:before {
	content: '\e91e'
}
.icon-shop-line:before {
	content: '\e91f'
}
.icon-shuffle:before {
	content: '\e920'
}
.icon-signal:before {
	content: '\e921'
}
.icon-smashmag:before {
	content: '\e922'
}
.icon-songkick:before {
	content: '\e923'
}
.icon-sound:before {
	content: '\e924'
}
.icon-sound-line:before {
	content: '\e925'
}
.icon-stackoverflow:before {
	content: '\e926'
}
.icon-star:before {
	content: '\e927'
}
.icon-star-empty:before {
	content: '\e928'
}
.icon-star-line:before {
	content: '\e929'
}
.icon-statusnet:before {
	content: '\e92a'
}
.icon-stop:before {
	content: '\e92b'
}
.icon-suitcase:before {
	content: '\e92c'
}
.icon-switch:before {
	content: '\e92d'
}
.icon-t-shirt-line:before {
	content: '\e92e'
}
.icon-tag:before {
	content: '\e92f'
}
.icon-tag-line:before {
	content: '\e930'
}
.icon-tape:before {
	content: '\e931'
}
.icon-target:before {
	content: '\e932'
}
.icon-thermometer:before {
	content: '\e933'
}
.icon-thumbs-up:before {
	content: '\e934'
}
.icon-thumbs-down:before {
	content: '\e935'
}
.icon-thumbs-up-line:before {
	content: '\e936'
}
.icon-ticket:before {
	content: '\e937'
}
.icon-to-end:before {
	content: '\e938'
}
.icon-to-start:before {
	content: '\e939'
}
.icon-tools:before {
	content: '\e93a'
}
.icon-traffic-cone:before {
	content: '\e93b'
}
.icon-trash:before {
	content: '\e93c'
}
.icon-trash-line:before {
	content: '\e93d'
}
.icon-trophy:before {
	content: '\e93e'
}
.icon-truck-line:before {
	content: '\e93f'
}
.icon-tv-line:before {
	content: '\e940'
}
.icon-up:before {
	content: '\e941'
}
.icon-up-bold:before {
	content: '\e942'
}
.icon-up-circled:before {
	content: '\e943'
}
.icon-up-dir:before {
	content: '\e944'
}
.icon-up-open:before {
	content: '\e945'
}
.icon-up-open-big:before {
	content: '\e946'
}
.icon-up-open-mini:before {
	content: '\e947'
}
.icon-up-thin:before {
	content: '\e948'
}
.icon-upload:before {
	content: '\e949'
}
.icon-upload-cloud:before {
	content: '\e94a'
}
.icon-user:before {
	content: '\e94b'
}
.icon-user-add:before {
	content: '\e94c'
}
.icon-user-line:before {
	content: '\e94d'
}
.icon-users:before {
	content: '\e94e'
}
.icon-vcard:before {
	content: '\e94f'
}
.icon-viadeo:before {
	content: '\e950'
}
.icon-video:before {
	content: '\e951'
}
.icon-videocam-line:before {
	content: '\e952'
}
.icon-vk:before {
	content: '\e953'
}
.icon-volume:before {
	content: '\e954'
}
.icon-w3c:before {
	content: '\e955'
}
.icon-wallet-line:before {
	content: '\e956'
}
.icon-water:before {
	content: '\e957'
}
.icon-weibo:before {
	content: '\e958'
}
.icon-wikipedia:before {
	content: '\e959'
}
.icon-window:before {
	content: '\e95a'
}
.icon-wordpress:before {
	content: '\e95b'
}
.icon-xing:before {
	content: '\e95c'
}
.icon-yahoo:before {
	content: '\e95d'
}
.icon-yelp:before {
	content: '\e95e'
}
.icon-youtube:before {
	content: '\e95f'
}
.icon-menu-fine:before {
	content: '\e960'
}
.icon-bag-fine:before {
	content: '\e961'
}
.icon-search-fine:before {
	content: '\e962'
}
.icon-cancel-fine:before {
	content: '\e963'
}
.icon-plus-fine:before {
	content: '\e964'
}
.icon-minus-fine:before {
	content: '\e965'
}
.icon-gplus-circled:before {
	content: '\f059'
}
.icon-github-circled:before {
	content: '\f09b'
}
.icon-gplus:before {
	content: '\f0d5'
}
.icon-comment-empty-fa:before {
	content: '\f0e5'
}
.icon-instagram:before {
	content: '\f16d'
}
.icon-tumblr:before {
	content: '\f173'
}
.icon-windows:before {
	content: '\f17a'
}
.icon-foursquare:before {
	content: '\f180'
}
.icon-google:before {
	content: '\f1a0'
}
.icon-behance:before {
	content: '\f1b4'
}
.icon-steam:before {
	content: '\f1b6'
}
.icon-spotify:before {
	content: '\f1bc'
}
.icon-database:before {
	content: '\f1c0'
}
.icon-qq:before {
	content: '\f1d6'
}
.icon-paypal:before {
	content: '\f1ed'
}
.icon-stripe:before {
	content: '\f1f5'
}
.icon-chrome:before {
	content: '\f268'
}
.icon-scribd:before {
	content: '\f28a'
}
.icon-github:before {
	content: '\f300'
}
.icon-flickr:before {
	content: '\f303'
}
.icon-flickr-circled:before {
	content: '\f304'
}
.icon-vimeo:before {
	content: '\f306'
}
.icon-vimeo-circled:before {
	content: '\f307'
}
.icon-twitter:before {
	content: '\f309'
}
.icon-twitter-circled:before {
	content: '\f30a'
}
.icon-facebook:before {
	content: '\f30c'
}
.icon-facebook-circled:before {
	content: '\f30d'
}
.icon-facebook-squared:before {
	content: '\f30e'
}
.icon-pinterest:before {
	content: '\f312'
}
.icon-pinterest-circled:before {
	content: '\f313'
}
.icon-tumblr-circled:before {
	content: '\f316'
}
.icon-linkedin:before {
	content: '\f318'
}
.icon-linkedin-circled:before {
	content: '\f319'
}
.icon-dribbble:before {
	content: '\f31b'
}
.icon-dribbble-circled:before {
	content: '\f31c'
}
.icon-stumbleupon:before {
	content: '\f31e'
}
.icon-stumbleupon-circled:before {
	content: '\f31f'
}
.icon-lastfm:before {
	content: '\f321'
}
.icon-lastfm-circled:before {
	content: '\f322'
}
.icon-rdio:before {
	content: '\f324'
}
.icon-rdio-circled:before {
	content: '\f325'
}
.icon-spotify-circled:before {
	content: '\f328'
}
.icon-dropbox:before {
	content: '\f330'
}
.icon-evernote:before {
	content: '\f333'
}
.icon-flattr:before {
	content: '\f336'
}
.icon-skype:before {
	content: '\f339'
}
.icon-skype-circled:before {
	content: '\f33a'
}
.icon-renren:before {
	content: '\f33c'
}
.icon-sina-weibo:before {
	content: '\f33f'
}
.icon-picasa:before {
	content: '\f345'
}
.icon-soundcloud:before {
	content: '\f348'
}
.icon-mixi:before {
	content: '\f34b'
}
.icon-google-circles:before {
	content: '\f351'
}
.icon-vkontakte:before {
	content: '\f354'
}
.icon-smashing:before {
	content: '\f357'
}
.icon-db-shape:before {
	content: '\f600'
}
.icon-sweden:before {
	content: '\f601'
}
.icon-logo-db:before {
	content: '\f603'
}
/*
|--------------------------------------------------------------------------
|  4.0 Shortcodes
|  
|--------------------------------------------------------------------------
|
| 
|
*/

/* Chart box ------------------------------------------------------------------------- */

.chart_box {
	position: relative;
	text-align: center
}
.chart_box:before {
	content: "";
	display: block;
	z-index: 2;
	width: 138px;
	height: 138px;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	left: 50%;
	margin-left: -69px;
	top: 1px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	background-image: url(../images/stripes/stripes_3_b.png)
}
.chart_box .chart {
	width: 140px;
	margin: 0 auto 10px;
	position: relative
}
.chart_box .chart canvas {
	position: relative;
	z-index: 2
}
.chart_box .chart .icon, .chart_box .chart .image {
	width: 70px;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	position: absolute;
	left: 35px;
	top: 35px;
	z-index: 3;
	text-align: center
}
.chart_box .chart .icon {
	font-size: 45px
}
.chart_box .chart .icon i:before {
	margin: 0
}
.chart_box .chart .image img {
	vertical-align: middle
}
.chart_box .chart .num {
	position: absolute;
	left: 0;
	top: 45px;
	z-index: 3;
	width: 100%;
	font-size: 50px;
	line-height: 50px
}
.chart_box p {
	margin-bottom: 0
}
/* Dropcaps -------------------------------------------------------------------------- */

.dropcap {
	display: inline-block;
	float: left;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	margin: 0 10px 5px 0;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../images/stripes/stripes_10_w.png)
}
.dropcap_circle {
	-webkit-border-radius: 100%;
	border-radius: 100%
}
.dropcap.transparent {
	background: none!important
}
.dropcap.size-2 {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 35px
}
.dropcap.size-3 {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 40px
}
/* Highlight ------------------------------------------------------------------------- */

.highlight {
	padding: 1px 7px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: url(../images/stripes/stripes_10_w.png)
}
.highlight.highlight_image {
	padding: 0 2px 7px
}
/* Tooltip --------------------------------------------------------------------------- */

.tooltip {
	display: inline;
	position: relative;
	cursor: help;
	border-bottom-width: 1px;
	border-style: dotted
}
.tooltip:hover:after, .tooltip.hover:after {
	content: attr(data-tooltip);
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 15px;
	width: 140px;
	position: absolute;
	left: 50%;
	bottom: 110%;
	z-index: 98;
	margin-left: -85px;
	background-image: url(../images/stripes/stripes_10_w.png)
}
.tooltip.tooltip-img:after {
	display: none
}
.tooltip.tooltip-img .tooltip-content {
	display: none;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 15px;
	width: 300px;
	position: absolute;
	left: 50%;
	bottom: 110%;
	z-index: 98;
	margin-left: -165px;
	background-image: url(../images/stripes/stripes_10_w.png)
}
.tooltip.tooltip-img:hover .tooltip-content, .tooltip.tooltip-img.hover .tooltip-content {
	display: block
}
.wpml-languages .tooltip:hover:after, .wpml-languages .tooltip.hover:after {
	top: 40px;
	bottom: auto
}
.wpml-languages:not(.disabled) .tooltip {
	cursor: default
}
.wpml-languages:not(.disabled) .tooltip:hover:after, .wpml-languages:not(.disabled) .tooltip.hover:after {
	display: none!important
}
/* Blockquote ------------------------------------------------------------------------ */

blockquote {
	font-size: 15px;
	line-height: 31px;
	display: block;
	height: auto;
	margin: 0 35px 0px 35px;
	top: 15px;
	position: relative;
	background: url(../images/stripes/textline.png) repeat-y;
	/* font-weight: bold; */
}
blockquote:before {
	content: ""
}
blockquote:after {
	content: "";
	width: 55px;
	height: 40px;
	background: url(../images/blockquote.png);
	position: absolute;
	left: -55px;
	top: -10px;
	zoom: 0.7;
}
.blockquote {
	margin-bottom: 20px
}
.blockquote blockquote {
	margin-bottom: 25px
}
.blockquote p.author {
	margin-left: 25px
}
.blockquote p.author i {
	margin-right: 5px
}
/* Button Item ----------------------------------------------------------------------- */

.column_button .button {
	margin: 0!important;
	vertical-align: middle
}
.button_align.align_center {
	text-align: center
}
.button_align.align_right {
	text-align: right
}
/* Image frames ---------------------------------------------------------------------- */

.column_image {
	line-height: 0
}
.image_frame, .wp-caption {
	display: block;
	margin: 0;
	border-width: 0;
	border-style: solid;
	max-width: 100%;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* .image_frame.inline-block{display:inline-block;max-width:100%} */

/* deprecated since 13.1 */

.image_frame .image_wrapper, .wp-caption img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.image_frame a, .wp-caption a {
	display: block
}
.wp-caption-text {
	display: block;
	text-align: center;
	margin: 0;
	padding: 10px 0 5px;
	line-height: normal
}
.wp-caption-text.hide {
	display: none
}
.if-caption-on .image_frame {
	position: relative
}
.if-caption-on .wp-caption-text {
	position: absolute;
	bottom: 15px;
	left: 15px;
	padding: 5px 10px!important;
	width: calc(100% - 30px);
	box-sizing: border-box;
	background: rgba(0, 0, 0, .5);
	color: rgba(255, 255, 255, .7);
	border-radius: 3px;
}
.image_frame.no_border .wp-caption-text, .if-zoom .image_frame:not(.has_border) .wp-caption-text {
	padding: 10px 0;
}
.the_content_wrapper .image_frame, .the_content_wrapper .wp-caption {
	margin-bottom: 20px
}
.the_content_wrapper .wp-caption.alignnone, .the_content_wrapper .wp-caption.aligncenter {
	clear: both
}
.image_frame .image_wrapper {
	position: relative;
	overflow: hidden
}
.image_frame .image_wrapper .mask {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.image_frame .image_wrapper img:not(.ls-l) {
	position: relative;
	top: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
	margin-bottom: -15px!important
}
.masonry-flat .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
	margin-bottom: 0!important
}
.image_frame:hover .image_wrapper img, .image_frame.hover .image_wrapper img {
	top: -15px
}
.image_frame:hover .image_wrapper .ls-container img, .image_frame.no_link:hover .image_wrapper img {
	top: 0
}
.image_frame .image_wrapper .mask:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	filter: alpha(opacity=0);
	opacity: 0
}
.image_frame:hover .image_wrapper .mask:after, .image_frame.hover .image_wrapper .mask:after {
	filter: alpha(opacity=100);
	opacity: 1
}
.image_frame.no_link:hover .image_wrapper .mask:after {
	filter: alpha(opacity=0);
	opacity: 0
}
.image_frame .image_wrapper .image_links {
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	bottom: -60px;
	z-index: 4;
	overflow: hidden
}
.image_frame:hover .image_wrapper .image_links, .image_frame.hover .image_wrapper .image_links {
	bottom: 0
}
.image_frame .image_wrapper .image_links a {
	display: block;
	font-size: 25px;
	line-height: 60px;
	width: 100%;
	text-align: center
}
.image_frame .image_wrapper .image_links.double a {
	width: 50%;
	display: block;
	float: left
}
.image_frame .image_wrapper .image_links.double a:first-child {
	-webkit-box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, .2);
	box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, .2)
}
.image_frame .image_wrapper .image_links.triple a {
	width: 33%;
	display: block;
	float: left;
	-webkit-box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, .2);
	box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, .2)
}
.image_frame .image_wrapper .image_links.triple a:last-child {
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	width: 34%
}
.image_frame .image_wrapper .image_links.hover-title a {
	font-size: 15px;
	text-decoration: none
}
.image_frame.no_border {
	border-width: 0
}
/* Alignments ------------------------------------------------------------------------ */

.alignleft {
	float: left;
	margin: 15px 15px 15px 0
}
.alignright {
	float: right;
	margin: 15px 0 15px 15px
}
.aligncenter {
	text-align: center;
	margin: 0 auto;
	display: block
}
.aligncenter img {
	display: inline
}
/* Animation */

.image_frame .image_wrapper img, .image_frame .image_wrapper .mask:after, .image_frame .image_wrapper .image_links {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.image_frame .image_wrapper .image_links a {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}
/* Greyscale */

.greyscale .image_wrapper img {
	top: 0!important;
	margin-bottom: 0!important
}
.greyscale .image_wrapper img.BWFilter {
	opacity: 1;
	z-index: 2
}
.greyscale .image_wrapper img:not(.BWFilter) {
	opacity: 0
}
.greyscale .image_wrapper:hover img.BWFilter {
	opacity: 0!important
}
.greyscale .image_wrapper:hover img:not(.BWFilter) {
	opacity: 1!important
}
.greyscale:not(.no_link) .image_wrapper img:not(.ls-l) {
	margin-bottom: 0!important
}
.greyscale .image_wrapper .mask {
	display: none
}
.greyscale .image_frame .image_wrapper img {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s
}
.greyscale.tiles .post-item .image_wrapper_tiles img.BWFilter {
	opacity: 1;
	z-index: 2
}
.greyscale.tiles .post-item .image_wrapper_tiles img:not(.BWFilter) {
	opacity: 0
}
.greyscale.tiles .post-item:hover .image_wrapper_tiles img.BWFilter {
	opacity: 0!important
}
.greyscale.tiles .post-item:hover .image_wrapper_tiles img:not(.BWFilter) {
	opacity: 1!important
}
/* Style | Overlay */

.if-overlay .image_frame .image_wrapper .image_links {
	opacity: 0;
	width: 60px;
	height: 60px;
	bottom: auto;
	top: 50%;
	left: 50%;
	z-index: 4;
	margin-top: -30px;
	margin-left: -30px;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0)
}
.if-overlay .image_frame .image_wrapper .image_links.double {
	width: 120px;
	margin-left: -60px
}
.if-overlay .image_frame .image_wrapper .image_links.triple {
	width: 180px;
	margin-left: -90px
}
.if-overlay .image_frame .image_wrapper .image_links.hover-title {
	width: 100%;
	left: 0;
	margin-left: 0
}
.if-overlay li.product .product-loading-icon, .if-overlay li.product .added-cart {
	border-radius: 0!important;
	width: 60px!important;
	height: 60px!important;
	margin: -30px 0 0 -30px !important
}
.if-overlay li.product.adding-to-cart .added-cart, .if-overlay li.product.added-to-cart .added-cart {
	z-index: 5!important
}
.if-overlay .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
	margin-bottom: 0
}
.if-overlay .image_frame:hover .image_wrapper .image_links, .if-overlay .image_frame.hover .image_wrapper .image_links {
	opacity: 1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1)
}
.if-overlay .image_frame:hover .image_wrapper img, .if-overlay .image_frame.hover .image_wrapper img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	top: 0
}
.if-overlay .image_item:hover .image_wrapper img, .if-overlay .image_item.hover .image_wrapper img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1)
}
/* Style | Zoom */

.if-zoom {}
.if-zoom .image_frame .image_wrapper .image_links {
	display: none;
}
.if-zoom .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
	margin-bottom: 0!important
}
.if-zoom .image_frame:hover .image_wrapper img, .if-zoom .image_frame.hover .image_wrapper img {
	top: 0
}
.if-zoom .image_frame .image_wrapper .mask {
	display: none;
}
.if-zoom .image_frame:hover .image_wrapper img, .if-zoom .image_frame.hover .image_wrapper img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.if-zoom .image_frame.no_link:hover .image_wrapper img, .if-zoom image_frame.no_link.hover .image_wrapper img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}
/* Hide border */

.if-border-hide .image_frame:not(.has_border) {
	border-width: 0;
}
/* Hover Disable */

.image_frame.hover-disable .image_wrapper .image_links {
	display: none
}
.image_frame.hover-disable .image_wrapper .mask {
	display: none!important
}
.image_frame.hover-disable .image_wrapper img {
	margin-bottom: 0!important;
	top: 0!important;
	-moz-transform: scale(1)!important;
	-webkit-transform: scale(1)!important;
	-o-transform: scale(1)!important
}
.image_frame.hover-disable:not(.no_link) .image_wrapper img:not(.ls-l) {
	margin-bottom: 0!important
}
/* Video ----------------------------------------------------------------------------- */

/* In this case, the aspect ratio is 16:9, which means that the height will be 56.25% of the width. For a video with a 4:3 aspect ratio, we set padding-bottom to 75%. */

.content_video.iframe.auto-wh {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden
}
.content_video.iframe.auto-wh iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.post-photo-wrapper.embed .image_wrapper, .single-photo-wrapper.embed .image_wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden
}
.post-photo-wrapper.embed .image_wrapper iframe, .single-photo-wrapper.embed .image_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.post-photo-wrapper.html5 .jp-jplayer, .single-photo-wrapper.html5 .jp-jplayer {
	position: relative;
	padding-bottom: 56.25%;
	height: 0!important;
	overflow: hidden
}
.post-photo-wrapper.html5 .jp-jplayer img, .single-photo-wrapper.html5 .jp-jplayer img {
	position: absolute;
}
.post-photo-wrapper.html5 .jp-jplayer video, .single-photo-wrapper.html5 .jp-jplayer video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
/* Gallery --------------------------------------------------------------------------- */

.gallery .gallery-item {
	overflow: hidden;
	margin: 0 0 10px!important
}
.gallery .gallery-item .gallery-icon {
	border: 0;
	width: 95%;
	overflow: hidden;
	line-height: 0;
	margin-right: 2.5%!important;
	margin-left: 2.5%!important;
	padding: 0!important;
	position: relative
}
.gallery .gallery-item img {
	border: 0!important;
	line-height: 0;
	display: block
}
/*
.gallery-columns-2 .gallery-item:nth-child(2n+1){clear:both}
.gallery-columns-3 .gallery-item:nth-child(3n+1){clear:both}
.gallery-columns-4 .gallery-item:nth-child(4n+1){clear:both}
.gallery-columns-5 .gallery-item:nth-child(5n+1){clear:both}
.gallery-columns-6 .gallery-item:nth-child(6n+1){clear:both}
.gallery-columns-7 .gallery-item:nth-child(7n+1){clear:both}
.gallery-columns-8 .gallery-item:nth-child(8n+1){clear:both}
.gallery-columns-9 .gallery-item:nth-child(9n+1){clear:both}
*/

/* Gallery | Flat */

.gallery.flat .gallery-item {
	margin: 0!important
}
.gallery.flat .gallery-item .gallery-icon {
	margin: 0!important;
	width: 100%
}
.gallery.flat .gallery-item .gallery-icon .image_frame {
	border-width: 0;
	margin-bottom: 0
}
/* Gallery | Fancy */

.gallery.fancy .gallery-item:nth-child(2n+1) {
	transform: rotate(-2deg)
}
.gallery.fancy .gallery-item:nth-child(2n) {
	transform: rotate(2deg)
}
.gallery.fancy .gallery-item .image_frame {
	margin: 7%
}
/* Gallery | Masonry */

.gallery.masonry .gallery-item {
	margin: 0!important
}
.gallery.masonry .gallery-item .gallery-icon {
	margin: 0!important;
	width: 100%
}
.gallery.masonry .gallery-item .image_frame {
	margin-bottom: 0
}
/* Divider --------------------------------------------------------------------------- */

hr {
	display: block;
	border: none;
	outline: none;
	height: 1px;
	width: 100%;
	margin: 0 auto 15px;
	clear: both;
}
hr, .hr_wide, .hr_zigzag, .hr_dots {
	margin: 0 auto 15px;
	clear: both
}
hr.hr_narrow {
	width: 7%
}
hr.no_line {
	background: none;
	color: transparent;
}
.hr_wide {
	position: relative;
	height: 1px
}
.hr_wide hr {
	position: absolute;
	left: -1000px;
	top: 0;
	width: 3000px
}
.aside_left .hr_wide hr {
	left: 0
}
.aside_right .hr_wide hr {
	right: 0;
	left: auto
}
.hr_zigzag {
	text-align: center;
	margin-bottom: 10px
}
.hr_zigzag i {
	font-size: 25px;
	line-height: 25px;
	margin: 0 -11px;
	display: inline-block
}
.hr_dots {
	text-align: center;
	line-height: 0
}
.hr_dots span {
	display: inline-block;
	width: 5px;
	height: 5px;
	overflow: hidden;
	margin: 0 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
.column_divider hr, .column_divider .hr_wide, .column_divider .hr_zigzag, .column_divider .hr_dots {
	margin-bottom: 0
}
/* Divider | Fancy */

.fancy-divider svg {
	display: block
}
.fancy-divider svg:not(:root) {
	overflow: hidden
}
/* Decoration SVG */

.section .section-divider {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	background-color: inherit;
	z-index: 1
}
.section-divider.triangle.up, .section-divider.triangle.down {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.section-divider.triangle.up {
	top: -25px
}
.section-divider.triangle.down {
	bottom: -25px
}
.section-divider.triple-triangle:after, .section-divider.triple-triangle:before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	background-color: inherit;
	z-index: 1
}
.section-divider.triple-triangle.up:after {
	left: -36px;
	top: 50px
}
.section-divider.triple-triangle.up:before {
	right: -50px;
	top: -36px
}
.section-divider.triple-triangle.down:after {
	left: -51px;
	top: 35px
}
.section-divider.triple-triangle.down:before {
	right: -35px;
	top: -50px
}
.section-divider.triple-triangle.up, .section-divider.triple-triangle.down {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.section-divider.triple-triangle.up {
	top: -25px
}
.section-divider.triple-triangle.down {
	bottom: -25px
}
.section-divider.square.up, .section-divider.square.down {
	width: 70px;
	height: 70px;
	margin-left: -35px
}
.section-divider.square.up {
	top: -25px
}
.section-divider.square.down {
	bottom: -25px
}
.section-divider.circle.up, .section-divider.circle.down {
	width: 70px;
	height: 70px;
	margin-left: -35px;
	-webkit-border-radius: 100%;
	border-radius: 100%
}
.section-divider.circle.up {
	top: -25px
}
.section-divider.circle.down {
	bottom: -25px
}
/* Decoration Image | height:100px - fallback */

.section .section-decoration {
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	background-repeat: repeat-x;
	z-index: 1;
}
.section .section-decoration.top {
	top: 0;
	background-position: center top;
}
.section .section-decoration.bottom {
	bottom: 0;
	background-position: center bottom;
}
/* Idea box -------------------------------------------------------------------------- */

.idea_box {
	padding: 25px 25px 25px 70px;
	position: relative;
	border-top-width: 1px;
	border-style: solid;
	background: rgba(0, 0, 0, .02);
	clear: both
}
.idea_box .icon {
	font-size: 30px;
	line-height: 30px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -15px;
	color: rgba(0, 0, 0, .15)
}
/* Google font ----------------------------------------------------------------------- */

.google_font {
	margin-bottom: 15px;
}
/* Popup | .popup-content ------------------------------------------------------------ */

.popup-content {
	display: none;
}
/* Single icon ----------------------------------------------------------------------- */

.single_icon {
	display: block;
	margin: 0 auto 15px
}
.single_icon.icon_left {
	text-align: left
}
.single_icon.icon_right {
	text-align: right
}
.single_icon.icon_center {
	text-align: center
}
/* Forms ----------------------------------------------------------------------------- */

form, fieldset {
	margin-bottom: 0
}
textarea {
	min-height: 60px
}
label, legend {
	display: block;
	margin-bottom: 5px;
	font-weight: 700
}
input[type="checkbox"] {
	display: inline
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
	padding: 5px 10px;
	outline: none;
	margin: 0;
	width: 230px;
	max-width: 100%;
	display: block;
	margin-bottom: 0px;
	font-size: 13px;
	border-width: 1px;
	border-style: solid;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
}
/* Lists ----------------------------------------------------------------------------- */

ul {
	list-style: none outside
}
ol {
	list-style: decimal
}
.column_column ul, .column_column ol, .column_helper ul, .column_helper ol, .column_visual ul, .column_visual ol, .mfn-acc ul, .mfn-acc ol, .ui-tabs-panel ul, .ui-tabs-panel ol, .the_content_wrapper ul, .the_content_wrapper ol, .post-excerpt ul, .post-excerpt ol {
	margin: 0 0 15px 30px
}
.column_column ul li, .column_helper ul li, .column_visual ul li, .mfn-acc ul li, .ui-tabs-panel ul li, .the_content_wrapper ul li, .post-excerpt ul li {
	list-style: disc outside
}
.column_column ul li, .column_column ol li, .column_helper ul li, .column_helper ol li, .column_visual ul li, .column_visual ol li, .mfn-acc ul li, .mfn-acc ol li, .ui-tabs-panel ul li, .ui-tabs-panel ol li, .the_content_wrapper ul li, .the_content_wrapper ol li, .post-excerpt ul li, .post-excerpt ol li {
	margin-bottom: 10px
}
.column_column ul li ul, .column_column ol li ol, .column_helper ul li ul, .column_helper ol li ol, .column_visual ul li ul, .column_visual ol li ol, .mfn-acc ul li ul, .mfn-acc ol li ol, .ui-tabs-panel ul li ul, .ui-tabs-panel ol li ol, .the_content_wrapper ul li ul, .the_content_wrapper ol li ol, .post-excerpt ul li ul, .post-excerpt ol li ol {
	margin-top: 10px;
	margin-bottom: 0
}
ul.list_mixed, ul.list_check, ul.list_star, ul.list_idea {
	margin-left: 0
}
ul.list_mixed li, ul.list_check li, ul.list_star li, ul.list_idea li {
	margin-bottom: 20px;
	position: relative;
	list-style: none;
	padding-left: 50px;
	margin-left: 0
}
ul.list_mixed li:after, ul.list_check li:after, ul.list_star li:after, ul.list_idea li:after {
	content: "";
	width: 70px;
	height: 1px;
	overflow: hidden;
	background: rgba(0, 0, 0, .08);
	position: absolute;
	left: 0;
	bottom: -11px
}
ul.list_mixed li:last-child:after, ul.list_check li:last-child:after, ul.list_star li:last-child:after, ul.list_idea li:last-child:after {
	display: none
}
ul.list_check li, li.list_check {
	background: url(../images/icons/list_check.png) no-repeat 20px 5px
}
ul.list_star li, li.list_star {
	background: url(../images/icons/list_star.png) no-repeat 20px 5px
}
ul.list_idea li, li.list_idea {
	background: url(../images/icons/list_idea.png) no-repeat 20px 6px
}
dl {
	margin: 0 0 30px
}
dl>dt, dl>dd {
	border-width: 1px 0 0;
	border-style: solid;
	padding: 10px 0;
	margin: 0
}
dl>dt {
	display: block;
	float: left;
	width: 100px;
	font-weight: 700
}
dl>dd {
	margin-left: 110px
}
dl>dd:after {
	content: "";
	clear: both;
	display: block
}
/* Alerts ---------------------------------------------------------------------------- */

.alert {
	margin-bottom: 30px;
	padding: 20px 55px 20px 90px;
	position: relative;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
.alert .alert_icon {
	width: 60px;
	height: 60px;
	font-size: 30px;
	line-height: 60px;
	color: rgba(0, 0, 0, .4);
	position: absolute;
	left: 10px;
	top: 10px;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
.alert a.close {
	position: absolute;
	right: 15px;
	top: 20px;
	font-size: 20px;
	line-height: 20px
}
.alert a.close i {
	margin: 0!important;
	color: rgba(0, 0, 0, .6)
}
.alert a:hover.close i {
	color: rgba(0, 0, 0, .8)
}
.alert_warning {
	background: #ffe38b;
	color: #9b812e
}
.alert_warning .alert_icon {
	background: #fbda72
}
.alert_warning a, .alert_warning a:hover {
	color: #645012
}
.alert_error {
	background: #fb5455;
	color: #fff
}
.alert_error .alert_icon {
	background: #f24143
}
.alert_error a, .alert_error a:hover {
	color: #9f2e2e
}
.alert_info {
	background: #3097db;
	color: #fff
}
.alert_info .alert_icon {
	background: #1c81c4
}
.alert_info a, .alert_info a:hover {
	color: #b1e0ff
}
.alert_success {
	background: #a5de5c;
	color: #fff
}
.alert_success .alert_icon {
	background: #8fc944
}
.alert_success a, .alert_success a:hover {
	color: #5d9514
}
/* Muffin link ----------------------------------------------------------------------- */

a.mfn-link {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	font-size: 15px;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
	text-decoration: none;
	outline: none;
	white-space: nowrap
}
a:hover.mfn-link {
	text-decoration: none
}
/* Effect 1: Brackets */

a.mfn-link-1:before, a.mfn-link-1:after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity .2s;
	-moz-transition: -moz-transform 0.3s, opacity .2s;
	transition: transform 0.3s, opacity .2s
}
a.mfn-link-1:before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px)
}
a.mfn-link-1:after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px)
}
a:hover.mfn-link-1:before, a:hover.mfn-link-1:after, a.hover.mfn-link-1:before, a.hover.mfn-link-1:after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px)
}
/* Effect 2: 3D rolling links */

a.mfn-link-2 {
	line-height: 44px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px
}
a.mfn-link-2 span {
	position: relative;
	display: inline-block;
	padding: 0 14px;
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d
}
a.mfn-link-2 span:before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	content: attr(data-hover);
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	transition: background .3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	text-align: center
}
a:hover.mfn-link-2 span, a.hover.mfn-link-2 span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px)
}
/* Effect 3: bottom line */

a.mfn-link-3 {
	padding: 8px 0
}
a.mfn-link-3:after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform .3s;
	-moz-transition: opacity 0.3s, -moz-transform .3s;
	transition: opacity 0.3s, transform .3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px)
}
a:hover.mfn-link-3:after, a.hover.mfn-link-3:after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px)
}
/* Effect 4: second border slides up */

a.mfn-link-4 {
	padding: 12px 10px 10px;
	text-shadow: none;
	font-weight: 700
}
a.mfn-link-4:before, a.mfn-link-4::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	transform: scale(0.85)
}
a.mfn-link-4:after {
	opacity: 0;
	-webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform .3s;
	-moz-transition: top 0.3s, opacity 0.3s, -moz-transform .3s;
	transition: top 0.3s, opacity 0.3s, transform .3s
}
a:hover.mfn-link-4:before, a:hover.mfn-link-4:after, a.hover.mfn-link-4:before, a.hover.mfn-link-4:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1)
}
a:hover.mfn-link-4:after, a.hover.mfn-link-4:after {
	top: 0;
	opacity: 1
}
/* Effect 5: reveal, push out */

a.mfn-link-5 {
	overflow: hidden;
	margin: 0 15px;
	position: relative;
	z-index: 1
}
a.mfn-link-5 span {
	display: block;
	padding: 10px 20px;
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s
}
a.mfn-link-5:before {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	z-index: -1;
	padding: 10px 20px;
	width: 100%;
	height: 100%;
	content: attr(data-hover);
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s;
	-webkit-transform: translateX(-25%);
	-moz-transform: translateX(-25%);
	transform: translateX(-25%)
}
a:hover.mfn-link-5 span, a.hover.mfn-link-5 span {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%)
}
a:hover.mfn-link-5:before, a.hover.mfn-link-5:before {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%)
}
/* Effect 6: text fill*/

a.mfn-link-6 {
	padding: 10px 0;
	text-shadow: none
}
a.mfn-link-6:before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 10px 0;
	max-width: 0;
	border-bottom: 2px solid;
	content: attr(data-hover);
	-webkit-transition: max-width .5s;
	-moz-transition: max-width .5s;
	transition: max-width .5s
}
a:hover.mfn-link-6:before, a.hover.mfn-link-6:before {
	max-width: 100%
}
/* Effect 7: border switch */

a.mfn-link-7 {
	padding: 0 20px;
	height: 45px;
	line-height: 45px
}
a.mfn-link-7:before, a.mfn-link-7:after {
	position: absolute;
	width: 45px;
	height: 2px;
	content: '';
	opacity: .2;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	pointer-events: none
}
a.mfn-link-7:before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0
}
a.mfn-link-7:after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0
}
a:hover.mfn-link-7:before, a:hover.mfn-link-7:after, a.hover.mfn-link-7:before, a.hover.mfn-link-7:after {
	opacity: 1
}
a:hover.mfn-link-7:before, a.hover.mfn-link-7:before {
	left: 50%;
	-webkit-transform: rotate(0deg) translateX(-50%);
	-moz-transform: rotate(0deg) translateX(-50%);
	transform: rotate(0deg) translateX(-50%)
}
a:hover.mfn-link-7:after, a.hover.mfn-link-7:after {
	right: 50%;
	-webkit-transform: rotate(0deg) translateX(50%);
	-moz-transform: rotate(0deg) translateX(50%);
	transform: rotate(0deg) translateX(50%)
}
/* Effect 8: cross */

a.mfn-link-8 {
	padding: 0 5px;
	font-weight: 700;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s;
	position: relative;
	z-index: 1
}
a.mfn-link-8:before, a.mfn-link-8:after {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	height: 2px;
	margin-top: -1px;
	content: '';
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s, opacity .3s;
	-moz-transition: -moz-transform 0.3s, opacity .3s;
	transition: transform 0.3s, opacity .3s;
	pointer-events: none
}
a.mfn-link-8:before {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px)
}
a.mfn-link-8:after {
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transform: translateY(20px)
}
a:hover.mfn-link-8:before, a:hover.mfn-link-8:after, a.hover.mfn-link-8:before, a.hover.mfn-link-8:after {
	opacity: .7
}
a:hover.mfn-link-8:before, a.hover.mfn-link-8:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg)
}
a:hover.mfn-link-8:after, a.hover.mfn-link-8:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
/* variables */

a.mfn-link-4:before, a.mfn-link-4:after, a.mfn-link-3:after, a:hover.mfn-link-8:after, a:hover.mfn-link-8:before, a.hover.mfn-link-8:after, a.hover.mfn-link-8:before {
	background: rgba(0, 0, 0, 0.1)
}
a.mfn-link-6 {
	border-top: 2px solid rgba(0, 0, 0, .05)
}
a.mfn-link.mfn-link-6 {
	color: rgba(0, 0, 0, .25)
}
a.mfn-link-2 span, a:hover.mfn-link-2 span:before, a.hover.mfn-link-2 span:before, a.mfn-link-5 span, a.mfn-link-5:before {
	color: #fff
}
/* Accordion ------------------------------------------------------------------------- */

.accordion .question {
	margin-bottom: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	border-width: 1px;
	border-style: solid
}
.accordion .question:last-child {
	margin-bottom: 0
}
.accordion .question .title {
	padding: 14px 14px 14px 60px;
	font-size: 13px;
	font-weight: 700;
	position: relative;
	border-width: 0;
	border-style: solid;
	cursor: pointer;
	background-image: url(../images/bg_panel.png);
	background-repeat: repeat-x;
	background-position: left top
}
.accordion .question .title:before {
	content: "";
	width: 49px;
	height: 100%;
	border-width: 0 1px 0 0;
	border-style: solid;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}
.accordion .question .title>.acc-icon-plus, .accordion .question .title>.acc-icon-minus {
	font-size: 17px;
	line-height: 17px;
	display: block;
	position: absolute;
	left: 15px;
	top: 16px;
	width: 20px;
	height: 20px;
	text-align: center;
	color: rgba(0, 0, 0, .25)
}
.accordion .question .title>.acc-icon-plus:before, .accordion .question .title>.acc-icon-minus:before {
	margin: 0!important
}
.accordion .question .title>.acc-icon-plus {
	display: block
}
.accordion .question .title>.acc-icon-minus {
	display: none
}
.accordion .question .answer {
	padding: 15px 20px 20px;
	overflow: hidden;
	display: none;
	background-image: url(../images/box_shadow.png);
	background-repeat: repeat-x;
	background-position: left top
}
.accordion .question .answer .wpb_content_element:last-child {
	margin-bottom: 0
}
.accordion .question.active .title {
	border-width: 0 0 1px
}
.accordion .question.active .title>.acc-icon-plus {
	display: none
}
.accordion .question.active .title>.acc-icon-minus {
	display: block
}
.accordion .question.active p:last-child {
	margin-bottom: 0
}
/* FAQ ------------------------------------------------------------------------------- */

.faq .question {
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	background: rgba(0, 0, 0, .02)
}
.faq .question:before {
	content: "";
	width: 60px;
	height: 100%;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, .1);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}
.faq .question:after {
	content: "";
	width: 60px;
	height: 100%;
	background: rgba(0, 0, 0, .03);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}
.faq .question:last-child {
	margin-bottom: 0
}
.faq .question .title {
	padding: 20px 40px 20px 80px;
	font-size: 15px;
	position: relative;
	cursor: pointer;
	z-index: 2
}
.faq .question .title>.acc-icon-plus, .faq .question .title>.acc-icon-minus {
	font-size: 17px;
	line-height: 17px;
	display: block;
	position: absolute;
	right: 15px;
	top: 21px;
	width: 20px;
	height: 20px;
	text-align: center;
	color: rgba(0, 0, 0, .25)
}
.faq .question .title>.acc-icon-plus:before, .faq .question .title>.acc-icon-minus:before {
	margin: 0!important
}
.faq .question .title>.acc-icon-plus {
	display: block
}
.faq .question .title>.acc-icon-minus {
	display: none
}
.faq .question .title .num {
	font-weight: 700;
	position: absolute;
	left: 27px;
	top: 20px;
	font-weight: bold
}
.faq .question .answer {
	padding: 0 20px 20px 80px;
	overflow: hidden;
	display: none
}
.faq .question.active .title>.acc-icon-plus {
	display: none
}
.faq .question.active .title>.acc-icon-minus {
	display: block
}
.faq .question.active p:last-child {
	margin-bottom: 0
}
.wpb_wrapper .faq {
	margin-bottom: 5px
}
.wpb_wrapper .faq .question .title.wpb_toggle {
	background-position: 23px
}
.wpb_wrapper .faq .question .answer.wpb_toggle_content {
	margin: 0
}
.wpb_wrapper .faq .question .last_toggle_el_margin {
	margin-bottom: 0
}
.wpb_wrapper .faq .question .title>.acc-icon-plus, .wpb_wrapper .faq .question .title>.acc-icon-minus {
	left: 20px;
	right: auto;
	color: rgba(0, 0, 0, .5)
}
/* Table ----------------------------------------------------------------------------- */

table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-spacing: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
table th, table td {
	padding: 10px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	vertical-align: middle
}
table th {
	font-weight: 700;
	background: url(../images/bg_panel.png) repeat-x left top
}
table th.clear {
	border: 0;
	background: none
}
table tr:first-child td {
	background: url(../images/box_shadow.png) repeat-x left top
}
table tr:nth-child(2n) td {
	background: rgba(0, 0, 0, 0.01)
}
/* table.simple */

table.simple th {
	background: none
}
table.simple th, table.simple td {
	border-width: 0 0 1px
}
table.simple tr:first-child td {
	background: none
}
table.simple tr:last-child td {
	border: none
}
/* Rows Hover */

body.table-hover:not(.woocommerce-page) table tr:hover td {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
/* Feature list ---------------------------------------------------------------------- */

.feature_list ul {
	margin: 0;
	overflow: hidden
}
.feature_list ul li {
	margin: 0;
	list-style: none;
	width: 100%;
	float: left;
	display: block;
	padding: 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.feature_list ul li a {
	display: block
}
.feature_list ul li a:hover {
	text-decoration: none
}
.feature_list ul li .icon {
	width: 45px;
	height: 20px;
	line-height: 0;
	margin-right: 0px;
	display: table-cell;
	vertical-align: top;
	text-align: center;
	font-size:  41px;
	color:  red;
	padding-top: 15px;
	font-weight:  bold;
}
.feature_list ul li .icon i {
	font-size: 43px;
	line-height: 60px
}
.feature_list ul li .icon i:before {
	margin: 0
}
.feature_list ul li p {
	display: table-cell;
	vertical-align: top;
	padding: 0;
	text-align: j;
	font-weight: 500;
}
.feature_list hr {
	margin: 0
}
/* Animation */

.feature_list ul li a {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}
/* Columns */

.feature_list[data-col="2"] ul li {
	width: 50%
}
.feature_list[data-col="3"] ul li {
	width: 33.33%
}
.feature_list[data-col="4"] ul li {
	width: 25%
}
.feature_list[data-col="5"] ul li {
	width: 20%
}
.feature_list[data-col="6"] ul li {
	width: 16.66%
}
/* List ------------------------------------------------------------------------------ */

.list_item {
	display: block
}
.list_item a {
	display: block
}
.list_item a:hover {
	text-decoration: none
}
.list_item .list_left {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 50px;
	overflow: hidden;
	text-align: center;
	float: left
}
.list_item .list_image {
	font-size: 0
}
.list_item .list_left img {
	max-width: 80px!important;
	max-height: 80px!important;
	vertical-align: middle
}
.list_item .list_left i:before {
	margin: 0
}
.list_item .circle {
	width: 78px;
	height: 78px;
	line-height: 78px;
	border-width: 1px;
	border-style: solid;
	font-size: 20px;
	font-weight: 700;
	overflow: hidden;
	text-align: center;
	float: left;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-image: url(../images/stripes/stripes_3_b.png);
	-webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .08);
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .08)
}
.list_item .list_right {
	padding: 5px 0 0;
	margin-left: 100px;
	word-wrap: break-word
}
.list_item .list_right h4 {
	margin-bottom: 7px
}
.list_item.lists_1 .list_left {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../images/stripes/stripes_3_b.png);
	-webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .1)
}
.list_item.lists_1 .list_image {
	width: 60px;
	height: 60px;
	line-height: 60px;
	padding: 10px;
	font-size: 0
}
.list_item.lists_1 .list_left img {
	max-width: 60px!important;
	max-height: 60px!important
}
.list_item.lists_3 .list_left {
	float: none;
	margin-bottom: 10px
}
.list_item.lists_3 .list_icon {
	width: auto;
	text-align: left
}
.list_item.lists_3 .list_right {
	margin-left: 0;
	padding-top: 0
}
.list_item.lists_3 .list_right h4 {
	margin-bottom: 10px
}
.list_item.lists_4 .list_right {
	padding-top: 21px
}
.align_right .list_item .list_left {
	float: right;
}
.align_right .list_item .list_right {
	margin-left: 0;
	margin-right: 100px;
}
/* Pricing boxes --------------------------------------------------------------------- */

.pricing-box {
	border-width: 1px;
	border-style: solid;
	background: #fff
}
.pricing-box .plan-header {
	text-align: center;
	padding: 20px 15px 0
}
.pricing-box .plan-header .image {
	text-align: center;
	margin-bottom: 15px
}
.pricing-box .plan-header h2 {
	margin: 0 0 20px;
	font-size: 30px;
	line-height: 30px
}
.pricing-box .plan-header .price {
	margin: 0 0 20px
}
.pricing-box .plan-header .price>span {
	font-size: 45px;
	line-height: 45px;
	margin: 0 5px
}
.pricing-box .plan-header .price sup.currency {
	font-size: 20px;
	line-height: 20px;
	top: -10px;
	position: relative
}
.pricing-box.cp-right .plan-header .price sup.currency {
	margin-right: 5px
}
.pricing-box .plan-header .price sup.period {
	font-size: 15px;
	line-height: 15px;
	top: -15px;
	position: relative
}
.pricing-box .plan-header hr {
	margin-bottom: 0;
	width: 60%
}
.pricing-box .plan-header p.subtitle {
	padding: 20px 0 0;
	margin-bottom: 0
}
.pricing-box .plan-inside {
	padding: 10px 30px;
	text-align: center
}
.pricing-box .plan-inside ul {
	margin: 0;
	font-size: 100%;
	line-height: normal
}
.pricing-box .plan-inside ul li {
	text-align: center;
	padding: 11px 10px;
	display: block;
	margin: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}
.pricing-box .plan-inside ul li .yes, .pricing-box .plan-inside ul li .no {
	display: inline-block;
	overflow: hidden;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: rgba(0, 0, 0, .1)
}
.pricing-box .plan-inside ul li:last-child {
	border-bottom: 0
}
.pricing-box .plan-footer {
	text-align: center
}
.pricing-box .plan-footer a {
	margin-right: 0
}
.pricing-box-box.pricing-box-featured {
	border-color: transparent
}
/* Pricing table */

.pricing-box.pricing-box-label .plan-header *, .pricing-box.pricing-box-label .plan-footer {
	visibility: hidden
}
.pricing-box-label ul li {
	font-weight: 700;
	text-align: right!important
}
.pricing-box-label, .pricing-box-table {
	border: 0;
	background: none
}
.pricing-box-label .plan-inside, .pricing-box-table .plan-inside {
	padding-left: 0;
	padding-right: 0
}
.pricing-box-table.pricing-box-featured {
	background: rgba(0, 0, 0, .02);
	padding-left: 10px;
	padding-right: 10px
}
/* Content slider ----------------------------------------------------------------------------- */

.content_slider {
	padding: 0 140px;
	position: relative
}
.content_slider .content_slider_ul {
	margin: 0!important;
	line-height: 0;
	border-width: 8px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.content_slider .content_slider_ul li {
	display: block;
	float: left;
	margin: 0!important;
}
.content_slider a.button {
	position: absolute;
	top: 50%;
	margin: -22px 0 0;
	font-size: 13px;
	line-height: 21px
}
.content_slider a.slider_prev {
	left: -90px
}
.content_slider a.slider_next {
	right: -90px
}
.content_slider .slider_pagination {
	width: 100%;
	margin-top: 30px;
}
.content_slider .slider_pagination li {
	display: inline-block;
}
.content_slider .content_slider_ul {
	max-height: 283px;
	transition: opacity 0.3s ease-in-out;
}
.content_slider .content_slider_ul.slick-slider {
	opacity: 1;
	max-height: none;
	zoom: 1;
}
/* Flat */

.content_slider.flat .content_slider_ul {
	border-width: 0
}
.content_slider.flat a.button {
	background: none!important;
	box-shadow: none;
	border: none
}
.content_slider.flat a.button:after {
	display: none!important
}
.content_slider.flat a.button:hover {
	background: none!important
}
.content_slider.flat a.button .button_icon {
	background: none;
	padding: 0;
	font-size: 50px;
	opacity: .3
}
.content_slider.flat a:hover.button .button_icon {
	opacity: 1
}
/* Flat description */

.content_slider.flat.description ul li {
	text-align: center
}
.content_slider.flat.description ul li a {
	display: block;
	text-decoration: none
}
.content_slider.flat.description ul li img {
	margin-bottom: 30px
}
.content_slider.flat.description ul li h3 {
	margin-bottom: 0
}
.content_slider.flat.description ul li .desc {
	line-height: initial;
	padding: 0 20%;
	margin-top: 15px
}
/* Carousel */

.content_slider.carousel {
	padding: 0 70px
}
.content_slider.carousel .content_slider_ul {
	border-width: 0
}
.content_slider.carousel .content_slider_ul li {
	text-align: center;
	padding: 0 20px;
	padding-top: 5px
}
.content_slider.carousel .content_slider_ul li img {
	margin-bottom: 20px;
	opacity: .8;
	position: relative;
	top: 0
}
.content_slider.carousel .content_slider_ul li a {
	color: inherit;
	text-decoration: none;
}
.content_slider.carousel .content_slider_ul li .title {
	opacity: .3;
	font-size: 115%;
	line-height: initial;
}
.content_slider.carousel .content_slider_ul li:hover img {
	opacity: 1;
	top: -5px
}
.content_slider.carousel .content_slider_ul li:hover .title {
	opacity: 1
}
.content_slider.carousel a.button {
	background: none!important;
	box-shadow: none;
	border: none;
	top: 40%;
	margin-top: -11px;
}
.content_slider.carousel a.button:after {
	display: none!important
}
.content_slider.carousel a.button:hover {
	background: none!important
}
.content_slider.carousel a.button .button_icon {
	background: none;
	padding: 0;
	font-size: 30px;
	opacity: .5
}
.content_slider.carousel a.button:hover .button_icon {
	opacity: 1
}
.content_slider.carousel a.slider_prev {
	left: -70px
}
.content_slider.carousel a.slider_next {
	right: -70px
}
/* Navigation visibility */

.content_slider.hide-arrows {
	padding: 0
}
.content_slider.hide-arrows a.slider_prev, .content_slider.hide-arrows a.slider_next {
	display: none!important
}
.content_slider.hide-dots .slider_pagination {
	display: none!important
}
.section.full-width .column.one .content_slider.hide-arrows {
	padding: 0 140px;
}
/* Animation */

.content_slider.carousel ul li img, .content_slider.carousel ul li .title, .content_slider.flat a.button .button_icon {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
/* Offer slider ---------------------------------------------------------------------- */

.offer {
	position: relative
}
.offer .offer_ul {
	margin: 0!important
}
.offer .offer_li {
	display: block;
	float: left
}
.offer .offer_li .image_wrapper {
	float: left;
	width: 50%;
	line-height: 0
}
.offer .offer_li .image_wrapper img {
	float: right
}
.offer .offer_li .desc_wrapper {
	float: left;
	width: 570px;
	width: calc(50% - 42px);
	margin: 30px 12px 30px 30px
}
.offer .offer_li .desc_wrapper .title {
	margin-bottom: 30px;
	position: relative;
	min-height: 43px;
	padding-right: 160px
}
.offer .offer_li .desc_wrapper.no-link .title {
	padding: 0
}
.offer .offer_li .desc_wrapper .title h3 {
	margin: 0;
	font-size: 35px;
	line-height: 35px;
	padding-top: 3px
}
.offer .offer_li .desc_wrapper .title h3 em {
	color: rgba(0, 0, 0, .1);
	font-style: normal
}
.offer .offer_li .desc_wrapper .title a.button {
	margin: 0;
	position: absolute;
	right: 0;
	top: 0
}
.offer .offer_li .desc_wrapper.align_left {
	text-align: left
}
.offer .offer_li .desc_wrapper.align_right {
	text-align: right
}
.offer .offer_li .desc_wrapper.align_center {
	text-align: center
}
.offer .offer_li .desc_wrapper.align_justify {
	text-align: justify
}
.offer .offer_li .desc_wrapper.align_right.has-link .title {
	padding-left: 160px;
	padding-right: 0
}
.offer .offer_li .desc_wrapper.align_right .title a.button {
	left: 0;
	right: auto;
}
.offer .offer_li .desc_wrapper.align_center.has-link .title {
	text-align: left
}
.offer_li ul {
	list-style: disc inside none;
	margin-bottom: 10px
}
.offer_li ol {
	list-style: decimal inside none;
	margin-bottom: 10px
}
.offer_li li {
	margin-bottom: 5px
}
.offer a.slider_prev, .offer a.slider_next {
	background: #262626;
	margin: 0;
	position: absolute
}
.offer a.slider_prev:after, .offer a.slider_next:after {
	background: rgba(0, 0, 0, .2)
}
.offer a.slider_prev .button_icon, .offer a.slider_next .button_icon {
	padding: 0;
	width: 46px;
	height: 46px;
	line-height: 46px;
	font-size: 13px;
	text-align: center
}
.offer a.slider_prev .button_icon i, .offer a.slider_next .button_icon i {
	color: #fff
}
.offer a.slider_prev {
	left: 50px;
	top: 50%;
	z-index: 2;
	margin-top: -69px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0
}
.offer a.slider_next {
	left: 50px;
	top: 50%;
	z-index: 2;
	margin-top: 23px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px
}
.offer .slider_pagination {
	display: block;
	left: 50px;
	top: 50%;
	color: #6C6C6C;
	margin-top: -23px;
	position: absolute;
	z-index: 1;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 13px;
	background: #1c1c1c
}
.offer .slider_pagination .current, .offer .slider_pagination .count {
	color: #fff
}
.button-stroke .offer a.slider_prev .button_icon, .button-stroke .offer a.slider_next .button_icon {
	padding: 0;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center
}
.button-stroke .offer a.slider_prev {
	margin-top: -75px
}
.button-stroke .offer a.slider_next {
	margin-top: 28px
}
.button-stroke .offer .slider_pagination {
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.6)
}
/* Offer thumb */

.offer_thumb {
	position: relative;
	padding-left: 120px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.offer_thumb_ul li.offer_thumb_li {
	float: left;
	display: block;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.offer_thumb_ul li.offer_thumb_li .image_wrapper {
	float: right;
	width: 57%
}
.offer_thumb_ul li.offer_thumb_li .desc_wrapper {
	float: left;
	width: 39%;
	margin-right: 4%;
	padding-top: 20px
}
.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title {
	margin-bottom: 15px;
	position: relative;
	min-height: 43px;
	padding-right: 160px
}
.offer_thumb_ul li.offer_thumb_li .desc_wrapper.no-link .title {
	padding: 0
}
.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title h3 {
	margin: 0;
	font-size: 35px;
	line-height: 35px;
	padding-top: 3px
}
.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title a.button {
	margin: 0;
	position: absolute;
	right: 0;
	top: 0
}
.offer_thumb_ul li.offer_thumb_li .desc_wrapper.align_left {
	text-align: left
}
.offer_thumb_ul li.offer_thumb_li .desc_wrapper.align_right {
	text-align: right
}
.offer_thumb_ul li.offer_thumb_li .desc_wrapper.align_center {
	text-align: center
}
.offer_thumb_ul li.offer_thumb_li .desc_wrapper.align_justify {
	text-align: justify
}
.offer_thumb_ul li.offer_thumb_li .desc_wrapper.align_right.has-link .title {
	padding-left: 160px;
	padding-right: 0
}
.offer_thumb_ul li.offer_thumb_li .desc_wrapper.align_right .title a.button {
	left: 0;
	right: auto;
}
.offer_thumb_ul li.offer_thumb_li .desc_wrapper.align_center.has-link .title {
	text-align: left
}
/* Animation */

.offer_thumb .slider_pagination a img {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.offer_thumb .slider_pagination a:before, .offer_thumb .slider_pagination a:after {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
@media only screen and (min-width: 768px) {
	.offer_thumb .slider_pagination {
		position: absolute;
		left: 0;
		top: 0;
		border-width: 1px;
		border-style: solid
	}
	.offer_thumb .slider_pagination a {
		display: block;
		margin: 0;
		width: 85px !important;
		height: 85px !important;
		line-height: 85px;
		text-align: center;
		padding: 8px;
		text-indent: 0;
		border-bottom-width: 1px;
		border-style: solid;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0
	}
	.offer_thumb .slider_pagination a:not(.selected):hover img {
		filter: alpha(opacity=60);
		opacity: .6
	}
	.offer_thumb .slider_pagination a.selected {
		top: 0
	}
	body:not(.style-simple) .offer_thumb:not(.bottom) .slider_pagination a:last-child {
		border: 0
	}
	.offer_thumb .slider_pagination a:before {
		content: "";
		display: block;
		width: 5px;
		height: 100%;
		right: -5px;
		top: 0;
		position: absolute;
		filter: alpha(opacity=0);
		opacity: 0
	}
	.offer_thumb .slider_pagination a.selected:before {
		filter: alpha(opacity=100);
		opacity: 1
	}
	.offer_thumb .slider_pagination a:after {
		content: "";
		left: auto;
		right: -9px;
		top: 50%;
		margin-top: -4px;
		width: 8px;
		height: 8px;
		filter: alpha(opacity=0);
		opacity: 0;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0
	}
	.offer_thumb .slider_pagination a.selected:after {
		filter: alpha(opacity=100);
		opacity: 1
	}
	.offer_thumb .slider_pagination a {
		background-color: #fff
	}
	.offer_thumb .slider_pagination a.selected {
		background-color: #fff;
		background-image: url(../images/stripes/stripes_3_b.png)
	}
	.offer_thumb .slider_pagination a img {
		vertical-align: middle
	}
}
/* Offer thumb bottom */

.offer_thumb.bottom {
	padding-left: 0
}
.offer_thumb.bottom .offer_thumb_ul li.offer_thumb_li .image_wrapper {
	width: 48%;
	text-align: center
}
.offer_thumb.bottom .offer_thumb_ul li.offer_thumb_li .desc_wrapper {
	margin-right: 4%;
	width: 48%
}
.offer_thumb.bottom .slider_pagination {
	position: static;
	border: 0;
	text-align: center;
	margin-top: 50px
}
.offer_thumb.bottom .slider_pagination a {
	display: inline-block;
	border-width: 1px 0 1px 1px;
	border-style: solid
}
.offer_thumb.bottom .slider_pagination a:last-child {
	border-right-width: 1px;
	border-style: solid
}
.offer_thumb.bottom .slider_pagination a:before {
	width: 100%;
	height: 5px;
	left: 0;
	right: auto;
	top: -5px
}
.offer_thumb.bottom .slider_pagination a:after {
	left: 50%;
	right: auto;
	top: -5px;
	margin-left: -4px
}
/* Latest news ----------------------------------------------------------------------- */

.Latest_news ul {
	float: left;
	width: 100%;
	margin: 0
}
.Latest_news ul li {
	margin: 0 0 20px;
	list-style: none;
	position: relative;
	overflow: hidden
}
.Latest_news ul li .photo {
	width: 30%;
	border-right-width: 3px;
	border-style: solid;
	float: left;
	line-height: 0
}
.Latest_news ul li .desc {
	width: 100%;
	padding: 3px 12px 3px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.Latest_news ul li.has-post-thumbnail .desc {
	margin-left: 30%;
	width: 70%;
	padding-left: 12px;
}
.Latest_news ul li .desc h5 {
	margin: 0 0 7px
}
.Latest_news ul li .desc .post-excerpt {
	margin: 10px 0 5px
}
.Latest_news ul li .desc_footer {
	overflow: hidden;
	border-top-width: 1px;
	border-style: solid;
	padding-top: 5px;
	color: #a8a8a8
}
.Latest_news ul li .desc_footer .date {
	float: left;
	margin-right: 5px
}
.Latest_news ul li .desc_footer .button-love {
	float: left;
	margin-right: 5px
}
.Latest_news ul li .desc_footer .button-love a.mfn-love {
	display: inline-block;
	position: relative;
	padding-left: 24px;
	margin-left: 5px
}
.Latest_news ul li .desc_footer .button-love a.mfn-love i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px
}
.Latest_news ul li .desc_footer .button-love a.mfn-love:hover {
	text-decoration: none
}
.Latest_news ul li .desc_footer .button-love a.mfn-love i:last-child {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.Latest_news ul li .desc_footer .button-love a:hover.mfn-love i:last-child, .Latest_news ul li .desc_footer .button-love a.loved.mfn-love i:last-child {
	opacity: 1;
	filter: alpha(opacity=100)
}
.Latest_news .button {
	float: left;
	clear: both;
}
.Latest_news.featured ul {
	float: left;
	width: 49%;
}
.Latest_news.featured ul.ul-first {
	margin-right: 1%;
}
.Latest_news.featured ul.ul-second {
	margin-left: 1%;
}
.Latest_news.featured ul.ul-first li .photo {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	border-right-width: 0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}
.Latest_news.featured ul.ul-first li .desc {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.Latest_news.featured ul.ul-first li .desc h4 {
	margin: 0 0 7px;
}
.column.two-fifth .Latest_news.featured ul, .column.one-third .Latest_news.featured ul, .column.one-fourth .Latest_news.featured ul {
	width: 100%
}
.wrap.three-fifth .column.one-second .Latest_news.featured ul, .wrap.one-second .column.one-second .Latest_news.featured ul, .wrap.one-second .column.three-fifth .Latest_news.featured ul, .wrap.two-fifth .column.three-fourth .Latest_news.featured ul, .wrap.two-fifth .column.one-second .Latest_news.featured ul, .wrap.two-fifth .column.three-fifth .Latest_news.featured ul, .wrap.one-fourth .Latest_news.featured ul, .wrap.one-fifth .Latest_news.featured ul, .wrap.one-sixth .Latest_news.featured ul {
	width: 100%
}
/* Blog Teaser ----------------------------------------------------------------------- */

.blog-teaser .teaser-wrapper {
	float: left;
	width: 100%;
	margin: 0;
}
.blog-teaser li {
	display: block;
	position: relative;
	overflow: hidden
}
.the_content_wrapper .blog-teaser li {
	margin-bottom: 0;
}
.blog-teaser li:first-child {
	float: left;
	width: 66%;
}
.blog-teaser li:not(:first-child) {
	float: right;
	width: 33%;
}
.blog-teaser li:last-child {
	margin-top: 1%;
}
.blog-teaser li:last-child .photo-wrapper {
	margin-bottom: -3.2%;
}
.blog-teaser.margin-no li:first-child {
	width: 66.6666%;
}
.blog-teaser.margin-no li:not(:first-child) {
	float: right;
	width: 33.3333%;
}
.blog-teaser.margin-no li:last-child {
	margin-top: 0;
}
.blog-teaser.margin-no li:last-child .photo-wrapper {
	margin-bottom: 0;
}
.blog-teaser li .photo-wrapper {
	position: relative;
	line-height: 0;
}
.blog-teaser li .photo-wrapper:after {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	opacity: 0;
	transition: all 0.6s ease-out;
}
.blog-teaser li:hover .photo-wrapper:after {
	opacity: 1;
}
.blog-teaser li .desc-wrapper {
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	z-index: 4;
	transition: all 0.4s ease-out;
}
.blog-teaser li:hover .desc-wrapper {
	transform: translateY(-20px);
}
.blog-teaser li .desc-wrapper .desc {
	background: url(../images/blog_masonry_tile_gradient.png) top left repeat-x;
	padding: 70px 25px 30px;
}
.blog-teaser li .desc-wrapper .desc .post-meta .author .label {
	display: none;
}
.blog-teaser li .desc-wrapper .desc .post-meta .comments {
	margin-left: 5px;
}
.blog-teaser li .desc-wrapper .desc .post-title a {
	color: #fff;
}
.blog-teaser li .desc-wrapper .desc .post-title:after {
	content: "";
	display: block;
	height: 3px;
	margin-top: 20px;
	width: 0;
	transition: all 0.4s ease-out;
	background-color: #fff;
}
.blog-teaser li:hover .desc-wrapper .desc .post-title:after {
	width: 40%
}
.blog-teaser li:first-child:hover .desc-wrapper .desc .post-title:after {
	width: 20%
}
.blog-teaser li .desc-wrapper .desc .post-meta, .blog-teaser li .desc-wrapper .desc .post-meta a {
	color: rgba(255, 255, 255, .7);
}
.blog-teaser li:not(.has-post-thumbnail) .photo-wrapper {
	padding-top: 75%;
	padding-bottom: 3.2%;
}
.blog-teaser li:not(.has-post-thumbnail) .desc-wrapper .desc {
	background: none;
}
.blog-teaser li:not(.has-post-thumbnail) .desc-wrapper .desc .post-title:after {
	background: #fff;
}
/* Helper ---------------------------------------------------------------------------- */

.helper {
	overflow: hidden
}
.helper .helper_header {
	padding: 15px 150px 15px 20px;
	position: relative;
	min-height: 35px
}
.helper .helper_header .title {
	margin: 0;
	line-height: 35px
}
.helper .helper_header .links {
	position: absolute;
	right: 15px;
	top: 15px
}
.helper .helper_header .links a.link {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin: 0 5px;
	padding: 0 10px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.helper .helper_content .item {
	padding: 0 20px 20px;
	overflow: hidden;
	display: none
}
.helper {
	background: #f5f5f5
}
.helper .helper_header .links a.link {
	color: #999;
	background: #fff
}
.helper .helper_header .links a.link.active, .helper .helper_header .links a:hover.link {
	color: #999;
	background: rgba(0, 0, 0, .06)
}
/* Icon box -------------------------------------------------------------------------- */

.icon_box {
	position: relative;
	padding: 10px 0
}
.icon_box.has_border:after {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	border-width: 0 1px 0 0;
	border-style: solid;
	position: absolute;
	right: -2.4%;
	top: 0
}
.icon_box a {
	display: block
}
.icon_box a:hover {
	text-decoration: none
}
.icon_box .icon_wrapper {
	width: 110px;
	height: 110px;
	text-align: center;
	line-height: 110px;
	font-size: 50px;
	position: relative;
	overflow: hidden;
	margin: 0 auto 15px;
	border-width: 8px;
	border-style: solid;
	display: block;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-image: url(../images/stripes/stripes_3_b.png)
}
.icon_box .icon_wrapper i {
	z-index: 2;
	position: relative
}
.icon_box .icon_wrapper:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.icon_box .icon_wrapper {
	background-color: #fff;
	-webkit-box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, .08);
	box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, .08)
}
.icon_box .image_wrapper {
	text-align: center;
	margin-bottom: 15px
}
.icon_box .desc_wrapper {
	text-align: center
}
/* Icon postion left */

.icon_box.icon_position_left {
	min-height: 126px;
	padding-left: 145px
}
.icon_box.icon_position_left .icon_wrapper {
	position: absolute;
	left: 0;
	top: 10px;
	margin-bottom: 0
}
.icon_box.icon_position_left .desc_wrapper {
	text-align: left;
	padding-top: 10px
}
.icon_box.icon_position_left .image_wrapper {
	position: absolute;
	left: 0;
	top: 10px;
	margin-bottom: 0;
	width: 126px;
	height: 126px;
	overflow: hidden
}
/* Animation */

.icon_box .icon_wrapper, .icon_box .icon_wrapper:before {
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out
}
.icon_box .icon_wrapper {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.icon_box:hover .icon_wrapper {
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	-o-transform: scale(0.94);
	transform: scale(0.94)
}
/* Icon box button & mfn-link */

.icon_box a.mfn-link, .icon_box a.button {
	display: inline-block
}
/* Article box ----------------------------------------------------------------------- */

.article_box {
	overflow: hidden
}
.article_box a {
	display: block
}
.article_box a:hover {
	text-decoration: none
}
.article_box .photo_wrapper {
	width: 50%;
	float: left;
	line-height: 0
}
.article_box .desc_wrapper {
	width: 50%;
	min-height: 139px;
	float: left;
	padding: 10px 15px;
	background-color: #f8f8f8;
	background-image: url(../images/stripes/stripes_3_b.png);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.article_box .desc_wrapper p {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-style: solid;
	padding-bottom: 7px
}
.article_box .desc_wrapper h4 {
	margin-bottom: 5px
}
.article_box .desc_wrapper i.icon-right-open {
	display: block;
	position: relative;
	left: -5px
}
/* Sliding box ----------------------------------------------------------------------- */

.sliding_box {
	position: relative
}
.sliding_box a {
	display: block
}
.sliding_box a:hover {
	text-decoration: none
}
.sliding_box .photo_wrapper {
	line-height: 0;
	position: relative;
	bottom: -15px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.sliding_box .desc_wrapper {
	padding: 15px 20px;
	width: 100%;
	text-align: center;
	z-index: 2;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.sliding_box .desc_wrapper:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px;
	border-color: transparent
}
.sliding_box .desc_wrapper h4 {
	margin-bottom: 0
}
/* Animation */

.sliding_box .photo_wrapper {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.sliding_box:hover .photo_wrapper {
	bottom: -1px
}
.sliding_box .desc_wrapper:after {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.sliding_box:hover .desc_wrapper:after {
	top: -8px
}
/* Story box ------------------------------------------------------------------------- */

.story_box {
	padding: 0 11%
}
.story_box a, .story_box a:hover {
	display: block;
	text-decoration: none
}
.story_box .photo_wrapper {
	line-height: 0;
	overflow: hidden
}
.story_box .photo_wrapper img {
	display: block;
	opacity: .7
}
.story_box .desc_wrapper {
	margin-right: 20%;
	position: relative;
	z-index: 2
}
.story_box .desc_wrapper h3 {
	margin-left: -30px;
	margin-top: -26px
}
.story_box .desc_wrapper hr {
	margin-left: 0;
	width: 20%
}
.story_box:hover .desc_wrapper hr {
	width: 40%
}
.story_box:hover .photo_wrapper img {
	display: block;
	opacity: 1
}
.story_box.vertical {
	padding: 0 17%
}
/* Animation */

.story_box .desc_wrapper hr, .story_box .photo_wrapper img {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
/* Promo box ------------------------------------------------------------------------- */

.promo_box {
	position: relative
}
.promo_box.has_border:after {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	border-width: 0 1px 0 0;
	border-style: solid;
	position: absolute;
	right: -2.4%;
	top: 0
}
.promo_box_wrapper {
	overflow: hidden
}
.promo_box_wrapper .photo_wrapper {
	width: 36%;
	float: left;
	text-align: left;
	line-height: 0
}
.promo_box_wrapper .desc_wrapper {
	width: 56%;
	margin: 0 2% 0 6%;
	float: left;
	padding-top: 10px
}
.promo_box_wrapper .desc_wrapper .desc {
	margin-bottom: 15px
}
.promo_box_wrapper.promo_box_right .photo_wrapper {
	float: right;
	text-align: right
}
.promo_box_wrapper.promo_box_right .desc_wrapper {
	margin: 0 6% 0 2%;
	text-align: right
}
.promo_box_wrapper.promo_box_right .desc_wrapper a.button {
	margin-right: 0
}
/* Zoom box -------------------------------------------------------------------------- */

.column_zoom_box {
	text-align: center;
	line-height: 0;
}
.zoom_box {
	position: relative;
	line-height: 0;
	overflow: hidden;
	display: inline-block;
	max-width: 100%
}
.zoom_box .photo img, .zoom_box .desc {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.zoom_box .photo img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.zoom_box:hover .photo img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15)
}
.zoom_box .desc {
	background: rgba(0, 0, 0, .8);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	opacity: 0;
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15)
}
.zoom_box:hover .desc {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.zoom_box .desc .desc_img img {
	max-width: 30%!important;
	padding-bottom: 15px
}
.zoom_box .desc .desc_txt {
	padding: 0 40px;
	font-size: 26px;
	line-height: 30px;
	color: #fff
}
/* Counter --------------------------------------------------------------------------- */

.counter {
	padding: 20px;
	background-image: url(../images/stripes/stripes_10_b.png);
	text-align: center;
	position: relative
}
.counter .icon_wrapper {
	margin-bottom: 15px;
	line-height: 0;
	width: 100%
}
.counter .icon_wrapper i:before {
	margin: 0
}
.counter .icon_wrapper i {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 50px
}
.counter .desc_wrapper .number-wrapper {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 5px
}
.counter .desc_wrapper .number-wrapper .label {
	font-size: 70%;
	line-height: 100%
}
.counter .desc_wrapper .title {
	font-size: 15px;
	line-height: 20px;
	margin: 0
}
.counter.counter_horizontal {
	text-align: left;
	min-height: 75px
}
.counter.counter_horizontal .icon_wrapper {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 30px;
	top: 32px;
	margin: 0
}
.counter.counter_horizontal .desc_wrapper {
	padding-left: 85px
}
/* Chart box ------------------------------------------------------------------------- */

.chart_box {
	position: relative;
	text-align: center
}
.chart_box:before {
	content: "";
	display: block;
	z-index: 2;
	width: 138px;
	height: 138px;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	left: 50%;
	margin-left: -69px;
	top: 1px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	background-image: url(../images/stripes/stripes_3_b.png)
}
.chart_box .chart {
	width: 140px;
	margin: 0 auto 10px;
	position: relative
}
.chart_box .chart canvas {
	position: relative;
	z-index: 2
}
.chart_box .chart .icon, .chart_box .chart .image {
	width: 70px;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	position: absolute;
	left: 35px;
	top: 35px;
	z-index: 3;
	text-align: center
}
.chart_box .chart .icon {
	font-size: 45px
}
.chart_box .chart .icon i:before {
	margin: 0
}
.chart_box .chart .image img {
	vertical-align: middle
}
.chart_box .chart .num {
	position: absolute;
	left: 0;
	top: 45px;
	z-index: 3;
	width: 100%;
	font-size: 50px;
	line-height: 50px
}
.chart_box p {
	margin-bottom: 0
}
/* Progress bars --------------------------------------------------------------------- */

.progress_bars .bars_list {
	margin: 0
}
.progress_bars .bars_list li {
	margin-bottom: 20px;
	list-style: none;
	overflow: hidden
}
.progress_bars .bars_list li:last-child {
	margin-bottom: 0
}
.progress_bars .bars_list li h6 {
	margin-bottom: 7px;
	position: relative;
	padding-right: 40px
}
.progress_bars .bars_list li h6 .label {
	display: block;
	font-size: 11px;
	line-height: 17px;
	padding: 0 5px;
	font-weight: 400;
	position: absolute;
	right: 0;
	top: 1px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: rgba(0, 0, 0, .05);
	color: rgba(0, 0, 0, .35)
}
.progress_bars .bars_list li h6 .label em {
	font-style: normal
}
.progress_bars .bars_list li .bar {
	position: relative;
	width: 100%;
	height: 20px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(0, 0, 0, .02);
	-webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.04);
	box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.04)
}
.progress_bars .bars_list li .bar .progress {
	display: block;
	height: 100%;
	background-image: url(../images/progressbar.png);
	-webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.04);
	box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.04)
}
.progress_bars .bars_list:not(.hover) li .bar .progress {
	width: 0!important
}
/* Animation */

.progress_bars .bars_list.hover li .bar .progress {
	-webkit-transition: all 1.3s ease-in-out;
	-moz-transition: all 1.3s ease-in-out;
	-o-transition: all 1.3s ease-in-out;
	transition: all 1.3s ease-in-out
}
/* Progress icons -------------------------------------------------------------------- */

.progress_icons {
	margin-bottom: 12px;
	overflow: hidden
}
.progress_icons .progress_icon {
	display: inline-block;
	margin: 0 7px 7px 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 17px;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%
}
.progress_icons .progress_icon img {
	max-width: 25px!important;
	max-height: 25px;
	margin: 5px 0 -5px
}
.progress_icons .progress_icon:last-child {
	margin-right: 0
}
.progress_icons .progress_icon:not(.themebg) {
	background: rgba(0, 0, 0, .06)
}
/* Animation */

.progress_icons .progress_icon {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
/* Trailer box ----------------------------------------------------------------------- */

.trailer_box {
	text-align: center;
	position: relative;
	line-height: 0
}
.trailer_box a {
	display: block
}
.trailer_box a:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	opacity: 0;
	background: rgba(0, 0, 0, .15)
}
.trailer_box:hover a:after {
	filter: alpha(opacity=100);
	opacity: 100
}
.trailer_box .desc {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	padding: 20px 15px 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.trailer_box .desc h2 {
	margin: 0;
	position: relative;
	bottom: 0;
	font-size: 30px;
	line-height: 30px
}
.trailer_box:hover .desc h2 {
	bottom: 20px
}
.trailer_box .desc .subtitle {
	display: inline-block;
	position: relative;
	bottom: 0;
	line-height: normal;
	letter-spacing: 1px;
	padding: 4px 8px;
	text-transform: uppercase;
	margin-bottom: 15px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: url(../images/stripes/stripes_10_w.png)
}
.trailer_box:hover .desc .subtitle {
	bottom: 20px
}
.trailer_box .desc .line {
	height: 1px;
	width: 0;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
	display: block
}
.trailer_box:hover .desc .line {
	width: 60%
}
/* Animation */

.trailer_box a:after, .trailer_box .desc .subtitle, .trailer_box .desc .line, .trailer_box .desc h2 {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
/* Quick facts ----------------------------------------------------------------------- */

.quick_fact {
	text-align: center;
}
.quick_fact.align_left {
	text-align: left
}
.quick_fact.align_right {
	text-align: right
}
.quick_fact .number-wrapper {
	font-size: 90px;
	line-height: 90px
}
.quick_fact .number-wrapper .label {
	font-size: 70%;
	line-height: 100%
}
.quick_fact hr {
	width: 40%;
	height: 2px;
}
/* Photo box ------------------------------------------------------------------------- */

.photo_box {
	text-align: center
}
.photo_box.pb_left {
	text-align: left
}
.photo_box.pb_right {
	text-align: right
}
.photo_box .image_frame {
	margin-bottom: 15px
}
.photo_box.without-desc .image_frame {
	margin-bottom: 0
}
.photo_box .desc {
	margin-bottom: 15px
}
/* Flat box -------------------------------------------------------------------------- */

.flat_box a, .flat_box a:hover {
	display: block;
	text-decoration: none
}
.flat_box .photo_wrapper {
	margin-bottom: 15px;
	position: relative;
	line-height: 0;
	overflow: hidden
}
.flat_box .photo_wrapper .icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 90px;
	text-align: center;
	color: #fff;
	z-index: 2
}
.flat_box .photo_wrapper .icon i {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 55px;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	margin-top: -30px
}
.flat_box .photo_wrapper .icon img {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: calc(100% - 16px)!important;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.flat_box:hover .photo_wrapper .icon, .flat_box a:hover .photo_wrapper .icon {
	-webkit-transform: translateX(-90px);
	transform: translateX(-90px)
}
.flat_box .photo_wrapper img.photo {
	position: relative;
	display: block;
	z-index: 1;
	-webkit-transform: translateX(15px);
	transform: translateX(15px)
}
.flat_box:hover .photo_wrapper img.photo, .flat_box a:hover .photo_wrapper img.photo {
	-webkit-transform: translateX(0px);
	transform: translateX(0px)
}
.flat_box .desc_wrapper {
	margin-left: 90px
}
@media only screen and (min-width: 960px) {
	.one-fourth .flat_box .photo_wrapper .icon {
		width: 60px
	}
	.one-fourth .flat_box .photo_wrapper .icon i {
		height: 40px;
		line-height: 40px;
		font-size: 35px;
		margin-top: -20px
	}
	.one-fourth .flat_box a:hover .photo_wrapper .icon {
		-webkit-transform: translateX(-60px);
		transform: translateX(-60px)
	}
	.one-fourth .flat_box .desc_wrapper {
		margin-left: 60px
	}
}
/* Animation */

.flat_box .photo_wrapper .icon {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.flat_box .photo_wrapper img {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
/* Feature box -------------------------------------------------------------------------- */

.feature_box .feature_box_wrapper {
	display: table;
	padding: 20px
}
.feature_box .feature_box_wrapper .photo_wrapper, .feature_box .feature_box_wrapper .desc_wrapper {
	display: table-cell;
	vertical-align: middle
}
.feature_box .feature_box_wrapper .photo_wrapper {
	width: 50%;
}
.feature_box .feature_box_wrapper .photo_wrapper a {
	display: block;
	line-height: 0
}
.feature_box .feature_box_wrapper .desc_wrapper {
	width: 46%;
	padding-left: 4%
}
/* Hover box ------------------------------------------------------------------------- */

.hover_box {
	text-align: center;
	line-height: 0
}
.hover_box a {
	display: block;
	line-height: 0
}
.hover_box .hover_box_wrapper {
	display: inline-block;
	position: relative;
	overflow: hidden;
	line-height: 0;
	max-width: 100%
}
.hover_box .hover_box_wrapper img {
	display: block
}
.hover_box .hover_box_wrapper .visible_photo {
	opacity: 1;
	filter: alpha(opacity=100)
}
.hover_box .hover_box_wrapper .hidden_photo {
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.hover_box:hover .hover_box_wrapper .visible_photo, .hover_box.hover .hover_box_wrapper .visible_photo {
	opacity: 0;
	filter: alpha(opacity=0)
}
.hover_box:hover .hover_box_wrapper .hidden_photo, .hover_box.hover .hover_box_wrapper .hidden_photo {
	opacity: 1;
	filter: alpha(opacity=100)
}
.hover_box .hover_box_wrapper .visible_photo, .hover_box .hover_box_wrapper .hidden_photo {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
/* Hover color ----------------------------------------------------------------------- */

.hover_color:hover .hover_color_bg, .hover_color.hover .hover_color_bg {
	background-color: inherit!important;
	border-color: inherit!important
}
.hover_color {
	border-color: transparent
}
.hover_color a {
	display: block
}
.hover_color a:hover {
	text-decoration: none
}
.hover_color .hover_color_bg {
	border: 2px solid transparent
}
.hover_color .hover_color_wrapper {
	text-decoration: none;
	padding: 40px 30px;
	text-align: center
}
.hover_color, .hover_color a, .hover_color a:hover, .hover_color h1 a, .hover_color h2 a, .hover_color h3 a, .hover_color h4 a, .hover_color h5 a, .hover_color h6 a {
	color: #fff
}
.hover_color .hover_color_bg {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.hover_color, .hover_color_bg {
	height: 100%
}
/* Content links --------------------------------------------------------------------- */

a.content_link {
	display: inline-block;
	position: relative;
	border-width: 1px;
	border-style: solid;
	width: 140px;
	padding: 25px 15px;
	text-align: center;
	margin-left: -1px;
	background-color: #fff
}
a.content_link .icon {
	display: block;
	font-size: 45px;
	line-height: 45px;
	margin-bottom: 15px
}
a.content_link .title {
	font-weight: 700
}
a.content_link:after {
	content: "";
	z-index: 2;
	filter: alpha(opacity=0);
	opacity: 0;
	height: 0;
	width: 100%;
	border-width: 0 0 5px;
	border-style: solid;
	position: absolute;
	left: 0;
	bottom: -6px
}
a.content_link:before {
	content: "";
	z-index: 2;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	left: 50%;
	bottom: -1px;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px;
	border-color: transparent
}
a:hover.content_link:after {
	filter: alpha(opacity=100);
	opacity: 100
}
a:hover.content_link:before {
	filter: alpha(opacity=100);
	opacity: 100
}
a:hover.content_link {
	text-decoration: none;
	background-image: url(../images/stripes/stripes_3_b.png)
}
a.content_link:after, a.content_link:before {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
/* Icon bar -------------------------------------------------------------------------- */

a.icon_bar {
	display: inline-block;
	overflow: hidden;
	text-align: center;
	margin: 0 2px 2px 0;
	border-width: 1px;
	border-style: solid;
	position: relative;
	background-color: #fff;
	background-image: url(../images/stripes/stripes_3_b.png);
	-webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .08);
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .08)
}
a.icon_bar span {
	display: block
}
a.icon_bar, a.icon_bar span {
	width: 58px;
	height: 58px;
	line-height: 58px;
	font-size: 20px
}
a.icon_bar_small, a.icon_bar_small span {
	width: 43px;
	height: 43px;
	line-height: 43px;
	font-size: 15px
}
a.icon_bar span.t {
	position: relative
}
a.icon_bar span.b {
	position: absolute;
	top: 100%
}
a.icon_bar span {
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s
}
a.icon_bar span.b {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
a:hover.icon_bar span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%)
}
.wpb_wrapper a.icon_bar {
	margin-bottom: 2px
}
/* Social */

a.icon_bar_facebook span.b {
	background: #3a589b;
	color: #fff
}
a.icon_bar_google span.b {
	background: #d6492f;
	color: #fff
}
a.icon_bar_twitter span.b {
	background: #32ccfe;
	color: #fff
}
a.icon_bar_vimeo span.b {
	background: #1ca7cc;
	color: #fff
}
a.icon_bar_youtube span.b {
	background: #ff3334;
	color: #fff
}
a.icon_bar_flickr span.b {
	background: #ff0084;
	color: #fff
}
a.icon_bar_linkedin span.b {
	background: #007bb6;
	color: #fff
}
a.icon_bar_pinterest span.b {
	background: #cb2027;
	color: #fff
}
a.icon_bar_dribbble span.b {
	background: #ec4a89;
	color: #fff
}
/* Get in touch ---------------------------------------------------------------------- */

.get_in_touch {
	padding: 25px 20px 25px 30px;
	background-repeat: no-repeat;
	background-position: right bottom
}
.get_in_touch ul {
	margin: 0;
	font-size: 100%;
	line-height: normal
}
.get_in_touch ul li {
	margin: 0;
	list-style: none;
	position: relative;
	padding: 13px 0 13px 50px;
	word-wrap: break-word
}
.get_in_touch ul li:after {
	content: "";
	display: block;
	width: 70px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, .2);
	position: absolute;
	left: -30px;
	bottom: 0
}
.get_in_touch ul li p {
	margin: 0
}
.get_in_touch ul li .icon {
	position: absolute;
	left: 0;
	top: 5px;
	display: block;
	color: rgba(0, 0, 0, .7);
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 23px;
	text-align: center
}
.get_in_touch ul li:last-child:after {
	display: none
}
/* Infobox --------------------------------------------------------------------------- */

.infobox {
	padding: 25px 20px 25px 30px;
	background-repeat: no-repeat;
	background-position: right bottom
}
.infobox ul {
	margin: 0;
	font-size: 100%;
	line-height: normal
}
.infobox ul li {
	margin: 0;
	list-style: none;
	position: relative;
	padding: 13px 0 13px 50px;
	word-wrap: break-word
}
.infobox ul li p {
	margin: 0
}
.infobox ul li:before {
	content: "";
	display: block;
	background: url(../images/icons/list_check.png) no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 15px
}
.infobox ul li:after {
	content: "";
	display: block;
	width: 70px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, .2);
	position: absolute;
	left: -30px;
	bottom: 0
}
.infobox ul li:last-child:after {
	display: none
}
/* Opening hours --------------------------------------------------------------------- */

.opening_hours {
	padding: 25px;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right bottom
}
.opening_hours .opening_hours_wrapper .desc {
	margin-bottom: 15px
}
.opening_hours .opening_hours_wrapper li {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-align: center;
	border-bottom-width: 1px;
	border-style: dashed;
	list-style: none
}
.opening_hours .opening_hours_wrapper li:last-child {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0
}
.opening_hours .opening_hours_wrapper li label {
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 18px;
	display: inline-block;
	font-weight: 400;
	padding: 5px 11px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-image: url(../images/stripes/stripes_3_b.png);
	background-color: #f8f8f8
}
.opening_hours .opening_hours_wrapper li span {
	font-size: 22px;
	line-height: 22px;
	margin: 0;
	padding: 0 14px;
	display: block
}
.opening_hours .opening_hours_wrapper li span sup {
	font-size: 13px;
	line-height: 13px;
	position: relative;
	top: 4px;
	margin-left: 2px
}
/* Timeline -------------------------------------------------------------------------- */

.timeline_items {
	margin: 0!important;
	position: relative;
	background: url(../images/timeline_top.png) no-repeat top center;
	padding-top: 9px
}
.timeline_items:after {
	content: "";
	width: 0;
	height: 0;
	border-width: 3px;
	border-style: solid;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -3px;
	display: block;
	z-index: 1
}
.timeline_items li {
	margin: 0!important;
	list-style: none!important;
	width: 45%;
	padding: 0 0 25px 55%;
	position: relative;
	background: url(../images/timeline_right.png) no-repeat top center
}
.timeline_items li:nth-child(even) {
	padding: 0 55% 25px 0;
	background: url(../images/timeline_left.png) no-repeat top center
}
.timeline_items li h3 {
	font-size: 30px;
	line-height: 35px
}
.timeline_items li h3 span {
	position: absolute;
	right: 55%;
	top: 8px
}
.timeline_items li h3:before {
	content: "";
	width: 7px;
	height: 7px;
	border-width: 4px;
	border-style: solid;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 11px;
	margin-left: -8px;
	display: block;
	z-index: 1
}
.timeline_items li:nth-child(even) h3 {
	text-align: right
}
.timeline_items li:nth-child(even) h3 span {
	left: 55%;
	right: auto
}
.timeline_items li .desc {
	position: relative;
	font-size: 15px;
	line-height: 31px;
	background: url(../images/stripes/textline.png) repeat-y
}
.timeline_items li .desc:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: -122%;
	top: 0;
	background-image: url(../images/stripes/stripes_10_b.png)
}
.timeline_items li:nth-child(even) .desc:before {
	left: auto;
	right: -122%
}
.timeline_items li:nth-child(even) .desc {
	text-align: right
}
/* How it works ---------------------------------------------------------------------- */

.how_it_works {
	text-align: center;
	position: relative
}
.how_it_works.has_border:after {
	content: "";
	display: block;
	width: 12%;
	height: 4px;
	background: rgba(0, 0, 0, .03);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	right: -10.5%;
	top: 100px
}
.how_it_works .image {
	width: 200px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	position: relative;
	margin: 0 auto 15px;
	background: #fff;
	border-width: 2px;
	border-style: solid;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.how_it_works .image img {
	max-width: 116px!important;
	max-height: 116px!important;
	vertical-align: middle
}
.how_it_works .image .number {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .1)
}
.with_aside .how_it_works .image {
	width: 150px;
	height: 150px;
	line-height: 150px
}
.with_aside .how_it_works .image .number {
	bottom: 4px;
	right: 4px
}
.with_aside .how_it_works.has_border:after {
	top: 75px
}
/* Google maps ----------------------------------------------------------------------- */

.google-map-wrapper {
	position: relative
}
.google-map {
	border-width: 8px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.google-map-wrapper.no_border .google-map, .section.full-width .one .google-map {
	border-width: 0
}
.google-map-contact-wrapper {
	position: absolute;
	z-index: 10;
	right: 50px;
	top: 50px;
}
.section.full-width .wrap.one .column_map.one .google-map-contact-wrapper {
	left: 50%;
	margin-left: 300px;
	right: auto;
}
.google-map-contact-wrapper .get_in_touch {
	width: 210px;
	padding: 25px;
	position: relative
}
.google-map-contact-wrapper .get_in_touch:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: transparent
}
.google-map-contact-wrapper.style-bar {
	position: static;
	margin-left: 0!important;
}
.google-map-contact-wrapper.style-bar .get_in_touch {
	float: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.google-map-contact-wrapper.style-bar .get_in_touch:after {
	display: none;
}
/* Team ------------------------------------------------------------------------------ */

.team .image_frame {
	margin-bottom: 15px
}
.team .desc_wrapper h4 {
	margin-bottom: 3px
}
.team .desc_wrapper hr {
	width: 40%;
	margin-left: 0
}
.team .desc_wrapper .desc {
	margin-bottom: 15px
}
.team .desc_wrapper .links {
	line-height: 0
}
.team.team_horizontal {
	overflow: hidden
}
.team.team_horizontal .image_frame {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 0
}
.team.team_horizontal .desc_wrapper {
	width: 48%;
	float: left
}
.team .desc_wrapper blockquote {
	margin-top: 20px
}
.team.team_circle {
	text-align: center
}
.team.team_circle .desc_wrapper hr {
	margin-left: auto
}
.team.team_circle .image_frame.photo {
	width: 120px;
	height: 120px;
	margin: 0 auto 15px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1
}
/* Team list ------------------------------------------------------------------------- */

.team_list .column {
	margin-bottom: 0
}
.team_list .bq_wrapper {
	background: rgba(0, 0, 0, .02);
	border-left-width: 1px;
	border-style: solid;
	padding: 20px
}
/* Fancy headings -------------------------------------------------------------------- */

.fancy_heading {
	text-align: center
}

.fancy_heading_icon .icon_top {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 15px;
	overflow: hidden;
	display: block
}
.fancy_heading_icon .icon_top i:before {
	margin: 0
}
.fancy_heading_line {
	background-image: url(../images/fancy_heading_hr.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 15px
}
.fancy_heading_line .slogan {
	display: block;
	margin-bottom: 7px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px
}
.fancy_heading_line .inside {
	margin-bottom: 15px
}
/* Call to action -------------------------------------------------------------------- */

.column_call_to_action {
	margin-bottom: 0
}
.call_to_action {
	overflow: hidden;
	display: table;
	padding: 40px 0;
	width: 100%
}
.call_to_action .call_to_action_wrapper {
	display: table;
	width: 100%
}
.call_to_action .call_left, .call_to_action .call_center, .call_to_action .call_right {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.call_to_action .call_left {
	width: 40%;
	padding: 0 20px;
	text-align: center
}
.call_to_action .call_left h3 {
	margin-bottom: 0
}
.call_to_action .call_center {
	width: 20%;
	text-align: center
}
.call_to_action .call_center a {
	display: inline-block
}
.call_to_action .call_center .icon_wrapper {
	display: inline-block;
	border-width: 3px;
	border-style: solid;
	width: 65px;
	height: 65px;
	line-height: 65px;
	font-size: 30px;
	-webkit-border-radius: 100%;
	border-radius: 100%
}
.call_to_action .call_center .button {
	margin: 0
}
.call_to_action .call_right {
	width: 40%;
	padding: 0 20px
}
/* Clients --------------------------------------------------------------------------- */

ul.clients {
	margin: 0
}
ul.clients li {
	float: left;
	width: 16.666%;
	margin: 0!important;
	list-style: none
}
ul.clients .client_wrapper {
	padding: 10px 15px;
	margin: 10px;
	background: rgba(0, 0, 0, .01);
	text-align: center;
	line-height: 0;
	height: 75px;
	line-height: 75px;
	position: relative
}
ul.clients .client_wrapper:hover {
	background: rgba(0, 0, 0, .05)
}
ul.clients .client_wrapper a {
	display: block;
	width: 100%;
	height: 100%
}
ul.clients .client_wrapper .gs-wrapper {
	width: 100%;
	height: 100%;
	position: relative
}
ul.clients .client_wrapper img {
	position: absolute;
	top: 50%!important;
	left: 50%!important;
	-ms-transform: translate(-50%, -50%)!important;
	-webkit-transform: translate(-50%, -50%)!important;
	-moz-transform: translate(-50%, -50%)!important;
	transform: translate(-50%, -50%)!important
}
ul.clients.greyscale .client_wrapper img.BWFilter {
	opacity: 1;
	z-index: 2
}
ul.clients.greyscale .client_wrapper img:not(.BWFilter) {
	opacity: 0
}
ul.clients.greyscale .client_wrapper:hover img.BWFilter {
	opacity: 0!important
}
ul.clients.greyscale .client_wrapper:hover img:not(.BWFilter) {
	opacity: 1!important
}
ul.clients.clients_tiles li .client_wrapper {
	background: none
}
ul.clients.clients_tiles li .client_wrapper:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, .08);
	position: absolute;
	left: 0;
	bottom: 0
}
ul.clients.clients_tiles li .client_wrapper:after {
	content: "";
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -4px;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 5px;
	border-color: transparent
}
ul.clients.clients_tiles li .client_wrapper:hover:before {
	height: 2px
}
ul.clients.clients_tiles li .client_wrapper:hover:after {
	display: block;
	bottom: 2px
}
ul.clients li .client_wrapper, ul.clients li .client_wrapper img {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
/* Clients slider -------------------------------------------------------------------- */

.clients_slider .clients_slider_header {
	position: relative;
	height: 43px;
	margin-bottom: 15px;
	overflow: hidden;
	padding-right: 110px
}
.clients_slider .clients_slider_header .title {
	margin: 9px 0 0
}
.clients_slider .clients_slider_header a.slider_prev, .clients_slider .clients_slider_header a.slider_next {
	position: absolute;
	top: 0;
	margin: 0;
	font-size: 13px;
	line-height: 21px
}
.clients_slider .clients_slider_header a.slider_prev {
	right: 50px
}
.clients_slider .clients_slider_header a.slider_next {
	right: 0
}
/* Blog slider ----------------------------------------------------------------------- */

.blog_slider .blog_slider_header {
	position: relative;
	height: 43px;
	margin-bottom: 15px;
	overflow: hidden;
	padding-right: 110px
}
.blog_slider .blog_slider_header .title {
	margin: 9px 0 0
}
.blog_slider .blog_slider_header a.slider_prev, .blog_slider .blog_slider_header a.slider_next {
	position: absolute;
	top: 0;
	margin: 0;
	font-size: 13px;
	line-height: 21px
}
.blog_slider .blog_slider_header a.slider_prev {
	right: 50px
}
.blog_slider .blog_slider_header a.slider_next {
	right: 0
}
.blog_slider .slider_pagination {
	margin-top: 15px
}
.blog_slider .blog_slider_ul {
	margin: 0
}
.blog_slider .blog_slider_ul li {
	float: left;
	width: 25%;
	list-style: none
}
.blog_slider .blog_slider_ul li .item_wrapper {
	margin: 0 10px;
	position: relative
}
.blog_slider .blog_slider_ul li .item_wrapper .image_frame {
	margin-left: 30px;
	margin-bottom: 15px;
	min-height: 52px
}
.blog_slider .blog_slider_ul li .item_wrapper .date_label {
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 20
}
.blog_slider .blog_slider_ul li .item_wrapper hr {
	margin-left: 30px;
	width: 40%
}
.blog_slider .blog_slider_ul li .item_wrapper a.button {
	margin-left: 30px;
	margin-bottom: 0
}
.blog_slider .blog_slider_ul li.format-quote .item_wrapper {
	overflow: hidden
}
.blog_slider .blog_slider_ul li.format-quote .item_wrapper blockquote {
	margin-top: 70px;
	margin-left: 40px
}
.blog_slider .blog_slider_ul li.format-link .item_wrapper .image_frame {
	height: 180px;
	background-color: rgba(255, 255, 255, .5);
	background-image: url(../images/link.png);
	background-position: center center;
	background-repeat: no-repeat
}
.blog_slider.hide-dots .slider_pagination {
	display: none!important
}
.blog_slider.hide-arrows .blog_slider_header a.button {
	display: none!important
}
.blog_slider.hide-nav .slider_pagination, .blog_slider.hide-nav .blog_slider_header a.button {
	display: none!important
}
/* Blog slider - flat */

.blog_slider.flat .blog_slider_ul li .item_wrapper .image_frame {
	margin-left: 0;
	border: 0
}
.blog_slider.flat .blog_slider_ul li .item_wrapper .date_label {
	position: static;
	background-color: transparent!important;
	background-image: none;
	display: inline-block;
	padding: 0
}
.blog_slider.flat .blog_slider_ul li .item_wrapper .desc hr {
	margin-left: 0;
	width: 0
}
.blog_slider.flat .blog_slider_ul li .item_wrapper .desc a.button {
	display: none;
	margin-left: 0
}
.blog_slider.flat .blog_slider_ul li .item_wrapper:hover .desc hr {
	width: 100px
}
.blog_slider.flat .blog_slider_ul li .item_wrapper .image_wrapper img, .blog_slider.flat .blog_slider_ul li .item_wrapper .image_wrapper img {
	filter: alpha(opacity=90);
	opacity: .9
}
.blog_slider.flat .blog_slider_ul li .item_wrapper:hover .image_wrapper img, .blog_slider.flat .blog_slider_ul li .item_wrapper:hover .image_wrapper img {
	top: 0;
	filter: alpha(opacity=100);
	opacity: 1
}
/* Arrows */

.blog_slider.flat {
	position: relative
}
.blog_slider.flat .blog_slider_header {
	position: static;
	height: 0;
	margin-bottom: 0;
	overflow: hidden;
	padding-right: 0
}
.blog_slider.flat .blog_slider_header a.button.slider_prev, .blog_slider.flat .blog_slider_header a.button.slider_next {
	width: 60px;
	height: 100%;
	border: 0;
	border-radius: 0;
	background-color: rgba(255, 255, 255, .4)!important;
	box-shadow: inset 0 0 0 0;
	background-image: none
}
.blog_slider.flat .blog_slider_header a:hover.button.slider_prev, .blog_slider.flat .blog_slider_header a:hover.button.slider_next {
	background-color: rgba(255, 255, 255, .7)!important
}
.blog_slider.flat .blog_slider_header a.button.slider_prev:after, .blog_slider.flat .blog_slider_header a.button.slider_next:after {
	display: none
}
.blog_slider.flat .blog_slider_header a.button.slider_prev .button_icon, .blog_slider.flat .blog_slider_header a.button.slider_next .button_icon {
	float: none;
	font-size: 15px;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -4px;
	background: none
}
.blog_slider.flat .blog_slider_header a.button.slider_prev .button_icon i, .blog_slider.flat .blog_slider_header a.button.slider_next .button_icon i, .blog_slider.flat .blog_slider_header a:hover.button.slider_prev .button_icon i, .blog_slider.flat .blog_slider_header a:hover.button.slider_next .button_icon i {
	color: #000!important
}
.blog_slider.flat .blog_slider_header a.button.slider_prev {
	left: 10px;
	right: auto;
	z-index: 2
}
.blog_slider.flat .blog_slider_header a.button.slider_next {
	right: 10px;
	z-index: 2
}
.blog_slider.flat .blog_slider_header {
	filter: alpha(opacity=0);
	opacity: 0
}
.blog_slider.flat:hover .blog_slider_header {
	filter: alpha(opacity=100);
	opacity: 1
}
/* Animation */

.blog_slider.flat .blog_slider_header, .blog_slider.flat .blog_slider_header a.button.slider_prev, .blog_slider.flat .blog_slider_header a.button.slider_next, .blog_slider.flat .blog_slider_ul li .item_wrapper .desc hr {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
/* Shop slider ----------------------------------------------------------------------- */

.shop_slider .blog_slider_header {
	position: relative;
	height: 43px;
	margin-bottom: 15px;
	overflow: hidden;
	padding-right: 110px
}
.shop_slider .blog_slider_header .title {
	margin: 9px 0 0
}
.shop_slider .blog_slider_header a.slider_prev, .shop_slider .blog_slider_header a.slider_next {
	position: absolute;
	top: 0;
	margin: 0;
	font-size: 13px;
	line-height: 21px
}
.shop_slider .blog_slider_header a.slider_prev {
	right: 50px
}
.shop_slider .blog_slider_header a.slider_next {
	right: 0
}
.shop_slider .slider_pagination {
	margin-top: 15px
}
.shop_slider .shop_slider_ul {
	margin: 0
}
.shop_slider .shop_slider_ul li {
	float: left;
	width: 25%;
	list-style: none
}
.shop_slider .shop_slider_ul li .item_wrapper {
	margin: 0 10px;
	position: relative
}
.shop_slider .shop_slider_ul li .item_wrapper .desc {
	background: #fff;
	padding: 15px 20px
}
.shop_slider .shop_slider_ul li .item_wrapper .desc h4 {
	margin-bottom: 5px
}
.shop_slider .shop_slider_ul li .item_wrapper span.onsale {
	height: 0;
	min-height: 0;
	width: 0;
	min-width: 0;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	left: 0!important;
	right: auto;
	top: 0!important;
	margin: 0!important;
	border-style: solid;
	border-width: 70px 70px 0 0;
	border-color: transparent;
	padding: 0;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	z-index: 2;
	background: none
}
.shop_slider .shop_slider_ul li .item_wrapper span.onsale i {
	position: absolute;
	left: 8px;
	top: -60px;
	color: rgba(0, 0, 0, .5)
}
.shop_slider .shop_slider_ul li .item_wrapper .price {
	font-size: 18px;
	margin-bottom: 0
}
.shop_slider .shop_slider_ul li .item_wrapper .price del {
	font-size: .67em
}
/* Portfolio slider ------------------------------------------------------------------ */

.portfolio_slider {
	position: relative;
}
.portfolio_slider ul {
	margin: 0!important;
	opacity: 0;
	max-height: 283px;
	transition: opacity 0.3s ease-in-out;
}
.portfolio_slider ul.slick-slider {
	opacity: 1;
	max-height: none;
	zoom: 1;
}
.portfolio_slider ul li {
	float: left;
	width: 20%;
	list-style: none;
	margin: 0!important
}
.portfolio_slider ul li .image_frame {
	border: 0;
	margin-bottom: 0
}
.portfolio_slider .slider_nav {
	color: #fff;
	display: none;
	font-size: 15px;
	height: 80px;
	line-height: 80px;
	position: absolute;
	text-align: center;
	z-index: 5;
	width: 35px;
	top: 50%;
	margin-top: -40px
}
.portfolio_slider .slider_prev {
	left: 0
}
.portfolio_slider .slider_next {
	right: 0
}
.portfolio_slider.arrows_hover:hover .slider_nav {
	display: block
}
.portfolio_slider.arrows_always .slider_nav {
	display: block
}
/* Portfolio grid -------------------------------------------------------------------- */

ul.portfolio_grid {
	overflow: hidden;
	margin: 0
}
ul.portfolio_grid li {
	float: left;
	margin: 0;
	width: 100%;
}
ul.portfolio_grid li .image_frame {
	border: 0;
	margin: 0
}
.two-third.column_portfolio_grid li, .one-second.column_portfolio_grid li, .three-fifth.column_portfolio_grid li, .vc_col-sm-6 .portfolio_grid li, .vc_col-sm-8 .portfolio_grid li {
	width: 50%
}
.one.column_portfolio_grid li, .three-fourth.column_portfolio_grid li, .four-fifth.column_portfolio_grid li, .five-sixth.column_portfolio_grid li, .vc_col-sm-9 .portfolio_grid li, .vc_col-sm-10 .portfolio_grid li, .vc_col-sm-12 .portfolio_grid li {
	width: 25%
}
/* Portfolio photo ------------------------------------------------------------------- */

.portfolio-photo .portfolio-item {
	overflow: hidden;
	position: relative
}
.portfolio-photo .portfolio-item a.portfolio-item-bg {
	display: block;
	position: relative;
	text-align: center;
	line-height: 0
}
.portfolio-photo .portfolio-item a.portfolio-item-bg .mask {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	background: #000;
	opacity: .3;
	width: 100%;
	height: 100%
}
.portfolio-photo .portfolio-item:hover a.portfolio-item-bg .mask {
	opacity: 0
}
.portfolio-photo .portfolio-item .portfolio-details {
	display: block
}
.portfolio-photo .portfolio-item .portfolio-details .details {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 240px;
	padding: 55px 30px;
	text-align: center
}
.portfolio-photo .portfolio-item .portfolio-details .details .title {
	font-size: 23px;
	line-height: 27px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 15px;
	margin-bottom: 10px
}
.portfolio-photo .portfolio-item .portfolio-details:hover .details {
	opacity: 0
}
.portfolio-photo .portfolio-item .portfolio-details .more {
	display: block;
	opacity: 0;
	text-transform: uppercase;
	width: 70px;
	height: 40px;
	padding: 20px 5px;
	letter-spacing: 1px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	margin: -40px 0 0 -40px;
	-webkit-border-radius: 100%;
	border-radius: 100%
}
.portfolio-photo .portfolio-item .portfolio-details .more h4 {
	font-size: 15px;
	line-height: 18px
}
.portfolio-photo .portfolio-item .portfolio-details:hover .more {
	opacity: 1
}
.portfolio-photo .portfolio-item .portfolio-details .details, .portfolio-photo .portfolio-item .portfolio-details .more {
	background: #fff
}
.portfolio-photo .portfolio-item .portfolio-details .details .categories {
	color: #a8a8a8
}
.portfolio-photo .portfolio-item .portfolio-details .more {
	color: rgba(0, 0, 0, .6)
}
.portfolio-photo .portfolio-item a .mask, .portfolio-photo .portfolio-item .portfolio-details .details, .portfolio-photo .portfolio-item .portfolio-details .more {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.portfolio-photo .portfolio-item .portfolio-details .image_links a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.portfolio-photo.margin .portfolio-item {
	margin-bottom: 25px
}
/* Portfolio Items | Filters --------------------------------------------------------- */

.column_portfolio #Filters .filters_wrapper, .column_portfolio #Filters .filters_wrapper ul {
	display: block
}
.wpb_wrapper #Filters .filters_wrapper, .wpb_wrapper #Filters .filters_wrapper ul {
	display: block
}
.the_content_wrapper #Filters.filters4portfolio .filters_wrapper, .the_content_wrapper #Filters.filters4portfolio .filters_wrapper ul {
	display: block
}
/* Testimonials slider --------------------------------------------------------------- */

.testimonials_slider {
	position: relative
}
.testimonials_slider a.slider_prev, .testimonials_slider a.slider_next {
	position: absolute;
	top: 30px;
	z-index: 2;
	margin: 0
}
.testimonials_slider a.slider_prev {
	left: 0
}
.testimonials_slider a.slider_next {
	right: 0
}
.testimonials_slider .slider_images {
	width: 100%;
	height: auto;
	line-height: 0;
	text-align: center;
	margin: 0 0 30px;
	position: relative;
	z-index: 2
}
.testimonials_slider .slider_images:before {
	content: "";
	display: block;
	height: 100%;
	width: 3000px;
	position: absolute;
	left: -1000px;
	top: 0;
	z-index: 1
}
.with_aside .testimonials_slider .slider_images:before {
	display: none
}
.testimonials_slider .slider_images li {
	display: inline-block;
}
.testimonials_slider .slider_images li a {
	display: block;
	position: relative;
	height: 85px;
	width: 85px;
	line-height: 0;
	cursor: pointer;
	opacity: .5;
	z-index: 10
}
.testimonials_slider .slider_images li a:after {
	content: "";
	display: none;
	height: 6px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -6px
}
.testimonials_slider .slider_images li.slick-active a, .testimonials_slider .slider_images li a:hover {
	opacity: 1
}
.testimonials_slider .slider_images li.slick-active a:after {
	display: block
}
.testimonials_slider .testimonials_slider_ul {
	margin: 0!important;
	max-height: 283px;
	transition: opacity 0.3s ease-in-out;
}
.testimonials_slider .testimonials_slider_ul.slick-slider {
	opacity: 1;
	max-height: none;
	zoom: 1;
}
.testimonials_slider .testimonials_slider_ul li {
	float: left;
	width: 100%;
	padding: 0 80px;
	list-style: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.testimonials_slider .testimonials_slider_ul li .bq_wrapper {
	background: rgba(0, 0, 0, 0.02);
	padding: 30px 40px 10px;
	margin-bottom: 20px
}
.testimonials_slider .testimonials_slider_ul li .hr_dots {
	margin-bottom: 15px
}
.testimonials_slider .testimonials_slider_ul li .author {
	text-align: center
}
.testimonials_slider .testimonials_slider_ul li .author h5 {
	margin-bottom: 2px
}
.testimonials_slider .testimonials_slider_ul li .single-photo-img {
	display: none
}
.testimonials_slider.hide-photos .testimonials_slider_ul li .single-photo-img {
	display: none !important
}
.column:not(.one) .testimonials_slider:not(.single-photo) a.slider_prev, .column:not(.one) .testimonials_slider:not(.single-photo) a.slider_next {
	display: none!important
}
.column:not(.one) .testimonials_slider:not(.single-photo) .testimonials_slider_ul li {
	padding: 0 20px
}
.one-third .testimonials_slider .slider_images:before, .one-fourth .testimonials_slider .slider_images:before, .one-second .testimonials_slider .slider_images:before {
	display: none
}
.wpb_wrapper .testimonials_slider .slider_images:before {
	display: none
}
.testimonials_slider .slider_images a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
/* Testimonials slider - Single photo */

.testimonials_slider.single-photo a.slider_prev, .testimonials_slider.single-photo a.slider_next {
	display: none!important
}
.testimonials_slider.single-photo .testimonials_slider_ul li {
	padding: 0;
	text-align: center
}
.testimonials_slider.single-photo .testimonials_slider_ul li .bq_wrapper {
	margin: 0 6% 20px
}
.testimonials_slider.single-photo .testimonials_slider_ul li .single-photo-img {
	display: block;
	margin: 0 auto 20px;
	height: 85px;
	width: 85px;
	line-height: 0;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%
}
.testimonials_slider.single-photo .slider_pager {
	margin-top: 30px
}
.testimonials_slider.single-photo .slider_pager li {
	display: inline-block
}
.testimonials_slider.single-photo .slider_pager li a {
	top: 0
}
.testimonials_slider.single-photo .slider_pager li a img {
	display: none
}
/* Testimonials slider - Hide bar beneath images */

.testimonials_slider.hide-bar .slider_images:before {
	display: none!important
}
.testimonials_slider.hide-bar .slider_images {
	background-color: transparent!important
}
/* Testimonials list ----------------------------------------------------------------- */

.testimonials_list .item {
	overflow: hidden;
	clear: both
}
.testimonials_list .item .photo {
	width: 23%;
	float: left;
	margin: 0 1% 40px
}
.testimonials_list .item .desc {
	width: 73%;
	float: left;
	margin: 0 1% 40px
}
.testimonials_list .item .desc h4 {
	margin-bottom: 3px;
	margin-top: 10px
}
.testimonials_list .item .desc p.subtitle {
	opacity: .6
}
.testimonials_list .item .desc hr.hr_color {
	width: 20%;
	margin-left: 0
}
.testimonials_list .item.no-img .desc {
	width: 100%
}
/* Before After | TwentyTwenty plugin ------------------------------------------------ */

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
	content: " ";
	display: block;
	background: #fff;
	position: absolute;
	z-index: 30;
	-webkit-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 0 12px rgba(51, 51, 51, 0.5)
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
	width: 3px;
	height: 9999px;
	left: 50%;
	margin-left: -1.5px
}
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
	width: 9999px;
	height: 3px;
	top: 50%;
	margin-top: -1.5px
}
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	transition-duration: .5s
}
.twentytwenty-before-label, .twentytwenty-after-label {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity
}
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
	color: #fff;
	font-size: 13px;
	letter-spacing: .1em;
	position: absolute;
	background: rgba(0, 0, 0, 0.25);
	line-height: 38px;
	padding: 0 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
	top: 50%;
	margin-top: -19px
}
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
	left: 50%;
	margin-left: -45px;
	text-align: center;
	width: 90px
}
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute
}
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px
}
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
	left: 50%;
	margin-left: -6px
}
.twentytwenty-container {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 0;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none
}
.twentytwenty-container img {
	max-width: 100%;
	position: absolute;
	top: 0;
	display: block
}
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
	background: rgba(0, 0, 0, 0)
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
	opacity: 0
}
.twentytwenty-container * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.twentytwenty-before-label {
	opacity: 0
}
.twentytwenty-before-label:before {
	content: "Before"
}
.twentytwenty-after-label {
	opacity: 0
}
.twentytwenty-after-label:before {
	content: "After"
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
	left: 10px
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
	right: 10px
}
.twentytwenty-vertical .twentytwenty-before-label:before {
	top: 10px
}
.twentytwenty-vertical .twentytwenty-after-label:before {
	bottom: 10px
}
.twentytwenty-overlay {
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	background: rgba(0, 0, 0, 0);
	z-index: 25
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
	opacity: 1
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 1
}
.twentytwenty-before {
	z-index: 20
}
.twentytwenty-after {
	z-index: 10
}
.twentytwenty-handle {
	height: 38px;
	width: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	border: 3px solid #fff;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	-webkit-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
	z-index: 40;
	cursor: pointer
}
.twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	margin-bottom: 22px;
	-webkit-box-shadow: 0 3px 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 3px 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 3px 0 white, 0 0 12px rgba(51, 51, 51, 0.5)
}
.twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
	margin-top: 22px;
	-webkit-box-shadow: 0 -3px 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 -3px 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 -3px 0 white, 0 0 12px rgba(51, 51, 51, 0.5)
}
.twentytwenty-vertical .twentytwenty-handle:before {
	left: 50%;
	margin-left: 22px;
	-webkit-box-shadow: 3px 0 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 3px 0 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
	box-shadow: 3px 0 0 white, 0 0 12px rgba(51, 51, 51, 0.5)
}
.twentytwenty-vertical .twentytwenty-handle:after {
	right: 50%;
	margin-right: 22px;
	-webkit-box-shadow: -3px 0 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: -3px 0 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
	box-shadow: -3px 0 0 white, 0 0 12px rgba(51, 51, 51, 0.5)
}
.twentytwenty-left-arrow {
	border-right: 6px solid #fff;
	left: 50%;
	margin-left: -17px
}
.twentytwenty-right-arrow {
	border-left: 6px solid #fff;
	right: 50%;
	margin-right: -17px
}
.twentytwenty-up-arrow {
	border-bottom: 6px solid #fff;
	top: 50%;
	margin-top: -17px
}
.twentytwenty-down-arrow {
	border-top: 6px solid #fff;
	bottom: 50%;
	margin-bottom: -17px
}
/* Ultrawide ------------------------------------------------------------------------- */

.image_frame.stretch .image_wrapper img {
	width: 100%
}
.mcb-section.bg-cover, .mcb-wrap.bg-cover, .column_attr.bg-cover {
	background-size: cover
}
.mcb-section.bg-contain, .mcb-wrap.bg-contain, .column_attr.bg-contain {
	background-size: contain
}
@media only screen and (min-width: 1921px) {
	.image_frame.stretch-ultrawide .image_wrapper img {
		width: 100%
	}
	.mcb-section.bg-cover-ultrawide, .mcb-wrap.bg-cover-ultrawide, .column_attr.bg-cover-ultrawide {
		background-size: cover
	}
}
/* Others ---------------------------------------------------------------------------- */

/* Date */

.date_label, .timeline_items li h3 span {
	font-size: 12px;
	line-height: 18px;
	display: inline-block;
	padding: 2px 5px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-image: url(../images/stripes/stripes_3_b.png)
}
.date_label:after, .timeline_items li h3 span:after {
	content: "";
	display: block;
	position: absolute;
	right: -5px;
	top: 6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5.5px 0 5.5px 5px;
	border-color: transparent
}
.date_label, .timeline_items li h3 span {
	background-color: #f8f8f8;
	color: #a8a8a8
}
.date_label:after, .timeline_items li h3 span:after {
	border-left-color: #f8f8f8
}
@media only screen and (min-width: 768px) {
	.timeline_items li:nth-child(2n) h3 span::after {
		border-right-color: #f8f8f8;
		border-width: 5.5px 5.5px 5.5px 0;
		left: -5px;
		right: auto
	}
}
/* Item | Sidebar Widget */

.column_sidebar_widget .widget:after {
	display: none
}
.column_sidebar_widget .widget {
	margin-bottom: 20px;
	padding-bottom: 20px
}
/* Isotope Filtering */

.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1
}
/* Variables ------------------------------------------------------------------------- */

/* #2991d6 - theme color, link, #2275ac - link hover, strong */

/* Selections */

::-moz-selection {
	color: #fff
}
::selection {
	color: #fff
}
/* Borders */

.idea_box, .ui-tabs, .accordion .question, .accordion .question.active .title, .accordion .question .title:before, .ui-tabs .ui-tabs-nav, .ui-tabs .ui-tabs-nav li, .tabs_vertical.ui-tabs .ui-tabs-panel, table th, table td, .list_item .circle, input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .promo_box.has_border:after, dl>dt, dl>dd, .article_box .desc_wrapper p, a.icon_bar, a.content_link, .how_it_works .image, .opening_hours, .opening_hours .opening_hours_wrapper li, .icon_box.has_border:after, .chart_box:before, .pricing-box, .team_list .bq_wrapper, .post-footer .post-links, .format-link .post-title .icon-link, .share_wrapper, .post-header .title_wrapper, .section-post-related .section-related-adjustment, #comments> :first-child, .widget-area, .widget:after, .fixed-nav .desc h6, .portfolio_group.list .portfolio-item, .portfolio_group .portfolio-item .desc .details-wrapper, .Recent_posts ul li .desc h6, .widget_recent_entries ul li a, .woocommerce .widget_best_sellers li, .woocommerce .widget_featured_products li, .woocommerce .widget_recent_reviews li, .woocommerce .widget_recent_products li, .woocommerce .widget_recently_viewed_products li, .woocommerce .widget_random_products li, .woocommerce .widget_top_rated_products li, .woocommerce .widget_onsale li, .woocommerce .widget_layered_nav li, .woocommerce .widget_shopping_cart ul.product_list_widget li, .woocommerce .widget_products li, .woocommerce .product .related.products, .woocommerce .product .upsells.products, .woocommerce .product div.entry-summary h1.product_title:after, .woocommerce .quantity input.qty, .header-stack #Top_bar .logo, .offer_thumb .slider_pagination, .offer_thumb .slider_pagination a, .Latest_news ul li .desc_footer, .Latest_news ul li .photo, .offer_thumb.bottom .slider_pagination a, .style-simple .faq .question, .style-simple #Filters .filters_wrapper ul, #edd_checkout_cart th, #edd_checkout_cart td {
	border-color: rgba(0, 0, 0, .08)
}
/* Tooltip */

.tooltip-img .tooltip-content, .tooltip:after {
	background: #000000;
	color: #fff
}
/* Highlight */

.dropcap, .highlight:not(.highlight_image) {
	color: #fff
}
/* Inputs */

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty {
	background-color: #fff;
	color: #626262;
	-webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
	box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02)
}
input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
	background-color: #E9F5FC!important;
	border-color: #d5e5ee;
	color: #1982C2
}
/* Dividers */

hr {
	background-color: #ffff0029;
	color: rgba(0, 0, 0, .08);
}
/* Header */

#Top_bar .menu>li>a span {
	border-color: transparent;
}
#Top_bar .search_wrapper input[type="text"] {
	border-color: #fff;
	color: #fff
}
/* Footer */

#Footer .Recent_posts ul li .desc h6, #Footer .widget_recent_entries ul li a, #Footer .widget_best_sellers li, #Footer .widget_featured_products li, #Footer .widget_recent_reviews li, #Footer .widget_recent_products li, #Footer .widget_recently_viewed_products li, #Footer .widget_random_products li, #Footer .widget_top_rated_products li, #Footer .widget_onsale li, #Footer .widget_layered_nav li, #Footer .widget_shopping_cart ul.product_list_widget li, #Footer .widget_products li, #Footer .widget_archive ul li:after, #Footer .widget_nav_menu ul li:after, #Footer table th, #Footer table td {
	border-color: rgba(255, 255, 255, .08)
}
/* Borders */

#Sliding-top .Recent_posts ul li .desc h6, #Sliding-top .widget_recent_entries ul li a, #Sliding-top .widget_best_sellers li, #Sliding-top .widget_featured_products li, #Sliding-top .widget_recent_reviews li, #Sliding-top .widget_recent_products li, #Sliding-top .widget_recently_viewed_products li, #Sliding-top .widget_random_products li, #Sliding-top .widget_top_rated_products li, #Sliding-top .widget_onsale li, #Sliding-top .widget_layered_nav li, #Sliding-top .widget_shopping_cart ul.product_list_widget li, #Sliding-top .widget_products li, #Sliding-top .widget_archive ul li:after, #Sliding-top .widget_nav_menu ul li:after, #Sliding-top table th, #Sliding-top table td {
	border-color: rgba(255, 255, 255, .08)
}
/* Image frames & Google maps & Icon bar */

.image_frame, .wp-caption, .google-map, .icon_box .icon_wrapper, .content_slider .content_slider_ul, .author-box .avatar-wrapper, #comments .commentlist>li .photo, .edd_download_image {
	border-color: #f8f8f800;
}
.wp-caption-text {
	background: #f8f8f8;
	color: #A6A6A6
}
.image_frame .image_wrapper, .wp-caption img, .icon_box .icon_wrapper:before {
	border-color: #e2e2e2;
	border-radius: 5px;
}
.image_frame .image_wrapper .mask, .edd_download_image:after {
	-webkit-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, .07);
	box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, .07);
}
.image_frame .image_wrapper .mask:after {
	background: rgba(255, 255, 255, .4)
}
/* Image frame overlay */

.if-overlay .image_frame .image_wrapper .mask {
	-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .0);
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .0)
}
.if-overlay .image_frame .image_wrapper .mask:after {
	background: rgba(0, 0, 0, .15)
}
/* Sliding box */

.sliding_box .desc_wrapper h4 {
	color: #fff
}
/* Counter & Chart */

.counter .desc_wrapper .number-wrapper, .chart_box .chart .num, .chart_box .chart .icon, .style-simple .quick_fact .number-wrapper, #edd_checkout_cart .edd_cart_header_row th {
	color: #000000
}
/* Icon bar */

a.icon_bar {
	color: #000000!important
}
/* Get in touch & Infobox */

.get_in_touch, .get_in_touch a, .get_in_touch h3, .get_in_touch ul, .infobox, .infobox a, .infobox h3, .infobox ul {
	color: #fff!important
}
/* How it works */

.how_it_works .image .number {
	color: #fff
}
/* Trailer box */

.trailer_box .desc h2 {
	color: #fff
}
.trailer_box .desc .subtitle {
	color: #fff
}
/* Icon box */

.icon_box:hover .icon_wrapper, .icon_box a:hover .icon_wrapper {
	color: #fff
}
/* List */

.list_item.lists_1 .list_left {
	color: #fff
}
/* Features list */

.feature_list li:hover, .feature_list ul li:hover a,.feature_list ul li:hover b  {
	color: #fff
}
.feature_list ul li:hover .icon i, .feature_list ul li:hover a .icon i {
	color: #fff
}
/* Tabs, Accordion, Toggle, Table, Faq */

.ui-tabs .ui-tabs-nav li a, .accordion .question .title, .faq .question .title, table th {
	color: #000000
}
.ui-tabs .ui-tabs-nav li.ui-state-active a:after, body.table-hover:not(.woocommerce-page) table tr:hover td, body.table-hover:not(.woocommerce-page) table tr:hover td a {
	color: #fff
}
.accordion .question .answer, .ui-tabs .ui-tabs-panel, .ui-tabs .ui-tabs-nav li.ui-state-active a, .ui-tabs .ui-tabs-nav li.ui-tabs-selected:after, .ui-tabs .ui-tabs-nav li.ui-state-active:after, .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-active a {
	background-color: #fff
}
/* Pricing */

.pricing-box-box.pricing-box-featured, .pricing-box-box.pricing-box-featured .plan-header h2, .pricing-box-box.pricing-box-featured .plan-header .price sup.currency, .pricing-box-box.pricing-box-featured .plan-header .price>span, .pricing-box-box.pricing-box-featured .plan-header .price sup.period, .pricing-box-box.pricing-box-featured .plan-header p.subtitle, .pricing-box-box.pricing-box-featured .plan-inside ul {
	color: #fff
}
.pricing-box-box.pricing-box-featured .plan-header hr {
	border-color: rgba(0, 0, 0, .2);
	background: rgba(0, 0, 0, .2)
}
.pricing-box-box.pricing-box-featured a.button {
	background-color: #fff;
	color: #000000
}
/* Mobile menu */

@media only screen and (max-width: 959px) {
	#Header #menu>ul>li.current-menu-item>a, #Header #menu>ul>li.current_page_item>a, #Header #menu>ul>li.current-menu-parent>a, #Header #menu>ul>li.current-page-parent>a, #Header #menu>ul>li.current-menu-ancestor>a, #Header #menu>ul>li.current_page_ancestor>a {
		background: rgba(0, 0, 0, .02)
	}
}
/* Style Simple ---------------------------------------------------------------------- */

/* Tabs */

.style-simple .ui-tabs {
	border: 0
}
.style-simple .ui-tabs .ui-tabs-panel {
	background: none
}
.style-simple .ui-tabs .ui-tabs-nav {
	background: none
}
.style-simple .ui-tabs .ui-tabs-nav li {
	border: 0;
	display: inline-block;
	float: none
}
.style-simple .ui-tabs .ui-tabs-nav li.ui-state-active a, .style-simple .ui-tabs .ui-tabs-nav li.ui-tabs-selected:after, .style-simple .ui-tabs .ui-tabs-nav li.ui-state-active:after {
	background-color: transparent
}
.style-simple .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after, .style-simple .ui-tabs .ui-tabs-nav li.ui-state-disabled a:after, .style-simple .ui-tabs .ui-tabs-nav li.ui-state-processing a:after, .style-simple .ui-tabs .ui-tabs-nav li.ui-state-active a:after {
	bottom: -1px;
	height: 2px;
	margin-left: -50%;
	width: 100%
}
.style-simple .tabs_vertical.ui-tabs .ui-tabs-panel {
	border-width: 0 0 0 1px !important
}
.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav {
	border: 0
}
.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after, .style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-disabled a:after, .style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-processing a:after, .style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-active a:after {
	display: block;
	width: 2px;
	height: 100%;
	right: -1px;
	top: 0;
	bottom: auto;
	left: auto;
	margin: 0
}
.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li a {
	background: none;
	text-align: right;
	padding-right: 20px!important;
	padding-left: 10px!important
}
/* Accordion & Toggle */

.style-simple .accordion .question {
	border-width: 0 0 0 1px;
	border-radius: 0;
	position: relative;
	margin-bottom: 0
}
.style-simple .accordion .question:after {
	content: "";
	display: none;
	width: 2px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ccc
}
.style-simple .accordion .question.active:after {
	display: block
}
.style-simple .accordion .question .title {
	background: none;
	padding-left: 50px;
	border: 0
}
.style-simple .accordion .question .title:before {
	display: none
}
.style-simple .accordion .question .answer {
	background: none;
	padding: 0 20px 10px 50px
}
/* FAQ */

.style-simple .faq .question {
	border-width: 0 0 0 1px;
	border-style: solid;
	margin-bottom: 0;
	position: relative;
	background: none
}
.style-simple .faq .question:before {
	display: none
}
.style-simple .faq .question:after {
	content: "";
	display: none;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #ccc
}
.style-simple .faq .question .title, .style-simple .faq .question .answer {
	padding-left: 70px
}
.style-simple .faq .question.active:after {
	display: block
}
/* Table */

.style-simple table:not(.recaptchatable) th {
	background: none
}
.style-simple table:not(.recaptchatable) tr:first-child td {
	background: none
}
.style-simple table:not(.recaptchatable) th, .style-simple table td {
	border-width: 0 1px 1px 0
}
.style-simple table:not(.recaptchatable) tr td:last-child, .style-simple table tr th:last-child {
	border-right: 0
}
.style-simple table:not(.recaptchatable) tr:last-child td {
	border-bottom: 0
}
.style-simple table:not(.recaptchatable) tr:nth-child(2n) td {
	background: none
}
/* Opening hours */

.style-simple .opening_hours {
	padding: 0;
	border: 0;
	background-color: transparent
}
.style-simple .opening_hours .opening_hours_wrapper li {
	padding-bottom: 0;
	border: 0;
	margin-bottom: 0;
	text-align: left
}
.style-simple .opening_hours .opening_hours_wrapper li label {
	background-color: transparent;
	background-image: none;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	border-radius: 0
}
.style-simple .opening_hours .opening_hours_wrapper li span {
	font-size: 32px;
	line-height: 32px;
	padding: 10px 0
}
.style-simple .opening_hours .opening_hours_wrapper li span sup {
	top: -1px;
	font-size: 16px;
	line-height: 16px;
	margin-left: 4px
}
/* Icon box */

.style-simple .icon_box .image_wrapper, .style-simple .icon_box .icon_wrapper {
	padding-top: 5px;
	margin-bottom: 25px
}
.style-simple .icon_box .icon_wrapper {
	font-size: 80px;
	background-color: transparent;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
	border-width: 0;
	background-image: none;
	-webkit-transform: scale(1)!important;
	-moz-transform: scale(1)!important;
	-ms-transform: scale(1)!important;
	-o-transform: scale(1)!important;
	transform: scale(1)!important
}
.style-simple .icon_box .icon_wrapper:before {
	display: none
}
.style-simple .icon_box .icon_wrapper i {
	position: relative;
	top: 0
}
.style-simple .icon_box .image_wrapper img {
	position: relative;
	top: 0
}
.style-simple .icon_box .desc_wrapper .title {
	margin-bottom: 20px
}
.style-simple .icon_box .desc_wrapper .title:before {
	content: "";
	display: block;
	width: 0;
	margin: 0 auto;
	height: 2px;
	top: -15px;
	position: relative;
	background-color: #ccc
}
.style-simple .icon_box:hover .icon_wrapper i {
	top: -5px
}
.style-simple .icon_box:hover .image_wrapper img {
	top: -5px
}
.style-simple .icon_box:hover .desc_wrapper .title:before {
	width: 100px
}
.style-simple .icon_box .icon_wrapper i, .style-simple .icon_box .image_wrapper img, .style-simple .icon_box .desc_wrapper .title:before {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
/* Filters */

.style-simple #Filters {
	text-align: center
}
.style-simple #Filters .filters_buttons {
	background: none;
	padding: 15px 0
}
.style-simple #Filters .filters_wrapper {
	margin-top: 0
}
.style-simple #Filters .filters_wrapper ul {
	overflow: visible;
	display: inline-block;
	border-bottom-width: 1px;
	border-style: solid
}
.style-simple #Filters .filters_wrapper ul li {
	width: auto;
	margin: 0
}
.style-simple #Filters .filters_wrapper ul li a {
	background: none;
	border: 0;
	padding: 14px 25px;
	position: relative
}
.style-simple #Filters .filters_wrapper ul li a:after {
	content: "";
	display: none;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background: #ccc
}
.style-simple #Filters .filters_wrapper ul li.close a {
	color: inherit;
	padding: 14px 15px;
	width: auto;
	border: 0!important
}
.style-simple #Filters .filters_wrapper ul li a:hover, .style-simple #Filters .filters_wrapper ul li.current-cat a {
	background: none;
	color: inherit
}
.style-simple #Filters .filters_wrapper ul li.current-cat a:after {
	display: block
}
/* Clients */

.style-simple ul.clients.clients_tiles li .client_wrapper::after {
	display: none
}
/* Progress bars */

.style-simple .progress_bars .bars_list li .bar {
	height: 5px
}
.style-simple .progress_bars .bars_list li .bar {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
	background: rgba(0, 0, 0, 0.03);
	border-radius: 0
}
.style-simple .progress_bars .bars_list li .bar .progress {
	background-image: none
}
/* Counters */

.style-simple .counter {
	background-image: none;
}
/* Lists */

.style-simple .list_item.lists_1 .list_left {
	background-image: none;
	border-radius: 2px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset
}
.style-simple .list_item .circle {
	background-image: none;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset
}
/* Blockquote */

.style-simple blockquote {
	background: none;
	line-height: 25px;
	font-style: italic
}
.style-simple blockquote:after {
	display: none
}
/* Testimonials slider */

.style-simple .testimonials_slider .testimonials_slider_ul li .bq_wrapper {
	padding-top: 0;
	padding-bottom: 1px;
	background: none;
	text-align: center
}
.style-simple .testimonials_slider .testimonials_slider_ul li .bq_wrapper blockquote {
	margin-left: 0;
	margin-right: 0;
}
.style-simple .testimonials_slider .slider_images {
	background-color: transparent
}
.style-simple .testimonials_slider .slider_images:before {
	display: none
}
/* Article box */

.style-simple .article_box .desc_wrapper {
	background-image: none
}
.style-simple .article_box .desc_wrapper p {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 10px
}
.style-simple .article_box .desc_wrapper p:after {
	background-color: rgba(0, 0, 0, .1);
	content: "";
	display: block;
	height: 2px;
	margin-top: 10px;
	width: 20px
}
.style-simple .article_box:hover .desc_wrapper p:after {
	width: 40%
}
.style-simple .article_box .desc_wrapper i.icon-right-open {
	display: none
}
.style-simple .article_box .desc_wrapper p:after {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
/* Idea box */

.style-simple .idea_box {
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 15px 15px 15px 0;
	background: none
}
.style-simple .idea_box .icon {
	display: block;
	position: static;
	float: left;
	left: 0;
	top: 0;
	margin-top: 0;
	width: 60px;
	text-align: center;
	margin-top: 5px
}
.style-simple .idea_box .desc {
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	padding: 10px 15px 10px 20px;
	margin-left: 60px
}
/* Sliding box */

.style-simple .sliding_box .photo_wrapper {
	top: 0
}
.style-simple .sliding_box .desc_wrapper {
	background: none;
	padding-left: 0;
	padding-right: 0
}
.style-simple .sliding_box .desc_wrapper h4 {
	color: inherit;
	margin-bottom: 5px
}
.style-simple .sliding_box .desc_wrapper:after {
	display: inline-block;
	content: "";
	width: 20%;
	height: 2px;
	border: 0;
	background-color: rgba(0, 0, 0, .1);
	position: static;
	top: 0;
	margin: 0
}
.style-simple .sliding_box:hover .desc_wrapper:after {
	width: 60%
}
/* Trailer box */

.style-simple .trailer_box .desc {
	padding: 27px 15px 30px
}
.style-simple .trailer_box .desc .line {
	display: none
}
.style-simple .trailer_box .desc .subtitle {
	background-image: none;
	background-color: transparent;
	color: rgba(255, 255, 255, .7);
	margin-bottom: 10px;
	padding: 0
}
.style-simple .trailer_box:hover .desc h2 {
	bottom: 0
}
.style-simple .trailer_box:hover .desc .subtitle {
	bottom: 0
}
.style-simple .trailer_box .desc {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
/* Timeline */

.style-simple .timeline_items {
	background: none
}
.style-simple .timeline_items:after {
	display: none
}
.style-simple .timeline_items li {
	width: 50%;
	padding: 0 0 0 50%;
	background: none;
	margin-bottom: 15px!important
}
.style-simple .timeline_items li:nth-child(even) {
	padding: 0 50% 0 0;
	background: none
}
.style-simple .timeline_items li h3 span {
	background: none!important;
	border-radius: 4px;
	font-size: 14px;
	font-style: italic;
	top: 22px
}
.style-simple .timeline_items li h3:before {
	display: none
}
.style-simple .timeline_items li .desc:before {
	display: none
}
.style-simple .timeline_items li h3 {
	border-left: 2px solid rgba(0, 0, 0, 0.08);
	margin: 0;
	padding: 15px 0 0 25px;
	width: 100%;
	box-sizing: padding-box;
	-webkit-box-sizing: border-box
}
.style-simple .timeline_items li h3 span {
	position: absolute;
	right: 52%
}
.style-simple .timeline_items li:nth-child(even) h3 {
	padding: 15px 25px 0 0;
	text-align: right;
	border-left: 0;
	border-right: 2px solid rgba(0, 0, 0, 0.04)
}
.style-simple .timeline_items li:nth-child(even) h3 span {
	left: 52%;
	right: auto
}
.style-simple .timeline_items li .desc {
	border-left: 2px solid rgba(0, 0, 0, 0.08);
	padding: 15px 0 15px 25px;
	background: none;
	width: 100%;
	box-sizing: padding-box;
	-webkit-box-sizing: border-box
}
.style-simple .timeline_items li:nth-child(even) .desc {
	padding: 15px 25px 15px 0;
	border-left: 0;
	border-right: 2px solid rgba(0, 0, 0, 0.04)
}
.style-simple .timeline_items li:hover h3, .style-simple .timeline_items li:nth-child(even):hover h3, .style-simple .timeline_items li:hover .desc, .style-simple .timeline_items li:nth-child(even):hover {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
/* Quick fact */

.style-simple .quick_fact .number-wrapper {
	font-family: inherit;
	font-size: 60px;
	line-height: 60px
}
.style-simple .quick_fact .title {
	font-family: inherit;
	font-size: 18px;
	font-weight: 400
}
.style-simple .quick_fact hr {
	display: none
}
/* Chart box */

.style-simple .chart_box:before {
	background-color: transparent;
	background-image: none;
	border-width: 0
}
.style-simple .chart_box .chart .num {
	font-family: inherit;
	font-size: 30px
}
/* Content link */

.style-simple a.content_link {
	border-width: 0 0 2px;
	margin: 0 10px;
	background-color: transparent;
	background-image: none
}
.style-simple a.content_link:after {
	border-width: 0 0 2px;
	bottom: -2px
}
.style-simple a.content_link:before {
	border-width: 0 5px 6px
}
/* How it works */

.style-simple .how_it_works .image {
	border-width: 0 0 2px;
	background: transparent;
	border-radius: 0;
	margin-bottom: 30px
}
.style-simple .how_it_works .image .number {
	border-radius: 0;
	bottom: -17px;
	left: 50%;
	margin-left: -17px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset
}
/* Offer thumb */

.style-simple .offer_thumb_ul li.offer_thumb_li {
	padding-left: 0
}
.style-simple .offer_thumb .slider_pagination a img {
	filter: alpha(opacity=70);
	opacity: .7
}
.style-simple .offer_thumb .slider_pagination a.selected img, .style-simple .offer_thumb .slider_pagination a:not(.selected):hover img {
	filter: alpha(opacity=1);
	opacity: 1
}
@media only screen and (min-width: 768px) {
	.style-simple .offer_thumb .slider_pagination {
		border: 0
	}
	.style-simple .offer_thumb .slider_pagination a {
		margin-bottom: 6px;
		border-width: 1px;
		background: none
	}
	.style-simple .offer_thumb.bottom .slider_pagination a {
		margin: 3px
	}
	.style-simple .offer_thumb .slider_pagination a:before, .style-simple .offer_thumb .slider_pagination a:after {
		display: none
	}
}
/* Alerts */

.style-simple .alert {
	-webkit-border-radius: 0;
	border-radius: 0
}
.style-simple .alert .alert_icon {
	position: absolute;
	left: 0;
	top: 0;
	background: none;
	border-right: 1px solid rgba(255, 255, 255, .3);
	-webkit-border-radius: 0;
	border-radius: 0
}
/* Zoom box */

/*
.style-simple .zoom_box{position:relative;line-height:0;overflow:hidden}
.style-simple .zoom_box .photo img,.style-simple .zoom_box .desc{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.style-simple .zoom_box .photo img{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
.style-simple .zoom_box:hover .photo img{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15)}
.style-simple .zoom_box .desc{background:rgba(0,0,0,.8);width:100%;height:100%;position:absolute;left:0;top:0;text-align:center;opacity:0;-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15)}
.style-simple .zoom_box:hover .desc{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
.style-simple .zoom_box .desc .desc_img{position:absolute;left:0;top:50%;width:100%;text-align:center;transform:translateY(-80%);-webkit-transform:translateY(-80%)}
.style-simple .zoom_box .desc .desc_img img{padding:0}
.style-simple .zoom_box .desc .desc_txt{width:100%;padding:15px 20px;font-size:17px;line-height:22px;color:#fff;position:absolute;left:0;bottom:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
*/

/* Features list */

.style-simple .feature_list hr {
	background-color: rgba(0, 0, 0, 0);
	color: rgba(0, 0, 0, 0)
}
/* Progress icons */

.style-simple .progress_icons .progress_icon {
	color: rgba(0, 0, 0, .3);
	border-width: 1px;
	border-style: solid
}
.style-simple .progress_icons .progress_icon.themebg {
	border-color: transparent;
	color: #fff
}
.style-simple .progress_icons .progress_icon:not(.themebg) {
	background: none;
	border-color: rgba(0, 0, 0, .3)
}
/* Pricing box */

.style-simple .pricing-box {
	border: 0
}
.style-simple .pricing-box:not(.pricing-box-featured) {
	background: none
}
/* Tooltip */

.style-simple .tooltip:hover:after, .style-simple .tooltip.hover:after {
	background-image: none
}
/* Highlight */

.style-simple .highlight {
	background-image: none;
}
/* Get in touch */

.style-simple .get_in_touch {
	padding: 25px 30px
}
.style-simple .get_in_touch ul li {
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}
.style-simple .get_in_touch ul li:last-child {
	border: 0
}
.style-simple .get_in_touch ul li:after {
	display: none
}
.style-simple .get_in_touch ul li .icon {
	left: 5px
}
/* Infobox */

.style-simple .infobox {
	padding: 25px 30px
}
.style-simple .infobox ul li {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	padding-left: 40px
}
.style-simple .infobox ul li:last-child {
	border: 0
}
.style-simple .infobox ul li:after {
	display: none
}
.style-simple .infobox ul li:before {
	left: 5px
}
/* Icon bar */

.style-simple a.icon_bar {
	border-width: 0;
	background-color: #f0f0f0;
	background-image: none;
	-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .0);
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .0)
}
.style-simple a.icon_bar span.t {
	opacity: 1;
	filter: alpha(opacity=100)
}
.style-simple a:hover.icon_bar span.t {
	opacity: 0;
	filter: alpha(opacity=0)
}
.style-simple a.icon_bar span.b {
	position: absolute;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0)
}
.style-simple a:hover.icon_bar span.b {
	opacity: 1;
	filter: alpha(opacity=100)
}
.style-simple a.icon_bar span {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.style-simple a.icon_bar span.b {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.style-simple a:hover.icon_bar span {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0)
}
/*
|--------------------------------------------------------------------------
|  6.0 Animation
|  
|--------------------------------------------------------------------------
|
| 
|
*/

/*	Animations v1.4, Copyright 2014, Joe Mottershaw, https://github.com/joemottershaw/ */

.animate, .hover-bounce, .hover-flash, .hover-heartbeat, .hover-panic, .hover-pulsate, .hover-pulse, .hover-shakeH, .hover-shakeV, .hover-slingshotCCW, .hover-slingshotCW, .hover-spinCCW, .hover-spinCW, .hover-strobe, .hover-tada, .hover-wave, .hover-wobble, .trigger {
	opacity: 0;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animate.slow-mo, .hover-bounce.slow-mo, .hover-flash.slow-mo, .hover-heartbeat.slow-mo, .hover-panic.slow-mo, .hover-pulsate.slow-mo, .hover-pulse.slow-mo, .hover-shakeH.slow-mo, .hover-shakeV.slow-mo, .hover-slingshotCCW.slow-mo, .hover-slingshotCW.slow-mo, .hover-spinCCW.slow-mo, .hover-spinCW.slow-mo, .hover-strobe.slow-mo, .hover-tada.slow-mo, .hover-wave.slow-mo, .hover-wobble.slow-mo, .trigger.slow-mo {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}
.animate.super-slow-mo, .hover-bounce.super-slow-mo, .hover-flash.super-slow-mo, .hover-heartbeat.super-slow-mo, .hover-panic.super-slow-mo, .hover-pulsate.super-slow-mo, .hover-pulse.super-slow-mo, .hover-shakeH.super-slow-mo, .hover-shakeV.super-slow-mo, .hover-slingshotCCW.super-slow-mo, .hover-slingshotCW.super-slow-mo, .hover-spinCCW.super-slow-mo, .hover-spinCW.super-slow-mo, .hover-strobe.super-slow-mo, .hover-tada.super-slow-mo, .hover-wave.super-slow-mo, .hover-wobble.super-slow-mo, .trigger.super-slow-mo {
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-ms-animation-duration: 3s;
	-o-animation-duration: 3s;
	animation-duration: 3s;
}
.animate.ultra-slow-mo, .hover-bounce.ultra-slow-mo, .hover-flash.ultra-slow-mo, .hover-heartbeat.ultra-slow-mo, .hover-panic.ultra-slow-mo, .hover-pulsate.ultra-slow-mo, .hover-pulse.ultra-slow-mo, .hover-shakeH.ultra-slow-mo, .hover-shakeV.ultra-slow-mo, .hover-slingshotCCW.ultra-slow-mo, .hover-slingshotCW.ultra-slow-mo, .hover-spinCCW.ultra-slow-mo, .hover-spinCW.ultra-slow-mo, .hover-strobe.ultra-slow-mo, .hover-tada.ultra-slow-mo, .hover-wave.ultra-slow-mo, .hover-wobble.ultra-slow-mo, .trigger.ultra-slow-mo {
	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	-ms-animation-duration: 4s;
	-o-animation-duration: 4s;
	animation-duration: 4s;
}
.animate.hyper-slow-mo, .hover-bounce.hyper-slow-mo, .hover-flash.hyper-slow-mo, .hover-heartbeat.hyper-slow-mo, .hover-panic.hyper-slow-mo, .hover-pulsate.hyper-slow-mo, .hover-pulse.hyper-slow-mo, .hover-shakeH.hyper-slow-mo, .hover-shakeV.hyper-slow-mo, .hover-slingshotCCW.hyper-slow-mo, .hover-slingshotCW.hyper-slow-mo, .hover-spinCCW.hyper-slow-mo, .hover-spinCW.hyper-slow-mo, .hover-strobe.hyper-slow-mo, .hover-tada.hyper-slow-mo, .hover-wave.hyper-slow-mo, .hover-wobble.hyper-slow-mo, .trigger.hyper-slow-mo {
	-webkit-animation-duration: 5s;
	-moz-animation-duration: 5s;
	-ms-animation-duration: 5s;
	-o-animation-duration: 5s;
	animation-duration: 5s;
}
.hover-bounce, .hover-flash, .hover-heartbeat, .hover-panic, .hover-pulsate, .hover-pulse, .hover-shakeH, .hover-shakeV, .hover-slingshotCCW, .hover-slingshotCW, .hover-spinCCW, .hover-spinCW, .hover-strobe, .hover-tada, .hover-wave, .hover-wobble, .ie .animate, .no-js .animate, .trigger {
	opacity: 1;
}
.animate.infinite, .hover-bounce.infinite, .hover-flash.infinite, .hover-heartbeat.infinite, .hover-panic.infinite, .hover-pulsate.infinite, .hover-pulse.infinite, .hover-shakeH.infinite, .hover-shakeV.infinite, .hover-slingshotCCW.infinite, .hover-slingshotCW.infinite, .hover-spinCCW.infinite, .hover-spinCW.infinite, .hover-strobe.infinite, .hover-tada.infinite, .hover-wave.infinite, .hover-wobble.infinite, .trigger.infinite {
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-ms-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.animate.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-ms-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(200px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(200px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-ms-keyframes fadeInUp {
	0% {
		opacity: 0;
		-ms-transform: translateY(200px);
	}
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}
@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(200px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(200px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.animate.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-ms-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-200px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-200px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-ms-keyframes fadeInDown {
	0% {
		opacity: 0;
		-ms-transform: translateY(-200px);
	}
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}
@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-200px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-200px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.animate.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-ms-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-200px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-200px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-ms-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-ms-transform: translateX(-200px);
	}
	100% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-200px);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-200px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.animate.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-ms-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(200px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(200px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-ms-keyframes fadeInRight {
	0% {
		opacity: 0;
		-ms-transform: translateX(200px);
	}
	100% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
}
@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(200px);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(200px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.animate.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-ms-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpLarge {
	0% {
		opacity: 0;
		-webkit-transform: translateY(1000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes fadeInUpLarge {
	0% {
		opacity: 0;
		-moz-transform: translateY(1000px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-ms-keyframes fadeInUpLarge {
	0% {
		opacity: 0;
		-ms-transform: translateY(1000px);
	}
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}
@-o-keyframes fadeInUpLarge {
	0% {
		opacity: 0;
		-o-transform: translateY(1000px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
@keyframes fadeInUpLarge {
	0% {
		opacity: 0;
		transform: translateY(1000px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.animate.fadeInUpLarge {
	-webkit-animation-name: fadeInUpLarge;
	-moz-animation-name: fadeInUpLarge;
	-ms-animation-name: fadeInUpLarge;
	-o-animation-name: fadeInUpLarge;
	animation-name: fadeInUpLarge;
}
@-webkit-keyframes fadeInDownLarge {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-1000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes fadeInDownLarge {
	0% {
		opacity: 0;
		-moz-transform: translateY(-1000px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-ms-keyframes fadeInDownLarge {
	0% {
		opacity: 0;
		-ms-transform: translateY(-1000px);
	}
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}
@-o-keyframes fadeInDownLarge {
	0% {
		opacity: 0;
		-o-transform: translateY(-1000px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
@keyframes fadeInDownLarge {
	0% {
		opacity: 0;
		transform: translateY(-1000px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.animate.fadeInDownLarge {
	-webkit-animation-name: fadeInDownLarge;
	-moz-animation-name: fadeInDownLarge;
	-ms-animation-name: fadeInDownLarge;
	-o-animation-name: fadeInDownLarge;
	animation-name: fadeInDownLarge;
}
@-webkit-keyframes fadeInLeftLarge {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-1000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeftLarge {
	0% {
		opacity: 0;
		-moz-transform: translateX(-1000px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-ms-keyframes fadeInLeftLarge {
	0% {
		opacity: 0;
		-ms-transform: translateX(-1000px);
	}
	100% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeftLarge {
	0% {
		opacity: 0;
		-o-transform: translateX(-1000px);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeftLarge {
	0% {
		opacity: 0;
		transform: translateX(-1000px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.animate.fadeInLeftLarge {
	-webkit-animation-name: fadeInLeftLarge;
	-moz-animation-name: fadeInLeftLarge;
	-ms-animation-name: fadeInLeftLarge;
	-o-animation-name: fadeInLeftLarge;
	animation-name: fadeInLeftLarge;
}
@-webkit-keyframes fadeInRightLarge {
	0% {
		opacity: 0;
		-webkit-transform: translateX(1000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInRightLarge {
	0% {
		opacity: 0;
		-moz-transform: translateX(1000px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-ms-keyframes fadeInRightLarge {
	0% {
		opacity: 0;
		-ms-transform: translateX(1000px);
	}
	100% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
}
@-o-keyframes fadeInRightLarge {
	0% {
		opacity: 0;
		-o-transform: translateX(1000px);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInRightLarge {
	0% {
		opacity: 0;
		transform: translateX(1000px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.animate.fadeInRightLarge {
	-webkit-animation-name: fadeInRightLarge;
	-moz-animation-name: fadeInRightLarge;
	-ms-animation-name: fadeInRightLarge;
	-o-animation-name: fadeInRightLarge;
	animation-name: fadeInRightLarge;
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-moz-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-ms-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-o-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.animate.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-ms-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-200px);
	}
}
@-moz-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-moz-transform: translateY(-200px);
	}
}
@-ms-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-ms-transform: translateY(-200px);
	}
}
@-o-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-o-transform: translateY(-200px);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(-200px);
	}
}
.animate.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	-moz-animation-name: fadeOutUp;
	-ms-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(200px);
	}
}
@-moz-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-moz-transform: translateY(200px);
	}
}
@-ms-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-ms-transform: translateY(200px);
	}
}
@-o-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-o-transform: translateY(200px);
	}
}
@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(200px);
	}
}
.animate.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-ms-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(-200px);
	}
}
@-moz-keyframes fadeOutLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(-200px);
	}
}
@-ms-keyframes fadeOutLeft {
	0% {
		opacity: 0;
		-ms-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-ms-transform: translateX(-200px);
	}
}
@-o-keyframes fadeOutLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(-200px);
	}
}
@keyframes fadeOutLeft {
	0% {
		opacity: 0;
		transform: translateX(0);
	}
	100% {
		opacity: 1;
		transform: translateX(-200px);
	}
}
.animate.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-ms-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(200px);
	}
}
@-moz-keyframes fadeOutRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(200px);
	}
}
@-ms-keyframes fadeOutRight {
	0% {
		opacity: 0;
		-ms-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-ms-transform: translateX(200px);
	}
}
@-o-keyframes fadeOutRight {
	0% {
		opacity: 0;
		-o-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(200px);
	}
}
@keyframes fadeOutRight {
	0% {
		opacity: 0;
		transform: translateX(0);
	}
	100% {
		opacity: 1;
		transform: translateX(200px);
	}
}
.animate.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	-moz-animation-name: fadeOutRight;
	-ms-animation-name: fadeOutRight;
	-o-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpLarge {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-1000px);
	}
}
@-moz-keyframes fadeOutUpLarge {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-moz-transform: translateY(-1000px);
	}
}
@-ms-keyframes fadeOutUpLarge {
	0% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-ms-transform: translateY(-1000px);
	}
}
@-o-keyframes fadeOutUpLarge {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-o-transform: translateY(-1000px);
	}
}
@keyframes fadeOutUpLarge {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(-1000px);
	}
}
.animate.fadeOutUpLarge {
	-webkit-animation-name: fadeOutUpLarge;
	-moz-animation-name: fadeOutUpLarge;
	-ms-animation-name: fadeOutUpLarge;
	-o-animation-name: fadeOutUpLarge;
	animation-name: fadeOutUpLarge;
}
@-webkit-keyframes fadeOutDownLarge {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(1000px);
	}
}
@-moz-keyframes fadeOutDownLarge {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-moz-transform: translateY(1000px);
	}
}
@-ms-keyframes fadeOutDownLarge {
	0% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-ms-transform: translateY(1000px);
	}
}
@-o-keyframes fadeOutDownLarge {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-o-transform: translateY(1000px);
	}
}
@keyframes fadeOutDownLarge {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(1000px);
	}
}
.animate.fadeOutDownLarge {
	-webkit-animation-name: fadeOutDownLarge;
	-moz-animation-name: fadeOutDownLarge;
	-ms-animation-name: fadeOutDownLarge;
	-o-animation-name: fadeOutDownLarge;
	animation-name: fadeOutDownLarge;
}
@-webkit-keyframes fadeOutLeftLarge {
	0% {
		opacity: 0;
		-webkit-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(-1000px);
	}
}
@-moz-keyframes fadeOutLeftLarge {
	0% {
		opacity: 0;
		-moz-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(-1000px);
	}
}
@-ms-keyframes fadeOutLeftLarge {
	0% {
		opacity: 0;
		-ms-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-ms-transform: translateX(-1000px);
	}
}
@-o-keyframes fadeOutLeftLarge {
	0% {
		opacity: 0;
		-o-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(-1000px);
	}
}
@keyframes fadeOutLeftLarge {
	0% {
		opacity: 0;
		transform: translateX(0);
	}
	100% {
		opacity: 1;
		transform: translateX(-1000px);
	}
}
.animate.fadeOutLeftLarge {
	-webkit-animation-name: fadeOutLeftLarge;
	-moz-animation-name: fadeOutLeftLarge;
	-ms-animation-name: fadeOutLeftLarge;
	-o-animation-name: fadeOutLeftLarge;
	animation-name: fadeOutLeftLarge;
}
@-webkit-keyframes fadeOutRightLarge {
	0% {
		opacity: 0;
		-webkit-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(1000px);
	}
}
@-moz-keyframes fadeOutRightLarge {
	0% {
		opacity: 0;
		-moz-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(1000px);
	}
}
@-ms-keyframes fadeOutRightLarge {
	0% {
		opacity: 0;
		-ms-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-ms-transform: translateX(1000px);
	}
}
@-o-keyframes fadeOutRightLarge {
	0% {
		opacity: 0;
		-o-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(1000px);
	}
}
@keyframes fadeOutRightLarge {
	0% {
		opacity: 0;
		transform: translateX(0);
	}
	100% {
		opacity: 1;
		transform: translateX(1000px);
	}
}
.animate.fadeOutRightLarge {
	-webkit-animation-name: fadeOutRightLarge;
	-moz-animation-name: fadeOutRightLarge;
	-ms-animation-name: fadeOutRightLarge;
	-o-animation-name: fadeOutRightLarge;
	animation-name: fadeOutRightLarge;
}
@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes zoomIn {
	0% {
		opacity: 0;
		-moz-transform: scale(0);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}
@-ms-keyframes zoomIn {
	0% {
		opacity: 0;
		-ms-transform: scale(0);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1);
	}
}
@-o-keyframes zoomIn {
	0% {
		opacity: 0;
		-o-transform: scale(0);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
}
@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.animate.zoomIn {
	-webkit-animation-name: zoomIn;
	-moz-animation-name: zoomIn;
	-ms-animation-name: zoomIn;
	-o-animation-name: zoomIn;
	animation-name: zoomIn;
}
@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateY(200px);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(0);
	}
}
@-moz-keyframes zoomInUp {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateY(200px);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateY(0);
	}
}
@-ms-keyframes zoomInUp {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateY(200px);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateY(0);
	}
}
@-o-keyframes zoomInUp {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateY(200px);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateY(0);
	}
}
@keyframes zoomInUp {
	0% {
		opacity: 0;
		transform: scale(0) translateY(200px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}
.animate.zoomInUp {
	-webkit-animation-name: zoomInUp;
	-moz-animation-name: zoomInUp;
	-ms-animation-name: zoomInUp;
	-o-animation-name: zoomInUp;
	animation-name: zoomInUp;
}
@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateY(-200px);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(0);
	}
}
@-moz-keyframes zoomInDown {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateY(-200px);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateY(0);
	}
}
@-ms-keyframes zoomInDown {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateY(-200px);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateY(0);
	}
}
@-o-keyframes zoomInDown {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateY(-200px);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateY(0);
	}
}
@keyframes zoomInDown {
	0% {
		opacity: 0;
		transform: scale(0) translateY(-200px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}
.animate.zoomInDown {
	-webkit-animation-name: zoomInDown;
	-moz-animation-name: zoomInDown;
	-ms-animation-name: zoomInDown;
	-o-animation-name: zoomInDown;
	animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateX(-200px);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateX(0);
	}
}
@-moz-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateX(-200px);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateX(0);
	}
}
@-ms-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateX(-200px);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateX(0);
	}
}
@-o-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateX(-200px);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateX(0);
	}
}
@keyframes zoomInLeft {
	0% {
		opacity: 0;
		transform: scale(0) translateX(-200px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateX(0);
	}
}
.animate.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	-moz-animation-name: zoomInLeft;
	-ms-animation-name: zoomInLeft;
	-o-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateX(200px);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateX(0);
	}
}
@-moz-keyframes zoomInRight {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateX(200px);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateX(0);
	}
}
@-ms-keyframes zoomInRight {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateX(200px);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateX(0);
	}
}
@-o-keyframes zoomInRight {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateX(200px);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateX(0);
	}
}
@keyframes zoomInRight {
	0% {
		opacity: 0;
		transform: scale(0) translateX(200px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateX(0);
	}
}
.animate.zoomInRight {
	-webkit-animation-name: zoomInRight;
	-moz-animation-name: zoomInRight;
	-ms-animation-name: zoomInRight;
	-o-animation-name: zoomInRight;
	animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUpLarge {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateY(1000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(0);
	}
}
@-moz-keyframes zoomInUpLarge {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateY(1000px);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateY(0);
	}
}
@-ms-keyframes zoomInUpLarge {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateY(1000px);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateY(0);
	}
}
@-o-keyframes zoomInUpLarge {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateY(1000px);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateY(0);
	}
}
@keyframes zoomInUpLarge {
	0% {
		opacity: 0;
		transform: scale(0) translateY(1000px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}
.animate.zoomInUpLarge {
	-webkit-animation-name: zoomInUpLarge;
	-moz-animation-name: zoomInUpLarge;
	-ms-animation-name: zoomInUpLarge;
	-o-animation-name: zoomInUpLarge;
	animation-name: zoomInUpLarge;
}
@-webkit-keyframes zoomInDownLarge {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateY(-1000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(0);
	}
}
@-moz-keyframes zoomInDownLarge {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateY(-1000px);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateY(0);
	}
}
@-ms-keyframes zoomInDownLarge {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateY(-1000px);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateY(0);
	}
}
@-o-keyframes zoomInDownLarge {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateY(-1000px);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateY(0);
	}
}
@keyframes zoomInDownLarge {
	0% {
		opacity: 0;
		transform: scale(0) translateY(-1000px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}
.animate.zoomInDownLarge {
	-webkit-animation-name: zoomInDownLarge;
	-moz-animation-name: zoomInDownLarge;
	-ms-animation-name: zoomInDownLarge;
	-o-animation-name: zoomInDownLarge;
	animation-name: zoomInDownLarge;
}
@-webkit-keyframes zoomInLeftLarge {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateX(-1000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateX(0);
	}
}
@-moz-keyframes zoomInLeftLarge {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateX(-1000px);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateX(0);
	}
}
@-ms-keyframes zoomInLeftLarge {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateX(-1000px);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateX(0);
	}
}
@-o-keyframes zoomInLeftLarge {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateX(-1000px);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateX(0);
	}
}
@keyframes zoomInLeftLarge {
	0% {
		opacity: 0;
		transform: scale(0) translateX(-1000px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateX(0);
	}
}
.animate.zoomInLeftLarge {
	-webkit-animation-name: zoomInLeftLarge;
	-moz-animation-name: zoomInLeftLarge;
	-ms-animation-name: zoomInLeftLarge;
	-o-animation-name: zoomInLeftLarge;
	animation-name: zoomInLeftLarge;
}
@-webkit-keyframes zoomInRightLarge {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateX(1000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateX(0);
	}
}
@-moz-keyframes zoomInRightLarge {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateX(1000px);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateX(0);
	}
}
@-ms-keyframes zoomInRightLarge {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateX(1000px);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateX(0);
	}
}
@-o-keyframes zoomInRightLarge {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateX(1000px);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateX(0);
	}
}
@keyframes zoomInRightLarge {
	0% {
		opacity: 0;
		transform: scale(0) translateX(1000px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateX(0);
	}
}
.animate.zoomInRightLarge {
	-webkit-animation-name: zoomInRightLarge;
	-moz-animation-name: zoomInRightLarge;
	-ms-animation-name: zoomInRightLarge;
	-o-animation-name: zoomInRightLarge;
	animation-name: zoomInRightLarge;
}
@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0);
	}
}
@-moz-keyframes zoomOut {
	0% {
		opacity: 1;
		-moz-transform: scale(1);
	}
	100% {
		opacity: 0;
		-moz-transform: scale(0);
	}
}
@-ms-keyframes zoomOut {
	0% {
		opacity: 1;
		-ms-transform: scale(1);
	}
	100% {
		opacity: 0;
		-ms-transform: scale(0);
	}
}
@-o-keyframes zoomOut {
	0% {
		opacity: 1;
		-o-transform: scale(1);
	}
	100% {
		opacity: 0;
		-o-transform: scale(0);
	}
}
@keyframes zoomOut {
	0% {
		opacity: 1;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(0);
	}
}
.animate.zoomOut {
	-webkit-animation-name: zoomOut;
	-moz-animation-name: zoomOut;
	-ms-animation-name: zoomOut;
	-o-animation-name: zoomOut;
	animation-name: zoomOut;
}
@-webkit-keyframes zoomOutUp {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0) translateY(-200px);
	}
}
@-moz-keyframes zoomOutUp {
	0% {
		opacity: 1;
		-moz-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-moz-transform: scale(0) translateY(-200px);
	}
}
@-ms-keyframes zoomOutUp {
	0% {
		opacity: 1;
		-ms-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-ms-transform: scale(0) translateY(-200px);
	}
}
@-o-keyframes zoomOutUp {
	0% {
		opacity: 1;
		-o-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-o-transform: scale(0) translateY(-200px);
	}
}
@keyframes zoomOutUp {
	0% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		transform: scale(0) translateY(-200px);
	}
}
.animate.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	-moz-animation-name: zoomOutUp;
	-ms-animation-name: zoomOutUp;
	-o-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}
@-webkit-keyframes zoomOutDown {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0) translateY(200px);
	}
}
@-moz-keyframes zoomOutDown {
	0% {
		opacity: 1;
		-moz-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-moz-transform: scale(0) translateY(200px);
	}
}
@-ms-keyframes zoomOutDown {
	0% {
		opacity: 1;
		-ms-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-ms-transform: scale(0) translateY(200px);
	}
}
@-o-keyframes zoomOutDown {
	0% {
		opacity: 1;
		-o-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-o-transform: scale(0) translateY(200px);
	}
}
@keyframes zoomOutDown {
	0% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		transform: scale(0) translateY(200px);
	}
}
.animate.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	-moz-animation-name: zoomOutDown;
	-ms-animation-name: zoomOutDown;
	-o-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateX(-200px);
	}
}
@-moz-keyframes zoomOutLeft {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateX(-200px);
	}
}
@-ms-keyframes zoomOutLeft {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateX(-200px);
	}
}
@-o-keyframes zoomOutLeft {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateX(-200px);
	}
}
@keyframes zoomOutLeft {
	0% {
		opacity: 0;
		transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateX(-200px);
	}
}
.animate.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	-moz-animation-name: zoomOutLeft;
	-ms-animation-name: zoomOutLeft;
	-o-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateX(200px);
	}
}
@-moz-keyframes zoomOutRight {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateX(200px);
	}
}
@-ms-keyframes zoomOutRight {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateX(200px);
	}
}
@-o-keyframes zoomOutRight {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateX(200px);
	}
}
@keyframes zoomOutRight {
	0% {
		opacity: 0;
		transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateX(200px);
	}
}
.animate.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	-moz-animation-name: zoomOutRight;
	-ms-animation-name: zoomOutRight;
	-o-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUpLarge {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0) translateY(-1000px);
	}
}
@-moz-keyframes zoomOutUpLarge {
	0% {
		opacity: 1;
		-moz-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-moz-transform: scale(0) translateY(-1000px);
	}
}
@-ms-keyframes zoomOutUpLarge {
	0% {
		opacity: 1;
		-ms-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-ms-transform: scale(0) translateY(-1000px);
	}
}
@-o-keyframes zoomOutUpLarge {
	0% {
		opacity: 1;
		-o-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-o-transform: scale(0) translateY(-1000px);
	}
}
@keyframes zoomOutUpLarge {
	0% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		transform: scale(0) translateY(-1000px);
	}
}
.animate.zoomOutUpLarge {
	-webkit-animation-name: zoomOutUpLarge;
	-moz-animation-name: zoomOutUpLarge;
	-ms-animation-name: zoomOutUpLarge;
	-o-animation-name: zoomOutUpLarge;
	animation-name: zoomOutUpLarge;
}
@-webkit-keyframes zoomOutDownLarge {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0) translateY(1000px);
	}
}
@-moz-keyframes zoomOutDownLarge {
	0% {
		opacity: 1;
		-moz-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-moz-transform: scale(0) translateY(1000px);
	}
}
@-ms-keyframes zoomOutDownLarge {
	0% {
		opacity: 1;
		-ms-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-ms-transform: scale(0) translateY(1000px);
	}
}
@-o-keyframes zoomOutDownLarge {
	0% {
		opacity: 1;
		-o-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-o-transform: scale(0) translateY(1000px);
	}
}
@keyframes zoomOutDownLarge {
	0% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		transform: scale(0) translateY(1000px);
	}
}
.animate.zoomOutDownLarge {
	-webkit-animation-name: zoomOutDownLarge;
	-moz-animation-name: zoomOutDownLarge;
	-ms-animation-name: zoomOutDownLarge;
	-o-animation-name: zoomOutDownLarge;
	animation-name: zoomOutDownLarge;
}
@-webkit-keyframes zoomOutLeftLarge {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateX(-1000px);
	}
}
@-moz-keyframes zoomOutLeftLarge {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateX(-1000px);
	}
}
@-ms-keyframes zoomOutLeftLarge {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateX(-1000px);
	}
}
@-o-keyframes zoomOutLeftLarge {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateX(-1000px);
	}
}
@keyframes zoomOutLeftLarge {
	0% {
		opacity: 0;
		transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateX(-1000px);
	}
}
.animate.zoomOutLeftLarge {
	-webkit-animation-name: zoomOutLeftLarge;
	-moz-animation-name: zoomOutLeftLarge;
	-ms-animation-name: zoomOutLeftLarge;
	-o-animation-name: zoomOutLeftLarge;
	animation-name: zoomOutLeftLarge;
}
@-webkit-keyframes zoomOutRightLarge {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateX(1000px);
	}
}
@-moz-keyframes zoomOutRightLarge {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateX(1000px);
	}
}
@-ms-keyframes zoomOutRightLarge {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateX(1000px);
	}
}
@-o-keyframes zoomOutRightLarge {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateX(1000px);
	}
}
@keyframes zoomOutRightLarge {
	0% {
		opacity: 0;
		transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateX(1000px);
	}
}
.animate.zoomOutRightLarge {
	-webkit-animation-name: zoomOutRightLarge;
	-moz-animation-name: zoomOutRightLarge;
	-ms-animation-name: zoomOutRightLarge;
	-o-animation-name: zoomOutRightLarge;
	animation-name: zoomOutRightLarge;
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
	}
	70% {
		opacity: 1;
		-webkit-transform: scale(.9);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(0);
	}
	50% {
		opacity: 1;
		-moz-transform: scale(1.1);
	}
	70% {
		opacity: 1;
		-moz-transform: scale(.9);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}
@-ms-keyframes bounceIn {
	0% {
		opacity: 0;
		-ms-transform: scale(0);
	}
	50% {
		opacity: 1;
		-ms-transform: scale(1.1);
	}
	70% {
		opacity: 1;
		-ms-transform: scale(.9);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1);
	}
}
@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(0);
	}
	50% {
		opacity: 1;
		-o-transform: scale(1.1);
	}
	70% {
		opacity: 1;
		-o-transform: scale(.9);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
}
@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	50% {
		opacity: 1;
		transform: scale(1.1);
	}
	70% {
		opacity: 1;
		transform: scale(.9);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.animate.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-ms-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateY(200px);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.1) translateY(-40px);
	}
	80% {
		opacity: 1;
		-webkit-transform: scale(.9) translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(0);
	}
}
@-moz-keyframes bounceInUp {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateY(200px);
	}
	60% {
		opacity: 1;
		-moz-transform: scale(1.1) translateY(-40px);
	}
	80% {
		opacity: 1;
		-moz-transform: scale(.9) translateY(20px);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateY(0);
	}
}
@-ms-keyframes bounceInUp {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateY(200px);
	}
	60% {
		opacity: 1;
		-ms-transform: scale(1.1) translateY(-40px);
	}
	80% {
		opacity: 1;
		-ms-transform: scale(.9) translateY(20px);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateY(0);
	}
}
@-o-keyframes bounceInUp {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateY(200px);
	}
	60% {
		opacity: 1;
		-o-transform: scale(1.1) translateY(-40px);
	}
	80% {
		opacity: 1;
		-o-transform: scale(.9) translateY(20px);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateY(0);
	}
}
@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: scale(0) translateY(200px);
	}
	60% {
		opacity: 1;
		transform: scale(1.1) translateY(-40px);
	}
	80% {
		opacity: 1;
		transform: scale(.9) translateY(20px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}
.animate.bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-ms-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateY(-200px);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.1) translateY(40px);
	}
	80% {
		opacity: 1;
		-webkit-transform: scale(.9) translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(0);
	}
}
@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateY(-200px);
	}
	60% {
		opacity: 1;
		-moz-transform: scale(1.1) translateY(40px);
	}
	80% {
		opacity: 1;
		-moz-transform: scale(.9) translateY(-20px);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateY(0);
	}
}
@-ms-keyframes bounceInDown {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateY(-200px);
	}
	60% {
		opacity: 1;
		-ms-transform: scale(1.1) translateY(40px);
	}
	80% {
		opacity: 1;
		-ms-transform: scale(.9) translateY(-20px);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateY(0);
	}
}
@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateY(-200px);
	}
	60% {
		opacity: 1;
		-o-transform: scale(1.1) translateY(40px);
	}
	80% {
		opacity: 1;
		-o-transform: scale(.9) translateY(-20px);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateY(0);
	}
}
@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: scale(0) translateY(-200px);
	}
	60% {
		opacity: 1;
		transform: scale(1.1) translateY(40px);
	}
	80% {
		opacity: 1;
		transform: scale(.9) translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}
.animate.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-ms-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateX(-200px);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.1) translateX(40px);
	}
	80% {
		opacity: 1;
		-webkit-transform: scale(.9) translateX(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateX(0);
	}
}
@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateX(-200px);
	}
	60% {
		opacity: 1;
		-moz-transform: scale(1.1) translateX(40px);
	}
	80% {
		opacity: 1;
		-moz-transform: scale(.9) translateX(-20px);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateX(0);
	}
}
@-ms-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateX(-200px);
	}
	60% {
		opacity: 1;
		-ms-transform: scale(1.1) translateX(40px);
	}
	80% {
		opacity: 1;
		-ms-transform: scale(.9) translateX(-20px);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateX(0);
	}
}
@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateX(-200px);
	}
	60% {
		opacity: 1;
		-o-transform: scale(1.1) translateX(40px);
	}
	80% {
		opacity: 1;
		-o-transform: scale(.9) translateX(-20px);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateX(0);
	}
}
@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: scale(0) translateX(-200px);
	}
	60% {
		opacity: 1;
		transform: scale(1.1) translateX(40px);
	}
	80% {
		opacity: 1;
		transform: scale(.9) translateX(-20px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateX(0);
	}
}
.animate.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-ms-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateX(200px);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.1) translateX(-40px);
	}
	80% {
		opacity: 1;
		-webkit-transform: scale(.9) translateX(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateX(0);
	}
}
@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateX(200px);
	}
	60% {
		opacity: 1;
		-moz-transform: scale(1.1) translateX(-40px);
	}
	80% {
		opacity: 1;
		-moz-transform: scale(.9) translateX(20px);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateX(0);
	}
}
@-ms-keyframes bounceInRight {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateX(200px);
	}
	60% {
		opacity: 1;
		-ms-transform: scale(1.1) translateX(-40px);
	}
	80% {
		opacity: 1;
		-ms-transform: scale(.9) translateX(20px);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateX(0);
	}
}
@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateX(200px);
	}
	60% {
		opacity: 1;
		-o-transform: scale(1.1) translateX(-40px);
	}
	80% {
		opacity: 1;
		-o-transform: scale(.9) translateX(20px);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateX(0);
	}
}
@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: scale(0) translateX(200px);
	}
	60% {
		opacity: 1;
		transform: scale(1.1) translateX(-40px);
	}
	80% {
		opacity: 1;
		transform: scale(.9) translateX(20px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateX(0);
	}
}
.animate.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-ms-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
	30% {
		opacity: 1;
		-webkit-transform: scale(1.1);
	}
	50% {
		opacity: 0;
		-webkit-transform: scale(.9);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0);
	}
}
@-moz-keyframes bounceOut {
	0% {
		opacity: 1;
		-moz-transform: scale(1);
	}
	30% {
		opacity: 1;
		-moz-transform: scale(1.1);
	}
	50% {
		opacity: 0;
		-moz-transform: scale(.9);
	}
	100% {
		opacity: 0;
		-moz-transform: scale(0);
	}
}
@-ms-keyframes bounceOut {
	0% {
		opacity: 1;
		-ms-transform: scale(1);
	}
	30% {
		opacity: 1;
		-ms-transform: scale(1.1);
	}
	50% {
		opacity: 0;
		-ms-transform: scale(.9);
	}
	100% {
		opacity: 0;
		-ms-transform: scale(0);
	}
}
@-o-keyframes bounceOut {
	0% {
		opacity: 1;
		-o-transform: scale(1);
	}
	30% {
		opacity: 1;
		-o-transform: scale(1.1);
	}
	50% {
		opacity: 0;
		-o-transform: scale(.9);
	}
	100% {
		opacity: 0;
		-o-transform: scale(0);
	}
}
@keyframes bounceOut {
	0% {
		opacity: 1;
		transform: scale(1);
	}
	30% {
		opacity: 1;
		transform: scale(1.1);
	}
	50% {
		opacity: 0;
		transform: scale(.9);
	}
	100% {
		opacity: 0;
		transform: scale(0);
	}
}
.animate.bounceOut {
	-webkit-animation-name: bounceOut;
	-moz-animation-name: bounceOut;
	-ms-animation-name: bounceOut;
	-o-animation-name: bounceOut;
	animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(40px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-200px);
	}
}
@-moz-keyframes bounceOutUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	20% {
		opacity: 1;
		-moz-transform: translateY(40px);
	}
	100% {
		opacity: 0;
		-moz-transform: translateY(-200px);
	}
}
@-ms-keyframes bounceOutUp {
	0% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
	20% {
		opacity: 1;
		-ms-transform: translateY(40px);
	}
	100% {
		opacity: 0;
		-ms-transform: translateY(-200px);
	}
}
@-o-keyframes bounceOutUp {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	20% {
		opacity: 1;
		-o-transform: translateY(40px);
	}
	100% {
		opacity: 0;
		-o-transform: translateY(-200px);
	}
}
@keyframes bounceOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		transform: translateY(40px);
	}
	100% {
		opacity: 0;
		transform: translateY(-200px);
	}
}
.animate.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	-moz-animation-name: bounceOutUp;
	-ms-animation-name: bounceOutUp;
	-o-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(-40px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(200px);
	}
}
@-moz-keyframes bounceOutDown {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	20% {
		opacity: 1;
		-moz-transform: translateY(-40px);
	}
	100% {
		opacity: 0;
		-moz-transform: translateY(200px);
	}
}
@-ms-keyframes bounceOutDown {
	0% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
	20% {
		opacity: 1;
		-ms-transform: translateY(-40px);
	}
	100% {
		opacity: 0;
		-ms-transform: translateY(200px);
	}
}
@-o-keyframes bounceOutDown {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	20% {
		opacity: 1;
		-o-transform: translateY(-40px);
	}
	100% {
		opacity: 0;
		-o-transform: translateY(200px);
	}
}
@keyframes bounceOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		transform: translateY(-40px);
	}
	100% {
		opacity: 0;
		transform: translateY(200px);
	}
}
.animate.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	-moz-animation-name: bounceOutDown;
	-ms-animation-name: bounceOutDown;
	-o-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(40px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-200px);
	}
}
@-moz-keyframes bounceOutLeft {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	20% {
		opacity: 1;
		-moz-transform: translateX(40px);
	}
	100% {
		opacity: 0;
		-moz-transform: translateX(-200px);
	}
}
@-ms-keyframes bounceOutLeft {
	0% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
	20% {
		opacity: 1;
		-ms-transform: translateX(40px);
	}
	100% {
		opacity: 0;
		-ms-transform: translateX(-200px);
	}
}
@-o-keyframes bounceOutLeft {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	20% {
		opacity: 1;
		-o-transform: translateX(40px);
	}
	100% {
		opacity: 0;
		-o-transform: translateX(-200px);
	}
}
@keyframes bounceOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		transform: translateX(40px);
	}
	100% {
		opacity: 0;
		transform: translateX(-200px);
	}
}
.animate.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	-moz-animation-name: bounceOutLeft;
	-ms-animation-name: bounceOutLeft;
	-o-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(-40px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(200px);
	}
}
@-moz-keyframes bounceOutRight {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	20% {
		opacity: 1;
		-moz-transform: translateX(-40px);
	}
	100% {
		opacity: 0;
		-moz-transform: translateX(200px);
	}
}
@-ms-keyframes bounceOutRight {
	0% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
	20% {
		opacity: 1;
		-ms-transform: translateX(-40px);
	}
	100% {
		opacity: 0;
		-ms-transform: translateX(200px);
	}
}
@-o-keyframes bounceOutRight {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	20% {
		opacity: 1;
		-o-transform: translateX(-40px);
	}
	100% {
		opacity: 0;
		-o-transform: translateX(200px);
	}
}
@keyframes bounceOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		transform: translateX(-40px);
	}
	100% {
		opacity: 0;
		transform: translateX(200px);
	}
}
.animate.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	-moz-animation-name: bounceOutRight;
	-ms-animation-name: bounceOutRight;
	-o-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}
@-webkit-keyframes flash {
	0%, 100%, 50% {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}
@-moz-keyframes flash {
	0%, 100%, 50% {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}
@-ms-keyframes flash {
	0%, 100%, 50% {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}
@-o-keyframes flash {
	0%, 100%, 50% {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}
@keyframes flash {
	0%, 100%, 50% {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}
.hover-flash:hover, .trigger.flash {
	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	-ms-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
}
@-webkit-keyframes strobe {
	0%, 100%, 20%, 40%, 60%, 80% {
		opacity: 1;
	}
	10%, 30%, 50%, 70%, 90% {
		opacity: 0;
	}
}
@-moz-keyframes strobe {
	0%, 100%, 20%, 40%, 60%, 80% {
		opacity: 1;
	}
	10%, 30%, 50%, 70%, 90% {
		opacity: 0;
	}
}
@-ms-keyframes strobe {
	0%, 100%, 20%, 40%, 60%, 80% {
		opacity: 1;
	}
	10%, 30%, 50%, 70%, 90% {
		opacity: 0;
	}
}
@-o-keyframes strobe {
	0%, 100%, 20%, 40%, 60%, 80% {
		opacity: 1;
	}
	10%, 30%, 50%, 70%, 90% {
		opacity: 0;
	}
}
@keyframes strobe {
	0%, 100%, 20%, 40%, 60%, 80% {
		opacity: 1;
	}
	10%, 30%, 50%, 70%, 90% {
		opacity: 0;
	}
}
.hover-strobe:hover, .trigger.strobe {
	-webkit-animation-name: strobe;
	-moz-animation-name: strobe;
	-ms-animation-name: strobe;
	-o-animation-name: strobe;
	animation-name: strobe;
}
@-webkit-keyframes shakeH {
	0%, 100% {
		-webkit-transform: translateX(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateX(-10px);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translateX(10px);
	}
}
@-moz-keyframes shakeH {
	0%, 100% {
		-moz-transform: translateX(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-moz-transform: translateX(-10px);
	}
	20%, 40%, 60%, 80% {
		-moz-transform: translateX(10px);
	}
}
@-ms-keyframes shakeH {
	0%, 100% {
		-ms-transform: translateX(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-ms-transform: translateX(-10px);
	}
	20%, 40%, 60%, 80% {
		-ms-transform: translateX(10px);
	}
}
@-o-keyframes shakeH {
	0%, 100% {
		-o-transform: translateX(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-o-transform: translateX(-10px);
	}
	20%, 40%, 60%, 80% {
		-o-transform: translateX(10px);
	}
}
@keyframes shakeH {
	0%, 100% {
		transform: translateX(0);
	}
	10%, 30%, 50%, 70%, 90% {
		transform: translateX(-10px);
	}
	20%, 40%, 60%, 80% {
		transform: translateX(10px);
	}
}
.hover-shakeH:hover, .trigger.shakeH {
	-webkit-animation-name: shakeH;
	-moz-animation-name: shakeH;
	-ms-animation-name: shakeH;
	-o-animation-name: shakeH;
	animation-name: shakeH;
}
@-webkit-keyframes shakeV {
	0%, 100% {
		-webkit-transform: translateY(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateY(-10px);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translateY(10px);
	}
}
@-moz-keyframes shakeV {
	0%, 100% {
		-moz-transform: translateY(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-moz-transform: translateY(-10px);
	}
	20%, 40%, 60%, 80% {
		-moz-transform: translateY(10px);
	}
}
@-ms-keyframes shakeV {
	0%, 100% {
		-ms-transform: translateY(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-ms-transform: translateY(-10px);
	}
	20%, 40%, 60%, 80% {
		-ms-transform: translateY(10px);
	}
}
@-o-keyframes shakeV {
	0%, 100% {
		-o-transform: translateY(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-o-transform: translateY(-10px);
	}
	20%, 40%, 60%, 80% {
		-o-transform: translateY(10px);
	}
}
@keyframes shakeV {
	0%, 100% {
		transform: translateY(0);
	}
	10%, 30%, 50%, 70%, 90% {
		transform: translateY(-10px);
	}
	20%, 40%, 60%, 80% {
		transform: translateY(10px);
	}
}
.hover-shakeV:hover, .trigger.shakeV {
	-webkit-animation-name: shakeV;
	-moz-animation-name: shakeV;
	-ms-animation-name: shakeV;
	-o-animation-name: shakeV;
	animation-name: shakeV;
}
@-webkit-keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
	}
}
@-moz-keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-moz-transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
	}
}
@-ms-keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-ms-transform: translateY(0);
	}
	40% {
		-ms-transform: translateY(-30px);
	}
	60% {
		-ms-transform: translateY(-15px);
	}
}
@-o-keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-o-transform: translateY(0);
	}
	40% {
		-o-transform: translateY(-30px);
	}
	60% {
		-o-transform: translateY(-15px);
	}
}
@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
}
.hover-bounce:hover, .trigger.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-ms-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
@-webkit-keyframes tada {
	0%, 100% {
		-webkit-transform: scale(1) rotate(0);
	}
	10%, 20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale(1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
	}
}
@-moz-keyframes tada {
	0%, 100% {
		-moz-transform: scale(1) rotate(0);
	}
	10%, 20% {
		-moz-transform: scale(0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		-moz-transform: scale(1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		-moz-transform: scale(1.1) rotate(-3deg);
	}
}
@-ms-keyframes tada {
	0%, 100% {
		-ms-transform: scale(1) rotate(0);
	}
	10%, 20% {
		-ms-transform: scale(0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		-ms-transform: scale(1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		-ms-transform: scale(1.1) rotate(-3deg);
	}
}
@-o-keyframes tada {
	0%, 100% {
		-o-transform: scale(1) rotate(0);
	}
	10%, 20% {
		-o-transform: scale(0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		-o-transform: scale(1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		-o-transform: scale(1.1) rotate(-3deg);
	}
}
@keyframes tada {
	0%, 100% {
		transform: scale(1) rotate(0);
	}
	10%, 20% {
		transform: scale(0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		transform: scale(1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		transform: scale(1.1) rotate(-3deg);
	}
}
.hover-tada:hover, .trigger.tada {
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	-ms-animation-name: tada;
	-o-animation-name: tada;
	animation-name: tada;
}
@-webkit-keyframes wave {
	20% {
		-webkit-transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	}
}
@-moz-keyframes wave {
	20% {
		-moz-transform: rotate(15deg);
	}
	40% {
		-moz-transform: rotate(-10deg);
	}
	60% {
		-moz-transform: rotate(5deg);
	}
	80% {
		-moz-transform: rotate(-5deg);
	}
	100% {
		-moz-transform: rotate(0deg);
	}
}
@-ms-keyframes wave {
	20% {
		-ms-transform: rotate(15deg);
	}
	40% {
		-ms-transform: rotate(-10deg);
	}
	60% {
		-ms-transform: rotate(5deg);
	}
	80% {
		-ms-transform: rotate(-5deg);
	}
	100% {
		-ms-transform: rotate(0deg);
	}
}
@-o-keyframes wave {
	20% {
		-o-transform: rotate(15deg);
	}
	40% {
		-o-transform: rotate(-10deg);
	}
	60% {
		-o-transform: rotate(5deg);
	}
	80% {
		-o-transform: rotate(-5deg);
	}
	100% {
		-o-transform: rotate(0deg);
	}
}
@keyframes wave {
	20% {
		transform: rotate(15deg);
	}
	40% {
		transform: rotate(-10deg);
	}
	60% {
		transform: rotate(5deg);
	}
	80% {
		transform: rotate(-5deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
.hover-wave:hover {
	-webkit-animation-name: wave;
	-moz-animation-name: wave;
	-ms-animation-name: wave;
	-o-animation-name: wave;
	animation-name: wave;
}
@-webkit-keyframes spinCW {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes spinCW {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}
@-ms-keyframes spinCW {
	0% {
		-ms-transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
	}
}
@-o-keyframes spinCW {
	0% {
		-o-transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(360deg);
	}
}
@keyframes spinCW {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.hover-spinCW:hover, .trigger.spinCW {
	-webkit-animation-name: spinCW;
	-moz-animation-name: spinCW;
	-ms-animation-name: spinCW;
	-o-animation-name: spinCW;
	animation-name: spinCW;
}
@-webkit-keyframes spinCCW {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
	}
}
@-moz-keyframes spinCCW {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(-360deg);
	}
}
@-ms-keyframes spinCCW {
	0% {
		-ms-transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(-360deg);
	}
}
@-o-keyframes spinCCW {
	0% {
		-o-transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(-360deg);
	}
}
@keyframes spinCCW {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}
.hover-spinCCW:hover, .trigger.spinCCW {
	-webkit-animation-name: spinCCW;
	-moz-animation-name: spinCCW;
	-ms-animation-name: spinCCW;
	-o-animation-name: spinCCW;
	animation-name: spinCCW;
}
@-webkit-keyframes slingshotCW {
	0% {
		-webkit-transform: rotate(0deg);
	}
	20%, 30% {
		-webkit-transform: rotate(-45deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes slingshotCW {
	0% {
		-moz-transform: rotate(0deg);
	}
	20%, 30% {
		-moz-transform: rotate(-45deg);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}
@-ms-keyframes slingshotCW {
	0% {
		-ms-transform: rotate(0deg);
	}
	20%, 30% {
		-ms-transform: rotate(-45deg);
	}
	100% {
		-ms-transform: rotate(360deg);
	}
}
@-o-keyframes slingshotCW {
	0% {
		-o-transform: rotate(0deg);
	}
	20%, 30% {
		-o-transform: rotate(-45deg);
	}
	100% {
		-o-transform: rotate(360deg);
	}
}
@keyframes slingshotCW {
	0% {
		transform: rotate(0deg);
	}
	20%, 30% {
		transform: rotate(-45deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.hover-slingshotCW:hover, .trigger.slingshotCW {
	-webkit-animation-name: slingshotCW;
	-moz-animation-name: slingshotCW;
	-ms-animation-name: slingshotCW;
	-o-animation-name: slingshotCW;
	animation-name: slingshotCW;
}
@-webkit-keyframes slingshotCCW {
	0% {
		-webkit-transform: rotate(0deg);
	}
	20%, 30% {
		-webkit-transform: rotate(45deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
	}
}
@-moz-keyframes slingshotCCW {
	0% {
		-moz-transform: rotate(0deg);
	}
	20%, 30% {
		-moz-transform: rotate(45deg);
	}
	100% {
		-moz-transform: rotate(-360deg);
	}
}
@-ms-keyframes slingshotCCW {
	0% {
		-ms-transform: rotate(0deg);
	}
	20%, 30% {
		-ms-transform: rotate(45deg);
	}
	100% {
		-ms-transform: rotate(-360deg);
	}
}
@-o-keyframes slingshotCCW {
	0% {
		-o-transform: rotate(0deg);
	}
	20%, 30% {
		-o-transform: rotate(45deg);
	}
	100% {
		-o-transform: rotate(-360deg);
	}
}
@keyframes slingshotCCW {
	0% {
		transform: rotate(0deg);
	}
	20%, 30% {
		transform: rotate(45deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}
.hover-slingshotCCW:hover, .trigger.slingshotCCW {
	-webkit-animation-name: slingshotCCW;
	-moz-animation-name: slingshotCCW;
	-ms-animation-name: slingshotCCW;
	-o-animation-name: slingshotCCW;
	animation-name: slingshotCCW;
}
@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateX(0px);
	}
	15% {
		-webkit-transform: translateX(-25px) rotate(-5deg);
	}
	30% {
		-webkit-transform: translateX(20px) rotate(3deg);
	}
	45% {
		-webkit-transform: translateX(-15px) rotate(-3deg);
	}
	60% {
		-webkit-transform: translateX(10px) rotate(2deg);
	}
	75% {
		-webkit-transform: translateX(-5px) rotate(-1deg);
	}
	100% {
		-webkit-transform: translateX(0px);
	}
}
@-moz-keyframes wobble {
	0% {
		-moz-transform: translateX(0px);
	}
	15% {
		-moz-transform: translateX(-25px) rotate(-5deg);
	}
	30% {
		-moz-transform: translateX(20px) rotate(3deg);
	}
	45% {
		-moz-transform: translateX(-15px) rotate(-3deg);
	}
	60% {
		-moz-transform: translateX(10px) rotate(2deg);
	}
	75% {
		-moz-transform: translateX(-5px) rotate(-1deg);
	}
	100% {
		-moz-transform: translateX(0px);
	}
}
@-ms-keyframes wobble {
	0% {
		-ms-transform: translateX(0px);
	}
	15% {
		-ms-transform: translateX(-25px) rotate(-5deg);
	}
	30% {
		-ms-transform: translateX(20px) rotate(3deg);
	}
	45% {
		-ms-transform: translateX(-15px) rotate(-3deg);
	}
	60% {
		-ms-transform: translateX(10px) rotate(2deg);
	}
	75% {
		-ms-transform: translateX(-5px) rotate(-1deg);
	}
	100% {
		-ms-transform: translateX(0px);
	}
}
@-o-keyframes wobble {
	0% {
		-o-transform: translateX(0px);
	}
	15% {
		-o-transform: translateX(-25px) rotate(-5deg);
	}
	30% {
		-o-transform: translateX(20px) rotate(3deg);
	}
	45% {
		-o-transform: translateX(-15px) rotate(-3deg);
	}
	60% {
		-o-transform: translateX(10px) rotate(2deg);
	}
	75% {
		-o-transform: translateX(-5px) rotate(-1deg);
	}
	100% {
		-o-transform: translateX(0px);
	}
}
@keyframes wobble {
	0% {
		transform: translateX(0px);
	}
	15% {
		transform: translateX(-25px) rotate(-5deg);
	}
	30% {
		transform: translateX(20px) rotate(3deg);
	}
	45% {
		transform: translateX(-15px) rotate(-3deg);
	}
	60% {
		transform: translateX(10px) rotate(2deg);
	}
	75% {
		transform: translateX(-5px) rotate(-1deg);
	}
	100% {
		transform: translateX(0px);
	}
}
.hover-wobble:hover, .trigger.wobble {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	-ms-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble;
}
@-webkit-keyframes pulse {
	0%, 100% {
		-webkit-transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
	}
}
@-moz-keyframes pulse {
	0%, 100% {
		-moz-transform: scale(1);
	}
	50% {
		-moz-transform: scale(1.1);
	}
}
@-ms-keyframes pulse {
	0%, 100% {
		-ms-transform: scale(1);
	}
	50% {
		-ms-transform: scale(1.1);
	}
}
@-o-keyframes pulse {
	0%, 100% {
		-o-transform: scale(1);
	}
	50% {
		-o-transform: scale(1.1);
	}
}
@keyframes pulse {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
}
.hover-pulse:hover, .trigger.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-ms-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes pulsate {
	0%, 100%, 50% {
		-webkit-transform: scale(1);
	}
	25%, 75% {
		-webkit-transform: scale(1.1);
	}
}
@-moz-keyframes pulsate {
	0%, 100%, 50% {
		-moz-transform: scale(1);
	}
	25%, 75% {
		-moz-transform: scale(1.1);
	}
}
@-ms-keyframes pulsate {
	0%, 100%, 50% {
		-ms-transform: scale(1);
	}
	25%, 75% {
		-ms-transform: scale(1.1);
	}
}
@-o-keyframes pulsate {
	0%, 100%, 50% {
		-o-transform: scale(1);
	}
	25%, 75% {
		-o-transform: scale(1.1);
	}
}
@keyframes pulsate {
	0%, 100%, 50% {
		transform: scale(1);
	}
	25%, 75% {
		transform: scale(1.1);
	}
}
.hover-pulsate:hover, .trigger.pulsate {
	-webkit-animation-name: pulsate;
	-moz-animation-name: pulsate;
	-ms-animation-name: pulsate;
	-o-animation-name: pulsate;
	animation-name: pulsate;
}
@-webkit-keyframes heartbeat {
	0%, 30%, 50%, 60%, 80% {
		-webkit-transform: scale(1);
	}
	40%, 70% {
		-webkit-transform: scale(1.1);
	}
}
@-moz-keyframes heartbeat {
	0%, 30%, 50%, 60%, 80% {
		-moz-transform: scale(1);
	}
	40%, 70% {
		-moz-transform: scale(1.1);
	}
}
@-ms-keyframes heartbeat {
	0%, 30%, 50%, 60%, 80% {
		-ms-transform: scale(1);
	}
	40%, 70% {
		-ms-transform: scale(1.1);
	}
}
@-o-keyframes heartbeat {
	0%, 30%, 50%, 60%, 80% {
		-o-transform: scale(1);
	}
	40%, 70% {
		-o-transform: scale(1.1);
	}
}
@keyframes heartbeat {
	0%, 30%, 50%, 60%, 80% {
		transform: scale(1);
	}
	40%, 70% {
		transform: scale(1.1);
	}
}
.hover-heartbeat:hover, .trigger.heartbeat {
	-webkit-animation-name: heartbeat;
	-moz-animation-name: heartbeat;
	-ms-animation-name: heartbeat;
	-o-animation-name: heartbeat;
	animation-name: heartbeat;
}
@-webkit-keyframes panic {
	0%, 100% {
		-webkit-transform: scale(1) rotate(0);
	}
	10%, 60% {
		-webkit-transform: scale(1.1) rotate(-3deg);
	}
	20%, 40% {
		-webkit-transform: scale(1) rotate(-3deg);
	}
	30% {
		-webkit-transform: scale(1.1) rotate(3deg);
	}
	50%, 70%, 90% {
		-webkit-transform: scale(1) rotate(3deg);
	}
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
	}
}
@-moz-keyframes panic {
	0%, 100% {
		-moz-transform: scale(1) rotate(0);
	}
	10%, 60% {
		-moz-transform: scale(1.1) rotate(-3deg);
	}
	20%, 40% {
		-moz-transform: scale(1) rotate(-3deg);
	}
	30% {
		-moz-transform: scale(1.1) rotate(3deg);
	}
	50%, 70%, 90% {
		-moz-transform: scale(1) rotate(3deg);
	}
	80% {
		-moz-transform: scale(1.1) rotate(-3deg);
	}
}
@-ms-keyframes panic {
	0%, 100% {
		-ms-transform: scale(1) rotate(0);
	}
	10%, 60% {
		-ms-transform: scale(1.1) rotate(-3deg);
	}
	20%, 40% {
		-ms-transform: scale(1) rotate(-3deg);
	}
	30% {
		-ms-transform: scale(1.1) rotate(3deg);
	}
	50%, 70%, 90% {
		-ms-transform: scale(1) rotate(3deg);
	}
	80% {
		-ms-transform: scale(1.1) rotate(-3deg);
	}
}
@-o-keyframes panic {
	0%, 100% {
		-o-transform: scale(1) rotate(0);
	}
	10%, 60% {
		-o-transform: scale(1.1) rotate(-3deg);
	}
	20%, 40% {
		-o-transform: scale(1) rotate(-3deg);
	}
	30% {
		-o-transform: scale(1.1) rotate(3deg);
	}
	50%, 70%, 90% {
		-o-transform: scale(1) rotate(3deg);
	}
	80% {
		-o-transform: scale(1.1) rotate(-3deg);
	}
}
@keyframes panic {
	0%, 100% {
		transform: scale(1) rotate(0);
	}
	10%, 60% {
		transform: scale(1.1) rotate(-3deg);
	}
	20%, 40% {
		transform: scale(1) rotate(-3deg);
	}
	30% {
		transform: scale(1.1) rotate(3deg);
	}
	50%, 70%, 90% {
		transform: scale(1) rotate(3deg);
	}
	80% {
		transform: scale(1.1) rotate(-3deg);
	}
}
.hover-panic:hover, .trigger.panic {
	-webkit-animation-name: panic;
	-moz-animation-name: panic;
	-ms-animation-name: panic;
	-o-animation-name: panic;
	animation-name: panic;
}
/*
|--------------------------------------------------------------------------
|  7.0 jQuery ui
|  
|--------------------------------------------------------------------------
|
| 
|
*/

/*
 * jQuery UI CSS Framework 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming
 */

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
	content: "";
	display: table;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	zoom: 1;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}
.ui-state-disabled {
	cursor: default !important;
}
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-accordion {
	width: 100%;
}
.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	margin-top: 1px;
	zoom: 1;
	border-style: solid;
	border-width: 1px;
}
.ui-accordion .ui-accordion-li-fix {
	display: inline;
}
.ui-accordion .ui-accordion-header-active {
	border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
	display: block;
	font-size: 13px;
	padding: .5em .5em .5em .7em;
}
.ui-accordion-icons .ui-accordion-header a {
	padding-left: 30px;
}
.ui-accordion .ui-accordion-header .ui-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	border-top: 0;
	margin-top: -2px;
	position: relative;
	top: 1px;
	margin-bottom: 2px;
	overflow: auto;
	display: none;
	zoom: 1;
	-webkit-border-radius: 0 0 6px 4px;
	border-radius: 0 0 6px 4px;
	border-style: solid;
	border-width: 1px;
	padding: 1em 2.2em;
}
.ui-accordion .ui-accordion-content-active {
	display: block;
	background: none;
}
.ui-accordion .ui-state-active {
	background: none !important;
	font-weight: 700;
	-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.00);
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.00);
	border-bottom: 0;
}
.ui-accordion .ui-icon {
	display: block;
}
.ui-accordion .ui-state-default {
	background: url(images/bg_widget_header.png) no-repeat 0 0;
}
.ui-accordion .ui-state-hover {
	background: url(images/bg_widget_header_active.png) no-repeat 0 0;
}
.ui-tabs {
	position: relative;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 15px;
	background: none !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	border-style: solid;
	border-width: 1px;
}
.ui-tabs .ui-tabs-nav {
	display: block;
	background-image: url(../images/bg_panel.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-style: solid;
	border-width: 0 0 1px;
	margin: 0;
	padding: 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	white-space: nowrap;
	border-style: solid;
	border-width: 0 1px 0 0;
	margin: 0;
	padding: 0;
}
.ui-tabs .ui-tabs-nav li a {
	text-decoration: none;
	display: block;
	font-size: 13px;
	font-weight: 700;
	padding: 14px 30px !important;
}
.ui-tabs .ui-tabs-nav li a i {
	margin-right: 4px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected:after, .ui-tabs .ui-tabs-nav li.ui-state-active:after {
	content: "";
	display: block;
	height: 5px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -5px;
	z-index: 1;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a, .ui-tabs .ui-tabs-nav li.ui-state-active a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after, .ui-tabs .ui-tabs-nav li.ui-state-disabled a:after, .ui-tabs .ui-tabs-nav li.ui-state-processing a:after, .ui-tabs .ui-tabs-nav li.ui-state-active a:after {
	content: "";
	display: block;
	height: 1px;
	width: 80%;
	position: absolute;
	left: 50%;
	margin-left: -40%;
	bottom: -1px;
	z-index: 2;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../images/box_shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-width: 0;
	padding: 15px 20px 20px !important;
	margin: 0;
	overflow: hidden;
}
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab.ui-tabs-panel {
	background-color: #fff;
}
.ui-tabs .ui-tabs-panel p:last-child {
	margin-bottom: 0;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget-content {
	background: #fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	border-style: solid;
	border-width: 1px;
}
.ui-widget-header {
	font-weight: 700;
	border-style: solid;
	border-width: 1px;
}
.ui-widget :active {
	outline: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
	font-weight: 700;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: 400;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_888888_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cd0a0a_256x240.png);
}
.ui-icon-carat-1-n {
	background-position: 0 0;
}
.ui-icon-carat-1-ne {
	background-position: -16px 0;
}
.ui-icon-carat-1-e {
	background-position: -32px 0;
}
.ui-icon-carat-1-se {
	background-position: -48px 0;
}
.ui-icon-carat-1-s {
	background-position: -64px 0;
}
.ui-icon-carat-1-sw {
	background-position: -80px 0;
}
.ui-icon-carat-1-w {
	background-position: -96px 0;
}
.ui-icon-carat-1-nw {
	background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}
.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}
.ui-icon-arrow-4 {
	background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}
.ui-icon-extlink {
	background-position: -32px -80px;
}
.ui-icon-newwin {
	background-position: -48px -80px;
}
.ui-icon-refresh {
	background-position: -64px -80px;
}
.ui-icon-shuffle {
	background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}
.ui-icon-folder-open {
	background-position: -16px -96px;
}
.ui-icon-document {
	background-position: -32px -96px;
}
.ui-icon-document-b {
	background-position: -48px -96px;
}
.ui-icon-note {
	background-position: -64px -96px;
}
.ui-icon-mail-closed {
	background-position: -80px -96px;
}
.ui-icon-mail-open {
	background-position: -96px -96px;
}
.ui-icon-suitcase {
	background-position: -112px -96px;
}
.ui-icon-comment {
	background-position: -128px -96px;
}
.ui-icon-person {
	background-position: -144px -96px;
}
.ui-icon-print {
	background-position: -160px -96px;
}
.ui-icon-trash {
	background-position: -176px -96px;
}
.ui-icon-locked {
	background-position: -192px -96px;
}
.ui-icon-unlocked {
	background-position: -208px -96px;
}
.ui-icon-bookmark {
	background-position: -224px -96px;
}
.ui-icon-tag {
	background-position: -240px -96px;
}
.ui-icon-home {
	background-position: 0 -112px;
}
.ui-icon-flag {
	background-position: -16px -112px;
}
.ui-icon-calendar {
	background-position: -32px -112px;
}
.ui-icon-cart {
	background-position: -48px -112px;
}
.ui-icon-pencil {
	background-position: -64px -112px;
}
.ui-icon-clock {
	background-position: -80px -112px;
}
.ui-icon-disk {
	background-position: -96px -112px;
}
.ui-icon-calculator {
	background-position: -112px -112px;
}
.ui-icon-zoomin {
	background-position: -128px -112px;
}
.ui-icon-zoomout {
	background-position: -144px -112px;
}
.ui-icon-search {
	background-position: -160px -112px;
}
.ui-icon-wrench {
	background-position: -176px -112px;
}
.ui-icon-gear {
	background-position: -192px -112px;
}
.ui-icon-heart {
	background-position: -208px -112px;
}
.ui-icon-star {
	background-position: -224px -112px;
}
.ui-icon-link {
	background-position: -240px -112px;
}
.ui-icon-cancel {
	background-position: 0 -128px;
}
.ui-icon-plus {
	background-position: -16px -128px;
}
.ui-icon-plusthick {
	background-position: -32px -128px;
}
.ui-icon-minus {
	background-position: -48px -128px;
}
.ui-icon-minusthick {
	background-position: -64px -128px;
}
.ui-icon-close {
	background-position: -80px -128px;
}
.ui-icon-closethick {
	background-position: -96px -128px;
}
.ui-icon-key {
	background-position: -112px -128px;
}
.ui-icon-lightbulb {
	background-position: -128px -128px;
}
.ui-icon-scissors {
	background-position: -144px -128px;
}
.ui-icon-clipboard {
	background-position: -160px -128px;
}
.ui-icon-copy {
	background-position: -176px -128px;
}
.ui-icon-contact {
	background-position: -192px -128px;
}
.ui-icon-image {
	background-position: -208px -128px;
}
.ui-icon-video {
	background-position: -224px -128px;
}
.ui-icon-script {
	background-position: -240px -128px;
}
.ui-icon-alert {
	background-position: 0 -144px;
}
.ui-icon-info {
	background-position: -16px -144px;
}
.ui-icon-notice {
	background-position: -32px -144px;
}
.ui-icon-help {
	background-position: -48px -144px;
}
.ui-icon-check {
	background-position: -64px -144px;
}
.ui-icon-bullet {
	background-position: -80px -144px;
}
.ui-icon-radio-off {
	background-position: -96px -144px;
}
.ui-icon-radio-on {
	background-position: -112px -144px;
}
.ui-icon-pin-w {
	background-position: -128px -144px;
}
.ui-icon-pin-s {
	background-position: -144px -144px;
}
.ui-icon-play {
	background-position: 0 -160px;
}
.ui-icon-pause {
	background-position: -16px -160px;
}
.ui-icon-seek-next {
	background-position: -32px -160px;
}
.ui-icon-seek-prev {
	background-position: -48px -160px;
}
.ui-icon-seek-end {
	background-position: -64px -160px;
}
.ui-icon-stop {
	background-position: -96px -160px;
}
.ui-icon-eject {
	background-position: -112px -160px;
}
.ui-icon-volume-off {
	background-position: -128px -160px;
}
.ui-icon-volume-on {
	background-position: -144px -160px;
}
.ui-icon-power {
	background-position: 0 -176px;
}
.ui-icon-signal-diag {
	background-position: -16px -176px;
}
.ui-icon-signal {
	background-position: -32px -176px;
}
.ui-icon-battery-0 {
	background-position: -48px -176px;
}
.ui-icon-battery-1 {
	background-position: -64px -176px;
}
.ui-icon-battery-2 {
	background-position: -80px -176px;
}
.ui-icon-battery-3 {
	background-position: -96px -176px;
}
.ui-icon-circle-plus {
	background-position: 0 -192px;
}
.ui-icon-circle-minus {
	background-position: -16px -192px;
}
.ui-icon-circle-close {
	background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}
.ui-icon-circle-check {
	background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-khtml-border-top-left-radius: 0;
	border-top-left-radius: 0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-khtml-border-top-right-radius: 0;
	border-top-right-radius: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-khtml-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	-khtml-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}
.ui-accordion-header.ui-corner-all {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.ui-tabs .ui-corner-top {
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-khtml-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-khtml-border-top-left-radius: 0;
	border-top-left-radius: 0;
}
.ui-widget-shadow {
	background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: -8px 0 0 -8px;
	padding: 8px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	font-weight: 400;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	text-decoration: none;
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-active .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-icon-seek-start, .ui-icon-seek-first {
	background-position: -80px -160px;
}
.wpb_tour .wpb_tabs_nav a {
	width: auto !important;
}
@media only screen and (min-width: 767px) {
	.tabs_vertical.ui-tabs {
		-webkit-border-radius: 0 !important;
		border-radius: 0 !important;
	}
	.tabs_vertical.ui-widget-content {
		border: 0;
	}
	.tabs_vertical.ui-tabs .ui-tabs-nav {
		width: 30%;
		float: left;
		background: none;
		-webkit-border-radius: 5px 0 0 5px !important;
		border-radius: 5px 0 0 5px !important;
		border-width: 1px 0 1px 1px;
	}
	.tabs_vertical.ui-tabs .ui-tabs-panel {
		width: 69.7%;
		float: left;
		min-height: 120px;
		-webkit-border-radius: 0 5px 5px 5px !important;
		border-radius: 0 5px 5px 5px !important;
		background-image: none;
		border: 1px solid rgba(0, 0, 0, .08) !important;
	}
	.tabs_vertical.ui-tabs .ui-tabs-nav li {
		float: none;
		width: 100%;
		white-space: normal;
		border-width: 0 0 1px;
	}
	.tabs_vertical.ui-tabs .ui-tabs-nav li:first-child a {
		-webkit-border-radius: 5px 0 0 0 !important;
		border-radius: 5px 0 0 0 !important;
	}
	.tabs_vertical.ui-tabs .ui-tabs-nav li:last-child {
		border-bottom: 0 !important;
	}
	.tabs_vertical.ui-tabs .ui-tabs-nav li a {
		float: none;
		line-height: 18px;
		height: auto;
		padding-left: 20px;
		padding-right: 20px;
		background-image: url(../images/bg_panel.png);
		background-repeat: repeat-x;
		background-position: left top;
	}
	.tabs_vertical.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-active a {
		background-image: none;
	}
	.tabs_vertical.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after, .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-disabled a:after, .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-processing a:after, .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-active a:after {
		display: none;
	}
	.tabs_vertical.ui-tabs .ui-tabs-nav li.ui-tabs-selected:after, .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-active:after {
		content: "";
		display: block;
		height: 100%;
		width: 1px;
		position: absolute;
		left: auto;
		right: -1px;
		top: 0;
		z-index: 1;
	}
}
/*
|--------------------------------------------------------------------------
|  8.0 jPlayer
|  
|--------------------------------------------------------------------------
|
| 
|
*/

div.jp-audio, div.jp-audio-stream, div.jp-video {
	background-color: #EEE;
	color: #666;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.25em;
	line-height: 1.6;
	position: relative;
}
div.jp-video-full {
	height: 270px;
	position: static !important;
	width: 100%;
}
div.jp-video-full div.jp-jplayer, div.jp-jplayer>video {
	height: 100% !important;
}
div.jp-video-full div div {
	z-index: 1000;
}
div.jp-video-full div.jp-jplayer {
	left: 0;
	overflow: hidden;
	position: fixed !important;
	top: 0;
}
div.jp-video-full div.jp-gui {
	height: 100%;
	left: 0;
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 1001;
}
div.jp-video-full div.jp-interface {
	bottom: 0;
	left: 0;
	position: absolute !important;
}
div.jp-interface {
	-moz-box-sizing: border-box;
	bottom: 0;
	position: absolute;
	width: 100%;
	height: 45px;
}
div.jp-controls-holder {
	clear: both;
	height: 0;
	overflow: hidden;
	top: -8px;
	width: 440px;
	margin: 0 auto;
}
div.jp-interface ul.jp-controls {
	list-style-type: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
div.jp-audio ul.jp-controls {
	width: 380px;
	padding: 20px 20px 0;
}
div.jp-audio-stream ul.jp-controls {
	width: 142px;
	padding: 20px 20px 0;
}
div.jp-video div.jp-type-single ul.jp-controls {
	margin-left: 200px;
	width: 78px;
}
div.jp-video div.jp-type-playlist ul.jp-controls {
	margin-left: 172px;
	width: 134px;
}
div.jp-interface ul.jp-controls a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
a.jp-play, a.jp-pause {
	height: 45px;
	width: 45px;
	background-color: rgba(0, 0, 0, .05);
}
a:hover.jp-play, a:hover.jp-pause {
	background-color: rgba(0, 0, 0, .1);
}
a.jp-play {
	background-image: url(images/jplayer.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	left: 0;
	position: absolute;
	top: 0;
}
a.jp-play:hover {
	background-image: url(images/jplayer.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.jp-pause {
	background-image: url(images/jplayer.png);
	background-repeat: no-repeat;
	background-position: -45px 0;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
}
a.jp-pause:hover {
	background-image: url(images/jplayer.png);
	background-repeat: no-repeat;
	background-position: -45px 0;
}
a.jp-stop, a.jp-previous, a.jp-next {
	height: 24px;
	width: 24px;
}
a.jp-stop {
	background: url(images/jplayer.png) no-repeat scroll -60px 0 rgba(0, 0, 0, 0);
	left: 60px;
	position: absolute;
	top: 23px;
	display: none !important;
}
a.jp-stop:hover {
	background: url(images/jplayer.png) no-repeat scroll -60px 0 rgba(0, 0, 0, 0);
}
a.jp-previous {
	background: url(images/jplayer.blue.monday.jpg) no-repeat scroll 0 -112px rgba(0, 0, 0, 0);
}
a.jp-previous:hover {
	background: url(images/jplayer.blue.monday.jpg) no-repeat scroll -29px -112px rgba(0, 0, 0, 0);
}
a.jp-next {
	background: url(images/jplayer.blue.monday.jpg) no-repeat scroll 0 -141px rgba(0, 0, 0, 0);
}
a.jp-next:hover {
	background: url(images/jplayer.blue.monday.jpg) no-repeat scroll -29px -141px rgba(0, 0, 0, 0);
}
div.jp-progress {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	overflow: hidden;
	margin: 0 108px 0 45px;
	height: 45px !important;
}
div.jp-audio div.jp-progress {
	height: 15px;
	position: absolute;
	top: 32px;
}
div.jp-video div.jp-progress {
	height: 4px;
	left: 0;
	top: 0;
}
div.jp-seek-bar {
	cursor: pointer;
	height: 100%;
	width: 0;
	background: none !important;
}
div.jp-play-bar {
	height: 100%;
	width: 0;
	background-color: rgba(255, 255, 255, .15);
}
div.jp-seeking-bg {
	background: url(images/jplayer.blue.monday.seeking.gif) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
a.jp-mute, a.jp-unmute, a.jp-volume-max {
	height: 10px;
	width: 10px;
}
div.jp-audio div.jp-type-single a.jp-mute, div.jp-audio div.jp-type-single a.jp-unmute {
	margin-left: 210px;
}
div.jp-audio div.jp-type-playlist a.jp-mute, div.jp-audio div.jp-type-playlist a.jp-unmute {
	margin-left: 154px;
}
div.jp-audio-stream div.jp-type-single a.jp-mute div.jp-audio-stream div.jp-type-single a.jp-unmute {
	margin-left: 10px;
}
div.jp-audio a.jp-volume-max, div.jp-audio-stream a.jp-volume-max {
	margin-left: 56px;
}
ul.jp-toggles li a.jp-repeat {
	display: none !important;
}
div.jp-video a.jp-mute, div.jp-video a.jp-unmute, div.jp-video a.jp-volume-max {
	margin-top: 0;
	position: absolute;
	top: 12px;
}
div.jp-video a.jp-mute, div.jp-video a.jp-unmute {
	right: 73px;
	top: 18px;
	z-index: 2;
}
div.jp-video a.jp-volume-max {
	display: none !important;
	left: 134px;
}
a.jp-unmute {
	background-image: url(images/jplayer.png);
	background-repeat: no-repeat;
	background-position: -235px 0;
	display: none;
}
a.jp-unmute:hover {
	background-image: url(images/jplayer.png);
	background-repeat: no-repeat;
	background-position: -235px 0;
}
a.jp-volume-max {
	background: url(images/jplayer.blue.monday.jpg) no-repeat scroll 0 -186px rgba(0, 0, 0, 0);
}
a.jp-volume-max:hover {
	background: url(images/jplayer.blue.monday.jpg) no-repeat scroll -19px -186px rgba(0, 0, 0, 0);
}
div.jp-volume-bar {
	background-image: url(images/jplayer.png);
	background-repeat: no-repeat;
	background-position: -110px 0;
	cursor: pointer;
	height: 45px;
	position: absolute;
	width: 25px;
}
div.jp-volume-bar:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	height: 45px;
	top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .05);
}
div.jp-audio div.jp-volume-bar {
	left: 330px;
	top: 37px;
}
div.jp-audio-stream div.jp-volume-bar {
	left: 92px;
	top: 37px;
}
div.jp-video div.jp-volume-bar {
	right: 45px;
	top: 0;
}
div.jp-volume-bar-value {
	background-image: url(images/jplayer.png);
	background-repeat: no-repeat;
	background-position: -155px 0;
	height: 45px;
	width: 0;
}
div.jp-audio div.jp-time-holder {
	position: absolute;
	top: 50px;
}
div.jp-current-time, div.jp-duration {
	font-size: .64em;
	font-style: oblique;
	width: 60px;
}
div.jp-duration {
	display: inline;
	float: right;
	text-align: right;
}
div.jp-video div.jp-current-time {
	display: none;
	margin-left: 20px;
}
div.jp-video div.jp-duration {
	display: none;
	margin-right: 20px;
}
div.jp-title {
	display: none;
	font-weight: 700;
	text-align: center;
}
div.jp-title, div.jp-playlist {
	background-color: #CCC;
	border-top: 1px solid #009BE3;
	width: 100%;
}
div.jp-type-single div.jp-title, div.jp-type-playlist div.jp-title, div.jp-type-single div.jp-playlist {
	border-top: medium none;
}
div.jp-title ul, div.jp-playlist ul {
	font-size: .72em;
	list-style-type: none;
	margin: 0;
	padding: 0 20px;
}
div.jp-title li {
	font-weight: 700;
	padding: 5px 0;
}
div.jp-playlist li {
	border-bottom: 1px solid #EEE;
	padding: 5px 0 4px 20px;
}
div.jp-playlist li div {
	display: inline;
}
div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom: medium none;
	padding: 5px 0 5px 20px;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-position: inside;
	list-style-type: square;
	padding-left: 7px;
}
div.jp-type-playlist div.jp-playlist a {
	color: #333;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
	color: #666;
	display: inline;
	float: right;
	font-weight: 700;
	margin-right: 10px;
	text-align: right;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
	display: inline;
	float: right;
	margin-right: 10px;
	text-align: right;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a {
	color: #666;
}
span.jp-artist {
	color: #666;
	font-size: .8em;
}
div.jp-video-play {
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	overflow: hidden;
	width: 100%;
}
div.jp-video-full div.jp-video-play {
	height: 100%;
}
a.jp-video-play-icon {
	background: url(images/jplayer.png) no-repeat scroll -280px 0 rgba(0, 0, 0, 0);
	display: block;
	height: 72px;
	left: 50%;
	margin-left: -36px;
	margin-top: -66px;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 72px;
}
div.jp-video-play:hover a.jp-video-play-icon {
	background: url(images/jplayer.png) no-repeat scroll -352px 0 rgba(0, 0, 0, 0);
}
div.jp-jplayer audio, div.jp-jplayer {
	height: 0;
	width: 0;
	overflow: hidden;
}
div.jp-jplayer {
	background-color: #000;
}
div.jp-jplayer>img {
	height: auto !important;
}
.image_frame:not(.no_link) .image_wrapper div.jp-jplayer>img {
	margin-bottom: 0 !important;
}
ul.jp-toggles {
	list-style-type: none;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
div.jp-audio .jp-type-single ul.jp-toggles {
	width: 25px;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
	left: 325px;
	position: absolute;
	top: 50px;
	width: 55px;
	margin: 0;
}
div.jp-video ul.jp-toggles {
	margin-top: 10px;
	width: 100px;
}
ul.jp-toggles li {
	display: block;
	float: right;
}
ul.jp-toggles li a {
	display: block;
	height: 45px;
	line-height: 100%;
	text-indent: -9999px;
	width: 45px;
}
a.jp-repeat {
	background: url(images/jplayer.blue.monday.jpg) no-repeat scroll 0 -290px rgba(0, 0, 0, 0);
}
a.jp-repeat:hover {
	background: url(images/jplayer.blue.monday.jpg) no-repeat scroll -30px -290px rgba(0, 0, 0, 0);
}
a.jp-repeat-off {
	background: url(images/jplayer.blue.monday.jpg) no-repeat scroll -60px -290px rgba(0, 0, 0, 0);
}
a.jp-repeat-off:hover {
	background: url(images/jplayer.blue.monday.jpg) no-repeat scroll -90px -290px rgba(0, 0, 0, 0);
}
a.jp-shuffle {
	background: url(images/jplayer.blue.monday.jpg) no-repeat scroll 0 -270px rgba(0, 0, 0, 0);
	margin-left: 5px;
}
a.jp-shuffle:hover {
	background: url(images/jplayer.blue.monday.jpg) no-repeat scroll -30px -270px rgba(0, 0, 0, 0);
}
a.jp-shuffle-off {
	background: url(images/jplayer.blue.monday.jpg) no-repeat scroll -60px -270px rgba(0, 0, 0, 0);
	margin-left: 5px;
}
a.jp-shuffle-off:hover {
	background: url(images/jplayer.blue.monday.jpg) no-repeat scroll -90px -270px rgba(0, 0, 0, 0);
}
.jp-no-solution {
	background-color: #EEE;
	border: 2px solid #009BE3;
	color: #000;
	display: none;
	font-size: .8em;
	padding: 5px;
}
.jp-no-solution a {
	color: #000;
}
.jp-no-solution span {
	display: block;
	font-size: 1em;
	font-weight: 700;
	text-align: center;
}
div.jp-audio, div.jp-audio-stream, div.jp-video-270p, div.jp-video-360p {
	width: 100%;
}
div.jp-audio div.jp-type-single div.jp-interface, div.jp-audio div.jp-type-playlist div.jp-interface, div.jp-audio-stream div.jp-type-single div.jp-interface {
	height: 80px;
}
div.jp-video ul.jp-controls, div.jp-interface ul.jp-controls li, div.jp-current-time {
	display: inline;
	float: left;
}
div.jp-audio div.jp-type-single div.jp-progress, div.jp-audio div.jp-type-single div.jp-time-holder {
	left: 110px;
	width: 186px;
}
div.jp-audio div.jp-type-playlist div.jp-progress, div.jp-audio div.jp-type-playlist div.jp-time-holder {
	left: 166px;
	width: 130px;
}
a.jp-mute, a.jp-mute:hover {
	background-image: url(images/jplayer.png);
	background-repeat: no-repeat;
	background-position: -225px 0;
}
div.jp-type-playlist div.jp-playlist a:hover, div.jp-type-playlist div.jp-playlist a.jp-playlist-current, div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover, div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
	color: #0D88C1;
}
a.jp-full-screen, a.jp-restore-screen {
	background-image: url(images/jplayer.png);
	background-repeat: no-repeat;
	background-position: -180px 0;
	background-color: rgba(0, 0, 0, .05);
	position: absolute;
	right: 0;
	top: 0;
}
a.jp-full-screen:hover, a.jp-restore-screen:hover {
	background-color: rgba(0, 0, 0, .1);
}
/*
|--------------------------------------------------------------------------
|  9.0 Prrettyphoto
|  
|--------------------------------------------------------------------------
|
| 
|
*/

div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
	height: 13px;
}
div.pp_default .pp_top .pp_left {
	background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}
div.pp_default .pp_top .pp_middle {
	background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}
div.pp_default .pp_top .pp_right {
	background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}
div.pp_default .pp_content .ppt {
	color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
	background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
	padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
	background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
	padding-right: 13px;
}
div.pp_default .pp_next:hover {
	background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
	cursor: pointer;
}
div.pp_default .pp_previous:hover {
	background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
	cursor: pointer;
}
div.pp_default .pp_expand {
	background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px;
}
div.pp_default .pp_expand:hover {
	background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
	cursor: pointer;
}
div.pp_default .pp_contract {
	background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px;
}
div.pp_default .pp_contract:hover {
	background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
	cursor: pointer;
}
div.pp_default .pp_close {
	width: 30px;
	height: 30px;
	background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
	cursor: pointer;
}
div.pp_default .pp_gallery ul li a {
	background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
	border: 1px solid #aaa;
}
div.pp_default .pp_social {
	margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
	position: static;
	left: auto;
}
div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
	height: 30px;
	width: 30px;
}
div.pp_default .pp_nav .pp_pause {
	background-position: -51px -29px;
}
div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
	background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
	height: 20px;
	width: 20px;
	margin: 4px 0 0;
}
div.pp_default a.pp_arrow_next {
	left: 52px;
	background-position: -82px -3px;
}
div.pp_default .pp_content_container .pp_details {
	margin-top: 5px;
}
div.pp_default .pp_nav {
	clear: none;
	height: 30px;
	width: 110px;
	position: relative;
}
div.pp_default .pp_nav .currentTextHolder {
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	color: #999;
	font-size: 11px;
	left: 75px;
	line-height: 25px;
	position: absolute;
	top: 2px;
	margin: 0;
	padding: 0 0 0 10px;
}
div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
	opacity: .7;
}
div.pp_default .pp_description {
	font-size: 11px;
	font-weight: 700;
	line-height: 14px;
	margin: 5px 50px 5px 0;
}
div.pp_default .pp_bottom .pp_left {
	background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}
div.pp_default .pp_bottom .pp_middle {
	background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}
div.pp_default .pp_bottom .pp_right {
	background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}
div.pp_default .pp_loaderIcon {
	background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat;
}
div.light_rounded .pp_top .pp_left {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}
div.light_rounded .pp_top .pp_right {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}
div.light_rounded .pp_next:hover {
	background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
	cursor: pointer;
}
div.light_rounded .pp_previous:hover {
	background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}
div.light_rounded .pp_expand {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}
div.light_rounded .pp_expand:hover {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}
div.light_rounded .pp_contract {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}
div.light_rounded .pp_contract:hover {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}
div.light_rounded .pp_close {
	width: 75px;
	height: 22px;
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
}
div.light_rounded .pp_nav .pp_play {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}
div.light_rounded .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}
div.light_rounded .pp_arrow_previous {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}
div.light_rounded .pp_arrow_next {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}
div.light_rounded .pp_bottom .pp_left {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}
div.light_rounded .pp_bottom .pp_right {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}
div.dark_rounded .pp_top .pp_left {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}
div.dark_rounded .pp_top .pp_right {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}
div.dark_rounded .pp_content_container .pp_left {
	background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}
div.dark_rounded .pp_content_container .pp_right {
	background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}
div.dark_rounded .pp_next:hover {
	background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
	cursor: pointer;
}
div.dark_rounded .pp_previous:hover {
	background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}
div.dark_rounded .pp_expand {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}
div.dark_rounded .pp_expand:hover {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}
div.dark_rounded .pp_contract {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}
div.dark_rounded .pp_contract:hover {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}
div.dark_rounded .pp_close {
	width: 75px;
	height: 22px;
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
}
div.dark_rounded .pp_description {
	margin-right: 85px;
	color: #fff;
}
div.dark_rounded .pp_nav .pp_play {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}
div.dark_rounded .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}
div.dark_rounded .pp_arrow_previous {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}
div.dark_rounded .pp_arrow_next {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}
div.dark_rounded .pp_bottom .pp_left {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}
div.dark_rounded .pp_bottom .pp_right {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}
div.dark_rounded .pp_loaderIcon {
	background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}
div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
	background: #000;
}
div.dark_square .pp_description {
	color: #fff;
	margin: 0 85px 0 0;
}
div.dark_square .pp_loaderIcon {
	background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}
div.dark_square .pp_expand {
	background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}
div.dark_square .pp_expand:hover {
	background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}
div.dark_square .pp_contract {
	background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}
div.dark_square .pp_contract:hover {
	background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}
div.dark_square .pp_close {
	width: 75px;
	height: 22px;
	background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
}
div.dark_square .pp_nav {
	clear: none;
}
div.dark_square .pp_nav .pp_play {
	background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}
div.dark_square .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}
div.dark_square .pp_arrow_previous {
	background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}
div.dark_square .pp_arrow_next {
	background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}
div.dark_square .pp_next:hover {
	background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
	cursor: pointer;
}
div.dark_square .pp_previous:hover {
	background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}
div.light_square .pp_expand {
	background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}
div.light_square .pp_expand:hover {
	background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}
div.light_square .pp_contract {
	background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}
div.light_square .pp_contract:hover {
	background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}
div.light_square .pp_close {
	width: 75px;
	height: 22px;
	background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
}
div.light_square .pp_nav .pp_play {
	background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}
div.light_square .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}
div.light_square .pp_arrow_previous {
	background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}
div.light_square .pp_arrow_next {
	background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}
div.light_square .pp_next:hover {
	background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
	cursor: pointer;
}
div.light_square .pp_previous:hover {
	background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}
div.facebook .pp_top .pp_left {
	background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}
div.facebook .pp_top .pp_middle {
	background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}
div.facebook .pp_top .pp_right {
	background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}
div.facebook .pp_content_container .pp_left {
	background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}
div.facebook .pp_content_container .pp_right {
	background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}
div.facebook .pp_expand {
	background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}
div.facebook .pp_expand:hover {
	background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}
div.facebook .pp_contract {
	background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}
div.facebook .pp_contract:hover {
	background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}
div.facebook .pp_close {
	width: 22px;
	height: 22px;
	background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
}
div.facebook .pp_description {
	margin: 0 37px 0 0;
}
div.facebook .pp_loaderIcon {
	background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}
div.facebook .pp_arrow_previous {
	background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px;
}
div.facebook .pp_arrow_previous.disabled {
	background-position: 0 -96px;
	cursor: default;
}
div.facebook .pp_arrow_next {
	background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px;
}
div.facebook .pp_arrow_next.disabled {
	background-position: -32px -96px;
	cursor: default;
}
div.facebook .pp_nav {
	margin-top: 0;
}
div.facebook .pp_nav p {
	font-size: 15px;
	padding: 0 3px 0 4px;
}
div.facebook .pp_nav .pp_play {
	background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
	height: 22px;
	width: 22px;
}
div.facebook .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
	height: 22px;
	width: 22px;
}
div.facebook .pp_next:hover {
	background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
	cursor: pointer;
}
div.facebook .pp_previous:hover {
	background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}
div.facebook .pp_bottom .pp_left {
	background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}
div.facebook .pp_bottom .pp_middle {
	background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}
div.facebook .pp_bottom .pp_right {
	background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}
div.pp_pic_holder a:focus {
	outline: none;
}
div.pp_overlay {
	background: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500;
}
div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000;
}
.pp_content {
	height: 40px;
	min-width: 40px;
}
* html .pp_content {
	width: 40px;
}
.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%;
}
.pp_content_container .pp_left {
	padding-left: 20px;
}
.pp_content_container .pp_right {
	padding-right: 20px;
}
.pp_content_container .pp_details {
	float: left;
	margin: 10px 0 2px;
}
.pp_description {
	display: none;
	margin: 0;
}
.pp_social {
	float: left;
	margin: 0;
}
.pp_social .facebook {
	float: left;
	margin-left: 5px;
	width: 55px;
	overflow: hidden;
}
.pp_social .twitter {
	float: left;
}
.pp_nav {
	clear: right;
	float: left;
	margin: 3px 10px 0 0;
}
.pp_nav p {
	float: left;
	white-space: nowrap;
	margin: 2px 4px;
}
.pp_nav .pp_play, .pp_nav .pp_pause {
	float: left;
	margin-right: 4px;
	text-indent: -10000px;
}
a.pp_arrow_previous, a.pp_arrow_next {
	display: block;
	float: left;
	height: 15px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -10000px;
	width: 14px;
}
.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000;
}
.pp_gallery {
	display: none;
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 10000;
}
.pp_gallery div {
	float: left;
	overflow: hidden;
	position: relative;
}
.pp_gallery ul {
	float: left;
	height: 35px;
	position: relative;
	white-space: nowrap;
	margin: 0 0 0 5px;
	padding: 0;
}
.pp_gallery ul a {
	border: 1px rgba(0, 0, 0, 0.5) solid;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden;
}
.pp_gallery ul a img {
	border: 0;
}
.pp_gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}
.pp_gallery li.default a {
	background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
	display: block;
	height: 33px;
	width: 50px;
}
.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
	margin-top: 7px !important;
}
a.pp_next {
	background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: right;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}
a.pp_previous {
	background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}
a.pp_expand, a.pp_contract {
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000;
}
a.pp_close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	line-height: 22px;
	text-indent: -10000px;
}
.pp_loaderIcon {
	display: block;
	height: 24px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 24px;
	margin: -12px 0 0 -12px;
}
#pp_full_res {
	line-height: 1 !important;
}
#pp_full_res .pp_inline {
	text-align: left;
}
#pp_full_res .pp_inline p {
	margin: 0 0 15px;
}
div.ppt {
	color: #fff;
	display: none;
	font-size: 17px;
	z-index: 9999;
	margin: 0 0 5px 15px;
}
div.pp_default .pp_content, div.light_rounded .pp_content {
	background-color: #fff;
}
div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
	color: #000;
}
div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
	border-color: #fff;
}
div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
	position: relative;
}
div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
	background: #fff;
}
div.light_rounded .pp_description, div.light_square .pp_description {
	margin-right: 85px;
}
div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
	margin-top: 12px !important;
}
div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default;
}
div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default;
}
div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
	background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}
div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle {
	background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}
div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
	color: #c4c4c4;
}
div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
	color: #fff;
}
.pp_top, .pp_bottom {
	height: 20px;
	position: relative;
}
* html .pp_top, * html .pp_bottom {
	padding: 0 20px;
}
.pp_top .pp_left, .pp_bottom .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}
.pp_top .pp_middle, .pp_bottom .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}
* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
	left: 0;
	position: static;
}
.pp_top .pp_right, .pp_bottom .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.pp_fade, .pp_gallery li.default a img {
	display: none;
}
/*
|--------------------------------------------------------------------------
|  10. simple style
|  
|--------------------------------------------------------------------------
|
| 
|
*/

/* Tabs */

.style-simple .ui-tabs {
	border: 0;
}
.style-simple .ui-tabs .ui-tabs-panel {
	background: none;
}
.style-simple .ui-tabs .ui-tabs-nav {
	background: none;
	text-align: center;
}
.style-simple .ui-tabs .ui-tabs-nav li {
	border: 0;
	display: inline-block;
	float: none;
}
.style-simple .ui-tabs .ui-tabs-nav li.ui-state-active a, .style-simple .ui-tabs .ui-tabs-nav li.ui-tabs-selected:after, .style-simple .ui-tabs .ui-tabs-nav li.ui-state-active:after {
	background-color: transparent;
}
.style-simple .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after, .style-simple .ui-tabs .ui-tabs-nav li.ui-state-disabled a:after, .style-simple .ui-tabs .ui-tabs-nav li.ui-state-processing a:after, .style-simple .ui-tabs .ui-tabs-nav li.ui-state-active a:after {
	bottom: -1px;
	height: 2px;
	margin-left: -50%;
	width: 100%;
}
.style-simple .tabs_vertical.ui-tabs .ui-tabs-panel {
	border-width: 0 0 0 1px !important;
}
.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav {
	border: 0;
}
.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after, .style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-disabled a:after, .style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-processing a:after, .style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-active a:after {
	display: block;
	width: 2px;
	height: 100%;
	right: -1px;
	top: 0;
	bottom: auto;
	left: auto;
	margin: 0;
}
.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li a {
	background: none;
	text-align: right;
	padding-right: 20px !important;
	padding-left: 10px !important;
}
/* Accordion & Toggle */

.style-simple .accordion .question {
	border-width: 0 0 0 1px;
	border-radius: 0;
	position: relative;
	margin-bottom: 0;
}
.style-simple .accordion .question:after {
	content: "";
	display: none;
	width: 2px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ccc;
}
.style-simple .accordion .question.active:after {
	display: block;
}
.style-simple .accordion .question .title {
	background: none;
	padding-left: 50px;
	border: 0;
}
.style-simple .accordion .question .title:before {
	display: none;
}
.style-simple .accordion .question .answer {
	background: none;
	padding: 0 20px 10px 50px;
}
/* FAQ */

.style-simple .faq .question {
	border-width: 0 0 0 1px;
	border-style: solid;
	margin-bottom: 0;
	position: relative;
	background: none;
}
.style-simple .faq .question:before {
	display: none;
}
.style-simple .faq .question:after {
	content: "";
	display: none;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #ccc;
}
.style-simple .faq .question .title, .style-simple .faq .question .answer {
	padding-left: 70px;
}
.style-simple .faq .question.active:after {
	display: block;
}
/* Table */

.style-simple table th {
	background: none;
}
.style-simple table tr:first-child td {
	background: none;
}
.style-simple table tr:hover td {
	background: none;
	color: inherit;
}
.style-simple table th, .style-simple table td {
	border-width: 0 1px 1px 0;
}
.style-simple table tr td:last-child, .style-simple table tr th:last-child {
	border-right: 0;
}
.style-simple table tr:last-child td {
	border-bottom: 0;
}
.style-simple table tr:nth-child(2n) td {
	background: none;
}
/* Opening hours */

.style-simple .opening_hours {
	padding: 0;
	border: 0;
	background-color: transparent;
}
.style-simple .opening_hours .opening_hours_wrapper li {
	padding-bottom: 0;
	border: 0;
	margin-bottom: 0;
}
.style-simple .opening_hours .opening_hours_wrapper li {
	text-align: left;
}
.style-simple .opening_hours .opening_hours_wrapper li label {
	background-color: transparent;
	background-image: none;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	border-radius: 0;
}
.style-simple .opening_hours .opening_hours_wrapper li span {
	font-size: 32px;
	line-height: 32px;
	padding: 10px 0;
}
.style-simple .opening_hours .opening_hours_wrapper li span sup {
	top: -1px;
	font-size: 16px;
	line-height: 16px;
	margin-left: 4px;
}
/* Icon box */

.style-simple .icon_box .image_wrapper, .style-simple .icon_box .icon_wrapper {
	padding-top: 5px;
	margin-bottom: 25px;
}
.style-simple .icon_box .icon_wrapper {
	font-size: 80px;
	background-color: transparent;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
	border-width: 0;
	background-image: none;
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	-o-transform: scale(1) !important;
	transform: scale(1) !important;
}
.style-simple .icon_box .icon_wrapper:before {
	display: none;
}
.style-simple .icon_box .icon_wrapper i {
	position: relative;
	top: 0;
}
.style-simple .icon_box .image_wrapper img {
	position: relative;
	top: 0;
}
.style-simple .icon_box .desc_wrapper h4 {
	margin-bottom: 20px;
}
.style-simple .icon_box .desc_wrapper h4:before {
	content: "";
	display: block;
	width: 0;
	margin: 0 auto;
	height: 2px;
	top: -15px;
	position: relative;
	background-color: #ccc;
}
.style-simple .icon_box:hover .icon_wrapper i {
	top: -5px;
}
.style-simple .icon_box:hover .image_wrapper img {
	top: -5px;
}
.style-simple .icon_box:hover .desc_wrapper h4:before {
	width: 100px;
}
/* Animation */

.style-simple .icon_box .icon_wrapper i, .style-simple .icon_box .image_wrapper img, .style-simple .icon_box .desc_wrapper h4:before {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/* Filters */

.style-simple #Filters {
	text-align: center;
}
.style-simple #Filters .filters_buttons {
	background: none;
	padding: 15px 0;
}
.style-simple #Filters .filters_wrapper {
	margin-top: 0;
}
.style-simple #Filters .filters_wrapper ul {
	overflow: visible;
	display: inline-block;
	border-bottom-width: 1px;
	border-style: solid;
}
.style-simple #Filters .filters_wrapper ul li {
	width: auto;
	margin: 0;
}
.style-simple #Filters .filters_wrapper ul li a {
	background: none;
	border: 0;
	padding: 14px 25px;
	position: relative;
}
.style-simple #Filters .filters_wrapper ul li a:after {
	content: "";
	display: none;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background: #ccc;
}
.style-simple #Filters .filters_wrapper ul li.close a {
	color: inherit;
	padding: 14px 15px;
	width: auto;
	border: 0 !important;
}
.style-simple #Filters .filters_wrapper ul li a:hover, .style-simple #Filters .filters_wrapper ul li.current-cat a {
	background: none;
	color: inherit;
}
.style-simple #Filters .filters_wrapper ul li.current-cat a:after {
	display: block;
}
/* Clients */

.style-simple ul.clients.clients_tiles li .client_wrapper::after {
	display: none;
}
/* Progress bars */

.style-simple .progress_bars .bars_list li .bar, .style-simple .progress_bars .bars_list li .bar .progress {
	height: 5px;
}
.style-simple .progress_bars .bars_list li .bar {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
	background: rgba(0, 0, 0, 0.03);
	border-radius: 0;
}
.style-simple .progress_bars .bars_list li .bar .progress {
	background-image: none;
}
/* Counters */

.style-simple .counter {
	background-image: none;
}
/* Lists */

.style-simple .list_item.lists_1 .list_left {
	background-image: none;
	border-radius: 2px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
}
.style-simple .list_item .circle {
	background-image: none;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
}
/* Blockquote */

.style-simple blockquote {
	background: none;
	line-height: 25px;
	font-style: italic;
}
.style-simple blockquote:after {
	display: none;
}
/* Testimonials slider */

.style-simple .testimonials_slider .testimonials_slider_ul li .bq_wrapper {
	padding-top: 0;
	padding-bottom: 0;
	background: none;
	text-align: center;
}
.style-simple .testimonials_slider .slider_images {
	background-color: transparent;
}
.style-simple .testimonials_slider .slider_images:before {
	display: none;
}
/* Article box */

.style-simple .article_box .desc_wrapper {
	background-image: none;
}
.style-simple .article_box .desc_wrapper p {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.style-simple .article_box .desc_wrapper p:after {
	background-color: rgba(0, 0, 0, .1);
	content: "";
	display: block;
	height: 2px;
	margin-top: 10px;
	width: 20px;
}
.style-simple .article_box:hover .desc_wrapper p:after {
	width: 40%;
}
.style-simple .article_box .desc_wrapper i.icon-right-open {
	display: none;
}
.style-simple .article_box .desc_wrapper p:after {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/* Idea box */

.style-simple .idea_box {
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 15px 15px 15px 0;
	background: none;
}
.style-simple .idea_box .icon {
	display: block;
	position: static;
	float: left;
	left: 0;
	top: 0;
	margin-top: 0;
	width: 60px;
	text-align: center;
	margin-top: 5px;
}
.style-simple .idea_box .desc {
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	padding: 10px 15px 10px 20px;
	margin-left: 60px;
}
/* Sliding box */

.style-simple .sliding_box .photo_wrapper {
	top: 0;
}
.style-simple .sliding_box .desc_wrapper {
	background: none;
	padding-left: 0;
	padding-right: 0;
}
.style-simple .sliding_box .desc_wrapper h4 {
	color: inherit;
	margin-bottom: 5px;
}
.style-simple .sliding_box .desc_wrapper:after {
	display: inline-block;
	content: "";
	width: 20%;
	height: 2px;
	border: 0;
	background-color: rgba(0, 0, 0, .1);
	position: static;
	top: 0;
	margin: 0;
}
.style-simple .sliding_box:hover .desc_wrapper:after {
	width: 60%;
}
/* Trailer box */

.style-simple .trailer_box .desc {
	padding: 27px 15px 30px;
}
.style-simple .trailer_box .desc .line {
	display: none;
}
.style-simple .trailer_box .desc .subtitle {
	background-image: none;
	background-color: transparent;
	color: rgba(255, 255, 255, .7);
	margin-bottom: 10px;
	padding: 0;
}
.style-simple .trailer_box:hover .desc h2 {
	bottom: 0;
}
.style-simple .trailer_box:hover .desc .subtitle {
	bottom: 0;
}
/* Animation */

.style-simple .trailer_box .desc {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/* Timeline */

.style-simple .timeline_items {
	background: none;
}
.style-simple .timeline_items:after {
	display: none;
}
.style-simple .timeline_items li {
	width: 50%;
	padding: 0 0 0 50%;
	background: none;
	margin-bottom: 15px !important;
}
.style-simple .timeline_items li:nth-child(even) {
	padding: 0 50% 0 0;
	background: none;
}
.style-simple .timeline_items li h3 span {
	background: none !important;
	border-radius: 4px;
	font-size: 14px;
	font-style: italic;
	top: 22px;
}
.style-simple .timeline_items li h3:before {
	display: none;
}
.style-simple .timeline_items li .desc:before {
	display: none;
}
.style-simple .timeline_items li h3 {
	border-left: 2px solid rgba(0, 0, 0, 0.08);
	margin: 0;
	padding: 15px 0 0 25px;
	width: 100%;
	box-sizing: padding-box;
}
.style-simple .timeline_items li h3 span {
	position: absolute;
	right: 52%;
}
.style-simple .timeline_items li:nth-child(even) h3 {
	padding: 15px 25px 0 0;
	text-align: right;
	border-left: 0;
	border-right: 2px solid rgba(0, 0, 0, 0.04);
}
.style-simple .timeline_items li:nth-child(even) h3 span {
	left: 52%;
	right: auto;
}
.style-simple .timeline_items li .desc {
	border-left: 2px solid rgba(0, 0, 0, 0.08);
	padding: 15px 0 15px 25px;
	background: none;
	width: 100%;
	box-sizing: padding-box;
}
.style-simple .timeline_items li:nth-child(even) .desc {
	padding: 15px 25px 15px 0;
	border-left: 0;
	border-right: 2px solid rgba(0, 0, 0, 0.04);
}
/* Animation */

.style-simple .timeline_items li:hover h3, .style-simple .timeline_items li:nth-child(even):hover h3, .style-simple .timeline_items li:hover .desc, .style-simple .timeline_items li:nth-child(even):hover {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/* Quick fact */

.style-simple .quick_fact .number-wrapper {
	font-family: inherit;
	font-size: 60px;
	line-height: 60px;
}
.style-simple .quick_fact .title {
	font-family: inherit;
	font-size: 18px;
	font-weight: 400;
}
.style-simple .quick_fact hr {
	display: none;
}
/* Chart box */

.style-simple .chart_box:before {
	background-color: transparent;
	background-image: none;
	border-width: 0;
}
.style-simple .chart_box .chart .num {
	font-family: inherit;
	font-size: 30px;
}
/* Content link */

.style-simple a.content_link {
	border-width: 0 0 2px;
	margin: 0 10px;
	background-color: transparent;
	background-image: none;
}
.style-simple a.content_link:after {
	border-width: 0 0 2px;
	bottom: -2px;
}
.style-simple a.content_link:before {
	border-width: 0 5px 6px;
}
/* How it works */

.style-simple .how_it_works .image {
	border-width: 0 0 2px;
	background: transparent;
	border-radius: 0;
	margin-bottom: 30px;
}
.style-simple .how_it_works .image .number {
	border-radius: 0;
	bottom: -17px;
	left: 50%;
	margin-left: -17px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
}
/* Offer thumb */

.style-simple .offer_thumb_ul li.offer_thumb_li {
	padding-left: 0;
}
.style-simple .offer_thumb .slider_pagination a img {
	filter: alpha(opacity=70);
	opacity: .7;
}
.style-simple .offer_thumb .slider_pagination a.selected img, .style-simple .offer_thumb .slider_pagination a:not(.selected):hover img {
	filter: alpha(opacity=1);
	opacity: 1;
}
@media only screen and (min-width: 768px) {
	.style-simple .offer_thumb .slider_pagination {
		border: 0;
	}
	.style-simple .offer_thumb .slider_pagination a {
		margin-bottom: 6px;
		border-width: 1px;
		background: none;
	}
	.style-simple .offer_thumb.bottom .slider_pagination a {
		margin: 3px;
	}
	.style-simple .offer_thumb .slider_pagination a:before, .style-simple .offer_thumb .slider_pagination a:after {
		display: none;
	}
}
/* Alerts */

.style-simple .alert {
	-webkit-border-radius: 0;
	border-radius: 0;
}
.style-simple .alert .alert_icon {
	position: absolute;
	left: 0;
	top: 0;
	background: none;
	border-right: 1px solid rgba(255, 255, 255, .3);
	-webkit-border-radius: 0;
	border-radius: 0;
}
/* Zoom box */

.style-simple .zoom_box {
	position: relative;
	line-height: 0;
	overflow: hidden;
}
.style-simple .zoom_box .photo img, .style-simple .zoom_box .desc {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.style-simple .zoom_box .photo img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.style-simple .zoom_box:hover .photo img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
.style-simple .zoom_box .desc {
	background: rgba(0, 0, 0, .8);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	opacity: 0;
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
.style-simple .zoom_box:hover .desc {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.style-simple .zoom_box .desc .desc_img {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-80%);
	-webkit-transform: translateY(-80%);
}
.style-simple .zoom_box .desc .desc_img img {
	padding: 0;
}
.style-simple .zoom_box .desc .desc_txt {
	width: 100%;
	padding: 15px 20px;
	font-size: 17px;
	line-height: 22px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Features list */

.style-simple .feature_list hr {
	background-color: rgba(0, 0, 0, 0);
	color: rgba(0, 0, 0, 0);
}
/* Progress icons */

.style-simple .progress_icons .progress_icon {
	color: rgba(0, 0, 0, .3);
	border-width: 1px;
	border-style: solid;
}
.style-simple .progress_icons .progress_icon.themebg {
	border-color: transparent;
	color: #fff;
}
.style-simple .progress_icons .progress_icon:not(.themebg) {
	background: none;
	border-color: rgba(0, 0, 0, .3);
}
/* Pricing box */

.style-simple .pricing-box {
	border: 0;
}
.style-simple .pricing-box:not(.pricing-box-featured) {
	background: none;
}
/* Tooltip */

.style-simple .tooltip:hover:after, .style-simple .tooltip.hover:after {
	background-image: none;
}
/* Highlight */

.style-simple .highlight {
	background-image: none;
}
/* Get in touch */

.style-simple .get_in_touch {
	padding: 25px 30px;
}
.style-simple .get_in_touch ul li {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.style-simple .get_in_touch ul li:last-child {
	border: 0;
}
.style-simple .get_in_touch ul li:after {
	display: none;
}
.style-simple .get_in_touch ul li .icon {
	left: 5px;
}
/* Infobox */

.style-simple .infobox {
	padding: 25px 30px;
}
.style-simple .infobox ul li {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	padding-left: 40px;
}
.style-simple .infobox ul li:last-child {
	border: 0;
}
.style-simple .infobox ul li:after {
	display: none;
}
.style-simple .infobox ul li:before {
	left: 5px;
}
/* Icon bar */

.style-simple a.icon_bar {
	border-width: 0;
	background-color: #f0f0f0;
	background-image: none;
	-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .0);
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .0);
}
.style-simple a.icon_bar span.t {
	opacity: 1;
	filter: alpha(opacity=100);
}
.style-simple a:hover.icon_bar span.t {
	opacity: 0;
	filter: alpha(opacity=0);
}
.style-simple a.icon_bar span.b {
	position: absolute;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.style-simple a:hover.icon_bar span.b {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* Animation */

.style-simple a.icon_bar span {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.style-simple a.icon_bar span.b {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.style-simple a:hover.icon_bar span {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
#contactWrapper .column {
	margin-bottom: 10px;
}
#contactWrapper input[type="date"], #contactWrapper input[type="email"], #contactWrapper input[type="number"], #contactWrapper input[type="password"], #contactWrapper input[type="search"], #contactWrapper input[type="tel"], #contactWrapper input[type="text"], #contactWrapper input[type="url"], #contactWrapper select, #contactWrapper textarea {
	padding: 10px;
	outline: none;
	margin: 0;
	width: 100%;
	max-width: 100%;
	display: block;
	margin-bottom: 0;
	font-size: 13px;
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
/* ---------------- contact form -------------------- */

#contactform .column input[type="text"], #contactform .column input[type="email"] {
	width: 100%;
}
#contactform .column {
	margin-bottom: 10px;
}
.flv_disp_none {
	display: none !important;
}
.flv_disp_none, div.flv_disp_none, p.flv_disp_none {
	display: none;
}
.flv_viz_hid, div.flv_viz_hid, p.flv_viz_hid {
	visibility: hidden !important;
}
.flv_clear_both, div.flv_clear_both, p.flv_clear_both {
	clear: both;
}
body.nice-scroll:not(.layout-boxed) {
	padding-right: 10px !important;
	overflow: hidden;
}
#rev_slider_100_1 input, #rev_slider_98_1_wrapper input {
	display: inline-block !important;
}
/*
|--------------------------------------------------------------------------
|  11. Bootstrap elements
|  
|--------------------------------------------------------------------------
|
| 
|
*/

.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;
	}
	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;
	}
	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;
	}
	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;
	}
	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;
	}
	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;
	}
}
.slotholder {
	transform: none !important;
}
@media only screen and (max-width: 767px) {
	.caroufredsel_wrapper {
		width: 90% !important;
		margin: auto !important;
	}
}
@media only screen and (max-width: 767px) {
	.caroufredsel_wrapper ul.offer_ul li, .caroufredsel_wrapper ul.offer_ul {
		width: 100% !important;
	}
}
.woocommerce .product .product_wrapper .product_image_wrapper .images {
	width: 100%;
	margin: 0;
}
.widget_product_categories ul {
	background-color: #2991d6;
}
/* Hide border */

.if-border-hide .image_frame:not(.has_border) {
	border-width: 0;
}
.logo-overflow #Top_bar .logo {
	height: 60px;
	position: relative;
	z-index: 198
}
.logo-overflow #Top_bar #logo {
	height: auto!important;
	margin-top: 0!important;
	z-index: 199
}
.logo-overflow #Top_bar #logo img {
	max-height: none;
	z-index: 200
}
.logo-overflow #Top_bar.is-sticky #logo {
	height: auto!important
}
.logo-overflow #Top_bar.is-sticky #logo img:not(.svg) {
	max-height: 110px!important
}
/* .minimalist-header */

body.minimalist-header:not(.template-slider) #Header {
	min-height: 0;
	background-image: none!important
}
body.minimalist-header.header-modern:not(.template-slider) #Header {
	min-height: 147px
}
body.minimalist-header.header-simple:not(.template-slider) #Header {
	min-height: 130px
}
body.minimalist-header.header-stack:not(.template-slider) #Header {
	min-height: 0
}
body.minimalist-header.header-fixed:not(.template-slider) #Header {
	min-height: 60px
}
body.minimalist-header.header-below:not(.template-slider) #Header {
	min-height: 90px;
	padding-top: 0
}
.minimalist-header-no #Header {
	min-height: 0!important
}
/* Transparent ----------------------------------------------------------------------- */

.tr-content #Wrapper, .tr-content #Content {
	background: none
}
.tr-header #Wrapper {
	background: none
}
.tr-header #Header_wrapper {
	background: none!important
}
.tr-footer #Wrapper {
	background: none
}
.tr-footer #Footer {
	background: none!important
}
/* Decoration Image | height:100px - fallback */

.section .section-decoration {
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	background-repeat: repeat-x;
	z-index: 1;
}
.section .section-decoration.top {
	top: 0;
	background-position: center top;
}
.section .section-decoration.bottom {
	bottom: 0;
	background-position: center bottom;
}
/* Header | Transparent */

.header-transparent #Top_bar .top_bar_left, .header-transparent #Top_bar .top_bar_right, .header-transparent #Top_bar .top_bar_right:before {
	background: none;
}
.header-transparent #Top_bar .top_bar_right {
	top: 0;
}
.header-transparent #Top_bar #logo {
	padding: 0;
}
.header-transparent #Top_bar .menu>li>a:after {
	background: none;
}
.header-transparent #Top_bar .menu>li>a span {
	border-color: rgba(0, 0, 0, 0.03);
}
.header-transparent #Top_bar .menu li>ul:not(.mfn-megamenu-bg) {
	background-image: none;
}
.header-transparent.ab-hide #Top_bar {
	top: 0
}
.header-transparent #Top_bar.is-sticky .menu_wrapper .menu>li>a {
	padding: 0;
}
.header-transparent #Top_bar.is-sticky .menu>li>a span:not(.description) {
	line-height: 60px;
}
/* Buttons | Stroke ------------------------------------------------------------------ */

.button-stroke a.button:not(.action_button), .button-stroke:not(.header-plain) a.button.action_button, .button-stroke a.tp-button, .button-stroke button, .button-stroke input[type="submit"], .button-stroke input[type="reset"], .button-stroke input[type="button"] {
	border-width: 2px;
	border-style: solid;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: transparent!important;
	-webkit-box-shadow: inset 0 0 0 0;
	box-shadow: inset 0 0 0 0;
	background-image: none
}
.button-stroke a.button:not(.action_button):after, .button-stroke:not(.header-plain) a.button.action_button:after, .button-stroke a.tp-button:after, .button-stroke button:after, .button-stroke input[type="submit"]:after, .button-stroke input[type="reset"]:after, .button-stroke input[type="button"]:after {
	display: none
}
.button-stroke a.button:not(.action_button), .button-stroke:not(.header-plain) a.button.action_button, .button-stroke a.tp-button, .button-stroke button, .button-stroke input[type="submit"], .button-stroke input[type="reset"], .button-stroke input[type="button"] {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.button-stroke a:hover.button:not(.action_button), .button-stroke:not(.header-plain) a:hover.button.action_button, .button-stroke a:hover.tp-button, .button-stroke button:hover, .button-stroke input[type="submit"]:hover, .button-stroke input[type="reset"]:hover, .button-stroke input[type="button"]:hover {
	background-color: #828282
}
.button-stroke a:hover.button.button_stroke_custom:not(.action_button), .button-stroke:not(.header-plain) a:hover.button.button_stroke_custom.action_button, .button-stroke a:hover.tp-button.button_stroke_custom {
	background-color: rgba(0, 0, 0, .05)!important
}
.button-stroke a.button .button_icon {
	background: none
}
.button-stroke a:hover.button .button_icon i, .button-stroke a.button.button_theme:hover .button_icon i {
	color: rgba(0, 0, 0, .5)!important
}
.button-stroke a.button_left.button .button_label, .button-stroke a.button_left.button_large .button_label {
	padding-left: 0
}
.button-stroke a.button_right.button .button_label, .button-stroke a.button_right.button_large .button_label {
	padding-right: 0
}
.button-stroke a.button_left.button_large .button_icon {
	padding-left: 27px
}
.button-stroke a.button_right.button_large .button_icon {
	padding-right: 27px
}
/* Buttons sizes */

a.button.button_size_1 .button_label {
	padding: 10px 17px
}
a.button.button_size_1 .button_icon {
	padding: 10px 10px
}
a.button.button_size_1, a.tp-button.button_size_1, button.button_size_1, input[type="submit"].button_size_1, input[type="reset"].button_size_1, input[type="button"].button_size_1 {
	font-size: 95%;
	line-height: 95%
}
a.button.button_size_3 .button_label {
	padding: 15px 30px
}
a.button.button_size_3 .button_icon {
	padding: 15px 13px
}
a.button.button_size_3, a.tp-button.button_size_3, button.button_size_3, input[type="submit"].button_size_3, input[type="reset"].button_size_3, input[type="button"].button_size_3 {
	font-size: 110%;
	line-height: 110%
}
a.button.button_size_4 .button_label {
	padding: 18px 33px;
}
a.button.button_size_4 .button_icon {
	padding: 18px 16px
}
a.button.button_size_4, a.tp-button.button_size_4, button.button_size_4, input[type="submit"].button_size_4, input[type="reset"].button_size_4, input[type="button"].button_size_4 {
	font-size: 120%;
	line-height: 120%
}
a.button.button_full_width, button.button_full_width, input[type="submit"].button_full_width, input[type="reset"].button_full_width, input[type="button"].button_full_width {
	width: 100%;
	text-align: center;
}
a.button.button_full_width .button_label {
	display: inline-block;
	float: none;
}
#wowslider-container1 a.ws_next:before {
	content: "\e914" !important;
}
#wowslider-container1 a.ws_prev:before {
	content: '\e8b6' !important;
}
/* Side Slide ------------------------------------------------------------------------- */

#body_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background: rgba(0, 0, 0, .6);
	z-index: 9002;
	display: none;
}
/* height +20% - mobile fallback */

body.mobile-side-slide {
	position: relative;
	overflow-x: visible;
}
#Side_slide {
	display: block;
	position: fixed;
	top: 0px;
	right: -250px;
	width: 250px;
	height: 100%;
	overflow: auto;
	border-bottom-width: 60px;
	border-bottom-style: solid;
	z-index: 9003;
}
/* border-bottom:60px - mobile fallback */

#Side_slide.left {
	left: -250px;
	right: 0
}
.admin-bar #Side_slide {
	border-top-width: 32px;
	border-top-style: solid;
}
#Side_slide .close-wrapper {
	height: 60px
}
#Side_slide .close-wrapper a.close {
	height: 34px;
	width: 34px;
	display: block;
	float: right;
	margin: 13px 13px 0 0
}
#Side_slide .close-wrapper a.close i {
	font-size: 22px;
	line-height: 34px;
}
#Side_slide .extras {
	padding: 0 20px
}
#Side_slide .extras .action_button {
	width: 100%;
	margin: 0 0 20px;
	text-align: center;
	text-decoration: none
}
#Side_slide .extras .action_button .button_label {
	float: none
}
#Side_slide .extras .extras-wrapper {
	text-align: center;
}
#Side_slide .extras .extras-wrapper a {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	padding: 5px;
	margin-bottom: 20px;
	line-height: 22px
}
#Side_slide .extras .extras-wrapper .icon {
	font-size: 22px
}
#Side_slide .extras .extras-wrapper .cart {
	position: relative
}
#Side_slide .extras .extras-wrapper .cart span {
	position: absolute;
	top: 0;
	left: 31px;
	font-size: 11px;
	border-radius: 2px
}
#Side_slide .extras .extras-wrapper a.lang-active img {
	position: relative;
	top: 2px;
}
#Side_slide .extras .extras-wrapper a.lang-active i:before {
	width: auto;
	margin-left: 5px
}
#Side_slide #menu {
	display: block!important;
	margin-bottom: 20px;
	max-height: none!important
}
#Side_slide #menu ul {
	width: 100%!important;
}
#Side_slide #menu ul li {
	width: 100%;
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, .03)
}
#Side_slide #menu>ul:last-child>li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, .03)
}
#Side_slide #menu ul li a {
	display: block;
	padding: 11px 5px 10px 20px;
	margin-right: 50px;
	text-decoration: none;
	line-height: 19px
}
#Side_slide #menu ul li a .menu-arrow {
	display: none
}
#Side_slide #menu ul li ul {
	display: none;
	background: rgba(255, 255, 255, .025)
}
#Side_slide #menu ul li ul li a {
	padding-left: 35px
}
#Side_slide #menu ul li ul li ul li a {
	padding-left: 50px
}
#Side_slide #menu ul li.submenu .menu-toggle {
	display: block;
	position: absolute;
	right: 5px;
	top: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	font-weight: 100;
	text-align: center;
	cursor: pointer;
	opacity: 0.5;
}
#Side_slide #menu ul li.submenu .menu-toggle:after {
	content: "+"
}
#Side_slide #menu ul li.hover>.menu-toggle {
	opacity: 1
}
#Side_slide #menu ul li.hover>.menu-toggle:after {
	content: "-"
}
#Side_slide #menu ul.mfn-megamenu-bg {
	background-image: none!important
}
#Side_slide #menu ul.mfn-megamenu li .menu-toggle {
	display: none
}
#Side_slide #menu ul.mfn-megamenu>li>ul {
	display: block!important
}
#Side_slide #menu ul.mfn-megamenu>li>ul:first-child {
	background-color: transparent
}
#Side_slide #menu ul.mfn-megamenu>li>ul:first-child>li:first-child {
	border-top-width: 0
}
#Side_slide .lang-wrapper {
	margin-bottom: 20px;
	text-align: center;
	display: none;
}
#Side_slide .lang-wrapper ul li {
	border-top: 1px solid rgba(255, 255, 255, .03)
}
#Side_slide .lang-wrapper ul li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, .03)
}
#Side_slide .lang-wrapper ul li a {
	display: block;
	padding: 11px 20px 10px 20px;
	text-decoration: none;
	line-height: 19px
}
#Side_slide .search-wrapper {
	margin-bottom: 20px;
	position: relative;
	display: none;
}
#Side_slide .search-wrapper input.field {
	width: 100%;
	background: none!important;
	border-width: 1px 0 1px 0;
	border-color: rgba(255, 255, 255, .05);
	line-height: 20px;
	padding: 10px 55px 10px 20px;
	box-sizing: border-box;
	box-shadow: 0 0 0 0 transparent;
}
#Side_slide .search-wrapper a.submit {
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 20px;
	padding: 10px
}
#Side_slide .social {
	text-align: center;
	margin: 0 20px 13px
}
#Side_slide .social li {
	display: inline-block
}
#Side_slide .social li a {
	display: block;
	padding: 3px 5px;
	text-decoration: none
}
/* Side Slide | Color */

#Side_slide {
	background-color: #191919;
	border-color: #191919
}
/* border-bottom:60px - mobile fallback */

#Side_slide, #Side_slide .search-wrapper input.field, #Side_slide a:not(.button), #Side_slide #menu ul li.submenu .menu-toggle {
	color: #a6a6a6
}
#Side_slide a:not(.button):hover, #Side_slide a.active, #Side_slide #menu ul li.hover>.menu-toggle {
	color: #fff;
}
#Side_slide #menu ul li.current-menu-item>a, #Side_slide #menu ul li.current_page_item>a, #Side_slide #menu ul li.current-menu-parent>a, #Side_slide #menu ul li.current-page-parent>a, #Side_slide #menu ul li.current-menu-ancestor>a, #Side_slide #menu ul li.current-page-ancestor>a, #Side_slide #menu ul li.current_page_ancestor>a, #Side_slide #menu ul li.hover>a, #Side_slide #menu ul li:hover>a {
	color: #fff;
}
/* Side Slide | Light */

#Side_slide.light #menu ul li {
	border-top-color: rgba(0, 0, 0, .03)
}
#Side_slide.light #menu>ul:last-child>li:last-child {
	border-bottom-color: rgba(0, 0, 0, .03)
}
#Side_slide.light #menu ul li ul {
	background: rgba(0, 0, 0, .02)
}
#Side_slide.light .lang-wrapper ul li {
	border-top-color: rgba(0, 0, 0, .03)
}
#Side_slide.light .lang-wrapper ul li:last-child {
	border-bottom-color: rgba(0, 0, 0, .03)
}
#Side_slide.light .search-wrapper input.field {
	border-color: rgba(0, 0, 0, .05)
}
.aside_both .sidebar.sidebar-1 {
	margin-left: -82%;
}
/* Before After | TwentyTwenty plugin ------------------------------------------------ */

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
	content: " ";
	display: block;
	background: #fff;
	position: absolute;
	z-index: 30;
	-webkit-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 0 12px rgba(51, 51, 51, 0.5)
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
	width: 3px;
	height: 9999px;
	left: 50%;
	margin-left: -1.5px
}
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
	width: 9999px;
	height: 3px;
	top: 50%;
	margin-top: -1.5px
}
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	transition-duration: .5s
}
.twentytwenty-before-label, .twentytwenty-after-label {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity
}
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
	color: #fff;
	font-size: 13px;
	letter-spacing: .1em;
	position: absolute;
	background: rgba(0, 0, 0, 0.25);
	line-height: 38px;
	padding: 0 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
	top: 50%;
	margin-top: -19px
}
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
	left: 50%;
	margin-left: -45px;
	text-align: center;
	width: 90px
}
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute
}
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px
}
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
	left: 50%;
	margin-left: -6px
}
.twentytwenty-container {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 0;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none
}
.twentytwenty-container img {
	max-width: 100%;
	position: absolute;
	top: 0;
	display: block
}
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
	background: rgba(0, 0, 0, 0)
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
	opacity: 0
}
.twentytwenty-container * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.twentytwenty-before-label {
	opacity: 0
}
.twentytwenty-before-label:before {
	content: "Before"
}
.twentytwenty-after-label {
	opacity: 0
}
.twentytwenty-after-label:before {
	content: "After"
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
	left: 10px
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
	right: 10px
}
.twentytwenty-vertical .twentytwenty-before-label:before {
	top: 10px
}
.twentytwenty-vertical .twentytwenty-after-label:before {
	bottom: 10px
}
.twentytwenty-overlay {
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	background: rgba(0, 0, 0, 0);
	z-index: 25
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
	opacity: 1
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 1
}
.twentytwenty-before {
	z-index: 20
}
.twentytwenty-after {
	z-index: 10
}
.twentytwenty-handle {
	height: 38px;
	width: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	border: 3px solid #fff;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	-webkit-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
	z-index: 40;
	cursor: pointer
}
.twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	margin-bottom: 22px;
	-webkit-box-shadow: 0 3px 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 3px 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 3px 0 white, 0 0 12px rgba(51, 51, 51, 0.5)
}
.twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
	margin-top: 22px;
	-webkit-box-shadow: 0 -3px 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 -3px 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 -3px 0 white, 0 0 12px rgba(51, 51, 51, 0.5)
}
.twentytwenty-vertical .twentytwenty-handle:before {
	left: 50%;
	margin-left: 22px;
	-webkit-box-shadow: 3px 0 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 3px 0 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
	box-shadow: 3px 0 0 white, 0 0 12px rgba(51, 51, 51, 0.5)
}
.twentytwenty-vertical .twentytwenty-handle:after {
	right: 50%;
	margin-right: 22px;
	-webkit-box-shadow: -3px 0 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: -3px 0 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
	box-shadow: -3px 0 0 white, 0 0 12px rgba(51, 51, 51, 0.5)
}
.twentytwenty-left-arrow {
	border-right: 6px solid #fff;
	left: 50%;
	margin-left: -17px
}
.twentytwenty-right-arrow {
	border-left: 6px solid #fff;
	right: 50%;
	margin-right: -17px
}
.twentytwenty-up-arrow {
	border-bottom: 6px solid #fff;
	top: 50%;
	margin-top: -17px
}
.twentytwenty-down-arrow {
	border-top: 6px solid #fff;
	bottom: 50%;
	margin-bottom: -17px
}
.section.full-width>.section_wrapper {
	max-width: 100% !important;
}
/* Switch Style */

.demo-switch {
	text-align: center;
}
.demo-switch .title {
	margin: 0 2% 15px;
	font-family: "Montserrat", sans-serif;
	font-style: italic;
	color: #6c6d6d;
}
.demo-switch a {
	margin: 0 2%;
	font-weight: 700;
	opacity: .8;
}
.demo-switch a:hover {
	opacity: 1;
}
.demo-switch a.active {
	color: #0095eb;
	opacity: 1;
}
.demo-switch a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
/* Slick Slider ---------------------------------------------------------------------- */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-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)
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}
.slick-track:before, .slick-track:after {
	display: table;
	content: ''
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none
}
[dir='rtl'] .slick-slide {
	float: right!important
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
/* Buttons | Flat -------------------------------------------------------------------- */

.button-flat a.button:not(.action_button), .button-flat:not(.header-plain) a.button.action_button, .button-flat a.tp-button, .button-flat button, .button-flat input[type="submit"], .button-flat input[type="reset"], .button-flat input[type="button"] {
	background-image: none;
	border-width: 0;
	border-style: solid;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 0 0;
	box-shadow: inset 0 0 0 0;
	-webkit-appearance: none
}
.button-flat a.button .button_icon {
	background: none
}
.button-flat a.button .button_icon i {
	color: inherit
}
.button-flat a.button_left.button .button_label, .button-flat a.button_left.button_large .button_label {
	padding-left: 0
}
.button-flat a.button_right.button .button_label, .button-flat a.button_right.button_large .button_label {
	padding-right: 0
}
.button-flat a.button_left.button_large .button_icon {
	padding-left: 27px
}
.button-flat a.button_right.button_large .button_icon {
	padding-right: 27px
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}
@media only screen and (min-width: 768px) {
	.button-flat a.button:after, .button-flat a.tp-button:after, .button-flat button:after, .button-flat input[type="submit"]:after, .button-flat input[type="reset"]:after, .button-flat input[type="button"]:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		z-index: 1;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
		background: rgba(0, 0, 0, .07);
		filter: alpha(opacity=0);
		opacity: 0
	}
	.button-flat a.button:hover:after, .button-flat a.tp-button:hover:after, .button-flat button:hover:after, .button-flat input[type="submit"]:hover:after, .button-flat input[type="reset"]:hover:after, .button-flat input[type="button"]:hover:after {
		width: 100%;
		filter: alpha(opacity=1);
		opacity: 1
	}
}
/* Header | Plain */

.header-plain #Top_bar {
	border-bottom-width: 1px;
	border-style: solid;
	position: static
}
.header-plain.layout-boxed #Top_bar .container {
	max-width: 100%
}
.header-plain #Top_bar .one.column {
	width: 100%;
	margin: 0
}
.header-plain #Header .top_bar_left, .header-plain #Header .top_bar_right {
	background-color: transparent
}
.header-plain #Top_bar .top_bar_right, .header-plain #Top_bar .top_bar_right_wrapper {
	top: 0
}
.header-plain #Top_bar .top_bar_right:before {
	display: none
}
.header-plain #Action_bar {
	position: static
}
.header-plain #Action_bar .contact_details li, .header-plain #Action_bar .social, .header-plain #Action_bar .social-menu {
	padding: 12px 0
}
/* Header plain | Logo */

.header-plain #Top_bar #logo {
	height: 50px;
	line-height: 50px
}
/* Header plain | Menu */

.header-plain #Top_bar .menu_wrapper {
	float: right
}
.header-plain #Top_bar .menu>li>a {
	padding-top: 0!important;
	padding-bottom: 0!important
}
.header-plain #Top_bar .menu>li>a:after {
	display: none
}
.header-plain #Top_bar .menu>li>a span:not(.description) {
	line-height: 80px;
	padding: 0 30px
}
.header-plain #Top_bar .menu>li:first-child>a span:not(.description) {
	border-left-width: 1px
}
.header-plain #Top_bar .top_bar_right {
	height: 80px;
	padding: 0;
	margin-left: -1px;
}
.header-plain.menu-highlight #Top_bar .menu>li, .header-plain.menu-highlight #Top_bar .menu>li>a {
	margin: 0
}
/* Header plain | Top bar right */

.header-plain #Top_bar a#header_cart, .header-plain #Top_bar a#search_button {
	margin-right: 0;
	top: 0;
	border-left-width: 1px;
	border-style: solid
}
.header-plain #Top_bar a#header_cart span {
	margin-right: -9px
}
.header-plain #Top_bar .wpml-languages {
	top: 0;
	margin: 0;
	border-left-width: 1px;
	border-style: solid
}
.header-plain #Top_bar .wpml-languages a.active {
	border: 0;
	padding: 0
}
.header-plain #Top_bar .wpml-languages ul.wpml-lang-dropdown li a {
	line-height: 40px
}
.header-plain #Top_bar .wpml-languages a.active {
	background: none
}
.header-plain #Top_bar .wpml-languages ul.wpml-lang-dropdown {
	border: 0;
	border-radius: 0
}
.header-plain #Top_bar a.button.action_button {
	margin: 0;
	top: 0;
	border-radius: 0;
	border-left-width: 1px;
	border-style: solid
}
.header-plain #Top_bar .menu>li>a span:not(.description) {
	line-height: 80px;
	padding: 0 30px
}
.header-plain #Top_bar a#header_cart, .header-plain #Top_bar a#search_button {
	padding: 0 25px;
	line-height: 80px;
	margin-left: 0;
}
.header-plain #Top_bar .wpml-languages {
	padding: 0 25px;
	line-height: 80px
}
.header-plain #Top_bar a.button.action_button {
	line-height: 80px
}
.header-plain #Top_bar a.button.action_button .button_label {
	padding: 0 30px
}
/* Header plain | Sticky */

.header-plain #Top_bar.is-sticky .menu>li>a span:not(.description) {
	line-height: 60px!important
}
.header-plain #Top_bar.is-sticky a#header_cart, .header-plain #Top_bar.is-sticky a#search_button {
	padding: 0 25px;
	line-height: 60px
}
.header-plain #Top_bar.is-sticky .wpml-languages {
	padding: 0 25px;
	height: 60px;
	line-height: 60px
}
.header-plain #Top_bar.is-sticky a.button.action_button {
	height: 60px;
	line-height: 60px
}
.header-plain #Top_bar.is-sticky a.button.action_button .button_label {
	padding: 0 25px
}
.header-plain #Top_bar.is-sticky .top_bar_right {
	padding: 0;
	height: 60px;
	top: 0
}
.header-plain #Top_bar.is-sticky .wpml-languages {
	top: 0
}
.header-plain #Top_bar.is-sticky a.button.action_button {
	top: 0
}
/* Header plain | Colors */

.header-plain #Action_bar {
	background-color: #2C2C2C
}
.header-plain #Top_bar {
	background-color: #fff
}
.header-plain #Top_bar, .header-plain #Top_bar .menu>li>a span:not(.description), .header-plain #Top_bar a#header_cart, .header-plain #Top_bar a#search_button, .header-plain #Top_bar .wpml-languages, .header-plain #Top_bar a.button.action_button {
	border-color: #f2f2f2
}
/* Heading --------------------------------------------------------------------------- */

.mfn_heading {}
.mfn_heading.align_left {
	text-align: left
}
.mfn_heading.align_center {
	text-align: center
}
.mfn_heading.align_right {
	text-align: right
}
.mfn_heading .title {
	display: inline-block;
	position: relative
}
.mfn_heading.heading_lines {
	overflow: hidden
}
.mfn_heading.heading_lines .title .line {
	position: absolute;
	width: 3000px;
	height: 1px;
	top: 50%;
	background: rgba(0, 0, 0, .3)
}
.mfn_heading.heading_lines .title .line_l {
	right: 100%;
	margin-right: 20px
}
.mfn_heading.heading_lines .title .line_r {
	left: 100%;
	margin-left: 20px
}
.dark .mfn_heading.heading_lines .title .line {
	background: rgba(255, 255, 255, .3)
}
/* Fancy headings -------------------------------------------------------------------- */

.fancy_heading {
	text-align: center;
	margin-bottom: 0;
	padding: 0;
}
.fancy_heading .title {
	font-size: 25px;
	line-height: 20px;
	font-weight: 5;
	margin-bottom: 10px;
	color: #ffffff;
}

.fancy_heading .subtitle {
	font-size: 19px;
}

.fancy_heading h2 {
	font-size: 44px !important;
	line-height: 45px !important;
	color: #012b98;
	margin-bottom: 0;
	font-weight: bold !important;
}

.fancy_heading_icon .icon_top {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 15px;
	overflow: hidden;
	display: block
}
.fancy_heading_icon .icon_top i:before {
	margin: 0
}
.fancy_heading_line {
	background-image: url(../images/fancy_heading_hr.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 15px
}
.fancy_heading_line .slogan {
	display: block;
	margin-bottom: 7px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px
}
.fancy_heading_line .inside {
	margin-bottom: 15px
}
#back_to_top {
	float: right;
	bottom: 34px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 20px;
	text-align: center;
	color: #3498db !important;
	border: solid 1px #3498db;
}
/* Pricing boxes --------------------------------------------------------------------- */

.pricing-box {
	border-width: 1px;
	border-style: solid;
	background: #fff
}
.pricing-box .plan-header {
	text-align: center;
	padding: 20px 15px 0
}
.pricing-box .plan-header .image {
	text-align: center;
	margin-bottom: 15px
}
.pricing-box .plan-header h2 {
	margin: 0 0 20px;
	font-size: 30px;
	line-height: 30px
}
.pricing-box .plan-header .price {
	margin: 0 0 20px
}
.pricing-box .plan-header .price>span {
	font-size: 45px;
	line-height: 45px;
	margin: 0 5px
}
.pricing-box .plan-header .price sup.currency {
	font-size: 20px;
	line-height: 20px;
	top: -10px;
	position: relative
}
.pricing-box.cp-right .plan-header .price sup.currency {
	margin-right: 5px
}
.pricing-box .plan-header .price sup.period {
	font-size: 15px;
	line-height: 15px;
	top: -15px;
	position: relative
}
.pricing-box .plan-header hr {
	margin-bottom: 0;
	width: 60%
}
.pricing-box .plan-header p.subtitle {
	padding: 20px 0 0;
	margin-bottom: 0
}
.pricing-box .plan-inside {
	padding: 10px 30px;
	text-align: center
}
.pricing-box .plan-inside ul {
	margin: 0;
	font-size: 100%;
	line-height: normal
}
.pricing-box .plan-inside ul li {
	text-align: center;
	padding: 11px 10px;
	display: block;
	margin: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}
.pricing-box .plan-inside ul li .yes, .pricing-box .plan-inside ul li .no {
	display: inline-block;
	overflow: hidden;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: rgba(0, 0, 0, .1)
}
.pricing-box .plan-inside ul li:last-child {
	border-bottom: 0
}
.pricing-box .plan-footer {
	text-align: center
}
.pricing-box .plan-footer a {
	margin-right: 0
}
.pricing-box-box.pricing-box-featured {
	border-color: transparent
}
/* Pricing table */

.pricing-box.pricing-box-label .plan-header *, .pricing-box.pricing-box-label .plan-footer {
	visibility: hidden
}
.pricing-box-label ul li {
	font-weight: 700;
	text-align: right!important
}
.pricing-box-label, .pricing-box-table {
	border: 0;
	background: none
}
.pricing-box-label .plan-inside, .pricing-box-table .plan-inside {
	padding-left: 0;
	padding-right: 0
}
.pricing-box-table.pricing-box-featured {
	background: rgba(0, 0, 0, .02);
	padding-left: 10px;
	padding-right: 10px
}
/* Content slider ----------------------------------------------------------------------------- */

.content_slider {
	padding: 0 140px;
	position: relative
}
.content_slider .content_slider_ul {
	margin: 0!important;
	line-height: 0;
	border-width: 8px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.content_slider .content_slider_ul li {
	display: block;
	float: left;
	margin: 0!important;
}
.content_slider a.button {
	position: absolute;
	top: 50%;
	margin: -22px 0 0;
	font-size: 13px;
	line-height: 21px
}
.content_slider a.slider_prev {
	left: -90px
}
.content_slider a.slider_next {
	right: -90px
}
.content_slider .slider_pagination {
	width: 100%;
	margin-top: 20px;
}
.content_slider .slider_pagination li {
	display: inline-block;
}
.content_slider .content_slider_ul {
	opacity: 0;
	max-height: 300px;
	transition: opacity 0.3s ease-in-out;
}
.content_slider .content_slider_ul.slick-slider {
	opacity: 1;
	max-height: none;
	zoom: 1;
}
/* Flat */

.content_slider.flat .content_slider_ul {
	border-width: 0
}
.content_slider.flat a.button {
	background: none!important;
	box-shadow: none;
	border: none
}
.content_slider.flat a.button:after {
	display: none!important
}
.content_slider.flat a.button:hover {
	background: none!important
}
.content_slider.flat a.button .button_icon {
	background: none;
	padding: 0;
	font-size: 50px;
	opacity: .3
}
.content_slider.flat a:hover.button .button_icon {
	opacity: 1
}
/* Flat description */

.content_slider.flat.description ul li {
	text-align: center
}
.content_slider.flat.description ul li a {
	display: block;
	text-decoration: none
}
.content_slider.flat.description ul li img {
	margin-bottom: 30px
}
.content_slider.flat.description ul li h3 {
	margin-bottom: 0
}
.content_slider.flat.description ul li .desc {
	line-height: initial;
	padding: 0 20%;
	margin-top: 15px
}
/* Carousel */

.content_slider.carousel {
	padding: 0 70px
}
.content_slider.carousel .content_slider_ul {
	border-width: 0
}
.content_slider.carousel .content_slider_ul li {
	text-align: center;
	padding: 0 20px;
	padding-top: 5px
}
.content_slider.carousel .content_slider_ul li img {
	margin-bottom: 20px;
	opacity: .8;
	position: relative;
	top: 0
}
.content_slider.carousel .content_slider_ul li a {
	color: inherit;
	text-decoration: none;
}
.content_slider.carousel .content_slider_ul li .title {
	opacity: .3;
	line-height: initial;
	/* font-size:115%; */
}
.content_slider.carousel .content_slider_ul li:hover img {
	opacity: 1;
	top: -5px
}
.content_slider.carousel .content_slider_ul li:hover .title {
	opacity: 1
}
.content_slider.carousel a.button {
	background: none!important;
	box-shadow: none;
	border: none;
	top: 40%;
	margin-top: -11px;
}
.content_slider.carousel a.button:after {
	display: none!important
}
.content_slider.carousel a.button:hover {
	background: none!important
}
.content_slider.carousel a.button .button_icon {
	background: none;
	padding: 0;
	font-size: 30px;
	opacity: .5
}
.content_slider.carousel a.button:hover .button_icon {
	opacity: 1
}
.content_slider.carousel a.slider_prev {
	left: -70px
}
.content_slider.carousel a.slider_next {
	right: -70px
}
/* Center mode */

.content_slider.center {
	padding: 0
}
.content_slider.center .content_slider_ul {
	border-width: 0
}
.content_slider.center .content_slider_ul li {
	position: relative;
	padding: 0 5px;
}
.content_slider.center .content_slider_ul li:not(.slick-center) {
	transform: scale(.98)
}
.content_slider.center .content_slider_ul li:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .15);
	opacity: 0;
}
.content_slider.center .content_slider_ul li:not(.slick-center):after {
	opacity: 1;
}
.content_slider.center .content_slider_ul li a {
	position: relative;
	z-index: 1;
}
.content_slider.center a.button {
	background: none!important;
	box-shadow: none;
	border: none;
	z-index: 1
}
.content_slider.center a.button.slider_prev {
	left: 0
}
.content_slider.center a.button.slider_next {
	right: 0
}
.content_slider.center a.button:after {
	display: none!important
}
.content_slider.center a.button:hover {
	background: none!important
}
.content_slider.center a.button .button_icon {
	background: none;
	padding: 0;
	font-size: 50px;
	opacity: .66
}
.content_slider.center a.button .button_icon i {
	color: #fff;
}
.content_slider.center a.button:hover .button_icon {
	opacity: 1
}
.content_slider.center .content_slider_ul li, .content_slider.center .content_slider_ul li:after, .content_slider.center a.button .button_icon {
	transition: all .3s cubic-bezier(.4, 0, .2, 1)
}
/* Navigation visibility */

.content_slider.hide-arrows {
	padding: 0
}
.content_slider.hide-arrows a.slider_prev, .content_slider.hide-arrows a.slider_next {
	display: none!important
}
.content_slider.hide-dots .slider_pagination {
	display: none!important
}
.section.full-width .column.one .content_slider.hide-arrows {
	padding: 0 140px;
}
/* Nice Scroll | .nice-scroll -------------------------------------------------------- */

body.nice-scroll {
	position: relative
}
body.nice-scroll:not(.layout-boxed) {
	padding-right: 10px!important
}
.nice-scroll #configurator, .nice-scroll #Sliding-top a.sliding-top-control, .nice-scroll .fixed-nav.fixed-nav-next {
	margin-right: 10px
}
.nice-scroll .nicescroll-rails {
	background: #666;
	z-index: 9002!important
}
/* Slider | Pagination --------------------------------------------------------------- */

.slider_pagination {
	text-align: center;
	line-height: 0
}
.slider_pagination a {
	display: inline-block;
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	margin: 0 9px;
	background: rgba(0, 0, 0, .15);
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: relative;
	cursor: pointer
}
.slider_pagination a:hover {
	background: rgba(0, 0, 0, .25)
}
.slider_pagination a.selected, .slider_pagination .slick-active a {
	width: 10px;
	height: 8px;
	margin: 0 10px;
	position: relative;
	top: 4px;
	background: rgba(0, 0, 0, .15);
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.slider_pagination a.selected:after, .slider_pagination .slick-active a:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	position: absolute;
	left: 1px;
	top: -3px;
	background: #D6D6D6;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
/* Slider Revolution ----------------------------------------------------------------- */

#mfn-rev-slider input {
	display: inline-block
}
/* Animation */

.content_slider.carousel ul li img, .content_slider.carousel ul li .title, .content_slider.flat a.button .button_icon {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
/* Dark ------------------------------------------------------------------------------ */

.dark, .dark ul.timeline_items, .dark .icon_box a .desc, .dark .icon_box a:hover .desc, .dark .feature_list ul li a, .dark .list_item a, .dark .list_item a:hover, .dark .widget_recent_entries ul li a {
	color: #fff!important
}
.dark .ui-tabs .ui-tabs-panel, .dark .accordion .question .answer {
	color: #626262
}
/* Headings font */

.dark h1, .dark h1 a, .dark h1 a:hover {
	color: #fff
}
.dark h2, .dark h2 a, .dark h2 a:hover {
	color: #fff
}
.dark h3, .dark h3 a, .dark h3 a:hover {
	color: #fff
}
.dark h4, .dark h4 a, .dark h4 a:hover {
	color: #fff
}
.dark h5, .dark h5 a, .dark h5 a:hover {
	color: #fff
}
.dark h6, .dark h6 a, .dark h6 a:hover, .dark a.content_link .title {
	color: #fff
}
/* Borders */

.dark .idea_box, .dark table th, .dark table td, .dark .list_item .circle, .dark input[type="text"], .dark input[type="tel"], .dark input[type="password"], .dark input[type="email"], .dark textarea, .dark select, .dark .promo_box.has_border:after, .dark dl>dt, .dark dl>dd, .dark .article_box .desc_wrapper p, .dark a.icon_bar, .dark a.content_link, .dark .how_it_works .image, .dark .opening_hours, .dark .opening_hours .opening_hours_wrapper li, .dark .icon_box.has_border:after, .dark .chart_box:before, .dark .pricing-box, .dark .team_list .bq_wrapper, .dark .post-footer .post-links, .dark .format-link .post-title .icon-link, .dark .share_wrapper, .dark .post-header .title_wrapper, .dark .section-post-related .section-related-adjustment, .dark .comments, .dark .widget-area, .dark .widget:after, .dark .fixed-nav .desc h6, .dark .portfolio_group.list .portfolio-item, .dark .portfolio_group .portfolio-item .desc .details-wrapper, .dark .Recent_posts ul li .desc h6, .dark .widget_recent_entries ul li a, .dark .woocommerce .widget_best_sellers li, .dark .woocommerce .widget_featured_products li, .dark .woocommerce .widget_recent_reviews li, .dark .woocommerce .widget_recent_products li, .dark .woocommerce .widget_recently_viewed_products li, .dark .woocommerce .widget_random_products li, .dark .woocommerce .widget_top_rated_products li, .dark .woocommerce .widget_onsale li, .dark .woocommerce .widget_layered_nav li, .dark .woocommerce .widget_shopping_cart ul.product_list_widget li, .dark .woocommerce .widget_products li, .dark .woocommerce .product .related.products, .dark .woocommerce .product div.entry-summary h1.product_title:after, .dark .woocommerce .quantity input.qty {
	border-color: rgba(255, 255, 255, .08)
}
/* Grey */

.dark .blockquote p.author span, .dark .counter .desc_wrapper .title, .dark .article_box .desc_wrapper p, .dark .team .desc_wrapper p.subtitle, .dark .pricing-box .plan-header p.subtitle, .dark .pricing-box .plan-header .price sup.period, .dark .chart_box p, .dark .fancy_heading .inside, .dark .fancy_heading_line .slogan, .dark .post-meta, .dark .post-meta a, .dark .post-footer, .dark .post-footer a span.label, .dark .pager .pages a, .dark .button-love a .label, .dark .pager-single a, .dark #comments .commentlist>li .comment-author .says, .dark .fixed-nav .desc .date, .dark .filters_buttons li.label, .dark .Recent_posts ul li a .desc .date, .dark .widget_recent_entries ul li .post-date, .dark .tp_recent_tweets .twitter_time, .dark .widget_price_filter .price_label, .dark .shop-filters .woocommerce-result-count, .dark .woocommerce ul.product_list_widget li .quantity, .dark .widget_shopping_cart ul.product_list_widget li dl, .dark .product_meta .posted_in, .dark .woocommerce .shop_table .product-name .variation>dd, .dark .shipping-calculator-button:after, .dark .shop_slider .shop_slider_ul li .item_wrapper .price del, .dark .testimonials_slider .testimonials_slider_ul li .author span, .dark .testimonials_slider .testimonials_slider_ul li .author span a {
	color: #DEDEDE
}
/* Dividers */

.dark hr {
	background-color: rgba(255, 255, 255, .08);
	color: rgba(255, 255, 255, .08)
}
/* Others */

.dark blockquote {
	color: #fff;
}
.dark .article_box .desc_wrapper h4 {
	color: #000000
}
.dark .progress_bars .bars_list li h6 .label {
	color: rgba(255, 255, 255, 0.35);
	background: rgba(255, 255, 255, 0.05)
}
.dark .faq .question .title {
	color: #fff
}
.dark .counter .desc_wrapper .number {
	color: #fff
}
.dark a.content_link .title {
	color: #000000
}
.dark .opening_hours, .dark .opening_hours h3 {
	color: #000000
}
.dark .Recent_posts ul li .desc {
	background: rgba(0, 0, 0, .1)
}
/* Pricing box */

.dark .pricing-box-box {
	background: rgba(0, 0, 0, 0.1)
}
.dark .pricing-box .plan-inside ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}
/* Lists */

.dark .column_column ul, .dark .column_column ol, .dark .the_content_wrapper ul, .dark .the_content_wrapper ol {
	color: #fff
}
.dark .list_item.lists_2 .list_icon i {
	color: #fff
}
/* Pricing table */

.dark .pricing-box-table.pricing-box-featured {
	background: rgba(0, 0, 0, .1)
}
.dark .pricing-box .plan-header .price sup.period {
	color: rgba(255, 255, 255, 0.5)!important
}
/* Call to action */

.dark .call_to_action .call_left h3 {
	color: rgba(0, 0, 0, .65)
}
.dark .call_to_action .call_center a {
	color: #fff
}
/* Fancy heading */

.dark .fancy_heading_line {
	background-image: url(../images/fancy_heading_hr_dark.png)
}
/* Content slider */

.dark .content_slider.flat a.button .button_icon i {
	color: #fff
}
/* Fancy links */

.dark a.mfn-link, .dark a:hover.mfn-link {
	color: #fff
}
.dark a.hover.mfn-link-2 span:before, .dark a.mfn-link-8:after, .dark a.mfn-link-8:before {
	background: #fff
}
.dark a.mfn-link-4:hover:before, .dark a.mfn-link-4:hover:after, .dark a.hover.mfn-link-4:before, .dark a.hover.mfn-link-4:after, .dark a.mfn-link-7:after, .dark a.mfn-link-7:before {
	background: #fff
}
.dark a.mfn-link-6:before {
	border-bottom-color: #fff
}
/* Pagination */

.dark .slider_pagination a {
	background: rgba(255, 255, 255, 0.3)
}
/* Content slider ----------------------------------------------------------------------------- */

.content_slider {
	padding: 0 140px;
	position: relative
}
.content_slider .content_slider_ul {
	margin: 0!important;
	line-height: 0;
	border-width: 8px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.content_slider .content_slider_ul li {
	display: block;
	float: left;
	margin: 0!important;
}
.content_slider a.button {
	position: absolute;
	top: 50%;
	margin: -22px 0 0;
	font-size: 13px;
	line-height: 21px
}
.content_slider a.slider_prev {
	left: -90px
}
.content_slider a.slider_next {
	right: -90px
}
.content_slider .slider_pagination {
	width: 100%;
	margin-top: 20px;
}
.content_slider .slider_pagination li {
	display: inline-block;
}
.content_slider .content_slider_ul {
	opacity: 0;
	max-height: 300px;
	transition: opacity 0.3s ease-in-out;
}
.content_slider .content_slider_ul.slick-slider {
	opacity: 1;
	max-height: none;
	zoom: 1;
}
.layout-full-width.header-fw #Action_bar .container, .layout-full-width.header-fw #Top_bar .container {
	max-width: 100%;
}
/* Grid */

.grid .post-item {
	width: 31.33%;
	margin: 0 1% 20px;
	background: #fff !important;
}
.grid .post-photo-wrapper {
	width: 100%;
	float: none;
}
.grid .post-desc-wrapper {
	width: 100%;
	float: none;
}
.grid .post-desc-wrapper .post-desc {
	padding: 20px 20px 0;
}
.grid .post-footer {
	margin: 0 -20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.grid .post-meta .author-date .author span.label {
	display: none;
}
.grid .post-desc-wrapper .post-meta .category .cat-btn {
	display: none;
}
.grid .post-desc-wrapper .post-footer .button-love .love-text {
	display: none;
}
/* Columns 2-6 */

.posts_group.grid.col-2 .post-item {
	width: 47.99%;
}
.posts_group.grid.col-3 .post-item {
	width: 31.33%;
}
.posts_group.grid.col-4 .post-item {
	width: 22.99%;
}
.posts_group.grid.col-5 .post-item {
	width: 18.99%;
	margin: 0 0.5% 20px;
}
.posts_group.grid.col-6 .post-item {
	width: 15.66%;
	margin: 0 0.5% 20px;
}
.posts_group.grid.col-2 .post-item:nth-child(2n+1) {
	clear: both;
}
.posts_group.grid.col-3 .post-item:nth-child(3n+1) {
	clear: both;
}
.posts_group.grid.col-4 .post-item:nth-child(4n+1) {
	clear: both;
}
.posts_group.grid.col-5 .post-item:nth-child(5n+1) {
	clear: both;
}
.posts_group.grid.col-6 .post-item:nth-child(6n+1) {
	clear: both;
}
/* Masonry */

.masonry:not(.tiles) .post-item {
	width: 31.33%;
	margin: 0 1% 20px;
	background: #fff !important;
}
.masonry .post-photo-wrapper {
	width: 100%;
	float: none;
}
.masonry .post-desc-wrapper {
	width: 100%;
	float: none;
}
.masonry .post-desc-wrapper .post-desc {
	padding: 20px 20px 0;
}
.masonry .post-footer {
	margin: 0 -20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.masonry .post-meta .author-date .author span.label {
	display: none;
}
.masonry .post-desc-wrapper .post-meta .category .cat-btn {
	display: none;
}
.masonry .post-desc-wrapper .post-footer .button-love .love-text {
	display: none;
}
/* Columns 2-6 */

.posts_group.masonry.col-2 .post-item {
	width: 47.99%;
}
.posts_group.masonry.col-3 .post-item {
	width: 31.33%;
}
.posts_group.masonry.col-4 .post-item {
	width: 22.99%;
}
.posts_group.masonry.col-5 .post-item {
	width: 18.99%;
	margin: 0 0.5% 20px;
}
.posts_group.masonry.col-6 .post-item {
	width: 15.66%;
	margin: 0 0.5% 20px;
}
/* Masonry tiles */

.masonry.tiles {
	position: relative;
}
.masonry.tiles .post-item {
	margin: 0 !important;
	overflow: hidden;
	background-color: transparent;
}
.masonry.tiles .post-item:not(.no-img) .post-desc-wrapper {
	position: absolute;
	z-index: 4;
	left: 0;
	bottom: -20px;
}
.masonry.tiles .post-item:not(.no-img) .post-desc-wrapper .post-desc {
	background: url(../images/blog_masonry_tile_gradient.png) top left repeat-x;
	padding: 70px 30px 30px;
}
.masonry.tiles .post-item .post-desc-wrapper .post-desc {
	padding: 50% 30px 10px;
}
.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-meta .author-date .post-links {
	display: inline-block;
	margin-left: 10px;
}
.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-excerpt {
	display: none;
}
/* Photo wrapper */

.masonry.tiles .post-item:not(.no-img) .post-photo-wrapper {
	line-height: 0;
	position: relative;
}
.masonry.tiles .post-item:not(.no-img) .post-photo-wrapper:after {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	opacity: 0;
	transition: all 0.6s ease-out;
}
.masonry.tiles .post-item:not(.no-img):hover .post-photo-wrapper:after {
	opacity: 1;
}
/* Posts */

.masonry.tiles .format-link .post-title .icon-link {
	display: none;
}
.masonry.tiles .format-link .post-title .link-wrapper {
	margin-left: 0;
	padding-top: 5px;
}
.masonry.tiles .format-quote blockquote {
	margin-left: 0;
	top: 0;
	margin-bottom: 25px;
}
.masonry.tiles .format-quote blockquote:after {
	display: none;
}
.masonry.tiles .format-quote blockquote a {
	text-decoration: none;
}
/* Post icon */

.masonry.tiles .post-item .post-format-icon {
	position: absolute;
	z-index: 3;
	left: 25px;
	top: 25px;
	font-size: 35px;
	line-height: 35px;
	color: #fff;
}
/* Line */

.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-title:after {
	content: "";
	display: block;
	height: 3px;
	margin-top: 20px;
	width: 0;
	transition: all 0.4s ease-out;
}
.masonry.tiles .post-item:hover .post-desc-wrapper .post-desc .post-title:after {
	width: 40%;
}
/* Desc wrapper animation */

.masonry.tiles .post-item .post-desc-wrapper {
	transition: all 0.4s ease-out;
}
.masonry.tiles .post-item:hover .post-desc-wrapper {
	transform: translateY(-20px);
}
/* Columns 2-6 */

.posts_group.masonry.tiles.col-2 .post-item {
	width: 49.99%;
}
.posts_group.masonry.tiles.col-3 .post-item {
	width: 33.33%;
}
.posts_group.masonry.tiles.col-4 .post-item {
	width: 24.99%;
}
.posts_group.masonry.tiles.col-5 .post-item {
	width: 19.99%;
}
.posts_group.masonry.tiles.col-6 .post-item {
	width: 16.66%;
}
/* With margin */

.posts_group.masonry.margin .post-item {
	margin: 0 1% 25px !important;
}
.posts_group.masonry.margin.col-2 .post-item {
	width: 47.99%;
}
.posts_group.masonry.margin.col-3 .post-item {
	width: 31.33%;
}
.posts_group.masonry.margin.col-4 .post-item {
	width: 22.99%;
}
.posts_group.masonry.margin.col-5 .post-item {
	width: 18.99%;
	margin: 0 0.5% 12px !important;
}
.posts_group.masonry.margin.col-6 .post-item {
	width: 15.66%;
	margin: 0 0.5% 12px !important;
}
/* Colors */

.masonry.tiles .post-item.format-quote blockquote, .masonry.tiles .post-item.format-quote blockquote a, .masonry.tiles .post-item.format-link .post-title .icon-link, .masonry.tiles .post-item.format-link .post-title .link-wrapper h4, .masonry.tiles .post-item.format-link .post-title .link-wrapper a, .masonry.tiles .post-item .post-desc-wrapper .post-desc .post-title .entry-title a {
	color: #fff;
}
.masonry.tiles .post-item.no-img .post-desc-wrapper .post-desc .post-title:after, .masonry.tiles .post-item.format-quote .post-desc-wrapper .post-desc .post-title:after, .masonry.tiles .post-item.format-link .post-desc-wrapper .post-desc .post-title:after {
	background-color: #fff;
}
.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-head .post-meta, .masonry.tiles .post-item .post-desc-wrapper .post-desc .post-head .post-meta a, .masonry.tiles .post-item .post-desc-wrapper .post-desc .post-excerpt {
	color: rgba(255, 255, 255, .7);
}
/* Timeline */

.timeline .post-item {
	float: none;
	width: auto;
	padding-left: 200px;
	margin-bottom: 0;
	padding-bottom: 40px;
	background: url(../images/timeline_right.png) no-repeat 90px top;
}
.timeline .post-item:last-child {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.timeline .format-quote .post-meta, .timeline .format-link .post-meta {
	padding-top: 7px;
}
.timeline .post-item:before {
	content: "";
	width: 7px;
	height: 7px;
	border-width: 4px;
	border-style: solid;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: 126px;
	top: 11px;
	display: block;
	visibility: visible;
	z-index: 1;
}
.timeline .date_label {
	display: block;
}
.timeline .post-meta .author-date .date {
	display: none;
}
/* Photo */

.photo .post-item {
	float: none;
}
.photo .post-photo-wrapper {
	width: 100%;
	float: none;
}
.photo .post-desc-wrapper {
	width: 100%;
	float: none;
	text-align: center;
}
.photo .post-desc .post-head {}
.photo .post-desc .post-head .post-meta {
	display: inline-block;
}
.photo .post-desc .post-head .post-footer {
	display: inline-block;
	background: none;
	padding: 0;
	line-height: inherit;
}
.photo .post-desc .post-title {}
.photo .post-desc .post-excerpt {
	margin-bottom: 0;
}
.photo .post-desc .post-head .post-meta .author-date, .photo .post-desc .post-head .post-meta .category, .photo .post-desc .post-head .post-footer .button-love, .photo .post-desc .post-head .post-footer .post-links {
	float: none;
	display: inline-block;
}
.photo .post-desc .post-head .post-meta .author-date {
	margin-right: 20px;
}
.photo .post-desc .post-head .post-meta .author-date .label {
	display: none;
}
.photo .post-desc .post-head .post-footer .button-love {
	margin-right: 20px;
}
.photo .post-desc .post-head .post-footer .button-love .love-text {
	display: none;
}
.photo .post-desc .post-head .post-footer .post-links {
	border: 0;
	padding: 0;
}
.photo .post-desc .post-head .post-footer .post-links .icon-doc-text, .photo .post-desc .post-head .post-footer .post-links .post-more {
	display: none;
}
.photo .format-image {
	text-align: center;
}
.photo .format-image .post-photo-wrapper {
	display: inline-block;
	width: auto;
}
.photo .format-link .post-title {
	display: inline-block;
	text-align: left;
}
/* Post types */

.format-quote .post-photo-wrapper {
	display: none
}
.format-quote .post-desc {
	padding: 0
}
.format-quote .post-desc-wrapper {
	width: 100%;
	float: none
}
.format-video .image_frame .image_wrapper img {
	margin-bottom: 0!important
}
.format-video .image_frame:hover .image_wrapper img {
	top: 0
}
.format-link .post-photo-wrapper {
	display: none
}
.format-link .post-desc-wrapper {
	width: 100%;
	float: none
}
.format-link .post-desc {
	padding: 0
}
.format-link .post-title {
	overflow: hidden
}
.format-link .post-title .icon-link {
	display: block;
	width: 80px;
	height: 80px;
	font-size: 60px;
	line-height: 80px;
	border-right-width: 1px;
	border-style: solid;
	float: left;
	text-align: center
}
.format-link .post-title .link-wrapper {
	margin-left: 100px;
	padding-top: 14px
}
.format-link .post-title .link-wrapper h4 {
	margin-bottom: 7px;
	font-size: 20px;
	line-height: 22px
}
/* Single Post ----------------------------------------------------------------------- */

.post-nav {
	padding: 10px 10px 4px 130px;
	margin-bottom: 20px;
	background-image: url(../images/stripes/stripes_5_b.png);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden
}
.post-nav .next-prev-nav {
	float: left
}
.post-nav .next-prev-nav li {
	float: left;
	margin-right: 5px
}
.post-nav .next-prev-nav a.button {
	margin: 0;
	padding: 0!important
}
.post-nav .list-nav {
	float: right;
	line-height: 49px
}
.post-nav.minimal.column {
	padding: 0;
	background: none;
	position: relative;
	height: 40px!important;
}
.post-nav.minimal a {
	position: absolute;
	top: 0;
	opacity: .6;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.post-nav.minimal a:hover {
	opacity: 1
}
.post-nav.minimal a.prev {
	left: 0;
}
.post-nav.minimal a.next {
	right: 0;
}
.post-nav.minimal a.home {
	left: 50%;
	margin: 3px 0 0 -13px;
}
.post-nav.minimal a i {
	font-size: 25px;
	line-height: 30px;
	color: #626262
}
.post-nav.minimal a svg {
	fill: #626262
}
.post-header {
	margin-bottom: 20px
}
.post-header .button-love {
	width: 99px;
	float: left;
	text-align: center
}
.post-header .button-love a.mfn-love {
	display: inline-block;
	position: relative;
	padding-left: 28px;
	font-size: 17px;
	margin-top: 25px
}
.no-title .post-header .button-love a.mfn-love {
	margin-top: 0
}
.post-header .button-love a.mfn-love i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px
}
.post-header .button-love a.mfn-love:hover {
	text-decoration: none
}
.post-header .button-love a.mfn-love i:last-child {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.post-header .button-love a:hover.mfn-love i:last-child, .post-header .button-love a.loved.mfn-love i:last-child {
	opacity: 1;
	filter: alpha(opacity=100)
}
.post-header .title_wrapper {
	margin-left: 99px;
	border-left-width: 1px;
	border-style: solid;
	padding-left: 30px
}
.post-header .title_wrapper h1 {
	font-size: 35px;
	line-height: 35px
}
.single-photo-wrapper .share_wrapper {
	float: left
}
.single-photo-wrapper .image_frame {
	margin-left: 120px
}
.single-photo-wrapper .image_frame iframe {
	width: 100%
}
.no-share .single-photo-wrapper .image_frame {
	margin-left: 0
}
.single-photo-wrapper.image {
	text-align: center
}
.single-photo-wrapper.image .image_frame {
	margin-left: 0;
	display: inline-block
}
.section-post-header .single-photo-wrapper.image .image_frame {
	max-width: 80%;
	max-width: calc(100% - 130px)
}
.no-share .section-post-header .single-photo-wrapper.image .image_frame {
	max-width: 100%
}
.share_wrapper {
	background: #fff;
	border-width: 1px;
	border-style: solid;
	width: 98px;
	text-align: center;
	padding: 10px 0 5px
}
.share_wrapper .stButton {
	margin-bottom: 10px
}
.section-post-intro-share .share_wrapper {
	float: right;
	background: none;
	border: none;
	width: unset;
	padding: 0
}
.section-post-intro-share .share_wrapper>span {
	float: left
}
.section-post-intro-share .share_wrapper .stButton .stBubble {
	display: none!important
}
.author-box .avatar-wrapper {
	width: 64px;
	height: 64px;
	float: left;
	border-width: 8px;
	border-style: solid;
	display: block;
	line-height: 0;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden
}
.author-box .desc-wrapper {
	/* background: rgba(0, 0, 0, .02); */
	padding: 20px;
	position: relative;
	margin-left: 105px;
}
.author-box .desc-wrapper:after {
	content: "";
	display: block;
	position: absolute;
	left: -6px;
	top: 35px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 6px 0;
	border-color: transparent rgba(0, 0, 0, .02) transparent transparent
}
.author-box .desc-wrapper h5 {
	margin-bottom: 5px
}
/* Hide Love */

.hide-love .button-love {
	display: none!important
}
.hide-love .post-header .title_wrapper {
	margin-left: 0;
	padding-left: 10px;
	border-left: none
}
.hide-love .post-nav {
	padding-left: 10px
}
.hide-love .portfolio_group .portfolio-item .desc .title_wrapper {
	padding-right: 0
}
/* Post related */

.section-post-related .section-related-adjustment {
	border-top-width: 1px;
	border-style: solid;
	padding-top: 20px
}
.section-post-related .post-related {
	position: relative;
	width: 31.333%
}
.section-post-related .col-2 .post-related {
	width: 48%
}
.section-post-related .col-3 .post-related {
	width: 31.333%
}
.section-post-related .col-4 .post-related {
	width: 23%
}
.section-post-related .col-5 .post-related {
	width: 18%
}
.section-post-related .col-6 .post-related {
	width: 14.666%
}
.section-post-related .col-2 .post-related:nth-child(2n+1) {
	clear: both
}
.section-post-related .col-3 .post-related:nth-child(3n+1) {
	clear: both
}
.section-post-related .col-4 .post-related:nth-child(4n+1) {
	clear: both
}
.section-post-related .col-5 .post-related:nth-child(5n+1) {
	clear: both
}
.section-post-related .col-6 .post-related:nth-child(6n+1) {
	clear: both
}
.section-post-related .post-related .image_frame {
	margin-left: 30px;
	margin-bottom: 15px
}
.section-post-related .post-related .fullscreen-container {
	height: 180px!important
}
.section-post-related .post-related .date_label {
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 20
}
.section-post-related .post-related hr {
	margin-left: 30px;
	width: 40%
}
.section-post-related .post-related a.button {
	margin-left: 30px;
	margin-bottom: 0
}
.section-post-related .format-quote blockquote {
	margin-top: 70px;
	margin-left: 40px
}
.section-post-related .format-link .image_frame {
	height: 180px;
	background-color: rgba(255, 255, 255, .5);
	background-image: url(../images/link.png);
	background-position: center center;
	background-repeat: no-repeat
}
.section-post-related .format-standard.no-img .image_frame {
	display: block;
	height: 180px;
	background-color: rgba(255, 255, 255, .5);
	background-image: url(../images/photo.png);
	background-position: center center;
	background-repeat: no-repeat
}
.section-post-related .post-related .image_frame iframe {
	width: 100%
}
/* Section post related - simple */

.section-post-related .simple .post-related .image_frame {
	margin-left: 0px;
}
.section-post-related .simple .post-related .date_label {
	margin-bottom: 5px;
	position: static;
	padding: 0;
	background-color: transparent;
	background-image: none;
}
.section-post-related .simple .post-related .date_label:after {
	display: none;
}
.section-post-related .simple .post-related hr {
	display: none;
}
.section-post-related .simple .post-related a.button {
	margin-left: 0px;
}
.section-post-related .simple .post-related.format-quote .date_label {
	margin-bottom: 10px;
}
.section-post-related .simple .format-quote blockquote {
	margin-top: 0px;
}
/* Format | Link */

.single-format-link .single-photo-wrapper .share_wrapper {
	float: none;
	width: auto;
	padding: 10px 15px 15px
}
.single-format-link .single-photo-wrapper .share_wrapper .stButton {
	margin: 0 10px 0 0
}
.single-format-link .section-post-header .single-photo-wrapper .image_frame {
	display: none
}
/* Format | Quote */

.single-format-quote #Subheader .title {
	width: 100%
}
.single-format-quote #Subheader ul.breadcrumbs {
	display: none
}
.single-format-quote .single-photo-wrapper .share_wrapper {
	float: none;
	width: auto;
	padding: 10px 15px 15px
}
.single-format-quote .single-photo-wrapper .share_wrapper .stButton {
	margin: 0 10px 0 0
}
.single-format-quote .section-post-header .single-photo-wrapper .image_frame {
	display: none
}
/* NO img */

.portfolio.no-img .single-photo-wrapper .share_wrapper, .format-image.no-img .single-photo-wrapper .share_wrapper, .format-standard.no-img .single-photo-wrapper .share_wrapper {
	float: none;
	width: auto;
	padding: 10px 15px 15px
}
.portfolio.no-img .single-photo-wrapper .share_wrapper .stButton, .format-image.no-img .single-photo-wrapper .share_wrapper .stButton, .format-standard.no-img .single-photo-wrapper .share_wrapper .stButton {
	margin: 0 10px 0 0
}
.portfolio.no-img .section-post-header .single-photo-wrapper .image_frame, .format-image.no-img .section-post-header .single-photo-wrapper .image_frame, .format-standard.no-img .section-post-header .single-photo-wrapper .image_frame {
	display: none!important
}
/* Project decription */

.project-description li {
	width: 99.9%;
	clear: both;
	padding: 7px 10px;
	background: rgba(0, 0, 0, .01);
	border-style: solid;
	border-color: rgba(0, 0, 0, .03);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.project-description li .label {
	font-weight: 700;
	min-width: 50px;
	display: inline-block
}
.project-description li.one-third {
	float: left;
	width: 33.3%;
	clear: none;
	padding-right: 15px;
	border-width: 0 1px 1px 0
}
.project-description li:nth-child(3) {
	border-right-color: transparent
}
/* Share Item */

.share_item {
	float: none;
	width: auto;
	padding: 10px 15px 15px
}
.share_item .stButton {
	margin: 0 10px 0 0
}
/* Templates | Preview --------------------------------------------------------------- */

.single-template .section-post-header, .single-template .section-post-about, .single-template .section-post-related, .single-template .section-post-comments {
	display: none;
}
/* Widget Area ----------------------------------------------------------------------- */

.widget-area {
	border-style: solid;
	padding: 30px 20px 20px;
	position: relative
}
.widget-area:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 1500px;
	height: 100%;
	background: rgba(0, 0, 0, .01);
	visibility: visible
}
.aside_left .widget-area {
	border-right-width: 1px
}
.aside_left .widget-area:before {
	right: 0
}
.aside_right .widget-area {
	border-left-width: 1px
}
.aside_right .widget-area:before {
	left: 0
}
.widget-area.lines-boxed .widget:after {
	width: 100%
}
.widget-area.lines-hidden .widget:after {
	display: none
}
.widget {
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative
}
.widget:last-child {
	margin-bottom: 0;
	padding-bottom: 0
}
.widget:last-child:after {
	display: none
}
.widget:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 1500px;
	height: 0;
	visibility: visible;
	border-width: 1px 0 0;
	border-style: solid
}
.widget>h3 {
	font-size: 18px;
	line-height: 22px
}
.aside_left .widget:after {
	right: 0
}
.aside_right .widget:after {
	left: 0
}
.with_aside.aside_both .sidebar-1 .widget-area {
	border-right-width: 1px
}
.with_aside.aside_both .sidebar-1 .widget-area:before {
	right: 0
}
.with_aside.aside_both .sidebar-1 .widget-area .widget:after {
	right: 0
}
.with_aside.aside_both .sidebar-2 .widget-area {
	border-left-width: 1px
}
.with_aside.aside_both .sidebar-2 .widget-area:before {
	left: 0
}
.with_aside.aside_both .sidebar-2 .widget-area .widget:after {
	left: 0
}
/* Recent posts */

.Recent_posts ul {
	margin: 0!important
}
.Recent_posts ul li {
	margin-bottom: 10px;
	list-style: none!important
}
.Recent_posts ul li:last-child {
	margin-bottom: 0
}
.Recent_posts ul li a {
	text-decoration: none
}
.Recent_posts ul li .desc {
	margin-right: 80px;
	padding: 5px 15px;
	background: #fff;
	position: relative;
	min-height: 70px
}
.Recent_posts ul li .desc:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 4px;
	height: 100%
}
.Recent_posts ul li .desc h6 {
	position: relative;
	z-index: 2;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-style: solid
}
.Recent_posts ul li .desc .date {
	position: relative;
	z-index: 2
}
.Recent_posts ul li .desc .date i {
	display: inline-block;
	margin-right: 2px
}
.Recent_posts ul li.no-img {
	position: relative
}
.Recent_posts ul li.no-img .photo {
	width: 0;
	position: static
}
.Recent_posts ul li.no-img .desc {
	margin-right: 0;
	min-height: inherit
}
.Recent_posts ul li .photo {
	width: 80px;
	height: 80px;
	line-height: 0;
	text-align: center;
	float: right;
	position: relative
}
.Recent_posts ul li .photo .c {
	width: 25px;
	height: 25px;
	line-height: 25px;
	z-index: 3;
	text-align: center;
	color: #fff;
	position: absolute;
	right: -12px;
	bottom: 12px;
	font-size: 11px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.Recent_posts ul li a:hover h6, .Recent_posts ul li a:hover .desc .date {
	color: #fff!important
}
.Recent_posts ul li a:hover .desc:after {
	width: 100%
}
/* Formats */

.Recent_posts ul li.format-link .photo {
	background-color: #eee;
	background-image: url(../images/link.png);
	background-position: center center;
	background-repeat: no-repeat
}
.Recent_posts ul li.format-quote .photo {
	background-color: #eee;
	background-image: url(../images/blockquote.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40% auto
}
/* Animation */

.Recent_posts ul li a h6, .Recent_posts ul li a .desc .date, .Recent_posts ul li a .desc:after {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
/* Recent posts | WordPress */

.widget_recent_entries ul li {
	padding: 5px 15px;
	background: #fff;
	position: relative;
	margin-bottom: 10px
}
.widget_recent_entries ul li a {
	display: block;
	text-decoration: none;
	position: relative;
	z-index: 2;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-style: solid
}
.widget_recent_entries ul li:last-child {
	margin-bottom: 0
}
.widget_recent_entries ul li:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 4px;
	height: 100%
}
.widget_recent_entries ul li:hover:after {
	width: 100%
}
.widget_recent_entries ul li .post-date {
	display: block;
	position: relative;
	z-index: 2
}
.widget_recent_entries ul li:hover a, .widget_recent_entries ul li:hover .post-date {
	color: #fff
}
.widget_recent_entries ul li:hover a, .widget_recent_entries ul li:hover .post-date, .widget_recent_entries ul li:hover:after {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
/* Categories */

.widget_categories ul {
	list-style-type: square;
	color: #fff;
	padding: 5px 10px 5px 30px
}
.widget_categories ul li {
	position: relative
}
.widget_categories ul li:after {
	content: "";
	display: block;
	width: 70px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, .2);
	position: absolute;
	left: -30px;
	bottom: 0
}
.widget_categories ul li:last-child:after {
	display: none
}
.widget_categories ul li a {
	color: #fff!important;
	display: block;
	padding: 7px 0 7px 3px
}
/* Archives, Custom menu */

.widget_archive ul, .widget_nav_menu ul {
	list-style-type: square;
	padding: 5px 10px 5px 30px;
	background: rgba(0, 0, 0, .03)
}
.widget_archive ul li, .widget_nav_menu ul li {
	position: relative
}
.widget_archive ul li:after, .widget_nav_menu ul li:after {
	content: "";
	display: block;
	width: 70px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, .1);
	position: absolute;
	left: -30px;
	bottom: 0
}
.widget_archive ul li:last-child:after, .widget_nav_menu ul li:last-child:after {
	display: none
}
.widget_archive ul li a, .widget_nav_menu ul li a {
	display: block;
	padding: 8px 0 9px 3px
}
/* Meta, Pages, RSS */

.widget_meta ul, .widget_pages ul, .widget_rss ul {
	list-style-type: square;
	padding: 0 0 0 30px
}
.widget_meta ul li a, .widget_pages ul li a, .widget_rss ul li a {
	display: block;
	padding: 4px 0 7px 4px
}
/* Recent comments */

.widget_mfn_recent_comments ul {
	margin: 0!important
}
.widget_mfn_recent_comments ul li {
	padding-bottom: 15px;
	margin-bottom: 0!important;
	background: url(../images/recent_comments.png) no-repeat 4px top;
	padding-left: 40px;
	position: relative;
	list-style: none!important
}
.widget_mfn_recent_comments ul li:last-child {
	padding-bottom: 5px
}
.widget_mfn_recent_comments ul li .date_label {
	background-color: rgba(0, 0, 0, .03);
	margin-top: 7px;
	margin-bottom: 5px;
	position: relative
}
.widget_mfn_recent_comments ul li .date_label:after {
	border-left-color: rgba(0, 0, 0, .03)
}
.widget_mfn_recent_comments ul li:after {
	content: "";
	width: 7px;
	height: 7px;
	border-width: 4px;
	border-style: solid;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 11px;
	display: block;
	z-index: 1
}
.widget_mfn_recent_comments ul li p {
	margin-bottom: 0
}
/* Recent comments wordpress */

.widget_recent_comments ul li {
	padding-bottom: 5px;
	padding-top: 6px;
	background: url(../images/recent_comments.png) no-repeat 4px top;
	padding-left: 40px;
	position: relative
}
.widget_recent_comments ul li:last-child {
	padding-bottom: 5px
}
.widget_recent_comments ul li:after {
	content: "";
	width: 7px;
	height: 7px;
	border-width: 4px;
	border-style: solid;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 11px;
	display: block;
	z-index: 1
}
/* Search */

.widget_search input[type="text"] {
	margin-bottom: 0;
	width: 100%
}
.widget_search .icon_close, .widget_search .icon_search {
	display: none
}
/* Calendar */

.widget_calendar td, .widget_calendar th {
	padding: 4px 3px
}
.widget_calendar caption {
	padding: 5px;
	font-size: 14px
}
.widget_calendar table tfoot tr:hover td {
	background: none!important
}
/* Flickr */

.Flickr {
	overflow: hidden
}
.Flickr .flickr_badge_image {
	margin: 0;
	padding: 0;
	float: left;
	margin: 0 1% 2% 1%;
	width: 23%
}
.Flickr .flickr_badge_image a {
	display: block;
	line-height: 0
}
/* Recent tweets */

.widget_tp_widget_recent_tweets .tp_recent_tweets {
	clear: none;
	float: none
}
.widget_tp_widget_recent_tweets ul {
	overflow: hidden
}
.widget_tp_widget_recent_tweets ul li:last-child {
	padding-bottom: 0
}
/* Tag cloud */

.widget_mfn_tag_cloud ul {
	margin-bottom: 0;
	overflow: hidden
}
.widget_mfn_tag_cloud ul li {
	margin: 0;
	padding: 0;
	float: left;
	margin: 0 5px 2px 0
}
.widget_mfn_tag_cloud a {
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	height: 22px;
	font-size: 12px;
	padding-right: 8px;
	margin-right: 1px
}
.widget_mfn_tag_cloud a:hover {
	text-decoration: none
}
.widget_mfn_tag_cloud a span {
	padding-left: 8px;
	height: 22px;
	line-height: 22px;
	display: block;
	float: left
}
/* Muffin menu */

.widget_mfn_menu ul li a {
	display: block;
	padding: 7px 10px;
	margin-bottom: 5px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .04);
	color: #858585
}
.widget_mfn_menu ul li a:hover, .widget_mfn_menu ul li.current-menu-item:not(.current-menu-ancestor)>a, .widget_mfn_menu ul li.current_page_item:not(.current_page_ancestor)>a {
	text-decoration: none;
	color: #fff!important
}
.widget_mfn_menu ul li ul li a {
	padding-left: 20px
}
.widget_mfn_menu ul li ul li a:before {
	content: "-";
	margin-right: 5px
}
.widget_mfn_menu ul li ul li ul li a {
	padding-left: 40px
}
.widget_mfn_menu ul li ul li ul li ul li a {
	padding-left: 60px
}
.widget_mfn_menu ul.submenus-hover li ul {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 1s ease-in-out;
	-moz-transition: max-height 1s ease-in-out;
	-o-transition: max-height 1s ease-in-out;
	transition: max-height 1s ease-in-out
}
.widget_mfn_menu ul.submenus-hover li.current_page_item>ul, .widget_mfn_menu ul.submenus-hover li:hover>ul {
	max-height: 10000px
}
.widget_mfn_menu ul.submenu-active li.current-menu-parent>ul {
	max-height: 10000px
}
.widget_mfn_menu ul.submenus-click li ul {
	overflow: hidden;
	max-height: 0
}
.widget_mfn_menu ul.submenus-click li.hover>ul {
	max-height: 10000px
}
/* Muffin login */

.mfn-login {
	overflow: hidden
}
.mfn-login form p {
	margin-bottom: 5px
}
.mfn-login form input {
	margin-bottom: 0
}
.mfn-login .sep {
	margin: 0 7px
}
.mfn-login .avatar-wrapper {
	float: left;
	width: 64px;
	margin: 0 10px 10px 0
}
.mfn-login .author {
	float: left
}
.mfn-login .alert {
	padding: 5px 10px;
	margin-bottom: 5px
}
/* Portfolio ----------------------------------------------------------------------- */

.portfolio_group {
	margin: 0!important
}
.portfolio_group .portfolio-item {
	list-style: none!important;
	float: left
}
.portfolio_group .portfolio-item.isotope-grid-sizer {
	margin: 0!important
}
.portfolio_group:not(.list) .portfolio-item {
	background: none!important
}
.portfolio_group .portfolio-item .list_style_header {
	display: none;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	min-height: 46px;
	padding-right: 275px
}
.portfolio_group .portfolio-item .list_style_header h3 {
	margin-bottom: 0;
	margin-top: 7px
}
.portfolio_group .portfolio-item .list_style_header .links_wrapper {
	position: absolute;
	right: 0;
	top: 0
}
.portfolio_group .portfolio-item .list_style_header .links_wrapper a {
	margin-bottom: 0
}
.portfolio_group .portfolio-item .list_style_header .links_wrapper a:last-child {
	margin-right: 0
}
.portfolio_group .portfolio-item:first-child .list_style_header .links_wrapper a.portfolio_prev_js {
	display: none
}
.portfolio_group .portfolio-item:last-child .list_style_header .links_wrapper a.portfolio_next_js {
	display: none
}
.portfolio_group .portfolio-item .image_frame {
	width: 100%;
	margin-bottom: 0
}
.portfolio_group .portfolio-item .desc {
	padding: 20px;
	background: #fff;
	overflow: hidden
}
.portfolio_group .portfolio-item .desc .title_wrapper {
	position: relative;
	padding-right: 43px
}
.portfolio_group .portfolio-item .desc .title_wrapper h5 {
	margin-bottom: 0
}
.portfolio_group .portfolio-item .desc .title_wrapper .button-love {
	position: absolute;
	right: 0;
	top: 0
}
.portfolio_group .portfolio-item .desc .title_wrapper .button-love a.mfn-love {
	display: inline-block;
	position: relative;
	padding-left: 24px
}
.portfolio_group .portfolio-item .desc .title_wrapper .button-love a.mfn-love i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px
}
.portfolio_group .portfolio-item .desc .title_wrapper .button-love a.mfn-love:hover {
	text-decoration: none
}
.portfolio_group .portfolio-item .desc .title_wrapper .button-love a.mfn-love i:last-child {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.portfolio_group .portfolio-item .desc .title_wrapper .button-love a:hover.mfn-love i:last-child, .portfolio_group .portfolio-item .desc .title_wrapper .button-love a.loved.mfn-love i:last-child {
	opacity: 1;
	filter: alpha(opacity=100)
}
.portfolio_group .portfolio-item .desc .desc-wrapper {
	margin-right: 280px
}
.portfolio_group .portfolio-item .desc .details-wrapper {
	float: right;
	width: 240px;
	padding-left: 19px;
	border-left-width: 1px;
	border-style: solid
}
.portfolio_group .portfolio-item .desc .details-wrapper dl {
	margin-bottom: 0
}
.portfolio_group .portfolio-item .desc .details-wrapper dl>dt {
	padding: 2px 0;
	border: 0;
	width: 80px
}
.portfolio_group .portfolio-item .desc .details-wrapper dl>dd {
	padding: 2px 0;
	border: 0;
	margin-left: 90px
}
/* List */

.portfolio_group.list .portfolio-item {
	width: 100%;
	border-bottom-width: 0;
	border-style: solid
}
.portfolio_group.list .portfolio-item .portfolio-item-fw-bg {
	background-position: top center;
	background-repeat: repeat;
	padding: 35px 0
}
.portfolio_group:not(.list) .portfolio-item .portfolio-item-fw-bg {
	background: none!important
}
body.with_aside .portfolio_group.list .portfolio-item .portfolio-item-fw-bg {
	padding-left: 5%;
	padding-right: 5%
}
body:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper {
	width: 1200px;
	margin: 0 auto
}
.portfolio_group.list .portfolio-item .list_style_header {
	display: block
}
.portfolio_group.list .portfolio-item .desc {
	background: none;
	padding: 20px 0 0
}
.portfolio_group.list .portfolio-item .desc .title_wrapper {
	display: none
}
/* Flat */

.portfolio_group.flat .portfolio-item {
	width: 33.3%
}
.portfolio_group.flat .portfolio-item .image_frame {
	border: 0
}
.portfolio_group.flat .portfolio-item .image_frame .mask {
	box-shadow: 0 0 0 0;
	-webkit-box-shadow: 0 0 0 0
}
.portfolio_group.flat .portfolio-item .desc {
	display: none
}
/* Grid */

.portfolio_group.grid .portfolio-item {
	width: 31.2%;
	margin: 0 1% 20px
}
.portfolio_group.grid .portfolio-item .desc .desc-wrapper, .portfolio_group.grid .portfolio-item .desc .details-wrapper {
	display: none
}
/* Masonry */

.portfolio_group.masonry .portfolio-item {
	width: 31.2%;
	margin: 0 1% 20px
}
.portfolio_group.masonry .portfolio-item .desc .title_wrapper {
	margin-bottom: 15px
}
.portfolio_group.masonry .portfolio-item .desc .desc-wrapper {
	display: block;
	margin-right: 0
}
.portfolio_group.masonry .portfolio-item .desc .details-wrapper {
	display: none
}
/* Masonry hover */

.portfolio_group.masonry-hover .portfolio-item {
	width: 31.2%;
	margin: 0 1% 20px;
}
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper {
	position: relative;
	overflow: hidden;
}
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .3);
	height: 100%;
	width: 100%;
	padding: 10% 10% 50px;
	box-sizing: border-box;
	z-index: 2;
}
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc h3:after {
	content: "";
	display: block;
	margin: 15px 0;
	width: 20px;
	height: 3px;
	background: #fff;
}
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc h3 a {
	color: #fff;
}
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .desc-inner {
	height: 100%;
	overflow: hidden;
	color: #fff;
}
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper {
	bottom: 18px;
	box-sizing: border-box;
	left: 0;
	padding: 0 7% 0 8%;
	position: absolute;
	width: 100%;
}
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.zoom, .portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.link, .portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.external {
	font-size: 25px;
	color: #fff;
	position: relative;
	top: 0;
}
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.zoom {}
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.link {
	float: right;
}
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.external {}
.portfolio_group.masonry-hover .portfolio-item .image-wrapper {
	line-height: 0;
}
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc.bg-light h3 a, .portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc.bg-light .desc-inner, .portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc.bg-light .links-wrappper a {
	color: #000000;
}
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc.bg-light h3:after {
	background: #000000;
}
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper:hover .hover-desc {
	opacity: 1;
}
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a:hover.zoom, .portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a:hover.link, .portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a:hover.external {
	top: -3px;
}
.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper .hover-desc {
	padding: 10%;
}
.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper {
	overflow: visible;
}
.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper .hover-desc {
	position: static;
	opacity: 1;
}
.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper .hover-desc .desc-inner {
	margin-bottom: 15px;
}
.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper .hover-desc .links-wrappper {
	position: static;
	padding: 0;
	margin-top: 30px;
}
.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper .hover-desc .links-wrappper a.zoom {
	display: none;
}
/* Animation */

.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.zoom, .portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.link, .portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.external, .portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* Masonry minimal */

.portfolio_group.masonry-minimal .portfolio-item {
	width: 31.2%;
	margin: 0 1% 20px;
}
/* Masonry Flat */

.portfolio_group.masonry-flat {
	float: left;
	width: 100.5%;
}
.portfolio_group.masonry-flat .portfolio-item {
	width: 24.9%;
	display: block;
	float: left;
	position: relative;
}
.portfolio_group.masonry-flat .portfolio-item.wide {
	width: 49.8%;
}
.portfolio_group.masonry-flat .portfolio-item .portfolio-item-fill {
	padding-bottom: 78%;
}
.portfolio_group.masonry-flat .portfolio-item.tall .portfolio-item-fill {
	padding-bottom: 156%;
}
.portfolio_group.masonry-flat .portfolio-item.wide .portfolio-item-fill {
	padding-bottom: 39%;
}
.portfolio_group.masonry-flat .portfolio-item.tall.wide .portfolio-item-fill {
	padding-bottom: 78%;
}
.portfolio_group.masonry-flat .portfolio-item .image_frame {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
.portfolio_group.masonry-flat .portfolio-item .image_frame .image_wrapper {
	position: static;
}
.portfolio_group.masonry-flat .portfolio-item .image_frame .mask {
	box-shadow: 0 0 0 0;
	-webkit-box-shadow: 0 0 0 0;
}
.portfolio_group.masonry-flat .portfolio-item .image_frame img {
	margin: 0 !important;
	top: 0 !important;
}
.portfolio_group.masonry-flat .portfolio-item .desc {
	display: none;
}
/* Columns 2-6 */

/* Grid, Masonry, Masonry Hover */

.portfolio_group.grid.col-2 .portfolio-item, .portfolio_group.masonry.col-2 .portfolio-item, .portfolio_group.masonry-hover.col-2 .portfolio-item, .portfolio_group.masonry-minimal.col-2 .portfolio-item {
	width: 47.99%;
}
.portfolio_group.grid.col-3 .portfolio-item, .portfolio_group.masonry.col-3 .portfolio-item, .portfolio_group.masonry-hover.col-3 .portfolio-item, .portfolio_group.masonry-minimal.col-3 .portfolio-item {
	width: 31.33%;
}
.portfolio_group.grid.col-4 .portfolio-item, .portfolio_group.masonry.col-4 .portfolio-item, .portfolio_group.masonry-hover.col-4 .portfolio-item, .portfolio_group.masonry-minimal.col-4 .portfolio-item {
	width: 22.99%;
}
.portfolio_group.grid.col-5 .portfolio-item, .portfolio_group.masonry.col-5 .portfolio-item, .portfolio_group.masonry-hover.col-5 .portfolio-item, .portfolio_group.masonry-minimal.col-5 .portfolio-item {
	width: 18.99%;
	margin: 0 0.5% 20px;
}
.portfolio_group.grid.col-6 .portfolio-item, .portfolio_group.masonry.col-6 .portfolio-item, .portfolio_group.masonry-hover.col-6 .portfolio-item, .portfolio_group.masonry-minimal.col-6 .portfolio-item {
	width: 15.66%;
	margin: 0 0.5% 20px;
}
/* Flat */

.portfolio_group.flat.col-2 .portfolio-item {
	width: 49.99%;
}
.portfolio_group.flat.col-3 .portfolio-item {
	width: 33.33%;
}
.portfolio_group.flat.col-4 .portfolio-item {
	width: 24.99%;
}
.portfolio_group.flat.col-5 .portfolio-item {
	width: 19.99%;
}
.portfolio_group.flat.col-6 .portfolio-item {
	width: 16.66%;
}
/* Exposure */

.portfolio_group.exposure {}
.portfolio_group.exposure .portfolio-item {
	width: 100%;
	position: relative;
}
.portfolio_group.exposure .portfolio-item a.link {
	display: block;
}
.portfolio_group.exposure .portfolio-item .image-wrapper {
	line-height: 0;
}
.portfolio_group.exposure .portfolio-item .image-wrapper .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
}
.portfolio_group.exposure .portfolio-item .desc-inner {
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 2;
	width: 100%;
}
.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrapper-inner {
	padding: 0 35px;
	margin: 0 1%;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.full-width .portfolio_group.exposure .portfolio-item .desc-inner {
	top: 70px;
}
.full-width .portfolio_group.exposure .portfolio-item .desc-inner .desc-wrapper-inner {
	padding: 0;
}
.portfolio_group.exposure .portfolio-item .desc-inner .line {
	display: block;
	width: 0;
	height: 4px;
	margin-bottom: 20px;
}
.portfolio_group.exposure .portfolio-item .desc-inner .entry-title {
	margin-bottom: 20px;
}
.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper {
	width: 75%;
	opacity: 0.7;
}
.portfolio_group.exposure .portfolio-item .details-wrapper {
	position: absolute;
	right: 0;
	bottom: 5px;
	z-index: 2;
	width: 100%;
}
.portfolio_group.exposure .portfolio-item .details-wrapper .details-wrapper-inner {
	padding: 0 25px;
	margin: 0 1%;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.full-width .portfolio_group.exposure .portfolio-item .details-wrapper {
	bottom: 35px;
}
.full-width .portfolio_group.exposure .portfolio-item .details-wrapper .details-wrapper-inner {
	padding: 0;
}
.portfolio_group.exposure .portfolio-item .details-wrapper .column {
	float: right;
	opacity: 0;
	-webkit-transform: translateY(-7%);
	transform: translateY(-7%);
	border-top: 1px solid rgba(255, 255, 255, .4);
	padding: 20px 10px;
	margin-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.portfolio_group.exposure .portfolio-item .details-wrapper .column h5.label {
	font-weight: 400;
	margin-bottom: 8px;
}
.portfolio_group.exposure .portfolio-item .details-wrapper .column h5 {
	font-weight: 700;
}
/* Colors */

.portfolio_group.exposure .portfolio-item .desc-inner .entry-title, .portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper, .portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper h2, .portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper h3, .portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper h4, .portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper h5, .portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper h6, .portfolio_group.exposure .portfolio-item .details-wrapper h5, .portfolio_group.exposure .portfolio-item .details-wrapper h5 a {
	color: #fff;
}
/* Hover */

.portfolio_group.exposure .portfolio-item .desc-inner .line, .portfolio_group.exposure .portfolio-item .image-wrapper .mask {
	-webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio_group.exposure .portfolio-item .details-wrapper .column {
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio_group.exposure .portfolio-item .details-wrapper .column:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.portfolio_group.exposure .portfolio-item .details-wrapper .column:nth-child(2) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.portfolio_group.exposure .portfolio-item .details-wrapper .column:nth-child(3) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.portfolio_group.exposure .portfolio-item:hover .desc-inner .line {
	width: 100px;
}
.portfolio_group.exposure .portfolio-item:hover .image-wrapper .mask {
	opacity: 1;
}
.portfolio_group.exposure .portfolio-item:hover .details-wrapper .column {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.section_wrapper .portfolio_wrapper .column.one.pager_wrapper .hover-desc {
	margin: 40px 0!important
}
.template-slider .section-portfolio-header {
	margin-top: 30px
}
/* Intro ------------------------------------------------------------------------- */

#Intro {
	text-align: center;
	position: relative;
	background-color: #000119;
	background-position: center top;
}
#Intro .intro-inner {
	position: relative;
	padding: 250px 10%
}
#Intro .intro-title {
	margin-bottom: 20px;
	word-wrap: break-word
}
#Intro .intro-meta>div {
	display: inline-block;
	margin: 0 10px
}
#Intro .intro-next {
	cursor: pointer;
	font-size: 38px;
	height: 50px;
	left: 50%;
	bottom: 30px;
	line-height: 50px;
	margin: 0 0 0 -25px;
	position: absolute;
	text-align: center;
	width: 50px;
	z-index: 1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
#Intro.parallax {
	overflow: hidden
}
#Intro.parallax .mfn-parallax {
	position: absolute;
	left: 0;
	top: 0;
	max-width: auto!important;
	transition: opacity .2s;
}
/* Light */

#Intro .intro-title {
	color: #fff
}
#Intro .intro-meta, #Intro .intro-meta a {
	color: rgba(255, 255, 255, .7)
}
#Intro .intro-next {
	color: rgba(255, 255, 255, 0.2)
}
#Intro .intro-next:hover {
	color: rgba(255, 255, 255, 0.5)
}
/* Dark */

#Intro.light .intro-title {
	color: #212121
}
#Intro.light .intro-meta, #Intro.light .intro-meta a {
	color: rgba(33, 33, 33, .7)
}
#Intro.light .intro-next {
	color: rgba(33, 33, 33, 0.2)
}
#Intro.light .intro-next:hover {
	color: rgba(33, 33, 33, 0.5)
}
.quick_fact .number {
	font-size: 90px;
	line-height: 90px;
}
/* Logo | Advanced */

.logo-valign-top #Top_bar #logo img {
	vertical-align: top
}
.logo-valign-bottom #Top_bar #logo img {
	vertical-align: bottom
}
.logo-no-margin #Top_bar .logo {
	margin-left: 0!important;
	padding: 0!important
}
.logo-no-margin.header-plain #Top_bar .logo {
	margin: 0!important
}
.logo-no-margin #Header_creative .logo {
	margin-top: 0!important
}
.logo-no-margin.header-fw #Top_bar .column {
	margin: 0;
	width: 100%
}
.logo-no-sticky-padding #Top_bar.is-sticky #logo {
	padding: 0!important
}
.logo-no-sticky-padding #Top_bar.is-sticky #logo img.logo-sticky {
	max-height: 60px
}
.logo-overflow #Top_bar .logo {
	height: 60px;
	position: relative;
	z-index: 198
}
.logo-overflow #Top_bar #logo {
	height: auto!important;
	margin-top: 0!important;
	z-index: 199
}
.logo-overflow #Top_bar #logo img {
	max-height: none;
	z-index: 200
}
.logo-overflow #Top_bar.is-sticky #logo {
	height: auto!important
}
.logo-overflow #Top_bar.is-sticky #logo img.logo-sticky:not(.svg) {
	max-height: 110px
}
.logo-overflow.header-creative #Top_bar:not(.is-sticky) .logo, .logo-overflow.header-stack #Top_bar:not(.is-sticky) .logo {
	height: auto
}
#Filters.only .filters_buttons {
	display: none
}
#Filters.only .filters_wrapper {
	display: block
}
#Filters.only li.reset-inner {
	display: inline-block
}
#Filters.only li.close {
	display: none!important
}
#Filters.only-categories .categories {
	display: block
}
#Filters.only-categories .tags {
	display: none!important
}
#Filters.only-categories .authors {
	display: none!important
}
#Filters.only-tags .categories {
	display: none!important
}
#Filters.only-tags .tags {
	display: block
}
#Filters.only-tags .authors {
	display: none!important
}
#Filters.only-authors .categories {
	display: none!important
}
#Filters.only-authors .tags {
	display: none!important
}
#Filters.only-authors .authors {
	display: block
}
#Filters .filters_wrapper ul li a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.portfolio_slider_ul, ul.testimonials-slider {
	background: none !important;
}
.portfolio_slider_ul li, ul.testimonials-slider>* {
	visibility: visible !important;
}
a#back_to_top.button .button_icon {
	padding: 2px 7px;
}
.content_slider .content_slider_ul.carouFredSel {
	opacity: 1;
}
/* Code Hightlighter ----------------------------------------------------------------- */

code, pre, q {
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #e8e8e8;
	background: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
code, q {
	padding: 2px 4px;
	white-space: nowrap;
	margin: 0 2px;
	color: #2991d6
}
pre {
	padding: 21px 15px 20px;
	margin: 15px 0;
	display: block;
	line-height: 21px!important;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 50%, #fafafa 50%);
	background: -webkit-linear-gradient(top, #fff 50%, #fafafa 50%);
	background: -o-linear-gradient(top, #fff 50%, #fafafa 50%);
	background: linear-gradient(top, #fff 50%, #fafafa 50%);
	background-size: 42px 42px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
}
code p, pre p {
	margin-bottom: 0!important
}

#contactWrapper.no_border input, #contactWrapper.no_border select, #contactWrapper.no_border textarea{border-width:0px}
@media only screen and (max-width: 767px){	.mcb-wrap[data-mobile="no-up"]	{margin-top:0!important}}


/* Share | Simple | .share-simple-wrapper */
.share-simple .post-header .title_wrapper{margin-left:0;padding-left:0;border-left-width:0}

.share-simple-wrapper{border-top:1px solid rgba(0,0,0,.08);padding:15px 0;text-align:left}
.share-simple-wrapper .share-label{margin-right:10px}
.share-simple-wrapper .icons{display:inline}
.share-simple-wrapper .icons a{padding:0 5px;color:#a8a8a8}
.share-simple-wrapper .icons .facebook:hover{color:#3B5998}
.share-simple-wrapper .icons .twitter:hover{color:#1DA1F2}
.share-simple-wrapper .icons .google:hover{color:#DC4E41}
.share-simple-wrapper .icons .linkedin:hover{color:#0077B5}
.share-simple-wrapper .icons .pinterest:hover{color:#BD081B}

.share-simple-wrapper .button-love{float:right}
.share-simple-wrapper .mfn-love{position:relative;display:inline-block;padding-left:24px;margin-left:5px}
.share-simple-wrapper .mfn-love i{position:absolute;left:0;top:0;font-size:16px}
.share-simple-wrapper .mfn-love:hover{text-decoration:none}
.share-simple-wrapper .mfn-love i:last-child{opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.share-simple-wrapper .mfn-love:hover i:last-child,
.share-simple-wrapper .mfn-love.loved i:last-child{opacity:1;filter:alpha(opacity=100)}

.importo {
	color: green;
	font-size: 22px;
	font-weight: 600;
	float: right;
	margin-right:  10px;
	margin-bottom:  5px;
}

.importo-pp {
	color: green;
	font-size: 22px;
	font-weight: bold;
	margin-left:  10px;
	/* margin-bottom:  5px; */
	float:  right;
}

.importo-Symbol{
	font-weight: 5;
}

.col3-center {
    width: 900px;
    margin: 0 auto;
}