
  
 * {
  box-sizing: border-box;
}
   body{
    width:100%;
    overflow-x:hidden;
    overflow-y:hidden;
}
#new-row{
  position:relative;
  width:100%;
  height:150px;
  margin-left:5px;
   }
    
 #new-img {
  border-radius: 50%;
  height:55px;
  margin-top:5px;
  width:55px;
 
}     
  #new-row:hover{
        border-radius:30px;
        box-shadow: 1px 1px 5px 5px rgb(110, 28, 32);
   }
    
    #left {
 /* background-color: #2196F3;*/
  padding: 20px;
  float: left;
  width: 20%; /* The width is 20%, by default */
 height:150px;
 position:relative;
      margin-top:30px;
  
}

#main {
/*  background-color: red; */
  padding: 20px;
  float: left;
  width: 60%; /* The width is 60%, by default */
   height:150px;
 position:relative;
   margin-top:30px;
}

#right {
 /* background-color: #04AA6D; */
  padding: 20px;
  float: left;
  width: 20%; /* The width is 20%, by default */
   height:150px;
 position:relative;
   margin-top:30px;
}
      .button{
     margin-top:50px;
     width:140px;
     height:30px;
   /* margin-left:2px; */
   /* align-items:right; */
     border-radius:50px;
     border: 1px solid #6e1c20;
     background-color:#6e1c20;
     font-family:Tahoma;
     color:white;
     font-size:12px;
    text-align: center;
	vertical-align: middle;
 	padding:2px 5px 5px 5px;
}

    }
   
/* Use a media query to add a break point at 800px: */
@media screen and (max-width: 800px) {
/* #left, #main, #right {
    width: 80%; 
   margin-left:30px;
   }
 */
}
    /* The width is 100%, when the viewport is 800px or smaller */
    @media screen and (max-width: 800px) {
         #new-row {
         width: 95%;
         height:500px;
          }
       #right {
          height:100px;
         width: 100%;
       }
         #left{
           width:100%;
         }
     .button{
      margin-top:auto;
      margin-left:150px;
       align-items:center;
    }
      #main {
     height:220px;
    margin-top:60px;
    width:100%;
  }
       
      iframe{
        border-radius:10px;
        width:100%;
        height:230px;
        margin-top:-30px;
      }
      #names{
        font-size:12px; 
        font-weight:bold;
      }
     
       #right{
        margin-top:-20px;
      }
     .city{
       margin-left:65px;
       margin-top:-20px;
      }

   
 }
    @media screen and (max-width: 600px) {
    /* The width is 100%, when the viewport is 600px or smaller */
       #new-row {
        width: 96%;
        height:530px;
  }
      #right {
    margin-top: 0px;
     }
      #main{
        margin-top:0px;
      }
      #left{
       width:100%;  
      }
        iframe{
        width:100%;
        height:190px;
        }
         #artist{
        font-size:4vw;
         font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
            margin:auto;
          display:table;
      }
         #names{
        font-size:4vw;
         text-align: center;
         margin:auto;
        display:table;
        margin-top:-10px;
      }
 #new-img{
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
   height:40%;
      }
      .city{
        margin-top:-7px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
      }
    #btn{
         height:30px;
         width:130px;
         margin:auto;
    
       font-size:12.5px;
       margin-top:30px;
       display: block;
       text-align: center;
	vertical-align: middle;
 	padding:0px 5px 5px 5px;
      }
   
      .txt{
        margin-top:-10px;
          margin-left: auto;
           margin-right: auto;
        text-align: justify;
      }
 i.fa-chevron-circle-right{
   font-size:12px;
    padding:5px 5px 5px 5px;
      }
    .filter-dropdowns .chosen-container {
    width: 100% !important;
} 
      .filter-bar .filter-dropdowns {
    float: left;
    margin-top: 20px;
    width: 100% !important;
}
      .filter-bar {
    background: #F9F9F9 none repeat scroll 0 0;

    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    float: left;
    border: 1px solid #e7e7e7;
    margin-bottom: 16px;
    padding: 20px 25px;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 99999999999;
}
     
    }
    
  /*new css added on 15/11/23*/
.fade {
    opacity: 5;
    
}
.modal-dialog{
top:90px;
    
}
.custom-control1.material-checkbox .material-control-indicator {
    top: 14px;
}
#content_block_six .tab-btn-box .tab-btns li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    padding: 7px 9px;
}
h4{
    font-size: 20px;
    line-height: 30px;
    color: #222;
    font-weight: 700;
    font-family: 'Arimo', sans-serif;
}
.modal.fade.show {
    backdrop-filter: blur(5px);
}
  #myModalLabel{
      font-family: 'Arimo', sans-serif;
  } 
   
    
    /* tablet*/
     @media only screen and (min-width: 768px) {
 #new-row{
  /* The width is 100%, when the viewport is 800px or smaller */
   width: 100%;
   height:250px;
   }
        #left, #main {
          height:150px;
          width:50%;
       }
       #right{
          height:150px;
          width:50%;
         margin-top:10px;
        }
         #main{
        margin-top:1px;
      }
        .button{
          margin-top:140px;
           margin-left:-50px; 
         }
      #names{
        font-size:15px; 
        font-weight:bold;
      } 
        iframe{
        border-radius:10px;
        width:100%;
        height:170px;
        margin-top:-30px;
      }
} 
    
  @media screen and (min-width: 800px) and (max-width:1024px){
#new-row{
  width:100%;
  height:250px;

   }
          #right{
             width:50%;
           }
   /* .video{
       width:100%;
     margin-top:-10px;
     
    }*/
  iframe{
   border-radius:10px;

    }
    .button{
           margin-left:-45px; 
          margin-top:100px;
         display: block;
         }
    .city{
       margin-left:65px;
       margin-top:-20px;
      }
          
}
  @media screen and (min-width: 1025px) and (max-width:1540px){
    #new-row{
  width:100%;
  height:200px;
 }
    iframe{
      border-radius:10px;
      margin-top:-25px;
      height:150px;
      width:80%;
    }
    .button{
      margin-left:-30px;
     margin-top:78px;
    }
     #names{
        font-size:17px; 
        font-weight:bold;
        
      }
    .city{
       margin-left:67px;
       margin-top:-20px;
      }
  }

 
   .inner-header {
    float: left;
    padding: 77px 0;
    text-align: center;
    width: 100%;
    margin-top: 100px;
    background:url(../images/inner.jpg) no-repeat center top;
    background-size:cover;
}
   .logo-box figure {
    margin: 0px;
    width: 100%;
    position: absolute;
    bottom: 28px;
}
   h1, h2, h3, h4, h5, h6 {
	font-family: Oswald;
}
   .pagination li.next a, .pagination li.prev a {
	background: #6E1C20 none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	float: left;
	font-size: 20px;
	height: 41px;
	line-height: 41px;
	padding: 0;
	width: 41px;
}
     .pagination li.next a:hover, .pagination li.prev a:hover {
	background: #6E1C20 none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	color: white;
	float: left;
	font-size: 20px;
	height: 41px;
	line-height: 40px;
	padding: 0;
	width: 41px;
}


   .inner-header h2 {
	color: #fff;
	float: left;
	font-size: 50px;
	font-weight: 500;
	line-height:55px;
	margin: 0;
	text-transform: uppercase;
	width: 100%;
}
   .inner-header h2 span{
	color: #fff;
	float: left;
	font-size: 25px;
	font-weight: 500;
	line-height:45px;
	margin: 0;
	text-transform: uppercase;
	width: 100%;
}
   .heading h2 {
	font-size: 38px;
	margin-top: 0;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
	text-align:center;
	color:#252525;
	margin-bottom: 25px;
}
   .pagination li a i{
  font-size: 20px;
}
   .pagination li a:hover,
   .pagination li a.active{
  color: black;
  border-radius: 55px;
  border-color: #6E1C20;
}
   .pagination li a,
   .pagination li a.active{
  color: black;
  width:40px;
  height:40px;
  border-radius: 55px;
}
   .pagination li a:hover,
.pagination li a.active{

  border-color: #6e1c20;
}
.fa-chevron-circle-right{
  font-size:12px;
  
  padding:5px 5px 5px 5px;
    }
.result-selected {
    color: #6e1c20 !important;
}
    .active-result:hover {
    color: #6e1c20 !important;
}
  .chosen-container{
    width:170px;
    }
    /*pagination css*/
    
  [data-pagination],
[data-pagination] *,
[data-pagination] *:before,
[data-pagination] *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
}
[data-pagination] {
  font-size: 8pt;
  line-height: 1;
  font-weight: 400;
  font-family: 'Open Sans', 'Source Sans Pro', Roboto, 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Myriad Pro', 'Segoe UI', Myriad, Helvetica, 'Lucida Grande', 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  margin: 5px auto;
  text-align: center;
  transition: font-size .2s ease-in-out;
}
[data-pagination] ul {
  list-style-type: none;
  display: inline;
  font-size: 80%;
  font-weight:bold;
  margin: 0;
  padding: .5em;
}
[data-pagination] ul li {
  display: inline-block;
  font-size: 100%;
  width: auto;
  border-radius: 3px;
}
[data-pagination] > a {
  font-size: 140%;
}
[data-pagination] a {
  color: black;
  font-size: 80%;
  padding: .5em;
}
[data-pagination] a:focus,
[data-pagination] a:hover {
  color: black;
}
[data-pagination] li.current {
  background:#6e1c20;
  
}
    [data-pagination] li.current>a {
 color:white;
  
}
    /*.current{
       border-style: solid;
      border-color:#6e1c20;
     }*/
/* Disabled & Hidden Styles */
[data-pagination] .disabled,
[data-pagination] [hidden],
[data-pagination] [disabled] {
  opacity: .5;
  pointer-events: none;
}
    .new-pagination{
      margin-top:15px;
      text-align:center;
     
    }
    
    div.page-row{
    background-color:#FDFEFF;
      border-radius:10px;
      align-items: center;
      margin-left: 35%;
      margin:auto;
      display: table-cell;
    }
 .next-button,.prev-button{
   background:white;
  
   }
  .next-button{
    width:80px;
    height:30px;
    
   }
      .prev-button{
    width:70px;
    height:30px;
   }
   .next-button:hover {
    background-color:#E0E0E0;
    border-radius:5px;
}
     .prev-button:hover {
    background-color:#E0E0E0;
    border-radius:5px;
}
  
 @media (max-width: 350px) {
 
    .prev-button{
    width:50px;
    height:20px;
   }
   .next-button{
    width:40px;
    height:20px;
     text-align:center;
     margin-top:5px;
    }
      div.page-row{
      width:auto;
      align-items:center;
      background-color:#FDFEFF;
      border-radius:10px;
      margin-left: 45px
    }
   [data-pagination] {
    font-size: 13px;
  }
 } 
    @media (max-width: 400px) {
   div.page-row{
      width:auto;
      background-color:#FDFEFF;
      border-radius:10px;
      margin-left: 28px;
      align-items:center;
     margin:auto;
    }
}
      @media (max-width: 500px) {
     div.page-row{
      width:auto;
      margin-left: 50px;
     
       margin:auto;
    }
}
    @media (max-width: 600px) {
     div.page-row{
      width:auto;
      margin-left: 50px;
      margin:auto;
    }
} 
   
@media (min-width: 350px) {
  [data-pagination] {
    font-size: 12pt;
  }
  
}
    
@media (min-width: 500px) {
  [data-pagination] {
    font-size: 12pt;
  }
}
@media (min-width: 700px) {
  [data-pagination] {
 /*   font-size: 14pt;*/
  }
  .page-row{
    align-items:center;
   width:90%;
  }
}
  
@media (min-width: 900px) {
  [data-pagination] {
    font-size: 16pt;
  }
 
    
    
    
