.no-flex {
	display: block !important;
}
	.cb-container  {
  		display: flex;
  		flex-wrap: wrap;
    	grid-gap: 20px;
	  	background-color:#3498DB;
		padding: 10px;
		border-radius: 10px;
	    justify-content: center;
	    min-height: 300px;
	}

.cb-item {
  display: inline;
  padding: 5px;
}

.cb-item:not(:first-child) {
  flex: 1;
}

.cb-item:first-child {
  text-align: center;
  width: 100%;
}

.cb-item:nth-child(2) {
  	max-width: 200px;
  	text-align: center;
}

/* tabs */



/**
 * Tabs Block
 */
.tabs-block {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

/**
 * Tabs
 */
.tabs-wrapper {
    width: 100%;
    margin: 0 auto;
}

.tabs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tabs-block {
    width: 100%;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.tabs label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    margin-right: 0.0625rem;
    margin-bottom: 0.0625rem;
    cursor: pointer;
    background-color: #034f84;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    transition: background-color ease 0.3s;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tabs .tab {
    flex-grow: 1;
    width: 100%;
    height: 100%;
    display: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

.tabs .tab > *:not(:last-child) {
    margin-bottom: 0.8rem;
}

.tabs [type=radio] {
    display: none;
}

.tab {
    background-color: #c2d4dd;
    color: #0067b8;
    justify-content: center;
}

.tabs [type=radio]:checked + label {
    background-color: #c2d4dd;
    color: #0067b8;
    border-top: 4px solid #0067b8;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tabs [type=radio]:checked + label + .tab {
    display: block;
}

@media (min-width: 768px) {
    .tabs label {
        order: 1;
        width: auto;
    }

    .tabs .tab {
        order: 9;
    }

    .tabs [type=radio]:checked + label {
        border-bottom: none;
    }
}

/*end tabs */

/* start Dropdown*/
/* Style The Dropdown Button */
.dropbtn {
	cursor: pointer; 
    background-color: #f1f1f1; 
    border: 2px solid #34495E;
    font-size: 15px; 
    font-family: Gill Sans; 
    color: #2471A3;  
    padding: 14px 16px;
    
}

.dropbtn img {
	vertical-align:middle;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative; 
  display: block;
  float: right;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  left: auto;
  right: 0;
  background-color: #f9f9f9;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a:link, .dropdown-content a:visited{
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border: 1px solid #f1f1f1;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* end Dropdown*/

.img200 img {
  border: none;
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px  0px;
}

.imgFull {
    max-width: 100% !important;
    width:100% !important;
    flex: none !important;
}

.imgFull img {
  border: none;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px  0px;
}

.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.gcAd  {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 20px;
	padding: 10px;
    justify-content: center;
    align-items: center;
	border-radius: 10px;
	border: 2px solid #2980B9;
}

.ebItem {
	flex: 1;
	 justify-content: center;
	 text-align: center;
}

.ebItem img {
  border: none;
  width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.ebItem:last-child {
  width: 100%;
}
	.ft-container  {
  		display: flex;
  		flex-wrap: wrap;
	}

	.ft-item {
  		display: inline;
  		padding: 5px;
	}
	

.tbox {
	background-color:#E5E7E9;
	color:#000000;
	padding:10px; 
	border: 2px solid #2980B9; 
	border-radius: 10px;
	display: flex;
  	flex-wrap: wrap;
}

.tbox li{
  margin: 10px 0;
}

.tbox a:link, .tbox a:visited {
  color: #2980B9;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid #2980B9;
}

.tbox a:hover {
  color: blue;
}

.tbox-item {
  display: inline;
  padding: 5px;
  max-width: 120px;
  flex: 1;
  text-align: center;
}

.tbox-item:hover img {
  transform: scale(1.15);
}

.tbox-item img {
  border: none;
  height: 120px;
  display: block;
  transition: transform .2s ease-in-out;
  margin-left: auto;
  margin-right: auto;
}

.frm_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  display:none;
  opacity: 1;
}
      .formPopup {
      	color:#333333;
        
        position:fixed;
        top:50%;
        left:50%;
        transform:translate(-50%,-50%);
        box-sizing:border-box;
        max-width:calc(100%);
  		max-height:calc(100%);
  		overflow:auto;
  		max-height:calc(100vh);
      }
      .formContainer {
        max-width: 400px;
        min-width: 275px;
        padding: 15px;
        background-color: #fff;
		border-radius: 10px;
      }
      .formContainer input[type=text],
      .formContainer input[type=password] {
        width: 90%;
        padding: 10px;
        margin: 5px 0 15px 0;
        border: none;
        background: #eee;
      }
      .formContainer input[type=text]:focus,
      .formContainer input[type=password]:focus {
        background-color: #ddd;
        outline: none;
      }
      .formContainer .btn {
        padding: 12px 20px;
        border: none;
        background-color: #8ebf42;
        color: #fff;
        cursor: pointer;
        width: 100%;
        margin-bottom: 15px;
        opacity: 0.8;
      }
      .formContainer .cancel {
        background-color: #cc0000;
      }
      .formContainer .btn:hover,
      .openButton:hover {
        opacity: 1;
      }
      
.scroller {
    display: none;
}

.iZoom {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.zoom-content {
    margin: auto;
    display: block;
    max-height: 75%;
    max-width:100%;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(1)}
    to {-webkit-transform:scale(2)}
}
@keyframes zoom {
    from {transform:scale(0.4)}
    to {transform:scale(1)}
}

@-webkit-keyframes zoom-out {
    from {transform:scale(1)}
    to {transform:scale(0)}
}
@keyframes zoom-out {
    from {transform:scale(1)}
    to {transform:scale(0)}
}

.zoom-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.out {
  animation-name: zoom-out;
  animation-duration: 0.6s;
}


@media screen and (max-width : 760px){
    
    .cb-container  {
    	  border-radius: 1px;
    }
    
	.dropdown {
	  float: none;
	}
	
	.dropdown-content {
		  left: 0; 
		  right: 0; 
		  margin-left: auto; 
		  margin-right: auto;
	}
	
}
