html *{
  font-family:"myriad","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

  
}
a{
cursor:pointer;
}
body{
  background-color:#fafafa;
}

html,body{
  height:100%;


}
p, a{
  font-weight:normal;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.header>a{
	margin-top:-.5em;
}
.navbarwrapper{
	text-align:center;
	margin-bottom:5px;
	z-index:-1;

}

.navbarwrapper li{
	display:inline;
	font-size:17px;
	padding:1em 2em;
		margin-left:-5px;
	margin-right:0;
	border-right: 1px #A6BD55 solid;
	color:blue; background:transparent;
	border-left:1px #A6BD55 solid;

  /* ...and now override with proper CSS property */
  transition: background-color .6s

}

@media(min-width:500px){
.smaller-logo{
  display:visible;
}
}






.navbarwrapper li:hover{

	background-color:#ededed;

}

.content-wrapperchild{

	top:30%;
	width:100%;
	
	min-height:12%;
	z-index:2;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 55%, rgba(239,239,239,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(55%,rgba(255,255,255,1)), color-stop(100%,rgba(239,239,239,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 55%,rgba(239,239,239,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,1) 55%,rgba(239,239,239,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 55%,rgba(239,239,239,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,1) 55%,rgba(239,239,239,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=1 ); /* IE6-9 */
	

}



.content-wrapper {
    /* These styles are required for the "scroll-over" effect */
    position: absolute;
    padding-top:1em;
    top: 10%;
    background-color:white;
    width: 100%;
    z-index: 3;

  	}

/**footer**/
.wrappernew {
  min-height: 100%;
  height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
  margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}

.footernew, .push {
  height: 100px; /* .push must be the same height as .footer */
}

.footer{

background-color: #656565; /* Old browsers */

	padding:20px;
	-webkit-box-shadow: 0px -6px 13px 0px rgba(50, 50, 50, 0.34);
-moz-box-shadow:    0px -6px 13px 0px rgba(50, 50, 50, 0.34);
box-shadow:         0px -6px 13px 0px rgba(50, 50, 50, 0.34);

}

.footer li>a, h6{
 
  color:white;

}

#socialmediabar{
  width:100%;
  height:60px;
  text-align:center;
  background: #d1d1d1; /* Old browsers */
background: #afafaf; /* Old browsers */
background: -moz-linear-gradient(left, #afafaf 0%, #d1d1d1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#afafaf), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #afafaf 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #afafaf 0%,#d1d1d1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #afafaf 0%,#d1d1d1 100%); /* IE10+ */
background: linear-gradient(to right, #afafaf 0%,#d1d1d1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afafaf', endColorstr='#d1d1d1',GradientType=1 ); /* IE6-9 */

}

#socialmediabar img{
  display:inline;
  text-align:center;
  padding:5px 3px;
 transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}

#socialmediabar img:hover{
    opacity:.4;
filter:alpha(opacity=40);
  transition: all 0.3s ease-out;

}

.paddingtop{
  padding-top:50px;
}


.stripe{
	width:100%;
	height:1px;
	background-color:#A6BD55;
	margin-top:3px;
}

.rowwhite{
	background: white;


}

.header{
	position:fixed;
	z-index:5;
	width:100%;
	height:4em;
	background: #e2f796; /* Old browsers */
	background: -moz-linear-gradient(top, #e2f796 0%, #bed860 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2f796), color-stop(100%,#bed860)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e2f796 0%,#bed860 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e2f796 0%,#bed860 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e2f796 0%,#bed860 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e2f796 0%,#bed860 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f796', endColorstr='#bed860',GradientType=0 ); /* IE6-9 */
}















/*Styling for the navbar*/

.navbar-default {
  background: #e2f796; /* Old browsers */
	background: -moz-linear-gradient(top, #e2f796 0%, #bed860 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2f796), color-stop(100%,#bed860)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e2f796 0%,#bed860 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e2f796 0%,#bed860 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e2f796 0%,#bed860 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e2f796 0%,#bed860 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f796', endColorstr='#bed860',GradientType=0 ); /* IE6-9 */
  	border-color:transparent;
}

.nav .active{
	background-color:white;
}


.fadelogo img{

margin-left:10px;
margin-top:8px;
opacity:1.0;
filter:alpha(opacity=100);

 transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}
.fadelogo img:hover
{

opacity:0.4;
filter:alpha(opacity=40);
  transition: all 0.3s ease-out;
}



.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
   transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #c9e36d;
  transition: all 0.3s ease-out;

}

  /**Typography**/
  
  .unstyled {
  	list-style:none;
  	padding:0;
  }

.footer_link a, .footer_link a:active, .footer_link a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}

.footer_link a:hover {
	color: #FFF;
	text-decoration: underline;
	font-size: 11px;
}

/* centered columns styles */
.row-centered {

    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
/**Job Position details **/

.position {
  max-width:500px;
  background-color:#ededed;
  padding:15px;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
      -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
      box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.positionbox{
  border: solid 1px #ededed;
  border-radius: 15px;
}

/**well**/

.page-header {
  padding-bottom: 9px;
  margin: 10px 10px 10px 20px;
  border-bottom: 1px solid #eeeeee;

}

/**glyphicons**/
.glyphicon.glyphicon-triangle-top {
    font-size: 25px;
}

.glyphicon.glyphicon-triangle-bottom {
    top:5px;
    color:white;
}

.btn-circular {
  color: #333333;
  background-color: #bed860;
  border-color: #cccccc;
  border-radius:30px;
}

/**text fade effect**/
.textfade {
  opacity:0;
  margin-top:10px;
  color:#656565;
    -webkit-animation: fadein 1s ease-in .5s forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s ease-in .5s forwards; /* Firefox < 16 */
        -ms-animation: fadein 1s ease-in .5s forwards; /* Internet Explorer */
         -o-animation: fadein 1s ease-in .5s forwards; /* Opera < 12.1 */
            animation: fadein 1s ease-in .5s forwards;
        
}

@keyframes fadein {
  from { opacity: 0;}
  to {opacity:1;}
}

@-moz-keyframes fadein {
  from {opacity:0;}
  to {opacity:1;}
}

@-webkit-keyframes fadein {
  from{opacity:0;}
  to{opacity:1;}
}

@-ms-keyframes fadein {
  from { opacity: 0;}
  to {opacity:1;}
}

@-o-keyframes fadein{
  from{opacity:0;}
  to{opacity:1;}
}



/* The element to hover over */
.qs {
  background-color: #bed860;
  border-radius: 16px;
  color: #e3fbff;
  cursor: default;
  display: inline;
  font-family: 'Helvetica',sans-serif;
  font-size: 18px;
  font-weight: bold;
  height: 1.4em;
  width: 1.4em;
  line-height: 30px;
  position: relative;
  text-align: center;
  

  }

  [data-tips] {
  position: relative;
  text-decoration: none;
}
  [data-tips]:after,
  [data-tips]:before {
      position: absolute;
      z-index: 100;
    opacity: 0;
  }
    [data-tips]:after {
      content: attr(data-tips);
      height: 80px;
      width:150px;
      line-height: 20px;
      padding: 0 10px;
      font-size: 12px;
      text-align: center;
      color: #fff;
      background: lightblue;
      border-radius: 5px;
     
      -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
      -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
      box-shadow: 0 0 5px rgba(0,0,0,0.3);
      white-space: pre-wrap;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    [data-tips]:before {
      content: "";
      width: 0;
      height: 0;
      border-width: 6px;
      border-style: solid;
    }
      [data-tips]:hover:after,
      [data-tips]:hover:before {
        opacity: 1;
      }
/* Top tips */
[data-tips].top-tip:after,
[data-tips].top-tip:before {
    -webkit-transition: bottom 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -moz-transition: bottom 0.25s ease-in-out, opacity 0.25s ease-in-out;
    transition: bottom 0.25s ease-in-out, opacity 0.25s ease-in-out;
  bottom: 90%;
  left: -9999px;
  margin-bottom: 12px;
}
  [data-tips].top-tip:before {
    border-color: #222 transparent transparent transparent;
    margin-bottom: 0;
  }
  [data-tips].top-tip:hover:after,
  [data-tips].top-tip:hover:before {
    bottom: 100%;
    left: 0;
  }
  [data-tips].top-tip:hover:before {
    left: 15px;
  }
/* Bottom tip */
[data-tips].bottom-tip:after,
[data-tips].bottom-tip:before {
    -webkit-transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -moz-transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out;
    transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  top: 90%;
  left: -9999px;
  margin-top: 12px;
}
  [data-tips].bottom-tip:before {
    border-color: transparent transparent #222 transparent;
    margin-top: 0;
  }
  [data-tips].bottom-tip:hover:after,
  [data-tips].bottom-tip:hover:before {
    top: 100%;
    left: 0;
  }
  [data-tips].bottom-tip:hover:before {
    left: 15px;
  }
/* Right tip */
[data-tips].right-tip:after,
[data-tips].right-tip:before {
    -webkit-transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -moz-transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
    transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
  top: -9999px;
  left: 96%;
  margin-left: 12px;
}
  [data-tips].right-tip:before {
    border-color: transparent lightblue transparent transparent;
    margin-left: 0;
  }
  [data-tips].right-tip:hover:after,
  [data-tips].right-tip:hover:before {
    left: 100%;
    top: 0;
  }
  [data-tips].right-tip:hover:before {
    top: 7px;
  }
/* Left tip */
[data-tips].left-tip:after,
[data-tips].left-tip:before {
    -webkit-transition: right 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -moz-transition: right 0.25s ease-in-out, opacity 0.25s ease-in-out;
    transition: right 0.25s ease-in-out, opacity 0.25s ease-in-out;
  top: -9999px;
  right: 96%;
  margin-right: 12px;
}
  [data-tips].left-tip:before {
    border-color: transparent transparent transparent lightblue;
    margin-right: 0;
  }
  [data-tips].left-tip:hover:after,
  [data-tips].left-tip:hover:before {
    right: 100%;
    top: 0;
  }
  [data-tips].left-tip:hover:before {
    top: 7px;
  }

/**glyphicon change**/
  .bigwhite{
    margin:-10px 0px 10px 0px;
    width:20px;
    color:white;
  }

 .bigwhitenumber2{
    margin:0;
    display:inline;


  }

  .bigwhitenumber{
    margin:0;
    display:inline-block;
    font-size:30px;
    color:#fff;
  }

  .inline li{
    margin-left:15px;
    display:inline;
    float:left;
  }

  .btn-apply{
    margin: 0px 10px 0px 0px;
    background-color:#bed860;
    border:solid 1px #ededed;
    padding:7px 15px;
    width:75px;
    font-weight:bold;
     transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
  }
  .btn-applySubmit {
    margin: 0px auto 0px;
    background-color:#bed860;
    border:solid 1px #ededed;
    padding:7px 15px;

    font-weight:bold;
    text-decoration:none;
    color:#656565;
     transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
  }

 .btn-details{
  margin:0px 10px 0px 0px;
    background-color:#666666;
    border:solid 1px #ededed;
    padding:10px 10px;
    
    color:#fff;
    border-radius:30px;
     transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
  }

   .btn-details span{
    margin-bottom:1px;
  }

  .btn-apply:hover, .btn-applySubmit:hover{
    background-color:#cee279;
      transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
  }

   .btn-details:hover{
    margin:0px 10px 0px 0px;
    background-color:#828282;
    border:solid 1px #ededed;
   
    color:#fff;
    border-radius:30px;
     transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
  }

 .bottom-border{
  border-bottom:solid 1px #666666;
  margin:10px 5px;
 }



.navbar-default {
  background: #e2f796; /* Old browsers */
  background: -moz-linear-gradient(top, #e2f796 0%, #bed860 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2f796), color-stop(100%,#bed860)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e2f796 0%,#bed860 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e2f796 0%,#bed860 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e2f796 0%,#bed860 100%); /* IE10+ */
  background: linear-gradient(to bottom, #e2f796 0%,#bed860 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f796', endColorstr='#bed860',GradientType=0 ); /* IE6-9 */
    border-color:transparent;
}

.tabletitle{
  width:120px;
  background-color:#656565;
  color:white;
  text-align:center;
  padding:15;

}




.btn-applyMail {

  background-color:#bed860;
border:solid 1px #ededed;
color:#fff;
transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;

}

.btn-applyMail:hover{
background-color:#a4c23a;
border:solid 1px #ededed;
color:#fff;
transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}


.btn-applyMail a{
  text-decoration:none;
  color:white;
  font-weight:thick;
}
.btn-applyMail a:hover{
  text-decoration:none;

  font-weight:thick;
}

.btn-bookmark {
  margin-top:15px;
  background-color:transparent;
  border:solid 1px #ededed;
color:#656565;
transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;

}
.btn-bookmarked {
  cursor:auto;
  margin-top:15px;
border-radius:5px;
border:solid 1px #bfbfbf;
color:#656565;
transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;

}
.animateCheck { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
} 

@-webkit-keyframes bounceIn { 
    0% { 
        opacity: 0; 
        -webkit-transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        -webkit-transform: scale(1.05); 
    } 

    100% { 
         -webkit-transform: scale(1); 
    } 
} 

@keyframes bounceIn { 
    0% { 
        opacity: 0; 
        transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        transform: scale(1.05); 
    } 

    100% { 
        transform: scale(1); 
    } 
} 

.bounceIn { 
    -webkit-animation-name: bounceIn; 
    animation-name: bounceIn; 
}

.btn-bookmark:hover{
  background-color:transparent;
border:solid 1px #ededed;
color:#656565;
transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}
.btn-bookmark:disabled{
  background-color:#bfbfbf;
border:solid 1px #ededed;
color:#fff;
transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}


.btn-bookmark a{
  text-decoration:none;
  color:white;
  font-weight:thick;
}
.btn-bookmark a:hover{
  text-decoration:none;

  font-weight:thick;
}

.animateposition {
position:relative;
 -webkit-animation: mysecond 1s  forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: mysecond 1s  forwards; /* Firefox < 16 */
        -ms-animation: mysecond 1s  forwards; /* Internet Explorer */
         -o-animation: mysecond 1s  forwards; /* Opera < 12.1 */
            animation: mysecond 1s  forwards;
        
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mysecond {
    0%   { right:200px;}

    100% { right:0px;}
    from{opacity:0;}
    to{opacity:1;}
}

/* Standard syntax */
@keyframes mysecond {
   0%   { right:200px;}

    100% { right:0px;}
    from{opacity:0;}
    to{opacity:1;}
}

.animatepositionup {
position:relative;
display:inline;
 -webkit-animation: animatepositionup 1s  forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: animatepositionup 1s  forwards; /* Firefox < 16 */
        -ms-animation: animatepositionup 1s  forwards; /* Internet Explorer */
         -o-animation: animatepositionup 1s  forwards; /* Opera < 12.1 */
            animation: animatepositionup 1s  forwards;
        
}

/* Chrome, Safari, Opera */
@-webkit-keyframes animatepositionup {
    0%   { right:200px;}

    100% { right:0px;}
    from{opacity:0;}
    to{opacity:1;}
}

/* Standard syntax */
@keyframes animatepositionup {
   0%   { right:200px;}

    100% { right:0px;}
    from{opacity:0;}
    to{opacity:1;}
}

.animatepositionleft{
  display:inline;
   -webkit-animation: animatepositionleft 1s  forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: animatepositionleft 1s  forwards; /* Firefox < 16 */
        -ms-animation: animatepositionleft 1s  forwards; /* Internet Explorer */
         -o-animation: animatepositionleft 1s  forwards; /* Opera < 12.1 */
            animation: animatepositionleft 1s  forwards;
        
}
  /* Chrome, Safari, Opera */
@-webkit-keyframes animatepositionleft {
    0%   { right:-200px;}

    100% { right:0px;}
    from{opacity:0;}
    to{opacity:1;}
}

/* Standard syntax */
@keyframes animatepositionleft {
   0%   { right:-200px;}

    100% { right:0px;}
    from{opacity:0;}
    to{opacity:1;}
}



.animatepositionbox {
position:relative;
 -webkit-animation-name: animatebox;  /* Safari, Chrome and Opera > 12.1 */
 -webkit-animation-duration: 1s; /* Safari, Chrome and Opera > 12.1 */
 -webkit-animation-fill-mode: forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: animatebox 1s  forwards; /* Firefox < 16 */
        -ms-animation: animatebox 1s  forwards; /* Internet Explorer */
         -o-animation: animatebox 1s  forwards; /* Opera < 12.1 */
            animation: animatebox 1s  forwards;
        
}

/* Chrome, Safari, Opera */
@-webkit-keyframes animatebox {
  from{opacity:0;}
    0%   { bottom:100px;}
    40%  { bottom:0px;}
    60%  { bottom:0px;}
    100% { bottom:0px;}
    to{opacity:1;}
    
}

/* Standard syntax */
@keyframes animatebox {
    0%   { bottom:100px;}
    40%  { bottom:0px;}
    60%  { bottom:0px;}
    100% { bottom:0px;}
    from{opacity:0;}
    to{opacity:1;}
}
.center-block {
    float: none;
}

.no-margin{
  margin:3px;
  
}

.positionname a {
  text-decoration:none;
  color:#656565;
}

/* Styled Select Dropdown */

.styled-select {
  
  background-color:#e3e9ba;
  padding:3px;
  margin:3px;
  height: 29px;
  overflow: hidden;
  width: 100px;
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 268px;
}

.rounded {
  -webkit-border-radius:5px;
  -moz-border-radius: 5px;
  border-radius:5px;
}

/*Styled Panels */
.panel-green {
  border-color: #bdd861;
}
.panel-green > .panel-heading {
  color: #333333;
  background-color: #e3e9ba;
  border-color: #dddddd;
}

.less-padding{
  margin-bottom:-20px;
  padding-bottom:-20px;
}

.timesheet-table input{
width:100%;
}

.borderWrapperRight{
  border-right:2px solid #bfbfbf;
  padding-right:20px;
  margin:auto;
}
.borderWrapperLeft{
  border-right:2px solid #bfbfbf;
  padding:10px;
  margin:auto;
}
@media only screen and (max-width: 959px){
  .borderWrapperRight{
  border-right:none;
  border-bottom:2px solid #bfbfbf;
  padding-right:20px;
  margin:10px;
}
.borderWrapperLeft{
  border-left:none;
  border-bottom:2px solid #bfbfbf;
  padding:20px;
  margin:10px;
  }
}

.front_section{
  border-radius:15px;
  text-align:center;
  padding:5px;
  transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}


.front_section:hover{
  text-shadow:0px 2px #ffffff ;
  border-radius:15px;
  background-color:#ededed;
transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}

.col-md-4 a {
  text-decoration:none;
  color:inherit;
}

.front_divider{
  height:80px;
  border-left:1px solid #000000;
  border-right:1px solid #bfbfbf;
}

.animatefront_section1 {
position:relative;
 -webkit-animation: mysecond .4s  forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: mysecond .4s  forwards; /* Firefox < 16 */
        -ms-animation: mysecond .4s  forwards; /* Internet Explorer */
         -o-animation: mysecond .4s  forwards; /* Opera < 12.1 */
            animation: mysecond .4s  forwards;
        
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mysecond {
    0%   { top:100px;}

    100% { top:0px;}
    from{opacity:0;}
    to{opacity:1;}
}

/* Standard syntax */
@keyframes mysecond {
   0%   { top:100px;}

    100% { top:0px;}
    from{opacity:0;}
    to{opacity:1;}
}

.animatefront_section2 {
position:relative;
-webkit-animation-delay: mythird .5s; /* Chrome, Safari, Opera */
    animation-delay: mythird .5s;
 -webkit-animation: mythird .4s  forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: mythird .4s  forwards; /* Firefox < 16 */
        -ms-animation: mythird .4s  forwards; /* Internet Explorer */
         -o-animation: mythird .4s  forwards; /* Opera < 12.1 */
            animation: mythird .4s  forwards;
        
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mythird {
    0%   { top:100px;}
    100% { top:0px;}
    from{opacity:0;}
    to{opacity:1;}
}

/* Standard syntax */
@keyframes mythird {
   0%   { top:100px;}
    100% { top:0px;}
    from{opacity:0;}
    to{opacity:1;}
}
.animatefront_section3 {
position:relative;
-webkit-animation-delay: myfourth 1s; /* Chrome, Safari, Opera */
    animation-delay: myfourth 1s;
 -webkit-animation: myfourth .4s  forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: myfourth .4s  forwards; /* Firefox < 16 */
        -ms-animation: myfourth .4s  forwards; /* Internet Explorer */
         -o-animation: myfourth .4s  forwards; /* Opera < 12.1 */
            animation: myfourth .4s  forwards;
        
}

/* Chrome, Safari, Opera */
@-webkit-keyframes myfourth {
    0%   { top:100px;}
    100% { top:0px;}
    from{opacity:0;}
    to{opacity:1;}
}

/* Standard syntax */
@keyframes myfourth {
   0%   { top:100px;}
    100% { top:0px;}
    from{opacity:0;}
    to{opacity:1;}
}

.panel-green{
 border-color: #6ca867;
 margin-top:10px;

}

.panel-green>.panel-heading{
  color: #333333;
  background-color:#9ebd2e;
  border-color: #99b33b;
}

.panel-contact{
 border-color: #99ca3b;
}

.panel-contact>.panel-heading{
  color: #333333;
  background-color:#99ca3b;
  border-color: #99b33b;
}



.panel-green p{
  font-size:14px;
}




.sidebyside{
  float:left;
  display:inline;
}

.countrybox{
  max-width:150px;
}

.positionstable tr{

  }

.positionstable tr{
  border:solid 1px #ededed;
      transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}
.positionstable tr:hover{
  background-color:#fcc66f;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}

@media only screen and (min-width: 959px){
.bordersection{
  border-left:#656565 solid 2px;
}

.bordersectionright{
  border-right:#656565 solid 2px;
}

.carousel-caption h4{
  font-size:25px;
}

}

@media only screen and (max-width: 959px){
.bordersection{
  margin:5px 0px;
  border-top:#656565 solid 2px;
}
.bordersectionright{
  margin:5px 0px;
  border-bottom:#656565 solid 2px;
}

}

.positiontable{

}

.divider{
  margin:auto;
  
  width:90%;
  border-top:1px solid #a6a6a6;
}







.footerbox img{
margin-bottom:15px;
}

@media all and (max-width: 1200px)  {
    .half {
        float: left !important;
        width: 50% !important;
    }
    .footerbox{
      height:300px;
    }
    .front_section{
      height:180px;
    }

}

@media all and (max-width: 980px)  {

    .front_section{
      height:130px;
    }

}

.registerbutton{
  background:#bed860;
  opacity:.9;
  color:#656565;
  -webkit-box-shadow: 2px 7px 30px 3px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 7px 30px 3px rgba(0,0,0,0.75);
box-shadow: 2px 7px 30px 3px rgba(0,0,0,0.75);
      transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}

.registerbutton:hover{
  background:#bed860;
  opacity:.7;
  color:#656565;
        transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}




.linktab{
  text-align:center;
  margin:auto;
  max-width:200px;
  height:45px;
  border-bottom-right-radius:10px;
   border-bottom-left-radius:10px;
  background-color:#bed860;


}

.linktab_up{
  text-align:center;
  margin:auto;
  max-width:200px;
  height:45px;
  border-top-right-radius:10px;
   border-top-left-radius:10px;
  background-color:#bed860;


}

.linktab p, .linktab_up p {
  position:relative;
  text-align:center;

  padding-top:6px;
  font-size:20px;

  color:#fff;
}

.location_map{

}

.txt10, .txt12nonon{
  font-size:12px;
}

.tablestyles td{

  border:#99ca3b 1px solid;
}

.contact_table td{
  padding:5px;
}



.background_image1{
  max-height: auto;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
    background-image: url(../img/iiibackground1.jpg);
}



.background_message {
  /* Location of the image */
  background-image: url(/img/iiimapback3.jpg);
  
  /* Background image is centered vertically and horizontally at all times */
  background-position: 75% 45%;
  
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  
}


/* Apply this to the enclosing row */
.row-centered {
  text-align: center;
  display: table-row;
}
/* Apply this to the cols within the row */
.col-centered {
  display: table-cell;
  float: none;
  vertical-align: top;
}

.uspic {
 /*margin-bottom:;*/
 width: 197px;
 height:139px;
 display:block;
 background:transparent url('/img/USAg.png') center top no-repeat;
      transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}

.uspic:hover {
   background-image: url('/img/USAo.png');
      transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}

.jpic {
 /*margin-bottom:;*/
 width: 197px;
 height:139px;
 display:block;
 background:transparent url('/img/japang.png') center top no-repeat;
      transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}

.jpic:hover {
   background-image: url('/img/japano.png');
      transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}

.map-box{
  background-color:#fff;
  padding:15px;
  margin:15px;
  border:solid 1px #bfbfbf;
  border-radius:5px;
}
.apply-box{
  background-color:#fff;
  padding:15px;
  margin:15px;
  border:solid 1px #bfbfbf;
  border-radius:5px;
}
.apply-box .form-control{
  margin:0px 0px 10px;
}

.location_box p{

  font-size:12px;
}

.location_box img{
  margin-top:10px;
}


.morepositions{
  background-color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
  opacity:.9;
  color:#ffffff;
          transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}

.morepositions:hover{
  background:#656565;
  color:#ffffff;
    -webkit-box-shadow: 2px 7px 30px 3px rgba(255,255,255,1);
-moz-box-shadow: 2px 7px 30px 3px rgba(255,255,255,1);
box-shadow: 2px 7px 30px 3px rgba(255,255,255,1);
        transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}


.grid.center {
    justify-content: center;
}
.container > .grid {
    padding-left: 0;
    padding-right: 0;
}
.grid {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
}

.jobStrip{
  padding:5px 15px;
  margin:10px 0px;
  background-color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
  height:auto;
  border-radius:10px;
      overflow: hidden;
    white-space: nowrap;

}
.jobStrip p, .jobStrip a, .jobStrip h3, .jobStrip h4,.jobStrip h5, .jobStrip h2{

  color:white;
}
 .jobStrip a{
  cursor:pointer;
 }
  .jobStrip p{
  font-size:12px;
 }
.jobstrip .divider{
    border-top:1px solid #ffffff;
}
.jobResult{
  margin:25px 0px;
  border-bottom:1px solid #fff;

}

.jobResult2{
  margin:25px 0px;

}
.ellipsed{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.darkArea {
    background: rgba(0, 0, 0, 0.5);
	min-width: 150px;
	padding-top: 50px;
	padding-bottom: 20px;
}
.iii-wrapper1{
    margin:10px 0px 10px 0px;
    height: 550px;
}

.iii-wrapper1 .iii1 {

    background-image: url(/img/6.jpg);
    background-position: center center;
    background-size: cover;
    height:100%;
    width: 100%;
}
.img-container {
	margin: 0px 0px;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}

.img-container h4 {
  color:#fff;
  font-size:20px;
}
.img-container h2{
  color:#fff;
  font-size:15px;
}
@media screen and (max-width: 600px) {
.iii-wrapper1 {
    margin:60px 0px 20px 0px;
    height: 350px;
}
@media screen and (max-width: 600px) {
.img-container {
      top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  margin:0px 0px;
  position:relative;
}

.iii-wrapper1 .iii1 {
    background-image: url(/img/6.jpg);
    background-position: center top;
    background-size: cover;
    height:100%;
    width: 100%;
    }

.iii1 h4 a{
  font-size:12px;
}
.iii1 h4{
  font-size:12px;
}
.iii1 h2{
  font-size:10px;
}

}
@media screen and (min-width: 1500px) {
.iii-wrapper1{
    margin:0px 0px 20px 0px;
    height: 700px;
}

.iii-wrapper1 .iii1 {
    background-image: url(/img/6.jpg);
    background-position: center bottom;
    background-size: cover;
    height:100%;
    width: 100%;
    }
    .img-container h4{
  font-size:25px;
}

.iii-wrapper1 .darkArea {
    margin:auto;
    background-color: rgba(0, 0, 0, 0.5);
    width:auto;
    height:100%;
}

@media (max-width: 1100px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
      display:block !important;
  }
    .navbar-collapse.in {
        overflow-y: auto !important;
    }
  .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, 
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent;
        background-image:none;
    }
    .fadelogo{
      display:none;
    }
}



 .navFix li a{
  margin:0 0 0 0;
  padding-left:10;
  padding-right:10;
 }
.buffer{
  margin-top:60px;
}
.buffer1{
  margin-top:30px;
}
.buffer2{
  margin-top:100px;
}
.buffer3{
  margin-top:140px;
}
.dropdown .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition:         all 0.5s  ease;
  -moz-transition:    all 0.5s  ease;
  -webkit-transition: all 0.5s  ease;
  -o-transition:      all 0.5s  ease;
  -ms-transition:     all 0.5s  ease;
}
.open .dropdown-menu {
  visibility: visible;
  opacity: 1;
  background-color:#fff;
}
.dropdown {
  display: inline-block;
}

.imgContainer1{
  display:inline;
}
.contentContainer1, .contentContainer2, .contentContainer3{
    padding:10px;
    background-color: none;
    float: left;
    width: 100%;
    text-align:center;
          transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}
.views-label {
    color: #797979;
    float: right;
    font-family: Lato,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 80%;
    line-height: 1.2;
    margin-top: 19px; /*19*/
    width: 60%; /*60*/
}

.views-label h4{
  margin-top:0px;
}

.linkContainer .col-md-4{
  padding:0px 0px;
  margin-left:auto;
  margin-right:auto;

}
@media (max-width:500px){
  .views-label{
float:none;
display:none;
  }
}



.contentContainer1:hover{
  border-radius:15px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cdeb8e+0,a5c956+100;Green+3D+%232 */
-webkit-box-shadow: inset 0px 0px 0px 6px rgba(0,0,0,0.13);
-moz-box-shadow: inset 0px 0px 0px 6px rgba(0,0,0,0.13);
box-shadow: inset 0px 0px 0px 6px rgba(0,0,0,0.13);
          transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.margin_b10 {margin-bottom: 10px;}
.margin_b20 {margin-bottom: 20px;}
.margin_b30 {margin-bottom: 30px;}
.margin_b50 {margin-bottom: 50px;}
.margin_b100 {margin-bottom: 100px;}
.margin_t10 {margin-top: 10px;}
.margin_t20 {margin-top: 20px;}
.margin_t30 {margin-top: 30px;}
.margin_t50 {margin-top: 50px;}
.margin_t100 {margin-top: 100px;}

.green {color: #bed860;}
.warning_red {color:#FF0004;}
.c797979 {color: #797979;}
.blue_privacy {color:rgba(0,128,255,1.00)}



.txt10 {font-size: 10px;}
.txt11 {font-size: 11px;}
.txt12 {font-size: 12px;}

.privacypolicy {
    background-color: rgba(178,53,55,1.00);
    border: 1px solid rgba(94,94,94,.80);
}
div#sliding-popup.sliding-popup-top, div#sliding-popup.sliding-popup-bottom {
   width: 100%;
   background: rgba(240,240,240,.90);
   color: 606060;
   padding: 20px 0px;
}
#sliding-popup {
   z-index: 99999;
   text-align: center;
}
.sliding-popup-bottom {
   position: fixed;
}
#sliding-popup .popup-content {
   max-width: 95%;
}
#sliding-popup .popup-content {
   margin: 0 auto;
   max-width: 80%;
   display: inline-block;
   text-align: left;
   width: 100%;
}