﻿@charset "utf-8";
/* CSS Document */


@import 'opensans.css';
@import 'icomoon.css';

p {margin: 0;}

.img-responsive {display: inline-block;}
    
 iframe {max-width: 100% !important;}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

/*a {white-space: pre-wrap;} /* css-3 */
a, .btn {transition: all 0.3s;}
a, div {word-wrap: break-word;}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.orange {color: #FFA02C;}
.orange_bg {background: #FFA02C;}

body {font-family: 'Open Sans Hebrew';  font-size: 15px; position: relative;   }

body, html {
    height: 100%; 
}

.no_padding {padding-right: 0; padding-left: 0;}
.no_padding_left {padding-left: 0;}
.no_padding_right {padding-right: 0;}


.bg{ 
    /* The image used */
    background-image: url("../images/home_backg.jpg");
    /* Full height */
    height: 100%; 
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.hp_large_screen {display:block;}
.hp_small_screen {display:none;}

.hp_side_bar {position: absolute; top: 0px; right: 0px; height: 100%; width: 20%; background: rgba(229, 134, 17, 0.9); z-index: 1;
                       color: #fff;
                     }

  .hp_titles {padding-top: 100px; position: absolute; width: 100%; text-align: left; padding-left: 15px;}

     .hp_side_bar .title1 {font-size: 46px;}
   
     .hp_side_bar .title2 {font-size: 20px;}


  .login_form_container {position: absolute; bottom: 40px; left: 0; width: 80%;  
                                      /*border: 1px solid red;*/
                                    }  
  
      .login_form_container .frm_login .form-control {border: 0; border-top-right-radius: 12px; border-bottom-right-radius: 12px;
                                         border-top-left-radius: 0px; border-bottom-left-radius: 0px;
                                         height: 55px; font-size: 17px; color: #000;
                                       }
	  .login_form_container	 .frm_login .btn_send{position: absolute; bottom: 0px; left: -200px; width: 200px; height: 55px;
		                                   color: #fff; 
		                                   border-top-right-radius: 0px; border-bottom-right-radius: 0px;
		                                   border-top-left-radius: 12px; border-bottom-left-radius: 12px;
		                                   background: #E58611; font-weight: bold; font-size: 17px;
										   transition: all 0.3s;
		                                 }

        .login_form_container   .frm_login .btn_send span {position: absolute; top: 17px; left: 20px; font-size: 20px;}

    .frm_login .btn_send:hover {opacity: 0.8; background: #fff; color: #E58611;}




.hp_text {position: absolute; bottom: 200px; left: 400px; color: #fff; min-height: 100px; z-index: 1; }

      .hp_text .title1 {font-size: 40px; margin-bottom: 10px;}
   
     .hp_text .title2 {font-size: 20px;}



.homepage .page {height: 100vh; }
.inner_side_col {min-height: 300px; height:100vh;width: 100%; background: #ffa02b; z-index: 1;
								 -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
								 }

.inner_header {padding-top: 10px;}
  .inner_title1 {font-size: 34px;}
  .inner_title2 {font-size: 16px;}
  
  .inner_header .phone {color: #000; font-size: 22px;}
    .inner_header .phone:hover {text-decoration: none;}

  .inner_header .phone_icon {font-size: 22px; padding-right: 8px;}

.btn_logout {border-radius: 12px; color: #fff; font-weight: bold;}
  .btn_logout:hover {opacity: 0.8;}



.the_lectures {padding-top: 10px;}


.one_lecture {min-height: 615px;}

.the_lectures .the_image {margin-bottom: 15px; position: relative; background-color: #555658; min-height: 175px;}
  .the_image img {cursor: pointer;}

  .the_button {position: absolute; left: 0; bottom: 20px; min-width: 30px; color: #fff; cursor:  pointer;
   border-top-right-radius: 10px; border-bottom-right-radius: 10px;
                      }
    .the_button a {color: #fff;  display: block;}

   .the_button .arrow {height: 35px; width: 30px; float: left; padding-top: 8px; z-index: 3; opacity: 1;}
     .the_button .arrow span {font-size: 20px;}
   
   .the_button .open {height: 35px; width: 100px; opacity: 0; font-weight: bold; font-size: 12px; 
                                padding-top: 9px; float: left; margin-left: -100px; visibility: hidden; z-index: -1;  transition: all 0.5s; }
                                
      .the_button .open_active {width: 100px; opacity: 1;
                                              margin-left: 0px; visibility: visible;   z-index: 1;  
                                              background:  #FFA02C;
                                             }

   .the_button .right_side {height: 35px; width: 10px;  border-top-right-radius: 10px; border-bottom-right-radius: 10px; float: left; }
  
    .one_lecture .title {font-size: 30px; line-height: 130%; min-height: 195px;}
    .one_lecture .line {height: 4px; width: 80%; margin: 10px 0;}
    .one_lecture .length {font-weight: bold; font-size: 15px; margin-bottom: 8px; }
    .one_lecture .description {font-size: 16px; line-height: 160%;} 
  



.the_lectures .title, .the_lectures .description {width: 80%;}


.frm_lecture_login .arrow {position: absolute; left: 30px; top: 17px; font-size: 20px;}

.frm_lecture_login  .form-control {border-radius: 12px; border: 2px solid #E9870E; height: 55px; font-size: 17px; color: #000;}
.btn_lecture_login {color: #fff; font-size: 17px; font-weight: bold; height: 55px; border-radius: 12px; background: #E9870E; transition: all 0.3s;}
.btn_lecture_login:hover {opacity: 0.8; color: #fff;}

.modal_icon_user {font-size: 50px; color: #fff;}

#modal_lecture  .modal-content {background: url(../images/form_bg.png) repeat-y;}
#modal_lecture  .modal-content .title {font-weight: bold; font-size: 17px;}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}


@media (min-width: 450px) {
	#modal_lecture .modal-dialog {
	    width: 400px;
	}	
}



.revision_logo_hp {position: absolute; left: 20px; bottom: 20px; z-index: 2; }
.revision_logo_inner {position: absolute; left: 20px; bottom: 20px; z-index: 2; }



/**** Tests ***/

.do_test_link {background: #FFA02C; border-radius: 12px; color: #fff; font-weight: bold; margin: 15px 0; padding-top: 4px; padding-bottom: 4px;}
 .do_test_link:hover {opacity: 0.8;}

@media screen and (min-width: 1200px) {
  .questions_container {width: 50%;}
}


   .lecture_name {font-size: 2em;}
   
   .questions_orange_line {background: orange; height:4px; width: 100%; margin: 8px 0 10px 0;}
   
   .test_title {margin: 0 0 15px 0;}
   
   .one_question {margin: 0 0 15px 0;}
    .one_question .radio {margin-right: 20px; margin-bottom: 3px;}
    
    p.question {font-size :1.1em;}


.red {color: red; }
.green {color: green;}


.test_results {background: #FFA02C; border-radius: 12px; color: #fff; font-weight: bold; margin: 15px 0;}
 .test_results:hover {opacity: 0.8;}



/* Customize the label (the container) */
.label_styled {
  display: block; padding-right: 40px !important;
  position: relative; 
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1.1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.label_styled input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 2px;  right: 0;
  height: 20px;  width: 20px;
  background-color: #fff; border: 2px solid orange; border-radius: 50%;
}

/* On mouse-over, add a grey background color */
/*
.label_styled:hover input ~ .checkmark {
  background-color: #ccc;
}*/

/* When the radio button is checked, add a blue background */
.label_styled input:checked ~ .checkmark {
  /*background-color: orange;*/
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.label_styled input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.label_styled .checkmark:after {
  top: 4px;
  right: 4px;
  width: 8px;
  height: 8px; 
  border-radius: 50%;
  background: orange;
}








/*** Media Queries ***/

@media screen and (max-width: 1500px) {

.hp_side_bar .title1 {font-size: 36px;}
.hp_side_bar .title2 {font-size: 18px;}

.one_lecture .title {font-size: 26px;}

}


@media screen and (max-width: 1200px) {

.hp_side_bar .title1 {font-size: 30px;}
.hp_side_bar .title2 {font-size: 18px;}

.one_lecture .title {font-size: 22px;}
.one_lecture .length {font-size: 13px;}
.one_lecture .description {font-size: 14px; line-height: 160%;} 

}


@media screen and (max-width: 1024px) {
	
	
}



@media screen and (max-width: 991px) {
	
	.homepage .page {height: auto; }
	
	.hp_large_screen {display:none;}
    .hp_small_screen {display:block;}
	
	 .bg{	 
	    background-image: none;
	    background: #D67C10;	   height: auto;
	}
	
	.hp_small_screen .hp_small_text {color: #fff; }
	
	   .hp_small_screen .hp_small_text .title1 {font-size: 2.8em;}
	   .hp_small_screen .hp_small_text .title2 {font-size: 1.5em;}
	   
	   
	   .small_login_form_container {margin: 35px  auto; width: 80%;}
	   
	    .form-horizontal .form-group {}
	 
	 
	    .small_login_form_container .frm_login .form-control {border: 0; border-radius: 12px; 
                                                                                          height: 55px; font-size: 17px; color: #000;
                                                                                          }
                                                                                   
        .small_login_form_container	 .frm_login .btn_send{
                width: 100%; height: 55px; margin-top: 15px;
		        color: #fff; border-radius: 12px; background: #E58611; font-weight: bold; 
		        font-size: 17px; transition: all 0.3s; position: relative;
        }
        .small_login_form_container   .frm_login .btn_send span {position: absolute; top: 17px; left: 20px; font-size: 20px;}
	
	
    	.inner_side_col_container {display:none;}
    	
    	.the_button .open {opacity: 1;  margin-left: 0px; visibility: visible; z-index: 1; }
    	
    	
    	.revision_logo_hp {position: absolute; left: 20px; bottom: 20px; z-index: 2; }
        
       .revision_logo_inner {position: relative; left: auto; bottom: auto; z-index: 2; margin: 20px 0 10px 0;
                                       text-align: left; padding-left: 20px;            
                                     }
    	
	.btn_logout {margin-top: 10px;}

  .hp_side_bar .title1 {font-size: 46px;}
  .hp_side_bar .title2 {font-size: 20px;}

  .one_lecture .title {font-size: 30px; min-height: initial;}
  .one_lecture .length {font-size: 15px;}
  .one_lecture .description {font-size: 16px; padding-bottom: 20px;}

	.the_lectures .title, .the_lectures .description {width: 100%;}
	.one_lecture .line {width: 100%;}

	.modal_icon_user {color: #E58611;}
	#modal_lecture  .modal-content {background: none; background-color: #fff;}
	#modal_lecture  .modal-content .title {padding-top: 10px; padding-right: 0; text-align: center;}

	.one_lecture {min-height: initial;}

	.the_lectures .the_image {min-height: initial;}


	
}


@media (max-width: 767px){
    .table-responsive {
      direction: ltr;
    }
    .table {direction: rtl !important;}	
    
    .inner_side_col_container {display: none;}


    
    
}


@media screen and (max-width: 640px) {

  .one_lecture .title {font-size: 26px;}

  .inner_header .phone {font-size: 18px;}
  .inner_header .phone_icon {font-size: 18px;}
	
}
    
    
@media screen and (max-width: 320px) {
	
	
}


/*** 5 columns
***************************************************/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: right;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: right;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: right;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: right;
    }
}
