@media (min-width: 768px) {
	.container {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.container {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 100%;
	}
	#content-inner {
		max-width: 1034px;
	}
}

#content-inner{
	padding-left:0;
	padding-right:0;
}
.btn-default{
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0, #F7F7F7  100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #F7F7F7 ));
	background: -webkit-linear-gradient(top, #fff 0, #F7F7F7  100%);
	background: -o-linear-gradient(top, #fff 0, #F7F7F7  100%);
	background: -ms-linear-gradient(top, #fff 0, #F7F7F7  100%);
	background: linear-gradient(to bottom, #fff 0, #F7F7F7  100%);
	border: 1px solid #ccc;
}
.btn-primary{
	background: #fba000;
	background: -moz-linear-gradient(top, #ffc40a 0, #ef8100 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffc40a), color-stop(100%, #ef8100));
	background: -webkit-linear-gradient(top, #ffc40a 0, #ef8100 100%);
	background: -o-linear-gradient(top, #ffc40a 0, #ef8100 100%);
	background: -ms-linear-gradient(top, #ffc40a 0, #ef8100 100%);
	background: linear-gradient(to bottom, #ffc40a 0, #ef8100 100%);
	border: 1px solid #ef8100;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	font-weight: bold;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary{
	box-shadow: none;
	background: #fba000;
	border: 1px solid #ef8100;
	color: #fff;
}
.btn-blue{
	background: #1470BE;
	background: -moz-linear-gradient(top, #168CCA 0, #1470BE  100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #168CCA), color-stop(100%, #1470BE ));
	background: -webkit-linear-gradient(top, #168CCA 0, #1470BE  100%);
	background: -o-linear-gradient(top, #168CCA 0, #1470BE  100%);
	background: -ms-linear-gradient(top, #168CCA 0, #1470BE  100%);
	background: linear-gradient(to bottom, #168CCA 0, #1470BE  100%);
	border: 1px solid #1161A5;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	font-weight: bold;
	color: #fff;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue.focus, .btn-blue:active, .btn-blue.active, .open>.dropdown-toggle.btn-blue{
	box-shadow: none;
	background: #1968B6;
	border: 1px solid #1968B6;
	color: #fff;
}
.btn-success {
	background: #5cb85c;
	background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
	background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
	background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
	background-repeat: repeat-x;
	border-color: #3e8f3e;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success{
	box-shadow: none;
	background: #419641;
	border: 1px solid #3e8f3e;
	color: #fff;
}
.btn-info {
	background: #5bc0de;
	background-image: -webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
	background-image: -o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));
	background-image: linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
	background-repeat: repeat-x;
	border-color: #28a4c9;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info{
	box-shadow: none;
	background: #2aabd2;
	border: 1px solid #28a4c9;
	color: #fff;
}
.btn-warning {
	background: #f0ad4e;
	background-image: -webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
	background-image: -o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));
	background-image: linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);
	background-repeat: repeat-x;
	border-color: #e38d13;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning{
	box-shadow: none;
	background: #eb9316;
	border: 1px solid #e38d13;
	color: #fff;
}
.btn-danger {
	background: #d9534f;
	background-image: -webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);
	background-image: -o-linear-gradient(top,#d9534f 0,#c12e2a 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));
	background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
	background-repeat: repeat-x;
	border-color: #b92c28;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger{
	box-shadow: none;
	background: #c12e2a;
	border: 1px solid #b92c28;
	color: #fff;
}
.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning , .btn-blue{
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
}
.label-primary {
	background-color: #1968B6;
}

.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";   
    float: right;
    color: #999;
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080"; 
}
.nav-tabs{
	margin-bottom: 15px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #fff;
	background-color: #0286c2;
}
.navbar-nav.nav-justified > li {
	float: none;
}
.affix.sticky-top{
	left:0;
	top:0;
	right: 0;
	z-index: 100;
}
.navbar-default{
	background-color: #fff;
}
.affix .navbar-static-top{
	box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
}
.affix .sticky-bar{
	background-color: #fff;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
}
.affix .sticky-bar > *{
	max-width: 1019px;
	margin:auto;
	padding:10px 0;
}
.scroll-top {
	position: fixed;
	bottom: 0;
	right: 6%;
	z-index: 100;
	background: #C3C3C3;
	font-size: 24px;
	margin:0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.scroll-top:hover{
	background: #027ABB;
}
.scroll-top a{
	color: #fff;
	font-size: 16px;
	padding: 5px 8px 2px;
	display: block;
}
.panel-title {
	font-weight: bold;
}

.social-buttons ul {
    overflow: auto;
}
 
.social-buttons ul li {
    list-style-type: none;
    float: left;
}
 
.social-buttons ul li a i {
    background: #6F6F6F;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 20px;
    font-size: 20px;
    text-align: center;
    margin-right: 10px;
    padding-top: 15%;
    transition: all 0.2s ease-in-out;
}

.social-buttons .fa-facebook {
    background:#3b5998
} 
.social-buttons .fa-linkedin {
    background:#007bb6
}
.social-buttons .fa-twitter {
    background:#00aced
}
.social-buttons .fa-google-plus {
    background:#dd4b39
}
.social-buttons .fa-pinterest {
    background:#bd041b
}
.social-buttons ul li a i:hover {
    opacity: .7;
}
.list-group,
.panel {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus,
.panel-primary>.panel-heading {
	background-color: #027ABB;
	border-color: #027ABB;
}
.progress-bar{
	background-color: #027ABB;
}
.progress-bar-success {
	background-color: #5cb85c;
}
.progress-bar-info {
	background-color: #5bc0de;
}
.progress-bar-warning {
	background-color: #f0ad4e;
}
.progress-bar-danger {
	background-color: #d9534f;
}



