/**
 *
 *
 * Sadel-Tech - Style
 *
 *
 */


/* SDL Style */
@media only screen
  and (max-device-width: 736px) {
    #menu-top-mini-navigation li a {
        font-size: 28px;
        height: 52px;
    }
    #menu-primary-navigation>li>a {
        font-size: 30px;
    }
    .what-is {
        font-size: 30px;
    }
    .home-text {
        font-size: 34px;
    }
    .bin-ab a, .arti-ab a {
        font-size: 36px;
    }
    .repos span {
        font-size: 31px;
    }
    .repos h1 {
        font-size: 31px;
    }
    .repos h1 small {
        font-size: 17px;
    }

    .repos {
        width: 1020px;
        max-width: 1020px;
    }
    #hp_slide_middle {
        width: 900px !important;
    }
    #hp_slide_container {
        max-width: 1020px;
    }
    #hp_slide_middle {
        width: 900px !important;
    }
    .inner_content_bottom {
        text-align: center;
    }
    .bin-ab a, .arti-ab a {
        width: 200px;
        margin: 0 auto;
    }
    footer .footer-social label {
        font-size: 21px;
    }
    #about-home a.read-more {
        font-size: 19px;
    }
    .repos h1 small {
        font-size: 18px;
    }
    .events-home .find {
        font-size: 19px;
    }
    .events-home h4 {
        font-size: 26px;
    }
    .event-date {
        font-size: 19px;
    }
    .navbar-nav>li>a {
        height: 48px;
    }
    .navbar-nav>li {
        padding-left: 10px;
    }
    .navbar-nav>li:first-child {
        padding-left: 0px;
    }
}
/*SDL Speakers Style*/
#video_Cont {
width:100%;
height:460px;
background-image:url(/National_Library/20161107091724oe_/https://www.jfrog.com/wp-content/themes/roots-mipo/assets/img/bg12.png);
}
#Slides {
width:100%;
overflow:hidden;
display: none;
}
.slider-cont {
    height:250px;
    width:1032px;
    margin: 0 auto;
    position:relative;
    clear: both;
}
.r-arrow {
    width:25px;
    height:36px;
    position:absolute;
    right:-40px;
    top:107px;
    background-image:url(/National_Library/20161107091724oe_/https://www.jfrog.com/wp-content/themes/roots-mipo/assets/img/r-arrow.png);
}
.l-arrow {
    width:25px;
    height:36px;
    position:absolute;
    left:-40px;
    top:107px;
    background-image:url(/National_Library/20161107091724oe_/https://www.jfrog.com/wp-content/themes/roots-mipo/assets/img/r-arrow.png);
    transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}
.r-arrow:hover, .l-arrow:hover {
    background-position:bottom;
}
.f-box {
    width:323px;
    float:left;
    height:250px;
    background-color:#fff;
    margin-right:31.5px;

}
.f-box:last-child {
    margin-right:0px;
}
.f-box:hover .play-icon, .ep-video:hover .play-icon {
    -ms-transform: scale(0.8,0.8); /* IE 9 */
    -webkit-transform: scale(0.8,0.8); /* Safari */
    transform: scale(0.8,0.8); /* Standard syntax */
}
.video-img {
    width:323px;
    height:199px;
    float:left;
    position: relative;
    border-bottom:1px solid #999999;
}
.ep-video, .imges{
    float: left;
    position: relative;
    width: 380px;
    height: 480px;
}
.play-icon {
    background-image:url(/National_Library/20161107091724oe_/https://www.jfrog.com/wp-content/themes/roots-mipo/assets/img/play-icon.png);
    background-position:center;
    background-repeat:no-repeat;
    position:absolute;
    top:0px;
    left:0px;
    cursor:pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.video-img .play-icon{
    width:323px;
    height:197px;
}
.ep-video .play-icon{
    background-image:url(/National_Library/20161107091724oe_/https://www.jfrog.com/wp-content/themes/roots-mipo/assets/img/entr_images/ep-play-icon.png);
    width: 390px;
    height: 480px;
}
.logo-left {
    max-height: 50px;
    line-height: 25px;
    height: 30px;
    max-width: 113px;
    width: auto;
    float: left;
    border-right: 1px solid #999999;
    padding: 0px 10px;
    margin: 10px auto;
}
.f-box p {
    text-align: left;
    float: left;
    text-decoration: none;
    height: 50px;
    line-height: 20px;
    color: #999999;
    font-size: 14px;
    width: 210px;
    margin: 0px;
    padding-left: 10px;
    padding-top: 5px;
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
}
.padding-none img{
    max-width: 100%;
    height: auto;
    max-height: 30px;
    display: initial !important;
}
.mainTitleT {
    text-align:center;
    font:30px 'Dosis', sans-serif !important;
    color:#05264C;
    margin-top:60px;
    margin-bottom:60px;
    float:right;
    width:100%;
    clear:both;
    display:block;
}
.video-preview {
    max-width: 323px;
    max-height: 199px;
    width: 100%;
}
.truncate {
    width: 210px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* SDL Slick Slider */

.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
/* SDL END Slick Slider */

.page-template-templatesenterprise-tpl-php .navbar-default {
    position: fixed;
    width: 100%;
    height: 105px;
}
.page-template-templatesenterprise-tpl-php #menu-primary-navigation {
    display: none;
}
.page-template-templatesenterprise-tpl-php #menu-enterprise {
    display: block;
    clear: right;
    float: right;
    margin-right: 50px;
}
.enterprise .navbar-nav>li {
    z-index: 9;
}
.page-template-templatesenterprise-tpl-php .navbar-default .navbar-nav>li>a {
    color: #fff;
    display: block;
}
.enterprise .searchbox-icon {
    background-position: center center;
    z-index: 99;
}
.enterprise .search_container {
    position: absolute;
    margin: 0;
    top: 59px;
    right: 0;
}
.enterprise header input, .enterprise header .search-submit:hover, .enterprise header .search-submit, .enterprise .searchbox-icon, .enterprise .searchbox-submit {
    background-position: center center;
    z-index: 99;
}
.page-template-templatesenterprise-tpl-php .menu-enterprise {
    display: none;
}
#menu-enterprise {
    display: none;
}
.page-template-templatesenterprise-tpl-php .navbar-default .navbar-nav>li>a.active {
/*    color: #62a139;*/
    background-image: url(/National_Library/20161107091724oe_/https://www.jfrog.com/wp-content/themes/roots-mipo/assets/img/entr_images/btm_arrow.png);
    background-repeat: no-repeat;
    background-position: center 51px;
    padding-bottom: 31px;
}
.page-template-templatesenterprise-tpl-php #menu-top-mini-navigation li.menu-contact-us {
    display: none;
}
.page-template-templatesenterprise-tpl-php .searchbox-open {
    overflow: visible;
}
.page-template-templatesenterprise-tpl-php header input[type="text"] {
    top: 43px;
    width: 0%;
    height: 0;
    padding: 0;
    border: 0;
}
.page-template-templatesenterprise-tpl-php .searchbox-open input[type="text"] {
    top: 43px;
    width: 80%;
    height: 42px;
    padding-left: 20px;
    border: 1px solid #fff;
}
/* Enterprise */

#menu{
      padding-top: 34px;
  height: 77px;
  float: right;
  font-size: 13px;
  color: #fff;
  width: 500px;
  margin-top: 10px;
  overflow: hidden;

	}
#inside_menu{

  height: 62px;
  margin: 0 auto;
	}
#menu > #inside_menu > div {
	/*width: 126px;*/
  	height: 50px;
	float: right;
	line-height: 53px;
    margin-left: 29px;
	text-align: center;
	}
#inside_menu > div:last-child{
	margin-left: 0px!important;
	}
#menu > #inside_menu > div > a{

/*	width: 108px;*/
  	height: 46px;
	display: block;
	color: #000;
	font-size: 22px;
	text-decoration:none;

    font-weight: 300;

	}
	#menu > #inside_menu > div> img{
		width:21px;
		display:none;
		  margin: 0 auto;
			}
	#menu > #inside_menu > div:hover > img{

		display:block;
			}

#menu #inside_menu div:hover  a{
	color: #7bba52;
	transition: all ease-in-out 0.7s;
-webkit-transition:  all ease-in-out 0.7s;
-moz-transition: all ease-in-out 0.7s;
-o-transition:  all ease-in-out 0.7s;
	}
	.aClass  a{
		color: #7bba52 !important;
	}

	 .aClass > img{

		display:block !important;
			}

	.top-header{
		    height: 90px;
  width: 100%;
  padding-top: 15px;
    background-color: white;
    position: fixed;
  top: 0px;
  z-index:9;
border-bottom: 2px #7bbc53 solid;


}
	.header_menu{

width: 1020px;
        height: 105px;
  margin: 0 auto;

	}
	.logo{
		  width: 55px;
  height: 55px;
  float:left;
	}

	.logo > a > img{
		   width: 85px;
  height: 85px;
	}
		.logo > a:hover > img{
		 opacity:0.5;
	}



.ep-about{
    margin-top: 105px;
    width:100%;
    height:540px;
    background-repeat:no-repeat;
    background-size: cover;
}
.ep-about > div.ep-about-in{
    margin:0 auto;
    width: 915px;
    padding-top: 37px;
}
.ep-about > div.ep-about-in > h1 {
    font-size: 43px;
    text-align: center;
    font-weight:lighter;
    color:#FFF;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}
.ep-about > div.ep-about-in > p {
    font-size: 24px;
    text-align: center;
    font-weight:lighter;
    color:#FFF;
    font-family: 'Open Sans', sans-serif;
}

.ep-cmps {
    background-color: #eeeeee;
}


.tabs-menu >span{
color: #979797;
margin-top:17px;
 float: left;

}
#tabs-container{
    width: 1032px;
    height: 685px;
    margin: 0 auto;
    padding-top: 60px;
}
.tabs-menu {
    height: 30px;
    float: left;
    clear: both;
}

.tabs-menu li {
    float:left;
    line-height: 50px;
    position:relative;
    list-style:none;
}

.tabs-menu li.current {
    position: relative;


}
.tabs-menu .current .tabb a {
    color:#6db33f;
    height: 65px;
    width: 130px;
    background-image: url(/National_Library/20161107091724oe_/https://www.jfrog.com/wp-content/themes/roots-mipo/assets/img/entr_images/cover.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-size:contain;
}
.tabs-menu  .current .tabb img {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.tabs-menu li .tabb a {
    font-size:15px;
    text-align:center;
    height: 65px;
    width: 130px;
    display: block;
    color: #979797;
    padding: 0px 5px;
}

.tabs-menu li .tabb:hover a {
    color:#6db33f;
    height: 65px;
    width: 130px;
    background-image: url(/National_Library/20161107091724oe_/https://www.jfrog.com/wp-content/themes/roots-mipo/assets/img/entr_images/cover.png);
    background-repeat: no-repeat;
    background-size:contain;
}



.tabs-menu li:hover img{
    position:absolute;
    display: block;
    margin: 0 auto;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.imge,.tabs-menu .current .tabb img{
    top:12px;
}
.tab {
    background-color: #fff;
    width: 928px;
    margin: 0 auto;
    height: 491px;
    border: 5px solid #fff;
    position:relative;
}

.enterprise-tab-content {
    float:left;
    width: 100%;
    display: none;
    position:absolute;
    top:0px;
    left:0px;
    border: 1px solid #ccc;
}

#tab-1 {
 display: block;
}

.imge {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 85px;
    height: 25px;
    filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    opacity: 0.4;
}
.current .imge {
    opacity: 1 !important;
}
.tabb:hover .imge{
    opacity: 1 !important;
}
.texts{
	float:left;
	margin-left: 25px;
	margin-top: 20px;
}

.texts > h3 >a{

	display: block;
	color: #7bba52;

}

.texts > h4 {
    width:391px;
    margin-top: 10px;
    display: block;
    color: #848484;
}


.slider_text{
    position: relative;
    background-image: url(/National_Library/20161107091724oe_/https://www.jfrog.com/wp-content/themes/roots-mipo/assets/img/entr_images/products_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 719px;
    clear: both;
    background-color: #fff;
}

#ep-p-slider-WR {
    position: relative;
    top: 50px;
    width: 1102px;
    overflow: hidden;
    margin: 0px auto;
    border-radius: 4px;
}
#ep-p-slider {
    position: relative;
    top: 0px;
    width: 950px;
    overflow: hidden;
    margin: 0px auto;
}

#ep-p-slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 400px;
    list-style: none;
}

#ep-p-slider ul li {
    position: relative;
    display: block;
    float: left;
    margin-left: 39px;
    margin-top: 28px;
    padding: 0;
    width: 1000px;
    height: 607px;
    text-align: center;
}
#ep-p-slider ul li .header-prd h1 {
    color: white;
    display: inline-block;
    vertical-align: bottom;
    font-family: 'Open Sans', sans-serif;
}
#ep-p-slider ul li .header-prd img {
}
#ep-p-slider-art .header-prd img {
    padding-left: 15px;
}
#ep-p-slider-bin .header-prd img {
    padding-right: 15px;
}
#ep-p-slider-art .header-prd h1 {
    padding-right: 15px;
}
#ep-p-slider-bin .header-prd h1 {
    padding-left: 15px;
}
#ep-p-slider ul li p {
    color: white;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    max-height: 225px;
    font-family: 'Open Sans', sans-serif;
}
#ep-p-slider ul li .header-prd {
    margin-bottom: 39px;
    padding-bottom: 40px;
}
#ep-p-slider-jfrog {
    top: 160px;
}

a.control_prev, a.control_next {
    position: absolute;
    z-index: 99;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 29px;
    opacity: 0.8;
    cursor: pointer;
}

/*a.control_prev:hover, a.control_next:hover {
    color: #7bba52;
    -webkit-transition: all 0.2s ease;
}*/

a.control_prev {
    background-image: url(/National_Library/20161107091724oe_/https://www.jfrog.com/wp-content/themes/roots-mipo/assets/img/entr_images/control_prev.png);
    left: 108px;
    border-radius: 0 2px 2px 0;
}

a.control_next {
    background-image: url(/National_Library/20161107091724oe_/https://www.jfrog.com/wp-content/themes/roots-mipo/assets/img/entr_images/control_next.png);
    right: 108px;
    border-radius: 2px 0 0 2px;
}

.slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
}


.control_next, .control_prev {
    width: 42px !important;
    height: 74px !important;
    padding:0px !important;
    position:absolute;
    top: 225px;
}
.control_top{
    top: 270px !important;
}
.control_next {
    right: 0px !important;
}
/*.control_next:hover, .control_prev:hover {
    background-position:bottom;
}*/
.control_prev {
    left: 0px !important;
}

#tabs-container {
    width:1015px;
}

#ep-p-slider ul li {
    margin-left:0px !important;
    background:none !important;
}
#ep-p-slider ul li > img {
    width:auto;
    margin-left:30px !important;
    margin-top:0px;
    padding-right:15px;
}
#ep-p-slider ul li > h1 {
    width:auto;
    font-weight:normal !important;
    margin:65px 15px 0px 15px;
}

#ep-p-slider ul li > img.logobig {
    display:block !important;
    float:none !important;
    margin:0 auto !important;
    border:none !important;
    padding:0px !important;
}

#bottomLine {
    position:relative;
    height:9px;
    width:100%;
    background-color: #eeeeee;
}
#topboz {
    width:100%;
    height:31px;
    position:absolute;
    top:0px;
    background-image:url(/National_Library/20161107091724oe_/https://www.jfrog.com/wp-content/themes/roots-mipo/assets/img/entr_images/topboz.png);
    background-position:center;
    background-repeat:no-repeat;
}
/****************ASAAD****************/

#container{
    width:100%;
    height: auto;
    background-color: #fff;
    font-weight: 300;
}
.solution{
    width: 1024px;
    height: auto;
    margin: 0 auto;
    text-align: center;
/*    background-color: rgb(216, 214, 214);*/

}
.solution-cont{
    width: 1014px;
    height: auto;
    margin: 0 auto;
    padding-top: 50px;
}

.htext{
    width: 500px;
    text-align: center;
    margin: 0 auto;
    font-weight: 300;
}
.htext >h2{
    color: #7bbc53;
    line-height: 34px;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.blocks-cont{
    width: 1014px;
    height: auto;
    margin: 0 auto;
    margin-top: 70px;
    font-weight: 300;
}
.blocks-cont >div.block {
    display: inline-block;
    vertical-align: top;
}
.blocks-row:after, .blocks-row:before {
    display: table;
    content: " ";
}
.blocks-row:after {
    clear: both;
}
.blocks-cont .block{
    position: relative;
    float: left;
    width: 32.33333333%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
    margin-right: 1%;
}
.blocks-cont .block:last-child{
    margin-right: 0;
}
.blocks-cont .block:nth-last-child(-n+3){

}
.ep-border{
    position: relative;
    height: 136px;
    width: 136px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px #7bba32 solid;
    background-color: #fff;
    z-index: 1;
}
.ep-border>div,.scalability{
    margin-top: 17px;
}


.scalability > a{
    margin: 0 auto;
    width: 58px;
    height:  60px;
    background-image: url(/National_Library/20161107091724oe_/https://www.jfrog.com/wp-content/themes/roots-mipo/assets/img/entr_images/sca.png);
    background-position: top;
    display: block;

    background-repeat: no-repeat;/*
    overflow: hidden;*/

}
/*
security
availability
 scalability
end-to-end\
unifying
repository
system
support
premises
transparent
*/
.feature-item> a{
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-position: top;
    display: block;
    border-radius: 8px;
    background-repeat: no-repeat;
}

.ep-border-WR:hover .ep-border> div > a, .ep-border.ep-active> div > a{
    background-position: bottom !important;
    background-color: #7bba52;
}
.ep-border-WR:hover .ep-border, .ep-border.ep-active {
    cursor: pointer;
    background-color: #7bba52;
}
/*
.ep-border > div > a:hover{
    background-position: bottom;
    background-color: #7bba52;
}
*/

.text{
    width: 190px;
    min-height: 140px;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.text > span:first-child,.text > span:nth-child(1),.title{
    color: rgba(100, 100, 100, 0.901961);
    font-size: 24px;
  display: block;
      text-transform: capitalize;
    font-weight: 400;
}

#solution-article-id {
  text-transform: inherit !important;
}

.text > span:nth-child(2){
    color: rgba(100, 100, 100, 0.901961);
    font-size: 14px;
  display: block;
font-family: 'Open Sans Hebrew', sans-serif;
     margin-top: 5px;

    font-weight: 300;
}
.text > span>span{

      color: rgba(100, 100, 100, 0.901961);
    font-size: 12px;
  display: block;
}

.ep-price-sec-cont{
    clear: both;
    height: 121px;
    width: 100%;
    background-color: #989898;
}
.ep-price-sec{
    text-align: left;

    width: 1024px;
    height: 121px;
    margin: 0 auto;


}

.ep-price-sec >p{
    height: 121px;
    line-height: 121px;
    font-size: 30px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    font-weight: lighter;
    margin-right: 12px;
    font-weight: 300;
}

.ep-pricing{
    height: 64px;
    width: 190px;
    line-height: 64px;
    background-color: #7bba52;
    font-weight: 300;
    display: inline-block;
    vertical-align: baseline;
    font-size: 25px;
    color: #ffffff;
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.ep-pricing:hover, .ep-pricing:focus{
    cursor: pointer;
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
}
.ep-contact-cont{
    width: 1024px;
    margin: 0 auto;
    height: 900px;
    text-align: left;
    margin-top: 35px;
    padding-top: 30px;
    overflow: hidden;
}

.ep-contact-cont > p{
    clear: both;
    font-size: 30px;
    color: #585858;
    margin-bottom: 15px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.ep-contact-cont #contactUs_frm .right_img {
    margin-top: 33px;
}
.bar{
    clear: both;
    background-image: url(/National_Library/20161107091724oe_/https://www.jfrog.com/wp-content/themes/roots-mipo/assets/img/entr_images/Shape-147-copy-9.png);
    width: auto;
    background-repeat: repeat-x;
    height: 8px;
}
.ep-contact-cont >div:nth-last-child(-n+2){
    display: inline-block;

}
.right-ep-contact-cont .social-contact {
    width: 38px;
    height: 38px;
    display: inline-block;
    background-size: contain;
}
.left-ep-contact-cont{
          margin-top: 4px;
    float: left;
padding-top: 50px;
width: -webkit-calc(100% - 325px);
width: -moz-calc(100% -325px);
width: calc(100% - 325px);
    height: 250px;

}

input.txt, .select_wrapp.txt{
    width: 506px;
    font-family: 'Open Sans', sans-serif;
}
.select_wrapp.txt {
    margin-bottom: 0 !important;
}
.txt:last-child{
    margin-bottom:0;
}
.snd{
    margin-top: 15px;
    height: 64px;
    width: 190px;
    background-color: #7bba52;
    color: #FFF;
    font-size: 26px;
    line-height:64px;
    text-align: center;
    font-weight: 300;
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    border: 0;
    font-family: 'Open Sans', sans-serif;
}
.snd:hover{
    cursor: pointer;
    opacity: 0.8;

}

::-webkit-input-placeholder { /* WebKit browsers */
 color:#696969;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:#696969;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:#696969;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 color:#696969;
}

.right-ep-contact-cont{
    float: right;
    width: 325px;

}
.right-ep-contact-cont >h3{
    margin: 0;
    margin-top: 25px;
    color: rgba(244, 127, 89, 0.901961);
    font-size: 18px;
    text-align: left;
    font-weight: 300;
    padding-bottom: 7px;
    font-family: 'Open Sans', sans-serif;
}
.ep-contact-social{
    width: 100%;
    height: 70px;
    margin: 0 auto;
    line-height: 35px;
    border-bottom: 1px #c1c1c1 solid;
    border-top: 1px #c1c1c1 solid;
}
.ep-contact-social>ul{
    list-style: none;
    text-align: center;
    padding: 5px 0;
}
.ep-contact-social >ul >li{
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 14px;
}
/*#ep-contact-cont > div.right-ep-contact-cont > div > ul > li:nth-child(11) #ep-contact-cont > div.right-ep-contact-cont > div.ep-contact-social > ul > li:nth-child(6)*/
.ep-contact-social >ul >li:nth-child(6){
    margin-right: 0;
}
.ep-contact-social >ul >li>a>img{
    width: 38px;
    height: 38px;
}
.ep-contact-social >ul >li:hover>a>img{
    opacity: 0.7;
    transition: ease-in-out 0.7s;
    -webkit-transition: ease-in-out 0.7s;
}
.contact-p{
    padding-top: 25px;
    color: #696969;
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
}
.contact-p >p >span{
    display:block;
/*    width: 100%;*/
}


.contact-p > p > span:nth-child(2), .contact-p > p > span:nth-child(5), .contact-p > p > span:nth-child(9) {
  margin-top: 22px;
    font-weight: 400;
    font-size: 12px;
}

.details{
    padding: 15px;
    padding-top: 40px;
    border: 1px #7bba52 solid;
    position: absolute;
    top:100px;
    left: 0;
    right: 0;
    min-width: 270px;
    text-align: center;
    margin: 0 auto;
    -webkit-box-shadow:inset 0 0 1px 0 #303030;
    box-shadow:inset 0 0 1px 0 #303030;
    background-color: #fff;
    z-index:4;
    display: none;
    font-family: 'Open Sans', sans-serif;
    max-height: 385px;
    height: 385px;
}
.relative {
    position: relative;
}
.details.relative {
    position: relative;
    top: -24px;
}
.details.relative {
    position: relative;
    top: -179px;
}
._inner {
    overflow-y: auto;
    overflow-x: hidden;
}
._ep_f_desc {
    overflow: auto;
    outline: none;
    height: 200px;
}
.details >span{
    color: #7bba52;
  font-size: 12px;
  display: block;
}
.details p {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    color:#737373;
    font-size:14px !important;
    line-height:28px;
    padding-right: 16px;
}

.details > span:first-child,.details > span:nth-child(1){
/*    color: rgba(100, 100, 100, 0.901961);*/
    font-size: 20px;
  display: block;
      text-transform: capitalize;
     color: #7bba52;
}
.details > span:nth-child(2){
    color: #7bba52;
     margin-top: 10px;
     margin-bottom: 10px;
}
.details > span:nth-child(n+2),.details > p{
    font-weight: 300;
    font-size: 14px;
  display: block;
    line-height: 18px;
}
.details > p{
    margin-top: 10px;
    margin-bottom: 0;
}
.details > p >a{
    font-size: 12px;
  color: #7bba52;
}

#ep-features .jspVerticalBar {
    background: #ffffff;
}
#ep-features .jspArrow.jspDisabled {
    background: #ffffff;
}
#ep-features .jspTrack {
    background: #ffffff;
}
#ep-features .jspDrag {
    background: #62a139;
}
.class2{
	z-index: 5 !important;
}
.class3{
	z-index: 5 !important;
}
.class{
	  z-index: 2 !important;
}
.bg-color{
     background-color: #7bba52;
}
.bg-pos{
    background-position: bottom;
}

.prev,.next{
      margin-top: 20px;
}
.prev > a > i,.next > a > i{
    color: #696969;
}
.prev:hover > a > i,.next:hover > a > i{
    color: #7bba52;
    cursor: pointer;
}
#Product > li.prev{
margin-right: 10px;
}


/*********************************
 * generic als elements styling
 ********************************/
.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	height: 65px !important;
}

.als-wrapper {
	position: relative;
	list-style: none;
	height: 65px !important;
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}


/**************************
 * specific als elements
 * styling for #lista1
 **************************/

#lista1 {
    position:relative;
    margin: 0px auto;
}

#lista1 .als-item {
	min-height: 65px;
	height: 65px !important;
        position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
        margin: 0px 15px;
	padding: 0px;
	min-width: 130px;
	text-align: center;
}
#lista1 .als-prev, #lista1 .als-next {
	top: 58px;
	width: 15px;
	height: 22px;
}

#lista1 .als-prev {
    color: rgb(159, 159, 155);
    /*display: block !important;*/
    font-size: 18px;
    left: -8px;
    top: 18px;
}
#lista1 .als-prev:hover {
	color:#7BBA52;
}

#lista1 .als-next {
	right: 0px;
	top:18px;
	  font-size: 18px;
  color: rgb(159, 159, 155);
}
#lista1 .als-next:hover {
	color:#7BBA52;
}
/************************
 * specific als element
 * styling for #lista2
 ***********************/

#lista2 {
	margin-bottom: 80px;
}

#lista2 .als-item {
	margin: 10px 0px;
	min-height: 152px;
	min-width: 128px;
}

#lista2 .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;
	margin-bottom: 8px;
}

#lista2 .als-prev, #lista2 .als-next {
	left: 460px;
	width: 22px;
	height: 15px;
}

#lista2 .als-prev {
	top: -25px;
}

#lista2 .als-next {
	bottom: -20px;
}

#lista2 .als-item {
	vertical-align: middle;
}

blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}


.up{
    width: 100%;
    height: 107;
}

.jstest {
    padding-top:105px !important;
}
.tap_cont{
    font-weight: 300;
    float: left;
    width: 480px;
    height: 432px;
}
.titel_tap{
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 25px;
    color:#151515;
    font-family: 'Open Sans', sans-serif;
}
.exsept_tap{
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    color: #595959;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 15px 0;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}
.qoute{
    background-image: url(/National_Library/20161107091724oe_/https://www.jfrog.com/wp-content/themes/roots-mipo/assets/img/entr_images/qoute.jpg);
    position: absolute;
    left: 40%;
    top: -19px;
    width: 85px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

.contet_tap{
    margin-top: 15px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.slideup, .slidedown {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}
.slidedown {
    max-height: 445px ;
    display:block;
    height:auto;
    padding-bottom: 15px;
    font-weight: 300;
}
/* End Enterprise */
