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

hr{
border-top:2px Solid #4b6d17;
}


html,body{
color:#000;
background: url('image/body-bg.jpg');
font-family: 'Open Sans', sans-serif;
}

/*header*/

.headalign{
position:absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-bg{
background: url('image/header-bg-3.jpg');background-repeat: no-repeat;
background-size:cover;
background-position:50% 50%;
 /* ie8- graceful degradation */
 background-position:50% 50%9 !important;
height:213px;
position:relative;
right:0;
left:0;
}


.logo-bg{
background: url('image/crane-bg.png');background-repeat: no-repeat;
background-size:cover;
background-position:50% 50%;
}


.logo-bg-menu{
background: url('image/crane-bg-menu.png');background-repeat: no-repeat;
background-size:cover;
background-position:50% 50%;
}

/*Slider*/

.slide-image {
    width: 100%;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.navbar-toggle .icon-bar{
background-color: #ccc;
}

.nav > li > a{
font-family: 'Merriweather', serif;
font-size:20px;
}

/*body*/

.theme-padding{
padding-right:20px !important;
padding-left:20px !important;
}

.heights{
margin:0 !important;
padding:0 !important;
height:auto;
}

.shadow{
-webkit-box-shadow: 0px 1px 46px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 46px -1px rgba(0,0,0,0.75);
box-shadow: 0px 1px 46px -1px rgba(0,0,0,0.75);
}

.shadow2{
-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.75);
	   -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.75);
	        box-shadow: 0 10px 6px -6px rgba(0,0,0,0.75);
			
			
}

.overlap{
z-index:999;
position:relative;
height:50px;
background-color:#fff;
}

.navbarbg{
background: url('image/navbar-bg-3.jpg');background-repeat: repeat-x;
}

.navbar-toggle .icon-bar
{
background-color:#fff !important;
}

.nav-justified > li{
background: url('image/header-bg-2-pattern.jpg');background-repeat: repeat-x;
margin:0 !important;
}

.nav-justified > li > a{
padding-top:20px !important;
padding-bottom: 12px !important;
color:#fff !important;
text-align:center;
margin:0 !important;
}

.nav-justified > li > a:hover,
.nav-justified > li > a:focus{
color:#5f8a1c !important;
outline:0;
background-color:#fff;
-webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}


.logo{
background-color: transparent !important;
display:table-cell;
vertical-align:middle;
z-index:999;
}

.justifycontent{
padding-right:10px;
text-align: justify;
text-justify: inter-word;
font-size:14px !important;
}
.line-height-vbig{
line-height: 250%;
}
.margin-auto{
margin-bottom:20px;
}
.line-height-big{
line-height: 200%;
}
.content{
vertical-align:top;
padding-top:50px;
padding-bottom:50px !important;
padding-left:10px !important;
padding-right:10px !important;
margin-bottom:0 !important;
margin-top:0 !important;
}

.content_title{
text-align:center;
font-family: 'Dancing Script', cursive;
}

.jumbotron .content_title {
font-size:45px !important;
}



.breakline{
overflow:breakline;
}

.thumbnail{
margin: 10px !important;
padding: -10px !important; 
}

.navbar-collapse{
padding-left:0 !important;
padding-right:0 !important;
}

.menu-label{
color:#b50505;
font-family:'percevalregular';
font-size:18px;
font-weight:700;
}

.square{
width:20px;
height:20px;
margin-left:48%;
margin-right:52%;
margin-top:-31px !important;
background:#4b6d17;
z-index:1;
position:absolute;
-webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  float:left;
margin-top:10px;
}

.container-pattern{
background:url('image/pattern.png');background-repeat: repeat-x repeat-y !important;
}

.imgtop{
padding-top:30px;
padding-bottom:10px;
}

.accoladescontentheight{
height:360px !important;
}

/*==================================================
 * Effect 2
 * ===============================================*/

 .effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.jumbotron{
background-color:#fff !important;
}

.fcontainer {
      overflow: scroll; /* showing scrollbars */
	  height:318px;
	  overflow-x: hidden;
}

.fcontainer::-webkit-scrollbar {
width:10px;
}

.body-content{

margin-top:-70px;
}


.body-content-text{
background-color:none !important
}
/*---- Scrollbar -----*/
.fcontainer::-webkit-scrollbar {
 background-color: #4b6d17;
}

.fcontainer::-webkit-scrollbar-track 
{
      background-color: #5c871c;
} /* the new scrollbar will have a flat appearance with the set background color */
 
.fcontainer::-webkit-scrollbar-thumb {
      background-color: #4b6d17; 
} /* this will style the thumb, ignoring the track */

.fcontainer::-webkit-scrollbar-thumb:hover {
      background-color: #3c5811; 
}

.fcontainer::-webkit-scrollbar-button {
      background-color: #4b6d17;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
 
.fcontainer::-webkit-scrollbar-corner {
      background-color: #4b6d17;
} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */




/*-------- Scrollbar end -------*/

.footerarea{
font-family: 'Open Sans', sans-serif;
}

.contact-info{
color:#fff;
text-decoration:none;
}

.contact-info:hover,
.contact-info:focus{
color:#fff;
text-decoration:underline;
}

.contentfont{
font-family: 'Open Sans', sans-serif !important;
font-size:12pt !important;
margin-top:40px;
}

.contentfontsmall{
font-family: 'Open Sans', sans-serif !important;
font-size:9pt !important;
}


.nav-main{
margin:auto;
}

.thumb-green{
background: url('image/footer-bg.png');
background-repeat: repeat-x;
}

.footer-bg{
height:159px;
}

.footer-content{
position:relative;
z-index:999;
color:#fff !important;
}

.image-container{
    position: relative;
	margin-top:-150px;
}

.footer-img-right{
    position: absolute;
    left: 0;
    bottom: -150px;
	z-index:1;
}

.footer-img-left{
    position: absolute;
    right: 0;
    bottom: -150px;
	z-index:1;
}


/* Flaired edges, by Tomas Theunissen */
		
hr.style-seven {
    height: 30px;
    border-style: dashed;
    border-color: white;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}

hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;    
    border-style: solid;
    border-color: white;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}


@media (max-width: 650px) {

	.logo{
	position:absolute;
	margin-top:50px !important;
	}
	
	.square{
	margin-left:40% !important;
	}

}

@media (max-width : 768px) 
{
	.logo{
	position:absolute;
	margin-top:15px;
	}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 

div.footer-address{
padding-left:75px !important;
}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

div.footer-address{
padding-left:75px !important;
}

}

/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 35%;
    height: 0;
    overflow: hidden;
	margin-left:20px;
	margin-right:20px;
	margin-top:-20px;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Google Map*/

a.agm_mh_marker_item_directions { display: none !important;}

div.navigate-text {display:none !important;}
div.navigate-icon {display:none !important;}