﻿

/*======================================================================================================================================================*/
/*===========================================================USER STYLES SAN INTERACTIVE -IDAN==========================================================*/
/*======================================================================================================================================================*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html,
body,
body .main {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    overflow:auto !important;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.wow{visibility:hidden;}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

h1, h2, h3, p, span,
body h1, body h2, body h3, body p, body span {
    padding: 0;
    margin: 0;
}


/*================================================================================*/
/*=======================================   FONTS  ==============================*/
/*================================================================================*/



@font-face {
  font-family: 'social-cellebrite';
  src: url('fonts/social-cellebrite.eot?86650772');
  src: url('fonts/social-cellebrite.eot?86650772#iefix') format('embedded-opentype'),
       url('fonts/social-cellebrite.woff?86650772') format('woff'),
       url('fonts/social-cellebrite.ttf?86650772') format('truetype'),
       url('fonts/social-cellebrite.svg?86650772#social-cellebrite') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'social-cellebrite';
    src: url('../font/social-cellebrite.svg?66857915#social-cellebrite') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "social-cellebrite";
    font-style: normal;
    font-weight: normal;
    speak: none;
    -webkit-transition: all 200ms ease-out;  -moz-transition: all 200ms ease-out;  -o-transition: all 200ms ease-out;  transition: all 200ms ease-out;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-linkedin:before { content: '\e800'; } 
.icon-facebook:before { content: '\e801'; } 
.icon-twitter-bird:before { content: '\e802'; } 
.icon-youtube-play:before { content: '\e803'; } 
.icon-gplus:before { content: '\e804'; } 
.icon-slideshare-1:before { content: '\e805'; } 
.icon-blogger:before { content: '\e806'; }
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


.header h1{
    color: #062939; /* text color */
    font-family: 'Fjalla One', sans-serif;
    font-size: 30px;

    padding: 37px 0;
    border-bottom: 2px solid #062a3a;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 50px;
}



li > input[type="checkbox"]
{
    padding: 0;
    margin: 0;
    height: 16px;
    width: 16px;
    float: left;
    position: absolute;
    left: 16px;
    opacity: 0;
}

li > label
{
    line-height: 16px;
    padding: 0 0 0 10px;
    font-weight: normal;
}

li > input[type="checkbox"] + label
{
    background: url(../Content/img/checkbox-ic.gif) 0 0 no-repeat;
    height: 16px;
    padding-left: 25px;
    cursor: pointer;
}

li > input[type=checkbox]:checked + label,
li > input[type=checkbox]:focus:checked + label,
li > input[type=checkbox]:focus:checked + label{ background-position: 0 -32px; }

/* ==========================================================================
   Print styles
   ========================================================================== */

body .container {
    width: 980px;
    position: relative;
    height: 100%;
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    h1{
        margin:0;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*===========================================================================
Navigation
============================================================================= */


.navbar, .navbar.forensics {
    background: url(../Content/img/navbar1.jpg);
    height: 145px;
    border-bottom: 0;
}

.navbar.lifecycle{
    background: url(../Content/img/navbar2.jpg);
}

.navbar.corporate{
    background: url(../Content/img/navbar3.jpg);
}

.navbar-inverse .navbar-nav>li>a, a.register_btn h2, a.login_btn h2 {
    color: #062939;  font-family: 'Fjalla One', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: none;
    padding-left: 0;
    -webkit-transition: all 200ms ease-out;  -moz-transition: all 200ms ease-out;  -o-transition: all 200ms ease-out;  transition: all 200ms ease-out;
    padding: 15px 15px 20px 15px;
}

.breadcrumb_container{
    background: #062a3a;
}

.breadcrumb_container.forensics {
    background: #d15551;
}

.breadcrumb_container.lifecycle{
    background: #d5ba61;
}


.breadcrumb_container .breadcrumb {
    background: inherit;
    color: #fff;
    margin: 0;
    padding: 15px 2px;
}

.breadcrumb_container .breadcrumb a, .breadcrumb_container .breadcrumb li {
    color: #fff;
    font-size: 14px;
}

.breadcrumb_container .breadcrumb .active {
    font-weight: bold;
    color: #fff;
}

.breadcrumb>li+li:before {
    color: #fff;
    content: "\203A";
    font-weight: normal;
}

a.navbar-brand {
    padding: 0;
}

.navbar-header {
    width: 100%;
    height: 90px;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background: none;
    box-shadow: none;
}

.navbar-nav>li>.dropdown-menu {
    width: 100%;
    left: 0;
    border-top: 0;
}

.dropdown .caret {
    display: none;
    /*-webkit-transition: all 200ms ease-out;  -moz-transition: all 200ms ease-out;  -o-transition: all 200ms ease-out;  transition: all 200ms ease-out;*/

    width: 0;  height: 0;  margin-left: 0px;  vertical-align: middle;  border-bottom: 10px solid;  border-right: 10px solid transparent;  border-left: 10px solid transparent;  position: absolute;
    bottom: 0px;  left: 33%; border-top: 0;
    /*-webkit-transition: all 200ms ease-out;  -moz-transition: all 200ms ease-out;  -o-transition: all 200ms ease-out;  transition: all 200ms ease-out;*/
}

.dropdown .header h1 {
    border-bottom: none;
    /* margin-bottom: 10px; */
    padding: 0 10px 15px 10px;
}

.dropdown h2 {
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    display: block;
}

.forensics.dropdown h2, .forensics.dropdown h1 {
    color: #d15551;
}

.lifecycle.dropdown h2, .lifecycle.dropdown h1 {
    color: #d5ba61;
}

.corporate.dropdown h2, .corporate.dropdown h1 {
    color: #062939;
}


.dropdown li a {
    color: #434343;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;  -moz-transition: all 200ms ease-out;  -o-transition: all 200ms ease-out;  transition: all 200ms ease-out;
    line-height: 1.6;
}

li.forensics .dropdown li a:hover {
    color: #d15551;
    text-decoration: underline;
}
li.lifecycle .dropdown li a:hover {
    color: #d5ba61;
    text-decoration: underline;
}

ul.dropdown-menu .row ul {
    padding: 10px 5px 10px 0;
}
.corporate.dropdown h2:hover, .corporate.dropdown h1:hover {
    color: #000;
}

.dropdown a:hover h2, .dropdown a:hover h1 {
    color: #062939;
    text-decoration: underline;
}

.dropdown a h2, .dropdown a h1 {
    -webkit-transition: all 200ms ease-out;    -moz-transition: all 200ms ease-out;    -o-transition: all 200ms ease-out;    transition: all 200ms ease-out;
}

.corporate.dropdown h2, .corporate.dropdown h1 {
    color: #062939;
}


.dropdown li a {
    color: #434343;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;  -moz-transition: all 200ms ease-out;  -o-transition: all 200ms ease-out;  transition: all 200ms ease-out;
    line-height: 1.6;
}

li.forensics .dropdown-menu li a:hover {
    color: #d15551;
    text-decoration: underline;
}

li.lifecycle .dropdown-menu li a:hover {
    color: #d5ba61;
    text-decoration: underline;
}

li.corporate .dropdown-menu li a:hover,  li.corporate .dropdown-menu li a.lobby:hover h2{
    color: #d5ba61;
    text-decoration: underline;
}

ul.dropdown-menu .row ul {
    padding: 10px 5px 10px 0;
}

li.dropdown {
    margin-left: 15px;
}

li.dropdown.lifecycle {
    margin-left: 0;
}

li.dropdown.lifecycle a {
    padding-left: 0;
}

.dropdown li .sprite.lobby {
    background: url(../Content/img/nav-plus-small-ic.png) top right no-repeat;
    height: 15px;
    display: inline-block;
    position: relative;
    padding-right: 20px;
    text-indent: 0 !important;
    margin-bottom: 10px;
}
.dropdown.forensics li .sprite.lobby{
    background-position: 100% -15px;
}

.dropdown.corporate li .sprite.lobby{
    background-position: 100% -30px;
}

.dropdown.corporate li .sprite.lobby span{
    background-position: 100% 0px;
}

.dropdown li .lobby.sprite span {
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background: url(../Content/img/nav-plus-small-ic.png) no-repeat;
    background-position: 100% -30px;
}


/* SECTION INNER NAV AND SEARCH TERM NAVBAR */

.register_btn h2 {}

.register_btn:hover, .login_btn:hover {
    text-decoration: none;
}

.register_btn:hover h2, .login_btn:hover h2 {
    color: #fff;
    background: none;
}

.language select {
    font-family: 'Fjalla One', sans-serif;    font-size: 18px;
    color: #062939;
    background: none;
    border: 1px solid #062939;
    outline: none;
    padding: 2px 3px;
    width: 97%;
    -webkit-transition: all 200ms ease-out;  -moz-transition: all 200ms ease-out;  -o-transition: all 200ms ease-out;  transition: all 200ms ease-out;
    font-weight: normal;
}

.language label  {
    width: 100%;
    position: relative;
    display: inline-block;
    padding-top: 0px;
}

.language label::after {
    content: '';
    width: 13px;
    height: 30px;
    position: absolute;
    display: inline-block;
    padding-right: 20px;
    top: 0;
    right: 5px;
    /* 	background: url('../images/dropdown-ic.png') 0% 0 no-repeat; */
    pointer-events: none;
}

.language label select:hover{
    color:#fff;

}

.pull-right>a {
    float: left;
}

.navbar .pull-right {
    width: 300px;
}

.navbar-header .language {
    width: 130px;
    float: right;
    padding: 10px;
}

.language label select option {
    color: #062939;
}

.search_container.pull-right {
    padding: 0px 10px;
}

.search_container .search_nav {
    font-family: 'Fjalla One', sans-serif;    font-size: 18px;    color: #062939;    background: none;        outline: none;
    padding: 5px 40px 5px 10px;
    width: 100%;                    font-weight: normal;

    border: none;
}

.search_container label {
    width: 30%;    position: relative;    display: inline-block;    padding-top: 0px;
    float: right;
    -webkit-transition: all 200ms ease-out;    -moz-transition: all 200ms ease-out;    -o-transition: all 200ms ease-out;    transition: all 200ms ease-out;
    border: 1px solid transparent;
}

.search_container label::after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    display: inline-block;
    padding-right: 24px;
    top: 5px;
    right: 10px;
    background: url('../Content/img/nav-search-ic.png') 0% 0 no-repeat;
    pointer-events: none;
}

#navbar .search_container .search_nav:focus {
    width: 97%;
}

.search_container label.focused {
    width: 100%;
    border: 1px solid #062939;
}

.search_container .submit {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 35px;
}

/* ==========================================================================
   Fonts and Colors CSS
   ========================================================================== */

body .main-page{
    color:#fff;
    font-family: 'Fjalla One', sans-serif;
    font-size: 18px;
    line-height: 1.4;
}

.main h1{
    font-size: 30px;
}

.main-page h1{
    font-size: 48px;
    line-height: inherit;
}

.main h2{
    font-size: 20px;
}

.main-page h2{
    font-size: 40px;
    line-height: 1em;
}

.main h3{
    font-size: 16px;
}

.main-page h3{
    font-size: 29px;
}

p{
    color: #434343;
    line-height: 1.6;
}

.medium_text{
    font-size: 56px;
}

.large_text{
    font-size: 136px;
    line-height: 1.2em;
}

.xlarge_text{
    font-size: 170px;
    line-height: 1.125em;
}

.xxlarge_text{
    font-size: 180px;
    line-height: 1em;
}

.text_link{
    color: #62b6d5;
    font-style: italic;
    display: inline;
    -webkit-transition: all 200ms ease-out;  -moz-transition: all 200ms ease-out;  -o-transition: all 200ms ease-out;  transition: all 200ms ease-out;
}

.text_link:hover{
    color: #4d828d;
    text-decoration: underline;
}

.main {
    font-family: "Open Sans", sans-serif;
}

.lifecycle{
    color:#d5ba61;
}

.forensics{
    color:#d15551;
}

.Corporate{
    color:#c5d5d1;
}

#footer{
    background: #1c1c1c;
}

.social li a:hover{
    text-decoration: none !important;
}

.social li a:hover i.icon-slideshare-1:before {
    color: #e98325;
}

.social li a:hover i.icon-facebook:before {
    color: #3b5998;
}

.social li a:hover i.icon-youtube-play:before{
    color: #bb0000;
}
.social li a:hover i.icon-linkedin:before{
    color: #007bb6;
}

.social li a:hover i.icon-twitter-bird:before{
    color: #00aced;
}

.social li a:hover i.icon-gplus:before{
    color: #dd4b39;
}
.social li a:hover i.icon-blogger:before{
    color: #fb8f3d;
}

/* ==========================================================================
   Website CSS
   ========================================================================== */

/* FOOTER */

#footer .social li a {
    color: #777;
    font-size: 20px;
    line-height: 40px;
}

#footer .social li {
    float: left;
    margin-left: 5px;
    padding: 2px;
}

#footer .footer-top .container {
    border-bottom: 1px solid #262c2b;
    padding: 27px 15px;
}


#footer .footer-bottom .wrap li a {
    color: #777777;
    -webkit-transition: all 200ms ease-out;  -moz-transition: all 200ms ease-out;  -o-transition: all 200ms ease-out;  transition: all 200ms ease-out;
    margin-bottom: 5px;
    display: block;
    font-family: Helvetica, sans-serif;
}


.footer_navigation li h2 {
    font-family: 'Fjalla One', sans-serif;
    margin-bottom: 10px;
}


.footer_navigation li.corporate {
    color: #c6d5d2;
}

.footer_navigation ul.wrap {
    float: left;
    padding-left: 0;
    padding-right: 50px;
}

.footer-bottom .contact span {
    float: right;
    color: #777777;
    font-style: italic;
}

.footer-bottom .contact span.contact_san {
    margin-left: 25px;
    margin-top: 0px;
}

.footer-bottom {
    font-size: 14px;
}

.contact_san a {
    color: inherit;
    text-decoration: underline;
    -webkit-transition: all 200ms ease-out;  -moz-transition: all 200ms ease-out;  -o-transition: all 200ms ease-out;  transition: all 200ms ease-out;
}

.contact_san a:hover {
    color: #56a7bc;
}

#footer .footer-bottom .wrap li a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-bottom .container {
    padding: 25px 0;
}

.footer-bottom .container {
    padding: 25px 0;
    position: relative;
    display: block;
}

.footer-bottom .contact {
    position: absolute;
    right: 15px;
    bottom: 30px;
}


/*FIRST SECTION IN THE MAIN PAGE*/



.main-img-container {
    height: 870px;
    display: block;
    position: relative;
}


.social-container {
    /* height: 114px; */
    background: #041e2d;
    padding: 15px;
}

.counter-container {
    height: 627px;
}


.main-img{
    display: block;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-color: #000;
    background-image:url("../Content/img/main_image01.jpg");
}

.content.container-fluid {
    padding: 0;
    margin: 0;
}

.main-img-container .row.bottom_desc {
    position: absolute;
    bottom: 0;
}

.main-img-container .bottom_desc .title_btn {
    padding: 2.4333em 0;
}

.main-img-container .inslide {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 45%;
    margin: auto;
    right: auto;
    width: auto;
    height: 11em;
}

.main-img-container .inslide .caption {
    line-height: 4em !important;
}

.left .desc_content, .main-img-container .left .open_desc {
    text-align: right;
}

.main-img-container .open_desc h2 {
    text-transform: uppercase;
}

/*.main-img-container .col-md-6.left {*/
/*background-color: #cfb96d;*/
/*padding: 0 5% 2em 15%;*/
/*}*/

/*.main-img-container .col-md-6 {*/
/*background-color: #d06361;*/
/*padding: 0 10% 2em 5%;*/
/*opacity: 0.9;*/
/*}*/

.main-img-container .main_item {
    background-color: #d06361;
    width: 50%;
    position: absolute;
    right: 0;
    padding: 0 15% 0 5%;  margin: 0;
    bottom: 0;
}

.main-img-container .main_item.left {
    background-color: #cfb96d;
    left: 0;
    right: auto;
    padding: 0 5% 0 15%;
}

.main_item .desc_content.content {
    padding-bottom: 2.4333em;
    display: none;
    line-height: 1.6em;
}

.main-img-container .open_desc_btn {
    position: absolute;
    background-image: url(../Content/img/icons/expand-plus-minus.png);
    height: 45px;
    width: 45px;
    left: 20%;
    top: -1.25em;
}
.main-img-container .left .open_desc_btn {
    right: 20%;
    left: auto;
}

/*SECOND SECTION MAIN PAGE*/


.second-img-container {
    height: 710px;
    display: block;
    position: relative;
}

.second-img{
    display: block;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-color: #000;
    background-image:url("../Content/img/main_image02.jpg");
}

.second-img-container .inslide {
    text-align: center;
    text-transform: uppercase;
    padding-top: 5em;
}

.second-img .caption {
    line-height: 2.8em;
}

/*THIRD COUNTER SECTION MAIN PAGE*/

.counter-container .info-image-container{
    display: block;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-color: #000;
    background-image:url("../Content/img/counter_image_left.jpg");
}

.counter-container .left .info-image-container{
    background-image:url("../Content/img/counter_image_right.jpg");
}

.row.counter-container {
    margin: 0;
}

.social-container img {
    width: 100%;
}

.counter-container .col-md-6 {
    padding: 0;
    margin: 0;
    height: 100%;
}

.counter-container .info-image-container .info-data {
    height: 16.1111em;
    display: block;
    position: absolute;
    bottom: 0;
    background: #d06361;
    opacity: 0.9;
    padding: 1.4em 2%;
}

.counter-container .left .info-image-container .info-data {
    text-align: right;
    right: 0;
    background-color: #cfb96d;
}
.counter-container .info-data h2 {
    text-transform: uppercase;
}


/*MOBILE INFO CONTAINER MAIN PAGE*/

.mobile-info-container {
    height: 665px;
    display: block;
    width: 100%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-repeat: repeat;
    background-position: center center;
    position: relative;
    background-color: #000;
    background-image:url("../Content/img/main_image03.jpg");
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.mobile-info-container .info-data {
    height: 19.5em;
    margin-top: 5.5555em;
    max-width: 400px;
    color: #062a3a;
    background-color: #fff;
    padding: 2.3em 2%;
    text-align: center;
}

.mobile-info-container .left .info-data {
    float: right;
    background-color: #062a3a;
    color: #fff;
    text-align: left;
}

.mobile-info-container .col-md-6 {
    padding: 0;
    margin: 0;
}

.mobile-info-container h2 {
    line-height: 1.2em;
}

/*TESTIMONIAL INFO CONTAINER MAIN PAGE*/

.testimonial-container {
    height: 720px;
    display: block;
    width: 100%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-repeat: repeat;
    background-position: center center;
    position: relative;
    background-color: #000;
    background-image:url("../Content/img/main_image04.jpg");
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.stars-container ul li {
    display: inline;   list-style-type: none;
}

.info-container .info-text {
    text-align: center;
    line-height: 2.875em;
}

.testimonial-container .info-text h2 {
    line-height: inherit;
}

.testimonial-container .info-text {
    margin-top: 3em;
}

.testimonial-container .info-container {
    /* width: 50%; */  position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  margin: auto;  height: 100%;
}

.stars-container {
    margin: 2em auto 0;
    display: block;
    width: 40%;
    min-width: 750px;
}

.testimonial-container .img-container {
    display: block;
    width: 28%;
    min-width: 550px;
    margin: 3.5em auto 0;
}

.testimonial-container .img-container img {
    padding: 0 0 0 12%;
}

.testimonial-container .img-container img.first{
    padding: 0;
}

.stars-container img {
    width: 19%;
    padding: 0;
    margin: 0 0.5% 0 0;
}

.stars-container img.first{
    margin: 0;
}

/* RESET */

ul, li{
    /* list-style: none; */
}


/*CAREERS LIST ITEM*/

.main .side.col-md-4 {
    /* padding-right: 3%; */
}

.list_content li{
    position: relative;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 30px;
}

.career_item>span, .filter_container span, .filter_container h2 {
    color: #062a3a; /* text color */
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
}

.career_item .title, .filter_container h2{
    font-weight: bold;
}

.filter_container h2{
    font-style: italic;
    font-size: 20px;
}

.filter_container {
    margin-bottom: 25px;
    display: block;
}

.career_item .location{
    color: #062a3a;

    font-weight: normal;
}

.career_item .bold_text_link{
    color: #62b6d5;
    font-weight: bold;
    font-style: italic;
    text-decoration: none !important;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.career_item .career_apply{
    background: url(../Content/img/cv-ic.png) 0 0 no-repeat;
    position: absolute;
    right: 5%;
    bottom: 0;
    height: 21px;
    padding-left: 22px;
    display: block;
}

.career_item .bold_text_link:hover,
.career_item .bold_text_link:focus{
    color:#4d828d;
    background-position: 0 -21px;
}

.career_item .bold_text_link:hover span,
.career_item .bold_text_link:focus span {
    border-bottom: 1px solid #4d828d;
    text-decoration: none;
}

.career_item .bold_text_link span {
    border-bottom: 1px solid #62b6d5;
}

.filter_container>ul {
    padding: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #d1d1d1;
    display: block;
}

.main .side li {
    margin-bottom: 8px;
    color: #434343;
}


li .career_item {
    position: relative;
    margin-bottom: 30px;
}

.main .side li.all label {
    color: #062a3a;
    font-weight: bold;
}


.career_single_item .title {
    color: #d1d1d1;
    font-weight: normal;
}

.title h2 {
    font-weight: bold;
    color: #062a3a;
    display: inline;
}

.career_single_item > div {
    position: relative;
    border-bottom: 1px solid #d1d1d1;
}

.career_single_item li {
    list-style: square;
    color: #62b6d5;
}


.career_single_item h3 {
    font-weight: bold;
    color: #062a3a;
}

.career_single_item > div{
    padding: 30px 10px;
}

.career_single_item .content > div{
    padding-bottom: 30px
}

.career_single_item .content > div h3{
    display: block;
    margin-bottom: 5px;
}

.career_single_item .content .skills{
    padding-bottom: 0;
}

.career_single_item .links{
    padding-top: 15px;
    padding-bottom: 15px;
}

.career_single_item .career_apply {
    position: relative;
    float: right;
}
.career_single_item ul {
    padding-left: 25px;
}

.main {
    margin-bottom: 80px;
}

.filter_container ul ul {
    padding-left: 20px;
}

/* TEAM LIST PAGE */

.details h2 {
    color: #062a3a; /* text color */      font-weight: bold;  font-style: italic;
    margin-bottom: 10px;
}

.details h3 { /* text color */      font-weight: bold;  font-style: italic;
    color: #4d828d;
    margin-bottom: 30px;}

.team_item .details h2 {
    font-size: 24px;
}

.team_item.row {
    border-bottom: 1px solid #d1d1d1;
}

.list_content .team_item.row {
    margin-bottom: 15px;
}

.team_item img.team_image {
    width: 100%;
}

.team_item .col-md-5 {
    padding-right: 2%;
}

.team_item .col-md-7 {
    padding-right: 5%;
}

.team_item .details {
    margin-top: 3em;
}

/* PRODUCTS LOBBY */

.header .top_banner {
    background: #92a6a2;
}

.header .products h1{
    margin-bottom: 0;

    width: 67%;
}

.header .top_banner h1 {
    color: #fff;
    margin-bottom: 0;
    border: 0;
    line-height: 1.3;
    padding-right: 2%;
}

.product_item .details h2 {
    margin-bottom: 10px;
}

.product_item .details p {
    margin-bottom: 10px;
}

.product_item .details {
    padding-left: 5%;
}
img.product_thumb {
    width: 100%;
}
.list_content .row {
    border-bottom: 1px solid #d1d1d1;
    margin: 0;
}

.main .list_content .product_item {
    padding-bottom: 40px;
    margin-top: 40px;
}

.main .side.downloads.col-md-4 {
    padding-left: 5%;
}

.side.downloads .downloads_container {
    width: 240px;
    color: #062939; /* text color */
    border-bottom: 2px solid #062a3a;
    margin: 0;
}

a.side_download_banner {
    height: auto;
    display: block;
    padding-bottom: 20px;
    border-bottom: 2px solid #062a3a;
    width: 240px;
    overflow: hidden;
}

.side.downloads a span img {
    transition: all .2s ease-in-out;
}
.side.downloads a span img:hover {
    transform: scale(1.1);
}


a.side_download_banner span{
    height: 200px;
    display: block;
    overflow: hidden;
}

.side.downloads .downloads_container .header {
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    padding: 20px;
}

.side .downloads_container ul {
    padding: 0;
    margin: 0;
    /*display: none;*/
}

.main .side .downloads_container li {
    padding: 20px;
    border-top: 1px solid #d1d1d1;
    margin: 0;
}

.side .downloads_container li h3 {
    color: #062939; /* text color */      font-weight: bold;  font-style: italic;
    margin-bottom: 15px;
    line-height: 1.4;
}

.side .downloads_container li p {
    color: #062a3a;
}

.sprite.side_download_link {
    width: 19px;
    height: 17px;
}

.sprite {
    display: inline-block;
    position: relative;
    text-indent: -9999px;
    background: url(../Content/img/side-download-ic.png) no-repeat;
}
.sprite span {
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background: url(../Content/img/side-download-ic.png) no-repeat;
    background-position: 0 -17px;
}

.downloads_container .side_download_link {
    float: right;
    margin-right: -10px;
}

.expand.sprite {
    background: url(../Content/img/side-expand-ic.png) no-repeat;
    background-position: -29px 0;
    height: 29px;
    width: 29px;
}

.expand.sprite span{
    background: url(../Content/img/side-expand-ic.png) no-repeat;
    background-position: 0 -29px;
}

.expand.sprite.open {
    background: url(../Content/img/side-expand-ic.png) no-repeat;
    background-position: 0 -29px;
    height: 29px;
    width: 29px;
}

.expand.sprite.open span{
    background: url(../Content/img/side-expand-ic.png) no-repeat;
    background-position: 29px -29px;
}

.downloads_container .header .expand.sprite {
    float: right;
    margin-right: -15px;
    margin-top: -5px;
}


/* EVENTS LOBBY PAGE */

.event_item .details span,
.news_item .details span{
    /* text color */  font-size: 14px;  font-style: italic;
    margin-bottom: 15px;  display: block;
}

.event_item .details {
    padding-left: 5%;
}

.news_item .details{
    margin-bottom: 25px
}

.list_content .news_item.row {
    margin-bottom: 25px;
}

.event_item .details p,
.news_item .details p {
    color: #062a3a;
    margin-bottom: 10px;
    display: block;
}

.event_item img.event_thumb {
    width: 200px;
    height: auto;
}

.main .list_content .event_item {
    margin-top: 40px;
    padding-bottom: 40px;
}

.side .filter_container h3 {
    color: #062a3a;
    font-weight: bold;
    padding: 10px;
}

input[type="date"] {
    color: #434343;
    -moz-border-radius: 2px / 2px 2px 2px 2px;  -webkit-border-radius: 2px / 2px 2px 2px 2px;  border-radius: 2px / 2px 2px 2px 2px; /* border radius */  -moz-background-clip: padding;  -webkit-background-clip: padding-box;  background-clip: padding-box; /* prevents bg color from leaking outside the border */  background-color: #f1f1f1; /* layer fill content */;
    border: 0;
    width: 80%;
    padding-left: 15px;
}

.date_container {
    margin-bottom: 25px;
}


/* WEBINARS LOBBY PAGE */

.webinar_container {
    border-bottom: 2px solid #062a3a;
}

.webinar_container h1 {
    padding: 20px;
    margin-bottom: 0;
}

.list_content.col-md-8 {
}

.list_content .row.header {
    border: 0;
}

/* TESTIMONIAL ITEMS */
.testimonial_item {
    margin-bottom: 50px;
}

.testimonial_item .details h3 {
    color: #062a3a;
    font-style: normal;
    margin-bottom: 10px;
}

.testimonial_item .details {
    padding-top: 15px;
    padding-left: 15px;
}


/* INNER PAGE ? ABOUT */

.main.inner .row p {
    padding-top: 40px;
}

a.side_download_banner.profile span {
    height: 240px;
}

a.side_download_banner.article span {
    height: 400px;
}

a.side_download_banner.article{
    border-bottom: none;
}

.event_item .col-md-7 .details {
    padding-left: 10%;
}

.inner_content .event_item {
    margin-bottom: 40px;
}

.side.downloads .about_container span {
    height: 180px;    display: block;    overflow: hidden;
}

.side.downloads .about_container .image_link {
    display: block;
}

a.side_download_banner.profile {
    border: none;
}

.side.downloads .about_container {
    width: 240px;    display: block;    overflow: hidden;
}

.main.inner .row .about_container p {
    padding: 0;
    margin: 10px 0;
}

.main.inner .row .about_container div {
    padding: 12px;
    background: #e2e2e2;
}

.side.downloads .about_container h3 {
    color: #062939; /* text color */      font-weight: bold;  font-style: italic;
    margin-bottom: 10px;
}

.inner_content .event_item .details h2 {
    font-weight: normal;
    line-height: 1.4;
}

.main .row.inner {
    padding-top: 70px;
}

/*CLIENTS PAGE*/

.clients.container {
    width: 1000px;
}

.col-md-2c {
    width: 14.25%;
    margin: 0px;
}

.col-md-2c img {
    border: 1px solid #cecece;
}
.client_item {
    margin-bottom: 10px;
}

.main.clients .row {
    margin-bottom: 50px;
}

.clients .details h3 {
    color: #062a3a;
}

.clients .details {
    padding: 0 2%;
}

/* SEARCH RESULTS PAGE */

.results .details h3 {
    color: #062a3a;
    margin-bottom: 5px;
}

.results .details span {
    color: #062a3a;
    margin-bottom: 5px;
    display: block;
}

.results .details p {
    margin-bottom: 10px;
}

.list_content .results.row {
    padding: 20px 0;
}

/* PRODUCT PAGE */

.sec01 .xlarge_text.title {
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    font-size: 50px;
    margin-bottom: 15px;
    display: block;
}

.main .row.sec01{
    height: 495px;
}

.main .row.sec01 .bg{
    display: block;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-color: #000;
    background-image:url("../Content/img/products/product-main01.jpg");
}

.sec01 .caption {
    text-align: center;

    display: block;
    width: 65%;
    margin: 0 auto;
    padding: 50px 30px;
    background: rgba(0,0,0,0.8);
}

.main .sec01 .container {
    height: 100%;
    position: relative;
}

.sec01 .caption h2 {
    color: #fff;
    font-size: 24px;
    font-style: italic;
    display: block;
    margin-bottom: 50px;
}

.sec01 .inslide {
    position: absolute;    top: 0;    bottom: 0;
    left: 0;    margin: auto;
    right: 0;    width: auto;
    height: 297px;
}

.main .sec01 .caption a.btn-link {
    color: #77bfdb;
    font-family: 'Fjalla One', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    background: #fff;
    padding: 20px 65px;
    -webkit-transition: all 200ms ease-out;  -moz-transition: all 200ms ease-out;  -o-transition: all 200ms ease-out;  transition: all 200ms ease-out;
}

.main .sec01 .caption a.btn-link:hover {
    color: #3b5998;
    text-decoration: none;
    padding: 22px 67px;
}

.sec01 .inslide {
    position: absolute;    top: 0;    bottom: 0;
    left: 0;    margin: auto;
    right: 0;    width: auto;
    height: 297px;
}

.main .sec01 .caption a.btn-link {
    color: #77bfdb;
    font-family: 'Fjalla One', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    background: #fff;
    padding: 20px 65px;
    -webkit-transition: all 200ms ease-out;  -moz-transition: all 200ms ease-out;  -o-transition: all 200ms ease-out;  transition: all 200ms ease-out;
}

.main .sec01 .caption a.btn-link:hover {
    color: #3b5998;
    text-decoration: none;
    padding: 22px 67px;
}

.row.sec02 {
    background: #5e6367;
}

.row.sec02 .container, .row.sec05 .container{
    padding: 50px 0;
}

.row.sec02 .header h1, .row.sec05 .header h1 {
    padding: 0;
    border: none;
    color: #fff;
    margin-bottom: 25px;
}

.row.sec02 p, .row.sec05 p {
    color: #fff;
}

.buttons a.btn-link {
    font-size: 18px;
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 10px 25px;
    margin-right: 15px;
    -webkit-transition: all 200ms ease-out;  -moz-transition: all 200ms ease-out;  -o-transition: all 200ms ease-out;  transition: all 200ms ease-out;
}
.sec02 .details {
    margin-bottom: 40px;
}

.buttons a.btn-link:hover, .buttons a.btn-link:focus {
    color: #3b5998;
    text-decoration: none;
    border: 1px solid #3b5998;
    background: #fff;
    outline: none;
}

.sec03 h1.downloads_icon {
    background: url(../Content/img/icons/downloads-ic.png) 0 0 no-repeat;
    height: 42px;
    padding: 5px 63px;
    border: none;
    margin-bottom: 20px;
    margin-left: 20px;
}

.sec03 .header {
    border-bottom: 2px solid #062a3a;
    margin: 0 0 25px 0;
    display: block;
}

.sec03 .container {
    padding: 50px 0;
}

.sec03 .col-md-4 h3 {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.downloads_container .col-md-4 {
    margin: 25px 0;
}

.row.sec05 {
    background: #003f5e;
}

.row.sec05 .col-md-6 {
    padding-left: 0;
}

.row.sec05 .details {
    padding-right: 10%;
    display: block;
    margin-bottom: 50px;
}

.sec05 a.btn-link {
    padding: 10px 50px;
}

.sec05 .video_thumb img {
    width: 100%;
}

.sec05 .col-md-6 .row {
    max-width: 438px;
    margin: 0;
}

.sec05 .col-md-6 .row .col-md-12 {
    padding: 0;
}

.sec05 .col-md-6 .row .col-md-3 {
    padding: 0px 5px;
}

/*IMAGE GALLERY ======= PRODUCT PAGE*/

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.row.sec04 {
    background: #1f1f1f;
    height: 800px;
}

.row.sec04 .container {
    padding: 50px 0;
}

.swiper-container .swiper-button-prev.swiper-button-white {
    background: url(../Content/img/icons/product-gallery-left-arrow.png) 0 0 no-repeat;
}

.swiper-container .swiper-button-next.swiper-button-white{
    background: url(../Content/img/icons/product-gallery-right-arrow.png) 0 0 no-repeat;
}

.swiper-container .swiper-button-white:hover, .swiper-button-white:focus {
    background-position: 0px -45px;
}

.swiper-container .swiper-button-white.swiper-button-disabled:hover, .swiper-button-white.swiper-button-disabled:focus {
    background-position: 0px 0px;
}

.swiper-container .swiper-button-white {
    height: 45px;    width: 45px;
}


 
/*LOBBY PAGE  FORENSICS/LIFECYCLE*/
 
.main .sec01 .container.buttons_container {
    position: absolute;
    top: 0;
    margin: 0 auto;
    display: block;
}
 
.swiper-container.gallery-lobby {
    height: 100%;
    position: relative;
}
 
.buttons_container {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}
 
.main .sec01 .container.text_container {
    text-align: right;
    padding-left: 24%;
}
 
.sec01 .text_container .xlarge_text.title {
    /* width: 20%; */
    /* float: right; */
    /* text-align: left; */
    display: block;
    margin-bottom: 40px;
}
 
/* SWIPER PAGINATION */
 
.swiper-container .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
}
 
.swiper-container .swiper-pagination-bullet-active {
    background: #92a6a2;
}
 
.swiper-pagination {
    margin-bottom: 5px;
}
 
 
/* VERTICALS CONTAINER */
  .main.lobby .sec02 .row{
    position: relative;
    height: 335px;
}
.main .verticals_container .row .col-md-3 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 70px;
    height:100%;
}
 
.main .verticals_container {
    background: #5e6367;
    position: relative;
    margin-bottom: 45px;
}
 
.main .verticals_container .leftHalf_container{
    background: #a0a0a5;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    position: absolute;
}
 
.main .verticals_container .col-md-3.ml {
    background: #003f5e;
}
 
.main .verticals_container .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
 
.main .verticals_container .col-md-3.mr {
    background: #3e8ca5;
}
 
/* INNER AD LOBBY PAGE */
 
.ad_inner span.xlarge_text {
    font-size: 60px;
    color: #041e2d;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
}
 
.ad_inner .bg {
    display: block;    height: 100%;    width: 100%;    -webkit-background-size: cover !important;    -moz-background-size: cover !important;    background-size: cover !important;    background-repeat: no-repeat;    background-position: center center;    position: relative;    background-color: #000;
    background-image: url(../Content/img/lobby-promo-grey.jpg);
}
 
.row.ad_inner {
    position: relative;
    display: block;
}
 
.ad_inner .text_container.container {
    padding: 3em 6%;
    text-align: center;
}
 
/* AWARDS SECTION LOBBY PAGE */
 
.awards_container .details {
    text-align: center;    color: #041e2d;    font-family: 'Fjalla One', sans-serif;    text-transform: uppercase;
}
 
.awards_container .bg {
    display: block;    height: 100%;    width: 100%;    -webkit-background-size: cover !important;    -moz-background-size: cover !important;    background-size: cover !important;    background-repeat: no-repeat;    background-position: center center;    position: relative;    background-color: #000;
    background-image: url(../Content/img/lobby-awards-forensics.jpg);
    padding: 50px;
}
 
.awards_container .inslide.container {
    background: #fff;
    background: rgba(255, 255, 255, .7);
}
 
.awards_container .content_container {
    text-align: center;
    display: block;
    margin: 25px 0;
}
 
.awards_container  .center .content_container{
    margin-top: 68%;
}
.awards_container .content_container .details {}
 
.awards_container .content_container .details h1 {
    margin-bottom: 15px;
    line-height: 1.3;
}
 
.awards_container .content_container .details h2 {
    font-style: initial;
    line-height: 1.4;
    text-decoration: none;
    cursor: default;
}
 
.awards_container .buttons {
    text-align: center;
    display: block;
    margin: 50px 0;
}
 
.awards_container .buttons .btn-link {
    background: #062a3a;
    border: none;
    font-size: 30px;
    padding: 20px 35px;
}
 
/*UPDATE 01032015 IDAN SAN INTERACTIVE*/


/* INNER LISTS LOBBY */
 
.lobby_items_container .header h1.icon {
    background: url(../Content/img/lobby-icons/title-news.png) 0 0 no-repeat;
    height: 75px;
    padding: 45px 0px 45px 75px;    border: none;
    margin-bottom: 5px;
    margin-left: 0px;
}
 
.lobby_items_container .header h1.icon.press_icon {
    background: url(../Content/img/lobby-icons/title-press.png) 0 0 no-repeat;
}
 
.lobby_items_container .header h1.icon.speaking_icon {
    background: url(../Content/img/lobby-icons/title-speaking.png) 0 0 no-repeat;
}
 
.lobby_items_container .header h1.icon.user_icon {
    background: url(../Content/img/lobby-icons/title-user.png) 0 0 no-repeat;
}
 
.lobby_items_container .header h1.icon.webinar_icon {
    background: url(../Content/img/lobby-icons/title-webinar.png) 0 0 no-repeat;
}
 
.lobby_items_container .header h1.icon.event_icon {
    background: url(../Content/img/lobby-icons/title-event.png) 0 0 no-repeat;
}
 
.lobby_items_container .header {
    border-bottom: 2px solid #062a3a;
    margin: 25px 0;    display: block;
}
 
.lobby_items_container .lobby_list img {
    border: 1px solid #cdcdcd;
    margin: 0 0 10px 0;
}
 
.lobby_items_container .details span {
    color: #434343;
}
 
.lobby_items_container .col-md-12 .details {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 34px;
}
 
.lobby_items_container .col-md-12 .details a {
    margin-bottom: 25px;
    display: block;
}
 
.lobby_items_container .col-md-6 {
    padding-right: 5%;
}
 
.lobby_items_container .buttons a.btn-link {
    background: #062a3a;    border: none;
    float: right;
    padding: 10px 35px;
}
 
.lobby_items_container.row {
    padding: 0 0 50px 0;
}
 
.lobby_items_container .buttons a.btn-link:hover, .lobby_items_container .buttons a.btn-link:focus {
    background: #62b6d5;
    color: #fff;
    outline: none;
}
 
.awards_container .buttons a.btn-link:hover, .awards_container .buttons a.btn-link:focus {
    background: #62b6d5;    color: #fff;    outline: none;
    border: none;
}
 
.lobby_items_container .col-md-6 .col-md-4 img {
    width: 100%;
}
 
.lobby_items_container .col-md-6 .col-md-4 {
    padding-right: 0;
    margin-left: -15px;
}
 
.lobby_items_container .col-md-6 .event_item {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
}
 
.lobby_items_container .col-md-6 .col-md-8 .details {
    display: block;
    margin-bottom: 25px;
}
.lobby_items_container.bottom .header {
    border-top: 2px solid #062a3a;
}
 
.lobby_items_container .webinar .col-md-12 .details {
    border: none;
}
 
.lobby_items_container .webinar .buttons a.btn-link {
    float: left;
}

.main.lobby .row {
    margin-left: 0;
    margin-right: 0;
}

/*UPDATE 020315 SAN IDAN*/

.main.lifecycle .verticals_container .leftHalf_container {
    background: #62d5ba;
}

.main.lifecycle .verticals_container {
    background: #62b6d5;
}

.main.lifecycle .verticals_container .col-md-3.ml {
    background: #4d828d;
}

.main.lifecycle .verticals_container .col-md-3.mr {
    background: #062a3a;
}

.lobby_items_container .details h3 {
    line-height: 1.6;
    margin-bottom: 10px;
}

.lobby_clients_container {
    background: #062a3a;
    margin: 0 !important;
}

.lobby_clients_container .container .row {
    padding: 47px 0px;
}

.lobby_clients_container .container .row .col-md-2c {
    text-align: center;
}

.lobby_clients_container .container .row .col-md-2c img {
    border: none;
}

.lifecycle .ad_inner .bg {
    background-image: url(../Content/img/lobby-promo-gold.jpg);
}

.lifecycle .awards_container .bg {
    background-image: url(../Content/img/lobby-awards-lifecycle.jpg);
}

/*CONTACT US PAGE*/

.main .contact input,
.main .contact textarea,
.main .contact select{
    color: #7a7a7a; /* text color */  font-family: "Open Sans", sans-serif;  font-size: 18px;  font-style: italic;
    -moz-border-radius: 2px;  -webkit-border-radius: 2px;  border-radius: 2px; /* border radius */  -moz-background-clip: padding;  -webkit-background-clip: padding-box;  background-clip: padding-box; /* prevents bg color from leaking outside the border */  background-color: #f1f1f1; /* layer fill content */;
    border: none;
    width: 95%;
    padding: 10px;
    margin-bottom: 25px;
}

.main .contact span.glyphicon-asterisk{
    color: #d15551; /* text color */
    font-family: "Myriad Pro";
    font-size: 30px;
    float: right;

    margin-top: 10px;
}

.main .contact .area span.glyphicon-asterisk{
}

.contact form .buttons .btn-link {
    font-size: 18px;
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    margin-right: 15px;
    -webkit-transition: all 200ms ease-out;  -moz-transition: all 200ms ease-out;  -o-transition: all 200ms ease-out;  transition: all 200ms ease-out;
    background: #062a3a;
    border: none;
    float: right;
    padding: 10px 35px;
    width: auto;
    margin-right: 5%;
    font-style: normal;
}

.contact form .buttons .btn-link:hover,
.contact form .buttons .btn-link:focus{
    background: #62b6d5;
    color: #fff;
    outline: none;
    text-decoration: none;
}

.main .contact .header h1 {
    padding: 50px 0 25px 0;
    margin-bottom: 25px;
}

.contact.col-md-6 {
    padding-right: 5%;
}

.contact .details h3 {
    color: #062a3a;
    margin-bottom: 25px;
    margin-top: 5px;
}

.contact .details div h3 {
    float: left;
    margin-right: 5px;
    margin-bottom: 0;
}

.contact .contact_item .row {
    width: 100%;
}

.contact_item .col-md-6 {
    line-height: 1.6;
    padding-right:0 ;
    padding-left:0 ;
}

.contact_item .details {
    display: block;
    padding: 10px;
}

.buttons span.mand {
    color: #d15551; /* text color */  font-family: "Open Sans", sans-serif;  font-size: 14px;  font-style: italic;
}

input.error, textarea.error, select.error {
    background: #d15551;
    color: #fff;
}


.team_item .col-md-7 {
    padding-right: 0%;
}


/*UPDATE 12032015 IDAN*/

.col-md-2c {
  width: 14.2% !important;
  margin: 0px;
}

.col-md-2c.client_item {
    margin-bottom: 10px !important;
}

/*UPDATE 14032015 IDAN HIDE NAV*/

/*#layout-navigation, #layout-header{
    display:none;
}*/

/*UPDATE 16032015 IDAN SAN*/

.content-item .event_item .col-md-5 img{
    width: 274px;
}

/* UPDATE 18032015 IDAN SAN */

.row.sec02 p, .row.sec05 p {
    font-size: inherit !important;
    margin: 0 !important;
    line-height: inherit !important;
}

.row.sec02 p span{
    font: inherit  !important;
    line-height: inherit !important;
    color: #fff !important;
}

/*UPDATE 19032015 IDAN SAN*/

.main .row {
    margin-right: 0;
    margin-left:0;
}

.page .main.inner .row p {
  padding-top: 20px;
}

/*UPDATE 22032015 IDAN SAN*/

/*NAVIGATION*/

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background: none !important;
}

.widget-navigation .navbar-inverse .navbar-nav > li > a, a.register_btn h2, a.login_btn h2 {
    color: #062939;
}

.dropdown-toggle .caret {
  display: none;
  /*-webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;*/
}

.dropdown .caret {
    color: #fff;
}

#layout-navigation {
    height: 145px;
}
#layout-header {
    display: none;
}

.lobby .sec01{
    /* display: none; */
}

/*RESPONSIVE CSS*/

@media only screen and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2), all and (max-width: 768px){

div#layout-navigation {
    height: 80px;
}

.navbar-header {
}

.navbar-brand img {
    height: 50px;
}

/*MAIN PAGE*/

.counter-container .col-md-6{
    height: 50%;
}

.mobile-info-container {
    height: auto;
}

.mobile-info-container .info-data {
    margin-bottom: 5.555em;
}

/*LOBBY PAGE*/

.main .verticals_container .row .col-md-3 {
    width: 25%;
    float: left;
}

.awards_container .col-md-4 {
    width: 33.3333%;
    float: left;
}
.container {
    width: 100% !important;
}

div#navbar {
    width: 100%;    background: #fff;    opacity: .7;    margin: 0 !important;
    max-height: inherit;
}

li.dropdown.lifecycle {
    margin-left: 15px;
}

li.dropdown a {
    padding-left: 0 !important;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: inherit !important;
}

.nav .dropdown-menu .row .col-md-3 {
    width: 50%;
    float: left;
}

body .yamm .container{
	width: 100%;
}

.navbar .pull-right{
	display: none;
}
.testimonial_item .details{
    min-height:0;
}

/*UPDATE 25032015 SAN IDAN*/


.details {
    font-size: 3em;
    padding: 0 5%;
}

.buttons a.btn-link {
    width: 100%;
}

.sec01 .xlarge_text.title {
    font-size: 4em;
}

.sec01 .caption h2 {
    font-size: 2em;
}

.navbar, .navbar.forensics {
    height: 80px;
}

.dropdown.mobile_languages{
    display: block !important;
}

}

.awards_container .buttons .btn-link {
    white-space: nowrap;
}

/* UPDATE 23032015 IDAN SAN */

.team_item .details {
     margin-top: 0em;
}

.list_content .team_item.row {
  margin-bottom: 3em;
}

.list_content .team_item.row {
  margin-bottom: 40px;
}

.testimonial_item .details{
    min-height:340px;
}

/*UPDATE 24032015 IDAN SAN*/

.filter_container .buttons a.btn-link {
    background: #062a3a;    border: none;    float: right;    padding: 10px 35px;
}

.filter_container .buttons a.btn-link:hover, .filter_container .buttons a.btn-link:focus {
  background: #62b6d5;
  color: #fff;
  outline: none;
}

.testimonial_item .video{
    height:169px;
    width: 300px;
    display: block;
    position: relative;
}

.testimonial_item .video_thumb{
        display: block;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-color: #000;
}

.testimonial_item a.play_sprite {
    display:inline-block;
    position: absolute;
    height: 30px;
    width: 43px;
    top: 69px;
    background:url(../Content/img/playsprite.png) 0 0 no-repeat;
    left: 127px;
    background-size: 100%;
}

.testimonial_item a.play_sprite:hover {
    height: 30px;
    width: 43px;
    background-position: 0 bottom;
}

/*UPDATE 25032015 IDAN SAN*/

.side .buttons {
  width: 85%;
}


/*UPDATE 28032015 IDAN SAN*/

.main.inner .row .about_container p {
    padding-top: 0;
}

.scroll_more span {
    color: #fff; /* text color */  font-family: "Open Sans", sans-serif;  font-size: 14px;
    text-transform: none;
    background: url(../Content/img/scroll-more-ic.png) no-repeat;
    background-position: center; 
    padding-bottom: 40px;
}

.scroll_more {
    display: block;
    text-align: center;
    padding-top: 25px;
}

.second-img-container .inslide {
    position: relative;
    padding-top: 3em;
}

/*UPDATE 29032015 IDAN SAN*/

span.video_thumb {
    display: block;    height: 100%;    width: 100%;    -webkit-background-size: cover !important;    -moz-background-size: cover !important;    background-size: cover !important;    background-repeat: no-repeat;    background-position: center center;    position: relative;    background-color: #000;    
    
}

.sec05 .col-md-12 div {
    width: 438px;    height: 270px;    display: block;
}

.sec05 .col-md-3 div {
    width: 100px;    height: 75px;
}

a.play_sprite {
    display:inline-block;
    position: absolute;
    height: 30px;
    width: 43px;
    top: 69px;
    background:url(../Content/img/playsprite.png) 0 0 no-repeat;
    left: 127px;
    background-size: 100%;
}

a.play_sprite:hover {
    height: 30px;
    width: 43px;
    background-position: 0 bottom;
}

.sec05 .col-md-12 a.play_sprite {
    top: 112px;
    left: 176px;
    height: 50px;
    width: 72px;
}

.sec05 .col-md-3 a.play_sprite {
    top: 22px;
    left: 33px;
}

.main .sec01 .container.text_container {
    padding-top: 10%;    
    width: 42%;    
    /* float: right; */    
    text-align: left;
}

/*UPDATE 01042015 IDAN SAN*/

.sec01 .caption {
    background: none !important;
}

.sec02 .details a {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
    cursor: pointer;
}

.footer-bottom span.contact_upper {
    float: left;
}

.footer-bottom .contact .contact_upper a.right {
    padding-left: 62px;
}

.footer-bottom span.contact_upper {
    float: left;
    padding-bottom: 10px;
    display: block;
}

.contact .contact_upper a.right {
    padding-left: 62px;
}

.footer-bottom span.contact_upper a {
    color: #777777;
    -webkit-transition: all 200ms ease-out;    -moz-transition: all 200ms ease-out;    -o-transition: all 200ms ease-out;    transition: all 200ms ease-out;
    cursor: pointer;
}

.footer-bottom span.contact_upper a:hover {
    color: #fff;    text-decoration: none;
}

/*.side.downloads .downloads_container {
    visibility: hidden;
}*/

/*UPDATE 05042015 IDAN SAN*/

.Lifecycle, .lifecycle h2{
    color:#d5ba61;
}

.forensics, .forensics h2{
    color:#d15551;
}

.Corporate, .corporate h2{
    color:#c5d5d1;
}

.lifecycle h2:hover, .forensics h2:hover, .corporate h2:hover{
    text-decoration: underline;
}

.yamm .yamm-content .header h1 {
    cursor: default;
}

.yamm .yamm-content .header a h1 {
    cursor: pointer;
}


.left .desc_content{
    text-align: left;
}

/*UPDATE 05042015 IDAN SAN*/

@media only screen and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2), all and (max-width: 768px) {
    .yamm.navbar {
        position: fixed;
    }

    .navbar-inverse .navbar-toggle {
        margin: 15px 0px;
    }

    .main-page h1 {
        font-size: 25px;
        line-height: 1.2em;
    }


    .main-img-container .open_desc h2 {
        font-size: 20px;
    }

    .main-img-container .bottom_desc .title_btn {
        padding: 1.5em 0;
    }

    .main_item .desc_content.content p {
        font-size: 8px;
    }

    .main-img-container .bottom_desc {
        display: none;
    }

    .main-img-container .inslide {
        left: 28%;
    }

    .second-img-container {
        height: 300px;
    }

    .main-page h2 {
        font-size: 18px;
    }

    .xlarge_text {
        font-size: 60px;
    }

    .counter-container .info-image-container .info-data {
        width: 100%;
        height: auto;
    }

    .lobby_clients_container .container .row .col-md-2c {
        float: left;
        width: 14% !important;
        margin: 0px;
        padding: 0 5px;
    }

        .lobby_clients_container .container .row .col-md-2c img {
            width: 100%;
        }

    .main-page .lobby_clients_container .container .row {
        padding: 15px 0px;
        font-size: 40px;
    }

    .large_text {
        font-size: 40px;
    }

    .mobile-info-container .info-data {
        height: auto;
        max-width: 100%;
        padding: 0;
        margin: 0;
        background: none;
        width: 100%;
        padding: 4px 15px;
        margin-bottom: 20px;
    }

    .medium_text {
        font-size: 20px;
    }

    .mobile-info-container {
        padding: 18px;
    }

        .mobile-info-container .col-md-6 {
        }

    .stars-container {
        min-width: 100%;
        width: 100%;
        text-align: center;
        margin-top: 1em;
    }

        .stars-container img {
            width: 17%;
        }

    .testimonial-container .info-text {
        margin-top: 1em;
    }

        .testimonial-container .info-text h2 {
            line-height: 1.5em;
        }

    .testimonial-container .img-container {
        min-width: 100%;
        width: 100%;
        text-align: center;
        margin-top: 1.3em;
    }

        .testimonial-container .img-container img {
            width: 45%;
        }

    .testimonial-container {
        height: 100%;
    }

        .testimonial-container .info-container {
            position: relative;
            padding: 10px 0;
        }

    body .yamm .container {
        padding: 0;
    }

    div#navbar {
        opacity: 1;
    }

    .yamm .yamm-content {
        padding: 0px;
    }

    .nav .dropdown-menu .row .col-md-3 {
    }

    .navbar-nav {
        margin: 0;
    }

    ul.dropdown-menu .row ul {
        padding: 3px;
    }

    .navbar-header {
        height: auto;
    }

    .dropdown .header h1 {
        padding: 0px 15px 10px;
    }

    .corporate.dropdown .header h1 {
        /* display: none; */
    }

    .footer-bottom {
    }

    .footer_navigation {
        display: none;
    }

    #footer .footer-top .container span.pull-left {
        display: none;
    }

    #footer .footer-top .container .pull-right {
        width: 100%;
        margin: 0;
        float: none !important;
        padding: 0;
    }

    #footer .social li {
        width: 14%;
    }

    #footer .footer-top .container {
        padding: 0;
    }

    .footer-bottom .container {
        padding: 10px 0;
    }

    .footer-bottom .contact {
        position: relative;
        right: auto;
        bottom: auto;
        padding: 0 10px;
        width: 100%;
    }

        .footer-bottom .contact .contact_upper a.right {
            float: right;
        }

    .footer-bottom span.contact_upper {
        float: none;
        width: 100%;
        padding: 0;
    }

        .footer-bottom span.contact_upper a {
            font-size: 15px;
        }

    .footer-bottom .contact span.Corporate {
        float: left;
    }

    span.xxlarge_text {
        font-size: 40px;
    }

    button.navbar-toggle {
        background-color: #333;
    }

    div#layout-featured {
        display: none;
    }

    .sec01 .text_container .xlarge_text.title {
        font-size: 1.8em;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .main .row.sec01 {
        height: 300px;
    }

    .main .verticals_container .row .col-md-3 {
        width: 100%;
        padding: 25px;
    }

    .main.lobby .sec02 .row {
        height: auto;
    }

    .row.sec02 p, .row.sec05 p {
        font-size: 15px !important;
    }

    .row.sec02 .header h1, .row.sec05 .header h1 {
        margin-bottom: 15px;
        font-size: 25px;
    }

    .verticals_container .col-md-3 .buttons {
        position: relative;
        bottom: auto;
    }

    .sec02 .details {
        margin-bottom: 25px;
    }

    .main.lifecycle .verticals_container .leftHalf_container {
        background: none;
    }

    .main .verticals_container .row .col-md-3:first-child {
        background: #62d5ba;
    }

    .event_item .details p, .news_item .details p {
        font-size: 14px;
        height: 3em;
        overflow: hidden;
    }

    .text_link {
        font-size: 18px;
    }

    .lobby_items_container .buttons a.btn-link {
        float: none;
        width: 100%;
    }

    .lobby_items_container .buttons {
        text-align: center;
    }

    .ad_inner span.xlarge_text {
        font-size: 30px;
    }

    .ad_inner .text_container.container {
        padding: 1.5em;
    }

    .event_item .details p, .news_item .details p {
        /* height: auto; */
    }

    .lobby_items_container .webinar .buttons a.btn-link {
        float: none;
    }

    .lobby_clients_container .container .row {
        padding: 20px 0;
    }

    .lifecycle .awards_container .bg {
        padding: 0;
    }

    .awards_container .col-md-4 {
    }

    .awards_container .content_container img {
        width: 100%;
    }

    .awards_container .content_container .details h1 {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .awards_container .content_container .details h2 {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .awards_container .col-md-2 {
        width: 16%;
        float: left;
    }

    .awards_container .buttons .btn-link {
        font-size: 18px;
    }

    .forensics.main .verticals_container .row .col-md-3:first-child {
        background: #a0a0a5;
    }

    .forensics.main .verticals_container .leftHalf_container {
        background: none;
    }

    .awards_container .bg {
        padding: 0;
        margin: 0;
    }

    div#footer {
    }

    .footer-bottom .contact span.contact_san {
        margin: 0;
    }

    .lobby_items_container .header h1.icon.event_icon {
        padding: 10px 0 20px 75px;
    }

    .awards_container .buttons .btn-link {
        margin: 0 !important;
    }

    .awards_container .buttons {
    }

    .product_item .details p {
        font-size: 15px;
    }

    .header h1 {
        margin-bottom: 20px;
    }

    .list_content.col-md-8 {
        margin: 0;
        padding: 0;
    }

    .product_item .details {
        font-size: 1em;
        padding-top: 10px;
    }

    body .container {
        margin-bottom: 0;
    }

    .sec01 .xlarge_text.title {
        font-size: 20px;
    }

    .sec01 .caption h2 {
        font-size: 1em;
    }

    .main .sec01 .caption a.btn-link {
        font-size: 18px;
        padding: 15px;
    }

    .downloads_container .col-md-4 .col-md-3 {
        width: 25%;
        float: left;
    }

    .downloads_container .col-md-4 .col-md-9 {
        width: 65%;
        float: left;
    }

    .downloads_container .col-md-4 {
        overflow: auto;
    }

    .row.sec04 .container {
        padding: 0;
    }

    .gallery-top.swiper-container {
        height: 300px;
    }

    .gallery-thumbs.swiper-container {
        height: 0;
    }

    .row.sec04 {
        height: 300px;
    }

    .sec05 a.btn-link {
        margin-bottom: 25px;
        display: block;
        text-align: center;
        margin-left: 7px;
    }

    .row.sec02 .header h1, .row.sec05 .header h1 {
        margin-left: 15px;
    }

    span.video_thumb {
        width: 100% !important;
        background-size: 100% 100% !important;
        height: 260px !important;
    }

    .sec05 .col-md-12 div {
        width: 100%;
        margin-left: 8px;
    }

    .sec05 .col-md-12 a.play_sprite {
        left: 40%;
    }

    .sec05 .col-md-3 div {
        width: 100%;
        margin-left: 8px;
        height: 270px;
        display: block;
    }

    .sec05 a.play_sprite {
        top: 112px !important;
        left: 176px;
        height: 50px;
        width: 72px;
        left: 40% !important;
    }

    .news_item .details {
        font-size: 1.5em;
    }

    .header .top_banner h1 {
        font-size: 18px;
    }

    .header .products h1 {
        width: 100%;
        font-size: 23px;
    }

    .event_item .details {
        font-size: 1.5em;
    }

    .header h1 {
        font-size: 23px;
    }

    #layout-main-container .zone.zone-content {
        width: 100%;
    }


    #layout-main-container .contact_item .details .row .col-md-6 {
        font-size: 18px;
    }

    #layout-main-container .page article.widget-contactUs {
        width: 100%;
    }

    form {
        margin-bottom: 25px;
        display: block;
    }

    .team_item .details {
        padding-top: 10px;
    }

        .team_item .details p {
            font-size: 15px;
        }

    .list_content ul {
        padding-left: 0;
    }

    .dropdown h2 {
        font-size: 14px;
    }

    .yamm .yamm-content {
        padding: 0 30px 20px 30px;
    }

    .testimonial_item .details p {
        font-size: 15px;
    }

    .testimonial_item .video {
        width: 100%;
        height: auto;
    }

    .testimonial_item a.play_sprite {
        left: 44%;
        top: 44%;
    }

    .testimonial_item .details {
        min-height: inherit;
    }

    .testimonial_item .video_thumb {
        height: 180px !important;
    }

    #layout-main-container .main.contacts.col-md-6{
        float:none;
        display: none;
    }
    .list_contact.contact.mobile_contact {
    display: block !important;
    }

    
.list_contact.contact.mobile_contact {
    display: block;
    padding-right: 15px;    padding-left: 15px;
}

h1 {
    padding: 50px 0 25px 0;    margin-bottom: 25px;
}

.mobile_contact .contact_item.row {
    margin: 0 !important;
}

.list_contact.contact.mobile_contact {}

.mobile_contact h2 {
    font-size: 20px;
}

.mobile_contact .details p {
    font-size: 16px;    font-family: "Open Sans", sans-serif;    overflow: auto !important;
}

.mobile_contact .details h3 {
    color: #062a3a;    margin-bottom: 25px;    margin-top: 5px;
    font-size: 16px;
}

.mobile_contact .details .row .col-md-6 {
    font-size: 18px;
}

.mobile_contact .details .row {
    margin-left: 0;
    margin-right: 0;
}

.dropdown a.lobby{
    font-size: 14px !important;
}

.search_results_list span {
    font-size: 16px;
}

.search_results_list .results .details p {
    font-size: 15px;
    margin-bottom: 0;
}

.widget-Search .search_container.pull-right {
    top: 15px !important;
    right: 60px !important;
}

.search_container label.focused {
    width: 56%;
}

.product_introduction.details h2{
    margin-top: 0 !important;
}

}


.list_contact.contact.mobile_contact {
    display: none;
}

.list_contact.contact {
  margin-bottom: 50px;
}

.dropdown h2 {
  font-weight: bold;
}

.dropdown a.lobby {
    font-family: 'Fjalla One', sans-serif;    text-transform: uppercase;    font-weight: bold;    
    font-size: 18px;    display: block;
   color: inherit;
    line-height: 1.1;
}

.dropdown a.lobby:hover, .dropdown a.lobby:hover {
    color: #062939 !important;
}

.dropdown.corporate li a.lobby {
    color: #062939;
}

.dropdown.corporate li a.lobby:hover, .dropdown.corporate li a.lobby:focus ,
.dropdown.corporate a.category_title:hover h1, .dropdown.corporate a.category_title:focus h1 {
    color: #d5ba61 !important;
}

.main .row{
    overflow:hidden;
}

.taxonomy-wrapper .expando {
    display: block !important;
}

.taxonomy-wrapper ul.terms {
    display: none !important;
}

/*140415 IDAN SAN*/

.search-summary{
    display: none;
}

/*15042015 IDAN SAN*/

.widget-search-form {
    float: none !important;
}

.widget-Search .search_container.pull-right {
    position: absolute;
    right: 15px;
    top: 90px;
    z-index: 9999;
}

/*.widget-Search .search_container label {
    width: 100%;
}*/

.search_container .submit {
    background: none !important;
    border: none !important;
    outline:0 !important;
}

div#navbar{
    z-index: 10000;
}

.search_container .focused .submit.allow {
    display: block;
}

.header.results h1{
    border: none !important;
}


/*20042015 IDAN SAN*/

.projection-page.content-item p.text-field {
    display: none;
}

.projection-page.content-item section.media-library-picker-field {
    display: none;
}

.projection-page.content-item p.link-field {
    display: none;
}

/*13052015 IDAN SAN*/

.widget-Search .search-form{
    /*position: fixed;*/
}

/*19052015 IDAN SAN*/

#layout-after-main {
    display: none;
}

.metadata .published {
    display: none;
}

/*.careers_test_area{
display: none;
}*/

/*06112015 IDAN SAN*/

.widget-CulturePicker ul {
    position: absolute;    top: 400px;
    z-index: 9999;
}

.content-localization{
    display: none !important;
}

/*170615 IDAN SAN*/

.widget-CulturePicker{
    display: none !important;
}

.credits {
    display: none !important;
}

.breadcrumb_container .breadcrumb li.last {
    max-width: 570px;    text-overflow: ellipsis;    white-space: nowrap;
}

/*UPDATE 07072015*/

.product_introduction.details h2 {
    font-size: 20px;    
    line-height: 1.4;    
    margin-top: -20px;    
    margin-bottom: 25px;
}

/*sprite lobby + sign form category*/

.dropdown .sprite.category_title {
    background: url(../Content/img/nav-plus-ic.png) top right no-repeat;
    height: 26px;
    display: inline-block;
    position: relative;
    padding-right: 35px;
    text-indent: 0 !important;
    margin-bottom: 20px;
}
.dropdown.forensics .sprite.category_title{
    background-position: 100% -26px;
}

.dropdown.corporate .sprite.category_title{
    background-position: 100% -52px;
}

.dropdown.corporate .sprite.category_title span{
    background-position: 100% 0px;
}

.dropdown .category_title.sprite span {
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background: url(../Content/img/nav-plus-ic.png) no-repeat;
    background-position: 100% -52px;
}

.dropdown .header {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 10px;
}

.dropdown .sprite h1, .dropdown li .sprite.lobby{
    line-height: 1;
}

.dropdown.mobile_languages{
    padding-left: 15px !important;
    display: none;
}

.contact_item .details .col-md-12 {
    padding-left: 0;
}

.navbar-header .pull-right>a{
	float: right;
}

.navbar .pull-right{
	width: auto;
}

/* UPDATE 2015/08/18 IDAN SAN */
.main.container.top-sm {
    padding-top: 25px;
}



/*======================================================================================================================================================*/
/*===========================================================USER STYLES SAN INTERACTIVE -IDAN==========================================================*/
/*======================================================================================================================================================*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html,
body,
body .main {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    overflow:auto !important;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.wow{visibility:hidden;}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

h1, h2, h3, p, span,
body h1, body h2, body h3, body p, body span {
    padding: 0;
    margin: 0;
}


/*================================================================================*/
/*=======================================   FONTS  ==============================*/
/*================================================================================*/



@font-face {
  font-family: 'social-cellebrite';
  src: url('fonts/social-cellebrite.eot?86650772');
  src: url('fonts/social-cellebrite.eot?86650772#iefix') format('embedded-opentype'),
       url('fonts/social-cellebrite.woff?86650772') format('woff'),
       url('fonts/social-cellebrite.ttf?86650772') format('truetype'),
       url('fonts/social-cellebrite.svg?86650772#social-cellebrite') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'social-cellebrite';
    src: url('../font/social-cellebrite.svg?66857915#social-cellebrite') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "social-cellebrite";
    font-style: normal;
    font-weight: normal;
    speak: none;
    -webkit-transition: all 200ms ease-out;  -moz-transition: all 200ms ease-out;  -o-transition: all 200ms ease-out;  transition: all 200ms ease-out;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-linkedin:before { content: '\e800'; } 
.icon-facebook:before { content: '\e801'; } 
.icon-twitter-bird:before { content: '\e802'; } 
.icon-youtube-play:before { content: '\e803'; } 
.icon-gplus:before { content: '\e804'; } 
.icon-slideshare-1:before { content: '\e805'; } 
.icon-blogger:before { content: '\e806'; }
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


.header h1{
    color: #062939; /* text color */
    font-family: 'Fjalla One', sans-serif;
    font-size: 30px;

    padding: 37px 0;
    border-bottom: 2px solid #062a3a;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 50px;
}



li > input[type="checkbox"]
{
    padding: 0;
    margin: 0;
    height: 16px;
    width: 16px;
    float: left;
    position: absolute;
    left: 16px;
    opacity: 0;
}

li > label
{
    line-height: 16px;
    padding: 0 0 0 10px;
    font-weight: normal;
}

li > input[type="checkbox"] + label
{
    background: url(../Content/img/checkbox-ic.gif) 0 0 no-repeat;
    height: 16px;
    padding-left: 25px;
    cursor: pointer;
}

li > input[type=checkbox]:checked + label,
li > input[type=checkbox]:focus:checked + label,
li > input[type=checkbox]:focus:checked + label{ background-position: 0 -32px; }

/* ==========================================================================
   Print styles
   ========================================================================== */

body .container {
    width: 980px;
    position: relative;
    height: 100%;
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    h1{
        margin:0;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*===========================================================================
Navigation
============================================================================= */


.navbar, .navbar.forensics {
    background: url(../Content/img/navbar1.jpg);
    height: 145px;
    border-bottom: 0;
}

.navbar.lifecycle{
    background: url(../Content/img/navbar2.jpg);
}

.navbar.corporate{
    background: url(../Content/img/navbar3.jpg);
}

.navbar-inverse .navbar-nav>li>a, a.register_btn h2, a.login_btn h2 {
    color: #062939;  font-family: 'Fjalla One', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: none;
    padding-left: 0;
    -webkit-transition: all 200ms ease-out;  -moz-transition: all 200ms ease-out;  -o-transition: all 200ms ease-out;  transition: all 200ms ease-out;
    padding: 15px 15px 20px 15px;
}

.breadcrumb_container{
    background: #062a3a;
}

.breadcrumb_container.forensics {
    background: #d15551;
}

.breadcrumb_container.lifecycle{
    background: #d5ba61;
}


.breadcrumb_container .breadcrumb {
    background: inherit;
    color: #fff;
    margin: 0;
    padding: 15px 2px;
}

.breadcrumb_container .breadcrumb a, .breadcrumb_container .breadcrumb li {
    color: #fff;
    font-size: 14px;
}

.breadcrumb_container .breadcrumb .active {
    font-weight: bold;
    color: #fff;
}

.breadcrumb>li+li:before {
    color: #fff;
    content: "\203A";
    font-weight: normal;
}

a.navbar-brand {
    padding: 0;
}

.navbar-header {
    width: 100%;
    height: 90px;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background: none;
    box-shadow: none;
}

.navbar-nav>li>.dropdown-menu {
    width: 100%;
    left: 0;
    border-top: 0;
}

.dropdown .caret {
    display: none;
    /*-webkit-transition: all 200ms ease-out;  -moz-transition: all 200ms ease-out;  -o-transition: all 200ms ease-out;  transition: all 200ms ease-out;*/

    width: 0;  height: 0;  margin-left: 0px;  vertical-align: middle;  border-bottom: 10px solid;  border-right: 10px solid transparent;  border-left: 10px solid transparent;  position: absolute;
    bottom: 0px;  left: 33%; border-top: 0;
    /*-webkit-transition: all 200ms ease-out;  -moz-transition: all 200ms ease-out;  -o-transition: all 200ms ease-out;  transition: all 200ms ease-out;*/
}

.dropdown .header h1 {
    border-bottom: none;
    /* margin-bottom: 10px; */
    padding: 0 10px 15px 10px;
}

.dropdown h2 {
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    display: block;
}

.forensics.dropdown h2, .forensics.dropdown h1 {
    color: #d15551;
}

.lifecycle.dropdown h2, .lifecycle.dropdown h1 {
    color: #d5ba61;
}

.corporate.dropdown h2, .corporate.dropdown h1 {
    color: #062939;
}


.dropdown li a {
    color: #434343;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;  -moz-transition: all 200ms ease-out;  -o-transition: all 200ms ease-out;  transition: all 200ms ease-out;
    line-height: 1.6;
}

li.forensics .dropdown li a:hover {
    color: #d15551;
    text-decoration: underline;
}
li.lifecycle .dropdown li a:hover {
    color: #d5ba61;
    text-decoration: underline;
}

ul.dropdown-menu .row ul {
    padding: 10px 5px 10px 0;
}
.corporate.dropdown h2:hover, .corporate.dropdown h1:hover {
    color: #000;
}

.dropdown a:hover h2, .dropdown a:hover h1 {
    color: #062939;
    text-decoration: underline;
}

.dropdown a h2, .dropdown a h1 {
    -webkit-transition: all 200ms ease-out;    -moz-transition: all 200ms ease-out;    -o-transition: all 200ms ease-out;    transition: all 200ms ease-out;
}

.corporate.dropdown h2, .corporate.dropdown h1 {
    color: #062939;
}


.dropdown li a {
    color: #434343;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;  -moz-transition: all 200ms ease-out;  -o-transition: all 200ms ease-out;  transition: all 200ms ease-out;
    line-height: 1.6;
}

li.forensics .dropdown-menu li a:hover {
    color: #d15551;
    text-decoration: underline;
}

li.lifecycle .dropdown-menu li a:hover {
    color: #d5ba61;
    text-decoration: underline;
}

li.corporate .dropdown-menu li a:hover,  li.corporate .dropdown-menu li a.lobby:hover h2{
    color: #d5ba61;
    text-decoration: underline;
}

ul.dropdown-menu .row ul {
    padding: 10px 5px 10px 0;
}

li.dropdown {
    margin-left: 15px;
}

li.dropdown.lifecycle {
    margin-left: 0;
}

li.dropdown.lifecycle a {
    padding-left: 0;
}

.dropdown li .sprite.lobby {
    background: url(../Content/img/nav-plus-small-ic.png) top right no-repeat;
    height: 15px;
    display: inline-block;
    position: relative;
    padding-right: 20px;
    text-indent: 0 !important;
    margin-bottom: 10px;
}
.dropdown.forensics li .sprite.lobby{
    background-position: 100% -15px;
}

.dropdown.corporate li .sprite.lobby{
    background-position: 100% -30px;
}

.dropdown.corporate li .sprite.lobby span{
    background-position: 100% 0px;
}

.dropdown li .lobby.sprite span {
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background: url(../Content/img/nav-plus-small-ic.png) no-repeat;
    background-position: 100% -30px;
}


/* SECTION INNER NAV AND SEARCH TERM NAVBAR */

.register_btn h2 {}

.register_btn:hover, .login_btn:hover {
    text-decoration: none;
}

.register_btn:hover h2, .login_btn:hover h2 {
    color: #fff;
    background: none;
}

.language select {
    font-family: 'Fjalla One', sans-serif;    font-size: 18px;
    color: #062939;
    background: none;
    border: 1px solid #062939;
    outline: none;
    padding: 2px 3px;
    width: 97%;
    -webkit-transition: all 200ms ease-out;  -moz-transition: all 200ms ease-out;  -o-transition: all 200ms ease-out;  transition: all 200ms ease-out;
    font-weight: normal;
}

.language label  {
    width: 100%;
    position: relative;
    display: inline-block;
    padding-top: 0px;
}

.language label::after {
    content: '';
    width: 13px;
    height: 30px;
    position: absolute;
    display: inline-block;
    padding-right: 20px;
    top: 0;
    right: 5px;
    /* 	background: url('../images/dropdown-ic.png') 0% 0 no-repeat; */
    pointer-events: none;
}

.language label select:hover{
    color:#fff;

}

.pull-right>a {
    float: left;
}

.navbar .pull-right {
    width: 300px;
}

.navbar-header .language {
    width: 130px;
    float: right;
    padding: 10px;
}

.language label select option {
    color: #062939;
}

.search_container.pull-right {
    padding: 0px 10px;
}

.search_container .search_nav {
    font-family: 'Fjalla One', sans-serif;    font-size: 18px;    color: #062939;    background: none;        outline: none;
    padding: 5px 40px 5px 10px;
    width: 100%;                    font-weight: normal;

    border: none;
}

.search_container label {
    width: 30%;    position: relative;    display: inline-block;    padding-top: 0px;
    float: right;
    -webkit-transition: all 200ms ease-out;    -moz-transition: all 200ms ease-out;    -o-transition: all 200ms ease-out;    transition: all 200ms ease-out;
    border: 1px solid transparent;
}

.search_container label::after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    display: inline-block;
    padding-right: 24px;
    top: 5px;
    right: 10px;
    background: url('../Content/img/nav-search-ic.png') 0% 0 no-repeat;
    pointer-events: none;
}

#navbar .search_container .search_nav:focus {
    width: 97%;
}

.search_container label.focused {
    width: 100%;
    border: 1px solid #062939;
}

.search_container .submit {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 35px;
}

/* ==========================================================================
   Fonts and Colors CSS
   ========================================================================== */

body .main-page{
    color:#fff;
    font-family: 'Fjalla One', sans-serif;
    font-size: 18px;
    line-height: 1.4;
}

.main h1{
    font-size: 30px;
}

.main-page h1{
    font-size: 48px;
    line-height: inherit;
}

.main h2{
    font-size: 20px;
}

.main-page h2{
    font-size: 40px;
    line-height: 1em;
}

.main h3{
    font-size: 16px;
}

.main-page h3{
    font-size: 29px;
}

p{
    color: #434343;
    line-height: 1.6;
}

.medium_text{
    font-size: 56px;
}

.large_text{
    font-size: 136px;
    line-height: 1.2em;
}

.xlarge_text{
    font-size: 170px;
    line-height: 1.125em;
}

.xxlarge_text{
    font-size: 180px;
    line-height: 1em;
}

.text_link{
    color: #62b6d5;
    font-style: italic;
    display: inline;
    -webkit-transition: all 200ms ease-out;  -moz-transition: all 200ms ease-out;  -o-transition: all 200ms ease-out;  transition: all 200ms ease-out;
}

.text_link:hover{
    color: #4d828d;
    text-decoration: underline;
}

.main {
    font-family: "Open Sans", sans-serif;
}

.lifecycle{
    color:#d5ba61;
}

.forensics{
    color:#d15551;
}

.Corporate{
    color:#c5d5d1;
}

#footer{
    background: #1c1c1c;
}

.social li a:hover{
    text-decoration: none !important;
}

.social li a:hover i.icon-slideshare-1:before {
    color: #e98325;
}

.social li a:hover i.icon-facebook:before {
    color: #3b5998;
}

.social li a:hover i.icon-youtube-play:before{
    color: #bb0000;
}
.social li a:hover i.icon-linkedin:before{
    color: #007bb6;
}

.social li a:hover i.icon-twitter-bird:before{
    color: #00aced;
}

.social li a:hover i.icon-gplus:before{
    color: #dd4b39;
}
.social li a:hover i.icon-blogger:before{
    color: #fb8f3d;
}

/* ==========================================================================
   Website CSS
   ========================================================================== */

/* FOOTER */

#footer .social li a {
    color: #777;
    font-size: 20px;
    line-height: 40px;
}

#footer .social li {
    float: left;
    margin-left: 5px;
    padding: 2px;
}

#footer .footer-top .container {
    border-bottom: 1px solid #262c2b;
    padding: 27px 15px;
}


#footer .footer-bottom .wrap li a {
    color: #777777;
    -webkit-transition: all 200ms ease-out;  -moz-transition: all 200ms ease-out;  -o-transition: all 200ms ease-out;  transition: all 200ms ease-out;
    margin-bottom: 5px;
    display: block;
    font-family: Helvetica, sans-serif;
}


.footer_navigation li h2 {
    font-family: 'Fjalla One', sans-serif;
    margin-bottom: 10px;
}


.footer_navigation li.corporate {
    color: #c6d5d2;
}

.footer_navigation ul.wrap {
    float: left;
    padding-left: 0;
    padding-right: 50px;
}

.footer-bottom .contact span {
    float: right;
    color: #777777;
    font-style: italic;
}

.footer-bottom .contact span.contact_san {
    margin-left: 25px;
    margin-top: 0px;
}

.footer-bottom {
    font-size: 14px;
}

.contact_san a {
    color: inherit;
    text-decoration: underline;
    -webkit-transition: all 200ms ease-out;  -moz-transition: all 200ms ease-out;  -o-transition: all 200ms ease-out;  transition: all 200ms ease-out;
}

.contact_san a:hover {
    color: #56a7bc;
}

#footer .footer-bottom .wrap li a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-bottom .container {
    padding: 25px 0;
}

.footer-bottom .container {
    padding: 25px 0;
    position: relative;
    display: block;
}

.footer-bottom .contact {
    position: absolute;
    right: 15px;
    bottom: 30px;
}


/*FIRST SECTION IN THE MAIN PAGE*/



.main-img-container {
    height: 870px;
    display: block;
    position: relative;
}


.social-container {
    /* height: 114px; */
    background: #041e2d;
    padding: 15px;
}

.counter-container {
    height: 627px;
}


.main-img{
    display: block;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-color: #000;
    background-image:url("../Content/img/main_image01.jpg");
}

.content.container-fluid {
    padding: 0;
    margin: 0;
}

.main-img-container .row.bottom_desc {
    position: absolute;
    bottom: 0;
}

.main-img-container .bottom_desc .title_btn {
    padding: 2.4333em 0;
}

.main-img-container .inslide {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 45%;
    margin: auto;
    right: auto;
    width: auto;
    height: 11em;
}

.main-img-container .inslide .caption {
    line-height: 4em !important;
}

.left .desc_content, .main-img-container .left .open_desc {
    text-align: right;
}

.main-img-container .open_desc h2 {
    text-transform: uppercase;
}

/*.main-img-container .col-md-6.left {*/
/*background-color: #cfb96d;*/
/*padding: 0 5% 2em 15%;*/
/*}*/

/*.main-img-container .col-md-6 {*/
/*background-color: #d06361;*/
/*padding: 0 10% 2em 5%;*/
/*opacity: 0.9;*/
/*}*/

.main-img-container .main_item {
    background-color: #d06361;
    width: 50%;
    position: absolute;
    right: 0;
    padding: 0 15% 0 5%;  margin: 0;
    bottom: 0;
}

.main-img-container .main_item.left {
    background-color: #cfb96d;
    left: 0;
    right: auto;
    padding: 0 5% 0 15%;
}

.main_item .desc_content.content {
    padding-bottom: 2.4333em;
    display: none;
    line-height: 1.6em;
}

.main-img-container .open_desc_btn {
    position: absolute;
    background-image: url(../Content/img/icons/expand-plus-minus.png);
    height: 45px;
    width: 45px;
    left: 20%;
    top: -1.25em;
}
.main-img-container .left .open_desc_btn {
    right: 20%;
    left: auto;
}

/*SECOND SECTION MAIN PAGE*/


.second-img-container {
    height: 710px;
    display: block;
    position: relative;
}

.second-img{
    display: block;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    /*background-color: #000;*/
    background-image:url("../Content/img/main_image02.jpg");
}

.second-img-container .inslide {
    text-align: center;
    text-transform: uppercase;
    padding-top: 5em;
}

.second-img .caption {
    line-height: 2.8em;
}

/*THIRD COUNTER SECTION MAIN PAGE*/

.counter-container .info-image-container{
    display: block;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-color: #000;
    background-image: url("../Content/img/counter_image_right.jpg");
}

.counter-container .left .info-image-container{
    background-image: url("../Content/img/counter_image_left.jpg");
}

.row.counter-container {
    margin: 0;
}

.social-container img {
    width: 100%;
}

.counter-container .col-md-6 {
    padding: 0;
    margin: 0;
    height: 100%;
}

.counter-container .info-image-container .info-data {
    height: 16.1111em;
    display: block;
    position: absolute;
    bottom: 0;
    background: #d06361;
    opacity: 0.9;
    padding: 1.4em 2%;
}

.counter-container .left .info-image-container .info-data {
    text-align: right;
    right: 0;
    background-color: #cfb96d;
}
.counter-container .info-data h2 {
    text-transform: uppercase;
}


/*MOBILE INFO CONTAINER MAIN PAGE*/

.mobile-info-container {
    height: 665px;
    display: block;
    width: 100%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-repeat: repeat;
    background-position: center center;
    position: relative;
    background-color: #000;
    background-image:url("../Content/img/main_image03.jpg");
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.mobile-info-container .info-data {
    height: 19.5em;
    margin-top: 5.5555em;
    max-width: 400px;
    color: #062a3a;
    background-color: #fff;
    padding: 2.3em 2%;
    text-align: center;
}

.mobile-info-container .left .info-data {
    float: right;
    background-color: #062a3a;
    color: #fff;
    text-align: left;
}

.mobile-info-container .col-md-6 {
    padding: 0;
    margin: 0;
}

.mobile-info-container h2 {
    line-height: 1.2em;
}

/*TESTIMONIAL INFO CONTAINER MAIN PAGE*/

.testimonial-container {
    height: 720px;
    display: block;
    width: 100%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-repeat: repeat;
    background-position: center center;
    position: relative;
    background-color: #000;
    background-image:url("../Content/img/main_image04.jpg");
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.stars-container ul li {
    display: inline;   list-style-type: none;
}

.info-container .info-text {
    text-align: center;
    line-height: 2.875em;
}

.testimonial-container .info-text h2 {
    line-height: inherit;
}

.testimonial-container .info-text {
    margin-top: 3em;
}

.testimonial-container .info-container {
    /* width: 50%; */  position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  margin: auto;  height: 100%;
}

.stars-container {
    margin: 2em auto 0;
    display: block;
    width: 40%;
    min-width: 750px;
}

.testimonial-container .img-container {
    display: block;
    width: 28%;
    min-width: 550px;
    margin: 3.5em auto 0;
}

.testimonial-container .img-container img {
    padding: 0 0 0 12%;
}

.testimonial-container .img-container img.first{
    padding: 0;
}

.stars-container img {
    width: 19%;
    padding: 0;
    margin: 0 0.5% 0 0;
}

.stars-container img.first{
    margin: 0;
}

/* RESET */

ul, li{
    /* list-style: none; */
}


/*CAREERS LIST ITEM*/

.main .side.col-md-4 {
    /* padding-right: 3%; */
}

.list_content li{
    position: relative;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 30px;
}

.career_item>span, .filter_container span, .filter_container h2 {
    color: #062a3a; /* text color */
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
}

.career_item .title, .filter_container h2{
    font-weight: bold;
}

.filter_container h2{
    font-style: italic;
    font-size: 20px;
}

.filter_container {
    margin-bottom: 25px;
    display: block;
}

.career_item .location{
    color: #062a3a;

    font-weight: normal;
}

.career_item .bold_text_link{
    color: #62b6d5;
    font-weight: bold;
    font-style: italic;
    text-decoration: none !important;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.career_item .career_apply{
    background: url(../Content/img/cv-ic.png) 0 0 no-repeat;
    position: absolute;
    right: 5%;
    bottom: 0;
    height: 21px;
    padding-left: 22px;
    display: block;
}

.career_item .bold_text_link:hover,
.career_item .bold_text_link:focus{
    color:#4d828d;
    background-position: 0 -21px;
}

.career_item .bold_text_link:hover span,
.career_item .bold_text_link:focus span {
    border-bottom: 1px solid #4d828d;
    text-decoration: none;
}

.career_item .bold_text_link span {
    border-bottom: 1px solid #62b6d5;
}

.filter_container>ul {
    padding: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #d1d1d1;
    display: block;
}

.main .side li {
    margin-bottom: 8px;
    color: #434343;
}


li .career_item {
    position: relative;
    margin-bottom: 30px;
}

.main .side li.all label {
    color: #062a3a;
    font-weight: bold;
}


.career_single_item .title {
    color: #d1d1d1;
    font-weight: normal;
}

.title h2 {
    font-weight: bold;
    color: #062a3a;
    display: inline;
}

.career_single_item > div {
    position: relative;
    border-bottom: 1px solid #d1d1d1;
}

.career_single_item li {
    list-style: square;
    color: #62b6d5;
}


.career_single_item h3 {
    font-weight: bold;
    color: #062a3a;
}

.career_single_item > div{
    padding: 30px 10px;
}

.career_single_item .content > div{
    padding-bottom: 30px
}

.career_single_item .content > div h3{
    display: block;
    margin-bottom: 5px;
}

.career_single_item .content .skills{
    padding-bottom: 0;
}

.career_single_item .links{
    padding-top: 15px;
    padding-bottom: 15px;
}

.career_single_item .career_apply {
    position: relative;
    float: right;
}
.career_single_item ul {
    padding-left: 25px;
}

.main {
    margin-bottom: 80px;
}

.filter_container ul ul {
    padding-left: 20px;
}

/* TEAM LIST PAGE */

.details h2 {
    color: #062a3a; /* text color */      font-weight: bold;  font-style: italic;
    margin-bottom: 10px;
}

.details h3 { /* text color */      font-weight: bold;  font-style: italic;
    color: #4d828d;
    margin-bottom: 30px;}

.team_item .details h2 {
    font-size: 24px;
}

.team_item.row {
    border-bottom: 1px solid #d1d1d1;
}

.list_content .team_item.row {
    margin-bottom: 15px;
}

.team_item img.team_image {
    width: 100%;
}

.team_item .col-md-5 {
    padding-right: 2%;
}

.team_item .col-md-7 {
    padding-right: 5%;
}

.team_item .details {
    margin-top: 3em;
}

/* PRODUCTS LOBBY */

.header .top_banner {
    background: #92a6a2;
}

.header .products h1{
    margin-bottom: 0;

    width: 67%;
}

.header .top_banner h1 {
    color: #fff;
    margin-bottom: 0;
    border: 0;
    line-height: 1.3;
    padding-right: 2%;
}

.product_item .details h2 {
    margin-bottom: 10px;
}

.product_item .details p {
    margin-bottom: 10px;
}

.product_item .details {
    padding-left: 5%;
}
img.product_thumb {
    width: 100%;
}
.list_content .row {
    border-bottom: 1px solid #d1d1d1;
    margin: 0;
}

.main .list_content .product_item {
    padding-bottom: 40px;
    margin-top: 40px;
}

.main .side.downloads.col-md-4 {
    padding-left: 5%;
}

.side.downloads .downloads_container {
    width: 240px;
    color: #062939; /* text color */
    border-bottom: 2px solid #062a3a;
    margin: 0;
}

a.side_download_banner {
    height: auto;
    display: block;
    padding-bottom: 20px;
    border-bottom: 2px solid #062a3a;
    width: 240px;
    overflow: hidden;
}

.side.downloads a span img {
    transition: all .2s ease-in-out;
}
.side.downloads a span img:hover {
    transform: scale(1.1);
}


a.side_download_banner span{
    height: 200px;
    display: block;
    overflow: hidden;
}

.side.downloads .downloads_container .header {
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    padding: 20px;
}

.side .downloads_container ul {
    padding: 0;
    margin: 0;
    /*display: none;*/
}

.main .side .downloads_container li {
    padding: 20px;
    border-top: 1px solid #d1d1d1;
    margin: 0;
}

.side .downloads_container li h3 {
    color: #062939; /* text color */      font-weight: bold;  font-style: italic;
    margin-bottom: 15px;
    line-height: 1.4;
}

.side .downloads_container li p {
    color: #062a3a;
}

.sprite.side_download_link {
    width: 19px;
    height: 17px;
}

.sprite {
    display: inline-block;
    position: relative;
    text-indent: -9999px;
    background: url(../Content/img/side-download-ic.png) no-repeat;
}
.sprite span {
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background: url(../Content/img/side-download-ic.png) no-repeat;
    background-position: 0 -17px;
}

.downloads_container .side_download_link {
    float: right;
    margin-right: -10px;
}

.expand.sprite {
    background: url(../Content/img/side-expand-ic.png) no-repeat;
    background-position: -29px 0;
    height: 29px;
    width: 29px;
}

.expand.sprite span{
    background: url(../Content/img/side-expand-ic.png) no-repeat;
    background-position: 0 -29px;
}

.expand.sprite.open {
    background: url(../Content/img/side-expand-ic.png) no-repeat;
    background-position: 0 -29px;
    height: 29px;
    width: 29px;
}

.expand.sprite.open span{
    background: url(../Content/img/side-expand-ic.png) no-repeat;
    background-position: 29px -29px;
}

.downloads_container .header .expand.sprite {
    float: right;
    margin-right: -15px;
    margin-top: -5px;
}


/* EVENTS LOBBY PAGE */

.event_item .details span,
.news_item .details span{
    /* text color */  font-size: 14px;  font-style: italic;
    margin-bottom: 15px;  display: block;
}

.event_item .details {
    padding-left: 5%;
}

.news_item .details{
    margin-bottom: 25px
}

.list_content .news_item.row {
    margin-bottom: 25px;
}

.event_item .details p,
.news_item .details p {
    color: #062a3a;
    margin-bottom: 10px;
    display: block;
}

.event_item img.event_thumb {
    width: 200px;
    height: auto;
}

.main .list_content .event_item {
    margin-top: 40px;
    padding-bottom: 40px;
}

.side .filter_container h3 {
    color: #062a3a;
    font-weight: bold;
    padding: 10px;
}

input[type="date"] {
    color: #434343;
    -moz-border-radius: 2px / 2px 2px 2px 2px;  -webkit-border-radius: 2px / 2px 2px 2px 2px;  border-radius: 2px / 2px 2px 2px 2px; /* border radius */  -moz-background-clip: padding;  -webkit-background-clip: padding-box;  background-clip: padding-box; /* prevents bg color from leaking outside the border */  background-color: #f1f1f1; /* layer fill content */;
    border: 0;
    width: 80%;
    padding-left: 15px;
}

.date_container {
    margin-bottom: 25px;
}


/* WEBINARS LOBBY PAGE */

.webinar_container {
    border-bottom: 2px solid #062a3a;
}

.webinar_container h1 {
    padding: 20px;
    margin-bottom: 0;
}

.list_content.col-md-8 {
}

.list_content .row.header {
    border: 0;
}

/* TESTIMONIAL ITEMS */
.testimonial_item {
    margin-bottom: 50px;
}

.testimonial_item .details h3 {
    color: #062a3a;
    font-style: normal;
    margin-bottom: 10px;
}

.testimonial_item .details {
    padding-top: 15px;
    padding-left: 15px;
}


/* INNER PAGE ? ABOUT */

.main.inner .row p {
    padding-top: 40px;
}

a.side_download_banner.profile span {
    height: 240px;
}

a.side_download_banner.article span {
    height: 400px;
}

a.side_download_banner.article{
    border-bottom: none;
}

.event_item .col-md-7 .details {
    padding-left: 10%;
}

.inner_content .event_item {
    margin-bottom: 40px;
}

.side.downloads .about_container span {
    height: 180px;    display: block;    overflow: hidden;
}

.side.downloads .about_container .image_link {
    display: block;
}

a.side_download_banner.profile {
    border: none;
}

.side.downloads .about_container {
    width: 240px;    display: block;    overflow: hidden;
}

.main.inner .row .about_container p {
    padding: 0;
    margin: 10px 0;
}

.main.inner .row .about_container div {
    padding: 12px;
    background: #e2e2e2;
}

.side.downloads .about_container h3 {
    color: #062939; /* text color */      font-weight: bold;  font-style: italic;
    margin-bottom: 10px;
}

.inner_content .event_item .details h2 {
    font-weight: normal;
    line-height: 1.4;
}

.main .row.inner {
    padding-top: 70px;
}

/*CLIENTS PAGE*/

.clients.container {
    width: 1000px;
}

.col-md-2c {
    width: 14.25%;
    margin: 0px;
}

.col-md-2c img {
    border: 1px solid #cecece;
}
.client_item {
    margin-bottom: 10px;
}

.main.clients .row {
    margin-bottom: 50px;
}

.clients .details h3 {
    color: #062a3a;
}

.clients .details {
    padding: 0 2%;
}

/* SEARCH RESULTS PAGE */

.results .details h3 {
    color: #062a3a;
    margin-bottom: 5px;
}

.results .details span {
    color: #062a3a;
    margin-bottom: 5px;
    display: block;
}

.results .details p {
    margin-bottom: 10px;
}

.list_content .results.row {
    padding: 20px 0;
}

/* PRODUCT PAGE */

.sec01 .xlarge_text.title {
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    font-size: 50px;
    margin-bottom: 15px;
    display: block;
}

.main .row.sec01{
    height: 495px;
}

.main .row.sec01 .bg{
    display: block;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-color: #000;
    background-image:url("../Content/img/products/product-main01.jpg");
}

.sec01 .caption {
    text-align: center;

    display: block;
    width: 65%;
    margin: 0 auto;
    padding: 50px 30px;
    background: rgba(0,0,0,0.8);
}

.main .sec01 .container {
    height: 100%;
    position: relative;
}

.sec01 .caption h2 {
    color: #fff;
    font-size: 24px;
    font-style: italic;
    display: block;
    margin-bottom: 50px;
}

.sec01 .inslide {
    position: absolute;    top: 0;    bottom: 0;
    left: 0;    margin: auto;
    right: 0;    width: auto;
    height: 297px;
}

.main .sec01 .caption a.btn-link {
    color: #77bfdb;
    font-family: 'Fjalla One', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    background: #fff;
    padding: 20px 65px;
    -webkit-transition: all 200ms ease-out;  -moz-transition: all 200ms ease-out;  -o-transition: all 200ms ease-out;  transition: all 200ms ease-out;
}

.main .sec01 .caption a.btn-link:hover {
    color: #3b5998;
    text-decoration: none;
    padding: 22px 67px;
}

.sec01 .inslide {
    position: absolute;    top: 0;    bottom: 0;
    left: 0;    margin: auto;
    right: 0;    width: auto;
    height: 297px;
}

.main .sec01 .caption a.btn-link {
    color: #77bfdb;
    font-family: 'Fjalla One', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    background: #fff;
    padding: 20px 65px;
    -webkit-transition: all 200ms ease-out;  -moz-transition: all 200ms ease-out;  -o-transition: all 200ms ease-out;  transition: all 200ms ease-out;
}

.main .sec01 .caption a.btn-link:hover {
    color: #3b5998;
    text-decoration: none;
    padding: 22px 67px;
}

.row.sec02 {
    background: #5e6367;
}

.row.sec02 .container, .row.sec05 .container{
    padding: 50px 0;
}

.row.sec02 .header h1, .row.sec05 .header h1 {
    padding: 0;
    border: none;
    color: #fff;
    margin-bottom: 25px;
}

.row.sec02 p, .row.sec05 p {
    color: #fff;
}

.buttons a.btn-link {
    font-size: 18px;
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 10px 25px;
    margin-right: 15px;
    -webkit-transition: all 200ms ease-out;  -moz-transition: all 200ms ease-out;  -o-transition: all 200ms ease-out;  transition: all 200ms ease-out;
}
.sec02 .details {
    margin-bottom: 40px;
}

.buttons a.btn-link:hover, .buttons a.btn-link:focus {
    color: #3b5998;
    text-decoration: none;
    border: 1px solid #3b5998;
    background: #fff;
    outline: none;
}

.sec03 h1.downloads_icon {
    background: url(../Content/img/icons/downloads-ic.png) 0 0 no-repeat;
    height: 42px;
    padding: 5px 63px;
    border: none;
    margin-bottom: 20px;
    margin-left: 20px;
}

.sec03 .header {
    border-bottom: 2px solid #062a3a;
    margin: 0 0 25px 0;
    display: block;
}

.sec03 .container {
    padding: 50px 0;
}

.sec03 .col-md-4 h3 {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.downloads_container .col-md-4 {
    margin: 25px 0;
}

.row.sec05 {
    background: #003f5e;
}

.row.sec05 .col-md-6 {
    padding-left: 0;
}

.row.sec05 .details {
    padding-right: 10%;
    display: block;
    margin-bottom: 50px;
}

.sec05 a.btn-link {
    padding: 10px 50px;
}

.sec05 .video_thumb img {
    width: 100%;
}

.sec05 .col-md-6 .row {
    max-width: 438px;
    margin: 0;
}

.sec05 .col-md-6 .row .col-md-12 {
    padding: 0;
}

.sec05 .col-md-6 .row .col-md-3 {
    padding: 0px 5px;
}

/*IMAGE GALLERY ======= PRODUCT PAGE*/

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.row.sec04 {
    background: #1f1f1f;
    height: 800px;
}

.row.sec04 .container {
    padding: 50px 0;
}

.swiper-container .swiper-button-prev.swiper-button-white {
    background: url(../Content/img/icons/product-gallery-left-arrow.png) 0 0 no-repeat;
}

.swiper-container .swiper-button-next.swiper-button-white{
    background: url(../Content/img/icons/product-gallery-right-arrow.png) 0 0 no-repeat;
}

.swiper-container .swiper-button-white:hover, .swiper-button-white:focus {
    background-position: 0px -45px;
}

.swiper-container .swiper-button-white.swiper-button-disabled:hover, .swiper-button-white.swiper-button-disabled:focus {
    background-position: 0px 0px;
}

.swiper-container .swiper-button-white {
    height: 45px;    width: 45px;
}


 
/*LOBBY PAGE  FORENSICS/LIFECYCLE*/
 
.main .sec01 .container.buttons_container {
    position: absolute;
    top: 0;
    margin: 0 auto;
    display: block;
}
 
.swiper-container.gallery-lobby {
    height: 100%;
    position: relative;
}
 
.buttons_container {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}
 
.main .sec01 .container.text_container {
    text-align: right;
    padding-left: 24%;
}
 
.sec01 .text_container .xlarge_text.title {
    /* width: 20%; */
    /* float: right; */
    /* text-align: left; */
    display: block;
    margin-bottom: 40px;
}
 
/* SWIPER PAGINATION */
 
.swiper-container .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
}
 
.swiper-container .swiper-pagination-bullet-active {
    background: #92a6a2;
}
 
.swiper-pagination {
    margin-bottom: 5px;
}
 
 
/* VERTICALS CONTAINER */
  .main.lobby .sec02 .row{
    position: relative;
    height: 335px;
}
.main .verticals_container .row .col-md-3 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 70px;
    height:100%;
}
 
.main .verticals_container {
    background: #5e6367;
    position: relative;
    margin-bottom: 45px;
}
 
.main .verticals_container .leftHalf_container{
    background: #a0a0a5;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    position: absolute;
}
 
.main .verticals_container .col-md-3.ml {
    background: #003f5e;
}
 
.main .verticals_container .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
 
.main .verticals_container .col-md-3.mr {
    background: #3e8ca5;
}
 
/* INNER AD LOBBY PAGE */
 
.ad_inner span.xlarge_text {
    font-size: 60px;
    color: #041e2d;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
}
 
.ad_inner .bg {
    display: block;    height: 100%;    width: 100%;    -webkit-background-size: cover !important;    -moz-background-size: cover !important;    background-size: cover !important;    background-repeat: no-repeat;    background-position: center center;    position: relative;    background-color: #000;
    background-image: url(../Content/img/lobby-promo-grey.jpg);
}
 
.row.ad_inner {
    position: relative;
    display: block;
}
 
.ad_inner .text_container.container {
    padding: 3em 6%;
    text-align: center;
}
 
/* AWARDS SECTION LOBBY PAGE */
 
.awards_container .details {
    text-align: center;    color: #041e2d;    font-family: 'Fjalla One', sans-serif;    text-transform: uppercase;
}
 
.awards_container .bg {
    display: block;    height: 100%;    width: 100%;    -webkit-background-size: cover !important;    -moz-background-size: cover !important;    background-size: cover !important;    background-repeat: no-repeat;    background-position: center center;    position: relative;    background-color: #000;
    background-image: url(../Content/img/lobby-awards-forensics.jpg);
    padding: 50px;
}
 
.awards_container .inslide.container {
    background: #fff;
    background: rgba(255, 255, 255, .7);
}
 
.awards_container .content_container {
    text-align: center;
    display: block;
    margin: 25px 0;
}
 
.awards_container  .center .content_container{
    margin-top: 68%;
}
.awards_container .content_container .details {}
 
.awards_container .content_container .details h1 {
    margin-bottom: 15px;
    line-height: 1.3;
}
 
.awards_container .content_container .details h2 {
    font-style: initial;
    line-height: 1.4;
    text-decoration: none;
    cursor: default;
}
 
.awards_container .buttons {
    text-align: center;
    display: block;
    margin: 50px 0;
}
 
.awards_container .buttons .btn-link {
    background: #062a3a;
    border: none;
    font-size: 30px;
    padding: 20px 35px;
}
 
/*UPDATE 01032015 IDAN SAN INTERACTIVE*/


/* INNER LISTS LOBBY */
 
.lobby_items_container .header h1.icon {
    background: url(../Content/img/lobby-icons/title-news.png) 0 0 no-repeat;
    height: 75px;
    padding: 45px 0px 45px 75px;    border: none;
    margin-bottom: 5px;
    margin-left: 0px;
}
 
.lobby_items_container .header h1.icon.press_icon {
    background: url(../Content/img/lobby-icons/title-press.png) 0 0 no-repeat;
}
 
.lobby_items_container .header h1.icon.speaking_icon {
    background: url(../Content/img/lobby-icons/title-speaking.png) 0 0 no-repeat;
}
 
.lobby_items_container .header h1.icon.user_icon {
    background: url(../Content/img/lobby-icons/title-user.png) 0 0 no-repeat;
}
 
.lobby_items_container .header h1.icon.webinar_icon {
    background: url(../Content/img/lobby-icons/title-webinar.png) 0 0 no-repeat;
}
 
.lobby_items_container .header h1.icon.event_icon {
    background: url(../Content/img/lobby-icons/title-event.png) 0 0 no-repeat;
}
 
.lobby_items_container .header {
    border-bottom: 2px solid #062a3a;
    margin: 25px 0;    display: block;
}
 
.lobby_items_container .lobby_list img {
    border: 1px solid #cdcdcd;
    margin: 0 0 10px 0;
}
 
.lobby_items_container .details span {
    color: #434343;
}
 
.lobby_items_container .col-md-12 .details {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 34px;
}
 
.lobby_items_container .col-md-12 .details a {
    margin-bottom: 25px;
    display: block;
}
 
.lobby_items_container .col-md-6 {
    padding-right: 5%;
}
 
.lobby_items_container .buttons a.btn-link {
    background: #062a3a;    border: none;
    float: right;
    padding: 10px 35px;
}
 
.lobby_items_container.row {
    padding: 0 0 50px 0;
}
 
.lobby_items_container .buttons a.btn-link:hover, .lobby_items_container .buttons a.btn-link:focus {
    background: #62b6d5;
    color: #fff;
    outline: none;
}
 
.awards_container .buttons a.btn-link:hover, .awards_container .buttons a.btn-link:focus {
    background: #62b6d5;    color: #fff;    outline: none;
    border: none;
}
 
.lobby_items_container .col-md-6 .col-md-4 img {
    width: 100%;
}
 
.lobby_items_container .col-md-6 .col-md-4 {
    padding-right: 0;
    margin-left: -15px;
}
 
.lobby_items_container .col-md-6 .event_item {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
}
 
.lobby_items_container .col-md-6 .col-md-8 .details {
    display: block;
    margin-bottom: 25px;
}
.lobby_items_container.bottom .header {
    border-top: 2px solid #062a3a;
}
 
.lobby_items_container .webinar .col-md-12 .details {
    border: none;
}
 
.lobby_items_container .webinar .buttons a.btn-link {
    float: left;
}

.main.lobby .row {
    margin-left: 0;
    margin-right: 0;
}

/*UPDATE 020315 SAN IDAN*/

.main.lifecycle .verticals_container .leftHalf_container {
    background: #62d5ba;
}

.main.lifecycle .verticals_container {
    background: #62b6d5;
}

.main.lifecycle .verticals_container .col-md-3.ml {
    background: #4d828d;
}

.main.lifecycle .verticals_container .col-md-3.mr {
    background: #062a3a;
}

.lobby_items_container .details h3 {
    line-height: 1.6;
    margin-bottom: 10px;
}

.lobby_clients_container {
    background: #062a3a;
    margin: 0 !important;
}

.lobby_clients_container .container .row {
    padding: 47px 0px;
}

.lobby_clients_container .container .row .col-md-2c {
    text-align: center;
}

.lobby_clients_container .container .row .col-md-2c img {
    border: none;
}

.lifecycle .ad_inner .bg {
    background-image: url(../Content/img/lobby-promo-gold.jpg);
}

.lifecycle .awards_container .bg {
    background-image: url(../Content/img/lobby-awards-lifecycle.jpg);
}

/*CONTACT US PAGE*/

.main .contact input,
.main .contact textarea,
.main .contact select{
    color: #7a7a7a; /* text color */  font-family: "Open Sans", sans-serif;  font-size: 18px;  font-style: italic;
    -moz-border-radius: 2px;  -webkit-border-radius: 2px;  border-radius: 2px; /* border radius */  -moz-background-clip: padding;  -webkit-background-clip: padding-box;  background-clip: padding-box; /* prevents bg color from leaking outside the border */  background-color: #f1f1f1; /* layer fill content */;
    border: none;
    width: 95%;
    padding: 10px;
    margin-bottom: 25px;
}

.main .contact span.glyphicon-asterisk{
    color: #d15551; /* text color */
    font-family: "Myriad Pro";
    font-size: 30px;
    float: right;

    margin-top: 10px;
}

.main .contact .area span.glyphicon-asterisk{
}

.contact form .buttons .btn-link {
    font-size: 18px;
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    margin-right: 15px;
    -webkit-transition: all 200ms ease-out;  -moz-transition: all 200ms ease-out;  -o-transition: all 200ms ease-out;  transition: all 200ms ease-out;
    background: #062a3a;
    border: none;
    float: right;
    padding: 10px 35px;
    width: auto;
    margin-right: 5%;
    font-style: normal;
}

.contact form .buttons .btn-link:hover,
.contact form .buttons .btn-link:focus{
    background: #62b6d5;
    color: #fff;
    outline: none;
    text-decoration: none;
}

.main .contact .header h1 {
    padding: 50px 0 25px 0;
    margin-bottom: 25px;
}

.contact.col-md-6 {
    padding-right: 5%;
}

.contact .details h3 {
    color: #062a3a;
    margin-bottom: 25px;
    margin-top: 5px;
}

.contact .details div h3 {
    float: left;
    margin-right: 5px;
    margin-bottom: 0;
}

.contact .contact_item .row {
    width: 100%;
}

.contact_item .col-md-6 {
    line-height: 1.6;
    padding-right:0 ;
    padding-left:0 ;
}

.contact_item .details {
    display: block;
    padding: 10px;
}

.buttons span.mand {
    color: #d15551; /* text color */  font-family: "Open Sans", sans-serif;  font-size: 14px;  font-style: italic;
}

input.error, textarea.error, select.error {
    background: #d15551;
    color: #fff;
}


.team_item .col-md-7 {
    padding-right: 0%;
}


/*UPDATE 12032015 IDAN*/

.col-md-2c {
  width: 14.2% !important;
  margin: 0px;
}

.col-md-2c.client_item {
    margin-bottom: 10px !important;
}

/*UPDATE 14032015 IDAN HIDE NAV*/

/*#layout-navigation, #layout-header{
    display:none;
}*/

/*UPDATE 16032015 IDAN SAN*/

.content-item .event_item .col-md-5 img{
    width: 274px;
}

/* UPDATE 18032015 IDAN SAN */

.row.sec02 p, .row.sec05 p {
    font-size: inherit !important;
    margin: 0 !important;
    line-height: inherit !important;
}

.row.sec02 p span{
    font: inherit  !important;
    line-height: inherit !important;
    color: #fff !important;
}

/*UPDATE 19032015 IDAN SAN*/

.main .row {
    margin-right: 0;
    margin-left:0;
}

.page .main.inner .row p {
  padding-top: 20px;
}

/*UPDATE 22032015 IDAN SAN*/

/*NAVIGATION*/

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background: none !important;
}

.widget-navigation .navbar-inverse .navbar-nav > li > a, a.register_btn h2, a.login_btn h2 {
    color: #062939;
}

.dropdown-toggle .caret {
  display: none;
  /*-webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;*/
}

.dropdown .caret {
    color: #fff;
}

#layout-navigation {
    height: 145px;
}
#layout-header {
    display: none;
}

.lobby .sec01{
    /* display: none; */
}

/*RESPONSIVE CSS*/

@media only screen and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2), all and (max-width: 768px){

div#layout-navigation {
    height: 80px;
}

.navbar-header {
}

.navbar-brand img {
    height: 50px;
}

/*MAIN PAGE*/

.counter-container .col-md-6{
    height: 50%;
}

.mobile-info-container {
    height: auto;
}

.mobile-info-container .info-data {
    margin-bottom: 5.555em;
}

/*LOBBY PAGE*/

.main .verticals_container .row .col-md-3 {
    width: 25%;
    float: left;
}

.awards_container .col-md-4 {
    width: 33.3333%;
    float: left;
}
.container {
    width: 100% !important;
}

div#navbar {
    width: 100%;    background: #fff;    opacity: .7;    margin: 0 !important;
    max-height: inherit;
}

li.dropdown.lifecycle {
    margin-left: 15px;
}

li.dropdown a {
    padding-left: 0 !important;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: inherit !important;
}

.nav .dropdown-menu .row .col-md-3 {
    width: 50%;
    float: left;
}

body .yamm .container{
	width: 100%;
}

.navbar .pull-right{
	display: none;
}
.testimonial_item .details{
    min-height:0;
}

/*UPDATE 25032015 SAN IDAN*/


.details {
    font-size: 3em;
    padding: 0 5%;
}

.buttons a.btn-link {
    width: 100%;
}

.sec01 .xlarge_text.title {
    font-size: 4em;
}

.sec01 .caption h2 {
    font-size: 2em;
}

.navbar, .navbar.forensics {
    height: 80px;
}

.dropdown.mobile_languages{
    display: block !important;
}

.contact_links .col-md-4 {
    padding-right: 15px;
}

}

.awards_container .buttons .btn-link {
    white-space: nowrap;
}

/* UPDATE 23032015 IDAN SAN */

.team_item .details {
     margin-top: 0em;
}

.list_content .team_item.row {
  margin-bottom: 3em;
}

.list_content .team_item.row {
  margin-bottom: 40px;
}

.testimonial_item .details{
    min-height:340px;
}

/*UPDATE 24032015 IDAN SAN*/

.filter_container .buttons a.btn-link {
    background: #062a3a;    border: none;    float: right;    padding: 10px 35px;
}

.filter_container .buttons a.btn-link:hover, .filter_container .buttons a.btn-link:focus {
  background: #62b6d5;
  color: #fff;
  outline: none;
}

.testimonial_item .video{
    height:169px;
    width: 300px;
    display: block;
    position: relative;
}

.testimonial_item .video_thumb{
        display: block;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-color: #000;
}

.testimonial_item a.play_sprite {
    display:inline-block;
    position: absolute;
    height: 30px;
    width: 43px;
    top: 69px;
    background:url(../Content/img/playsprite.png) 0 0 no-repeat;
    left: 127px;
    background-size: 100%;
}

.testimonial_item a.play_sprite:hover {
    height: 30px;
    width: 43px;
    background-position: 0 bottom;
}

/*UPDATE 25032015 IDAN SAN*/

.side .buttons {
  width: 85%;
}


/*UPDATE 28032015 IDAN SAN*/

.main.inner .row .about_container p {
    padding-top: 0;
}

.scroll_more span {
    color: #fff; /* text color */  font-family: "Open Sans", sans-serif;  font-size: 14px;
    text-transform: none;
    background: url(../Content/img/scroll-more-ic.png) no-repeat;
    background-position: center; 
    padding-bottom: 40px;
}

.scroll_more {
    display: block;
    text-align: center;
    padding-top: 25px;
}

.second-img-container .inslide {
    position: relative;
    padding-top: 3em;
}

/*UPDATE 29032015 IDAN SAN*/

span.video_thumb {
    display: block;    height: 100%;    width: 100%;    -webkit-background-size: cover !important;    -moz-background-size: cover !important;    background-size: cover !important;    background-repeat: no-repeat;    background-position: center center;    position: relative;    background-color: #000;    
    
}

.sec05 .col-md-12 div {
    width: 438px;    height: 270px;    display: block;
}

.sec05 .col-md-3 div {
    width: 100px;    height: 75px;
}

a.play_sprite {
    display:inline-block;
    position: absolute;
    height: 30px;
    width: 43px;
    top: 69px;
    background:url(../Content/img/playsprite.png) 0 0 no-repeat;
    left: 127px;
    background-size: 100%;
}

a.play_sprite:hover {
    height: 30px;
    width: 43px;
    background-position: 0 bottom;
}

.sec05 .col-md-12 a.play_sprite {
    top: 112px;
    left: 176px;
    height: 50px;
    width: 72px;
}

.sec05 .col-md-3 a.play_sprite {
    top: 22px;
    left: 33px;
}

.main .sec01 .container.text_container {
    padding-top: 10%;    
    width: 42%;    
    /* float: right; */    
    text-align: left;
}

/*UPDATE 01042015 IDAN SAN*/

.sec01 .caption {
    background: none !important;
}

.sec02 .details a {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
    cursor: pointer;
}

.footer-bottom span.contact_upper {
    float: left;
}

.footer-bottom .contact .contact_upper a.right {
    padding-left: 62px;
}

.footer-bottom span.contact_upper {
    float: left;
    padding-bottom: 10px;
    display: block;
}

.contact .contact_upper a.right {
    padding-left: 62px;
}

.footer-bottom span.contact_upper a {
    color: #777777;
    -webkit-transition: all 200ms ease-out;    -moz-transition: all 200ms ease-out;    -o-transition: all 200ms ease-out;    transition: all 200ms ease-out;
    cursor: pointer;
}

.footer-bottom span.contact_upper a:hover {
    color: #fff;    text-decoration: none;
}

/*.side.downloads .downloads_container {
    visibility: hidden;
}*/

/*UPDATE 05042015 IDAN SAN*/

.Lifecycle, .lifecycle h2{
    color:#d5ba61;
}

.forensics, .forensics h2{
    color:#d15551;
}

.Corporate, .corporate h2{
    color:#c5d5d1;
}

.lifecycle h2:hover, .forensics h2:hover, .corporate h2:hover{
    text-decoration: underline;
}

.yamm .yamm-content .header h1 {
    cursor: default;
}

.yamm .yamm-content .header a h1 {
    cursor: pointer;
}


.left .desc_content{
    text-align: left;
}

/*UPDATE 05042015 IDAN SAN*/

@media only screen and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2), all and (max-width: 768px) {
    .yamm.navbar {
        position: fixed;
    }

    .navbar-inverse .navbar-toggle {
        margin: 15px 0px;
    }

    .main-page h1 {
        font-size: 25px;
        line-height: 1.2em;
    }


    .main-img-container .open_desc h2 {
        font-size: 20px;
    }

    .main-img-container .bottom_desc .title_btn {
        padding: 1.5em 0;
    }

    .main_item .desc_content.content p {
        font-size: 8px;
    }

    .main-img-container .bottom_desc {
        display: none;
    }

    .main-img-container .inslide {
        left: 28%;
    }

    .second-img-container {
        height: 300px;
    }

    .main-page h2 {
        font-size: 18px;
    }

    .xlarge_text {
        font-size: 60px;
    }

    .counter-container .info-image-container .info-data {
        width: 100%;
        height: auto;
    }

    .lobby_clients_container .container .row .col-md-2c {
        float: left;
        width: 14% !important;
        margin: 0px;
        padding: 0 5px;
    }

        .lobby_clients_container .container .row .col-md-2c img {
            width: 100%;
        }

    .main-page .lobby_clients_container .container .row {
        padding: 15px 0px;
        font-size: 40px;
    }

    .large_text {
        font-size: 40px;
    }

    .mobile-info-container .info-data {
        height: auto;
        max-width: 100%;
        padding: 0;
        margin: 0;
        background: none;
        width: 100%;
        padding: 4px 15px;
        margin-bottom: 20px;
    }

    .medium_text {
        font-size: 20px;
    }

    .mobile-info-container {
        padding: 18px;
    }

        .mobile-info-container .col-md-6 {
        }

    .stars-container {
        min-width: 100%;
        width: 100%;
        text-align: center;
        margin-top: 1em;
    }

        .stars-container img {
            width: 17%;
        }

    .testimonial-container .info-text {
        margin-top: 1em;
    }

        .testimonial-container .info-text h2 {
            line-height: 1.5em;
        }

    .testimonial-container .img-container {
        min-width: 100%;
        width: 100%;
        text-align: center;
        margin-top: 1.3em;
    }

        .testimonial-container .img-container img {
            width: 45%;
        }

    .testimonial-container {
        height: 100%;
    }

        .testimonial-container .info-container {
            position: relative;
            padding: 10px 0;
        }

    body .yamm .container {
        padding: 0;
    }

    div#navbar {
        opacity: 1;
    }

    .yamm .yamm-content {
        padding: 0px;
    }

    .nav .dropdown-menu .row .col-md-3 {
    }

    .navbar-nav {
        margin: 0;
    }

    ul.dropdown-menu .row ul {
        padding: 3px;
    }

    .navbar-header {
        height: auto;
    }

    .dropdown .header h1 {
        padding: 0px 15px 10px;
    }

    .corporate.dropdown .header h1 {
        /* display: none; */
    }

    .footer-bottom {
    }

    .footer_navigation {
        display: none;
    }

    #footer .footer-top .container span.pull-left {
        display: none;
    }

    #footer .footer-top .container .pull-right {
        width: 100%;
        margin: 0;
        float: none !important;
        padding: 0;
    }

    #footer .social li {
        width: 14%;
    }

    #footer .footer-top .container {
        padding: 0;
    }

    .footer-bottom .container {
        padding: 10px 0;
    }

    .footer-bottom .contact {
        position: relative;
        right: auto;
        bottom: auto;
        padding: 0 10px;
        width: 100%;
    }

        .footer-bottom .contact .contact_upper a.right {
            float: right;
        }

    .footer-bottom span.contact_upper {
        float: none;
        width: 100%;
        padding: 0;
    }

        .footer-bottom span.contact_upper a {
            font-size: 15px;
        }

    .footer-bottom .contact span.Corporate {
        float: left;
    }

    span.xxlarge_text {
        font-size: 40px;
    }

    button.navbar-toggle {
        background-color: #333;
    }

    div#layout-featured {
        display: none;
    }

    .sec01 .text_container .xlarge_text.title {
        font-size: 1.8em;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .main .row.sec01 {
        height: 300px;
    }

    .main .verticals_container .row .col-md-3 {
        width: 100%;
        padding: 25px;
    }

    .main.lobby .sec02 .row {
        height: auto;
    }

    .row.sec02 p, .row.sec05 p {
        font-size: 15px !important;
    }

    .row.sec02 .header h1, .row.sec05 .header h1 {
        margin-bottom: 15px;
        font-size: 25px;
    }

    .verticals_container .col-md-3 .buttons {
        position: relative;
        bottom: auto;
    }

    .sec02 .details {
        margin-bottom: 25px;
    }

    .main.lifecycle .verticals_container .leftHalf_container {
        background: none;
    }

    .main .verticals_container .row .col-md-3:first-child {
        background: #62d5ba;
    }

    .event_item .details p, .news_item .details p {
        font-size: 14px;
        height: 3em;
        overflow: hidden;
    }

    .text_link {
        font-size: 18px;
    }

    .lobby_items_container .buttons a.btn-link {
        float: none;
        width: 100%;
    }

    .lobby_items_container .buttons {
        text-align: center;
    }

    .ad_inner span.xlarge_text {
        font-size: 30px;
    }

    .ad_inner .text_container.container {
        padding: 1.5em;
    }

    .event_item .details p, .news_item .details p {
        /* height: auto; */
    }

    .lobby_items_container .webinar .buttons a.btn-link {
        float: none;
    }

    .lobby_clients_container .container .row {
        padding: 20px 0;
    }

    .lifecycle .awards_container .bg {
        padding: 0;
    }

    .awards_container .col-md-4 {
    }

    .awards_container .content_container img {
        width: 100%;
    }

    .awards_container .content_container .details h1 {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .awards_container .content_container .details h2 {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .awards_container .col-md-2 {
        width: 16%;
        float: left;
    }

    .awards_container .buttons .btn-link {
        font-size: 18px;
    }

    .forensics.main .verticals_container .row .col-md-3:first-child {
        background: #a0a0a5;
    }

    .forensics.main .verticals_container .leftHalf_container {
        background: none;
    }

    .awards_container .bg {
        padding: 0;
        margin: 0;
    }

    div#footer {
    }

    .footer-bottom .contact span.contact_san {
        margin: 0;
    }

    .lobby_items_container .header h1.icon.event_icon {
        padding: 10px 0 20px 75px;
    }

    .awards_container .buttons .btn-link {
        margin: 0 !important;
    }

    .awards_container .buttons {
    }

    .product_item .details p {
        font-size: 15px;
    }

    .header h1 {
        margin-bottom: 20px;
    }

    .list_content.col-md-8 {
        margin: 0;
        padding: 0;
    }

    .product_item .details {
        font-size: 1em;
        padding-top: 10px;
    }

    body .container {
        margin-bottom: 0;
    }

    .sec01 .xlarge_text.title {
        font-size: 20px;
    }

    .sec01 .caption h2 {
        font-size: 1em;
    }

    .main .sec01 .caption a.btn-link {
        font-size: 18px;
        padding: 15px;
    }

    .downloads_container .col-md-4 .col-md-3 {
        width: 25%;
        float: left;
    }

    .downloads_container .col-md-4 .col-md-9 {
        width: 65%;
        float: left;
    }

    .downloads_container .col-md-4 {
        overflow: auto;
    }

    .row.sec04 .container {
        padding: 0;
    }

    .gallery-top.swiper-container {
        height: 300px;
    }

    .gallery-thumbs.swiper-container {
        height: 0;
    }

    .row.sec04 {
        height: 300px;
    }

    .sec05 a.btn-link {
        margin-bottom: 25px;
        display: block;
        text-align: center;
        margin-left: 7px;
    }

    .row.sec02 .header h1, .row.sec05 .header h1 {
        margin-left: 15px;
    }

    span.video_thumb {
        width: 100% !important;
        background-size: 100% 100% !important;
        height: 260px !important;
    }

    .sec05 .col-md-12 div {
        width: 100%;
        margin-left: 8px;
    }

    .sec05 .col-md-12 a.play_sprite {
        left: 40%;
    }

    .sec05 .col-md-3 div {
        width: 100%;
        margin-left: 8px;
        height: 270px;
        display: block;
    }

    .sec05 a.play_sprite {
        top: 112px !important;
        left: 176px;
        height: 50px;
        width: 72px;
        left: 40% !important;
    }

    .news_item .details {
        font-size: 1.5em;
    }

    .header .top_banner h1 {
        font-size: 18px;
    }

    .header .products h1 {
        width: 100%;
        font-size: 23px;
    }

    .event_item .details {
        font-size: 1.5em;
    }

    .header h1 {
        font-size: 23px;
    }

    #layout-main-container .zone.zone-content {
        width: 100%;
    }


    #layout-main-container .contact_item .details .row .col-md-6,
    #layout-main-container .contact_item .details .row .col-md-12  {
        font-size: 18px;
    }

    #layout-main-container .page article.widget-contactUs {
        width: 100%;
    }

    form {
        margin-bottom: 25px;
        display: block;
    }

    .team_item .details {
        padding-top: 10px;
    }

        .team_item .details p {
            font-size: 15px;
        }

    .list_content ul {
        padding-left: 0;
    }

    .dropdown h2 {
        font-size: 14px;
    }

    .yamm .yamm-content {
        padding: 0 30px 20px 30px;
    }

    .testimonial_item .details p {
        font-size: 15px;
    }

    .testimonial_item .video {
        width: 100%;
        height: auto;
    }

    .testimonial_item a.play_sprite {
        left: 44%;
        top: 44%;
    }

    .testimonial_item .details {
        min-height: inherit;
    }

    .testimonial_item .video_thumb {
        height: 180px !important;
    }

    #layout-main-container .main.contacts.col-md-6{
        float:none;
        display: none;
    }
    .list_contact.contact.mobile_contact {
    display: block !important;
    }

    
.list_contact.contact.mobile_contact {
    display: block;
    padding-right: 15px;    padding-left: 15px;
}

h1 {
    padding: 50px 0 25px 0;    margin-bottom: 25px;
}

.mobile_contact .contact_item.row {
    margin: 0 !important;
}

.list_contact.contact.mobile_contact {}

.mobile_contact h2 {
    font-size: 20px;
}

.mobile_contact .details p {
    font-size: 16px;    font-family: "Open Sans", sans-serif;    overflow: auto !important;
}

.mobile_contact .details h3 {
    color: #062a3a;    margin-bottom: 25px;    margin-top: 5px;
    font-size: 16px;
}

.mobile_contact .details .row .col-md-6 {
    font-size: 18px;
}

.mobile_contact .details .row {
    margin-left: 0;
    margin-right: 0;
}

.dropdown a.lobby{
    font-size: 14px !important;
}

.search_results_list span {
    font-size: 16px;
}

.search_results_list .results .details p {
    font-size: 15px;
    margin-bottom: 0;
}

.widget-Search .search_container.pull-right {
    top: 15px !important;
    right: 60px !important;
}

.search_container label.focused {
    width: 56%;
}

.product_introduction.details h2{
    margin-top: 0 !important;
}

}


.list_contact.contact.mobile_contact {
    display: none;
}

.list_contact.contact {
  margin-bottom: 50px;
}

.dropdown h2 {
  font-weight: bold;
}

.dropdown .lobby {
    font-family: 'Fjalla One', sans-serif;    text-transform: uppercase;    font-weight: bold;    
    font-size: 18px;    display: block;
   color: inherit;
    line-height: 1.1;
}

.dropdown a.lobby:hover, .dropdown a.lobby:hover {
    color: #062939 !important;
}

.dropdown.corporate li a.lobby {
    color: #062939;
}

.dropdown.corporate li a.lobby:hover, .dropdown.corporate li a.lobby:focus ,
.dropdown.corporate a.category_title:hover h1, .dropdown.corporate a.category_title:focus h1 {
    color: #d5ba61 !important;
}

.main .row{
    overflow:hidden;
}

.taxonomy-wrapper .expando {
    display: block !important;
}

.taxonomy-wrapper ul.terms {
    display: none !important;
}

/*140415 IDAN SAN*/

.search-summary{
    display: none;
}

/*15042015 IDAN SAN*/

.widget-search-form {
    float: none !important;
}

.widget-Search .search_container.pull-right {
    position: absolute;
    right: 15px;
    top: 90px;
    z-index: 9999;
}

/*.widget-Search .search_container label {
    width: 100%;
}*/

.search_container .submit {
    background: none !important;
    border: none !important;
    outline:0 !important;
}

div#navbar{
    z-index: 10000;
}

.search_container .focused .submit.allow {
    display: block;
}

.header.results h1{
    border: none !important;
}


/*20042015 IDAN SAN*/

.projection-page.content-item p.text-field {
    display: none;
}

.projection-page.content-item section.media-library-picker-field {
    display: none;
}

.projection-page.content-item p.link-field {
    display: none;
}

/*13052015 IDAN SAN*/

.widget-Search .search-form{
    /*position: fixed;*/
}

/*19052015 IDAN SAN*/

#layout-after-main {
    display: none;
}

.metadata .published {
    display: none;
}

/*.careers_test_area{
display: none;
}*/

/*06112015 IDAN SAN*/

.widget-CulturePicker ul {
    position: absolute;    top: 400px;
    z-index: 9999;
}

.content-localization{
    display: none !important;
}

/*170615 IDAN SAN*/

.widget-CulturePicker{
    display: none !important;
}

.credits {
    display: none !important;
}

.breadcrumb_container .breadcrumb li.last {
    max-width: 570px;    text-overflow: ellipsis;    white-space: nowrap;
}

/*UPDATE 07072015*/

.product_introduction.details h2 {
    font-size: 20px;    
    line-height: 1.4;    
    margin-top: -20px;    
    margin-bottom: 25px;
}

/*sprite lobby + sign form category*/

.dropdown .sprite.category_title {
    background: url(../Content/img/nav-plus-ic.png) top right no-repeat;
    height: 26px;
    display: inline-block;
    position: relative;
    padding-right: 35px;
    text-indent: 0 !important;
    margin-bottom: 20px;
}
.dropdown.forensics .sprite.category_title{
    background-position: 100% -26px;
}

.dropdown.corporate .sprite.category_title{
    background-position: 100% -52px;
}

.dropdown.corporate .sprite.category_title span{
    background-position: 100% 0px;
}

.dropdown .category_title.sprite span {
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background: url(../Content/img/nav-plus-ic.png) no-repeat;
    background-position: 100% -52px;
}

.dropdown .header {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 10px;
}

.dropdown .sprite h1, .dropdown li .sprite.lobby{
    line-height: 1;
}

.dropdown.mobile_languages{
    padding-left: 15px !important;
    display: none;
}

.contact_item .details .col-md-12 {
    padding-left: 0;
}

.navbar-header .pull-right>a{
	float: right;
}

.navbar .pull-right{
	width: auto;
}

/* UPDATE 2015/08/18 IDAN SAN */
.main.container.top-sm {
    padding-top: 25px;
}

.contact_item .details.bottom {
    margin-bottom: 25px;
}



@media only screen and (min-width: 1023px) and (max-width: 1400px) and (min-height: 650px) and (max-height: 769px){

    /* UPDATE 2015/10/12 IDAN SAN */
    .navbar-inverse .navbar-nav>li>a, a.register_btn h2, a.login_btn h2 {
        font-size: 15px;
    }

    .yamm .yamm-content .header a h1 {
        font-size: 25px;
    }

    .yamm .dropdown li .sprite.lobby {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .dropdown span.lobby {
        font-size: 14px;
    }

    .dropdown-menu{
        font-size: 12px;
    }

    .main .row.sec01 {
        height: 400px;
    }

    .header h1{
        font-size: 25px;
        margin-bottom: 5px;
    }

    .row.sec02 .container, .row.sec05 .container {
        padding: 40px 0;
    }

    html,
    body,
    body .main {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        overflow:auto !important;
    }

    .buttons a.btn-link {
        font-size: 15px;
    }

    .sec03 .container {
        padding: 35px 0;
    }

    .main h1 {
        font-size: 25px;
    }

    .sec03 h1.downloads_icon {
        height: 30px;
        background-size: auto 100%;
        padding-left: 50px;
    }

    .main h3 {
        font-size: 13px;
    }


    #footer .footer-top .container {
        padding: 15px;
    }

    #footer .footer-top .container .pull-left a img {
        width: 80%;
    }

    #footer .footer-top .container .pull-right.social {
        margin-bottom: 0;
    }

    .footer_navigation li h2 {
        font-size: 25px;
    }

    #footer .footer-bottom .wrap li a {
        font-size: 12px;
    }

    #footer .social li a {
        font-size: 16px;
    }

    .main .sec01 .caption a.btn-link {
        font-size: 22px;
    }

    .sec01 .caption h2 {
        font-size: 18px;
    }

    .sec01 .xlarge_text.title {
        font-size: 40px;
    }

    .sec01 .caption {
        width: 55%;
    }

    .search_container .search_nav {
        font-size: 16px;
    }

    .language select {
        font-size: 16px;
    }

    .dropdown a.lobby {
        font-size: 14px;
    }

    .yamm .yamm-content {
        padding: 15px 25px;
    }

    .dropdown .sprite.category_title {
        margin-bottom: 15px;
    }

    ul.dropdown-menu .row ul {
        padding: 8px 5px 8px 0;
    }

    .footer-bottom {
        font-size: 11px;
    }

    .breadcrumb_container .breadcrumb a, .breadcrumb_container .breadcrumb li {
        font-size: 12px;
    }

    .breadcrumb_container .breadcrumb {
        padding: 12px 2px;
    }

    body .container {
        width: 950px;
    }
}


/*UPDATE 18/10/2015 SAN UPDATE*/

.lobby_main_link {
    color: #fff;
}

.lobby_main_link:hover {
    color: #fff;
}


/*UPDATE 17/11/2015 SAN UPDATE*/
.nav-social.social li a {
    color: #777;
    font-size: 20px;
    line-height: 40px;
}

.nav-social.social li {
    float: left;
    margin-left: 5px;
    padding: 2px;
}

ul.dropdown-menu ul.nav-social.social.pull-right {
    padding-top: 0;
}

.breadcrumb_container .breadcrumb {
    white-space: nowrap;
    overflow: hidden;
}

.results .text_link {
    font-weight: normal;
}
.dropdown span.lobby {
    cursor: default;
    margin-bottom: 10px;
}

.lobby_items_container .webinar .lobby_item .details > * {
    color: #062939;
}

em{font-style:normal !important;}

/*UPDATE 2016 / 01 / 10*/

.content_body li, .content_body ul {
    list-style: inherit;
}

/*UPDATE 2016/01/12*/

.main .sec01 .container.text_container {
    width: 980px;
    padding: 8% 0 0;
    text-align: center;
}

.main .sec01 .container.text_container .subtitle{
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    font-size: 28px;
    margin-bottom: 15px;
    display: block;
    font-weight: normal;
}
    

.main .sec01 .container.text_container .title {
    margin-bottom: 20px;
}

.main .sec01 .container.text_container .buttons {
    margin-top: 30px;
    display: block;
}

.footer_navigation li, .filter_container li, #footer .social li{
    list-style: none !important;
}

.main .list_content .event_item.row{
    overflow:visible;
}

.row.sec02, .row.sec05 {
    color: #fff;
}

.careers_list li {
    list-style: none;
}

/*UPDATE BY VINCENT 05/04/2016*/

/*NOT FOUND PAGE*/

#notFoundPage {
    font-size: 16px;
    color: #062a3a;
    height: 670px;
    font-family : 'Fjalla One', sans-serif;
}

#notFoundPage .container { 
    padding-top: 175px;
}

#notFoundPage h1 {
    font-size: 3.5em;
    color: #d16361;
    margin-bottom: 50px;;
}

#notFoundPage .desc {
    font-size: 1.625em;
    margin-bottom: 50px;
}

    #notFoundPage .bckHome a {
     color: #62b6d5;
     font-style: italic;
    }

#notFoundPage img {
    margin-top: 45px;
}

.main-img-container .main_item.left {
    background-color: #d06361;
}

.main-img-container .main_item.right {
    background-color: #cfb96d;
}

.counter-container .info-image-container .info-data {
    background-color: #cfb96d;
}

.counter-container .left .info-image-container .info-data {
    background-color: #d06361;
}

li.dropdown.lifecycle {
    margin-left: 15px;
}

li.dropdown.lifecycle a {
    padding-left: 15px;
}

li.dropdown.forensics {
    margin-left:0;
}

li.dropdown.forensics a {
    padding-left: 0;
}


/*UPDATE 06/04/2016 BY VINCENT*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 768px), (max-width: 768px) {
    .sec01 .text_container .large_text.subtitle {
        font-size: 1.0875em!important;
    }
}


/*UPDATE 18/05/2016*/

.full-widthLawEnforcement {
    margin-left: 0;
}

.full-widthLawEnforcement h2{
    margin-top: 0px !important;
    padding-top: 60px !important;
    padding-right: 0px !important;
    padding-bottom: 6px !important;
    padding-left: 127px !important;
    font-size: 34px;
    letter-spacing: 0px;
    line-height: 1.4;
    margin: 0 0 1.5rem;
    margin-bottom: 4px;
}

.wpb_text_column {
    color: #4f5459;
}

.vc_custom_1463026202392 {
    padding-right: 127px !important;
    padding-left: 127px !important;
}

.full-widthLawEnforcement p {
    margin: 0 0 1.5em;
    font-family: "Open Sans", sans-serif;
    color: #4f5459!important;
    font-weight: 300;
    line-height: 24px;
}

.wpb_wrapper h4 {
    padding-top: 16px;
}


.headerIco {
    margin-bottom: 25px;
}

.contact_item .col-md-12 {line-height: 1.6;}

//  update by Vincent 08/08/2016

ul.dropdown-menu .row ul > li > a[href="/Mobile-Lifecycle/at_a_glance"] {display: none;}