/* Contact form PLEASE MORE TO WHERE IT IS MORE APPROPRIATE TO HAVE THIS, MAYBE layout.css ? Email James if you have questions. */
div.domestic div#province_div{/* CMS_HIDE */ display:none;}
div.international div#province_div{/* CMS_HIDE */ display:block;}
div.domestic div#state_div{/* CMS_HIDE */ display:block;}
div.international div#state_div{/* CMS_HIDE */ display:none;}


::selection {
background: #68C39F; /* Safari */
}
::-moz-selection {
background: #68C39F; /* Firefox */
}
.snippet424 p::after {
border-bottom: 1px solid #ccc;
content: "";
display: block;
margin: 30px auto 15px;
width:200px;
}
.snippet424 h2{
font-size:25px;
font-weight:300;
text-transform: uppercase;
color:#4c4c4c;
}
p{
margin-bottom: 16px
}
.overlay{
background:transparent; 
position:relative; 
width:100%;
height:400px;
top:400px;
margin-top:-400px;
}

.container{
z-index: 3;
position: relative;
}

#about .icon .icon-bg {
border-radius: 50%;
box-shadow: 0 0 0 2px #e4e4e4 inset;
cursor: pointer;
height: 104px;
left: 50%;
margin-left: -53px;
position: absolute;
top: 0;
transition: all 0.3s ease-in-out 0s;
width: 104px;
}
#about .icon i {
font-size: 35px;
}
#about .icon i {
border-radius: 50%;
color: #68c39f;
font-size: 27px;
height: 104px;
line-height: 104px;
margin: 0;
transition: color 0.3s ease-in-out 0s;
width: 104px;
}



#story .h2 {
font-size: 45px;
line-height: 60px;
margin-top: 11%;
}

#team {
background-image: url("../images/team.jpg");
}
.dark_section {
background-color: #1a1a1a;
color: #f5f5f5;
}
.parallax {
background-attachment: fixed !important;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover !important;
overflow: hidden;
position: relative;
}
.parallax.dark_section::after {
background-color: #1a1a1a;
}
.parallax::after {
background: #1a1a1a none repeat scroll 0 0;
bottom: 0;
content: "";
left: 0;
opacity: 0.6;
position: absolute;
right: 0;
top: 0;
z-index: 0;
}
.dark_section .section_header::before {
background-color: #535353;
}
.text-center .section_header::before, .text-center.section_header::before {
left: 50%;
margin-left: -85px;
}
.text-center .section_header::after, .text-center.section_header::after {
left: 50%;
margin-left: -58px;
}
img{
max-width: 100%
}
.section_header::after {
background: #e4e4e4 none repeat scroll 0 0;
border-radius: 50%;
content: "";
display: block;
height: 2px;
left: 0;
position: relative;
right: 0;
top: 22px;
width: 10%;
}
.section_header {
font-size: 25px;
font-weight: normal;
margin-bottom: 42px;
margin-top: 4px;
position: relative;
text-transform: capitalize;
}
#team .block {
background: #fff;
}
#team .caption {
padding: 0 0 1px 1px;
}
#team h4 {
color: #1a1a1a;
margin: 20px 0 10px;
}
#team .main-color {
color: #68c39f;
font-size: 17px;
font-weight: bold;
margin-bottom: 15px;
margin-top: 15px;
}
#team p {
color: #1a1a1a;
}
#team .section_header + p {
color: #fff;
}
#team > .container,
#future > .container,
#fun_facts > .container,
#future_1 > .container,
#contact > .container {
padding-bottom: 70px;
padding-top: 70px;
}
.theme_button {
border: 2px solid #68c39f;
border-radius: 0;
color: #68c39f;
display: inline-block;
font-size: 15px;
font-weight: bold;
line-height: 1;
padding: 12px 26px;
position: relative;
text-transform: uppercase;
transition: all 0.4s linear 0s;
}
.theme_button:active, .theme_button:hover,
.theme_button:focus {
background-color: #68c39f;
border-color: #68c39f;
color: #ffffff;
opacity: 1;
outline: medium none;
text-decoration: none;
transition: all 0.1s linear 0s;
}
#project-carousel .project-details a {
border-radius: 25px;
}
#history .container .col-sm-6 {
border: 1px solid #e4e4e4;
padding: 30px 20px 20px;
width: 554.5px;
}
#history .container .col-sm-6 .service-icon {
border: 1px solid #e4e4e4;
height: 70px;
margin-left: 20px;
margin-right: 35px;
text-align: center;
transform: rotate(45deg);
width: 70px;
}
#history .container .col-sm-6 .service-icon i {
color: #68c39f;
font-size: 36px;
line-height: 70px;
transform: rotate(-45deg);
}
#history .container .col-sm-6:hover {
box-shadow: 0 0 5px 1px rgba(21, 8, 49, 0.08);
}
#history .container .pull-right {
border-left: 1px solid #e4e4e4;
padding-left: 15px;
position: relative;
}
#history .container .history2 {
border-right: 1px solid #e4e4e4;
padding-right: 15px;
position: relative !important;
}
#history .container .history2 .dot2 {
border: 1px solid #e4e4e4;
height: 10px;
position: absolute;
right: -4%;
top: 45%;
transform: rotate(-45deg);
width: 10px;
}
@media(max-width:1200px){
	#history .container .col-sm-6{
		width:454.5px;
	}
	#history .container .history2 .dot2 {
    	right: -4.8%;
	}
}
@media(max-width:992px){
	#team > .container > .row > [class*="col-"]{
	    margin-bottom: 10px;
	    margin-top: 10px;
	}
	#history .container .col-sm-6 {
    	margin-bottom: 20px;
	}
	#history .container .col-sm-6 {
	    width: 454.5px;
	}
	#history .container .col-sm-6 .dot,
	#history .container .history2 .dot2 {
    	display: none;
	}
	#history .container .pull-right .col-sm-6::after {
		background: #e4e4e4;
		content: "";
		display: block;
		height: 20px;
		left: 20%;
		position: relative;
		top: 41px;
		width: 1px;
	}
	#history .container .pull-left .col-sm-6::after {
	    background: #e4e4e4;
	    content: "";
	    display: block;
	    height: 20px;
	    left: 84%;
	    position: relative;
	    top: 41px;
	    width: 1px;
	}
	#history .container .pull-right {
		border-left: none;
	}
	#history .container .history2{
		border-right:none
	}
}


@media(max-width:768px){
	#history .container .pull-left .col-sm-6::after,
	#history .container .pull-right .col-sm-6::after {
    	left: 50%;
    }
    #history .container .pull-right .col-sm-6::after {
	    background: #e4e4e4;
	    content: "";
	    display: block;
	    height: 20px;
	    left: 20%;
	    position: relative;
	    top: 41px;
	    width: 1px;
	}
	#history .container .col-sm-6 {
    	width: 100%;
	}
	#history .container .col-sm-6 {
	    margin-bottom: 20px;
	}
	#history .container .pull-right {
    	padding: 0;
	}
	#history .container .pull-right {
	    border-left:none;
	    margin-bottom:20px
	}
	#history .container .pull-left .col-sm-6::after {
	    background: #e4e4e4;
	    content: "";
	    display: block;
	    height: 20px;
	    left: 84%;
	    position: relative;
	    top: 41px;
	    width: 1px;
	}
	#history  > .container> .clearfix > .pull-left,
	#history> .container > .clearfix  > .pull-right{
		float:none!important;
		padding:0;
		width:100%
	}
}
@media (max-width: 500px){
	#history .container .col-sm-6 .service-icon {
	    margin-left: 42%;
	    margin-bottom: 20px;
	}
	.service-icon{
		float:none!important
	}
}
@media(max-width:480px){
	#history .container .col-sm-6 .service-icon {
   		 margin-left: 36%;
	}
}
#future {
background-image: url("../images/future.jpg");
}
#services .serv_icon i {
color: #68c39f;
font-size: 30px;
}
#services .media-body h3 {
font-size: 19px;
font-weight: 700;
margin: 20px 0 30px;
text-transform: uppercase;
}
#services .media-body h3::after {
background: #e4e4e4 none repeat scroll 0 0;
border-radius: 50%;
content: "";
display: block;
height: 2px;
left: 0;
position: relative;
right: 0;
top: 15px;
width: 10%;
}
#fun_facts .teaser_icon i {
border: 1px solid #e4e4e4;
border-radius: 100%;
color: #68c39f;
font-size: 30px;
padding: 30px;
}
#fun_facts .teaser_description {
margin-top: 30px;
}
#fun_facts .teaser_description h4 {
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
}
#fun_facts .teaser_description p {
color: #68c39f;
}
.teaser.with_counter p.counter {
font-size: 35px;
margin: 30px 0;
}
.teaser {
text-align: center;
}
#future_1 {
background-image: url("../images/future_1.jpg");
}
#future h2, #future_1 h2 {
font-size: 45px;
padding: 50px 0;
}
.category-navbar li a {
border-radius: 25px;
display: inline-block;
font-weight: normal;
margin: 0 4px 4px 0;
padding: 9px 22px;
border:1px solid #ccc;
}
.category-navbar li a:hover {
background-color: #68c39f!important;
border-color: #68c39f!important;
color: #fff!important;
}
.blog-item {
margin: 10px 0 40px;
overflow: hidden;
width: auto;
}
.blog-item .blog-thumbnail {
position: relative;
}
.blog-item .blog-thumbnail img {
border-bottom: 4px solid #68c39f;
display: block;
width: 100%;
}
.blog-item .blog-content {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #e1e1e1;
border-image: none;
border-style: none solid solid;
border-width: 0 1px 1px;
padding: 10px 15px 19px;
}
.blog-item .blog-content .section_header::after {
top: 10px;
}
.section_header::after {
background: #e4e4e4 none repeat scroll 0 0;
border-radius: 50%;
content: "";
display: block;
height: 2px;
left: 0;
position: relative;
right: 0;
top: 22px;
width: 10%;
}
.blog-item .blog-content .section_header, .blog-item .blog-content .section_header a {
color: #4c4c4c;
font-size: 22px;
line-height: 26px;
margin-bottom: 18px;
text-transform: none;
}
.blog-item .blog-content p {
color: #4c4c4c;
font-size: 14px;
font-weight: 400;
line-height: 1.42857;
margin-bottom: 10px;
}
.blog-item .blog-content .blog-meta span, .blog-item .blog-content .blog-meta {
color: #68c39f;
font-size: 13px;
font-weight: 400;
letter-spacing: 1px;
margin-bottom: 10px;
}
.blog-item .blog-content p {
color: #4c4c4c;
font-size: 14px;
font-weight: 400;
line-height: 1.42857;
margin-bottom: 10px;
}
#contact a {
color: #68c39f;
}
.social-mid i {
background: #68c39f;
border-radius: 100%;
color: #ffffff;
font-size: 14px;
height: 30px;
padding: 8px 0 0 10px;
width: 30px;
}

.overlay{
background:transparent; 
position:relative; 
width:100%;
height:400px;
top:400px;
margin-top:-400px;
}
.sitemapMenu{
list-style-type: none;
padding:0;
margin:0
}
h4#mobile_menu_title #textMobileMenu{
display: none
}
