assets/css/style.css [10:306]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
body {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 14px;
}
header {
	background: #fdfbfb url(../images/header-bg.png);
	border-top: 3px #328fbf solid;
}
footer {
	background: #222 url(../images/footer-bg.png);
	padding-top: 10px;
	color: #ddd;
	border-top: 3px #328fbf solid;
	font-size: 12px;
}
p {
	line-height: 24px;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Oswald", sans-serif;
	font-weight: 400;
}

/* Bootstrap Extended */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar{
	background: #328fbf;
	border-top:1px solid #235693;
	border-bottom:1px solid #235693;
	border-radius:0;
	margin-bottom:10px; 
}
.navbar.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
   border-color: #235693;
}
.navbar button{
	background:#29a1c4;  
}
.navbar button:hover{
	background:#29a1c4;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.navbar .nav{
	border-right:1px solid #235693;
}
.navbar .nav > li > a{
	color: #ffffff;
	background: #328fbf !important; 
	border-left:1px solid #235693;
	font-weight: 400;
	
	-webkit-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;	
	transition:background 1s ease;
}
.navbar .nav > li > a:hover, .navbar .nav > li > a.current {
	background:#235693 !important;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover,
.navbar .nav .active > a:focus {
	background: #235693;
}
.dropdown-toggle{
	background: #328fbf;
}
.dropdown-menu{
	padding:0px;
	background:#328fbf;
	border:1px solid #235693;
}
.dropdown-menu a{
	padding: 8px 10px !important;
	color:#ffffff !important;
	background:#328fbf;
	border-bottom:1px solid #235693;
	
	-webkit-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;
	transition:background 1s ease;
}
.dropdown-menu a:hover,.dropdown-menu a:focus{
	background:#235693 !important;
}

/* Theme Style */
.row-margin-bottom {
	margin-bottom: 25px;
}
.remove-custom-padding {
	padding-top: 0px;
	padding-bottom: 0px;
}
.no-margin-top {
	margin-top: 0px;
}
.logo {
	margin-top: 20px;
	margin-bottom: 20px;
}
.page-title {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 5px;
	color: #235693;
	border-bottom: 2px solid #e99941;
	font-weight: 300;
}
.page-title span {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #328fbf;
	margin-top: 5px;
}
.btn-std {
	background-color: #328fbf;
	border-bottom: 2px solid #235693;
	color: #ffffff;
	padding: 4px 12px;
	font-size: 12px;
	text-align: center;
	border-radius: 5px;
}
.btn-std:hover {
	background-color: #235693;
	color: #ffffff;
	text-decoration: none;
}
.btn-download {
	background-color: #32bf61;
	border-bottom: 2px solid #239329;
	font-size: 16px;
	font-weight: 700;
	margin-top: 35px;
	margin-bottom: 35px;
	padding: 12px 36px;	
}
.btn-download:hover {
	background-color: #239329;
}
.box-primary {
	padding: 8px 10px;
	background: #fbfbfb;
	border: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
	border-radius: 10px;
}
.box-primary h4 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.box-warning {
	padding: 8px 10px;
	background: #FFFAF3;
	border: 1px solid #EB9A35;
	border-bottom: 3px solid #EB9A35;
	border-radius: 10px;
}
.box-warning h4 {
	border-bottom: 1px solid #EB9A35;
	padding-bottom: 10px;
}
.box-info {
	padding: 8px 10px;
	background: #F8FFFF;
	border: 1px solid #328fbf;
	border-bottom: 3px solid #328fbf;
	/*border-radius: 10px;*/
}
.box-info h4 {
	border-bottom: 1px solid #328fbf;
	padding-bottom: 10px;
}

/* Footer */
footer hr {
	margin: 0;
	border-top: 1px solid #555;
	border-bottom: 1px solid #111;
}
.footer-widget h5 {
	padding-bottom: 10px;
	border-bottom: 1px solid #555;
	margin-bottom: 10px;
}
.footer-list {
	list-style: none;
	padding-left: 20px;
}
.footer-list li {
	line-height: 32px;
}
.footer-list li:before {
	content: "\f105";
	font-family: 'FontAwesome';
	margin-right: 10px;
}
.footer-list li a {
	color: #ddd;
}

.tweet {margin-bottom: 10px;}

.social a, .social a:visited, .social a:hover{
	color:#fff;
	text-decoration:none;
}
.social i{
	display:inline-block;
	height:30px;
	width:30px;
	font-size:15px;
	text-align:center;
	line-height:30px;
	-webkit-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;
	transition:background 1s ease;
	border-radius:30px;
	margin-right:5px;
}
.social i:hover{
	-webkit-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;
	transition:background 1s ease;
}
.facebook { background: #1e78ae !important; }
.twitter { background: #1ba1e2 !important; }
.google-plus { background: #f22d0c !important; }
.linkedin { background: #2d93cf !important; }
.pinterest { background:	#dd1617 !important; }

.facebook:hover, .twitter:hover, .google-plus:hover, .linkedin:hover, .pinterest:hover { background: #666 !important; }

/* Scroll to top */
.totop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 104400;
}
.totop a i{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 25px;
	background: rgba(60,60,60,0.7);
}
.totop a:hover i { background: rgba(60,60,60,1); }
.totop a, .totop a:visited{
	color: #fff;
}
.totop a:hover {
	color: #eee;
	text-decoration: none;
}

/* Page Specific - Home */
.latest-news {
	list-style: none;
	padding-left: 20px;
}
.latest-news li {
	line-height: 28px;
}
.latest-news li:before {
	content: "\f101";
	font-family: 'FontAwesome';
	margin-right: 10px;
}
.latest-news li span.small {
	font-size:10px;
}

/* Page Specific - Download */
.download-block {
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



css/style.css [185:481]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
body {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 14px;
}
header {
	background: #fdfbfb url(../images/header-bg.png);
	border-top: 3px #328fbf solid;
}
footer {
	background: #222 url(../images/footer-bg.png);
	padding-top: 10px;
	color: #ddd;
	border-top: 3px #328fbf solid;
	font-size: 12px;
}
p {
	line-height: 24px;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Oswald", sans-serif;
	font-weight: 400;
}

/* Bootstrap Extended */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar{
	background: #328fbf;
	border-top:1px solid #235693;
	border-bottom:1px solid #235693;
	border-radius:0;
	margin-bottom:10px; 
}
.navbar.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
   border-color: #235693;
}
.navbar button{
	background:#29a1c4;  
}
.navbar button:hover{
	background:#29a1c4;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.navbar .nav{
	border-right:1px solid #235693;
}
.navbar .nav > li > a{
	color: #ffffff;
	background: #328fbf !important; 
	border-left:1px solid #235693;
	font-weight: 400;
	
	-webkit-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;	
	transition:background 1s ease;
}
.navbar .nav > li > a:hover, .navbar .nav > li > a.current {
	background:#235693 !important;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover,
.navbar .nav .active > a:focus {
	background: #235693;
}
.dropdown-toggle{
	background: #328fbf;
}
.dropdown-menu{
	padding:0px;
	background:#328fbf;
	border:1px solid #235693;
}
.dropdown-menu a{
	padding: 8px 10px !important;
	color:#ffffff !important;
	background:#328fbf;
	border-bottom:1px solid #235693;
	
	-webkit-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;
	transition:background 1s ease;
}
.dropdown-menu a:hover,.dropdown-menu a:focus{
	background:#235693 !important;
}

/* Theme Style */
.row-margin-bottom {
	margin-bottom: 25px;
}
.remove-custom-padding {
	padding-top: 0px;
	padding-bottom: 0px;
}
.no-margin-top {
	margin-top: 0px;
}
.logo {
	margin-top: 20px;
	margin-bottom: 20px;
}
.page-title {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 5px;
	color: #235693;
	border-bottom: 2px solid #e99941;
	font-weight: 300;
}
.page-title span {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #328fbf;
	margin-top: 5px;
}
.btn-std {
	background-color: #328fbf;
	border-bottom: 2px solid #235693;
	color: #ffffff;
	padding: 4px 12px;
	font-size: 12px;
	text-align: center;
	border-radius: 5px;
}
.btn-std:hover {
	background-color: #235693;
	color: #ffffff;
	text-decoration: none;
}
.btn-download {
	background-color: #32bf61;
	border-bottom: 2px solid #239329;
	font-size: 16px;
	font-weight: 700;
	margin-top: 35px;
	margin-bottom: 35px;
	padding: 12px 36px;	
}
.btn-download:hover {
	background-color: #239329;
}
.box-primary {
	padding: 8px 10px;
	background: #fbfbfb;
	border: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
	border-radius: 10px;
}
.box-primary h4 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.box-warning {
	padding: 8px 10px;
	background: #FFFAF3;
	border: 1px solid #EB9A35;
	border-bottom: 3px solid #EB9A35;
	border-radius: 10px;
}
.box-warning h4 {
	border-bottom: 1px solid #EB9A35;
	padding-bottom: 10px;
}
.box-info {
	padding: 8px 10px;
	background: #F8FFFF;
	border: 1px solid #328fbf;
	border-bottom: 3px solid #328fbf;
	/*border-radius: 10px;*/
}
.box-info h4 {
	border-bottom: 1px solid #328fbf;
	padding-bottom: 10px;
}

/* Footer */
footer hr {
	margin: 0;
	border-top: 1px solid #555;
	border-bottom: 1px solid #111;
}
.footer-widget h5 {
	padding-bottom: 10px;
	border-bottom: 1px solid #555;
	margin-bottom: 10px;
}
.footer-list {
	list-style: none;
	padding-left: 20px;
}
.footer-list li {
	line-height: 32px;
}
.footer-list li:before {
	content: "\f105";
	font-family: 'FontAwesome';
	margin-right: 10px;
}
.footer-list li a {
	color: #ddd;
}

.tweet {margin-bottom: 10px;}

.social a, .social a:visited, .social a:hover{
	color:#fff;
	text-decoration:none;
}
.social i{
	display:inline-block;
	height:30px;
	width:30px;
	font-size:15px;
	text-align:center;
	line-height:30px;
	-webkit-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;
	transition:background 1s ease;
	border-radius:30px;
	margin-right:5px;
}
.social i:hover{
	-webkit-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;
	transition:background 1s ease;
}
.facebook { background: #1e78ae !important; }
.twitter { background: #1ba1e2 !important; }
.google-plus { background: #f22d0c !important; }
.linkedin { background: #2d93cf !important; }
.pinterest { background:	#dd1617 !important; }

.facebook:hover, .twitter:hover, .google-plus:hover, .linkedin:hover, .pinterest:hover { background: #666 !important; }

/* Scroll to top */
.totop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 104400;
}
.totop a i{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 25px;
	background: rgba(60,60,60,0.7);
}
.totop a:hover i { background: rgba(60,60,60,1); }
.totop a, .totop a:visited{
	color: #fff;
}
.totop a:hover {
	color: #eee;
	text-decoration: none;
}

/* Page Specific - Home */
.latest-news {
	list-style: none;
	padding-left: 20px;
}
.latest-news li {
	line-height: 28px;
}
.latest-news li:before {
	content: "\f101";
	font-family: 'FontAwesome';
	margin-right: 10px;
}
.latest-news li span.small {
	font-size:10px;
}

/* Page Specific - Download */
.download-block {
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



