@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap');

/* Registration page css ST */
.w3n_registration_top { max-width: 62%; padding: 32px 0 66px; }
.w3n_registration_top h1 strong { margin: 0; background: #f99b48; display: inline-block; text-transform: uppercase; font-size: 14px !important; color: #fff !important; font-size: 16px; position: relative; line-height: 24px; padding:0 19px; }
.w3n_registration_top h1 strong:after { content: ''; width: 0; height: 0; border-bottom: 7px solid #f8f8f8; border-left: 7px solid transparent; position: absolute; bottom: 0; right:0; display: block; }
.w3n_registration_top h1 { font-size: 50px; font-weight: 800; color: #272727; }
.w3n_registration_top p { padding-top:22px; font-family: 'Helvetica Neue', sans-serif; font-size: 15px; color: #272727; font-weight: normal; }
.w3n_registration_wrap { max-width: 590px; display: block; margin: 0 auto; }
.w3n_registration_wrap .page { text-align: center; padding:0 0 7px; font-family: 'Roboto', sans-serif; font-size: 12px; color:#272727; font-weight: normal; }
.w3n_registration_wrap .page span { color:#f99b48; }
.w3n_registration_wrap h2 { text-align: center; }
.w3n_registration_wrap .gform_wrapper form input:not([type=submit]), 
.w3n_registration_wrap .gform_wrapper form select { width: 100% !important; height:53px; display: inline-block !important; vertical-align: top; border:1px solid #8d8d8d !important; border-radius: 0; background: none !important; padding:0 50px !important; font-family: 'Helvetica Neue', sans-serif !important; font-size: 18px !important; color: #8d8d8d !important; font-weight: normal !important; box-shadow:none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
 }
.w3n_registration_wrap .gform_wrapper form input:focus { border-color:#f99b48 !important; color: #414141 !important; }
.w3n_registration_wrap .gform_wrapper form textarea { width: 100% !important; height:174px; display: inline-block !important; vertical-align: top; border:1px solid #8d8d8d !important; border-radius: 0; background: none !important; padding: 0 16px; }
.w3n_registration_wrap .gform_wrapper ul.gfield_checkbox, 
.w3n_registration_wrap .gform_wrapper ul.gfield_radio { width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.w3n_registration_wrap .gform_wrapper ul.gfield_checkbox li, 
.w3n_registration_wrap .gform_wrapper ul.gfield_radio li { /*width: 50%;*/width: 100%; padding: 14px 7px 15px !important; margin: 0; }
div.w3n_registration_wrap .gform_wrapper .gfield_checkbox li label, 
div.w3n_registration_wrap .gform_wrapper .gfield_radio li label { max-width: 100%; margin: 0 !important; }

.gform_wrapper [type="checkbox"]:not(:checked),
.gform_wrapper [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.gform_wrapper [type="checkbox"]:not(:checked) + label,
.gform_wrapper [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 61px;
  cursor: pointer;
  font-weight: normal;
  max-width: 100%;
  margin: 0;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color:#8d8d8d;
}
.gform_wrapper .LV_invalid_field [type="checkbox"]:not(:checked) + label { color: #ff2727;}
.gform_wrapper [type="checkbox"]:not(:checked) + label:before,
.gform_wrapper [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; 
  top: 0;
  width: 21px; 
  height: 21px;
  border: 1px solid #8d8d8d;
}
.gform_wrapper [type="checkbox"]:not(:checked) + label:after,
.gform_wrapper [type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top:0; 
  left:0;
  width: 21px;
  height: 21px;
  font-size: 16px;
  line-height: 21px;
  color:#fff;
  text-align: center;
  background: #f99b48;
  transition: all .2s;
}
.gform_wrapper [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.gform_wrapper [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.gform_wrapper [type="radio"]:not(:checked),
.gform_wrapper [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
.gform_wrapper [type="radio"]:not(:checked) + label,
.gform_wrapper [type="radio"]:checked + label {
  position: relative;
  padding-left: 61px;
  cursor: pointer;
  font-weight: normal;
  max-width: 100%;
  margin: 0; 
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color:#8d8d8d; 
}
.gform_wrapper .LV_invalid_field [type="radio"]:not(:checked) + label { color: #ff2727;}
.gform_wrapper [type="radio"]:not(:checked) + label:before,
.gform_wrapper [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; 
  top: 0;
  width: 21px; 
  height: 21px;
  border: 1px solid #8d8d8d;
}
.gform_wrapper .LV_invalid_field [type="radio"]:not(:checked) + label:before {  border-color: #ff2727; }
.gform_wrapper [type="radio"]:not(:checked) + label:after,
.gform_wrapper [type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top:0; 
  left:0;
  width: 21px;
  height: 21px;
  text-align: center;
  background: #f99b48;
  transition: all .2s;
}
.gform_wrapper [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.gform_wrapper [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.w3n_registration_wrap .gform_wrapper form ul li.gfield { margin-bottom: 30px !important; margin-right: 0 !important; }
.w3n_registration_wrap .gform_wrapper form ul li.gfield.w3n_space { margin-top: 71px; }
.w3n_registration_wrap .gform_wrapper form ul li.gfield h2 { font-family: 'Helvetica Neue', sans-serif; font-size: 26px; font-weight: bold; color:#000; text-transform: uppercase; padding:0 0 13px; }
.w3n_registration_wrap .gform_wrapper form  label.gfield_label { font-family: 'Helvetica Neue', sans-serif; font-size: 18px !important; color: #272727; font-weight: bold !important; line-height: 1; }
.w3n_registration_wrap .gform_wrapper form .gfield_description:not(.validation_message) { font-family: 'Helvetica Neue', sans-serif; font-size: 15px; font-weight: normal; color:#8d8d8d; line-height: 1; margin: 5px 0 0; }
.gform_wrapper .ginput_container_fileupload { position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.w3n_registration_wrap .gform_wrapper form .gform_footer { text-align: center; padding:22px 0 15px; }
.w3n_registration_wrap .gform_wrapper form .gform_footer input[type=submit] { width: 200px; height: 45px; background: #f99b48; font-family: 'Helvetica Neue', sans-serif; font-size:18px; color: #fff; font-weight: bold; display: inline-block; vertical-align: top;box-shadow:none !important; outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.gform_wrapper .ginput_container_fileupload input[type="file"] { position: absolute; top: 0; left:0; opacity: 0; z-index: 2; cursor: pointer; width: 30% !important; }
.ginput_container_fileupload .upload-icon { width:26px; height:26px; display: block; background:#fab881; position: relative; border-radius: 100%; }
.LV_invalid_field_wrap .upload-icon { background: #ff2727;  }
.ginput_container_fileupload .upload-icon:before { content:''; width:2px; height: 14px; background: #fff; position: absolute; top: 6px; left:12px; }
.ginput_container_fileupload .upload-icon:after { content:''; width:14px; height: 2px; background: #fff; position: absolute; top: 12px; left:6px; }
.ginput_container_fileupload .filelablel {  padding-left:30px; }
.ginput_container_fileupload .filelablel span { font-family: 'Helvetica Neue', sans-serif; font-size: 15px; color:#272727; font-weight: bold; line-height: 1; display: block; }
.ginput_container_fileupload .filelablel p { font-family: 'Helvetica Neue', sans-serif; font-size: 15px; font-weight: normal; color:#272727; text-decoration: underline; margin: 7px 0 0; line-height: 1; }
.LV_invalid_field_wrap .filelablel p,
.LV_invalid_field_wrap .filelablel span { color: #ff2727; }
.ginput_container_fileupload .fileName { position: absolute; top: 0; left:45px; border: 1px dashed #979797; min-width: 120px; padding: 8px 13px 6px; background: #f8f8f8; opacity: 0; }
.w3nFileSelected .ginput_container_fileupload .fileName { opacity: 1; }
.ginput_container_fileupload .fileName .nametext { display:block; font-family: 'Helvetica Neue', sans-serif; font-size: 15px; font-weight: bold; color:#272727; line-height: 1; }
.ginput_container_fileupload .fileName .size { display:block; font-family: 'Helvetica Neue', sans-serif; font-size: 12px; font-weight: normal; color:#272727; line-height: 1; padding:9px 0 0; }

.select2-container { width: 100% !important; }
.select2-container--default .select2-selection--single { width:100%; height:53px; display: inline-block !important; vertical-align: top; border:1px solid #8d8d8d; border-radius: 0; background-color: transparent; }
.select2-container--default.select2-container--open .select2-selection--single { border:2px solid #f99b48; border-bottom: 0; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 51px; padding: 0 50px; font-family: 'Helvetica Neue', sans-serif; font-size: 18px; color: #8d8d8d; font-weight: normal; }
.select2-container--default .select2-selection--single .select2-selection__arrow { width: 16px; height:10px; top: 18px; right:34px;  }
.select2-container--default .select2-selection--single .select2-selection__arrow b { border:0; width: 16px; height:10px; display: block;background: url(images/down-arrow.png) no-repeat center center; transform: rotate(0); transition: all .3s ease-in-out; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { transform: rotate(180deg); }
.select2-dropdown { border: 2px solid #f99b48; border-radius:0; background-color:#f8f8f8; }
.select2-dropdown .select2-search { background-color:#f8f8f8; }
.select2-search--dropdown { padding:20px 50px; }
.select2-results__option { padding:15px 50px 13px; }
.select2-container--default .select2-results__option[aria-selected=true] {  background-color: #fce0c9; }
.select2-container--default .select2-results__option--highlighted[aria-selected]{  background-color: #fce0c9; color: #000; }
.select2-results .select2-results__option { font-family: 'Helvetica Neue', sans-serif; font-size:18px; font-weight: normal; color: #000; }

.w3n_registration_wrap .gform_wrapper form li.gfield.gfield_error, 
.w3n_registration_wrap .gform_wrapper form li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning { background-color:transparent; border: 0; padding: 0; }
.w3n_registration_wrap .gform_wrapper form li.gfield.gfield_error input:not([type=submit]), 
.w3n_registration_wrap .gform_wrapper form li.gfield.gfield_error select,
.w3n_registration_wrap .gform_wrapper form li.gfield.gfield_error .select2-container--default .select2-selection--single { border-color: #ff0000 !important; }
.w3n_registration_wrap .gform_wrapper form .validation_message { font-size: 14px; color: #ff2727; font-weight: normal; display: block; margin: 8px 0 0; }

.w3n_registration_wrap .gform_wrapper form li.gfield.gfield_error.gfield_contains_required div.ginput_container { margin-top: 8px; } 
.w3n_registration_wrap .gform_wrapper form li.gfield.gfield_error.gfield_contains_required label.gfield_label { margin-top: 0; }

.w3n_registration_wrap .gform_wrapper form li.gfield.gfield_error.gfield_contains_required label.gfield_label { margin-top: 0; }
.w3n_registration_wrap .gform_wrapper form li .ginput_container.ginput_container_fileupload.LV_invalid_field_wrap .gform_drop_area{border: 1px solid red;color: red}
/* Registration page css ED */

.leaf_cate_top{padding:0 0 48px;}
.leaf_cate_top .leaf_text_wrap{max-width: 75%;}
.leaf_cate_top .leaf_text_wrap p{line-height: 1.33;}
.leaf_cate_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -10px;
  margin-left: -10px;  
  margin-bottom: 14px;
}
.leaf_cate_row .col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;  
  padding:0 10px;
}
.leaf_cate_wrap .leaf_catebox{}
.leaf_cate_wrap .leaf_catebox a{display:block;position: relative;}
.leaf_cate_wrap .leaf_catebox .image { width:100%;height:500px;display:inline-block;vertical-align: top;background-repeat: no-repeat;background-position: center center;background-size: cover;position: relative; }
.leaf_cate_wrap .leaf_catebox .image:after{content:'';width:100%;height:100%;position: absolute;top:0;left:0;display: block;
  background: -moz-linear-gradient(bottom,  rgba(0,0,0,0.58) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0.58) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to top,  rgba(0,0,0,0.58) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94000000', endColorstr='#00000000',GradientType=0 );
}
.leaf_cate_wrap .leaf_catebox .cate_name {position: absolute;bottom:48px;left:0;width:100%;text-align: center;font-family: 'Open Sans', sans-serif;font-size: 40px;font-weight: 800;color:#fff;line-height: 1;}

.w3nbreadcrumb ul {
  display: -ms-flexbox;
  display: flex;
  align-items: center;  
}
.w3nbreadcrumb ul li {display:block;list-style: none;font-family: 'Open Sans', sans-serif;font-size: 16px;font-weight: normal;color:#000;position: relative;padding:0 34px 0 0;}
.w3nbreadcrumb ul li:after{content: '';width:6px;height:10px;display: block;position: absolute;top:50%;right: 15px;background: url(images/arrow-path.svg) no-repeat center center;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);  
}
.w3nbreadcrumb ul li:last-child:after{display: none;}
.w3nbreadcrumb ul li a {font-size: 40px;font-weight: 800;opacity: 0.3;color: #000;}
.subject-dropdown{width:100%;display: inline-block;vertical-align: top;padding:10px 0 42px;}
.subject-dropdown .nice-select {height: auto;border:0;width:auto;min-width:208px;padding:0 0 16px;line-height:1;
  display: -ms-flexbox;
  display: flex;  
  align-items: center;
}
.subject-dropdown .nice-select span{line-height: 1;height:auto;font-size: 16px;font-weight: bold;}
.subject-dropdown .nice-select:after{top:0;right:0;margin-top: 0;position: relative;margin-left: 11px;}
.subject-dropdown .nice-select .list{border:1px solid #e3e3e3;padding:6px 0;overflow: visible;}
.subject-dropdown .nice-select .list:before{content:'';width:10px;height:10px;display:block;background: #fff;transform: rotate(45deg);position: absolute;top:-7px;right:92px;border-left:1px solid #e3e3e3;border-top:1px solid #e3e3e3;}
.subject-dropdown .nice-select .option{min-height:34px;border-bottom:0;padding:0 18px;font-size: 16px;color: #000;
  display: -ms-flexbox;
  display: flex;
  align-items: center;  }
.subject-dropdown .nice-select .option.selected{font-weight: bold;padding-left:18px;}
.nice-select .option:hover, .nice-select .option.selected.focus{color:#000;}
.subject-dropdown .nice-select .option:hover{background:#f19948;}
.subject-dropdown .nice-select .option:before{display: none;}

.leaflets_wrap{padding: 0 80px 0 10px;}
.leaflets_row {width:100%;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.leaflets_row .image{width:100%;max-width:149px;margin-right:15px;padding:5px;border:1px solid #e1e1e1;min-height:61px;}
.leaflets_row .image img{max-width:none;max-height:118px;display: block;margin: 0 auto;}
.leaflets_row .infobox time {font-size: 12px;text-transform:uppercase;color: #8d8d8d;}
.leaflets_row .infobox h3{font-size:16px;line-height:1.3em;color:#000;font-weight: bold;margin-bottom:10px;}
.leaflets_row .infobox p {line-height:20px;margin: 0;}

.avia-image-container.avia-align-center .avia-image-container-inner{width: 100%;}
.avia-image-container .avia_image, .avia-image-container .avia-image-overlay-wrap{ width: auto; max-width: 100%; height: auto; }
.avia-align-center.avia-image-container .avia_image,
.avia-align-center.avia-image-container .avia-image-overlay-wrap { margin: 0 auto; }
.page-id-216 .avia-image-container.av-hover-grow img:hover, 
.page-id-216 .avia-image-container.av-hover-grow .avia-image-overlay-wrap:hover { -webkit-transform: scale(1.1);transform: scale(1.01); }

.leaf-container {
    z-index: 9;
}

.avia-image-container.avia-align-center.left-image { max-width: 180px; }


.regional-title {padding:25px 0 56px;}
#top #wrap_all .all_colors .regional-title h1 {font-size:40px;}
.avia-button.avia-size-x-large {font-size:16px;letter-spacing: 0.16px;font-family: 'Open Sans', sans-serif;font-weight:800;text-transform:uppercase; border-radius: 2px;}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.ip-table{width: 100%;max-width: 100%;}
.ip-table th,
.ip-table td{vertical-align:middle;padding:9px 20px;font-family: 'Open Sans', sans-serif;}
.ip-table th {font-size:15px;font-weight:700;line-height: 2.67;letter-spacing: 0.15px;}
.ip-table td {font-size:14px;font-weight:400;line-height: 1.43;letter-spacing: 0.14px;}
.ip-table td.head {background:#f99c48;color:#fff !important;border-radius: 2px;padding:13px 20px 8px;}
.ip-table td.head h2 {font-size:24px;font-weight:700;line-height: 1.33;letter-spacing: 0.24px;}
.ip-table td.head h3 {font-size:20px;font-weight:700;line-height: 1.6;letter-spacing: 0.2px;}
.ip-table th {text-transform: none;background:#f8f8f8;}
.ip-table tr:nth-child(even) {background-color:transparent !important;}
.ip-table tr td.light-bg {background:rgba(249, 156, 72, 0.2);padding:20px;/*10px 20px 13px*/}
.ip-table tr td.light-bg h6 {font-size: 16px;font-weight: 700;line-height: 1.25;letter-spacing: 0.16px;}
.ip-table tr td.light-bg p {font-size: 14px;font-weight: 700;line-height: 1.43;letter-spacing: 0.14px;margin:0;}
.ip-table a {text-decoration: underline !important;color:#f99c48 !important;}

.ip-table.blue th,
.ip-table.blue td{border-right: 0;}
.ip-table.blue td.head {background:#308bbe;}
.ip-table.blue td.head h3 {margin:0;}
.ip-table.blue .light-bg {background:rgb(48,139,190,0.2);}
.ip-table.blue th span {float: left;padding:0 30px 0 0;}
/*.ip-table a:hover{text-decoration:none !important;}*/

p {font-family: 'Open Sans', sans-serif;}
.ip_bottom_text p{font-weight:600;padding:0  45px;}

#top .main_color .btn-blue .avia-color-theme-color {background-color:#308bbe !important;border-color:#308bbe !important;}

/*////// RESPONSIVE CSS ST  //////*/
@media only screen and (max-width: 1254px) {
  #top #header_main > .container .ipopimainmenu.main_menu ul:first-child > li > a {font-size: 14px;}
  .ipopimainmenu_sub.sub_menu>ul>li>a {
      font-size: 14px;
  }
}

@media only screen and (max-width: 1175px) {
  #top #header_main > .container .ipopimainmenu.main_menu ul:first-child > li > a {
    font-size: 86%;
  }   
  .ipopimainmenu_sub.sub_menu>ul>li>a {
    font-size: 86%;
  }
}
@media only screen and (max-width: 1045px) {
  .av-main-nav > li > a { padding: 0 8px !important; }
  #top #header_main > .container .ipopimainmenu.main_menu ul:first-child > li > a{ font-size: 73% !important; }
}
@media (min-width:992px) and (max-width:1199px){
  .leaf_cate_top{padding:0 0 28px;} 
  .leaf_cate_top .leaf_text_wrap{max-width: 100%;}
  .leaf_cate_wrap .leaf_catebox .image{height:400px;}
  .leaf_cate_wrap .leaf_catebox .cate_name{font-size: 24px;bottom:24px;}   
  .subject-dropdown{padding:10px 0 20px;}
  .leaflets_wrap{padding:0 40px 0 10px;}
}
@media (min-width:768px) and (max-width:991px){
    .w3n_registration_top { max-width: 100%; }
    .leaf_cate_row .col-4 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;      
    }    
    .leaf_cate_top{padding:0 0 28px;} 
    .leaf_cate_top .leaf_text_wrap{max-width: 100%;}
    .leaf_cate_wrap .leaf_catebox .image{height:400px;}
    .leaf_cate_wrap .leaf_catebox .cate_name{font-size: 24px;bottom:24px;}    
    .subject-dropdown{padding:10px 0 20px;}
    .leaflets_wrap{padding:0;}
    .ip_bottom_text p{padding:0;}
}
@media(max-width:767px){
    .w3n_registration_top { max-width: 100%; }
    .w3n_registration_wrap .gform_wrapper form ul li.gfield { margin-bottom: 20px !important; }
    .w3n_registration_wrap .gform_wrapper form ul li.gfield.w3n_space { margin-top: 0; }
    .w3n_registration_wrap .gform_wrapper form ul li.gfield h2 { font-size: 22px; padding:0; }
    .w3n_registration_wrap .gform_wrapper form input:not([type=submit]), .w3n_registration_wrap .gform_wrapper form select { height: 45px; padding: 0 20px !important; }
    .w3n_registration_wrap .gform_wrapper ul.gfield_checkbox li, .w3n_registration_wrap .gform_wrapper ul.gfield_radio li { width: 100%; }
    .select2-container--default .select2-selection--single { height:45px; }
    .select2-container--default .select2-selection--single .select2-selection__rendered { padding: 0 20px; line-height: 43px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow { top: 14px; right:24px; }

    .leaf_cate_top{padding:0 0 20px;}
    #top #wrap_all .all_colors h1{font-size: 24px;}
    .leaf_cate_top .leaf_text_wrap{max-width:100%;}
    .leaf_cate_wrap .leaf_catebox{padding:0 0 20px;}
    .leaf_cate_row .col-4 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;      
    }    
    .leaf_cate_wrap .leaf_catebox .image{height:300px;}
    .leaf_cate_wrap .leaf_catebox .cate_name{font-size: 20px;bottom:24px;}
    .w3nbreadcrumb ul li a{font-size: 16px;}
    .subject-dropdown{padding:0 0 10px;}
    .leaflets_wrap{padding:0;}
    .leaflets_row{
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .leaflets_row .image{max-width:100%;min-height:1px;margin-right:0;margin-bottom: 15px;}
    .regional-title { padding:0 0 26px; }
    #top #wrap_all .all_colors .regional-title h1{font-size:24px;}
    .ip_bottom_text p{padding:0;}
}

/*////// RESPONSIVE CSS ED  //////*/