@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,400,600,700|Oswald:200,300,400,500,600,700&amp;display=swap');


@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('jquery.bootstrap-touchspin.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}
::-webkit-scrollbar {
	width: 5px;
	background-color: #ddd;
}

::-webkit-scrollbar-thumb {
	background-color: #2c9d2e;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family:'Josefin Sans', sans-serif;
	font-size:14px;
	color:#000;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#00a650;
}

a:hover,a:focus,a:visited{
	text-decoration:none !important;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Oswald', sans-serif  !important;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	text-transform:uppercase
}

input,button,select,textarea{
	font-family: 'Oswald', sans-serif;
}

p{
	position:relative;
	line-height:1.8em;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

.anim-3,.anim-3-all *{
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

.anim-5,.anim-5-all *{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.anim-7,.anim-7-all *{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

.btn-style-one{
	position: relative;
    padding: 12px 30px;
    line-height: 24px;
    text-transform: uppercase;
    background: #2c9d2e;
    color: #ffffff !important;
    border: 2px solid #2c9d2e;
    font-size: 14px;
    font-weight: 500;
    border-radius: 26px;
}

.btn-style-one:hover {
    background: #b90108;
    border-color: #b90108;
}

.btn-style-two{
	position:relative;
	padding:12px 30px;
	line-height:24px;
	text-transform:uppercase;
	background:none;
	color:#ffffff !important;
	border:2px solid #ffffff;
	font-size:14px;
	font-weight:500;
	border-radius:26px;
}

.btn-style-two:hover{
	background:#ffffff;
	color:#28340a !important;
}

.btn-style-four{
	position:relative;
	padding:12px 30px;
	line-height:24px;
	text-transform:uppercase;
	background:#b2dd4c;
	color:#ffffff !important;
	border:2px solid #b2dd4c;
	font-size:14px;
	font-weight:500;
	border-radius:3px;
}

.btn-style-four:hover{
	background:none;
	color:#b2dd4c !important;
}

.btn-style-three {
	position: relative;
	padding: 8px 22px;
	line-height: 24px;
	text-transform: capitalize;
	background: none;
	color: #00a650 !important;
	border: 2px solid #00a650;
	font-size: 14px;
	font-weight: 500;
	border-radius: 26px;
	/* font-family: 'Poppins', sans-serif; */
}

.btn-style-three:hover{
	background:#00a650;
	color:#ffffff !important;
}

.theme-btn .icon-left{
	padding-right:10px;
}

.theme-btn .icon-right{
	padding-left:10px;
}

.theme_color{
	color:#b2dd4c;	
}

.styled-font{
	font-family: 'Shadows Into Light', cursive;
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

.medium-font{
	font-weight:500;	
}

.bold-font{
	font-weight:700;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/preloader.gif);}

img{
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:18px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:50%;
	background:#232f06;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#b2dd4c;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	background:#2a370d;
}

.main-header .auto-container{
	position:relative;	
}

.main-header .header-top{
	position:relative;
	background:#0070ba;
	font-size:14px;
}

.main-header .header-top .top-right{
	position:relative;
}

.main-header .header-top .top-left{
	position:relative;
	padding:5px 0px;
}

.main-header .header-top .top-left ul li{
	position:relative;
	display:inline-block;
	line-height:30px;
    margin: 0px 25px 0px 0px;
	color:#ffffff;
}

.main-header .header-top .top-left ul li .styled-font{
	color:#d2f1ff;
	font-size:18px;	
}

.main-header .header-top .top-left ul li a{
	position:relative;
	color:#d1dbb8;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.main-header .header-top .top-left ul li .fa{
	padding-right:5px;
	color:#ffffff;
	line-height:28px;
}

.main-header .header-top .top-left ul li a:hover{
	color:#ffffff;
}

.main-header .header-top .top-right .theme-btn {
	position: relative;
	border: none;
	background-color: #2c9d2e !important;
	padding: 6px 20px;
	display: inline-block;
	line-height: 30px;
	font-weight: 600;
	border-radius: 0px;
	color: #ffffff;
	border-right: 1px solid rgba(255,255,255,0.4);
}
.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:100%;
	width:100%;
	background:rgba(255,255,255,1);
}

.main-header.fixed-header .main-box{
	position:fixed;
	border-bottom:1px solid rgba(0,0,0,0.10);	
	padding:0px 0px;
	z-index:999;
	opacity:1;
	top:0px;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

/* .main-header .main-box .outer-container{
	position:relative;
	padding:0px 70px 0px 0px;
} */

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	padding:0px 0px;
	z-index:10;	
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:50%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	padding-top: 11px;
	padding-bottom:10px;
}

.main-header .nav-toggler{
	position:absolute;
	right:60px;
	top:50%;
	margin-top:-18px;
	display:none;
}

.main-header .nav-toggler button {
    position: relative;
    display: block;
    height: 36px;
    width: 40px;
    background: #ffffff;
    color: #142258;
    text-align: center;
    font-size: 36px;
    line-height: 34px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    font-weight: normal;
}

.main-header .cart-btn-outer{
	position: absolute;
    width: 40px;
    height: 40px;
    border:0;
    right: 0px;
    text-align: center;
    top: 50%;
    margin-top: -19px;
    color: #2c9d2e;
    font-size: 14px;
    line-height: 38px;
    font-weight: 500;
    border-radius: 50%;
    cursor: pointer;
	background: url(../images/flag.jpg);
    background-size: cover;
}

.main-header .cart-btn-outer .icon{
	position:relative;
	font-size:20px;
}

.main-header .cart-btn-outer .count{
	position:absolute;
	right:-7px;
	top:-7px;
	text-align:center;
	width:20px;
	height:20px;
	background:#b2dd4c;
	color:#ffffff;
	font-size:10px;
	line-height:20px;
	border-radius:50%;
	-ms-animation-name: zoomInStable;
	-moz-animation-name: zoomInStable;
	-op-animation-name: zoomInStable;
	-webkit-animation-name: zoomInStable;
	animation-name: zoomInStable;
	-ms-animation-duration: 2000ms;
	-moz-animation-duration: 2000ms;
	-op-animation-duration: 2000ms;
	-webkit-animation-duration: 2000ms;
	animation-duration: 2000ms;
	-webkit-animation-delay: 5000ms;
	-ms-animation-delay: 5000ms;
	-o-animation-delay: 5000ms;
	-moz-animation-delay: 5000ms;
	animation-delay: 5000ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;		
}

.main-header .nav-outer{
	position:relative;
	float:right;
}

.main-menu{
	position:relative;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	display:inline-block;
	padding:15px 0px;
	margin:0px 0px 0px 10px;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    padding: 8px 0px;
    margin: 0 10px;
    color: #000;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 400;
    font-size: 13px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li >a span::after {
    content: "";
    width: 0;
    height: 1px;
    bottom: 10px;
    position: absolute;
    left: auto;
    right: 0;
    z-index: 3;
    -webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    -o-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    background: currentColor;
}
.main-menu .navigation > li:hover>a span::after {
    width: 100%;
    left: 0;
    right: auto;
}
.main-header .main-menu .navigation > li.dropdown > a{
	padding-right:15px;	
}

.main-header .main-menu .navigation > li.dropdown > a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 50%;
    height: 20px;
    line-height: 20px;
    margin-top: -12px;
    font-size: 16px;
    display: block;
    font-weight: 900;
}

.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a, .main-menu .navigation > li.current-menu-item > a {
	color: #2c9d2e;
	opacity: 1;
	text-decoration: none;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:120%;
	width:240px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:3px solid #2c9d2e;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 10px;
	line-height:24px;
	font-weight:400;
	font-size:13px;
	text-transform:capitalize;
	color:#1f1f1f;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
	background:#00a651;	
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:10px;
	width:10px;
	height:20px;
	display:block;
	color:#253d4a;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	width:230px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:3px solid #b2dd4c;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 20px;
	line-height:24px;
	font-weight:400;
	font-size:13px;
	text-transform:capitalize;
	color:#1f1f1f;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#ffffff;
	background:#28340a;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:10px;
	width:10px;
	height:20px;
	display:block;
	color:#1f1f1f;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	background:url(../images/submenu-icon.png) center center no-repeat;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar{
	position: fixed;
	top: 0;
	width: 305px;
	height: 100%;
	background: #29350a;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:0px;	
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar{
	right:0px;	
}

.hidden-bar.right-align .hidden-bar-closer {
	left: 0px;
}

.hidden-bar.left-align {
	left: -400px;
}

.hidden-bar.left-align.visible-sidebar {
	left: 0px;
}

.hidden-bar.left-align .hidden-bar-closer {
	right: -20px;
}

.hidden-bar .hidden-bar-closer {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	background: rgba(255,255,255,0.80);
	color: #1f1f1f;
	border-radius: 2px;
	text-align: center;
	line-height: 38px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer:hover {
	background: #b2dd4c;
}

.hidden-bar .hidden-bar-closer:hover .btn {
	color: #ffffff;
}

.hidden-bar .hidden-bar-closer .btn {
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 14px;
}

.hidden-bar .social-icons {
	text-align: center;
	margin: 50px 0px 30px;
}

.hidden-bar .social-icons ul {
	font-size: 0;
	margin-left: -5px;
	margin-right: -5px;
}

.hidden-bar .social-icons ul li {
	display: inline-block;
	padding: 0 5px;
}

.hidden-bar .social-icons ul li a {
	display: block;
	width: 36px;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	background: #b2dd4c;
	color: #ffffff;
	border-radius: 5px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .social-icons ul li a:hover {
	background: #ffffff;
	color:#b2dd4c;
}

.hidden-bar-wrapper {
	height: 100%;
}

.hidden-bar .logo {
	padding: 30px 0px;
	background: #fdfdfd;
}

.hidden-bar .logo img{
	display:inline-block;
	max-width:65%;	
}

.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	font-size:13px;
	letter-spacing:1px;
}

.hidden-bar .side-menu ul li ul a {
	background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
	background: transparent;
}

.hidden-bar .side-menu a.current {
	color: #fff;
}

.hidden-bar .side-menu li.current > a {
	color: #fff;
}

.hidden-bar .side-menu ul li a {
	background: transparent;
	color: #ffffff;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	border-top: 1px solid rgba(255,255,255,0.30);
	border-bottom: 1px solid rgba(255,255,255,0.30);
	padding: 10px 15px 10px 20px;
	position: relative;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a {
	background: rgba(255,255,255,0.10);
	color: #ffffff;
}

.hidden-bar .side-menu ul li a .btn.expander {
	background: none;
	color: #ffffff;
	border: 1px solid rgba(255,255,255,0.80);
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 0px;
	position: absolute;
	top: 6px;
	right: 20px;
	outline: none;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	width:100%;
	z-index:1;
}

.main-slider .tp-dottedoverlay{
	background-color:rgba(0,0,0,0.10) !important;	
}

.main-slider .tp-caption{
	z-index:5 !important;
}

.main-slider .text{
	font-weight:400;
	line-height:1.8em;
	color:#ffffff;
	font-size:16px;
}

.main-slider h4{
	font-weight:400;
	line-height:1.8em;
	color:#ff151e;
	font-size:36px;
	font-family: 'Shadows Into Light', cursive;
}

.main-slider h2{
	font-size:60px;
	color:#ffffff;
	font-weight:700;
	line-height:1.2em;
	font-family: 'Poppins', sans-serif;
}

.main-slider .btn-style-one,
.main-slider .btn-style-two{
	min-width:160px;
	text-align:center;
	border-width:2px !important;
}

.main-slider .tp-bullets.preview3{
	width:100% !important;
	margin:0px !important;
	left:0px !important;
	height:6px !important;
	display:block !important;
}

.main-slider .tp-bullets.preview3 .bullet{
	display:block !important;
	float:left !important;
	background:rgba(29,40,2,0.50) !important;
	height:6px !important;
	border:0px!important;
	margin:0px 0px !important;
	border-radius:0px;
	width:14.284% !important;
}

.main-slider .tp-bullets.preview3 .bullet:hover,
.main-slider .tp-bullets.preview3 .bullet.selected{
	background:rgba(178,221,74,0.60) !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3{
	background:none !important;
	width:40px !important;
	overflow:hidden;
	margin-top:0px !important;
	height:40px !important;
}

.main-slider .tparrows.preview3::after{
	top:0px;
	background:rgba(0,0,0,0);
	color:#ffffff;
	font-size:24px;
	height:40px !important;
	line-height:32px;
	width:40px !important;
	border:2px solid #ffffff;
	padding:0px;
	border-radius:50%;
}

.main-slider .tparrows.tp-leftarrow.preview3::after{
	content: '\f104';
	font-family:'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after{
	content: '\f105';
	font-family:'FontAwesome';
}

.main-slider .tparrows.preview3.tp-leftarrow{
	left:30px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow{
	right:30px !important;
}

.main-slider .tparrows.preview3:hover::after{
	background:#b2dd4c;
	border-color:#b2dd4c;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper{
	visibility:hidden;
	opacity:0;
	display:none;	
}

.main-slider .tp-bannertimer{
	display:none !important;	
}

.styled-separator{
	position:relative;
	margin-top:-5px;
	height:5px;
	z-index:2;
}

.styled-separator .layer-one{
	position:relative;
	float:left;
	width:33.333%;
	height:5px;
	background:rgba(29,40,2,0.60);
}

.styled-separator .layer-two{
	position:relative;
	float:left;
	width:33.333%;
	height:5px;
	background:rgba(178,221,74,0.60);
}

.styled-separator .layer-three{
	position:relative;
	float:left;
	width:33.333%;
	height:5px;
	background:rgba(29,40,2,0.60);
}

/*** 

====================================================================
	Section Title style
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:40px;	
}

.sec-title.centered{
	max-width:980px;
	margin:0 auto 50px;
	text-align:center;	
}

.sec-title h2{
	font-size:36px;
	color:#1f1f1f;
	font-weight:600;
	line-height:1.2em;
}

.sidebar-page-container .sec-title{
	margin-bottom:30px;	
}

.sidebar-page-container .sec-title h2{
	font-size:30px;
}

.sec-title .separator{
	display:block;
	width:100%;
	height:40px;
	background:url(../images/title-pattern.png) left center no-repeat;	
}

.sec-title.centered .separator{
	background-position:center center;	
}

/*** 

====================================================================
	Why Us style
====================================================================

***/

.why-us{
	position:relative;
	padding:30px 0px 30px;
}


/*** 

====================================================================
	Featured Services style
====================================================================

***/

.featured-services{
	position:relative;
	padding:80px 0px 30px;
}

.featured-service{
	position:relative;
	margin-bottom:0px;	
}

.featured-service .inner-box{
	position:relative;
	display:block;
}

.featured-service .image-box{
	position:relative;
	display:block;
	overflow:hidden;
}

.featured-service .image-box img{
	display:block;
	width:100%;	
	border: 1px solid #e4e4e4;
}

.featured-service .image-box .caption-box{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	color:#ffffff;
	background:rgba(0, 166, 81, 0.67);
	padding:5px 15px 5px 80px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.featured-service:hover .image-box .caption-box{
	bottom:-100%;	
}

.featured-service .image-box .caption-box .title {
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	letter-spacing: 1px;
}

.featured-service .image-box .caption-box .title a{
	color:#ffffff;
}

.featured-service .image-box .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:60px;
	font-size:32px;
	color:#ffffff;
	background:#0067b3;
	line-height:40px;
	padding:10px 0px;
	text-align:center;
}

.featured-service .overlay-box{
	position:absolute;
	left:0px;
	bottom:-100%;
	width:100%;
	height:100%;
	color:#ffffff;
	background:rgba(0, 166, 80, 0.65);
	padding:20px 30px 20px 90px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.featured-service:hover .overlay-box{
	bottom:0px;	
}

.featured-service .overlay-box .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:20px 30px 20px 90px;
}

.featured-service .overlay-box .overlay-content{
	position:relative;
	display:table-cell;
	vertical-align:middle;	
}

.featured-service .overlay-box .title{
	font-size:20px;
	color:#b2dd4c;
	line-height:1.2em;
	margin-bottom:15px;
}

.featured-service .overlay-box .title a{
	color:#ffffff;
	font-size:26px;
}

.featured-service .overlay-box .text{
	font-size:14px;
	color:#ffffff;
	line-height:1.8em;
}

.featured-service .overlay-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:100%;
	font-size:32px;
	color:#ffffff;
	background:#0067b3;
	line-height:40px;
	text-align:center;
}

.featured-service .overlay-box .icon-box span{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-20px;
	width:100%;	
}

/*** 

====================================================================
	Services Section style
====================================================================

***/

.services-section{
	position:relative;
	padding:80px 0px 30px;
	border-top:1px solid #f0f0f0;
	z-index:1;		
}

.services-section:before{
	content:'';
	position:absolute;
	top:-1px;
	left:50%;
	margin-left:-40px;
	height:34px;
	width:80px;
	background:url(../images/tab-curve.jpg) center top no-repeat;
}

.icon-column-default{
	position:relative;
	margin-bottom:50px;	
}

.icon-column-default .inner-box{
	position:relative;
	display:block;
	padding-left:90px;	
}

.icon-column-default .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-35px;
	width:70px;
	height:70px;
	line-height:40px;
	padding:15px 0px;
	font-size:32px;
	text-align:center;
	color:#ffffff;
	background:#2c9d2e;
	border-radius:50%;	
}

.icon-column-default .inner-box h3{
	font-size:20px;
	line-height:1.4em;
	margin-bottom:7px;
	color:#1f1f1f;
	font-weight:400;	
}

.icon-column-default .inner-box h3 a{
	color:#1f1f1f;	
}

.icon-column-default .inner-box .text{
	line-height:1.8em;	
}

/*** 

====================================================================
	Tabs defualt style
====================================================================

***/

.tabs-box{
	position:relative;	
}

.tabs-box .tab-buttons{
	position:relative;	
}

.tabs-box .tab-buttons .tab-btn{
	position:relative;
	cursor:pointer;
}

.tabs-box .tabs-content{
	position:relative;	
}

.tabs-box .tabs-content .tab{
	display:none;	
}

.tabs-box .tabs-content .tab.active-tab{
	display:block;
}

/*** 

====================================================================
	Experience Section
====================================================================

***/

.experience-section{
	position:relative;
	padding:40px 0px 0px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#ffffff;
}

.experience-section .auto-container{
	position:relative;
	z-index:1;	
}

.experience-section:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(0, 112, 186, 0.80);
}

.experience-section .title-column{
	position:relative;
	margin-bottom:30px;	
}

.experience-section .title-column h2{
	font-size:36px;
	line-height:1.4em;
	font-weight:600;
	margin-bottom:20px;
}

.experience-section .title-column .text{
	font-size:14px;
	line-height:1.8em;
	margin-bottom:20px;
}

.experience-section .title-column .req-btn {
	font-size: 24px;
	color: #FFF;
	text-transform: uppercase;
}

/*** 

====================================================================
	Fact Counter Section
====================================================================

***/

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	margin-bottom:40px;
	text-align:center;
	z-index:5;	
}

.fact-counter .column .inner-box{
	position:relative;
	padding:40px 30px;
	background:#1673b1;
}

.fact-counter .column .icon{
	position:relative;
	top:0px;
	font-size:52px;
	line-height:1.2em;
	margin-bottom:15px;
	color:#FFF;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.fact-counter .count-outer{
	position:relative;
	font-size:14px;
	font-weight:700;
	color:#FFF;
	line-height:1em;
	margin-bottom:10px;
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-size:48px;
	font-weight:400;
	padding:0px 0px;
	margin-bottom:20px;
	line-height:1em;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:18px;
	font-weight:400;
	text-transform:capitalize;
	color:#ffffff;
	line-height:1em;
}

.fact-counter .column .separator{
	position:relative;
	height:48px;
	width:100%;
	background:url(../images/title-pattern-2.png) center top no-repeat;	
}

/*** 

====================================================================
	Default Section style
====================================================================

***/

.default-section{
	position:relative;
	padding:80px 0px 40px;
}

.default-section .column{
	position:relative;
	margin-bottom:30px;	
}

.video-image-box{
	position:relative;	
}

.video-image-box .image{
	position:relative;	
}

.video-image-box img{
	display:block;
	width:100%;	
}

.video-image-box .image .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	color:#ffffff;
	text-align:center;
	background:rgba(0,0,0,0.10);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.video-image-box .image .overlay-link:hover{
	background:rgba(0,0,0,0.30);	
}

.video-image-box .image .overlay-link .icon{
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-25px;
	margin-left:-25px;
	width:60px;
	height:60px;
	line-height:60px;
	font-size:60px;
	border-radius:50%;	
}

.video-image-box .caption-box{
	position:relative;
	padding:15px 30px;
	background:#1d2802;
	color:#e9d80c;
	font-size:18px;
	line-height:1.8em;
}

.default-section .text-column .text{
	margin-bottom:35px;
	color:#9e9e9e;
	font-size:14px;
	line-height:1.8em;
}

.default-section .text-column .text strong{
	color:#1f1f1f;
	font-weight:600;	
}

.default-section .text-column h2{
	font-size:24px;
	color:#1f1f1f;
	font-weight:400;
	text-transform:capitalize;
	margin:-5px 0px 25px;	
}

.default-section .text-column .signature-image{
	position:relative;
	margin-bottom:0px;	
}

.default-section .text-column .about-owner h4{
	font-size:18px;
	font-weight:400;
	color:#1f1f1f;
}

.default-section .text-column .about-owner .designation{
	color:#9e9e9e;
	font-weight:400;
}

.default-section .text-column .about-owner .company-title{
	color:#b2dd4c;
	font-size:22px;
}

/*** 

====================================================================
	Accordions style
====================================================================

***/

.accordion-box{
	position:relative;
}

.accordion-box .block{
	position:relative;
	margin-bottom:15px;	
}

.accordion-box .block .acc-btn{
	position: relative;
    font-size: 20px;
    margin-bottom: 0px;
    cursor: pointer;
    background: #2c9d2e;
    line-height: 30px;
    padding: 15px 50px 15px 30px;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    font-weight: 400;
    color: #ffffff;
    border-radius: 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active{
	background:#00a650;
	color:#ffffff;
}

.accordion-box .block .icon-outer{
	position:absolute;
	right:10px;
	top:0px;
	margin-top:0px;
	width:50px;
	height:100%;
	text-align:center;
	font-size:14px;
	color:#ebebeb;
	background: none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer{
	color:#ffffff;
}

.accordion-box .block .icon-outer .icon{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-16px;
	width:100%;
    height: 100%;
    line-height: 32px;
	text-align:center;
	font-size:18px;
	font-weight:normal;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.accordion-box .block .icon-outer .icon-plus{
	opacity:1;
}

.accordion-box .block .icon-outer .icon-minus{
	opacity:0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	opacity:1;
	color:#ffffff;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	opacity:0;
}

.accordion-box.style-two .block .acc-btn.active .icon-outer{
	background:none;
	color:#00c6ff;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;	
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	font-size:14px;
	background:#ffffff;
	padding:25px 0px 0px;	
}

.accordion-box.style-two .block .content{
	padding-top:0px;
	font-size:14px;
	padding-left:0px;	
}

.accordion-box .block .content .image{
	float:left;
	margin:0px 20px 25px 0px;	
}

.accordion-box .block .content .image img{
	display:block;
	max-width:100%;	
}

.accordion-box .block .content p{
	margin-bottom:20px;
	line-height:1.8em;
}

/*** 

====================================================================
	Testimonials Section style
====================================================================

***/

.testimonials-section{
	position:relative;
	background:#f9f9f9;
	padding:30px 0px;
	z-index:1;
}

.testimonials-section:after{
	content:'';
	position:absolute;
	left:50%;
	margin-left:-25px;
	bottom:-58px;
	border:35px solid transparent;
	border-top:25px solid #f7f7f7;	
}

.testimonials-section .sec-title{
	margin-bottom:15px;	
}

.sec-title .link-outer{
	position:relative;
	padding-top:10px;
}

.testimonials-section .slide-item{
	position:relative;
	padding:10px 10px;
}

.testimonials-section .slide-item .inner-box{
	position:relative;
	background:#ffffff;
	border-bottom:3px solid transparent;
	-webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.05);
	-ms-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.05);
	-o-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.05);
	-moz-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.05);
	box-shadow:0px 0px 15px 0px rgba(0,0,0,0.05);
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.testimonials-section .slide-item .inner-box:hover{
	border-bottom-color:#2c9d2e;
	-webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.10);
	-o-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.10);
	box-shadow:0px 0px 15px 0px rgba(0,0,0,0.10);	
}

.testimonials-section .slide-item .slide-header{
	position:relative;
	padding:40px 20px 20px 140px;
	min-height:130px;
	border-bottom:1px dashed #f0f0f0;
}

.testimonials-section .slide-item .author-thumb{
	position:absolute;
	left:30px;
	top:20px;
	width:90px;
	height:90px;
	border-radius:50%;	
}

.testimonials-section .slide-item .author-thumb img{
	display:block;
	width:90px;
	height:90px;
	border-radius:50%;	
}

.testimonials-section .slide-item h4{
	color:#1f1f1f;
	text-transform:capitalize;
	font-size:20px;	
}

.testimonials-section .slide-item .designation{
	color:#008dd3;
	text-transform:capitalize;
	font-size:16px;
	font-family: 'Shadows Into Light', cursive;	
}

.testimonials-section .slide-item .slide-content{
	position:relative;
	padding:15px 25px 20px 30px;
	line-height:1.8em;
}

.testimonials-section .owl-nav{
	display:none;	
}

.testimonials-section .owl-controls{
	padding-top:30px;
}

.testimonials-section .owl-dots .owl-dot span{
	border:1px solid #0085cc;
	background:#ffffff;
	margin:0px 5px;
	width:10px;
	height:10px;
}

.testimonials-section .owl-dots .owl-dot.active span{
	background:#0085cc;	
}

/*** 

====================================================================
	Work Steps style
====================================================================

***/

.work-steps{
	position:relative;
	background:#1d2802 url(../images/bg2.jpg) center center no-repeat;
	background-size:cover;
	padding:90px 0px 40px;
	text-align:center;
	color:#ffffff;
}

.work-steps .step-column{
	position:relative;
	margin-bottom:30px;	
}

.work-steps .step-column .inner-box{
	position:relative;
	cursor:pointer;	
}

.work-steps .step-column .inner-box:after{
	content:'';
	position:absolute;
	right:-55px;
	top:30%;
	width:80px;
	height:40px;
	background:url(../images/arrow-right.png) center center no-repeat;	
}

.work-steps .step-column:last-child .inner-box:after{
	display:none;	
}

.work-steps .step-column .image-box{
	position:relative;
	max-width:180px;
	padding:9px;
	border:1px dashed #9e9e9e;
	margin:0 auto;
	border-radius:50%;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;		
}

.work-steps .step-column:hover .image-box{
	border-color:#b2dd4c;	
}

.work-steps .step-column .image-box .count{
	position:absolute;
	left:0px;
	top:20px;
	width:44px;
	height:44px;
	background:#00a650;
	color:#ffffff;
	line-height:44px;
	border-radius:50%;	
}

.work-steps .step-column .image-box img{
	display:block;
	width:100%;
	border-radius:50%;	
}

.work-steps .step-column .lower-content{
	position:relative;
	padding-top:25px;	
}

.work-steps .step-column h3{
	color:#f3f3f3;
	font-size:20px;
	margin-bottom:5px;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;		
}

.work-steps .step-column:hover h3{
	color:#b2dd4c;	
}

.work-steps .step-column .text{
	color:#ffffff;
	font-size:14px;
	line-height:1.8em;
}

/*** 

====================================================================
	News Section style
====================================================================

***/

.news-section{
	position:relative;
	padding:80px 0px 30px;
	z-index:1;
}

.news-section.grid-view{
	padding:80px 0px;
}

.news-style-one{
	position:relative;
	margin-bottom:50px;	
}

.news-style-one .inner-box{
	position:relative;
	display:block;
	border:1px solid #f0f0f0;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.news-style-one .inner-box:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	border-bottom:2px solid #b2dd4c;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	-webkit-transform:scaleX(0);
	-ms-transform:scaleX(0);
	-o-transform:scaleX(0);
	-moz-transform:scaleX(0);
	transform:scaleX(0);	
}

.news-style-one .inner-box:hover:after{
	-webkit-transform:scaleX(1);
	-ms-transform:scaleX(1);
	-o-transform:scaleX(1);
	-moz-transform:scaleX(1);
	transform:scaleX(1);
}

.news-style-one .inner-box:hover{
	border-color:#ffffff;
	background:#ffffff;
	-webkit-box-shadow:0px 0px 50px 0px rgba(0,0,0,0.05);
	-ms-box-shadow:0px 0px 50px 0px rgba(0,0,0,0.05);
	-o-box-shadow:0px 0px 50px 0px rgba(0,0,0,0.05);
	-moz-box-shadow:0px 0px 50px 0px rgba(0,0,0,0.05);
	box-shadow:0px 0px 50px 0px rgba(0,0,0,0.05);
}

.news-style-one .inner-box .image-box{
	display:block;
	margin:-1px -1px 0px;	
}

.news-style-one .inner-box .image-box img{
	display:block;
	width:100%;	
}

.news-style-one .inner-box .lower-content{
	position:relative;
	padding:0px 30px 30px;	
}

.news-style-one.list-style .inner-box .lower-content{
	position:relative;
	padding:30px 0px;	
}

.news-style-one .inner-box .posted-info{
	position:relative;
	display:inline-block;
	margin:0px 0px 0px;
	top:-13px;
	padding:3px 10px;
	color:#ffffff;
	background:#b2dd4c;
	font-weight:500;
	line-height:20px;
	font-size:12px;
}

.news-style-one.list-style .inner-box .posted-info{
	margin-bottom:12px;
	top:0px;	
}

.news-style-one .inner-box .post-author-info{
	position:relative;
	margin-bottom:10px;
	color:#9e9e9e;
	line-height:24px;
	font-size:14px;
}

.news-style-one .lower-content .post-meta{
	position:relative;
	margin-bottom:10px;	
}

.news-style-one .lower-content .post-meta li{
	position:relative;
	display:inline-block;
	font-size:14px;
	margin-right:15px;
}

.news-style-one .lower-content .post-meta li a{
	position:relative;
	display:inline-block;
	padding-left:25px;
	color:#9e9e9e;
}

.news-style-one .lower-content .post-meta li .icon{
	position:absolute;
	left:0px;
	top:0px;
	font-size:14px;
	color:#b2dd4c;
	font-style:normal;	
}

.news-style-one .inner-box h3{
	position:relative;
	margin-bottom:10px;
	color:#1f1f1f;
	line-height:1.4em;
	font-size:20px;
}

.news-style-one.list-style .inner-box h3{
	margin-bottom:12px;	
}

.blog-details .news-style-one .inner-box h3,
.blog-classic-view .news-style-one .inner-box h3{
	font-size:24px;
	font-weight:600;
	margin-bottom:15px;
}

.news-style-one .inner-box h3 a{
	color:#1f1f1f;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.news-style-one .inner-box:hover h3 a{
	color:#b2dd4c;
}

.news-style-one .inner-box .text{
	line-height:1.8em;	
}

/*** 

====================================================================
	Two Column Fluid Section style
====================================================================

***/

.two-col-fluid{
	position:relative;
	min-height:200px;
	background:#f9f9f9;
}

.two-col-fluid .image-column{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	background-size:cover;
	background-position:center right;
	background-repeat:no-repeat;	
}

.two-col-fluid .image-column .image-box{
	display:none;	
}

.two-col-fluid .image-column .image-box img{
	display:block;
	width:100%;	
}

.two-col-fluid .content-column{
	position:relative;
	float:right;
	width:50%;
}

.two-col-fluid .content-column .inner-box{
	position:relative;
	max-width:600px;
	padding:80px 15px 60px 60px;	
}

/*** 

====================================================================
	Default Form Style
====================================================================

***/

.two-col-fluid .default-form{
	margin-bottom:10px;	
}

.default-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.default-form .form-group .field-label{
	display:block;
	line-height:24px;
	text-transform:uppercase;
	margin-bottom:10px;
	color:#232323;
	font-weight:500;
	font-size:13px;
}

.default-form .form-group .field-label sup{
	color:#ff0000;
	font-size:14px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea{
	display:block;
	width:100%;
	line-height:24px;
	height:50px;
	font-size:14px;
	border:1px solid #f0f0f0;
	padding:12px 15px;	
	background-color:#ffffff;
	color:#111111;
	border-radius:0px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.default-form select{
	cursor:pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icon-select.png) right center no-repeat;
}

.default-form textarea{
	height:192px;
	resize:none;	
}

.default-form select option{
	text-indent:15px;	
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:#b2dd4c !important;
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error{
	border-color:#ff0000 !important;	
}

.default-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:11px;
	color:#ff0000;
	font-weight:500;	
}

.two-col-fluid .default-form button{
	padding:11px 30px;
	width:100%;
	text-align:center;
	text-transform:capitalize;	
}

.two-col-fluid .content-column .text-content p{
	font-size:16px;
	margin-bottom:20px;	
}

.two-col-fluid .content-column .text-content a{
	text-decoration:underline;
	color:#00a650;
}

.two-col-fluid .content-column .text-content strong{
	font-weight:400;
	font-size:18px;
	color:#00a651;	
}


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background-color:#edf7ff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:left center;
	color:#000;
}

.main-footer a,
.main-footer input,
.main-footer textarea{
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-footer .auto-container{
	position:relative;
	z-index:1;	
}

.main-footer .widgets-section{
	position:relative;
	padding:10px 0px 10px;
}

.main-footer .footer-column{
	position:relative;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:30px;		
}

.main-footer .footer-logo{
	position:relative;
	margin-top:-5px;
}

.main-footer .footer-logo img{
	display:block;
	max-width:100%;	
}

.main-footer .footer-column h2{
	font-size:20px;
	font-weight:500;
	text-transform:capitalize;
	margin-bottom:30px;
	color:#000;	
}

.main-footer .about-widget .text{
	margin-bottom:35px;
	line-height:2em;	
}

.main-footer .contact-info{
	margin-bottom:25px;	
}

.main-footer .contact-info li{
	position:relative;
	padding:0px 0px 0px 30px;
	margin-bottom:10px;
	line-height:28px;
}

.main-footer .contact-info li .icon{
	position:absolute;
	left:0px;
	top:0px;
	line-height:28px;
	font-size:20px;
	color:#2c9d2e;
}

.main-footer .contact-info li strong{
	font-weight:500;	
}

.main-footer .posts-widget .post{
	position:relative;
	min-height:75px;
	padding-left:90px;
	margin-bottom:40px;
}

.main-footer .posts-widget .post:last-child{
	margin-bottom:0px;
}

.main-footer .posts-widget .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:75px;
	height:75px;
}

.main-footer .posts-widget .post .post-thumb .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(178,221,76,0.95);
	color:#ffffff;
	opacity:0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;	
}

.main-footer .posts-widget .post:hover .post-thumb .overlay-link{
	opacity:1;	
}

.main-footer .posts-widget .post .post-thumb .overlay-link span{
	position:absolute;
	left:50%;
	top:50%;
	text-align:center;
	width:30px;
	margin-left:-15px;
	margin-top:-15px;
	line-height:30px;
	font-size:18px;	
}

.main-footer .posts-widget .post .post-thumb img{
	display:block;
	width:100%;
}

.main-footer .posts-widget .post .desc-text{
	position:relative;
	font-size:14px;
	color:#ffffff;
	line-height:1.8em;
	margin-bottom:0px;
	top:-5px;
}

.main-footer .posts-widget .post .desc-text a{
	color:#ffffff;
}

.main-footer .posts-widget .post .time{
	color:#b2dd4c;
	line-height:24px;
}

.main-footer .tags-widget .tags-list li{
	position:relative;
	display:inline-block;
	margin:0px 7px 10px 0px;	
}

.main-footer .tags-widget .tags-list li a{
	position:relative;
	display:block;
	line-height:24px;
	padding:5px 14px;
	color:#9e9e9e;
	text-transform:capitalize;
	border:1px solid rgba(255,255,255,0.10);
	min-width:50px;
	text-align:center;
	border-radius:2px;
}

.main-footer .tags-widget .tags-list li a:hover{
	background:#b2dd4c;
	color:#ffffff;
	border-color:#b2dd4c;	
}

.main-footer .links-widget .list li{
	position:relative;
	padding-left:15px;
	margin-bottom:10px;	
}

.main-footer .links-widget .list li a{
	position:relative;
	display:inline-block;
	line-height:24px;
	color:#000;
	text-transform:capitalize;
	border-bottom:1px dashed transparent;
}

.main-footer .links-widget .list li:before{
	content:'';
	position:absolute;
	left:0px;
	top:8px;
	width:6px;
	height:6px;
	background:#3f4828;	
	border-radius:50%;
}

.main-footer .links-widget .list li a:hover{
	color:#00A650;
	border-color:#00A650;	
}

.main-footer .work-hours h4{
	font-size:16px;
	color:#ffffff;
	font-weight:500;
	margin-bottom:10px;	
}

.main-footer .work-hours p{
	line-height:1.6em;
	margin-bottom:5px;	
}

.main-footer .newsletter-widget{
	position:relative;	
}

.main-footer .newsletter-widget .text{
	line-height:1.8em;
	margin-bottom:10px;	
}

.newsletter-one{
	position:relative;
}

.newsletter-one .form-group{
	position:relative;
	margin-bottom:0px;
}

.newsletter-one .form-group input[type="text"],
.newsletter-one .form-group input[type="email"],
.newsletter-one .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:12px 15px;
	background:#ffffff;
	color:#333333;
	height:48px;
	border:1px solid rgba(255,255,255,0.10);
	border-radius:3px;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;	
}

.newsletter-one .form-group input[type="text"]:focus,
.newsletter-one .form-group input[type="email"]:focus,
.newsletter-one .form-group textarea:focus{
	border-color:#b2dd4c;
}

.newsletter-one .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	display:block;
	width:50px;
	height:48px;
	text-align:center;
	margin:0px;
	padding:12px 5px;
	line-height:24px;
	font-size:16px;
	text-transform:uppercase;
	font-weight:400;
	background:#b2dd4c;
	color:#ffffff;
	letter-spacing:1px;
	border-radius:0px 2px 2px 0px;
}

.newsletter-one .form-group button:hover,
.newsletter-one .form-group input:focus + button{
	background:#999999;
}

.main-footer .footer-bottom {
	position: relative;
	padding: 13px 0px;
	line-height: 24px;
	font-size: 15px;
	background: #FFF;
}
.copyright {
	opacity: 0.7;
}

.main-footer .footer-bottom .author-name{
	color:#f6fbfe;
}

.main-footer .footer-social li{
	position:relative;
	display:inline-block;
	margin-left:25px;
	line-height:24px;	
}

.main-footer .footer-social li a{
	color:#f7f7f7;
	font-size:16px;
}

.main-footer .footer-social li a:hover{
	color:#b2dd4c;	
}


/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title{
	position:relative;
	padding:130px 0px 30px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
}

.page-title:before{
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(0, 166, 80, 0.66);
}

.page-title .auto-container{
	position:relative;
	z-index:1;
}	

.page-title h1{
	position:relative;
	font-size:36px;
	font-weight:600;
	color:#ffffff;
	margin-bottom:5px;
	line-height:1.5em;
}

.page-title h3{
	position:relative;
	font-size:24px;
	color:#e9d80c;
}

.page-info{
	position:relative;
	padding:20px 0px;
	background:#ffffff;
	color:#1f1f1f;
	border-bottom:1px solid #f0f0f0;	
}

.page-info h2{
	font-size:16px;
	color:#1f1f1f;
	line-height:24px;
	font-weight:700;	
}

.page-info .bread-crumb{
	position:relative;
	font-size:14px;
}

.page-info .bread-crumb li{
	position:relative;
	float:left;
	margin-right:30px;
	color:#9e9e9e;
	line-height:24px;
}

.page-info .bread-crumb li:last-child{
	margin-right:0px;
}

.page-info .bread-crumb li:after{
	content:'\f0da';
	font-family: 'FontAwesome';
	position:absolute;
	right:-22px;
	width:10px;
	line-height:24px;
	font-size:14px;
	color:#00a650;
}

.page-info .bread-crumb li:last-child:after{
	display:none;	
}

.page-info .bread-crumb li a{
	color:#9e9e9e;	
}

.page-info .bread-crumb li a:hover{
	color:#b2dd4c;	
}

.page-info .bread-crumb li.active{
	color:#00a650;	
}

/*** 

====================================================================
	Certificates Section Style
====================================================================

***/

.certificates-section{
	position:relative;
	padding:80px 0px;
	border-top:1px solid #f0f0f0;
	z-index:1;		
}

.certificates-section:before{
	content:'';
	position:absolute;
	top:-1px;
	left:50%;
	margin-left:-40px;
	height:34px;
	width:80px;
	background:url(../images/tab-curve.jpg) center top no-repeat;
}

.certificates-carousel .slide-item{
	position:relative;
}

.certificates-section .slide-item img{
	display:block;
	width:100%;
}

.certificates-section .owl-nav{
	display:none;	
}

.certificates-section .owl-controls{
	padding-top:30px;
}

.certificates-section .owl-dots .owl-dot span{
	border:1px solid #b2dd4c;
	background:#ffffff;
	margin:0px 8px;
	width:10px;
	height:10px;
}

.certificates-section .owl-dots .owl-dot.active span{
	background:#b2dd4c;	
}

/*** 

====================================================================
	Why Choose Us Style
====================================================================

***/

.why-choose-us{
	position:relative;
	padding:80px 0px 30px;
	background:#f9f9f9;
}

/*** 

====================================================================
	Our Team style
====================================================================

***/

.team-section{
	position:relative;
	padding:80px 0px 0px;
}

.team-section .sec-title{
	margin-bottom:30px;	
}

.team-section .slide-item{
	position:relative;
	padding-bottom:40px;
	border-bottom:1px solid #f0f0f0;
	margin-bottom:30px;	
}

.team-section .slide-item .content-column{
	position:relative;
	padding-bottom:200px;	
}

.team-section .slide-item .info{
	position:relative;
	margin-bottom:20px;	
}

.team-section .slide-item .info h3{
	position:relative;
	font-size:20px;
	text-transform:capitalize;
	color:#1f1f1f;
}

.team-section .slide-item .info .designation{
	position:relative;
	font-size:18px;
	text-transform:capitalize;
	color:#b2dd4c;
}

.team-section .slide-item .desc-text{
	position:relative;
	line-height:1.8em;
	margin-bottom:25px;	
}

.team-section .slide-item .social-links{
	position:relative;	
}

.team-section .slide-item .social-links a{
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	margin-right:8px;
	color:#8e8e8e;
	background:#f7f7f7;
	border-radius:50%;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.team-section .slide-item .social-links a:hover{
	background:#b2dd4c;
	color:#ffffff;	
}

.team-section .team-thumbs-carousel{
	position:relative;
	padding-right:200px;	
}

.team-section .team-thumbs-carousel .thumb-item{
	position:relative;
	cursor:pointer;
	overflow:hidden;
}

.team-section .team-thumbs-carousel .thumb-box{
	position:relative;
	overflow:hidden;
	border-radius:50%;
}

.team-section .team-thumbs-carousel .thumb-box img{
	display:block;
	width:100%;
	background:#f4f4f4 !important;
	border-radius:50%;
}

.team-section .team-thumbs-carousel .thumb-item .overlay{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	background:rgba(178,221,76,0.90);
	border-radius:50%;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.team-section .team-thumbs-carousel .thumb-item:hover .overlay{
	opacity:1;	
}

.team-section .team-thumbs-carousel .owl-controls{
	margin:0px;	
}

.team-section .team-thumbs-carousel .owl-nav{
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-20px;	
}

.team-section .team-thumbs-carousel .owl-controls .owl-nav [class*="owl-"]{
	position:relative;
	display:inline-block;
	margin-left:18px;
	width:38px;
	height:40px;
	background-color:transparent;
	border:none;
	background-position:center center;
	background-repeat:no-repeat;	
}

.team-section .team-thumbs-carousel .owl-controls .owl-nav [class*="owl-next"]{
	background-image:url(../images/arrow-next.html);	
}

.team-section .team-thumbs-carousel .owl-controls .owl-nav [class*="owl-prev"]{
	background-image:url(../images/arrow-prev.html);	
}

.team-section .team-thumbs-carousel .owl-controls .owl-nav [class*="owl-"]:hover{
	opacity:0.50;	
}

/*** 

====================================================================
	Services Style Two
====================================================================

***/

.services-style-two{
	position:relative;
	padding:80px 0px 50px;
}

.icon-column-two{
	position:relative;
	margin-bottom:30px;	
}

.icon-column-two .inner-box{
	position:relative;
	display:block;
	text-align:center;
	border:1px solid #f0f0f0;
	padding:50px 10px 40px;
	border-radius:2px;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.icon-column-two .inner-box:hover{
	background:#b2dd4c;
	color:#ffffff;
	border-color:#b2dd4c;	
}

.icon-column-two .inner-box .icon-box{
	position:relative;
	line-height:1em;
	font-size:48px;
	margin-bottom:25px;
	color:#b2dd4c;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.icon-column-two .inner-box:hover .icon-box{
	color:#ffffff;
}

.icon-column-two .inner-box h3{
	font-size:20px;
	line-height:1.4em;
	margin-bottom:7px;
	color:#1f1f1f;
	font-weight:400;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;	
}

.icon-column-two .inner-box:hover h3{
	color:#ffffff;	
}

.icon-column-two .inner-box h3 a{
	color:#1f1f1f;	
}

.icon-column-two .inner-box .text{
	line-height:1.8em;	
}

/*** 

====================================================================
	Price Plans
====================================================================

***/

.price-plans{
	position:relative;
	padding:80px 0px 30px;
}

.pricing-column{
	position:relative;
	margin-bottom:50px;
}

.pricing-column .inner-box{
	position:relative;
	background:#ffffff;
	border:1px solid #f0f0f0;
	text-align:center;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;	
}

.pricing-column .inner-box:hover{
	-webkit-box-shadow:0px 0px 25px 0px rgba(0,0,0,0.05);	
	-ms-box-shadow:0px 0px 25px 0px rgba(0,0,0,0.05);	
	-o-box-shadow:0px 0px 25px 0px rgba(0,0,0,0.05);	
	-moz-box-shadow:0px 0px 25px 0px rgba(0,0,0,0.05);	
	box-shadow:0px 0px 25px 0px rgba(0,0,0,0.05);	
}

.pricing-column .inner-box:before{
	content:'';
	position:absolute;
	left:50%;
	margin-left:-30px;
	top:-28px;
	width:60px;
	height:60px;
	background:#f7f7f7;
	border-radius:50%;
}

.pricing-column .inner-box:after{
	content:'';
	position:absolute;
	left:50%;
	margin-left:-5px;
	top:-7px;
	width:10px;
	height:10px;
	background:#8dc63f;
	border-radius:50%;
}

.pricing-column .plan-title{
	position:relative;
	padding:35px 10px;
	background:#f7f7f7;	
}

.pricing-column .plan-title h3{
	font-size:20px;
	text-transform:capitalize;
	color:#1f1f1f;
	line-height:1.5em;
}

.pricing-column .pricing-info{
	position:relative;
}

.pricing-column .pricing-info .duration{
	position:relative;
	float:left;
	width:50%;
	padding:10px 10px;
	background:#1f1f1f;
	line-height:30px;
	color:#ffffff;
	font-size:16px;
	text-transform:capitalize;	
}

.pricing-column .pricing-info .price{
	position:relative;
	float:left;
	width:50%;
	padding:5px 10px;
	background:#b2dd4c;
	color:#ffffff;
	font-size:28px;
	line-height:40px;
	text-transform:capitalize;	
}

.pricing-column .lower-content{
	position:relative;
	padding:10px 20px 30px;
}

.pricing-column .specs-list{
	position:relative;
	margin-bottom:10px;	
}

.pricing-column .specs-list li{
	position:relative;
	line-height:24px;
	padding:10px 0px;
	border-bottom:1px solid #f0f0f0;	
}

.pricing-column .specs-list li:last-child{
	border:none;	
}

.pricing-column .link-box a{
	padding:9px 30px;
	border-radius:25px;	
}

.pricing-column:hover .link-box a{
	background:#b2dd4c;
	color:#ffffff !important;
}

/*** 

====================================================================
	Price Plans
====================================================================

***/

.appt-section{
	position:relative;
	padding:0px 0px 80px;
}

.appt-section .title-box{
	position:relative;
	padding:80px 0px 125px;
	text-align:center;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.appt-section .title-box:before{
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(29,40,2,0.60);
}

.appt-section .title-box .auto-container{
	position:relative;
	z-index:1;
}	

.appt-section .title-box h2{
	font-size:36px;
	color:#ffffff;
	line-height:1.4em;
	font-weight:600;	
}

.appt-section .title-box .separator{
	display:block;
	width:100%;
	height:40px;
	background:url(../images/title-pattern.png) center center no-repeat;	
}

.appt-section .form-container{
	position:relative;
	padding:40px 30px;
	background:#ffffff;
	margin-top:-80px;
	border-radius:3px;
	z-index:2;
	-webkit-box-shadow:0px 0px 7px 0px rgba(0,0,0,0.08);
	-ms-box-shadow:0px 0px 7px 0px rgba(0,0,0,0.08);
	-moz-box-shadow:0px 0px 7px 0px rgba(0,0,0,0.08);
	-o-box-shadow:0px 0px 7px 0px rgba(0,0,0,0.08);
	box-shadow:0px 0px 7px 0px rgba(0,0,0,0.08);	
}

.appt-section .form-container textarea{
	height:122px;	
}

.appt-section .form-container .btn-style-one{
	padding:11px 30px;
}

.appt-section .form-container .content-column p{
	font-size:16px;
	line-height:1.8em;
	margin-bottom:15px;	
}

.appt-section .form-container .content-column strong{
	font-size:18px;
	color:#1f1f1f;
	font-weight:600;	
}

/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section{
	position:relative;
	padding:80px 0px;
}

.gallery-section .outer-box{
	position:relative;	
}

.gallery-section .filters{
	position:relative;
	text-align:center;
	margin-bottom:40px;
}

.gallery-section .filters li{
	position:relative;
	display:inline-block;
	padding:12px 30px;
	line-height:24px;
	color:#9e9e9e;
	cursor:pointer;
	text-transform:uppercase;
	border:1px solid #f0f0f0;
	border-radius:2px;
	font-size:14px;
	font-weight:500;
	margin:0px 5px 10px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.gallery-section .filters li:hover,
.gallery-section .filters li.active{
	color:#ffffff;
	background:#b2dd4c;
	border-color:#b2dd4c;
}

.default-portfolio-item{
	position:relative;
	margin-bottom:30px;
}

.default-portfolio-item.mix{
	display:none;
}

.full-width .default-portfolio-item{
	padding:0px !important;
	margin:0px !important;
}

.masonry-gallery .masonry-item{
	position:relative;
}

.default-portfolio-item .inner-box{
	position:relative;
	width:100%;
	overflow:hidden;
}

.default-portfolio-item .image-box{
	position:relative;
	display:block;	
}

.default-portfolio-item .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.default-portfolio-item .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	padding:0px;
	color:#ffffff;
	opacity:0;
	text-align:center;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transform:translate(-100%);
	-ms-transform:translate(-100%);
	-o-transform:translate(-100%);
	-moz-transform:translate(-100%);
	transform:translate(-100%);
}

.style-two .default-portfolio-item .overlay-box{
	border:none;
}

.default-portfolio-item .inner-box:hover .overlay-box{
	top:0px;
	opacity:1;
	-webkit-transform:translate(0%);
	-ms-transform:translate(0%);
	-o-transform:translate(0%);
	-moz-transform:translate(0%);
	transform:translate(0%);
}

.default-portfolio-item .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 20px;
	background:rgba(29,40,2,0.95);
}

.default-portfolio-item .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.default-portfolio-item .overlay-inner .option-btn{
	position:relative;
	display:inline-block;
	line-height:50px;
	color:#ffffff;
	font-size:18px;
	width:50px;
	height:50px;
	margin:0px 7px;
	background:#b2dd4c;
	border-radius:50%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.default-portfolio-item .overlay-inner .option-btn:hover{
	background:#ffffff;
	color:#b2dd4c;	
}

.default-portfolio-item .caption-box{
	position:relative;
	padding:20px 25px;
	background:#ffffff;
	border:1px solid #f0f0f0;
	border-top:none;
	border-radius:0px 0px 2px 2px;	
}

.default-portfolio-item:hover .caption-box{
	border-color:#b2dd4c;	
}

.default-portfolio-item .caption-box h3{
	font-size:18px;
	color:#1f1f1f;
	text-transform:capitalize;
}

.default-portfolio-item .caption-box h3 a{
	color:#1f1f1f;
}

.default-portfolio-item .caption-box h3 a:hover{
	color:#b2dd4c;
}

.default-portfolio-item .caption-box .category{
	font-size:18px;
	color:#b2dd4c;
	text-transform:capitalize;
	font-family: 'Shadows Into Light', cursive;	
}

.default-portfolio-item .caption-box .category a{
	color:#b2dd4c;
}

.default-portfolio-item .caption-box .category a:hover{
	color:#1f1f1f;
}

.fancybox-next span,
.fancybox-prev span{
	background-image:none !important;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	text-align:center;
}

.fancybox-next span:before,
.fancybox-prev span:before{
	content:'';
	position:absolute;
	font-family: 'FontAwesome';
	left:0px;
	top:0px;
	font-size:12px;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	background-color:rgba(28,28,28,0.40) !important;
	color:#ffffff;
	visibility:visible;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.fancybox-next span:before{
	content:'\f178';
}

.fancybox-prev span:before{
	content:'\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before{
	background-color:#ffffff !important;
	color:#000000;	
}

.fancybox-type-image .fancybox-close{
	right:0px;
	top:0px;
	width:45px;
	height:45px;
	background:url(../images/close.png) center center no-repeat;
	    background-size: 29px;	
}

.fancybox-type-image .fancybox-close:hover{
	background-color:#000000 !important;	
}

.fancybox-type-image .fancybox-skin{
	padding:0px !important;	
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 5px 7px 0px;
}

.styled-pagination li a{
	position:relative;
	display:block;
	line-height:24px;
	padding:12px 5px;
	font-size:18px;
	text-transform:capitalize;
	min-width:50px;
	border:1px solid #f0f0f0;
	background:none;
	color:#b2dd4c;
	font-weight:500;
	text-align:center;
	border-radius:2px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.styled-pagination li a.next,
.styled-pagination li a.prev{
	font-size:16px;
	color:#1f1f1f;	
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;
	background:#b2dd4c;
	border-color:#b2dd4c;	
}


/*** 

====================================================================
	Sidebar
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:80px 0px 50px;
}

.sidebar-page-container .sidebar,
.sidebar-page-container .content-side{
	margin-bottom:30px;	
}

.sidebar-title{
	position:relative;
	margin-bottom:30px;	
}

.sidebar-title h3{
	position:relative;
	font-size:20px;
	color:#1f1f1f;
	font-weight:500;
	text-transform:capitalize;	
}

.sidebar .sidebar-widget{
	position:relative;
	margin-bottom:50px;	
}

.sidebar .boxed-nav{
	position:relative;
}

.sidebar .boxed-nav .nav-outer{
	position:relative;
	border:1px solid #f0f0f0;
	border-radius:5px;	
}

.sidebar .boxed-nav ul li{
	position:relative;	
}

.sidebar .boxed-nav ul li:last-child a{
	border:none;	
}

.sidebar .boxed-nav li a{
	position:relative;
	display:block;
	line-height:30px;
	padding:10px 15px;
	text-transform:uppercase;
	color:#1f1f1f;
	font-size:14px;
	font-weight:700;
	border-bottom:1px solid #f0f0f0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.sidebar .boxed-nav li:hover a,
.sidebar .boxed-nav li.current a,
.sidebar .boxed-nav li a.active-btn{
	background:#b2dd4c;
	color:#ffffff;
	border-color:#b2dd4c;
}

.sidebar .downloads li{
	position:relative;
	margin-bottom:12px;	
}

.sidebar .downloads li a{
	position:relative;
	display:block;
	padding:16px 15px 16px 68px;
	color:#1f1f1f;
	font-size:16px;
	background:#f4f4f4;
	line-height:30px;
	transition:all 500ms ease;
}

.sidebar .downloads li a:after{
	content:'\f0da';
	font-family: 'FontAwesome';
	position:absolute;
	right:15px;
	font-size:16px;
	top:50%;
	margin-top:-15px;
	line-height:30px;	
}

.sidebar .downloads li a:hover{
	background:#b2dd4c;
	color:#ffffff;	
}

.sidebar .downloads li a .icon{
	position:absolute;
	left:-2px;
	top:8px;
	width:50px;
	height:46px;
	line-height:46px;
	text-align:center;
	font-size:20px;
	background:#1f1f1f;
	color:#ffffff;
}

.sidebar .styled-nav{
	position:relative;
}

.sidebar .styled-nav .nav-outer{
	position:relative;
}

.sidebar .styled-nav .nav-outer ul{
	border:1px solid #e9e9e9;
	border-radius:2px;	
}

.sidebar .styled-nav ul li{
	position:relative;	
}

.sidebar .styled-nav ul li:last-child a{
	border:none;
}

.sidebar .styled-nav li a{
	position:relative;
	display:block;
	margin-left:-1px;
	margin-right:-1px;
	line-height:30px;
	padding:10px 15px 10px 45px;
	text-transform:capitalize;
	color:#9e9e9e;
	font-size:15px;
	border-bottom:1px solid #e9e9e9;
	font-weight:400;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.sidebar .styled-nav li a:before{
	content:'\f0a9';
	font-family: 'FontAwesome';
	position:absolute;
	left:20px;
	font-size:16px;
	top:50%;
	margin-top:-15px;
	line-height:30px;
	color:#b2dd4c;	
}

.sidebar .styled-nav li:hover a,
.sidebar .styled-nav li.current a{
	color:#ffffff;
	background:#b2dd4c;
	border-color:#b2dd4c;
}

.sidebar .styled-nav li.current a:before,
.sidebar .styled-nav li:hover a:before{
	color:#ffffff;
}

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:26px;
	padding:10px 30px 10px 15px;
	border:1px solid #f0f0f0;
	height:48px;
	background:#ffffff;
	color:#1a1a1a;
	display:block;
	width:100%;
	border-radius:2px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus{
	border-color:#b2dd4c;	
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:48px;
	width:50px;
	line-height:48px;
	text-align:center;
	display:block;
	font-size:16px;
	color:#ffffff;
	background:#b2dd4c;
	border-radius:0px 2px 2px 0px;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover{
	background:#1d2802;	
}

.sidebar .recent-posts .post{
	position:relative;
	min-height:75px;
	padding-left:90px;
	margin-bottom:40px;
}

.sidebar .recent-posts .post:last-child{
	margin-bottom:0px;
}

.sidebar .recent-posts .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:75px;
	height:75px;
}

.sidebar .recent-posts .post .post-thumb .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(178,221,76,0.95);
	color:#ffffff;
	opacity:0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;	
}

.sidebar .recent-posts .post:hover .post-thumb .overlay-link{
	opacity:1;	
}

.sidebar .recent-posts .post .post-thumb .overlay-link span{
	position:absolute;
	left:50%;
	top:50%;
	text-align:center;
	width:30px;
	margin-left:-15px;
	margin-top:-15px;
	line-height:30px;
	font-size:18px;	
}

.sidebar .recent-posts .post .post-thumb img{
	display:block;
	width:100%;
}

.sidebar .recent-posts .post .desc-text{
	position:relative;
	font-size:14px;
	color:#1f1f1f;
	line-height:1.8em;
	margin-bottom:0px;
	top:-5px;
}

.sidebar .recent-posts .post .desc-text a{
	color:#1f1f1f;
}

.sidebar .recent-posts .post .time{
	color:#b2dd4c;
	line-height:24px;
}

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;	
	padding:6px 14px;
	margin:0px 5px 9px 0px;
	background:#f7f7f7;
	color:#9e9e9e;
	font-size:14px;
	font-weight:400;
	text-transform:capitalize;
	text-align:center;
	border-radius:2px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	background-color:#b2dd4c;
	color:#ffffff;	
}

.sidebar .list{
	position:relative;
}

.sidebar .list li{
	position:relative;
	margin-bottom:14px;	
}

.sidebar .list li a{
	position:relative;
	display:block;
	color:#9e9e9e;
	font-size:14px;
	font-weight:400;
	line-height:24px;
	padding:0px 25px 0px 22px;
}

.sidebar .list li:first-child a{
	padding-top:0px;	
}

.sidebar .list li a:before{
	font-family: 'FontAwesome';
	content:'\f178';
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	font-size:12px;
	line-height:26px;
	color:#b2dd4c;
}

.sidebar .list li a:after{
	font-family: 'FontAwesome';
	content:'\f14a';
	position:absolute;
	right:0px;
	top:0px;
	display:block;
	font-size:12px;
	line-height:26px;
	opacity:0.20;
}

.sidebar .list li a:hover:after{
	opacity:1;
	color:#b2dd4c;
}

.sidebar .list li a:hover{
	color:#b2dd4c;	
}

.sidebar .list-three{
	position:relative;
}

.sidebar .list-three li{
	position:relative;
	border-bottom:1px solid #f0f0f0;	
}

.sidebar .list-three li a{
	position:relative;
	display:block;
	color:#9e9e9e;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	padding:15px 0px 15px 25px;
}

.sidebar .list-three li:first-child a{
	padding-top:0px;	
}

.sidebar .list-three li a:before{
	font-family: 'FontAwesome';
	content:'\f105';
	position:absolute;
	left:0px;
	top:14px;
	display:block;
	font-size:18px;
	color:#b2dd4c;
	line-height:24px;
}

.sidebar .list-three li:first-child a:before{
	top:0px;
}

.sidebar .list-three li a:hover{
	color:#b2dd4c;	
}

.sidebar .text-widget{
	position:relative;
	color:#9e9e9e;
}

.sidebar .text-widget .text p{
	margin-bottom:15px;	
}

.sidebar .text-widget .text p:last-child{
	margin-bottom:0px;	
}

.rangeslider-widget .val-box{
	position:relative;
	display:inline-block;
	margin:7px 5px 7px 0px;
	line-height:24px;
	font-size:14px;
	border:1px solid #dadada;
	padding:8px 10px;
	width:70px;
	text-align:center;
}

.rangeslider-widget button{
	position:relative;
	display:inline-block;
	line-height:24px;
	border:1px solid #b2dd4c;
	padding:8px 22px;
	background:#b2dd4c;
	color:#ffffff;
	border-radius:3px;
		
}

.rangeslider-widget .noUi-connect{
	background:#b2dd4c !important;	
}

.rangeslider-widget .noUi-background{
	background:#f0f0f0 !important;
}

.rangeslider-widget .noUi-handle{
	background:#f7f7f7 !important;
	border-radius:50% !important;
	box-shadow:none;
	border:2px solid #b2dd4c;
	cursor:pointer;
}

.rangeslider-widget .form-group{
	margin-bottom:0px;	
}

.sidebar .best-sellers .item{
	position:relative;
	font-size:16px;
	margin-bottom:30px;
	min-height:70px;
	padding:10px 0px 0px 90px;
	color:#cccccc;
}

.sidebar .best-sellers .item .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	height:70px;
	border:1px solid #e9e9e9;	
}

.sidebar .best-sellers .item .post-thumb img{
	width:100%;
	display:block;
}

.sidebar .best-sellers .item h4{
	font-size:16px;
	font-weight:400;
	margin:0px 0px 5px;
	line-height:1.4em;
	color:#1f1f1f;
}

.sidebar .best-sellers .item h4 a{
	color:#1f1f1f;		
}

.sidebar .best-sellers .item a:hover,
.sidebar .best-sellers .item a:hover{
	color:#b2dd4c;	
}

.sidebar .best-sellers .item .rating{
	font-size:12px;
	color:#b2dd4c;
	letter-spacing:3px;
}

.sidebar .best-sellers .item .item-price{
	font-size:16px;
	font-weight:500;
	color:#b2dd4c;
}

.sidebar .best-sellers .item .item-price .strike-through{
	color:#9e9e9e;
	padding-left:10px;	
}

.post-details .single-item-carousel{
	position:relative;	
}

.post-details .single-item-carousel .owl-controls{
	margin:0px !important;
	padding:0px;	
}

.post-details .single-item-carousel .owl-dots{
	display:none !important;
}


.post-details .single-item-carousel .owl-nav{
	margin:0px;	
}

.post-details .single-item-carousel .owl-controls .owl-nav [class*="owl-"]{
	position:absolute;
	top:50%;
	margin:0px;
	margin-top:-24px;
	font-size:22px;
	padding:0px;
	line-height:48px;
	width:48px;
	height:48px;
	background:#1d2802;
	border-radius:0px;
}

.post-details .single-item-carousel .owl-controls .owl-nav [class*="owl-"]:hover{
	background:#b2dd4c;	
}

.post-details .single-item-carousel .owl-controls .owl-nav [class*="owl-prev"]{
	left:0px;	
}

.post-details .single-item-carousel .owl-controls .owl-nav [class*="owl-next"]{
	right:0px;	
}

.gallery-details .lower-content{
	position:relative;
	padding:30px 0px;
	border-bottom:1px solid #f0f0f0;	
}

.gallery-details .post-info{
	position:relative;
	margin-bottom:20px;	
}

.gallery-details .post-info h3{
	font-size:24px;
	color:#1f1f1f;
	font-weight:500;
	text-transform:capitalize;
	margin-bottom:2px;	
}

.gallery-details .post-info h3 a{
	color:#1f1f1f;
}

.gallery-details .post-info .post-tags a{
	color:#b2dd4c;
	font-size:18px;
	font-family: 'Shadows Into Light', cursive;
}

.post-details p{
	line-height:1.8em;
	margin-bottom:20px;	
}

.post-details .two-column .info-column,
.post-details .two-column .text-column{
	position:relative;
	margin-bottom:30px;	
}

.post-details blockquote{
	position:relative;
	margin-left:60px;
	padding:10px 20px 10px;
	border-left:2px solid #b2dd4c;
	background:none;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:20px;	
}

.post-details blockquote:before{
	content:'';
	position:absolute;
	left:-60px;
	top:0px;
	width:50px;
	height:50px;
	background:url(../images/quote-icon.html) left top no-repeat;	
}

.blog-details blockquote:before{
	display:none;
}

.blog-details blockquote p{
	font-size:14px !important;
}

.post-details .gallery-info{
	position:relative;
	background:#f7f7f7;	
}

.post-details .gallery-info .info-header{
	position:relative;
	padding:12px 20px;
	background:#b2dd4c;
	color:#ffffff;	
}

.post-details .gallery-info .info-header h4{
	position:relative;
	font-size:20px;
	line-height:30px;
	color:#ffffff;	
}

.post-details .gallery-info .info-lower{
	position:relative;
	padding:20px 20px 30px;
}

.post-details .gallery-info .desc-text{
	position:relative;
	line-height:1.8em;
	margin-bottom:15px;
}

.post-details .gallery-info .specs-list{
	position:relative;
	border:1px solid #f0f0f0;	
}

.post-details .gallery-info .specs-list li{
	position:relative;
	padding:10px 15px;
	background:#ffffff;		
}

.post-details .gallery-info .specs-list li:nth-child(2n+2){
	background:none;	
}

.post-details .gallery-info .specs-list li .pull-left{
	color:#1f1f1f;	
}

.post-details blockquote p{
	font-size:16px;	
}

.post-details blockquote .author-title{
	font-size:16px;
	color:#1f1f1f;	
}

.post-details blockquote .author-title .designation{
	font-size:18px;
	color:#b2dd4c;	
}

.post-details .gallery-controls{
	position:relative;
	padding:30px 0px;
	text-align:center;
	margin-bottom:30px;	
}

.post-details .gallery-controls .theme-btn{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:8px 0px;
	text-align:center;
	min-width:40px;	
}

.post-details .gallery-controls .prev-btn{
	position:relative;
	float:left;	
}

.post-details .gallery-controls .prev-btn .fa{
	padding-right:4px;	
}

.post-details .gallery-controls .next-btn{
	position:relative;
	float:right;	
}

.post-details .gallery-controls .next-btn .fa{
	padding-left:4px;	
}

.post-details .gallery-controls .next-btn,
.post-details .gallery-controls .prev-btn{
	padding:8px 30px;
	border:1px solid #f0f0f0;
	text-transform:uppercase;
	color:#1f1f1f;
	font-weight:600;
	min-width:140px;
	border-radius:20px;
}

.post-details .gallery-controls .next-btn:hover,
.post-details .gallery-controls .prev-btn:hover{
	background:#b2dd4c;
	color:#ffffff;	
}

.post-details .gallery-controls .gallery-btn{
	color:#ffffff;
	background:#b2dd4c;
	font-weight:normal;
	font-size:18px;
}

.post-details .related-gallery{
	position:relative;
	margin-bottom:40px;	
}

.post-details .related-gallery .owl-controls{
	margin:0px !important;
	padding:0px;	
}

.post-details .related-gallery .owl-dots{
	display:none !important;
}


.post-details .related-gallery .owl-nav{
	position:absolute;
	right:0px;
	top:-100px;
	margin:0px;	
}

.post-details .related-gallery .owl-controls .owl-nav [class*="owl-"]{
	position:relative;
	margin:0px 0px 0px 10px;
	font-size:22px;
	padding:0px;
	line-height:42px;
	width:46px;
	height:46px;
	background:none;
	color:#e0e0e0;
	border:2px solid #e0e0e0;
	border-radius:50%;
}

.post-details .related-gallery .owl-controls .owl-nav [class*="owl-"]:hover{
	color:#b2dd4c;
	border-color:#b2dd4c;
}

.post-details .post-author{
	position:relative;
	color:#777777;
	margin-bottom:50px;	
}


.post-details .post-author .inner-box{
	position:relative;
	padding:35px 35px 35px 155px;
	min-height:160px;
	background:#f4f4f4;
}

.post-details .post-author .inner-box .author-thumb{
	position:absolute;
	left:35px;
	top:35px;
	width:100px;
	height:100px;
	border-radius:2px;
}

.post-details .post-author .inner-box .author-thumb img{
	display:block;
	width:100%;	
}

.post-details .post-author h4{
	position:relative;
	margin:-8px 0px 5px;
	font-size:18px;
	text-transform:capitalize;
	font-weight:400;
	color:#1f1f1f;	
}

.post-details .post-author h4 .author-designation{
	position:relative;
	color:#b2dd4c;
	font-style:italic;
}

.post-details .post-author .text{
	line-height:1.8em;
	color:#777777;
}

.post-details .post-author .text a{
	color:#777777;
	text-decoration:underline;	
}

.post-details .post-author .text a:hover{
	color:#b2dd4c;	
}

.post-details .post-bottom{
	background:#ffffff;
	padding:25px 0px 0px;
	border-top:1px solid #f0f0f0;		
}

.post-details .post-bottom .share-options strong{
	font-weight:400;
	font-size:20px;
	color:#1f1f1f;
	padding-right:10px;
}

.post-details .post-bottom .share-options li{
	line-height:34px;
	margin-right:12px;	
	float:left;	
}

.post-details .post-bottom .share-options li a{
	position:relative;
	display:inline-block;
	font-size:14px;
	width:34px;
	height:34px;
	line-height:32px;
	border:1px solid #f4f4f4;
	background:#f4f4f4;
	text-align:center;
	color:#999999;
	border-radius:50%;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.post-details .post-bottom .share-options li a:hover{
	color:#ffffff;
	background:#b2dd4c;	
}

.social-links-one a{
	position:relative;
	display:inline-block;
	font-size:14px;
	width:34px;
	height:34px;
	line-height:32px;
	border:1px solid #e9e9e9;
	text-align:center;
	color:#999999;
	margin:0px 10px 0px 0px;
	border-radius:5px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.social-links-one a:hover{
	color:#ffffff;
	background:#b2dd4c;	
}

.post-details .post-bottom .post-controls li{
	position:relative;
	display:inline-block;
	padding:5px 0px;
	line-height:24px;
	font-weight:400;
	font-size:18px;
	color:#1f1f1f;
	margin-left:20px;
}

.post-details .post-bottom .post-controls li a{
	color:#1f1f1f;	
}

.post-details .post-bottom .post-controls li a:hover{
	color:#b2dd4c;	
}


/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.post-details .comments-area{
	position:relative;
	margin-bottom:60px;	
}

.post-details .comments-area .comment-box{
	position:relative;	
}

.post-details .comments-area .comment{
	position:relative;
	padding:0px 0px 30px;
	border-bottom:1px solid #f0f0f0;	
	margin-bottom:32px;
}

.post-details .comments-area .comment .comment-inner{
	position:relative;
	padding-left:120px;	
}

.post-details .comments-area .comment .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:100px;
}

.post-details .comments-area .comment .author-thumb img{
	width:100%;
	display:block;
}

.post-details .comments-area .comment .comment-header{
	position:relative;
	font-size:14px;
	margin-bottom:15px;
	color:#b2dd4c;
}

.post-details .comments-area .comment .comment-header strong{
	color:#1f1f1f;
	font-size:20px;
	font-weight:400;
	padding-right:30px;
}

.post-details .comments-area .comment .text{
	line-height:1.8em;
	color:#9e9e9e;
	margin-bottom:20px;
}

.post-details .comments-area .comment .reply-btn{
	font-weight:600;
	color:#b2dd4c;
	text-transform:uppercase;	
}

.post-details .comment-form .form-group{
	margin-bottom:30px;	
}

.post-details .comment-form .btn-style-one{
	padding:10px 35px;	
}


/*** 

====================================================================
	Login / Register Section
====================================================================

***/

.register-section{
	position:relative;
	padding:80px 0px 40px;
}

.register-section .sec-title{
	margin-bottom:30px;	
}

.register-section .sec-title h2{
	font-size:28px;
	padding-bottom:5px;
	font-weight:600;	
}

.register-section .form-column{
	margin-bottom:80px;	
}

.styled-form{
	position:relative;	
}

.styled-form .form-group{
	position:relative;
	margin-bottom:25px;
	font-size:14px;
	color:#9e9e9e;	
}

.checkout-section .styled-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.styled-form .form-group .check-box{
	line-height:24px;
	font-size:15px;
	font-weight:normal;
	padding-top:5px;
	color:#1f1f1f;
}

.styled-form .form-group .check-box label{
	position:relative;
	top:-1px;
	font-weight:normal;
	padding:0px;
	font-size:15px;
	cursor:pointer;
}

.styled-form .pull-left label,
.styled-form .pull-right label{
	cursor:pointer;
	font-weight:400;
}

.styled-form .form-group .adon-icon{
	position:absolute;
	top:50%;
	margin-top:-10px;
	right:10px;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:15px;
	color:#999999;
	z-index:2;
}

.styled-form .form-group .field-label{
	display:block;
	color:#1f1f1f;
	text-transform:capitalize;
	font-size:16px;
	margin-bottom:7px;
	font-weight:400;
}

.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	line-height:30px;
	padding:8px 20px;
	height:48px;
	border:1px solid #e0e0e0;
	border-radius:3px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.checkout-section .styled-form input[type="text"],
.checkout-section .styled-form input[type="email"],
.checkout-section .styled-form input[type="password"],
.checkout-section .styled-form select{
	line-height:26px;
	height:44px;	
}

.styled-form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icon-select.png) right center no-repeat;
	cursor:pointer;
}

.styled-form select option{
	text-indent:20px;	
}

.styled-form textarea{
	resize:none;
	height:110px;	
}

.styled-form input:focus,
.styled-form select:focus,
.styled-form textarea:focus{
	border-color:#b2dd4c;	
}

.styled-form .form-group .theme-btn{
	min-width:150px;
	text-align:center;
	padding:10px 30px;	
}

.styled-form .forgot{
	font-size:14px;	
}

.social-links-two a{
	position:relative;
	display:inline-block;
	font-size:14px;
	width:42px;
	height:42px;
	line-height:42px;
	text-align:center;
	color:#ffffff;
	background:#b2dd4c;
	margin:0px 0px 0px 15px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.social-links-two a:hover{
	opacity:0.80;
}

.social-links-two .facebook{
	background:#3b5998;	
}

.social-links-two .twitter{
	background:#33ccfe;	
}

.social-links-two .google-plus{
	background:#dd4b39;	
}

.padd-top-5{
	padding-top:5px;	
}

.padd-top-10{
	padding-top:10px;	
}

.padd-top-15{
	padding-top:15px;	
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	padding:20px 0px 20px;
}

.contact-section .sec-title{
	margin-bottom:30px;	
}

.contact-section .sec-title h2{
	font-size:30px;
	padding-bottom:5px;
}

.contact-section .column{
	position:relative;
	margin-bottom:30px;	
}

.contact-section .info-column .desc-text{
	line-height:1.8em;
	margin-bottom:30px;
	color:#000000;	
}

.contact-section .info-tabs{
	position:relative;	
}

.contact-section .info-tabs .tab-buttons{
	position:relative;
	margin-bottom:20px;	
}

.contact-section .info-tabs .tab-btn{
	position:relative;
	display:inline-block;
	margin:0px 10px 10px 0px;
	line-height:24px;
	font-size:16px;
	padding:12px 25px;
	border:1px solid #f0f0f0;
	text-align:center;
	color:#1f1f1f;
	border-radius:23px;
}

.contact-section .info-tabs .tab-btn.active-btn{
	color:#ffffff;
	    background: #00a651;
    border-color: #00a651;
}

.contact-section .info-column .location-title{
	line-height:1.5em;
	margin-bottom:30px;
	color:#1f1f1f;
	font-size:22px;	
}

.info-style-one{
	position:relative;	
}

.info-style-one li{
	position:relative;
	padding-left:70px;
	min-height:50px;
	margin-bottom:25px;	
}

.info-style-one li .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:24px;
	color:#ffffff;
	font-weight:normal;
	background:#00a650;	
}

.info-style-one li h4{
	font-size:20px;
	font-weight:400;
	color:#1f1f1f;
	text-transform:capitalize;
	margin-bottom:2px;
}

.info-style-one li .text{
	line-height:1.8em;
	color:#9e9e9e;
}

.contact-section .contact-form .form-group{
	margin-bottom:30px;	
}

.contact-section .contact-form .form-group textarea{
	height:230px;	
}

/*** 

====================================================================
	Map Section
====================================================================

***/

.map-section{
	position:relative;	
}

.map-canvas{
	position:relative;
	left:0px;
	top:0px;
	width:100%;	
}

.map-canvas .map-data{
	text-align:center;
	font-size:13px;
	font-weight:400;
}

.map-canvas .map-data h6{
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	text-align:center;
	margin-bottom:5px;
	color:#181818;	
}

/*** 

====================================================================
	Products Section style
====================================================================

***/

.products-section{
	position:relative;
	background:#ffffff;
	padding:0px 0px;
}

.products-section .shop-upper-box{
	position:relative;
	margin-bottom:40px;
	color:#1f1f1f;
}

.products-section .shop-upper-box .items-label{
	position:relative;
	padding:6px 0px;
	line-height:30px;
	color:#9e9e9e;	
}

.products-section .shop-upper-box .sort-by strong{
	position:relative;
	font-weight:500;
	line-height:30px;
	padding:6px 0px;	
}

.products-section .shop-upper-box .sort-by select{
	position:relative;
	display:inline-block;
	line-height:22px;
	padding:12px 10px;
	height:48px;
	width:240px;
	cursor:pointer;
	border:1px solid #f0f0f0;
	background:#ffffff url(../images/icon-select.png) right center no-repeat;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;	
}

.products-section .shop-upper-box .sort-by select option{
	text-indent:10px;
}

/*** 

====================================================================
	Shop Item
====================================================================

***/

.default-shop-item{
	position:relative;
	margin-bottom:30px;
}

.default-shop-item .inner-box{
	position:relative;
	border:1px solid #f0f0f0;
}

.default-shop-item .overlay{
	position:absolute;
	left:0px;
	top:-100%;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.90);
	color:#b2dd4c;
	text-align:center;
	z-index:10;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.default-shop-item:hover .overlay{
	top:0px;	
}

.default-shop-item .overlay .links-box{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-27px;
	width:100%;
	height:54px;
}

.default-shop-item .overlay .option-btn{
	position:relative;
	display:inline-block;
	line-height:30px;
	padding:12px 0px;
	width:54px;
	height:54px;
	background:#b2dd4c;
	color:#ffffff;
	border-radius:2px;
	font-size:16px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.default-shop-item .overlay .option-btn:hover{
	background:#1d2802;	
}

.default-shop-item .inner-box .image-box{
	position:relative;
	overflow:hidden;	
}

.default-shop-item .inner-box .image-box img{
	width:100%;
	display:block;
}

.default-shop-item .inner-box .item-over-info{
	position:absolute;
	left:20px;
	top:20px;
	width:70px;
	height:70px;
	color:#ffffff;
	line-height:20px;
	text-align:center;
	padding:10px;
	display:table;
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
	vertical-align:middle;
	background:#dfd81e;
	border-radius:50%;	
}

.default-shop-item .inner-box .item-over-info.offer{
	background:#ea6f2c;
	left:auto;
	right:20px;
	top:20px;	
}

.default-shop-item .inner-box .item-over-info .txt{
	display:table-cell;
	vertical-align:middle;	
}

.default-shop-item .inner-box .lower-content{
	position:relative;
	padding:30px 10px 25px;
	text-align:center;
	border-top:1px solid #f0f0f0;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.default-shop-item:hover .inner-box .lower-content,
.default-shop-item:hover .inner-box{
	border-color:#b2dd4c;	
}

.default-shop-item .inner-box .lower-content h3{
	position:relative;
	color:#1f1f1f;
	font-size:18px;
	font-weight:400;
	margin-bottom:10px;
}

.default-shop-item .inner-box .lower-content h3 a{
	position:relative;
	color:#1f1f1f;
}

.default-shop-item .inner-box .lower-content h3 a:hover{
	color:#b2dd4c;
}

.default-shop-item .inner-box .lower-content .price{
	color:#b2dd4c;
	font-size:18px;
	line-height:26px;
	height:26px;
}

.default-shop-item .inner-box .lower-content .price span{
	color:#9e9e9e;
	font-size:14px;
	padding-left:10px;
	text-decoration:line-through;
}


/*** 

====================================================================
	Products Details style
====================================================================

***/

.product-details{
	position:relative;
	margin-bottom:50px;
}

.product-details .basic-details{
	position:relative;
	margin-bottom:30px;
}

.product-details .image-column,
.product-details .info-column{
	margin-bottom:20px;
}

.product-details .image-column img{
	display:block;
	width:100%;
	border:1px solid #e9e9e9;	
}

.product-details .basic-details .details-header{
	position:relative;
	border-bottom:1px solid #f0f0f0;
	margin-bottom:20px;
	padding-bottom:20px;	
}

.product-details .basic-details .details-header h4{
	font-size:24px;
	font-weight:400;
	margin:0px 0px;
	line-height:1.4em;
	color:#1f1f1f;
	margin-bottom:3px;	
}

.product-details .basic-details .details-header h4 a{
	color:#1f1f1f;	
}

.product-details .basic-details .details-header .rating{
	font-size:14px;
	color:#b2dd4c;
	margin-bottom:15px;
}

.product-details .basic-details .details-header .rating .fa{
	display:inline-block;
	margin-right:2px;	
}

.product-details .basic-details .details-header .rating .txt{
	font-size:14px;
	padding-left:10px;
	color:#1f1f1f;	
}

.product-details .basic-details .details-header .item-price{
	font-size:22px;
	font-weight:400;
	color:#b2dd4c;
	line-height:24px;
}

.product-details .basic-details .text{
	margin-bottom:20px;
	color:#9e9e9e;	
}

.product-details .basic-details .check-delivery{
	position:relative;
	margin-bottom:10px;	
}

.product-details .basic-details .check-delivery h4{
	font-size:13px;
	color:#1f1f1f;
	font-weight:400;
	margin-bottom:10px;	
}

.product-details .basic-details .check-delivery .form-group{
	position:relative;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.product-details .basic-details .check-delivery .form-group input[type="text"]{
	display:block;
	line-height:24px;
	padding:7px 10px;
	border:1px solid #e0e0e0;
	border-radius:3px;
	width:170px;
	background:none;	
}

.product-details .basic-details .check-delivery .form-group button{
	display:block;
	line-height:24px;
	padding:7px 20px;
	border:1px solid #f0f0f0;
	background:#f7f7f7;
	color:#1f1f1f;
	font-weight:600;
	text-transform:uppercase;
	font-size:14px;
	border-radius:2px;	
}

.product-details .basic-details .item-quantity{
	position:relative;
	width:100px;
	margin-right:20px;	
}

.product-details .basic-details .item-quantity input[type="text"],
.cart-table tbody tr .qty input[type="text"]{
	position:relative;
	line-height:46px;
	height:46px;
	background:#f4f4f4;	
}

.bootstrap-touchspin .input-group-btn-vertical > .btn{
	height:24px;
	background:#e9e9e9;	
}

.bootstrap-touchspin .input-group-btn-vertical i{
	left:6px;
	top:6px;	
}

.product-details .basic-details .check-delivery .field-label{
	font-weight:500;
	display:block;
	font-size:14px;
	line-height:30px;
	padding:5px 0px;
	color:#b2dd4c;	
}

.product-details .basic-details .options .theme-btn{
	padding:10px 25px;	
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.prod-tabs{
	position:relative;	
}

.prod-tabs .tab-btns{
	position:relative;
	border-bottom:1px solid #f0f0f0;
	z-index:1;	
}

.prod-tabs .tab-btns .tab-btn{
	position:relative;
	top:1px;
	display:block;
	float:left;
	margin-right:7px;
	font-size:18px;
	background:#f7f7f7;
	color:#1f1f1f;
	text-transform:capitalize;
	font-weight:400;
	padding:15px 30px;
	border-radius:2px 2px 0px 0px;
}

.prod-tabs .tab-btns .tab-btn:hover,
.prod-tabs .tab-btns .tab-btn.active-btn{
	background:#b2dd4c;
	color:#ffffff;
}

.prod-tabs .tabs-container{
	position:relative;
	color:#1f1f1f;	
}

.prod-tabs .tabs-container .tab{
	position:relative;
	padding:30px 0px;
	display:none;
}

.prod-tabs .tabs-container .tab.active-tab{
	display:block;	
}

.prod-tabs .tabs-container .tab p,
.prod-tabs .tabs-container .tab h3,
.prod-tabs .tabs-container .tab h4,
.prod-tabs .tabs-container .tab h5,
.prod-tabs .tabs-container .tab h6{
	margin-bottom:15px;	
}


.prod-tabs .tabs-container .tab h3{
	font-size:20px;
	font-weight:600;
}

.prod-tabs .tabs-container .tab h4{
	font-size:18px;
	font-weight:600;
}

.prod-tabs .reviews-container{
	position:relative;
	padding-bottom:1px;	
}

.prod-tabs .reviews-container .review-box{
	position:relative;
	margin-bottom:30px;
	padding-left:120px;
	min-height:130px;
	padding-bottom:30px;
	border-bottom:1px solid #f0f0f0;
}

.prod-tabs .reviews-container .rev-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:100px;
	background:#ffffff;
}

.prod-tabs .reviews-container .rev-thumb img{
	display:block;
	width:100%;
}

.prod-tabs .reviews-container .rev-content{
	position:relative;
	background:#ffffff;	
}

.prod-tabs .reviews-container .rev-header{
	position:relative;
}

.prod-tabs .reviews-container .rev-header h4{
	float:left;
	line-height:30px;
	font-size:20px;
	color:#1f1f1f;
	text-transform:capitalize;
	font-weight:400;
	margin-bottom:10px;	
}

.prod-tabs .reviews-container .rev-header .rating{
	position:relative;
	float:left;
	margin-left:50px;
	color:#b2dd4c;
	line-height:30px;
	font-size:14px;
}

.prod-tabs .reviews-container .rev-header .rating .fa{
	margin:0px 2px;	
}

.prod-tabs .reviews-container .rev-header .time{
	position:relative;
	float:right;
	color:#b2dd4c;
	line-height:30px;
	font-size:14px;
}

.prod-tabs .reviews-container .rev-option{
	font-size:14px;
	color:#9e9e9e;
}

.prod-tabs .reviews-container .rev-option a{
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;	
}

.prod-tabs .reviews-container .rev-text{
	font-size:14px;
	color:#9e9e9e;
	line-height:1.8em;
	margin-bottom:15px;
}

.prod-tabs .add-review{
	position:relative;
	margin:30px 0px 0px;
	font-size:14px;
}

.prod-tabs .add-review .rating{
	position:relative;	
}

.prod-tabs .add-review .rating li{
	position:relative;
	display:inline-block;
	margin-right:20px;	
}

.prod-tabs .add-review .rating li a{
	position:relative;
	display:inline-block;
	font-size:16px;
	color:#e0e0e0;		
}

.prod-tabs .add-review .rating .rate-box:hover,
.prod-tabs .add-review .rating .rate-box:focus,
.prod-tabs .add-review .rating .rate-box:active{
	color:#b2dd4c;	
}

.prod-tabs .add-review label{
	position:relative;
	display:block;
	font-size:14px;
	margin-bottom:10px;
	font-weight:400;
	color:#9e9e9e;	
}

.prod-tabs .add-review h3{
	margin-bottom:20px;	
}

.prod-tabs .add-review .form-group{
	position:relative;
	margin-bottom:25px;	
}

.prod-tabs .add-review .form-group input[type="text"],
.prod-tabs .add-review .form-group input[type="password"],
.prod-tabs .add-review .form-group input[type="tel"],
.prod-tabs .add-review .form-group input[type="email"],
.prod-tabs .add-review .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:12px 20px;
	color:#1f1f1f;
	border:1px solid #f0f0f0;
	height:48px;
	background:#ffffff;
	border-radius:2px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.prod-tabs .add-review .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:12px 20px;
	color:#1f1f1f;
	border:1px solid #f0f0f0;
	height:180px;
	resize:none;
	background:#ffffff;
	border-radius:2px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.prod-tabs .add-review .form-group input:focus,
.prod-tabs .add-review .form-group select:focus,
.prod-tabs .add-review .form-group textarea:focus{
	border-color:#b2dd4c;	
}

.prod-tabs .add-review button{
	position:relative;
	display:inline-block;
	background:#b2dd4c;
	color:#ffffff;
	text-align:center;
	text-transform:uppercase;
	padding:14px 40px;
	line-height:24px;
	font-size:14px;
	font-weight:600;
	border-radius:26px;
}

.prod-tabs .add-review button:hover{
	background:#243104;	
}

/*** 

====================================================================
	Related Product Section
====================================================================

***/

.related-products-section{
	position:relative;
	padding:0px 0px;	
}

.related-products-section .owl-controls{
	display:none !important;	
}

.related-products-section .default-shop-item{
	margin-bottom:0px;	
}

/*** 

====================================================================
	Cart Section style
====================================================================

***/

.cart-section{
	position:relative;
	padding:80px 0px;
}

.cart-section .cart-outer{
	position:relative;	
}

.cart-section .table-outer{
	position:relative;
	width:100%;
	overflow-x:	auto;
}

.cart-section .cart-table{
	width:100%;
	min-width:900px;	
}

.cart-table .cart-header{
	position:relative;
	width:100%;
	text-transform:uppercase;
	font-size:16px;
	border-radius:0px;
	background:#f7f7f7;
	color:#1f1f1f;
}

.cart-table thead tr th{
	line-height:24px;
	padding:20px 15px;
	min-width:120px;
	font-weight:600;
}

.cart-table thead tr th.prod-column{
	text-align:left;
	padding-left:40px;	
}

.cart-table tbody tr td{
	line-height:24px;
	padding:30px 10px 20px;
	min-width:100px;
}

.cart-table tbody tr .qty{
	width:150px;
	padding-right:40px;
}

.cart-table tbody tr .qty .quantity-spinner{
	background:#f5f5f5;	
}

.cart-table tbody tr .prod-column .column-box{
	position:relative;
	min-height:90px;
	padding-left:90px;
	padding-top:20px;
	text-align:left;
}


.column.default-column .cart-table tbody tr .qty{
	width:110px;
	padding-right:20px;	
}

.cart-table tbody tr .prod-column .column-box .prod-thumb{
	position:absolute;
	width:70px;
	border:1px solid #f0f0f0;
	left:0px;
	top:0px;	
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img{
	 display:block;
	 max-width:100%;
}

.cart-table tbody tr .prod-column .column-box h3{
	font-size:20px;
	color:#1f1f1f;
	font-weight:400;
	margin-bottom:5px;	
}

.cart-table tbody tr .sub-total{
	font-weight:400;
	color:#b2dd4c;	
}

.cart-table tbody tr .remove-btn{
	position:relative;
	font-size:14px;
	color:#1f1f1f;
	line-height:30px;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa{
	position:relative;
	top:2px;
	font-size:10px;
	line-height:14px;
	width:14px;
	height:14px;
	margin-right:8px;
	background:#f0f0f0;
	color:#ffffff;
	text-align:center;
	overflow:hidden;
	text-indent:100px;
}

.cart-table tbody tr .remove-btn:hover{
	color:#b2dd4c;
}

.cart-table tbody tr .remove-btn:hover .fa{
	text-indent:0px;
	background:#b2dd4c;
}

.cart-table tbody tr{
	border-bottom:1px solid #f0f0f0;	
}

.cart-table tbody tr td{
	vertical-align:middle;	
}

.cart-table tbody tr td .quantity-spinner{
	padding:5px 0px 5px 20px;
	line-height:24px;
	height:34px;
	display:block;
	width:100%;
	position:relative;
}

.cart-table tbody .available-info{
	position:relative;
	padding-left:50px;	
}

.cart-table tbody .available-info .icon{
	position:absolute;
	left:0px;
	top:5px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	background:#b2dd4c;
	border-radius:50%;
}

.cart-section .coupon-outer{
	position:relative;
	margin:50px 0px 70px ;
}

.cart-section .apply-coupon{
	position:relative;
}

.cart-section .apply-coupon .form-group{
	position:relative;
	float:left;
	margin-right:15px;	
}

.cart-section .apply-coupon .form-group input[type="text"]{
	display:block;
	line-height:26px;
	padding:12px 20px;
	border:1px solid #f0f0f0;
	height:50px;
	border-radius:23px;
	width:230px;
	background:none;	
}

.cart-section .estimate-form{
	position:relative;
}

.cart-section .sec-title{
	margin-bottom:25px;	
}

.cart-section .sec-title h2{
	font-size:28px;
}

.cart-section .estimate-form .row{
	margin-left:-7px;
	margin-right:-7px;	
}

.cart-section .estimate-form .row .form-group{
	padding:0px 7px !important;
	margin-bottom:30px;
}

.cart-section .totals-table{
	position:relative;
	border:1px solid #f0f0f0;
	border-radius:2px;
	margin-bottom:30px;
}

.cart-section .totals-table .col{
	position:relative;
	display:block;
	float:left;
	padding:15px 15px;
	line-height:24px;
	width:50%;	
}

.cart-section .totals-table .col-title{
	font-size:14px;
	color:#353535;
	border-right:1px solid #f0f0f0;	
}

.cart-section .totals-table li{
	position:relative;
	border-bottom:1px solid #f0f0f0;	
}

.cart-section .totals-table li:last-child{
	border-bottom:none;	
}

.cart-section .cart-note{
	position:relative;
	margin-bottom:50px;
	padding:16px 20px;
	text-align:center;
	border:1px dashed #b2dd4c;
	border-radius:3px;
	background:#f4f4f4;
	line-height:1.7em;
}

/*** 

====================================================================
	Schedule style
====================================================================

***/

.events-section{
	position:relative;
	padding:80px 0px;
}

.events-section .schedule-box{
	position:relative;
	width:100%;	
}

.events-section .events-table{
	position:relative;
	display:table;
	width:100%;
	color:#1f1f1f;
	background:#ffffff;
	vertical-align:top;
	min-width:1170px;
}

.events-section .events-table .table-row{
	position:relative;
	display:table-row;
	width:100%;
	background:#b2dd4c;
	color:#ffffff;	
}

.events-section .events-table .table-row .table-cell{
	position:relative;
	display:table-cell;
	text-align:left;
	padding:15px;
	width:14%;
	vertical-align:middle;
}

.events-section .events-table .head{
	position:relative;
	background:#f7f7f7;
	text-transform:capitalize;
	font-size:16px;
	color:#1f1f1f;	
}

.events-section .events-table .head .table-cell{
	line-height:24px;
	padding:12px 20px;
	text-align:center;
	vertical-align:top;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;	
}

.events-section .events-table .normal-row .table-cell.empty{
	background:#ffffff;
}

.events-section .events-table .normal-row .table-cell{
	line-height:20px;
	border:1px solid #ffffff;
}

.events-section .events-table .event-title{
	font-size:16px;
	font-weight:500;
	margin-bottom:5px;	
}

.events-section .events-table .event-timings{
	font-size:13px;
	margin-bottom:15px;	
}

.events-section .events-table .event-info{
	font-size:13px;
	margin-bottom:10px;	
}

.events-section .events-table .event-timings .fa,
.events-section .events-table .event-info .fa{
	padding-right:5px;
}

.events-section .events-table .event-hover-popup{
	position:absolute;
	left:15px;
	bottom:100%;
	width:480px;
	background:#ffffff;
	color:#9e9e9e;
	font-size:14px;
	padding:20px;
	z-index:10;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
	-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.10);
	-o-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.10);
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.10);
}


.events-section .events-table .event-hover-popup:after{
	content:'\f0d7';
	font-family: 'FontAwesome';
	position:absolute;
	left:50px;
	bottom:-13px;
	font-size:32px;
	color:#ffffff;	
}

.events-section .events-table .table-cell:hover .event-hover-popup{
	opacity:1;
	visibility:visible;
	margin-bottom:-35px;
}

.events-section .events-table .event-hover-popup .upper-content{
	position:relative;
	margin-bottom:10px;	
}

.events-section .events-table .event-hover-popup .upper-content .image{
	position:relative;
	float:left;
	margin:0px 20px 15px 0px;	
}

.events-section .events-table .event-hover-popup .upper-content .image img{
	display:block;	
}

.events-section .events-table .event-hover-popup .upper-content p{
	position:relative;
	line-height:1.7em;
}

.events-section .events-table .event-hover-popup .lower-info{
	position:relative;
	padding-left:70px;
	min-height:60px;	
}

.events-section .events-table .event-hover-popup .lower-info h3{
	position:relative;
	font-size:18px;
	color:#1f1f1f;
	line-height:1.4em;
}

.events-section .events-table .event-hover-popup .lower-info .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:32px;
	background:#b2dd4c;
	color:#ffffff;	
}

.events-section .events-table .event-hover-popup .lower-info .info .fa{
	position:relative;
	font-size:10px;
	color:#b2dd4c;
	padding-right:5px;
	
}

.events-section .events-header{
	position:relative;
	margin-bottom:40px;	
}

.events-section .events-header h2{
	position:relative;
	font-size:32px;
	color:#b2dd4c;
	line-height:1.4em;
	margin-bottom:-48px;
	text-align:center;
	font-weight:600;
}

.events-section .search-box .form-group{
	position:relative;
	margin-bottom:20px;
}

.events-section .search-box .form-group input[type="text"],
.events-section .search-box .form-group input[type="search"]{
	position:relative;
	line-height:26px;
	padding:10px 30px 10px 15px;
	border:1px solid #f0f0f0;
	height:48px;
	background:#ffffff;
	color:#1a1a1a;
	display:block;
	width:100%;
	border-radius:2px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.events-section .search-box .form-group input:focus{
	border-color:#b2dd4c;	
}

.events-section .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:48px;
	width:50px;
	line-height:48px;
	text-align:center;
	display:block;
	font-size:16px;
	color:#888888;
	background:none;
	border-radius:0px 2px 2px 0px;
}

.events-section .search-box .form-group input:focus + button,
.events-section.search-box .form-group button:hover{
	background:#b2dd4c;
	color:#ffffff;
}

.events-section .events-header .event-cal-nav{
	position:relative;
	line-height:24px;
	color:#ffffff;
	padding:12px 60px;
	text-align:center;
	font-size:16px;
	background:#b2dd4c;
	margin-bottom:20px;	
}

.events-section .events-header .event-cal-nav .control{
	position:absolute;
	top:0px;
	width:48px;
	height:48px;
	line-height:48px;
	color:#ffffff;
	font-size:24px;
	background:#a1cb3e;	
}

.events-section .events-header .event-cal-nav .control.prev{
	left:0px;	
}

.events-section .events-header .event-cal-nav .control.next{
	right:0px;	
}
/* Business plan*/
.myplan .p1{
	font-size: 28px;
	text-align: center;
}
.myplan .p1 img{
	width: 132px;
    border-radius: 10px;
    border: 3px solid #000;
	margin: auto;
}
.myplan .p1 p:first-child{
	color: red;
}
.myplan .p1 p:last-child{
	    margin: 10px 0;
}
.myplan .p2{
	    margin: 32px 0 0;
}
.innerbx:after{
	background: #6602a2 !important;
}
.innerbx1:after{
	background: #0093FF !important;
}
.innerbx2:after{
	background: green !important;
}
.myplan .p2 .col-md-4{
	margin-bottom: 10px;
}
.product-image {
    border: 1px solid #000;
    box-shadow: 0 0 3px black;
    width: 566.39px;
    /*height: 352px;*/
    display: inline-flex;
    vertical-align: middle;
}
.product-image img {
    max-width: 100%;
    display: block;
    width: 350px;
    margin: auto;
}
div#gallery_01 .gallery_thumb {
    width: 108px;
    height: 108px;
    border: 1px solid #000;
    margin-top: 10px;
    display: inline-flex;
    vertical-align: middle;
}
.gallery_thumb img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: auto;
}
.press-button {
    box-shadow: 0 0 2px 1px black;
    background: #0062b0;
    border-color: #0062b0;
    font-weight: bold;
    color: #fff;
    height: 30px;
    width: 20px;
}
.press-button:active {
    box-shadow: 0 0 0px 1px black;
}
.number-increase{
	    max-width: 50px;
    font-weight: bold;
    border: 1px solid #000;
    padding: 0 0px 0 6px;
    height: 30px;
    width: 28px;
}
.add-to-cart {
    background: #0062b0;
    padding: 10px;
    color: #fff !important;
    font-weight: bold;
    border-bottom: 3px solid #000;
}

.port img{
	  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.port img:hover{
	  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.port h1{
position: absolute;
    margin-top: -67px;
    margin-left: 20px;
    color: #fff;
}
.port p{
    color: #fff;
    margin-top: -30px;
    margin-left: 20px;	
}
.port i {
	position: absolute;
	color: #fff;
	right: 0PX;
	MARGIN-TOP: -57PX;
	margin-right: 20px;
	font-size: 40px;
	border: 1px solid #fff;
	/* padding: 3px 10px; */
	line-height: 30px;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	text-align: center;
	font-size: 25px;
	line-height: 37px;
}









@font-face {
  font-family: 'socicon';
  src:  url('../fonts/socicon.eot');
  src:  url('../fonts/socicon.eot#iefix') format('embedded-opentype'),
    url('../fonts/socicon.html') format('woff2'),
    url('../fonts/socicon.ttf') format('truetype'),
    url('../fonts/socicon.woff') format('woff'),
    url('../fonts/socicon.svg#Socicon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.socialsider { z-index:10; font-size:12px; line-height:22px; width:70px; display:block; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.socialsider ul { list-style-type:none; margin:0; padding:0; font-size:12px; line-height:22px; display:block;}
.socialsider li { margin:0; padding:0; font-size:12px; line-height:22px;  display:block;}
.socialsider a { height:41px;display:block; text-decoration:none; -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease; position:relative; font-size:12px; line-height:22px; }
.socialsider a::after { display:block; font-family:'socicon'; text-decoration:none; font-size:20px; line-height:22px; padding:10px; position:absolute;left:0;top:0;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease; }

.socialsider_fixed { position:fixed; }
.socialsider_absolute { position:absolute; }

/* Disable on mobile */
@media (max-width:640px) { .socialsider_mobiledisable { display:none; }}

/* Effects */
.socialsider_radius a::after { border-radius:5px; }
.socialsider_shadow a::after { -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);box-shadow: 0 0 2px 2px rgba(0,0,0,0.2); }
.socialsider_opacity a::after { opacity:0.4; }
.socialsider_opacity a:hover::after { opacity:1; }
.socialsider_spacer a { height:42px; margin-bottom:1px; }
.socialsider_blur:hover a:not(:hover) { filter:blur(2px); -webkit-filter:blur(2px); }

/* Positions */
.socialsider_left_top { left:-30px; top:50px; }
.socialsider_left_top.socialsider_hidden { left:-45px; transform:translate3d(0,0,0); }
.socialsider_left_top.socialsider_hidden:hover { transform:translate3d(20px,0,0); }
.socialsider_left_top a{ left:0px;}
.socialsider_left_top a::after { padding-left:40px; transform:translate3d(0,0,0); }
.socialsider_left_top a:hover { transform:translate3d(10px,0,0); }

.socialsider_left_middle { left:-30px; top:40%; }
.socialsider_left_middle.socialsider_hidden { left:-45px; transform:translate3d(0,0,0); }
.socialsider_left_middle.socialsider_hidden:hover { transform:translate3d(20px,0,0); }
.socialsider_left_middle a { left:0px;}
.socialsider_left_middle a::after { padding-left:40px; transform:translate3d(0,0,0); }
.socialsider_left_middle a:hover { transform:translate3d(10px,0,0); }

.socialsider_left_bottom { left:-30px; bottom:50px; }
.socialsider_left_bottom.socialsider_hidden { left:-45px; transform:translate3d(0,0,0); }
.socialsider_left_bottom.socialsider_hidden:hover { transform:translate3d(20px,0,0); }
.socialsider_left_bottom a { left:0px;}
.socialsider_left_bottom a::after { padding-left:40px; transform:translate3d(0,0,0); }
.socialsider_left_bottom a:hover { transform:translate3d(10px,0,0); }

.socialsider_right_top { right:-30px; top:50px; }
.socialsider_right_top.socialsider_hidden { right:-45px; transform:translate3d(0,0,0); }
.socialsider_right_top.socialsider_hidden:hover { transform:translate3d(-20px,0,0); }
.socialsider_right_top a { right:0px;}
.socialsider_right_top a::after { padding-right:40px; transform:translate3d(0,0,0); }
.socialsider_right_top a:hover { transform:translate3d(-10px,0,0); }

.socialsider_right_middle { right:-30px; top:40%; }
.socialsider_right_middle.socialsider_hidden { right:-45px; transform:translate3d(0,0,0); }
.socialsider_right_middle.socialsider_hidden:hover { transform:translate3d(-20px,0,0); }
.socialsider_right_middle a { right:0px;}
.socialsider_right_middle a::after { padding-right:40px; transform:translate3d(0,0,0); }
.socialsider_right_middle a:hover { transform:translate3d(-10px,0,0); }

.socialsider_right_bottom { right:-30px; bottom:50px; }
.socialsider_right_bottom.socialsider_hidden { right:-45px; transform:translate3d(0,0,0); }
.socialsider_right_bottom.socialsider_hidden:hover { transform:translate3d(-20px,0,0); }
.socialsider_right_bottom a { right:0px;}
.socialsider_right_bottom a::after { padding-right:40px; transform:translate3d(0,0,0);}
.socialsider_right_bottom a:hover { transform:translate3d(-10px,0,0); }



/* Socicon letters */
.socialsider a[data-socialsider='twitter']::after { content:"\e08d";}
.socialsider a[data-socialsider='facebook']::after { content:"\e028";}
.socialsider a[data-socialsider='google']::after { content:"\e034";}
.socialsider a[data-socialsider='pinterest']::after { content:"\e063";}
.socialsider a[data-socialsider='foursquare']::after { content:"\e030";}
.socialsider a[data-socialsider='yahoo']::after { content:"\e0a0";}
.socialsider a[data-socialsider='skype']::after { content:"\e073";}
.socialsider a[data-socialsider='yelp']::after { content:"\e0a3";}
.socialsider a[data-socialsider='feedburner']::after { content:"\e029";}
.socialsider a[data-socialsider='linkedin']::after { content:"\e04c";}
.socialsider a[data-socialsider='viadeo']::after { content:"\e090";}
.socialsider a[data-socialsider='xing']::after { content:"\e09f";}
.socialsider a[data-socialsider='myspace']::after { content:"\e056";}
.socialsider a[data-socialsider='soundcloud']::after { content:"\e078";}
.socialsider a[data-socialsider='spotify']::after { content:"\e079";}
.socialsider a[data-socialsider='grooveshark']::after { content:"\e039";}
.socialsider a[data-socialsider='lastfm']::after { content:"\e04a";}
.socialsider a[data-socialsider='youtube']::after { content:"\e0a5";}
.socialsider a[data-socialsider='vimeo']::after { content:"\e093";}
.socialsider a[data-socialsider='dailymotion']::after { content:"\e017";}
.socialsider a[data-socialsider='vine']::after { content:"\e094";}
.socialsider a[data-socialsider='flickr']::after { content:"\e02d";}
.socialsider a[data-socialsider='500px']::after { content:"\e000";}
.socialsider a[data-socialsider='instagram']::after { content:"\e044";}
.socialsider a[data-socialsider='wordpress']::after { content:"\e09c";}
.socialsider a[data-socialsider='tumblr']::after { content:"\e08b";}
.socialsider a[data-socialsider='blogger']::after { content:"\e012";}
.socialsider a[data-socialsider='technorati']::after { content:"\e086";}
.socialsider a[data-socialsider='reddit']::after { content:"\e06c";}
.socialsider a[data-socialsider='dribbble']::after { content:"\e021";}
.socialsider a[data-socialsider='stumbleupon']::after { content:"\e082";}
.socialsider a[data-socialsider='digg']::after { content:"\e01c\e01c";}
.socialsider a[data-socialsider='envato']::after { content:"\e026";}
.socialsider a[data-socialsider='behance']::after { content:"\e010";}
.socialsider a[data-socialsider='delicious']::after { content:"\e019";}
.socialsider a[data-socialsider='deviantart']::after { content:"\e01a";}
.socialsider a[data-socialsider='forrst']::after { content:"\e02f";}
.socialsider a[data-socialsider='play']::after { content:"\e064";}
.socialsider a[data-socialsider='zerply']::after { content:"\e0a7";}
.socialsider a[data-socialsider='wikipedia']::after { content:"\e09a";}
.socialsider a[data-socialsider='apple']::after { content:"\e008";}
.socialsider a[data-socialsider='flattr']::after { content:"\e02c";}
.socialsider a[data-socialsider='github']::after { content:"\e032";}
.socialsider a[data-socialsider='friendfeed']::after { content:"\e031";}
.socialsider a[data-socialsider='newsvine']::after { content:"\e057";}
.socialsider a[data-socialsider='identica']::after { content:"\e042";}
.socialsider a[data-socialsider='bebo']::after { content:"\e00f";}
.socialsider a[data-socialsider='zynga']::after { content:"\e0a9";}
.socialsider a[data-socialsider='steam']::after { content:"\e07e";}
.socialsider a[data-socialsider='xbox']::after { content:"\e09e";}
.socialsider a[data-socialsider='windows']::after { content:"\e09b";}
.socialsider a[data-socialsider='outlook']::after { content:"\e05d";}
.socialsider a[data-socialsider='coderwall']::after { content:"\e015";}
.socialsider a[data-socialsider='tripadvisor']::after { content:"\e088";}
.socialsider a[data-socialsider='lanyrd']::after { content:"\e049";}
.socialsider a[data-socialsider='slideshare']::after { content:"\e074";}
.socialsider a[data-socialsider='buffer']::after { content:"\e013";}
.socialsider a[data-socialsider='rss']::after { content: "\e071";}
.socialsider a[data-socialsider='vkontakte']::after { content:"\e095";}
.socialsider a[data-socialsider='disqus']::after { content:"\e01e";}

/* v1.2 */
.socialsider a[data-socialsider='8tracks']::after { content:"\e001";}
.socialsider a[data-socialsider='airbnb']::after { content:"\e002";}
.socialsider a[data-socialsider='alliance']::after { content:"\e003";}
.socialsider a[data-socialsider='amazon']::after { content: "\e004";}
.socialsider a[data-socialsider='amplement']::after { content: "\e005";}
.socialsider a[data-socialsider='android']::after { content: "\e006";}
.socialsider a[data-socialsider='angellist']::after { content: "\e007";}
.socialsider a[data-socialsider='appnet']::after { content: "\e009";}
.socialsider a[data-socialsider='baidu']::after { content: "\e00a";}
.socialsider a[data-socialsider='bandcamp']::after { content: "\e00b";}
.socialsider a[data-socialsider='battlenet']::after { content: "\e00c";}
.socialsider a[data-socialsider='bebee']::after { content: "\e00e";}
.socialsider a[data-socialsider='blizzard']::after { content: "\e011";}
.socialsider a[data-socialsider='chrome']::after { content: "\e014";}
.socialsider a[data-socialsider='curse']::after { content: "\e016";}
.socialsider a[data-socialsider='deezer']::after { content: "\e018";}
.socialsider a[data-socialsider='diablo']::after { content: "\e01b";}
.socialsider a[data-socialsider='discord']::after { content: "\e01d";}
.socialsider a[data-socialsider='douban']::after { content: "\e01f";}
.socialsider a[data-socialsider='draugiem']::after { content: "\e020";}
.socialsider a[data-socialsider='drupal']::after { content: "\e022";}
.socialsider a[data-socialsider='ebay']::after { content: "\e023";}
.socialsider a[data-socialsider='ello']::after { content: "\e024";}
.socialsider a[data-socialsider='endomondo']::after { content: "\e025";}
.socialsider a[data-socialsider='etsy']::after { content: "\e027";}
.socialsider a[data-socialsider='filmweb']::after { content: "\e02a";}
.socialsider a[data-socialsider='firefox']::after { content: "\e02b";}
.socialsider a[data-socialsider='formulr']::after { content: "\e02e";}
.socialsider a[data-socialsider='goodreads']::after { content: "\e033";}
.socialsider a[data-socialsider='googlescholar']::after { content: "\e035";}
.socialsider a[data-socialsider='googlegroups']::after { content: "\e036";}
.socialsider a[data-socialsider='googlephotos']::after { content: "\e037";}
.socialsider a[data-socialsider='googleplus']::after { content: "\e038";}
.socialsider a[data-socialsider='hackerrank']::after { content: "\e03a";}
.socialsider a[data-socialsider='hearthstone']::after { content: "\e03b";}
.socialsider a[data-socialsider='hellocoton']::after { content: "\e03c";}
.socialsider a[data-socialsider='heroes']::after { content: "\e03d";}
.socialsider a[data-socialsider='hitbox']::after { content: "\e03e";}
.socialsider a[data-socialsider='horde']::after { content: "\e03f";}
.socialsider a[data-socialsider='houzz']::after { content: "\e040";}
.socialsider a[data-socialsider='icq']::after { content: "\e041";}
.socialsider a[data-socialsider='imdb']::after { content: "\e043";}
.socialsider a[data-socialsider='issuu']::after { content: "\e045";}
.socialsider a[data-socialsider='istock']::after { content: "\e046";}
.socialsider a[data-socialsider='itunes']::after { content: "\e047";}
.socialsider a[data-socialsider='keybase']::after { content: "\e048";}
.socialsider a[data-socialsider='line']::after { content: "\e04b";}
.socialsider a[data-socialsider='livejournal']::after { content: "\e04d";}
.socialsider a[data-socialsider='lyft']::after { content: "\e04e";}
.socialsider a[data-socialsider='macos']::after { content: "\e04f";}
.socialsider a[data-socialsider='mail']::after { content: "\e050";}
.socialsider a[data-socialsider='medium']::after { content: "\e051";}
.socialsider a[data-socialsider='meetup']::after { content: "\e052";}
.socialsider a[data-socialsider='mixcloud']::after { content: "\e053";}
.socialsider a[data-socialsider='modelmayhem']::after { content: "\e054";}
.socialsider a[data-socialsider='mumble']::after { content: "\e055";}
.socialsider a[data-socialsider='nintendo']::after { content: "\e058";}
.socialsider a[data-socialsider='npm']::after { content: "\e059";}
.socialsider a[data-socialsider='odnoklassniki']::after { content: "\e05a";}
.socialsider a[data-socialsider='openid']::after { content: "\e05b";}
.socialsider a[data-socialsider='opera']::after { content: "\e05c";}
.socialsider a[data-socialsider='overwatch']::after { content: "\e05e";}
.socialsider a[data-socialsider='patreon']::after { content: "\e05f";}
.socialsider a[data-socialsider='paypal']::after { content: "\e060";}
.socialsider a[data-socialsider='periscope']::after { content: "\e061";}
.socialsider a[data-socialsider='persona']::after { content: "\e062";}
.socialsider a[data-socialsider='player']::after { content: "\e065";}
.socialsider a[data-socialsider='playstation']::after { content: "\e066";}
.socialsider a[data-socialsider='pocket']::after { content: "\e067";}
.socialsider a[data-socialsider='qq']::after { content: "\e068";}
.socialsider a[data-socialsider='quora']::after { content: "\e069";}
.socialsider a[data-socialsider='raidcall']::after { content: "\e06a";}
.socialsider a[data-socialsider='ravelry']::after { content: "\e06b";}
.socialsider a[data-socialsider='renren']::after { content: "\e06d";}
.socialsider a[data-socialsider='researchgate']::after { content: "\e06e";}
.socialsider a[data-socialsider='residentadvisor']::after { content: "\e06f";}
.socialsider a[data-socialsider='reverbnation']::after { content: "\e070";}
.socialsider a[data-socialsider='sharethis']::after { content: "\e072";}
.socialsider a[data-socialsider='smugmug']::after { content: "\e075";}
.socialsider a[data-socialsider='snapchat']::after { content: "\e076";}
.socialsider a[data-socialsider='songkick']::after { content: "\e077";}
.socialsider a[data-socialsider='stackexchange']::after { content: "\e07a";}
.socialsider a[data-socialsider='stackoverflow']::after { content: "\e07b";}
.socialsider a[data-socialsider='starcraft']::after { content: "\e07c";}
.socialsider a[data-socialsider='stayfriends']::after { content: "\e07d";}
.socialsider a[data-socialsider='storehouse']::after { content: "\e07f";}
.socialsider a[data-socialsider='strava']::after { content: "\e080";}
.socialsider a[data-socialsider='streamjar']::after { content: "\e081";}
.socialsider a[data-socialsider='swarm']::after { content: "\e083";}
.socialsider a[data-socialsider='teamspeak']::after { content: "\e084";}
.socialsider a[data-socialsider='teamviewer']::after { content: "\e085";}
.socialsider a[data-socialsider='telegram']::after { content: "\e087";}
.socialsider a[data-socialsider='tripit']::after { content: "\e089";}
.socialsider a[data-socialsider='triplej']::after { content: "\e08a";}
.socialsider a[data-socialsider='twitch']::after { content: "\e08c";}
.socialsider a[data-socialsider='uber']::after { content: "\e08e";}
.socialsider a[data-socialsider='ventrilo']::after { content: "\e08f";}
.socialsider a[data-socialsider='viber']::after { content: "\e091";}
.socialsider a[data-socialsider='viewbug']::after { content: "\e092";}
.socialsider a[data-socialsider='warcraft']::after { content: "\e096";}
.socialsider a[data-socialsider='wechat']::after { content: "\e097";}
.socialsider a[data-socialsider='weibo']::after { content: "\e098";}
.socialsider a[data-socialsider='whatsapp']::after { content: "\e099";}
.socialsider a[data-socialsider='wykop']::after { content: "\e09d";}
.socialsider a[data-socialsider='yammer']::after { content: "\e0a1";}
.socialsider a[data-socialsider='yandex']::after { content: "\e0a2";}
.socialsider a[data-socialsider='younow']::after { content: "\e0a4";}
.socialsider a[data-socialsider='zapier']::after { content: "\e0a6";}
.socialsider a[data-socialsider='zomato']::after { content: "\e0a8";}


/* Colors */

/* Dark background, white font */
.socialsider.socialsider_bgdark_white a::after { background:#333; color:#FFF;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='twitter']:hover::after { background:#4da7de;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='facebook']:hover::after { background:#3e5b98;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='google']:hover::after { background:#d93e2d;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='pinterest']:hover::after { background:#c92619;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='foursquare']:hover::after { background:#23b7e0;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='yahoo']:hover::after { background:#6E2A85;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='skype']:hover::after { background:#28abe3;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='yelp']:hover::after { background:#c83218;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='feedburner']:hover::after { background:#FFCC00;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='linkedin']:hover::after { background:#3371b7;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='viadeo']:hover::after { background:#e4a000;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='xing']:hover::after { background:#005a60;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='myspace']:hover::after { background:#323232;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='soundcloud']:hover::after { background:#fe3801;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='spotify']:hover::after { background:#7bb342;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='grooveshark']:hover::after { background:#000000;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='lastfm']:hover::after { background:#d41316;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='youtube']:hover::after { background:#e02a20;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='vimeo']:hover::after { background:#51b5e7;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='dailymotion']:hover::after { background:#004e72;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='vine']:hover::after { background:#00b389;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='flickr']:hover::after { background:#1e1e1b;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='500px']:hover::after { background:#58a9de;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='instagram']:hover::after { background:#9c7c6e;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='wordpress']:hover::after { background:#464646;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='tumblr']:hover::after { background:#45556c;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='blogger']:hover::after { background:#ec661c;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='technorati']:hover::after { background:#5cb030;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='reddit']:hover::after { background:#e74a1e;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='dribbble']:hover::after { background:#e84d88;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='stumbleupon']:hover::after { background:#e64011;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='digg']:hover::after { background:#1d1d1b;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='envato']:hover::after { background:#597c3a;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='behance']:hover::after { background:#000000;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='delicious']:hover::after { background:#020202;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='deviantart']:hover::after { background:#c5d200;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='forrst']:hover::after { background:#5B9A68;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='play']:hover::after { background:#000000;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='zerply']:hover::after { background:#9DBC7A;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='wikipedia']:hover::after { background:#000000;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='apple']:hover::after { background:#B9BFC1;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='flattr']:hover::after { background:#F67C1A;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='github']:hover::after { background:#5380c0;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='chimein']:hover::after { background:#888688;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='friendfeed']:hover::after { background:#2F72C4;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='newsvine']:hover::after { background:#075B2F;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='identica']:hover::after { background:#000000;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='bebo']:hover::after { background:#EF1011;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='zynga']:hover::after { background:#DC0606;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='steam']:hover::after { background:#8F8D8A;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='xbox']:hover::after { background:#92C83E;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='windows']:hover::after { background:#00BDF6;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='outlook']:hover::after { background:#0072C6;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='coderwall']:hover::after { background:#3E8DCC;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='tripadvisor']:hover::after { background:#000000;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='netcodes']:hover::after { background:#2E3436;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='easid']:hover::after { background:#1ABC9C;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='lanyrd']:hover::after { background:#3c80c9;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='slideshare']:hover::after { background:#4ba3a6;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='buffer']:hover::after { background:#000000;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='rss']:hover::after { background: #f26109;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='vkontakte']:hover::after { background:#5a7fa6;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='disqus']:hover::after { background:#2e9fff;}

/* v1.2*/
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='8tracks']:hover::after { background:#122c4b;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='airbnb']:hover::after { background:#ff5a5f;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='alliance']:hover::after { background:#144587;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='amazon']:hover::after { background:#ff9900;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='amplement']:hover::after { background:#0996c3;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='android']:hover::after { background:#8ec047;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='angellist']:hover::after { background:#000000;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='appnet']:hover::after { background:#494949;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='baidu']:hover::after { background:#2629d9;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='bandcamp']:hover::after { background:#619aa9;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='battlenet']:hover::after { background:#0096CD;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='bebee']:hover::after { background:#f28f16;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='blizzard']:hover::after { background:#01B2F1;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='chrome']:hover::after { background:#757575;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='curse']:hover::after { background:#f26522;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='deezer']:hover::after { background:#32323d;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='diablo']:hover::after { background:#8B1209;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='discord']:hover::after { background:#7289da;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='douban']:hover::after { background:#3ca353;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='draugiem']:hover::after { background:#ffa32b;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='drupal']:hover::after { background:#00598e;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='ebay']:hover::after { background:#333333;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='ello']:hover::after { background:#000000;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='endomondo']:hover::after { background:#86ad00;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='etsy']:hover::after { background:#F56400;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='filmweb']:hover::after { background:#ffc404;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='firefox']:hover::after { background:#484848;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='formulr']:hover::after { background:#ff5a60;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='goodreads']:hover::after { background:#463020;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='googlescholar']:hover::after { background:#4285f4;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='googlegroups']:hover::after { background:#4F8EF5;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='googlephotos']:hover::after { background:#212121;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='googleplus']:hover::after { background:#dd4b39;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='hackerrank']:hover::after { background:#2ec866;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='hearthstone']:hover::after { background:#EC9313;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='hellocoton']:hover::after { background:#d30d66;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='heroes']:hover::after { background:#2397F7;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='hitbox']:hover::after { background:#99CC00;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='horde']:hover::after { background:#84121C;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='houzz']:hover::after { background:#7CC04B;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='icq']:hover::after { background:#7EBD00;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='imdb']:hover::after { background:#E8BA00;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='issuu']:hover::after { background:#F26F61;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='istock']:hover::after { background:#000000;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='itunes']:hover::after { background:#ff5e51;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='keybase']:hover::after { background:#FF7100;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='line']:hover::after { background:#00B901;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='livejournal']:hover::after { background:#0099CC;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='lyft']:hover::after { background:#FF00BF;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='macos']:hover::after { background:#000000;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='mail']:hover::after { background:#000000;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='medium']:hover::after { background:#000000;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='meetup']:hover::after { background:#e2373c;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='mixcloud']:hover::after { background:#000000;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='modelmayhem']:hover::after { background:#000000;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='mumble']:hover::after { background:#5AB5D1;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='nintendo']:hover::after { background:#F58A33;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='npm']:hover::after { background:#C12127;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='odnoklassniki']:hover::after { background:#f48420;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='openid']:hover::after { background:#f78c40;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='opera']:hover::after { background:#FF1B2D;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='overwatch']:hover::after { background:#9E9E9E;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='patreon']:hover::after { background:#E44727;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='paypal']:hover::after { background:#009cde;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='periscope']:hover::after { background:#3AA4C6;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='persona']:hover::after { background:#e6753d;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='player']:hover::after { background:#6E41BD;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='playstation']:hover::after { background:#000000;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='pocket']:hover::after { background:#ED4055;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='qq']:hover::after { background:#4297d3;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='quora']:hover::after { background:#cb202d;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='raidcall']:hover::after { background:#073558;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='ravelry']:hover::after { background:#B6014C;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='renren']:hover::after { background:#2266b0;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='researchgate']:hover::after { background:#00CCBB;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='residentadvisor']:hover::after { background:#B3BE1B;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='reverbnation']:hover::after { background:#000000;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='sharethis']:hover::after { background:#01bf01;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='smugmug']:hover::after { background:#ACFD32;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='snapchat']:hover::after { background:#fffa37;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='songkick']:hover::after { background:#F80046;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='stackexchange']:hover::after { background:#2f2f2f;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='stackoverflow']:hover::after { background:#FD9827;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='starcraft']:hover::after { background:#002250;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='stayfriends']:hover::after { background:#F08A1C;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='storehouse']:hover::after { background:#25B0E6;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='strava']:hover::after { background:#FC4C02;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='streamjar']:hover::after { background:#503a60;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='swarm']:hover::after { background:#FC9D3C;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='teamspeak']:hover::after { background:#465674;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='teamviewer']:hover::after { background:#168EF4;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='telegram']:hover::after { background:#0088cc;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='tripit']:hover::after { background:#1982C3;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='triplej']:hover::after { background:#E53531;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='twitch']:hover::after { background:#6441a5;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='uber']:hover::after { background:#000000;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='ventrilo']:hover::after { background:#77808A;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='viber']:hover::after { background:#7b519d;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='viewbug']:hover::after { background:#2B9FCF;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='warcraft']:hover::after { background:#1EB10A;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='wechat']:hover::after { background:#09b507;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='weibo']:hover::after { background:#e31c34;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='whatsapp']:hover::after { background:#20B038;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='wykop']:hover::after { background:#328efe;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='yammer']:hover::after { background:#1175C4;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='yandex']:hover::after { background:#FF0000;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='younow']:hover::after { background:#61C03E;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='zapier']:hover::after { background:#FF4A00;}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider='zomato']:hover::after { background:#cb202d;}


/* White background, dark font */
.socialsider.socialsider_bgwhite_dark a::after { background:; color:#FFF;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='twitter']:hover::after { color:#FFF;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='facebook']:hover::after { color:#FFF;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='google']:hover::after { color:#FFF;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='pinterest']:hover::after { color:#FFF;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='foursquare']:hover::after { color:#FFF;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='yahoo']:hover::after { color:#6E2A85;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='skype']:hover::after { color:#28abe3;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='yelp']:hover::after { color:#c83218;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='feedburner']:hover::after { color:#FFCC00;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='linkedin']:hover::after { color:#fff;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='viadeo']:hover::after { color:#e4a000;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='xing']:hover::after { color:#005a60;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='myspace']:hover::after { color:#323232;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='soundcloud']:hover::after { color:#fe3801;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='spotify']:hover::after { color:#7bb342;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='grooveshark']:hover::after { color:#000000;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='lastfm']:hover::after { color:#d41316;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='youtube']:hover::after { color:#FFF;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='vimeo']:hover::after { color:#51b5e7;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='dailymotion']:hover::after { color:#004e72;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='vine']:hover::after { color:#00b389;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='flickr']:hover::after { color:#1e1e1b;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='500px']:hover::after { color:#58a9de;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='instagram']:hover::after { color:#9c7c6e;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='wordpress']:hover::after { color:#464646;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='tumblr']:hover::after { color:#45556c;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='blogger']:hover::after { color:#ec661c;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='technorati']:hover::after { color:#5cb030;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='reddit']:hover::after { color:#e74a1e;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='dribbble']:hover::after { color:#e84d88;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='stumbleupon']:hover::after { color:#e64011;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='digg']:hover::after { color:#1d1d1b;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='envato']:hover::after { color:#597c3a;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='behance']:hover::after { color:#000000;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='delicious']:hover::after { color:#020202;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='deviantart']:hover::after { color:#c5d200;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='forrst']:hover::after { color:#5B9A68;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='play']:hover::after { color:#000000;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='zerply']:hover::after { color:#9DBC7A;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='wikipedia']:hover::after { color:#000000;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='apple']:hover::after { color:#B9BFC1;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='flattr']:hover::after { color:#F67C1A;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='github']:hover::after { color:#5380c0;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='chimein']:hover::after { color:#888688;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='friendfeed']:hover::after { color:#2F72C4;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='newsvine']:hover::after { color:#075B2F;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='identica']:hover::after { color:#000000;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='bebo']:hover::after { color:#EF1011;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='zynga']:hover::after { color:#DC0606;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='steam']:hover::after { color:#8F8D8A;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='xbox']:hover::after { color:#92C83E;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='windows']:hover::after { color:#00BDF6;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='outlook']:hover::after { color:#0072C6;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='coderwall']:hover::after { color:#3E8DCC;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='tripadvisor']:hover::after { color:#000000;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='netcodes']:hover::after { color:#2E3436;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='easid']:hover::after { color:#1ABC9C;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='lanyrd']:hover::after { color:#3c80c9;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='slideshare']:hover::after { color:#4ba3a6;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='buffer']:hover::after { color:#000000;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='rss']:hover::after { color: #f26109;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='vkontakte']:hover::after { color:#5a7fa6;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='disqus']:hover::after { color:#2e9fff;}

/* v1.2*/
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='8tracks']:hover::after { color:#122c4b;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='airbnb']:hover::after { color:#ff5a5f;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='alliance']:hover::after { color:#144587;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='amazon']:hover::after { color:#ff9900;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='amplement']:hover::after { color:#0996c3;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='android']:hover::after { color:#8ec047;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='angellist']:hover::after { color:#000000;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='appnet']:hover::after { color:#494949;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='baidu']:hover::after { color:#2629d9;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='bandcamp']:hover::after { color:#619aa9;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='battlenet']:hover::after { color:#0096CD;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='bebee']:hover::after { color:#f28f16;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='blizzard']:hover::after { color:#01B2F1;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='chrome']:hover::after { color:#757575;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='curse']:hover::after { color:#f26522;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='deezer']:hover::after { color:#32323d;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='diablo']:hover::after { color:#8B1209;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='discord']:hover::after { color:#7289da;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='douban']:hover::after { color:#3ca353;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='draugiem']:hover::after { color:#ffa32b;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='drupal']:hover::after { color:#00598e;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='ebay']:hover::after { color:#333333;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='ello']:hover::after { color:#000000;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='endomondo']:hover::after { color:#86ad00;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='etsy']:hover::after { color:#F56400;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='filmweb']:hover::after { color:#ffc404;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='firefox']:hover::after { color:#484848;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='formulr']:hover::after { color:#ff5a60;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='goodreads']:hover::after { color:#463020;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='googlescholar']:hover::after { color:#4285f4;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='googlegroups']:hover::after { color:#4F8EF5;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='googlephotos']:hover::after { color:#212121;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='googleplus']:hover::after { color:#dd4b39;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='hackerrank']:hover::after { color:#2ec866;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='hearthstone']:hover::after { color:#EC9313;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='hellocoton']:hover::after { color:#d30d66;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='heroes']:hover::after { color:#2397F7;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='hitbox']:hover::after { color:#99CC00;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='horde']:hover::after { color:#84121C;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='houzz']:hover::after { color:#7CC04B;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='icq']:hover::after { color:#7EBD00;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='imdb']:hover::after { color:#E8BA00;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='issuu']:hover::after { color:#F26F61;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='istock']:hover::after { color:#000000;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='itunes']:hover::after { color:#ff5e51;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='keybase']:hover::after { color:#FF7100;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='line']:hover::after { color:#00B901;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='livejournal']:hover::after { color:#0099CC;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='lyft']:hover::after { color:#FF00BF;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='macos']:hover::after { color:#000000;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='mail']:hover::after { color:#000000;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='medium']:hover::after { color:#000000;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='meetup']:hover::after { color:#e2373c;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='mixcloud']:hover::after { color:#000000;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='modelmayhem']:hover::after { color:#000000;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='mumble']:hover::after { color:#5AB5D1;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='nintendo']:hover::after { color:#F58A33;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='npm']:hover::after { color:#C12127;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='odnoklassniki']:hover::after { color:#f48420;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='openid']:hover::after { color:#f78c40;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='opera']:hover::after { color:#FF1B2D;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='overwatch']:hover::after { color:#9E9E9E;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='patreon']:hover::after { color:#E44727;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='paypal']:hover::after { color:#009cde;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='periscope']:hover::after { color:#3AA4C6;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='persona']:hover::after { color:#e6753d;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='player']:hover::after { color:#6E41BD;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='playstation']:hover::after { color:#000000;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='pocket']:hover::after { color:#ED4055;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='qq']:hover::after { color:#4297d3;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='quora']:hover::after { color:#cb202d;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='raidcall']:hover::after { color:#073558;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='ravelry']:hover::after { color:#B6014C;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='renren']:hover::after { color:#2266b0;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='researchgate']:hover::after { color:#00CCBB;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='residentadvisor']:hover::after { color:#B3BE1B;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='reverbnation']:hover::after { color:#000000;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='sharethis']:hover::after { color:#01bf01;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='smugmug']:hover::after { color:#ACFD32;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='snapchat']:hover::after { color:#fffa37;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='songkick']:hover::after { color:#F80046;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='stackexchange']:hover::after { color:#2f2f2f;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='stackoverflow']:hover::after { color:#FD9827;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='starcraft']:hover::after { color:#002250;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='stayfriends']:hover::after { color:#F08A1C;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='storehouse']:hover::after { color:#25B0E6;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='strava']:hover::after { color:#FC4C02;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='streamjar']:hover::after { color:#503a60;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='swarm']:hover::after { color:#FC9D3C;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='teamspeak']:hover::after { color:#465674;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='teamviewer']:hover::after { color:#168EF4;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='telegram']:hover::after { color:#0088cc;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='tripit']:hover::after { color:#1982C3;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='triplej']:hover::after { color:#E53531;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='twitch']:hover::after { color:#6441a5;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='uber']:hover::after { color:#000000;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='ventrilo']:hover::after { color:#77808A;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='viber']:hover::after { color:#7b519d;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='viewbug']:hover::after { color:#2B9FCF;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='warcraft']:hover::after { color:#1EB10A;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='wechat']:hover::after { color:#09b507;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='weibo']:hover::after { color:#e31c34;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='whatsapp']:hover::after { color:#20B038;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='wykop']:hover::after { color:#328efe;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='yammer']:hover::after { color:#1175C4;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='yandex']:hover::after { color:#FF0000;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='younow']:hover::after { color:#61C03E;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='zapier']:hover::after { color:#FF4A00;}
.socialsider.socialsider_bgwhite_dark.socialsider_colorize a[data-socialsider='zomato']:hover::after { color:#cb202d;}


/* Color background, white font */
.socialsider.socialsider_bgcolor_white a::after { color:#FFF;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='twitter']::after { background:#4da7de;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='facebook']::after { background:#3e5b98;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='google']::after { background:#d93e2d;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='pinterest']::after { background:#c92619;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='foursquare']::after { background:#23b7e0;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='yahoo']::after { background:#6E2A85;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='skype']::after { background:#28abe3;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='yelp']::after { background:#c83218;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='feedburner']::after { background:#FFCC00;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='linkedin']::after { background:#3371b7;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='viadeo']::after { background:#e4a000;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='xing']::after { background:#005a60;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='myspace']::after { background:#323232;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='soundcloud']::after { background:#fe3801;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='spotify']::after { background:#7bb342;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='grooveshark']::after { background:#000000;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='lastfm']::after { background:#d41316;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='youtube']::after { background:#e02a20;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='vimeo']::after { background:#51b5e7;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='dailymotion']::after { background:#004e72;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='vine']::after { background:#00b389;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='flickr']::after { background:#1e1e1b;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='500px']::after { background:#58a9de;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='instagram']::after { background:#9c7c6e;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='wordpress']::after { background:#464646;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='tumblr']::after { background:#45556c;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='blogger']::after { background:#ec661c;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='technorati']::after { background:#5cb030;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='reddit']::after { background:#e74a1e;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='dribbble']::after { background:#e84d88;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='stumbleupon']::after { background:#e64011;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='digg']::after { background:#1d1d1b;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='envato']::after { background:#597c3a;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='behance']::after { background:#000000;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='delicious']::after { background:#020202;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='deviantart']::after { background:#c5d200;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='forrst']::after { background:#5B9A68;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='play']::after { background:#000000;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='zerply']::after { background:#9DBC7A;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='wikipedia']::after { background:#000000;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='apple']::after { background:#B9BFC1;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='flattr']::after { background:#F67C1A;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='github']::after { background:#5380c0;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='chimein']::after { background:#888688;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='friendfeed']::after { background:#2F72C4;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='newsvine']::after { background:#075B2F;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='identica']::after { background:#000000;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='bebo']::after { background:#EF1011;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='zynga']::after { background:#DC0606;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='steam']::after { background:#8F8D8A;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='xbox']::after { background:#92C83E;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='windows']::after { background:#00BDF6;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='outlook']::after { background:#0072C6;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='coderwall']::after { background:#3E8DCC;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='tripadvisor']::after { background:#000000;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='netcodes']::after { background:#2E3436;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='easid']::after { background:#1ABC9C;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='lanyrd']::after { background:#3c80c9;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='slideshare']::after { background:#4ba3a6;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='buffer']::after { background:#000000;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='rss']::after { background: #f26109;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='vkontakte']::after { background:#5a7fa6;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='disqus']::after { background:#2e9fff;}

/* v1.2*/
.socialsider.socialsider_bgcolor_white a[data-socialsider='8tracks']::after { background:#122c4b;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='airbnb']::after { background:#ff5a5f;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='alliance']::after { background:#144587;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='amazon']::after { background:#ff9900;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='amplement']::after { background:#0996c3;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='android']::after { background:#8ec047;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='angellist']::after { background:#000000;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='appnet']::after { background:#494949;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='baidu']::after { background:#2629d9;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='bandcamp']::after { background:#619aa9;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='battlenet']::after { background:#0096CD;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='bebee']::after { background:#f28f16;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='blizzard']::after { background:#01B2F1;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='chrome']::after { background:#757575;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='curse']::after { background:#f26522;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='deezer']::after { background:#32323d;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='diablo']::after { background:#8B1209;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='discord']::after { background:#7289da;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='douban']::after { background:#3ca353;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='draugiem']::after { background:#ffa32b;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='drupal']::after { background:#00598e;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='ebay']::after { background:#333333;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='ello']::after { background:#000000;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='endomondo']::after { background:#86ad00;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='etsy']::after { background:#F56400;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='filmweb']::after { background:#ffc404;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='firefox']::after { background:#484848;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='formulr']::after { background:#ff5a60;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='goodreads']::after { background:#463020;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='googlescholar']::after { background:#4285f4;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='googlegroups']::after { background:#4F8EF5;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='googlephotos']::after { background:#212121;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='googleplus']::after { background:#dd4b39;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='hackerrank']::after { background:#2ec866;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='hearthstone']::after { background:#EC9313;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='hellocoton']::after { background:#d30d66;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='heroes']::after { background:#2397F7;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='hitbox']::after { background:#99CC00;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='horde']::after { background:#84121C;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='houzz']::after { background:#7CC04B;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='icq']::after { background:#7EBD00;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='imdb']::after { background:#E8BA00;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='issuu']::after { background:#F26F61;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='istock']::after { background:#000000;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='itunes']::after { background:#ff5e51;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='keybase']::after { background:#FF7100;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='line']::after { background:#00B901;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='livejournal']::after { background:#0099CC;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='lyft']::after { background:#FF00BF;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='macos']::after { background:#000000;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='mail']::after { background:#000000;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='medium']::after { background:#000000;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='meetup']::after { background:#e2373c;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='mixcloud']::after { background:#000000;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='modelmayhem']::after { background:#000000;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='mumble']::after { background:#5AB5D1;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='nintendo']::after { background:#F58A33;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='npm']::after { background:#C12127;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='odnoklassniki']::after { background:#f48420;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='openid']::after { background:#f78c40;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='opera']::after { background:#FF1B2D;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='overwatch']::after { background:#9E9E9E;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='patreon']::after { background:#E44727;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='paypal']::after { background:#009cde;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='periscope']::after { background:#3AA4C6;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='persona']::after { background:#e6753d;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='player']::after { background:#6E41BD;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='playstation']::after { background:#000000;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='pocket']::after { background:#ED4055;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='qq']::after { background:#4297d3;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='quora']::after { background:#cb202d;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='raidcall']::after { background:#073558;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='ravelry']::after { background:#B6014C;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='renren']::after { background:#2266b0;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='researchgate']::after { background:#00CCBB;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='residentadvisor']::after { background:#B3BE1B;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='reverbnation']::after { background:#000000;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='sharethis']::after { background:#01bf01;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='smugmug']::after { background:#ACFD32;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='snapchat']::after { background:#fffa37;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='songkick']::after { background:#F80046;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='stackexchange']::after { background:#2f2f2f;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='stackoverflow']::after { background:#FD9827;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='starcraft']::after { background:#002250;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='stayfriends']::after { background:#F08A1C;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='storehouse']::after { background:#25B0E6;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='strava']::after { background:#FC4C02;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='streamjar']::after { background:#503a60;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='swarm']::after { background:#FC9D3C;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='teamspeak']::after { background:#465674;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='teamviewer']::after { background:#168EF4;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='telegram']::after { background:#0088cc;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='tripit']::after { background:#1982C3;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='triplej']::after { background:#E53531;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='twitch']::after { background:#6441a5;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='uber']::after { background:#000000;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='ventrilo']::after { background:#77808A;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='viber']::after { background:#7b519d;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='viewbug']::after { background:#2B9FCF;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='warcraft']::after { background:#1EB10A;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='wechat']::after { background:#09b507;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='weibo']::after { background:#e31c34;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='whatsapp']::after { background:#20B038;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='wykop']::after { background:#328efe;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='yammer']::after { background:#1175C4;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='yandex']::after { background:#FF0000;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='younow']::after { background:#61C03E;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='zapier']::after { background:#FF4A00;}
.socialsider.socialsider_bgcolor_white a[data-socialsider='zomato']::after { background:#cb202d;}

/* White background, color font */
.socialsider.socialsider_bgwhite_color a::after { background:#FFF;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='twitter']::after { color:#4da7de;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='facebook']::after { color:#3e5b98;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='google']::after { color:#d93e2d;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='pinterest']::after { color:#c92619;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='foursquare']::after { color:#23b7e0;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='yahoo']::after { color:#6E2A85;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='skype']::after { color:#28abe3;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='yelp']::after { color:#c83218;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='feedburner']::after { color:#FFCC00;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='linkedin']::after { color:#3371b7;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='viadeo']::after { color:#e4a000;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='xing']::after { color:#005a60;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='myspace']::after { color:#323232;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='soundcloud']::after { color:#fe3801;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='spotify']::after { color:#7bb342;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='grooveshark']::after { color:#000000;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='lastfm']::after { color:#d41316;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='youtube']::after { color:#e02a20;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='vimeo']::after { color:#51b5e7;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='dailymotion']::after { color:#004e72;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='vine']::after { color:#00b389;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='flickr']::after { color:#1e1e1b;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='500px']::after { color:#58a9de;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='instagram']::after { color:#9c7c6e;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='wordpress']::after { color:#464646;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='tumblr']::after { color:#45556c;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='blogger']::after { color:#ec661c;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='technorati']::after { color:#5cb030;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='reddit']::after { color:#e74a1e;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='dribbble']::after { color:#e84d88;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='stumbleupon']::after { color:#e64011;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='digg']::after { color:#1d1d1b;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='envato']::after { color:#597c3a;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='behance']::after { color:#000000;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='delicious']::after { color:#020202;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='deviantart']::after { color:#c5d200;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='forrst']::after { color:#5B9A68;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='play']::after { color:#000000;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='zerply']::after { color:#9DBC7A;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='wikipedia']::after { color:#000000;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='apple']::after { color:#B9BFC1;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='flattr']::after { color:#F67C1A;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='github']::after { color:#5380c0;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='chimein']::after { color:#888688;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='friendfeed']::after { color:#2F72C4;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='newsvine']::after { color:#075B2F;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='identica']::after { color:#000000;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='bebo']::after { color:#EF1011;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='zynga']::after { color:#DC0606;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='steam']::after { color:#8F8D8A;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='xbox']::after { color:#92C83E;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='windows']::after { color:#00BDF6;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='outlook']::after { color:#0072C6;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='coderwall']::after { color:#3E8DCC;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='tripadvisor']::after { color:#000000;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='netcodes']::after { color:#2E3436;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='easid']::after { color:#1ABC9C;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='lanyrd']::after { color:#3c80c9;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='slideshare']::after { color:#4ba3a6;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='buffer']::after { color:#000000;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='rss']::after { color: #f26109;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='vkontakte']::after { color:#5a7fa6;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='disqus']::after { color:#2e9fff;}

/* v1.2*/
.socialsider.socialsider_bgwhite_color a[data-socialsider='8tracks']::after { color:#122c4b;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='airbnb']::after { color:#ff5a5f;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='alliance']::after { color:#144587;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='amazon']::after { color:#ff9900;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='amplement']::after { color:#0996c3;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='android']::after { color:#8ec047;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='angellist']::after { color:#000000;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='appnet']::after { color:#494949;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='baidu']::after { color:#2629d9;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='bandcamp']::after { color:#619aa9;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='battlenet']::after { color:#0096CD;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='bebee']::after { color:#f28f16;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='blizzard']::after { color:#01B2F1;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='chrome']::after { color:#757575;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='curse']::after { color:#f26522;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='deezer']::after { color:#32323d;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='diablo']::after { color:#8B1209;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='discord']::after { color:#7289da;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='douban']::after { color:#3ca353;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='draugiem']::after { color:#ffa32b;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='drupal']::after { color:#00598e;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='ebay']::after { color:#333333;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='ello']::after { color:#000000;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='endomondo']::after { color:#86ad00;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='etsy']::after { color:#F56400;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='filmweb']::after { color:#ffc404;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='firefox']::after { color:#484848;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='formulr']::after { color:#ff5a60;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='goodreads']::after { color:#463020;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='googlescholar']::after { color:#4285f4;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='googlegroups']::after { color:#4F8EF5;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='googlephotos']::after { color:#212121;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='googleplus']::after { color:#dd4b39;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='hackerrank']::after { color:#2ec866;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='hearthstone']::after { color:#EC9313;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='hellocoton']::after { color:#d30d66;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='heroes']::after { color:#2397F7;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='hitbox']::after { color:#99CC00;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='horde']::after { color:#84121C;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='houzz']::after { color:#7CC04B;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='icq']::after { color:#7EBD00;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='imdb']::after { color:#E8BA00;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='issuu']::after { color:#F26F61;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='istock']::after { color:#000000;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='itunes']::after { color:#ff5e51;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='keybase']::after { color:#FF7100;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='line']::after { color:#00B901;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='livejournal']::after { color:#0099CC;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='lyft']::after { color:#FF00BF;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='macos']::after { color:#000000;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='mail']::after { color:#000000;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='medium']::after { color:#000000;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='meetup']::after { color:#e2373c;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='mixcloud']::after { color:#000000;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='modelmayhem']::after { color:#000000;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='mumble']::after { color:#5AB5D1;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='nintendo']::after { color:#F58A33;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='npm']::after { color:#C12127;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='odnoklassniki']::after { color:#f48420;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='openid']::after { color:#f78c40;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='opera']::after { color:#FF1B2D;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='overwatch']::after { color:#9E9E9E;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='patreon']::after { color:#E44727;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='paypal']::after { color:#009cde;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='periscope']::after { color:#3AA4C6;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='persona']::after { color:#e6753d;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='player']::after { color:#6E41BD;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='playstation']::after { color:#000000;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='pocket']::after { color:#ED4055;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='qq']::after { color:#4297d3;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='quora']::after { color:#cb202d;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='raidcall']::after { color:#073558;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='ravelry']::after { color:#B6014C;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='renren']::after { color:#2266b0;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='researchgate']::after { color:#00CCBB;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='residentadvisor']::after { color:#B3BE1B;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='reverbnation']::after { color:#000000;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='sharethis']::after { color:#01bf01;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='smugmug']::after { color:#ACFD32;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='snapchat']::after { color:#fffa37;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='songkick']::after { color:#F80046;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='stackexchange']::after { color:#2f2f2f;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='stackoverflow']::after { color:#FD9827;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='starcraft']::after { color:#002250;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='stayfriends']::after { color:#F08A1C;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='storehouse']::after { color:#25B0E6;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='strava']::after { color:#FC4C02;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='streamjar']::after { color:#503a60;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='swarm']::after { color:#FC9D3C;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='teamspeak']::after { color:#465674;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='teamviewer']::after { color:#168EF4;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='telegram']::after { color:#0088cc;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='tripit']::after { color:#1982C3;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='triplej']::after { color:#E53531;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='twitch']::after { color:#6441a5;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='uber']::after { color:#000000;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='ventrilo']::after { color:#77808A;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='viber']::after { color:#7b519d;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='viewbug']::after { color:#2B9FCF;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='warcraft']::after { color:#1EB10A;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='wechat']::after { color:#09b507;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='weibo']::after { color:#e31c34;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='whatsapp']::after { color:#20B038;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='wykop']::after { color:#328efe;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='yammer']::after { color:#1175C4;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='yandex']::after { color:#FF0000;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='younow']::after { color:#61C03E;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='zapier']::after { color:#FF4A00;}
.socialsider.socialsider_bgwhite_color a[data-socialsider='zomato']::after { color:#cb202d;}
.port {
	padding: 3px 5px;
}