/* @group RESETS */

body {
	background-color: #fff;
	font-family: helvetica,  sans-serif;
	color: #4D4D4D;
}

input[type="text"] {
	border: 1px solid #ddd;
	background-color: #fff;
	color: #444;
	border-radius: 0px !important;
	margin-top: 10px;
	padding: 6px 3px;
}

input[type="text"]:focus {
	border: 1px solid #fd610e;
	color: #444;
	box-shadow: 0px 0px 5px #fd610e !important;
}

textarea:focus {
	border: 1px solid #fd610e;
	color: #444;
	box-shadow: 0px 0px 5px #fd610e !important;
}

input[type="submit"] {
	border: 1px solid #ddd;
	background-color: #fff;
	color: #444;
	border-radius: 0px !important;
		text-transform: uppercase;	font-family: 'Oswald', helvetica,  sans-serif;

}

textarea {
	border: 1px solid #ddd;
	background-color: #fff;
	color: #444;
	border-radius: 0px !important;
}

input[type="submit"]:hover {
	border: 1px solid #444;
	color: #fff;
	background-color: #fd610

e;


}

/* @end */

/* @group WRAPPERS/LAYOUT */

.wrapper.header {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
}

.wrapper.sliderWrap {
	clear: both;
	margin: 75px 0px 25px 0px;
padding-top: 45px;
}

.wrapper.mainContent {
	background-color: #fff;
	margin-top: 10px;
	clear: both;
}

.wrapper.footer {
	margin-top: 15px;
	background-color: #444;
	clear: both;
	border-top: 1px solid #000;
		box-shadow:inset 0px 0px 20px #222;

}

.mainRow {
	margin-top: 15px;
	margin-bottom: 15px;
}

.row-fluid.footer {
	background-color: #111;
	margin-top :10px;
	box-shadow:inset 0px 0px 20px #000;

}
/* @end */

/* @group NAVBARS */

.brand{
	color: #fff !important;
		font-family: 'Oswald', helvetica,  sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	
}	

.navbar-inner {
	padding: 0px;
	margin: 0px;
}

.collapsedNav ul {
	list-style-type: none;
	width: 100%;
	float: left;
	margin: 0px !important;
	padding: 0px;
}

.collapsedNav ul li ul {
	list-style-type: none;
	background-color: #222;
}

.collapsedNav ul li ul {
	float: left;
	margin: 5px 0px;
	box-shadow: inset 0px 0px 5px #000;
}

.collapsedNav ul li a {
	list-style-type: none;
	width: 100%;
	float: left;
	margin-left: 10px;
	line-height: 2.0em;
}

.collapsedNav ul li ul li {
	border-bottom: 1px solid #000;
	padding: 5px 0px 5px 0px;
	float: left;
}

.collapsedNav ul li ul li a {
	list-style-type: none;
	width: 100%;
	float: left;
	margin-left: 15px;
	color: #444;
}

.collapsedNav ul li a:hover, .collapsedNav ul li ul li a:hover {
	color: #fff;
}

.normalNav > ul {
	margin-top: 32px;
	list-style-type: none;
}

.normalNav ul li {
	float: left;
	text-align: left;
	position: relative;
	
}

.normalNav ul li a {
	padding: 10px 10px;
	
}

.normalNav ul li a:first-child {
	border-left: none;
}

.normalNav ul li a {
	color: #999;
	font-family: 'Oswald', helvetica,  sans-serif;
	font-size: 16px;
	
}

.normalNav ul  li a:hover {
	color: #fff;background-color: #ff5500;
}

.normalNav ul li ul {
	overflow: hidden;
	background-color: #444;
	  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
		    position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.normalNav ul li ul li {
	clear: both;
	float: left;
	width: 100%;
	padding: 8px 0px 8px 10px;
	color: #999;
	font-family: 'Oswald', helvetica,  sans-serif;
	font-size: 11px;
}

.normalNav ul li ul li:first-child {
	border-top: none;
}

.normalNav ul li ul li:hover {
	background-color:#ff5500 ;
	color:#fff !important;
	cursor:pointer;
}

.normalNav ul li ul li a {
	color: #999;
	text-decoration: none;
	margin-right: 10px;
	padding: 0px;
}

.normalNav ul li ul li a:active {

}

.normalNav ul li ul li a:hover {
	color: #fff;
	
}

/* @end */

/* @group TYPOGRAPHY */

a{
	color: #CCC;
	text-decoration: none;
	outline: none;
}

a:focus {
		outline: none;
}

a:hover{
	color: #999;
		text-decoration: none;

}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', helvetica,  sans-serif;
	text-transform: uppercase;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 15px;
	font-weight: bold;
}

h6 {
	font-size: 15px;
	font-weight: thin;
}


.secondary h1{
	color: #ccc;
}

/* @end */

/* @group HEADER */

/* @group ICON */

.mainIcon, .phoneIcon {
	margin: 12px 0px 12px 0px;
}

.mainIcon{
	width: 250px;
	
}

/* @end */

header.fixedHeader {
	position: fixed;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
	
}

header.mobileHeader {
	margin: 0px;
}

/* @end */

/* @group MAIN CONTENT */

/* @group Slider */


a.carousel-control.left, a.carousel-control.right{
	margin-top: 10px;
	padding: 10px 0px 14px 0px;
	background-color: #777;
	border-radius:7px !important;
	border: none !important;
	opacity: .3;
	color: #fff;
		font-family: 'Oswald', helvetica,  sans-serif;

}

a.carousel-control.left:hover, a.carousel-control.right:hover{
	color: #444;
	background-color: #ccc;
	border: none !important;
}

.phoneSlideNav a.carousel-control.left, .phoneSlideNav a.carousel-control.right{
		margin-top: -5px;
		padding: 0px 0px 4px 0px;
		
	background-color: #777;
	border-radius:20px !important;
	border: none !important;
	opacity: .3;
	color: #ff5500;

}


/* @end */

/* @group SIDEBARS */



ul.sidebarLinks {
	margin:0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	width: 100%;
	border: 1px solid #ddd;
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius:6px;
	overflow: hidden;
}

ul.sidebarLinks li{
	width: 100%;
	padding: 5px 0px;
}



ul.sidebarLinks li:hover{
	background-color: #ff5d00;
	color: #fff !important;

	
}

ul.sidebarLinks li a{
	padding: 0px 10px;
	font-family: 'Oswald', helvetica,  sans-serif;
	font-size: 15px;
		

}

ul.sidebarLinks li a:hover{
	color: #fff;
		

}

ul.sidebarLinks li a:active{
	color: #fff;
		

}

ul.sidebarLinks li:active{
	background-color: #ff5d00;
		

}

/* @end */

/* @group FRONT PAGE */
a.rabbitLink{
	color: #ff5500;
	text-transform: uppercase;
		font-family: 'Oswald', helvetica,  sans-serif;

}

a.rabbitLink:hover{
	border-bottom:2px solid #ff5500;
	
}

.rabbitImage {
	float: left;
	width: 100%;
}

.rabbitImage img {
	margin: 0 auto;
}

.rabbitHole h2, .rabbitHole p {
	text-align: center;
	margin-left: 5px;
}

/* @end */

/* @group BLOG */

/* @group SIDEBAR */


p.archivePostContent img{
	display: none;
}

.singleEntryContent p img{
	float:left;
	margin: 10px 15px 10px 0px;
	border: 5px solid #fff;
	box-shadow:0px 0px 3px #444;
}


.postThumbnail{
	width:100px; height:auto; float:right; margin:0px 0px 25px 20px; border: 5px solid #fff; 	box-shadow:0px 0px 3px #444;

}

.postThumbnailSingle{
	width:200px; height:auto; float:right; margin:0px 0px 25px 20px;
	border: 5px solid #fff; 	box-shadow:0px 0px 3px #444;

}


.secondaryBlog{
	margin-top:7px;
}

.secondaryBlog aside ul{
	list-style-type: none;
	font-family: 'Oswald', helvetica,  sans-serif;

	float: left;
	clear: both;
	margin: 10px 0px;
	padding: 0px;
}

.secondaryBlog aside.widget_recent_entries ul li a{
	float:left;
	clear: both;
	list-style-type: none;
	font-family: 'Oswald', helvetica,  sans-serif;
	padding: 5px 0px;
	font-size: 15px;

}

.secondaryBlog aside.widget_recent_entries ul li span.post-date{
	float: left;
	clear: both;
	font-size: 10px;

}

.secondaryBlog aside ul li:first-child {
	
	margin: 15px 0px;

}

.secondaryBlog aside h4{
	font-family: 'Oswald', helvetica,  sans-serif;
	float: left;
	clear: both;
	border-bottom: 2px solid #999;
	line-height: 1.5em;
	width: 100%;
}




/* @end */

a.readMore {
	font-family: 'Oswald', helvetica,  sans-serif;
	font-size: 16px;
	margin-right: 10px;
	color: #ff5500;
	text-transform: uppercase;
}

form#searchform input#searchsubmit{
	padding: 5px 8px;
	color: #444;
	text-transform: uppercase;	font-family: 'Oswald', helvetica,  sans-serif;

}

form#searchform input#searchsubmit:hover{

	color: #444;
	background-color: #ff5d00;
}

.screen-reader-text {
	display: none;
}

form#searchform {
	margin: 0px !important;
	padding: 0px !important;
}

.row-fluid.blogRoll {
	float: left;
	padding: 0px 0px 25px 0px;
}

/* @group BLOG DATES REGULAR */

.sideMetaRegular .dateBlock {
	background-color: #fd610e;
	text-align: center;
	margin-top: 16px;
}

.sideMetaRegular .dateBlock small {
	font-size: 12px;
	color: #fff;
	font-weight: 100;
}

.sideMetaRegular .dateBlock small#month {
	font-size: 12px;
	color: #fff;
	line-height: 1.3em;
}

.sideMetaRegular .dateBlock strong {
	font-size: 42px;
	padding: 5px 0px;
	line-height: 1.2em;
	color: #fff;
	font-weight: 700;
}

.sideMetaRegular .commentsBlock {
	text-align: center;
	padding: 10px 0px;
	margin: 5px 0px;
	background-color: #444 !important;
}

.sideMetaRegular .comments-link a {
	color: #fff;
}

.sideMetaRegular .comments-link a:hover {
	color: #fd610e;
	border-bottom: 1px solid #fd610e;
	text-decoration: none;
}

.sideMetaRegular .dateBlock a {
	line-height: 1.7em !important;
	color: #fff !important;
}

/* @end */

/* @group BLOG DATES MOBILE */

.metaBlock .dateBlock {
	background-color: #fd610e;
	text-align: center;
}

.metaBlock .dateBlock small, .metaBlock .dateBlock strong {
	color: #fff;
	text-align: center;
}

.metaBlock .dateBlock strong {
	font-size: 40px;
	font-weight: 700;
	margin: 7px 0px;
	line-height: 1.2em;
}

.metaBlock .dateBlock small {
	font-size: 12px;
	margin: 5px 0px;
	font-weight: 100;
}

.metaBlock .commentBlock {
	text-align: center;
	background-color: #444;
	padding: 7px 0px;
}

/* @end */

article.blogRoll {
	
}

article.blogRoll:first-child {
	
}

.blogPostSingle img {
	float: right !important;
	width: 200px;
	height: auto;	
}

/* @end */

/* @group CONTACT */

/* @group SIDEBAR */


.secondaryContact h1{
	margin:10px;
	float: right;
}

.secondaryContact address{
	float: right;text-align:right; clear:both;margin:10px;
}

.secondaryContact .googleMapBtn{
	float:right;margin:10px; clear:both
}

.secondaryContact .googleMap{
	width:89%; height:300px; float:right; margin:10px 10px 0px 0px;
}



.btn-warning2 {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #ff5d00;
	*background-color: #fe813c;
	background-image: -moz-linear-gradient(top,#fe813c,#ff5d00);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fe813c),to(#ff5d00));
	background-image: -webkit-linear-gradient(top,#fe813c,#ff5d00);
	background-image: -o-linear-gradient(top,#fe813c,#ff5d00);
	background-image: linear-gradient(to bottom,#fe813c,#ff5d00);
	background-repeat: repeat-x;
	border-color: #f89406 ##ff5d00 #ad6704;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	}

.btn-warning2:hover,.btn-warning2:active,.btn-warning2.active,.btn-warning2.disabled,.btn-warning2[disabled] {
	color: #fff;
	background-color: #ff5d00;
	*background-color: #ff5d00
}



/* @end */

/* @group VALIDATION */

.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7-validation-errors {
	clear: both;
	float: left;
	margin-top: 15px !important;
	border: 2px solid #ff5d00 !important;
	background-color: rgba(255,93,0,0.30) !important;
	color: #ff5d00 !important;
	text-align: center;
}

.wpcf7-not-valid {
	border: 2px solid #ff5d00 !important;
	background-color: rgba(255,93,0,0.30) !important;
}

.wpcf7-mail-sent-ok {
	clear: both;
	float: left;
	text-align: center;
	margin-top: 15px !important;
	background-color: #a4fcaf !important;
	color: green !important;
	border: 2px solid green !important;
}



/* @end */

/* @group FORM */


form.wpcf7-form label {
	color: #ff5d00;
	font-family: 'Oswald', helvetica,  sans-serif;
	font-size: 15px;
	width: 15%;
	text-align: left;
	margin: 12px 10px 0px 0px;
}

.wpcf7-textarea {
	margin: 15px 30px 0px 0px;
	float: right;
	width: 81.6%;
	border-radius: none;
}

input[type="submit"]#submitBtn {
	margin: 15px 30px 0px 0px;
	width: 15%;
	padding: 7px 15px;
	clear: both;
}

input[type="submit"]#submitBtn:hover {
		color: #444;
	background-color: #ff5d00;

}

input#s{
	width: 80%;
}

form.wpcf7-form input {
	width: 25%;
}

form.wpcf7-form label b {
	color: red;
	text-decoration: none;
}

.captchaField{
	float: right;
	margin-left: 10px;
	margin-right:30px;
	width: 75%;
}

.captchaBox{
	padding: 3px 0px;
	background-color: #444;
	border: 1px solid #000;
	margin: 11px 0px 5px 155px;
}




/* @end */



/* @end */



/* @end */

.credits, .copyright {
	text-align: center;
	padding: 5px 0px;
	font-family: 'Oswald', helvetica,  sans-serif;
}

/* @group FOOTER */

/* @group Social Media */


.socialMedia ul{
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 15px 0px 15px 5px;
}

.socialMedia ul li{
	float: left;
	width: 30px;
	height:30px;
	margin-right: 5px;
	
	
}

.twitterBlock{
	height: 30px; width: 30px;
	border: 1px solid #333;
	overflow: hidden;
-webkit-transition: all 0.14s ease 0s;
-moz-transition: all 0.14s ease 0s;
-o-transition: all 0.14s ease 0s;
	background: url(../_media/_icons/twitter-sprite.jpg) no-repeat left top;
}

.twitterBlock:hover{
	
	background: url(../_media/_icons/twitter-sprite.jpg) no-repeat left -30px;
}


.facebookBlock{
		height: 30px; width: 30px;

	border: 1px solid #333;
	overflow: hidden;
-webkit-transition: all 0.14s ease 0s;
-moz-transition: all 0.14s ease 0s;
-o-transition: all 0.14s ease 0s;
	background: url(../_media/_icons/facebook-sprite.jpg) no-repeat left top;
}

.facebookBlock:hover{
	
	background: url(../_media/_icons/facebook-sprite.jpg) no-repeat left -30px;
}

.linkedinBlock{
		height: 30px; width: 30px;

	border: 1px solid #333;
	overflow: hidden;
-webkit-transition: all 0.14s ease 0s;
-moz-transition: all 0.14s ease 0s;
-o-transition: all 0.14s ease 0s;
	background: url(../_media/_icons/linkedin-sprite.jpg) no-repeat left top;
}

.linkedinBlock:hover{
	
	background: url(../_media/_icons/linkedin-sprite.jpg) no-repeat left -30px;
}


/* @end */

.footerRabbit{
	padding: 10px;
}

.footerRabbit a {
	color:#ccc;
	-webkit-transition: all 0.14s ease 0s;
-moz-transition: all 0.14s ease 0s;
-o-transition: all 0.14s ease 0s;
outline: none;
}

.footerRabbit a:hover {
	color:#ff5500;
outline: none;
}

.footerRabbit h3{
	padding: 0px 5px;
	color:white;
	font-size:12px;
	line-height: 1.4em;
}

.footerRabbit p{
	padding: 0px 5px;
	color: #999;
}

/* @group TWITTER FEED */
.tgt_tweet{
	color: #999;
	border-bottom: #111 !important;
}

.tgt_tweet_dat{
	margin-top: 0px;
	padding: 0px 0px 8px 5px;
}

.tgt_tweet_dat:first-child{
	padding: 0px;
}

.tweetAvi{
	display: none;
	float: right;
	margin: 5px ;
	width: 30px;
	height: auto;
}

.tgt_twitter_meta{
	color: #777 ;
	font-size: 12px;
}


/* @end */
.shortPostTitle {
	margin: 0px 0px 10px 5px;
	padding: 0px;
}
.shortPostTitle a{
	padding: 0px;
	font-family: 'Oswald', helvetica,  sans-serif;
	font-size: 16px;
}

.shortPostTitle span.dateBit{
	
	color: #777;
	font-size: 12px;
}


.row-fluid.footer {
	margin-top: 10px;
}

.row-fluid.footer p#copyright {
	margin: 10px 0px 10px 20px;
}

.row-fluid.footer p#credits {
	margin: 10px 20px 10px 0px;
}

.current-menu-item a {
	color:#FF5D00 !important;
	font-weight:bold;
}

.current-menu-item a:hover {
	color:#FFFFFF !important;
}



.well {
	text-align:justify;
}


.footerNav ul{
	list-style-type: none;
	margin: 0px;
	font-size: 12px;
	text-transform: uppercase;
}

.footerNav ul li ul{
	list-style-type: none;
	margin-left: 10px;
	font-size: 10px;
	
}

/* @end */

/* font-family: 'Oswald', helvetica,  sans-serif; */