/**************************************************************************************************************** 
	General
****************************************************************************************************************/
@font-face {
  font-family: 'gothic';
  src: url('../fonts/gothic/gothic.eot?#iefix') format('embedded-opentype'),  
	  url('../fonts/gothic/gothic.woff') format('woff'), 
	  url('../fonts/gothic/gothic.ttf')  format('truetype'), 
	  url('../fonts/gothic/gothic.svg#gothic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'chalk-hand-lettering-shaded_demo';
  src: url('../fonts/chalk-hand-lettering-shaded_demo/chalk-hand-lettering-shaded_demo.eot?#iefix') format('embedded-opentype'),  
	  url('../fonts/chalk-hand-lettering-shaded_demo/chalk-hand-lettering-shaded_demo.woff') format('woff'), 
	  url('../fonts/chalk-hand-lettering-shaded_demo/chalk-hand-lettering-shaded_demo.ttf')  format('truetype'), 
	  url('../fonts/chalk-hand-lettering-shaded_demo/chalk-hand-lettering-shaded_demo.svg#chalk-hand-lettering-shaded_demo') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v8/JX7MlXqjSJNjQvI4heMMGvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v8/vtwNVMP8y9C17vLvIBNZI_Y6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v8/9kaD4V2pNPMMeUVBHayd7vY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v8/ATKpv8nLYAKUYexo8iqqrg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}


* {
	margin: 0;
	border: 0; 
	padding: 0; 
	list-style: none;
	font-weight: normal;
	text-decoration: none;
}

body { 
	/*background: url('/templates/images/bizzybuses/background.jpg');*/
	background:#fff;
	overflow-x:hidden; 
	font-family: 'Ek Mukta', sans-serif;
	color:  #969696;
	font-size: 15px;
}

h1,h2,h3,h4,h5,h6{
	color:#464646;
	font-family: 'Gentium Basic', serif;
	font-weight:bold;
}

h1{ font-size: 50px;}

h2{ font-size: 35px;}

h3{ font-size: 25px;}

h4{ font-size: 20px;}

h5{ font-size: 18px;}

h6{ font-size: 17px;}

a:link, a:visited { color:  #969696; }

a:hover { color:  #969696;  }

b, strong { font-weight: bold; }

i, em { font-style: italic; }

table td { vertical-align: top; text-align: left; }

input[type="text"], textarea { 
	padding: 3px;
	border: 1px solid #c8c8c8;
	width: 367px;
	position: relative;
	box-sizing:border-box;
}

textarea{overflow:hidden;overflow: hidden;}

hr { border-top: 1px solid #CCC; margin-bottom: 15px; }


/**************************************************************************************************************** 
	GLOBAL CLASS
****************************************************************************************************************/


.clear{clear:both;height:0;display:block;} 

.wrap{width:1260px;margin:0 auto;}


.page-bg {
padding: 130px;
background-size: cover!important;
min-height: 400px;
}



.page-bg h1 {
    font-family: 'FuturaLT';
    font-size: 40px;
    font-weight: bold;
    color: #81f24c;
    /*padding: 130px;*/
}



#content img{
		display: initial!important;
		float: left
	}


.inner-heading{
  position: relative;
}

.inner-heading img{
  width:100%;
}

.item-extra{
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  color: #fff;
}
.rTable{ 
  display: table;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  max-width: 800px;
  margin: 0 auto;
}
.rTableRow       { display: table-row; }
.rTableRow h1{
	 font-family: 'FuturaLT';
    font-size: 40px;
    font-weight: bold;
    color: #81f24c;
    margin-top: 15%;
}

.footer-excess{
	width: inherit!important;
}

/**************************************************************************************************************** 
	Header
****************************************************************************************************************/
.headest{
	background: #366c34;
	min-height: 15px;	
}
.slogan{
	padding:15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color:#71c44a;
}

.head{
	margin: 20px 0 15px;
}

.head-right{
	text-align: right
}

.head-right .fa:before{
	color: #7ac143;
}



.header-contact-wrapper li .box-text {
    padding-left: 10px;
}
.header-contact-wrapper {
  list-style: none;
  padding: 0px;
  margin: 40px 0 0;
}
.header-contact-wrapper li:first-child {
  border-left: 0;
}
.header-contact-wrapper li {
  display: block;
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  border-left: solid 1px #e6e6e6;
  padding-left: 15px;
}
.header-contact-wrapper .box-icon i {
    color: #000;
    font-size: 25px;
    margin-right: 1px;
}
.header-contact-wrapper .contact-phone {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    /*text-transform: uppercase;*/
    margin-top: 1px;
    letter-spacing: 0.3px;
    color: #366c34;
}
.header-contact-wrapper  .contact-text {
    line-height: 1;
    margin-top: 9px;
    font-size: 12px;
}
.header-contact-wrapper .social .contact-text {
    margin-top: 4px;
}


/**************************************************************************************************************** 
	Navigation
****************************************************************************************************************/
.nav-menu{
	background: #6ab845;
}

.dropdown-menu li {
	width: 100%
}


/**************************************************************************************************************** 
	BANNER
****************************************************************************************************************/

#myCarousel{
	margin-top: 35px;
}
.imgbottom{
	border-bottom: 2px solid #bba531;
	min-height: 96px; 
}



/**************************************************************************************************************** 
	HOME CONTENT
****************************************************************************************************************/
.med-content{
	margin-top: 40px;
}

.med-content h2, .med-content h1{
	font-family: 'Patua One', cursive;
	font-size: 40px;
	color: #366c34;
}

.home-content{
	margin-top: 30px;
}
.home-content p{
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}


.inner-section,
.home-section{
  padding: 64px 0;
}
.home-section h2{
  font-size: 40px;
  margin-top: 0px;
  text-transform: uppercase;
}
.home-section h2 span{
  color:#f9310a;
}
.home-section p:last-child{
  margin:0px;
}

.sub_heading {
  margin-bottom: 30px;
}

.sub_heading h2, .sub_heading_left h2 {
	font-family: 'Patua One', cursive;
    padding-bottom: 11px;
    position: relative;
    color: #366c34;
}
.sub_heading h2:before {
    background: #6ab845 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 80px;
}

.sub_heading_left h2:before {
    background: #6ab845 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0%;
    margin-left: 0;
    position: absolute;
    width: 80px;
}
.sub_heading_left {
	padding-bottom: 20px;
}


.home_thumb figcaption {
    margin-top: 30px;
}

.home_thumb h4{
	font-size: 20px;
	font-family: 'Patua One', cursive;
	font-weight: 400
}

.home_thumb p{
	color: #666666;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}

.home_thumb a{
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	color: #5ea144;
}

.practiceareas{
	margin-top: 40px;
}
/*.practiceareas .container {
    margin: 20px auto;
    padding: 10px 15px 40px;
}*/


/*.miscellaneous .container {
    padding-right:0;
    padding-left:0;
}

*/

.separator-holder {
margin-top: 15px; margin-bottom:2px
}
.separator-holder.animate .separator:first-of-type {
    transform-origin: 100% 50% 0;
}
.separator-holder.animate .separator:last-of-type {
    transform-origin: 0 50% 0;
}

.separator {
    border-bottom: 1px solid #6ab845;
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 100px
} 

.separator-holder .separator-icon {
    display: inline-block;
    transform: translateY(-50%);
}
.separator-holder .separator-icon img {
    display: inline-block;
    vertical-align: top;
}


.contact_form_wrap{
	padding:13px 40px 12px;
	border: 1px solid #cccccc
}

/**************************************************************************************************************** 
	Footer
****************************************************************************************************************/
.footer-wrap{
	background: #366c34;
	/*padding: 40px;*/
	min-height: 50px;
	margin-top: 40px;
}
.footer {
color: #fff;
padding-top: 15px;
}
.footer span, .footer a{
	color:#fff;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
}
 
/**************************************************************************************************************** 
	SOCIAL MEDIA
****************************************************************************************************************/


.social{float:right;    margin: 3px 0 0 0;}
.social a{ display: block; width: 25px; height: 25px; }
.social .tw{margin: 0 0 0 -20px;}



/**************************************************************************************************************** 
	Contact Form
****************************************************************************************************************/



#contact_form {  }

.contactThanks{
	text-align: center;
    display: table;
    width: 100%;
}

.contactThanksIn{
	display: table-cell;
    vertical-align: middle;
    height: 500px;
}

.contactThanks h1{
	margin-top: 16px;
}

.contact_form_field_input{
	margin-right: 5px;
}

#contact_form input[type="text"] { 
	height: 45px;
	width: 100%;
	margin:0 0 12px 0;  
	position: relative; 
	padding:5px;
	font-size: 15px;
	font-family: 'Ek Mukta', sans-serif;
	background: none;
	border:1px solid #a9a9a9;
	/*border-radius: 8px;*/
}

#contact_form select{
	width: 100%; 
	padding:5px; 
	font-family: 'Ek Mukta', sans-serif;
	margin:0 0 12px 0;
}

#contact_form input[placeholder]{color:#a9a9a9;}

#contact_form textarea { 
	display: block; 
	width: 100%;
	height: 180px; 
	resize: vertical;
	margin:0 0 12px 0;
	position: relative;
	padding:5px; 
	font-size: 15px;
	font-family: 'Ek Mukta', sans-serif; 
	background: none;
	border:1px solid #a9a9a9;
	/*border-radius: 8px;*/
}

#contact_form .submit {
	cursor: pointer;
	font-family: 'Ek Mukta', sans-serif;   
	color: #fff;  
	background: #51a14e; 
	width: 100%;
	height: 60px;
    font-size: 25px;
    font-weight: 700;
    /*border-radius: 8px;*/
}

#contact_form .submit:hover {}


/**************************************************************************************************************** 
	Gallery
****************************************************************************************************************/

.gallery_list { 
	overflow: hidden; 
	padding: 0;
	margin: 18px auto 10px; 
}

.gallery_list li { 
	display: block;
	float: left; 
	margin: 0 12px 12px 0; 
}

.gallery_list li a { 
	display: block; 
	padding: 4px;
	border: 1px solid #CCC;	}

.gallery_list li a:hover { padding: 3px; border: 2px solid #87A250; }

.gallery_pagination { text-align: center; }

.gallery_pagination select { 
	padding: 2px; 
	border: 1px solid #CCC;
	margin-left: 5px; 
}

	

/**************************************************************************************************************** 
	Content
****************************************************************************************************************/


.wrapper { margin: 0px auto 0 auto;   }

#hero {    }

#hero img{    border: solid #fff 15px;  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.52);    box-sizing: border-box;} 

#content { min-height: 605px;    padding: 35px; background: rgba(255, 255, 255, 0.64)}

#content p { 
		font-family: 'Open Sans', sans-serif; 
		font-weight: 400;
		margin-bottom: 14px; 
		margin-top: 16px; 
		font-size: 15px;    
		line-height: 25px;
	}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {   margin-bottom: 14px;}

#content h1 {  }

#content h2 { }

#content h3 {  }

#content h4 { }

#content h5 { }

#content h6 { }

#content ul { margin-bottom: 14px; }

#content ul li { }

.google_map {  width: 100% !important; height: 450px; margin-bottom: 0px !important;margin-top: 0; }

/*.social a[href=""]{display:none;}*/
	
	
.mainCon{
	width:63%;
	float:left; 
	width: 60%;
} 

.sidebar{float:right;    width: 37%;}

.sbImage{}

.sbImage a{    margin: 0 4% 4% 0;  display: inline-block;}

.sbImage a:nth-child(2n+2){margin-right:0;}

.sbImage img{    border: solid 3px #fff;} 


/**************************************************************************************************************** 
	Responsive
****************************************************************************************************************/








#gallery-nav {
    margin-top: 15px;
}
#gallery-nav .slick-list.draggable {
    position: relative;
    z-index: 1;
}

#gallery-nav > button{ 
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  border: 0 none;
  text-decoration: none;
  display: block;
  width: 50px;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  top:0;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#gallery-nav  > button:before {
  content: '\f104';
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    font: 60px/1 FontAwesome;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
#gallery-nav  > button.slick-next:before {
  content: '\f105';
}
#gallery-nav  > button.slick-prev {
  left: 0;
}
#gallery-nav:hover  > button.slick-prev:hover {
  opacity: 1;
}
#gallery-nav  > button.slick-next {
   right: 0;
}
#gallery-nav:hover  > button.slick-next:hover {
  opacity: 1;
}

#gallery-nav:hover  > button:hover {
  background:#00aef0;
}
#myCarousel .slide-mobile{
  display:none;
}
.slick-slider {
    -moz-user-select: none;
    box-sizing: border-box;
    display: block;
    position: relative;
}
.slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.slick-list:focus {
    outline: medium none;
}
.slick-list.dragging {
    cursor: pointer;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0px, 0px, 0px);
}
.slick-track::before, .slick-track::after {
    content: "";
    display: table;
}
.slick-track::after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    opacity: 0.8;
}
.slick-slide:hover {
    opacity: 1;
}
.slick-slide.slick-current.slick-active {
    opacity: 1;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto;
}
.slick-arrow.slick-hidden {
    display: none;
}
