	


	*{
		font-family: 'Montserrat', sans-serif;
	}

	.text_breadcrumb{
		font-size: 12px;
	}
  
  .text_size_12{
    font-size: 12px;
  }

  @media only screen and (max-width: 600px) {
    .container-fluid{
      width:100%;
      /*border: 1px solid green;*/
    }
  }

	* {
      box-sizing: border-box;
    }
   
    img {
      vertical-align: middle;
      max-height: 380px;
      width: 100%; 
          /*width: auto; */
      /*margin: auto;*/ 

      /*object-fit: contain;*/

      object-fit:scale-down;
          /*overflow: hidden;*/
      /*border: 1px solid blue;*/

    }

    .image-box{

      position: relative;
      max-height: 150px;
      width:100%;
      border: 1px solid red;

    }

    .main-image-box{

  		position: relative;
  		max-height: 400px;
  		width:100%;
  		border: 2px solid #000000;


    }

    .duplicate-image-box{

      position: relative;

      float:left;

      
    }



    /* Hide the images by default */
    .mySlides {
      display: none;
    }

    /* Add a pointer when hovering over the thumbnail images */
    .cursor {
      cursor: pointer;
    }

    /* Next & previous buttons */
    .prev,
    .next {
      cursor: pointer;

      position: absolute;
      top: 40%;
      width: auto;

      padding: 10px;


      font-weight: bold;
      font-size: 20px;
      border-radius: 0 3px 3px 0;
      user-select: none;
      -webkit-user-select: none;

/*      color: #ffcc00;
    background-color: #ff0000;*/
      color: white;
    background-color: #DEDEDE;

    }

    /* Position the "next button" to the right */
    .next {
      right: 0;
      border-radius: 3px 0 0 3px;
    }

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {

      /*background-color: rgba(0, 0, 0, 0.8);*/

    background-color: rgb(52, 214, 239);

        /*background-color: blue;*/
        color: #454545;
        font-weight: bold;
        font-size: 20px;
      }


    .row:after {
      content: "";
      display: table;
      /*overflow: hidden;*/
      clear: both;
    }

    /* Six columns side by side */
    /* 5 columns side by side */
    .thumbnail_column {
      float: left;
      /*width: 16.66%;*/
      width: 20%;
    }

    /* Add a transparency effect for thumnbail images */
    .demo {
      opacity: 0.5;
    }

    .active,
    .demo:hover {
      opacity: 1;
      /*border: 0.5px solid red;*/
    }


/*///////////////////////////////////////////////////////////////////////////////////*/

  .successful{
    font-size: 20px;
    color: #00cc00; /*green*/
  }

  .failed{
    font-size: 20px;
    color: #ff0000; /*red*/
  }


/*///////////////////////////////////////////////////////////////////////////////////*/

  .required{
    font-size: 12px;
    color: #ff0000; /*red*/
  }

  .optional{
    font-size: 12px;
    color: #00cc00; /*green */
  }

  .info{
    font-size: 12px;
    color: #0000FF; /*bright blue #00C5FF*/
  }

/*///////////////////////////////////////////////////////////////////////////////////*/

  .font_size_10{
    font-size: 10px;
  }

  /*///////////////////////////////////////////////////////////////////////////////////*/

  .sup{
  font-size: 10px;
  }

  .sup, .sub {
    vertical-align: baseline;
    position: relative;
    /*top: -0.4em;*/
    top: -0.9em; /*The amount of space from the top of the line*/

  }

  .sub { 
    top: 0.4em; 
  }


  .bold{
    font-weight: bold;
  }

  .text_ellipsis{
    white-space: nowrap; 
      width: 100%; 
      overflow: hidden;
      text-overflow: ellipsis; 
  }

  /*///////////////////////////////////////////////////////////////////////////////////*/

  .price_was{
    color: #848587;
    text-decoration: line-through;
    font-size: 12px;
  }

  /*///////////////////////////////////////////////////////////////////////////////////*/

  .advert_active{
    color: #00cc00; /*Green*/
  }

  .advert_expired{
    color: #ff0000; /*Red*/
  }

  /*///////////////////////////////////////////////////////////////////////////////////*/

  .table_width_equal_50{
    width: 50%;
  }

    /*///////////////////////////////////////////////////////////////////////////////////*/

  .bold_underline_font{
    text-decoration: underline; 
    font-weight: bold;
  }

    /*///////////////////////////////////////////////////////////////////////////////////*/

  .hr_thick {
    border: none;
    height: 3px;
    /* Set the hr color */
    color: #000; /* old IE */
    background-color: #000; /* Modern Browsers */
}

    /*///////////////////////////////////////////////////////////////////////////////////*/


  .word_wrap{
    word-wrap: break-word;

  }

    /*///////////////////////////////////////////////////////////////////////////////////*/


/*
Maintain the format of the text in advert details 
include white spaces and line breaks
*/
/*pre;*/
  .maintain_format{
    white-space: pre-wrap;
  }


    /*///////////////////////////////////////////////////////////////////////////////////*/

  .selected_options_16{

    font-size: 16px;
    font-style: italic;
    font-weight: normal;

  }

      /*///////////////////////////////////////////////////////////////////////////////////*/



/* forms */


  .required_label_size{
    font-size:18px;
  }

  .form-border{
    /*border: 2px solid black;*/
    border-radius: 5px;
    margin-top: 50px;
    padding: 0px;
  }

  .header-box{
    margin: auto;
    /*border: 1px solid;*/
    text-align:center;
    /*background-color: black;*/
    margin: 0px;
    padding: 0px;
    border-radius: 5px;
  }

  .header-text{
    font-size:36px;
    font-weight: bold;
    /*color: white;*/
    padding: 30px;
  }

  .form-styling{
    padding: 20px;
    padding-bottom: 50px;
  }

  .require-box{
    padding: 20px;
  }

  .require-header{
    font-size:16px;
    color: red;
    padding: 0px;
    margin: 0px;
  }

  .submit-button{
    background-color: red;
    color: white;
    width: 100%;
    margin-top: 20px;
    height: 50px;
    font-weight: bold;
    font-size: 20px;
  }

  .submit-button:hover {
    background-color: gray;
    color: white;
    width: 100%;
    margin-top: 20px;
    height: 50px;
    font-weight: bold;
    font-size: 20px;
  }


      /*///////////////////////////////////////////////////////////////////////////////////*/
      