/*Main CSS*/

body,.home {
	color: #444;
	background: #f5f5f5;
}

/*Login Signup Page*/
a:focus,a:hover,a {
	outline:none;
	text-decoration: none;
	cursor:pointer;
}
li,ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.color-omaisu {
	color:#fb7319;
}
.btn-omaisu {
	color:#fff;
	border:1px solid #c75103;
	color:#fafafa;
	background: rgba(251,115,25,1);
	background: -moz-linear-gradient(top, rgba(251,115,25,1) 0%, rgba(251,115,25,1) 43%, rgba(248,80,50,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,115,25,1)), color-stop(43%, rgba(251,115,25,1)), color-stop(100%, rgba(248,80,50,1)));
	background: -webkit-linear-gradient(top, rgba(251,115,25,1) 0%, rgba(251,115,25,1) 43%, rgba(248,80,50,1) 100%);
	background: -o-linear-gradient(top, rgba(251,115,25,1) 0%, rgba(251,115,25,1) 43%, rgba(248,80,50,1) 100%);
	background: -ms-linear-gradient(top, rgba(251,115,25,1) 0%, rgba(251,115,25,1) 43%, rgba(248,80,50,1) 100%);
	background: linear-gradient(to bottom, rgba(251,115,25,1) 0%, rgba(251,115,25,1) 43%, rgba(248,80,50,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb7319', endColorstr='#f85032', GradientType=0 );
}
.btn-omaisu:disabled {
	color:#ccc;
	background:#fb7319;
}
.btn-omaisu:hover {
	color:#fff;
	background:#fa6705;
	border:1px solid #c75103;
}
.btn-omaisu:active {
	outline: none !important;
	background:#e15b02;
	border:1px solid #903a01;
}
.btn-omaisu:focus {
	outline: none !important;
	color:#fff;
}
.btn-omaisu:visited {
}

.bg-image {
	background: url("i/logo.black.png");
	position: relative;
	width: 100%;
	height: 100vh;
	display: table;
}

.tab-content .tab-pane {
	padding: 20px 0;
}

/*Home Page*/

.display-table {
	display: table;
	padding: 0;
	height: 100%;
	width: 100%;
}

.display-table-row {
	display: table-row;
	height: 100%;
}

.display-table-cell {
	display: table-cell;
	float: none;
	height: 100%;
}

.img-responsive {
	width: 100%;
}

.content {
	margin:10px 0 20px 0;
	background: #222;
	background-color: rgba(255,255,255,1);
	color: #444;
}
.content .container {
	padding:20px;
	width:100%;
	border:2px solid rgba(255,255,255,.1);
	-webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.59);
	-moz-box-shadow:    0px 2px 4px 0px rgba(50, 50, 50, 0.59);
	box-shadow:         0px 2px 4px 0px rgba(50, 50, 50, 0.59);
}
/* Setting Jumbotron Content's Header */
.jumbotron {
	padding:1px;
	margin:0px;
	color:#fff;
	background:rgba(0,0,0,.8);
}
.jumbotron h2 {
	text-shadow: 0 0 5px #ff8a00;
}
.jumbotron h2 > i {
	text-shadow: 0 0 5px #78c5fc;
	color:#feba6a;
}
.jumbotron-space {
	margin:50px;
}
.jumbotron button.pull-left,
.jumbotron button.pull-right {
}
.jumbotron img.logo-left {
	max-height:42px;
	margin-left:50px;
}
.jumbotron img.logo-right {
	max-height:42px;
	margin-right:50px;
}
.v-align {
	vertical-align: top;
}
.center {
	text-align:center;
	margin:0 auto;
}

input.input-form::-webkit-input-placeholder {color: #ffd1b2;}
input.input-form:-moz-placeholder {color: #ffd1b2;}
input.input-form::-moz-placeholder {color: #ffd1b2;}
input.input-form:-ms-input-placeholder {color: #ffd1b2;}
input.input-form:focus::-webkit-input-placeholder {color: #fde9db;}
input.input-form:focus:-moz-placeholder {color: #fde9db;}
input.input-form:focus::-moz-placeholder {color: #fde9db;}
input.input-form:focus:-ms-input-placeholder {olor: #fde9db;}

input.input-form {
	outline:0 none;
	background:none;
	border-bottom:1px solid #efefef;
	padding:5px 10px 5px 10px;
	width: 100%;
	color: #444;
	border:none;
	border-radius:0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
input.input-form:focus {
	outline: 0 none;
	border-color: none;
	box-shadow: none;
	background: rgba(250,200,150,.05);
	border-bottom: 1px solid #cecece;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
input.input-form:valid,
input.input-form:invalid {
	outline:none;
}

.header-rightside {
	position: relative;
	top:8px;
}
.header-top li {
	display: inline-block;
	text-align: center;
}
.header-rightside .sidebar > li > a:focus,
.header-rightside .sidebar > li > a:hover {
	background: none;
	text-decoration: none;
}
.header-rightside .icon-info,.header-rightside .icon-hover {
	position: relative;
}
.header-rightside .icon-info .label {
	position: absolute;
	top: -10px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,.9);
	padding: 3px 5px;
}
.header-rightside .icon-hover .label {
	position: absolute;
	top:-20px;
	left:-10px;
	width: calc(100% + 20px);
	text-align:center;
	border-radius:3px;
	font-size:0.8em;
	font-family:"arial narrow";
	overflow:hidden;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #fff;
}

.header-top {
}
.header-top img {
	border-radius: 50%;
	max-width: 48px !important;
	max-height: 48px !important;
}
.header-top li i {
	font-size:2.5em;
	color: #e5a51c;
}
.header-top li:hover  i {
	color: #fbbd39;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.header-top li:active i {
	color: #cd9112;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.header-top li:hover  .icon-info span {
	background: #3987fb;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.header-top li:active  .icon-info span,.header-top li:active  .icon-hover span {
	background: #fbbd39;
}
.header-top li .icon-hover span {
	opacity:0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.header-top li:hover .icon-hover span,.header-top li:active .icon-hover span {
	opacity:.9;
}
.header-top .dropdown {
	position:relative;
	top:-8px;
}
.header-top .dropdown-toggle {
	color: #fff;
}
.header-top .dropdown-menu {
	background:rgba(255,255,255,.9);
	border-top:none;
	left: -170px;
	width:250px;
	color:#444;
}
.header-top .dropdown-menu .navbar-content {
}
.header-top .dropdown-menu .navbar-content > span {
}
.header-top .dropdown-menu i {
	font-size:1em;
}
.header-top .dropdown-menu li {
	padding:5px;
	width:100%;
	border-bottom:1px solid #dcdcdc;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.header-top .dropdown-menu li a {
	font-weight:bold;
}
.header-top .dropdown-menu li:first-child,.header-top .dropdown-menu li:last-child {
	border:none;
}
.header-top .dropdown-menu li:hover {
	background:#fa6705;
}
.header-top .dropdown-menu li:hover a {
	color:#fff;
}
.header-top .dropdown-menu li:nth-of-type(1):hover,.header-top .dropdown-menu li:nth-of-type(2):hover {
	background:transparent;
}
.header-top .dropdown-menu a:hover {
	background:transparent;
}

header {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 1px 12px rgba(0, 0, 0, 0.04);
	display: inline-block !important;
	padding: 3px;
	width: 100%;
}


#nav {	/* background panel */
	padding: 0;
	background: #111;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#nav .sidebar i {
	display: inline-block;
	width: 25px;
	text-align: left;
	font-size:1.2em;
	color: #fba66d;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#nav .sidebar a {
	border-bottom: 1px solid #222;
	border-top: 1px solid #222;
	color: #ffffff;
	display: block;
	padding: 20px 30px;
	text-decoration: none;
	border-left: 5px solid transparent;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#nav .sidebar a:hover,#nav .sidebar .active a {
	background: #fa6705 none repeat scroll 0 0;
	border-left: 5px solid #fba66d;
}
#nav .sidebar a:hover > i { /* warna icon ganti saat hover menu */
	color: #222;
}

#nav .logo {
	margin: 0 auto;
	max-width: 72px;
}
#nav .logo img {
	max-width: 180px;
	padding: 16px 0 17px;
	width: 100%;
}

.navbar-default {
	background:none;
}

.navbar-toggle {
	border: none;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background:none;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fba66d;
}

.navbar-default .navbar-toggle:hover > .icon-bar {
	background-color: #fa6705;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/*Media Screen CSS*/

@media only screen and (min-device-width:998px) and (max-device-width: 1350px) {
	#nav .logo img {
		max-width: 130px;
		padding: 16px 0 17px;
		width: 100%;
	}
}

@media only screen and (min-device-width: 767px) and (max-device-width: 998px) {
	.content .header-top {
		padding-top: 5px;
	}
    .content .header-rightside {
		display: inline-block;
		float: left;
		width: 100%;
	}
	.content .header-rightside .header-top img {
		max-width: 41px !important;
	}
}

@media only screen and (max-device-width: 991px) {
	header .header-top li {
		padding-left: 10px !important;
	}
	header .logo img {
		max-width: 125px !important;
	}
    #nav .sidebar i {
		margin-right: 0px;
		padding:0;
		font-size:1.5em;
		color:#fff;
    }
}

/*@media only screen and (max-device-width: 767px) {
    .tab-content .tab-pane {
		padding: 20px 0;
    }
    #nav .sidebar a {
		padding: 20px;
		text-align: center;
    }
    #nav .sidebar a:hover,
    #nav .sidebar .active a {
		display: block;
    }
    #nav .sidebar i {
		margin-right: 0px;
		padding:0;
		font-size:2em;
		color:#fff;
    }
    header .header-top img {
		max-width: 38px !important;
    }
    .v-align header {
		padding: 12px 15px;
    }
    header .header-top li {
		padding-left: 18px !important;
    }
    .navbar-default .navbar-toggle {
		border-color: rgba(0,0,0,1);
    }
    .#navbar-header .navbar-toggle {
		float: left;
		margin: 0;
		padding: 0;
		top: 12px;
    }
    button,
	html [type="button"],
	[type="reset"],
	[type="submit"] {
		outline: medium none;
	}
}*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
	-webkit-transition-delay: 9999s;
}


/*
	CUSTOM RADIO SELECT
	28-05-2017 reyokh.com
*/

.btn-group {
	padding:0px;
	margin:0px;
	margin-left:20px;
}
.btn-group input[type=radio] {
	width:0px;
	height:0px;
	margin-left:-10px;
}
.btn-group input[type=radio] + label {
	cursor: pointer;
	font-weight: normal;
	padding:5px 20px;
	margin-bottom:0px;
}

.btn-group input[type=radio]:checked + label {
	color: #fff;
	background: #818181;
	-webkit-transition: background .4s ease;
	transition: background .4s ease;
}
.btn-group input[type=radio] + label {
	background:#eee;
	border: 1px solid #ddd;
}
.btn-group label + input[type=radio] + label {
}
.btn-group input[type=radio]:first-child + label {
	border-radius: 1em 0px 0px 1em;
	-moz-border-radius: 1em 0px 0px 1em;
	-webkit-border-radius: 1em 0px 0px 1em;
}
.btn-group input[type=radio]:last-of-type + label {
	border-radius: 0px 1em 1em 0px;
	-moz-border-radius: 0px 1em 1em 0px;
	-webkit-border-radius: 0px 1em 1em 0px;
}
.btn-group input[type=radio]:first-child + label.btn-box {
	border-radius: 2px 0px 0px 2px;
	-moz-border-radius: 2px 0px 0px 2px;
	-webkit-border-radius: 2px 0px 0px 2px;
}
.btn-group input[type=radio]:last-of-type + label.btn-box {
	border-radius: 0px 2px 2px 0px;
	-moz-border-radius: 0px 2px 2px 0px;
	-webkit-border-radius: 0px 2px 2px 0px;
}
.btn-group input[type=radio]:checked + label.color-sky {
	background-color: #2BBCDE;
	border:1px solid #2BBCDE; 
}
.btn-group input[type=radio]:checked + label.color-blue {
	background-color: #677bf2;
	border:1px solid #677bf2;
}
.btn-group input[type=radio]:checked + label.color-green {
	background-color: #6bcc24;
	border:1px solid #6bcc24;
}
.btn-group input[type=radio]:checked + label.color-red {
	background-color: #f44242;
	border:1px solid #f44242;
}
.btn-group input[type=radio]:checked + label.color-orange {
	background-color: #ed9516;
	border:1px solid #ed9516;
}
.btn-group input[type=radio]:checked + label.color-yellow {
	background-color: #ecf00b;
	border:1px solid #ecf00b;
}
.btn-group input[type=radio]:checked + label.color-purple {
	background-color: #a534ca;
	border:1px solid #a534ca;
}
.btn-group input[type=radio]:checked + label.color-black {
	background-color: #222;
	border:1px solid #222;
}

/* CallOut Style */

.callout {
	padding: 20px;
	margin: 5px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
	color:#444;
	background:#fff;
}
.callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
}
.callout p:last-child {
	margin-bottom: 0;
}
.callout code {
	border-radius: 3px;
}
.callout+.callout {
	margin-top: -5px;
}
.callout-default {
	border-left-color: #777;
}
.callout-default h4 {
	color: #777;
}
.callout-primary {
	border-left-color: #428bca;
}
.callout-primary h4 {
	color: #428bca;
}
.callout-success {
	border-left-color: #5cb85c;
}
.callout-success h4 {
	color: #5cb85c;
}
.callout-danger {
	border-left-color: #d9534f;
}
.callout-danger h4 {
	color: #d9534f;
}
.callout-warning {
	border-left-color: #f0ad4e;
}
.callout-warning h4 {
	color: #f0ad4e;
}
.callout-info {
	border-left-color: #5bc0de;
}
.callout-info h4 {
	color: #5bc0de;
}

/* Button Social Bootstrap */

.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding-left:0;padding-right:0}.btn-social-icon :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon :first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:hover,.btn-bitbucket:focus,.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket{color:#fff;background-color:#183c60;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket{background-image:none}
.btn-bitbucket.disabled,.btn-bitbucket[disabled],fieldset[disabled] .btn-bitbucket,.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled:active,.btn-bitbucket[disabled]:active,fieldset[disabled] .btn-bitbucket:active,.btn-bitbucket.disabled.active,.btn-bitbucket[disabled].active,fieldset[disabled] .btn-bitbucket.active{background-color:#205081;border-color:rgba(0,0,0,0.2)}
.btn-dropbox{color:#fff;background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox:hover,.btn-dropbox:focus,.btn-dropbox:active,.btn-dropbox.active,.open .dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d70b7;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:active,.btn-dropbox.active,.open .dropdown-toggle.btn-dropbox{background-image:none}
.btn-dropbox.disabled,.btn-dropbox[disabled],fieldset[disabled] .btn-dropbox,.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled:active,.btn-dropbox[disabled]:active,fieldset[disabled] .btn-dropbox:active,.btn-dropbox.disabled.active,.btn-dropbox[disabled].active,fieldset[disabled] .btn-dropbox.active{background-color:#1087dd;border-color:rgba(0,0,0,0.2)}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{color:#fff;background-color:#30487b;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-flickr{color:#fff;background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-flickr:hover,.btn-flickr:focus,.btn-flickr:active,.btn-flickr.active,.open .dropdown-toggle.btn-flickr{color:#fff;background-color:#d6006f;border-color:rgba(0,0,0,0.2)}
.btn-flickr:active,.btn-flickr.active,.open .dropdown-toggle.btn-flickr{background-image:none}
.btn-flickr.disabled,.btn-flickr[disabled],fieldset[disabled] .btn-flickr,.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled:active,.btn-flickr[disabled]:active,fieldset[disabled] .btn-flickr:active,.btn-flickr.disabled.active,.btn-flickr[disabled].active,fieldset[disabled] .btn-flickr.active{background-color:#ff0084;border-color:rgba(0,0,0,0.2)}
.btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2)}.btn-github:hover,.btn-github:focus,.btn-github:active,.btn-github.active,.open .dropdown-toggle.btn-github{color:#fff;background-color:#303030;border-color:rgba(0,0,0,0.2)}
.btn-github:active,.btn-github.active,.open .dropdown-toggle.btn-github{background-image:none}
.btn-github.disabled,.btn-github[disabled],fieldset[disabled] .btn-github,.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled:active,.btn-github[disabled]:active,fieldset[disabled] .btn-github:active,.btn-github.disabled.active,.btn-github[disabled].active,fieldset[disabled] .btn-github.active{background-color:#444;border-color:rgba(0,0,0,0.2)}
.btn-google-plus{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google-plus:hover,.btn-google-plus:focus,.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{color:#fff;background-color:#ca3523;border-color:rgba(0,0,0,0.2)}
.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{background-image:none}
.btn-google-plus.disabled,.btn-google-plus[disabled],fieldset[disabled] .btn-google-plus,.btn-google-plus.disabled:hover,.btn-google-plus[disabled]:hover,fieldset[disabled] .btn-google-plus:hover,.btn-google-plus.disabled:focus,.btn-google-plus[disabled]:focus,fieldset[disabled] .btn-google-plus:focus,.btn-google-plus.disabled:active,.btn-google-plus[disabled]:active,fieldset[disabled] .btn-google-plus:active,.btn-google-plus.disabled.active,.btn-google-plus[disabled].active,fieldset[disabled] .btn-google-plus.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-instagram{color:#fff;background-color:#517fa4;border-color:rgba(0,0,0,0.2)}.btn-instagram:hover,.btn-instagram:focus,.btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram{color:#fff;background-color:#446a89;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram{background-image:none}
.btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active{background-color:#517fa4;border-color:rgba(0,0,0,0.2)}
.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{color:#fff;background-color:#005f8d;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{background-image:none}
.btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active{background-color:#007bb6;border-color:rgba(0,0,0,0.2)}
.btn-pinterest{color:#fff;background-color:#cb2027;border-color:rgba(0,0,0,0.2)}.btn-pinterest:hover,.btn-pinterest:focus,.btn-pinterest:active,.btn-pinterest.active,.open .dropdown-toggle.btn-pinterest{color:#fff;background-color:#a81a20;border-color:rgba(0,0,0,0.2)}
.btn-pinterest:active,.btn-pinterest.active,.open .dropdown-toggle.btn-pinterest{background-image:none}
.btn-pinterest.disabled,.btn-pinterest[disabled],fieldset[disabled] .btn-pinterest,.btn-pinterest.disabled:hover,.btn-pinterest[disabled]:hover,fieldset[disabled] .btn-pinterest:hover,.btn-pinterest.disabled:focus,.btn-pinterest[disabled]:focus,fieldset[disabled] .btn-pinterest:focus,.btn-pinterest.disabled:active,.btn-pinterest[disabled]:active,fieldset[disabled] .btn-pinterest:active,.btn-pinterest.disabled.active,.btn-pinterest[disabled].active,fieldset[disabled] .btn-pinterest.active{background-color:#cb2027;border-color:rgba(0,0,0,0.2)}
.btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr:hover,.btn-tumblr:focus,.btn-tumblr:active,.btn-tumblr.active,.open .dropdown-toggle.btn-tumblr{color:#fff;background-color:#1f3346;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:active,.btn-tumblr.active,.open .dropdown-toggle.btn-tumblr{background-image:none}
.btn-tumblr.disabled,.btn-tumblr[disabled],fieldset[disabled] .btn-tumblr,.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled:active,.btn-tumblr[disabled]:active,fieldset[disabled] .btn-tumblr:active,.btn-tumblr.disabled.active,.btn-tumblr[disabled].active,fieldset[disabled] .btn-tumblr.active{background-color:#2c4762;border-color:rgba(0,0,0,0.2)}
.btn-twitter{color:#fff;background-color:#2ba9e1;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{color:#fff;background-color:#1c92c7;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#2ba9e1;border-color:rgba(0,0,0,0.2)}
.btn-vk{color:#fff;background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.btn-vk:hover,.btn-vk:focus,.btn-vk:active,.btn-vk.active,.open .dropdown-toggle.btn-vk{color:#fff;background-color:#4a6a89;border-color:rgba(0,0,0,0.2)}
.btn-vk:active,.btn-vk.active,.open .dropdown-toggle.btn-vk{background-image:none}
.btn-vk.disabled,.btn-vk[disabled],fieldset[disabled] .btn-vk,.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled:active,.btn-vk[disabled]:active,fieldset[disabled] .btn-vk:active,.btn-vk.disabled.active,.btn-vk[disabled].active,fieldset[disabled] .btn-vk.active{background-color:#587ea3;border-color:rgba(0,0,0,0.2)}
