/*
Theme Name: Mohun
Description: Custom Theme for Mohun
Author: Blue Ginger
Author URI: http://www.bluginger.co.uk
Version: 1.0.0
*/

body{
	font-family: 'museo-sans';
	font-weight:300;
	font-size:16px;
	color:#666;
	border-top:3px solid #ff5800;
	opacity: 0;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}
body.all-loaded {
    opacity: 1;
}
a{
	color:#ff5800;
}
h1{
	font-size:26px;
	color:#232d69;
}
h2{
	font-size:18px;
	color:#221873;
	margin-bottom:20px;
	border-bottom:1px solid #00beb6;
	font-weight:700;
	display:inline-block;
	padding-bottom:5px;
}
h3{
	font-size:18px;
	color:#221873;
	font-weight:700;
	margin-top:0;
}
h4{
	font-size:16px;
	font-weight:700;
	border-bottom:1px solid #69c8ce;
	display:inline-block;
	padding-bottom:5px;
	color:#232d69;
}
h5{
	font-size:20px;
	font-weight:700;
	color:#232d69;
}
h6{
	font-size:20px;
	color:#00beb6;
}
span.title-underline{
	border-bottom:1px solid #00beb6;
	color:#221873;
	font-weight:700;
}

.container{
	max-width:1000px;
	width:100%;
}
.navbar-inverse{
	background-color:transparent;
}
.navbar{
	border:none;
	margin-bottom:0;
}
.navbar-brand{
	height:auto;
	padding-top:15px;
	padding-bottom:0;
}
.header{
	position:relative;
}
.header-cta{
	font-size:23px;
	position:absolute;
	left:350px;
	top:55px;
}
.header-text{
	float:right;
	margin-top:9px;
}
a.logo-contact{
	color:#221873;
	width:330px;
	max-width:100%;
	float:left;
	font-weight:700;
	padding:5px 0 15px;
	clear:both;
	text-align:center;
}
a.logo-contact span{
	font-weight:300;
	margin:0 5px;
}
#mloginform input[type=text], #mloginform input[type=password] {
	background:#e4e4e4;
	border-radius:0;
	border:none;
	padding:5px 8px;
	font-weight:500;
}
#mloginform input[type=submit]{
	background:none;
	border:none;
	border-radius:0;
	text-transform: uppercase;
	font-size:15px;
	color:#ff5800;
	font-weight:700;
	padding:0;
	margin-left:10px;
}
a.test-button{
	background:#ff5800 url(report/images/test-btn-icon.png) no-repeat left center;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	padding:10px 10px 10px 35px;
	color:#fff;
}
a.test-button:hover, a.test-button:focus{
	text-decoration: none;
}
.header-contact{
	position:absolute;
	right:15px;
	bottom:25px;
	font-size:20px;
	color:#00beb6;
	line-height:20px;
	font-weight:500;
}
.header-contact span{
	font-family: 'museo-sans';
	color:#221873;
	font-weight:500;	
}
.fullmenubar{
	width:100%;
	background:#221873;
}
.fullmenubar .container{
	padding:0;
}
.mainmenu{
	width:100%;
	float:left;
	padding:0 15px;
	position:relative;
	z-index:20;
}
.navbar-nav > li{
	padding:13px 0;
}
.navbar-nav > li > a{
	padding:0 18px;
	border-right:1px solid #0b529f;
	color:#fff;
font-size:18px;
font-weight:700;
}
.navbar-inverse .navbar-nav > li > a{
color:#fff;
font-size:18px;
font-weight:700;
}
.navbar-nav > li:first-child > a{
padding-left:0;
}
.navbar-nav > li:last-child > a{
border-right:none;
padding-right:0;
}
.navbar-nav > li.current-menu-item > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > a:active{
	background:none;
	color:#ff5800;
}
.navbar-nav > li > ul{
	position:absolute;
	left:0;
	top:45px;
	background:#221873;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	list-style:none;
	margin:0;
	padding:15px;
	width:270px;
	visibility: hidden;
  	opacity: 0;
  	transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.navbar-nav > li > ul > li > a{
	color:#fff;
	font-weight:700;
	padding-left:20px;
}
.navbar-nav > li > ul > li > a:hover{
	text-decoration: none;
	color:#ff5800;
	background:url(images/submenu-arrow.png) no-repeat left center;
}
.navbar-nav > li:hover > ul{

	visibility: visible;
  	opacity: 1;
  	z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
.content{
	padding:60px 0;
}
.full-width{
	width:100%;
	position:relative;
}
.blue{
	background:#0b529f;
}
.light-blue{
	background:#00beb6;
}
.grey{
	background:#e9e9e9;
}
.scroll-link{
	width:100%;
	float:left;
	margin-top:-37px;
}
.home-pages{
	position:relative;
	padding-bottom:90px;
	padding-top:10px;
}
.pages-panel{
	margin-top:30px;
}
.home-testimonials{
	position:relative;
	padding-bottom:90px;
}
.home-testimonials #homepage-title-btn, .footer-top #homepage-title-btn{
	text-align:center;
}
.footer-top #homepage-title-btn{
	margin-bottom:20px;
}
.home-testimonials h2{
	color:#fff;
	border-bottom:1px solid #221873;
}
.down-arrow{
position: relative;
display: block;
width: 105px;
margin: 0 auto;
}
.grey-header{
	color:#e9e9e9;
	text-transform: uppercase;
	font-weight:700;
}
.blue-header{
	color:#232d69;
	text-transform: uppercase;
	font-weight:700;
}
.white-header{
	color:#fff;
	text-transform: uppercase;
	font-weight:700;
}
.video-home{
	padding-top:10px;
}
.video-panel{
	color:#fff;
	font-size:20px;
}
.video-text{
	padding:80px 15px;
}
.home-testimonials h4{
	color:#fff;
}
.home-pages-content{
	background:#fff;
	padding:20px;
}
.pageheaderwrap{
	margin-top:-9px;
	height:207px;
}
.pageheader{
	position:relative;
	background:#00beb6;
	min-height:185px;
}
.pageheader img{
	float:right;
	margin-top:0;
}
.pagetitle{
	position:relative;
	color:#fff;
	font-size:40px;
	top:40px;
	left:0;
	font-family: 'museo-sans';
	font-weight:300;
	line-height:1;
}
.pagetitle span{
	font-weight:700;
	font-size:60px;
}
.content-inner{
	width:730px;
}
/*.storycontent{
	margin:30px 0;
}*/
.sidebar{
	width:260px;
}
.sidebar h4{
	color:#fff;
}
.sidebar ul{
	margin:0;
	padding:0;
	list-style:none;
}
.ct-side{
	position:relative;
	margin-left:70px;
}
.testimonial-panel{
	background:#221873;
	padding:20px 20px 50px;
	position:relative;
	z-index:10;
	border-radius:5px;
	margin-top:20px;
}
.testimonial-panel h4{
	color:#fff;
}
.panel-story{
	background:#fff;
	padding:35px 25px;
	width:100%;
	float:left;
	margin-top:20px;
}
.panel-story img{
	margin-top:5px;
}
.footer-top{
	background:#221873;
	float:left;
	width:100%;
	padding:0 30px 30px;
	font-size:14px;
	color:#fff;
}
.footer-top h4{
	color:#fff;
}
.footer-top a{
	color:#fff;
}
.footer-top .textwidget a{
	color:#69c8ce;
}
.footer-bottom{
	background:#1e1569;
	float:left;
	width:100%;
	padding:15px;
	color:#fff;
	font-size:12px;
}
.footer-bottom a{
	color:#fff;
}
.footer-widget{
	float:left;
	margin-right:40px;
	max-width:250px;
	position:relative;
}
.footer-widget.right{
	float:right;
	margin:0;
	width:350px;
	max-width:500px;
}
.footer-widget.right p{
	margin-top:10px;
}
.footer-widget img{
	float:left;
	margin-right:10px;
}
.credits{
	text-align:right;
}
.twitter-paperclip{
	position:absolute;
	right:15px;
	top:-11px;
	width:30px;
}


/* FLEXSLIDER */
.homesliderwrap{
	background:#00beb6;
	float:left;
	width:100%;
}
.carousel{
	clear:both;
}
#home-slider.flexslider, #home-carousel.flexslider {
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
#home-tslider.flexslider, #tsideslider.flexslider {
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
#home-slider.flexslider .slides > li{
	position:relative;
}
#home-tslider.flexslider .slides > li{
width: 91.666% !important;
}
#home-slider.flexslider .flex-caption{
	position:absolute;
	color:#fff;
	font-size:16px;
	width:70%;
	left:0;
	top:70px;
}
#home-slider.flexslider h1{
	color:#fff;
	font-weight:100;
	font-size:40px;
	margin-bottom:30px;
	line-height:1.2;
}
#home-slider.flexslider h1 span{
	font-weight:700;
	font-size:70px;
}
.slide-content{
	width:100%;
	font-size:20px;
}
.tslide-title{
	font-size:12px;
	color:#69c8ce;
	font-weight:700;
}
.tslide-content{
	color:#fff;
	font-style:italic;
}
.flexslider .slides img {
  width: auto;
  float: right;
}
a.slide-btn{
	background:#ff5800;
	width:226px;
	float:left;
	margin-top:50px;
	padding:15px 0;
	text-align:center;
	color:#fff;
	font-weight:700;
	border-radius:3px;
}
a.slide-btn:hover{
	text-decoration: none;
}
#home-slider.flexslider .flex-control-nav{
	z-index:10;
	bottom:20px;
	text-align:left;
}
#home-slider.flexslider .flex-control-paging li a.flex-active{
	background:#221873;
}

#tsideslider.flexslider .flex-control-nav{
	bottom:-30px;
	z-index:10;
	text-align:center;
	padding:0;
}
.flex-control-paging li{
	margin:0 2px;
}
#home-slider.flexslider .flex-control-paging li a{
	font-size:0;
	width:17px;
	height:17px;
	box-shadow:none;
	background:#fff;
}
#home-cslider.flexslider .flex-control-paging li a.flex-active{
	background:#221873;
}
#home-tslider.flexslider .flex-control-paging li a{
	font-size:0;
	width:12px;
	height:12px;
	box-shadow:none;
	background:#ffffff;
}
#home-tslider.flexslider .flex-control-paging li a.flex-active{
	background:#221873;
}
#tsideslider.flexslider .flex-control-paging li a{
	font-size:0;
	width:12px;
	height:12px;
	box-shadow:none;
	background:#69c8ce;
}
#tsideslider.flexslider .flex-control-paging li a.flex-active{
	background:#fff;
}

/* VC */
body.home .vc_section.vc_section-has-fill, body.home .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, body.home .vc_section.vc_section-has-fill+.vc_section, #home-video-section.vc_section.vc_section-has-fill{
	padding-top:0;
}
#homepage-title-btn button, #homepage-title-btn a {
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
	font-weight:700;
	width:190px;
	padding:10px 0;
	font-size:16px;
	background-image:none;
	border:none;
}
#home-video-section.vc_section[data-vc-full-width]{
	overflow:visible;
	margin-top:50px;
}
#home-video-image.wpb_content_element{
	margin-bottom:0;
}
#paperclip-panel .wpb_wrapper{
	background:#fff;
	padding:15px;
	position:relative;
	z-index:10;
	height:252px;
	border-radius:5px;
}
#paperclip{
	position: absolute;
    top: -11px;
    z-index: 20;
    right: 15px;
}
#paperclip-panel{
	position:relative;
}
#paperclip-panel a{
	color:#ff5800;
	font-weight:700;
}
#paperclip-panel:before, #paperclip-panel:after, .ct-side:before, .ct-side:after
{
  z-index: 1;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
#paperclip-panel:after, .ct-side:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.vc_btn3.vc_btn3-style-custom{
	background-image:none !important;
}
.vc_btn3.vc_btn3-size-md{
	font-size:16px !important;
	font-weight:700;
}

.grow{ transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.05); }

/* SHORTCODES */
ul.column-row{
	margin:0;
	padding:0;
	list-style:none;
}
li.service-col{
	width:176px;
	float:left;
	margin:10px;
	font-size:14px;
}
li.service-col:first-child{
	margin-left:0;
}
li.service-col:last-child{
	margin-right:0;
}
li.service-col img{
	border:1px solid #dbdbdb;
}
li.service-col h5{
	margin:20px 0 0;
}
.team-row{
	padding:30px 0 0;
}
.team-col{
	font-size:14px;
}
.team-col img{
	border-left:4px solid #69c8ce;
}
.team-col a{
	font-weight:700;
	margin-top:10px;
	display:inline-block;
}
a.orange-btn{
	color:#fff;
	font-weight:700;
	background:#ff5800;
	padding:10px 30px;
	display:inline-block;
	border-radius:5px;
}


.ui-icon-triangle-1-s {
    background-position: -65px 0;
}
.ui-icon-triangle-1-e{
	background-position: -32px 0;
}
.ui-icon, .ui-widget-content .ui-icon, .ui-state-hover .ui-icon, .ui-widget-content .ui-state-hover .ui-icon, .ui-widget-header .ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-widget-content .ui-state-focus .ui-icon, .ui-widget-header .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon{
	background-image: url("http://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_ffffff_256x240.png");
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
	background:#1d99b3;
	border:none;
	font-weight:700;
	color:#fff;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
	background:#232d69;
	border:none;
	font-weight:700;
}

.ui-widget-content{
	background:#eeeff3;
	border:none;
}
.ui-accordion .ui-accordion-content{
	padding:1em;
}
.ui-widget{
	font-family: 'museo-sans';
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title{
	width:100%;
	padding-bottom:0;
	position:relative;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title p{
	margin-bottom:0;
}

.rmagic .buttonarea input[type='button'], .rmagic .buttonarea input[type='submit']{
	background-color: #ff5800;
    border: none;
    font-size: 16px;
    color:#fff;
    border-radius:5px;
}

/* Featured Image */

.attachment-single-post {
    float: left;
    margin: 0px 20px 0 0px;
    border:1px solid #ddd;
}
.attachment-index-categories {
    float: left;
    margin: 3px 8px 8px 0px;
}
.attachment-blog-page {
    float: left;
    margin: 3px 8px 8px 0px;
}

/* Images */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right:7px;
	margin-top: 0;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left:7px;
	margin-top: 0;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

.wp-caption {
	background: #ebebeb;
	line-height: 18px;
	margin-bottom: 3px;
	max-width: 630px !important;
	padding: 3px 13px 4px 3px;
	text-align: center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.wp-caption img {
	margin: 5px;
}
.wp-caption p.wp-caption-text {
	color: #555;
	font-size: .875em;
	margin: 0;
	font-weight:bold;
}
.wp-smiley {
	margin: 0;
}

.bypostauthor{
}
.feedback{
	text-align:right;
	padding:0 20px 10px 0;
	clear:both;
}

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail,
.gallery-columns-4.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item {
	text-align: center;
}



.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.gallery img {

	border: 10px solid #f1f1f1;
	max-width: 100%;
height: auto;
}

#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* Comments */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
}
.reply a:hover,
a.comment-edit-link:hover {
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	font-weight: bold;
}
#respond label {
	font-size: 12px;
	width:7%;
}
#respond input {
	margin: 20px 5px;
}
#respond textarea {
	width: 99%;
}
#respond .form-allowed-tags {
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
#advert{
	width:640px;
	margin-left:-40px;
}
#advert ul{
	list-style:none;
}
/* =Widget Areas
-------------------------------------------------------------- */

.textwidget{

}
.widget-area ul {
	list-style: none;
	margin: 0;
	padding-left:0;
}
.widget-area ul ul {
	margin: 0;
	padding-left:10px;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0;
	padding:0;
	list-style:none;
}
.widget-container ul{
margin:0;
padding:0;
}
.widget-container ul li{
list-style:none;
}
.widget-container a,
.widget-container a:link,
.widget-container a:visited {
	text-decoration: none;
}
.widget-container a:active,
.widget-container a:hover {
	text-decoration: none;
}
.widget-area a,
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #999;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
	text-shadow:none;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
}
#wp-calendar tbody td {
	border: 1px solid #333;
	padding: 3px 0 2px;
	text-align: center;
	font-size:12px;
}

#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #CC0000;
}
.widget_rss a.rsswidget:hover {
	color: #FF0000;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

/* RESPONSIVE */
img{
	max-width:100%;
	height:auto;
}
.navbar-toggle{
	width:100%;
	float: left;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  background:none;
  border:none;
  color:#fff;
  text-transform: uppercase;
  font-weight:700;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
	background:none;
}

@media only screen and (max-width:990px) {
	.navbar-nav > li > a {
	    border-right: none;
	    padding:0 15px;
	}
	.navbar-nav > li:first-child > a{
		padding-left:15px;
	}
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{
		margin-right:0;
		margin-left:0;
	}
	.navbar-nav{
		margin:10px 0;
	}
	.navbar-nav > li {
	    padding: 5px 0;
	}
	.navbar-nav > li.current-menu-item{
		background:none;
	}
	.navbar-nav > li > ul{
		position:relative;
		display:block;
		background:none;
		padding:0 30px;
		top:0;
		opacity:1;
		visibility:visible;
		transform:none;
	}
	#home-carousel.flexslider{
	    display:none;
	}
	li.service-col{
		width:100%;
		margin:10px 0;
		text-align:center;
	}
	#home-tslider.flexslider img{
		display:none;
	}
	.footer-top .container{
		padding:0;
	}
	.footer-widget{
		width:100%;
		max-width:100%;
	}
	.footer-widget.right{
		float:left;
		width:100%;
	}
	.footer-bottom .credits{
		text-align:left;
	}
	.content-inner, .sidebar{
		width:100%;
	}
	.shadow{
		display:none;
	}
	.team-col{
		text-align:center;
		margin:15px 0;
	}
	.team-row{
		padding:0;
	}
	.ct-side{
		margin-left:0;
	}
}

@media only screen and (max-width:960px) {
	.flex-caption{
		top:20px;
		left:20px;
	}
}

@media only screen and (max-width:850px) {
	.homesliderwrap .container{
		padding:0;
	}
	.header-contact{
		position:relative;
		right:0;
		bottom:0;
		width:100%;
		float:left;
	}
	#home-slider.flexslider .flex-caption{
		position:relative;
		width:100%;
		padding:0 15px 15px;
		float:left;
		margin-bottom:60px;
	}
	.slide-content{
		width:100%;
	}
	.slide-title, a.slide-btn{
		margin-top:0;
		margin-bottom:0;
	}
	#home-slider.flexslider .flex-control-nav{
		display:none;
	}
}

@media only screen and (max-width:769px) {
	.homesliderwrap, .pageheaderwrap, .pageheader img{
		margin-top:0;
	}
	
}

@media only screen and (max-width:595px) {
	.flex-caption h1{
		font-size:40px;
	}
	.header-contact{
		text-align:center;
	}
	.header-contact span{
		float:left;
		width:100%;
	}
	.slide-title{
		font-size:30px;
	}
	.pageheaderwrap{
		height:auto;
	}
	.pageheader img{
		display:none;
	}
	.pagetitle{
		position:relative;
		top:0;
		padding:20px 0;
		font-size:30px;
	}
	.content{
		padding:20px 0;
	}
}

@media only screen and (max-width:480px) {
	#home-slider.flexslider h1{
		font-size:30px;
	}
	#home-slider.flexslider h1 span{
		font-size:40px;
	}
	.slide-content{
		font-size:16px;
	}
}

@media only screen and (max-width:400px) {
	#service-blocks{
		text-align:center;
	}
	#service-blocks img{
		float:none;
		display:block;
		clear:both;
		margin:0 auto 10px;
	}
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ @media {
    .pageheader img { 
        margin-top:0;
    }
}}