/*
Theme Name: Consultancy
Theme URI: http://bijayasapkota.com.np
Author: Bijaya Sapkota
Author URI: http://bijayasapkota.com.np
Description: Consultancy 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: consultancy
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.secondary
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; 
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust:     100%; 
}
*,
*:before,
*:after { 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing:    border-box; 
	box-sizing:         border-box;
}
body {
	/*background: #F1F3F1 url(img/bg-pattern.png) !important; /* Fallback for when there is no custom background color defined. */
	font-size:14px !important;
	line-height: 1.6 !important;
	font-family: 'Open Sans', sans-serif !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h1 {
	font-size: 20px !important;
	font-weight: bold;
}
h2 {
	font-size:24px !important;
	font-weight: bold;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #0099da !important;
}
a:visited {
	color: #0099da;
}
a:hover,
a:focus,
a:active {
	color: #0099da;
}
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.navbar {
	margin-bottom: 0 !important;
	border-radius: 0 !important;
	border-color: #005194 !important;
	border-left: none !important;
	border-right: none !important;
}
.navbar-brand {
	padding: 5px 15px !important;
}
.navbar-nav > li {
	border-right: 1px solid #005194;
}
.navbar-nav > li:first-child{
	border-left: 1px solid #005194;
}
.navbar-nav>li>a {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	font-weight: bold !important;
	color: #fff !important;
	text-transform: uppercase;
}
.navbar-default {
	background-color: #004883 !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	background-color: none !important;
	color: #fff !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background-color: #004883 !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background-color: #004883 !important;
}
#masthead {
    /*background:#08c;*/
}
.container-nav {
    border-radius: 5px 5px 0 0;
    background: #047fb4 !important;
}
nav .container {
	background:none;
}
.dropdown-menu > li > a {
	padding: 8px 20px !important;

}

/* Hover for bootstrap 3 */

.dropdown:hover .dropdown-menu {
display: block;
}
@media screen and (max-width: 768px) {
	.dropdown:hover .dropdown-menu {
	background-color: none;
	}
}
/* End hover for Bootstrap 3 */
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.header-right {
	color: #fff;
	font-size: 16px;
	font-style: italic;
}
.widget_nav_menu ul {
	margin-top: -15px !important;
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.widget_nav_menu ul li {
	list-style: square;
	list-style-position: inside;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid #efefef;
	color: #ccc;
}
.widget_nav_menu ul li a{
	
	line-height: 35px;
	width: 100%;
}
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	padding:0 15px 15px 15px;
	border-radius:5px;
	background-color: #fff;	
}
.widget-banner {
	padding: 0;
	margin: 0;
	border: none !important;
}
.tab-pane .widget{
	padding: 15px 0;
}
#secondary .widget {
	/*border-bottom:3px solid #ccc;*/
	background-color: #fff;
	box-shadow: 0 0 3px #ccc;
	
}
#secondary {
	padding-top: 20px;
}
#colophon .widget {
	background: none;
}
#colophon .widget .widget-title {
	border-bottom:none;
	line-height:40px;
	margin-bottom:0;
	padding:0;
}
.widget-title {
	border-bottom:1px solid #ccc;
	margin:0 -10px 15px -10px;
	padding:0 15px;
	line-height:35px;
	font-size:13px !important;
	font-weight:700;
	text-transform:uppercase;
	background:#004883;
	border-radius:9px;
	color: #FFFFFF;
	font-weight:bold;
}
.widget .hentry {
	padding:0;
	text-align:justify;
	clear:both !important;
}
.widget ul {
	margin:0;
	padding:0;
	list-style:none;
}
.news-cont img {
	max-width: 70px;
	float: left;
	margin-right: 10px;
}
.news-title {
	font-weight: bold;
	font-size: 16px;
}
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}
/* Event Widget */
.widget .events time{
	width:25%;
	max-width:60px;
	float:left;
	border:1px solid #0099da;
	text-align:center;
	line-height:40px;
	font-weight:700;
}
.widget .events time .month {
	background:#0099da;
	padding:0;
	margin:0;
	color:#fff;
	line-height:20px;
}
.event-content {
	float:left;
	max-width:70%;
	padding-left:5%;
}
.event-content h1 {
	font-size:13px !important;
	font-weight:700;
	margin:5px 0;
}
.event-content p {
	margin:3px 0;
	color:#666;
}
li.events {
	border-bottom:1px dotted #ccc;
	margin-bottom:8px;
	padding-bottom:8px;
}
a:focus, a:hover {
	text-decoration: none  !important;
}
/* Feature Gallery Widget */
.feature-gallery-box {
	width:28%;
	float:left;
	margin-left:3%;
	margin-bottom:3%;
}
.feature-gallery-box img {
	padding:3px;
	border:1px solid #ccc;
}
/* Notice Widget */
aside.notices ul {
	list-style:square;
	padding-left:15px;
}
aside.notices ul li {
	line-height:30px;
	border-bottom:1px dashed #ccc;
}
/* Latest News Widget */
.consultancy-news-widget .news-list {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	padding-top: 10px;
}
.consultancy-news-widget .news-list h1{
	font-size:13px !important;
	font-weight:700;
}
.consultancy-news-list-widget .news-list  {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}
.consultancy-news-list-widget .news-list h1 {
	font-size: 20px !important;
}
.consultancy-news-list-widget .news-list img{
	max-width: 70px;
	float: left;
	padding: 3px;
	border: 1px solid #ddd;
	margin-right: 10px;
}
.consultancy_news_list_widget .widget-title {
	margin-bottom: 0 !important;
}
.consultancy-news-list-style-widget .leading-news{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	padding-top:10px;
}
.consultancy-news-list-style-widget .news-list  {
	border-bottom: 1px dotted #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal !important;
	list-style: square;
	list-style-position: inside;

}
.consultancy-news-list-style-widget .news-list img{
	width: 100%;
}
.consultancy_news_list_style_widget .widget-title {
	margin-bottom: 0 !important;
}
/* in association widget */

.inas ul li {
	padding:5px 0;
	text-align: center;
	float:left;
}
.inas ul li p {
	font-style: italic;
}
.inas ul li img {
	width:100% !important;
	padding:2px;
	margin:0 10px 10px 0;
	background-color: #fff;
}
.inasul li span {
	color:#0099da;
}
/* testimonial Widget */
.bg-color {
	background-color: #efefef;
}
aside.testimonial {
	padding-top: 10px;
	background-color: #E5E5E5 !important;
}
aside.testimonial .widget-title {
	border-bottom: none !important; 
	text-align: left;
	font-size: 20px !important;
	font-weight: normal;
	text-transform: none !important;
}
.testimonial ul li {
	padding:5px 0;
	text-align: center;
}
.testimonial ul li p {
	font-style: italic;
}
.testimonial ul li img {
	max-width:80px !important;
	padding:2px;
	border:1px solid #ccc;
	margin:0 10px 10px 0;
	border-radius: 50%;
	background-color: #fff;
}
.testimonial ul li span {
	color:#0099da;
}
.pagination-test {
    text-align: center;
}
.pagination-test a {
    background: #CCC;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    display: inline-block;
    border-radius: 15px;
}
.pagination-test a.selected {
    background-position: -25px -300px;
    cursor: default;
    background-color: #999;
}
.pagination-test a span {
    display: none;
}
#date_time {
}
/*---------------------------
Project Feature Widget
*/
.feature-pkg {
	background: #fff;
	position: relative;
	min-height: 300px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}
.feature-pkg .feature-pkg-action{
	bottom: 0;
	left: 0;
	width: 100%;
	position: absolute;
	background: #efefef;	
	border-top: 1px solid #ccc;
}
.feature-pkg h3 {
	padding: 0 10px;
	margin: 8px;
	font-size: 16px;
}
.feature-pkg-cont{
	padding: 10px;
	padding-top: 0;
}
.feature-pkg .feature-pkg-action ul{
	list-style: none;
	padding: 0;
	margin: 0; 
}
.feature-pkg .feature-pkg-action ul li {
	display: inline-block;
	padding:10px;
}
.feature-pkg .feature-pkg-action ul li:first-child{
	border-right: 1px solid #ccc;
}
fieldset legend {
	font-weight: bold !important; 
	font-size: 16px !important;
}
fieldset {
	padding: 10px !important;
}
.page-grid {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
	background: #0173BC;
	color: #fff;
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.page-grid .col-md-3{
	padding: 0 !important;
}
.g-det {
	padding: 20px;
}
.flex-container {
	margin-bottom: 0 !important;
}

/*---------------------------
Project List Widget
*/
#projects-list li .col-xs-3, #projects-list li .col-xs-9 {
    padding-left: 0 !important;
    padding-right: 10px !important;
}
#projects-list {
    margin-top: -10px;
    margin-left: -15px;
    margin-right: -15px;
}
#projects-list li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
#projects-list li:last-child{
    border-bottom: none;
}
#projects-list li h3 {
    margin-top: 0;
    font-size: 14px;
}
/* --------------------------
Project title
*/
#projects-title {
    list-style: square;
    padding-left: 10px;

}
#projects-title  li {
    padding: 3px 0;
    font-size: 13px;
    font-weight: bold;
    color: #0099da;
}

/*---------------------------*/
.cal-nav {
	margin-top:-10px;
}
.cal-nav img {
	border:1px solid #0099da;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.header-content{
	padding: 20px 0;
}
.nav-tabs {
	margin-left: 0;
}
.nav-tabs>li>a{
	font-size: 16px;
	font-weight: bold;
}
#content {
}
.container {
	margin: 0 auto;
        /*max-width: 1024px !important;*/
	box-shadow: 0 0 5px  #000;
}


.site-main {
	
}
.site-header {
}
.logo, .logo-header {
	float:left;
	margin-bottom: 10px;
}
.logo-header {
	padding-top:30px;
}
.header-top {
	padding-top: 5px;
	background-color: #fff; /*#003A6A;*/
}
.logo-header h1 {
	font-size:30px !important;
	font-weight:700;
}
.header-right {
	padding-top:20px;

}
.logo-header h1, .logo-header h2 {
	margin:2px 0;
}
.header-contact {
	text-align:right;
}
.header-contact p {
	margin:0;
}
.container {
	background-color: #fff;
}
.content-body .container{
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.header-content {
	background-color: #fff;
}
article.events {
    border: 1px solid #eee;
    border-bottom: 3px solid #ddd;
    border-radius: 5px;
}
article.events h1.entry-title{
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px;
    font-weight: bold;
}
.archive-events-time {
    margin-top: 5px;
}
.archive-events-time time{
        width: 120px;
	float:left;
	border:1px solid #eee;
	text-align:center;
	line-height:20px;
	font-weight:700;
        margin-top: 10px;
}
.archive-events-time time .month {
    float: left;
    text-align: center;
    width: 60%;
    border-right: 1px solid #eee;
}
.location {
    line-height: 20px;
    padding-left: 30px;
    font-weight: bold;
    float: left;
    margin-top: 10px;
}
#colophon {
    color: #fff;
}
#colophon a {
	color:#fff !important;
}
.footer-widget-row {
	background:#004883;
	padding-top: 30px;
}
.footer-widget-row ul li {
	border-bottom: none !important;
}
.footer-row {
	background:#003A6A;

}
.footer-left, .footer-right {
	line-height:60px
}
.footer-right {
	text-align:right;
}
.site-footer ul {
	list-style:square !important;
}
/*
 * Project Slider
 */
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.hentry .entry-header .entry-title, .page-title {
	margin:0;
	font-weight: bold !important;
	font-size: 24px !important;
}
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
	padding:15px;
	background-color: #fff;
	border-radius: 5px;
}

.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.entry-content img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page-header {
	margin:0 !important;
	border-bottom:none !important;
}
.project-footer
/* 
Contact 
*/

.contact-page .hentry {
	padding: 0;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
.comments-area {
	padding:15px;
	background:#fff;
}
.form-allowed-tags {
	display:none;
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/*--------------------------------------------------------------
Projects Blog
--------------------------------------------------------------*/
.hentry .cat-row{
	margin-bottom: 20px;
	margin-left:0;
	margin-right: 0;
	border-radius: 3px;
	background: #fff;
}
.trip-fact {
	background: #efefef;
	padding: 5px 0;
	border-top: 1px solid #ccc;
}
.project-height{
	position: relative !important;
}
.project-img {
	padding-left: 0 !important;
}
.project-img img {
	width: 100%
}
.project-content img{
	float:left;
	margin-right:15px;
	margin-bottom:5px;
}
.book-and-details a{
	color: #fff !important;
}
.s-icon{
	font-size: 60px !important;
	border:1px dashed #005194;
	padding: 40px;
	border-radius: 50%;
	color: #005194;
}
.service-type {
	padding-top: 30px;
	padding-bottom: 30px;
}
.service-type h4 {
	margin-top: 20px;
	margin-bottom: 20px;
}
/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding:10px 0;
}
.gallery-item img {
	padding:5px;
	border:1px solid #ccc;
}
.cat-gallery {
	float:left;
	padding:10px;
	margin-left:10px;
	margin-bottom:10px;
	text-align:center;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}
/* Social Profile */
.fu { 
	display:block;
	float:left;
	width:70px;
}
.social-profile {
    float:right;
    margin:0;
    padding-bottom: 2px;
	display:block;
}
.social-profile ul {
	list-style: none !important;
	margin: 0;
	padding: 0;
}
.social-profile ul li {
	margin: 0 0 3px 3px;
	float: left;
	padding:0;
	border:none;
}
.social-profile ul li a {
	display: block;
	background: url("img/social-profiles.png") no-repeat right top;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-indent: -99999px;
}
.social-profile ul li a:active {
	-moz-box-shadow: inset 0 0 6px #000;
	-webkit-box-shadow: inset 0 0 6px #000;
	box-shadow: inset 0 0 6px #000;
}
.social-profile ul li.facebook a {
	background-position: 0 0;
}
.social-profile ul li.facebook a:hover {
	background-position: 0 -33px;
}
.social-profile ul li.twitter a {
	background-position: -33px 0;
}
.social-profile ul li.twitter a:hover {
	background-position: -33px -33px;
}
.social-profile ul li.rss a {
	background-position: -66px 0;
}
.social-profile ul li.rss a:hover {
	background-position: -66px -33px;
}
.social-profile ul li.you-tube a {
	background-position: -99px 0;
}
.social-profile ul li.you-tube a:hover {
	background-position: -99px -33px;
}
.social-profile ul li.linkedin a {
	background-position: -132px 0;
}
.social-profile ul li.linkedin a:hover {
	background-position: -132px -33px;
}
.social-profile ul li.google-plus a {
	background-position: -165px 0;
}
.social-profile ul li.google-plus a:hover {
	background-position: -165px -33px;
}
.s_menu {
	background:#006699;
	list-style:none;
	margin:0;
	padding:0;
}
.s_menu li {
	border-bottom:1px solid #498BCF;
	padding:10px 10px 10px 15px;
	color:#fff;
}
.s_menu li a {
	color:#fff !important;
}
.s_menu li:hover > a,
.s_menu li.active > a {
  color: #FFFFFF;
  background: #990000;
}