/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500italic,500,700,700italic,900,900italic);
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
	-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);
}
.btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default .badge, .btn-primary .badge, .btn-success .badge, .btn-info .badge, .btn-warning .badge, .btn-danger .badge {
	text-shadow: none;
}
.btn:active, .btn.active {
	background-image: none;
}
.btn-default {
	background: none;
	border: 2px solid #fff;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	padding: 10px 10px;
	border-radius: 0px;
	margin-bottom: 2px;
	text-transform: uppercase;
}
.btn i {
	margin-left: 10px;
	margin-top: 1px;
	font-size: 12px;
}
.btn-default:hover, .btn-default:focus {
	background-color: #fff;
	color: #432b8c;
	border-color: #fff;
}
.btn-default:active, .btn-default.active {
	background-color: #e0e0e0;
	border-color: #dbdbdb;
}
.btn-default:disabled, .btn-default[disabled] {
	background-color: #e0e0e0;
	background-image: none;
}
.btn-primary {
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
	background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
	background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #245580;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #265a88;
	background-position: 0 -15px;
}
.btn-primary:active, .btn-primary.active {
	background-color: #265a88;
	border-color: #245580;
}
.btn-primary:disabled, .btn-primary[disabled] {
	background-color: #265a88;
	background-image: none;
}
.btn-success {
	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%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #3e8f3e;
}
.btn-success:hover, .btn-success:focus {
	background-color: #419641;
	background-position: 0 -15px;
}
.btn-success:active, .btn-success.active {
	background-color: #419641;
	border-color: #3e8f3e;
}
.btn-success:disabled, .btn-success[disabled] {
	background-color: #419641;
	background-image: none;
}
.btn-info {
	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%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #28a4c9;
}
.btn-info:hover, .btn-info:focus {
	background-color: #2aabd2;
	background-position: 0 -15px;
}
.btn-info:active, .btn-info.active {
	background-color: #2aabd2;
	border-color: #28a4c9;
}
.btn-info:disabled, .btn-info[disabled] {
	background-color: #2aabd2;
	background-image: none;
}
.btn-warning {
	background: #efc419;
	border: 1px solid #efc419;
	font-size: 12px;
	font-weight: 600;
}
.btn-warning:hover, .btn-warning:focus {
	background-color: #f3d353;
	background-position: 0 -15px;
	border-color: #f3d353;
}
.btn-warning:active, .btn-warning.active {
	background-color: #eb9316;
	border-color: #efc419;
}
.btn-warning:disabled, .btn-warning[disabled] {
	background-color: #eb9316;
	background-image: none;
}

.btn-danger {
	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%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #b92c28;
}
.btn-danger:hover, .btn-danger:focus {
	background-color: #c12e2a;
	background-position: 0 -15px;
}
.btn-danger:active, .btn-danger.active {
	background-color: #c12e2a;
	border-color: #b92c28;
}
.btn-danger:disabled, .btn-danger[disabled] {
	background-color: #c12e2a;
	background-image: none;
}
.thumbnail, .img-thumbnail {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: transparent;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #2e6da4;
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
	background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
	background-repeat: repeat-x;
}
.navbar-default {
	background: #fff;
	border: none;
	border-radius: 0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
	background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
	background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
	background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand, .navbar-nav > li > a {
	text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
	height: auto;
	color: #5c646f;
	font-family: 'Roboto', sans-serif;
	text-transform: capitalize;
}

.text-up {
	text-transform: uppercase;
}
.navbar-nav > li > a {
	font-size: 17px;
	font-weight: normal;
	padding: 2px 20px;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.08)
}

.navbar-nav > li {
	float: left;
	padding-bottom: 31px;
}
.navbar-nav > li:first-child > a { padding-left:0;}
.navbar-nav > li:last-child > a { padding-right:0;}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > .active, .navbar-nav > li:hover a {
color:#00aaef;
text-decoration:none;
background:none;
}
.now {
	position: relative;
	color: #432b8c;
	margin-right: -15px;
	background: #b8b3c8;
	float: right;
	width: 92px;
	text-align: center;
	line-height: 90px;
	font-size: 20px;
}
.now a {
	color: #432b8c;
	display: block;
}
.now .donat {
	z-index: 100;
	position: absolute;
	width: 100%;
}
.now .donat img {
	margin-left: -9px;
	margin-top: -10px;
	width: 112px;
}
.now .donat p {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	line-height: 20px;
	background: #432b8c;
	font-size: 13px;
	padding: 8px 0 6px;
	text-transform: uppercase;
	border-bottom: 1px solid #3b267b;
}
.now:hover .donat p {
	background: #fff;
	color: #432b8c;
}
.now:hover {
	background: #fff !important;
	color: #432b8c !important
}
.navbar-nav > li:first-child > a {
	border-left: none;
}
.navbar-inverse {
	background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
	background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
	background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a {
	background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
	background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
	background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom {
	border-radius: 0;
}
 @media (max-width: 767px) {
.navbar .navbar-nav .open .dropdown-menu > .active > a,  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #fff;
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
	background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
	background-repeat: repeat-x;
}
}
.alert {
	text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
	background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
	background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
	background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
	background-repeat: repeat-x;
	border-color: #b2dba1;
}
.alert-info {
	background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
	background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
	background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
	background-repeat: repeat-x;
	border-color: #9acfea;
}
.alert-warning {
	background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
	background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
	background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
	background-repeat: repeat-x;
	border-color: #f5e79e;
}
.alert-danger {
	background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
	background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
	background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
	background-repeat: repeat-x;
	border-color: #dca7a7;
}
.progress {
	background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
	background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
	background-repeat: repeat-x;
}
.progress-bar {
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
	background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
	background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
	background-repeat: repeat-x;
}
.progress-bar-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
	background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
	background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
	background-repeat: repeat-x;
}
.progress-bar-info {
	background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
	background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
	background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
	background-repeat: repeat-x;
}
.progress-bar-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
	background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
	background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
	background-repeat: repeat-x;
}
.progress-bar-danger {
	background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
	background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
	background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
	background-repeat: repeat-x;
}
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	text-shadow: 0 -1px 0 #286090;
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
	background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
	background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
	background-repeat: repeat-x;
	border-color: #2b669a;
}
.list-group-item.active .badge, .list-group-item.active:hover .badge, .list-group-item.active:focus .badge {
	text-shadow: none;
}
.panel {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
	background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
	background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
	background-repeat: repeat-x;
}
.panel-success > .panel-heading {
	background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
	background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
	background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
	background-repeat: repeat-x;
}
.panel-info > .panel-heading {
	background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
	background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
	background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
	background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
	background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
	background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
	background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
	background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
	background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
	background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
	background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
	background-repeat: repeat-x;
}
.well {
	background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
	background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
	background-repeat: repeat-x;
	border-color: #dcdcdc;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */

/*################################Fahim external css Fahim external css Fahim external css Fahim external css Fahim external css Fahim external css Fahim external css Fahim external css Fahim external css Fahim external css Fahim external css Fahim external css Fahim external css Fahim external css Fahim external css Fahim external css Fahim external css Fahim external css ############################################################## */


body {
	font-family: Arial, Helvetica, sans-serif;
}
.headin1 {
	color: #432b8c;
	font-weight:normal;
	letter-spacing:2px;
}
.navbar-nav {
	float: left;
	margin: 65px 0px 0 0;
}
.sc-btn {
	width: 50%;
	float: left;
	text-align: center;
	background: #432b8c;
	color: #fff;
	font-size: 32px;
	line-height: 117px;
}
.social .tw {
	background: #3c277e;
}
.sc-btn:hover {
	background: #fff;
	color: #432b8c;
}
.navbar-default {
	margin-bottom: 0;
}
.welc {
	color: #585858;
	display: block;
	margin: 60px 0 30px;
	overflow: hidden;
	width: 100%;
}
.welc h3 {
	font-size: 22px;
	margin-top: 0;
	color: #737373;
	font-weight: 700;
}
.prog h1 {
	font-size: 34px;
	color: #fff;
	font-weight: 700;
	margin-top: 35%;
}
.overlay {
	background: rgba(67,43,140,0.0);
	position: absolute;
	width: 100%;
	top: 0px;
	height: 80%;
	z-index: 20;
}
.sells .set {
	position: relative;
}
.sells .set .overlay {
	background: rgba(67,43,140,0.0);
	padding: 0 15px;
	position: absolute;
	width: 100%;
	top: 0px;
	height: 100%;
	text-decoration: none;
	z-index: 20;
}
.sells .set .overlay h3, .sells .set .overlay i {
	font-size: 22px;
	color: #fff;
}
.sells .set .overlay i {
	position: absolute;
	right: 15px;
	bottom: 20px;
}
.sells .set .overlay2 h3, .sells .set .overlay2 i {
	color: #432b8c;
}
.sells .set .overlay:hover h3, .sells .set .overlay:hover i {
	color: #432b8c;
}
.sells .set .overlay2:hover h3, .sells .set .overlay2:hover i {
	color: #fff;
}
.sells .owl-dots .owl-dot {
	height: 8px;
	display: inline-block;
	width: 8px;
	background: rgba(255,255,255,0.2);
	border-radius: 50%;
	margin-right: 10px;
}
.sells .owl-dots .active {
	background: rgba(255,255,255,1);
}
.owl-carousel2 .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 10px;
	z-index: 30;
}
.serv .thumbnail .caption:hover, .serv .thumbnail .caption:hover .btn-primary {
	background: #432b8c;
	color: #fff;
	border-color: #fff;
}
.serv .thumbnail .caption .btn-primary {
	margin-top: 20px;
}
.btn-primary {
	font-family: "Raleway", sans-serif;
	background: #0055a2;
	border: 0px solid #432b8c;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	font-weight: 700;
	padding: 10px;
	text-transform:uppercase;
	font-size:10px;
}
.btn-primary:hover, .btn-primary:focus {
	background: #000;
	color: #fff;
}
.in-ban { overflow:hidden; width:100%; position:relative;}
.in-ban h1 { position:absolute; bottom:40px; left:15px; font-size:50px; color:#fff;}
.title { font-size:24px; color:#0054a2; font-weight:normal; text-transform:uppercase; margin-top:0;}
.sub-headinng2 { padding:15px 0 10px 0px; margin-bottom:0; color:#0054a2; font-weight:normal; border-bottom:1px solid #EAEAEA; margin-bottom:15px; font-size:16px; display:block; overflow:hidden;}
.sub-headinng2 span { float:right;}


.gallery { padding:0; margin:0 -12px;}
.gallery li {
	list-style:none;
	text-align:center;
	width:25%; float:left;
	padding:12px;
	
	}
.gallery li a {position:relative; display:block;}
.gallery li img {max-width:100%;}
.gallery li span { opacity:0; background:#00acef; color:#fff; position:absolute; width:100%; height:100%; top:0px; left:0px; font-size:18px; padding-top:40%;}
.gallery li a:hover span { opacity:1}
.gallery li span img { margin-top:8px;}

@media (min-width:1199px) {
.carousel-inner > .item > img {
	max-width:1920px;
	}
.carousel-control { top:-300px;}
.carousel-caption { padding-bottom:250px;}
}
@media (min-width:1921px) {
.in-ban img { overflow:hidden;}	
	}
.wind {
	padding-top: 72px;
	min-height: 290px;
	background: url(../img/wind.jpg) left top no-repeat;
	text-align: center;
	color: #fff;
	background-size: cover;
}
.wind2 {
	background: #432b8c;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}
.wind2 h1 {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 41px;
	font-weight: bold;
	text-transform: uppercase;
}
.wind h2 {
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.gear {
	padding: 20px 0;
	min-height: 290px;
	background: url(../img/gear.jpg) left top no-repeat;
	text-align: left;
	color: #333;
	background-size: cover;
}
.gear h4 {
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #432b8c;
}
.gear p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #888888;
	margin: 20px 0;
	line-height: 23px;
}
@media (min-width:768px) {
.pull-left2 {
	float: left;
}
}
.over {
	overflow: hidden;
}
.clients {
	padding: 0px 0 20px;
	min-height: 255px;
	background: url(../img/pup-bqr.jpg) left top no-repeat;
	background-size:cover;
	margin-top: 60px;
	text-align: left;
	text-align: center;
	color: #333;
	margin-bottom:35px;
}
.clients h2 {
	color: #4c4c4c;
	font-size: 34px;
	letter-spacing:2px;
	margin-bottom: 0px;
	margin-top:40px;
	font-weight: 300;
}
.clients h2 b { font-weight:500;}
.clients .set { height:155px;}
.clients .set a { display:block; padding-top:50px;}
.clients img { max-width:100%;}
.owl-nav {
	width: 100%;
	position: absolute;
	top: 23%;
}
.owl-nav .owl-prev {
	background: url(../img/cl-left.png) left top no-repeat;
	width: 21px;
	height: 35px;
	float: left;
	font-size: 0;
	margin-left: -41px;
}
.owl-nav .owl-next {
	background: url(../img/cl-right.png) left top no-repeat;
	width: 21px;
	height: 35px;
	float: right;
	font-size: 0;
	margin-right: -41px;
}
.owl-dots {
	text-align: center;
	overflow: hidden;
	margin-top: 25px;
}
.owl-dots .owl-dot {
	height: 8px;
	display: inline-block;
	width: 8px;
	background: #a0a0a0;
	border-radius: 50%;
	margin-right: 10px;
}
.owl-dots .active {
	background: #432b8c;
}
.clients .owl-carousel {
	margin-top: 30px;
}
footer {
	padding: 0px 0 40px;
	min-height: 273px;
	background: #0054a2;
	text-align: left;
	color: #ccc;
	overflow:hidden;
}
footer .lines { position:absolute; left:0; top:-3px; opacity:0.5;}
footer .hding {
	height: 53px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	font-weight:600;
	padding: 20px 0 0;
	margin-top:40px;
}
footer .last { padding-left:30px;}
footer p { font-size:12px; line-height:20px;}
footer ul {
	color: #fff;
	padding: 0;
}

footer ul {
	width:50%; float:left;
	}
footer ul li {
	list-style: none;
	padding: 0px 0;
	font-size: 12px;
	color: #a3a3a3;
}
footer ul li a {
	color: #ccc;
	line-height:20px;
	padding-right:20px;
	display:block;
}
footer ul li a:hover { color:#92a3bc; text-decoration:none;}
footer .soc2 { display:block;}
footer .soc2 a { font-size:26px; margin-right:15px;}
footer .soc2 a:hover { color:#92a3bc;}

footer ul li a i { float:right;}
footer a {
	color: #fff;
}
footer p {
	font-size: 12px;
}
footer .img-responsive + p {
	margin-bottom: 5px;
}
footer .img-responsive {
	padding: 20px 0 10px;
}
footer .soc p a {
	color: #a3a3a3;
}
footer .soc p a:hover {
	color: #fff;
}
footer .form-control {
	color: #a4a4a4;
	font-size: 12px;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	height: 40px;
	background: none;
	border: 0px solid #fff;
	border-radius: 0;
	background:#FFF;
	border-right: none;
}
footer .input-group-btn>.btn-default {
	padding:2px 20px 0;
	margin-left:1px !important;
	height: 40px;
	border:none;
	background: #00acef;
	color: #fff;
	text-shadow:none;
	text-transform:none;
	font-weight:normal;
	font-size:12px;
	border-radius: 0;
	border-left: none;
}
 footer .input-group:hover .btn-default, footer .input-group:focus .btn-default {
	background: #000;
	color:#fff;
}
footer .form-control:focus {
	box-shadow: none;
	border-color: #fff;
}
footer ul li a:hover .form-control {
	color: #fff;
}
.form-control2::-moz-placeholder {
color:#a4a4a4;
opacity:1
}
.form-control2:-ms-input-placeholder {
color:#a4a4a4
}
.form-control2::-webkit-input-placeholder {
color:#a4a4a4
}
.foo-bar {
	background: #161616;
	padding: 8px 0;
}

.copy {
	font-size: 12px;
	padding: 20px 15px 0;
	font-family: Arial, sans-serif;
}
.copy p { float:left;}
.copy a { float:right; color: #ccc;}

.sub-nav li a {
	padding: 10px 10px;
	border-right: 1px solid #d4d4d4;
	color: #525252 !important;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none !important;
}
.sub-nav li:last-child a { border-right:0;}
.sub-nav li a:hover {
	color: #e8181e !important;
	text-decoration: none;
}
.sub-nav {
	width: 320px;
	border-radius: 0;
	padding: 0 !important;
	border: none;
	background: #fff;
	top: 85%;
}
.sub-nav li { float:left;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
	background-image: none !important;
	background-repeat: no-repeat !important;
	box-shadow: none !important;
	background-color: transparent !important;
	color: #432b8c !important;
}
.pos-r {
	position: relative;
}
.news .thumbnail {
	margin-bottom: 25px;
	padding: 0 0 25px 0;
	border-radius: 0px;
	background: none;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #eaeaea;
}
.clients {
	
	}
	
.clients .owl-carousel .item a {
    display: table;
    height: 70px;
    text-align: center;
    width: auto;
}
.clients .owl-carousel .item a span {
    display: table-cell;
    vertical-align: middle;
}

.news .thumbnail:last-child { border-bottom:none; margin-bottom:0; padding-bottom:0;}
.in-con { margin-top:40px;}
.news .thumbnail .caption {
	padding: 0;
}
.news .thumbnail .caption p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.news .thumbnail .caption p .heade {
	font-weight: 700;
	color: #432b8c;
	font-size: 16px;
	margin: 0px 0 0px;
	font-family: 'Roboto', sans-serif;
	display: block;
}
.news .thumbnail .caption p .btn {
	margin-top: 0px;
	float:right;
}
.news .thumbnail .t-img { opacity:1;}
.news .thumbnail .t-img:hover { opacity:0.75;}
.news .thumbnail img {
	padding-right: 15px;
}
.top {
	margin-top: -45px;
	font-size:24px;
}
.sub-con {
	margin-top: 0px;
	padding: 0px;
	border-radius: 0px;
}
.news .thumbnail .caption {
	padding: 0;
}
.sub-con p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.sub-con .heade {
	font-weight: 300;
	color:#0054a2;
	font-size: 16px;
	margin: 0px 0 10px;
	font-family: 'Roboto', sans-serif;
	display: block;
}
.sub-con .heade2 {
	font-weight: 300;
	color:#0054a2;
	font-size: 24px;
	margin: 0px 0 10px;
	font-family: 'Roboto', sans-serif;
	display: block;
}
.sub-con .listed {
	display: block;
	margin: 10px 0 10px 25px;
}
.sub-con .listed i {
	margin-right:5px;
	color: #12a5ca;
}
.fah { margin:50px 0 0px;}
.fah .form-control {
	background: none;
	border-radius: 0px;
	border-color: #909090;
}
.fah .control-label {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	padding-left: 15px;
}
.fah th {
	background: #0054a2;
	font-weight: 700;
	color: #fff;
	font-size:14px;
	text-transform:uppercase;
	padding: 10px 15px !important;
}
.fah td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 15px !important;
}
.fah>tbody>tr:nth-child(odd) {
	background: #f2f2f2
}
.mgt-20 {
	margin-top: 20px;
}
.col-d {
	color: #a3a3a3;
}
.no-pad {
	padding: 0;
}
.carousel-caption .contant { background:#00acef url(../img/lines.png) left top ; min-height:65px; line-height:65px; font-size:28px; font-weight:300;}
.carousel-caption .contant:hover { background:#000}
.carousel-caption .cont-out { background:rgba(0,0,0,0.09); padding:4px;}
.sells .set { text-decoration:none; overflow:hidden;}
.sells .no-pad {  border-right:1px solid #fff; border-top:1px solid #fff;}
.sells .no-pad:last-child { border-right:0;}

.sells .set .contant {
	 background:#002f5a url(../img/lines.png) left top no-repeat; line-height: 65px; min-height: 65px; font-size:18px; width:100%; font-weight:normal;
	 color:#fff;
	 padding:0 32px 0;
	}
.sells .set .contant img{ width:38px; float:right; margin-top:25px; margin-right:-10px;}
.sells .set:hover .contant { background-color:#000;}


.sells .set2 { color:#fff; text-decoration:none; background:#0054a2; overflow:hidden;}
.sells .set2 p { padding:30px; font-size:12px;}
.sells .set2 .contant {
	 background:#0054a2 url(../img/lines.png) left top no-repeat ;  line-height: 65px; min-height: 65px; font-size:18px; width:100%; font-weight:normal;
	 color:#fff;
	 padding:0 32px 0;
	}
.sells .set2 a { width:157px; height:26px; background:#0061b0; font-family:Arial, Helvetica, sans-serif; font-size:12px; display:block; color:#fff; line-height:26px; text-decoration:none; margin-left:30px; padding:0 10px; margin-bottom:28px;}
.sells .set2 a i { float:right;  margin-top: 7px;}
.sells .set2 a:hover {background:#0085d9}
.sells .set2 .contant img{ width:38px; float:right; margin-top:25px; margin-right:-10px;}
.sells .set2:hover .contant { color:#00c8ff;}
.quote {display:block; background:#00acef; color:#fff; height:76px; font-size:18px; font-weight:700; width:100%; overflow:hidden; line-height:76px; padding-left:32px; margin-top:-76px; z-index:15; position:relative;}
.quote i { background: rgba(0, 0, 0, 0) url("../img/lines.png") no-repeat scroll left top / cover ;
    float: right;
    font-size: 66px;
    height: 76px;
    line-height: 77px;
    text-align: center;
    width: 77px;
	color:#fff !important;
	border-left:1px solid #002f5b;
	}
.quote:hover { background-color:#0054a2; text-decoration:none; color:#00a8ff;}
.q-out { float:right;}
.mob-view { display:none;}
@media (max-width: 1400px) {
	#slider1_container .capt {
		left: 15%;
		}
		.carousel-inner > .item > img {
    margin-left: -299px;
		}
	}
@media (max-width: 1024px) {
.owl-nav .owl-prev {
	margin-left: 0px;
}
.owl-nav .owl-next {
	margin-right: 0px;
}
}
@media (max-width: 992px) {
.navbar-nav > li > a {
	  font-size: 13px;
    padding: 0 16px;
}
.now {
	width: 60px;
	line-height: 74px;
}
.navbar-brand > img {
	display: block;
	width: 220px;
}
.now .donat img {
	margin-left: -6px;
	margin-top: -32px;
	width: 73px;
}
.navbar-nav {
	float: left;
	margin: 50px 0 0;
}
.carousel-caption { padding-bottom:80px;}
.sc-btn {
	line-height: 90px;
}
.carousel-caption .contant { font-size:22px;}
.quote { font-size:14px; padding-left:10px;}
.sells .set2 p { padding:10px;}
.sells .set2 .contant {
	line-height: 40px;
    min-height: 40px;
	}
.sells .set2 a { margin-bottom:10px;}
.carousel-control { top:-175px;}
.clients h2 { font-size:24px;}
}
 @media (max-width: 767px) {
	 .sub-nav { position:relative; width:100%;}
	 .sub-nav li { float:none; text-align:center; width:100%;}
	 .gallery li { width:50%;}
	 .navbar-nav {
	margin: 0px 0 0;
}
.sells .no-pad { border-right:0;}
.copy { margin-top:20px; text-align:center;}
.copy p, .copy a { display:block; width:100%;}
	 .navbar-brand { display:none; padding:0; height:0; min-height:0;} 
	 .mob-view { display:block !important;  padding: 20px 15px; height:auto;}
	 .q-out { float:none;}
	 .quote { margin-top:0; width:100%;  font-size:18px;}
	 .carousel-caption .contant {
    font-size: 14px;
	 line-height: 17px;
	 padding:5px;
}
footer .last { padding-left:15px;}
.carousel-caption {
    padding-bottom: 0;
	bottom:5px;
}
.carousel-control { display:none;}
.news .thumbnail:last-child {
    border-bottom: medium none;
    margin-bottom: 20px;
    padding-bottom: 0;
}
	.in-ban h1 { font-size:30px;}
.navbar-nav > li {
	float: none;
	text-align: center;
	width: 100%;
	padding-bottom: 10px;
}
.navbar-nav > li a {
	border: none;
}
.now {
	width: 100%;
	margin-right: 0;
}
.now img {
	display: none;
}
.now .donat {
	position: relative;
}
.sells .set img {
	width: 100%;
}

.news .thumbnail {

}
.news .thumbnail .caption {
	padding: 0;
}
.news .thumbnail .caption p {
	font-size: 12px;
	padding: 10px;
}


.news .thumbnail .caption p .btn {
	margin-top: 0px;
}
.news .thumbnail img {
	padding-right: 0
}
.navbar-nav > li > a {
	padding: 2px 4px 0;
}


.thumbnail > img, .thumbnail a > img {
	width: 100%;
}

.owl-nav .owl-prev {
	margin-left: 0px;
}
.owl-nav .owl-next {
	margin-right: 0px;
}
.navbar-brand > img {
	display: block;
	max-width: 200px;
}
.navbar-nav {
	width: 100%;
}
.foo-bar .linky a {
	color: #888888;
	display: inline-block;
	font-size: 12px;
	padding: 0 15px 10px 0;
}
body {
	overflow-x: hidden;
}
.foo-bar .linky {
	text-align: center;
}
.foo-bar .copy {
	text-align: center;
}
.carousel-caption .btn-default {
	margin-top: 3px;
}
}
@media (max-width:400px) {
.prog h1 {
	font-size: 20px;
}
.sells .set .overlay h3 {
	font-size: 16px;
}
/*.serv .thumbnail .thumbnail-label { top:63%;}*/
}
@media (max-device-width:767px) and (orientation:landscape) {
.carousel-caption {
	padding-bottom: 20px;
}
}



	
.navbar-brand { padding:20px 15px;}

#slider1_container .capt .btn-default:hover {
	background:#432b8c;
	color:#fff;
	border-color:#432b8c;
	}