body{
    padding: 0;
    margin: 0;
    background: #F2F2F2 !important;
    /*background: #fff !important;*/
    font-family: 'ABeeZee', sans-serif !important;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.select2-container--disabled .select2-selection.select2-selection--multiple{
    background: white !important;
    cursor: not-allowed !important;
}
.select2-container--disabled .select2-selection__choice{
    cursor: not-allowed !important;
}
.backend-input:disabled{
    cursor: not-allowed !important;
}
.progressbar {
  counter-reset: step;
    margin: 0 -7% 80px -7%;
}

.cpopup {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 333; /* 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.4); /* Black w/ opacity */
    text-align: left;
    cursor: default;
}
/* Modal Content/Box */
.cpopup-container {
    background-color: #fefefe;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 15px;
    border: 1px solid #888;
    width: 550px; /* Could be more or less, depending on screen size */
    border-radius: 6px;
    
    -webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
}

/* The Close Button */
.cclose {
    color: #aaa;
    float: right;
    font-size: 20px;
    font-weight: bold;
}

.cclose:hover,
.cclose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 16px;
  position: relative;
  text-align: center;
  color: #8d8d8d;
}
.progressbar li:before {
  width: 26px;
  height: 26px;
    content: '';
  counter-increment: step;
  line-height: 30px;
  border: 13px solid #dedede;
  display: block;
  text-align: center;
  margin: 0 auto 5px auto;
  border-radius: 50%;
  background-color: white;
}
.progressbar li:after {
  width: 100%;
  height: 12px;
  content: '';
  position: absolute;
  background-color: #dedede;
  top: 7px;
  left: -50%;
  z-index: -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: #4db6ac;
}
.progressbar li.active:before {
  border-color: #4db6ac;
}
.progressbar li.active + li:after {
  background-color: #4db6ac;
}
.mce-tinymce.mce-container{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    
    border-radius: 5px !important;
    border-style: solid !important;
    border-color: #CACACA !important;
    border-width: 1px !important;
    overflow: hidden !important;
}
.content-holder-default{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.content-holder-default.white{
    background: white;
}
.content-holder-default.green{
    background: #34C3C3;
    color: white;
}
.content-holder-default.green p{
    color: white !important;
}
.content-holder-default.green strong{
    color: white !important;
}
.content-holder-default.green .gray-link{
    color: #efefef !important;
}
.content-holder-default.green .black-link{
    color: #efefef !important;
}
.content-holder-default.orange{
    background: #EF741A;
    color: white;
}
.align-vertical-midle{
    margin-top: 20px;
    margin-bottom: 20px;
}
.align-vertical-midle-container{
    position: relative;
    overflow: hidden;
}
.button-outer-center{
    float: right;
    right: 50%;
    position: relative;
}
.page-level-1, .page-level-2, .page-level-3{
    width: 100%;
    outline: none;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    
    border-radius: 5px;
    border-style: solid;
    border-color: #CACACA;
    border-width: 1px;
}
.page-content-bar{
    width: 100%;
    position: relative;
    height: 35px;
    margin-bottom: 10px;
}
.page-content-bar select{
    width: calc(100% - 40px);
    position: absolute;
    height: 35px;
    outline: none;
    padding: 3px 10px 3px 10px;
    
    border-radius: 5px 0 0 5px;
    border-style: solid;
    border-color: #CACACA;
    border-width: 1px 0 1px 1px;
    
    -webkit-appearance: none;
}
.page-content-bar input{
    width: calc(100% - 40px);
    position: absolute;
    height: 35px;
    outline: none;
    padding: 3px 10px 3px 10px;
    
    border-radius: 5px 0 0 5px;
    border-style: solid;
    border-color: #CACACA;
    border-width: 1px 0 1px 1px;
    
    -webkit-appearance: none;
}
.page-content-bar button{
    width: 40px;
    left: calc(100% - 40px);
    position: absolute;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    
    background: #0E889E;
    border-radius: 0 5px 5px 0;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 6px 0 5px 0;
    transition: all .5s;
    border: none;
}
.page-content-bar button:hover{
    background: #0a6575;
    color: white;
}
.page-content-bar.two select{
    width: calc(100% - 80px);
}
.page-content-bar.two button.b1 {
    width: 40px;
    left: calc(100% - 80px);
    border-radius: 0;
}
.page-content-bar.two button.b2 {
    width: 40px;
    left: calc(100% - 40px);
}

.page-content-fullbar{
    width: calc(100% + 20px);
    position: relative;
    height: 35px;
    margin: 0 -10px -10px -10px;
}
.page-content-fullbar select{
    width: calc(100% - 40px);
    position: absolute;
    height: 35px;
    outline: none;
    padding: 3px 10px 3px 10px;
    
    border-radius: 0 0 0 5px;
    border-style: solid;
    border-color: #CACACA;
    border-width: 0;
    border-top-width: 1px;
    
    -webkit-appearance: none;
}
.page-content-fullbar input{
    width: calc(100% - 40px);
    position: absolute;
    height: 35px;
    outline: none;
    padding: 3px 10px 3px 10px;
    
    border-radius: 0 0 0 5px;
    border-style: solid;
    border-color: #CACACA;
    border-width: 0;
    border-top-width: 1px;
    
    -webkit-appearance: none;
}
.page-content-fullbar button{
    width: 40.5px;
    left: calc(100% - 40px);
    position: absolute;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    
    background: #0E889E;
    border-radius: 0 0 4px 0;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 6px 0 5px 0;
    transition: all .5s;
    border: none;
}
.page-content-fullbar button:hover{
    background: #0a6575;
    color: white;
}
.page-content-fullbar.two select{
    width: calc(100% - 80px);
}
.page-content-fullbar.two input{
    width: calc(100% - 80px);
}
.page-content-fullbar.two button.b1 {
    width: 40px;
    left: calc(100% - 80px);
    border-radius: 0;
}
.page-content-fullbar.two button.b2 {
    width: 40px;
    left: calc(100% - 40px);
}

.column-3{
    width: calc(25% + 5px);
    padding: 10px 10px 10px 10px;
    float: left;
    border-style: solid;
    border-color: #CACACA;
    border-width: 0;
    border-right-width: 1px;
    border-bottom-width: 1px;
    margin-bottom: -1px;
}
.column-3 button{
    border-radius: 0;
}
.column-3:nth-child(1){
    width: calc(25% - 5px);
    padding: 10px 10px 10px 0;
}
.column-3:nth-child(4){
    width: calc(25% - 5px);
    padding: 10px 0 10px 10px;
    border-right-width: 0px;
}
.column-4{
    width: calc(33.333% + 4px);
    padding: 0 5px 0 5px;
    float: left;
}
.column-4:nth-child(1){
    width: calc(33.333% - 2px);
    padding: 0 5px 0 0;
}
.column-4:nth-child(3){
    width: calc(33.333% - 2px);
    padding: 0 0 0 5px;
}
.column-h{
    margin: 0 10px 0 10px;
}
.column-h:after {
  content: "";
  display: table;
  clear: both;
}

.reviews-container{
    position: relative;
    width: 100%;
    height: 350px;
    text-align: center;
}
.review-item{
    text-align: center;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.review-item .title{
    color: #505050;
    font-size: 22px;
}
.review-item .description{
    padding-top: 5px;
    font-size: 19px;
}
.review-item .author{
    color: #505050;
    font-size: 15px;
}
.review-skip-button{
    color: #DFE0E1;
    font-size: 50px !important;
    margin-top: 150px;
    cursor: pointer;
}
.content-holder-default.parallex{
    background-image: url('/images/DesignOne.jpg');
    
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.content-holder-default.parallex h1{
    color: white;
}
.content-holder-default.parallex p{
    color: white;
}
.content-holder-default.green .separator{
    background: #fff;
}
.content-holder-default.orange .separator{
    background: #fff;
}
.content-holder-default-inner{
    padding: 30px 0 42px 0;
}
.white-box{
    background: white;
    border-radius: 6px;
    border: 0;
    border-bottom: 0px;
    border-color: #D6D6D4;
    border-style: solid;
    margin-bottom: 20px;
    overflow: hidden;
    
    -webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
    
    /*-webkit-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.2);*/
}

.slick-slide{
    outline: none !important;
    cursor: pointer;
}

.review-box{
    position: relative;
    padding-bottom: 50px;
}
.review-box-content {
    z-index: 9;
    text-align: center;
    position: relative;
    background-color: #fff;
    width: calc(100% - 16px) !important;
    -webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
    border-radius: 5px;
    margin: 8px;
    padding: 15px 17px 17px 17px;
}

.review-box-content:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 30px;
    right: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(135deg);
    -webkit-box-shadow: 1px -3px 2px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 1px -3px 2px 0px rgba(0,0,0,0.10);
    box-shadow: 1px -3px 2px 0px rgba(0,0,0,0.10);
}
.review-name{
    bottom: 15px;
    left: 20px;
    position: absolute;
}
.review-box-content-clip {
    position: absolute;
    bottom: 0;
    background: inherit;
    height: 10px;
    left: 0;
    right: 0;
    z-index: 9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.price-top-container{
    min-height: 40px;
}
.price-top-best{
    background: #F86021;
    border-radius: 5px;
    border: 0;
    overflow: hidden;
    padding: 3px 15px;
    color: #fff;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    
    -webkit-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.2);
}
.price-container{
    background: #262626;
    border-radius: 5px;
    border: 0;
    border-bottom: 0px;
    border-color: #D6D6D4;
    border-style: solid;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 8px 15px;
    color: #fff;
    
    -webkit-transition: box-shadow 0.2s ease-out;
    -moz-transition: box-shadow 0.2s ease-out;
    -o-transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
    
    -webkit-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.2);
}
.price-container:hover{
    -webkit-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.4);
}
.price-container-price{
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    padding: 0 0 5px 10px;
}
.price-container-description{
    text-align: center;
}
.price-container-description p{
    color: #fff;
    margin-bottom: 18px;
}
.price-container-price .small{
    display: inline;
    font-size: 14px;
    font-weight: 400;
}
.price-container-title{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    padding: 0 10px;
}
.code-box{
    background: #EFF0F1;
    padding: 10px 13px;
    color: black;
    overflow-wrap: break-word;
    margin: 8px;
}
.separator{
    width: 80px;
    height: 3px;
    background: #0E889E;
    text-align: center;
    position: relative;
    left: calc(50% - 40px);
    margin-top: -3px;
    margin-bottom: 3px;
}
.separator.transparent{
    background: rgba(255,255,255,0.4);
}
.separator.transparent-black{
    background: rgba(0,0,0,0.1);
}
.box-header{
    padding: 10px 19px;
    font-weight: 300;
    font-size: 24px;
}
.box-header-sub{
    font-size: 13px; 
    font-weight: 200;
}
.box-inner{
    padding: 15px;
}
.box-ul-image img{
    width: 100%;
}
h1,h2,h3,h4,h5,h6{
    color: #4A4A4A;
}
p{
    color: #777;
}
.black-link{
    color: #444 !important;
    font-weight: 500;
}
.format-text a{
    color: #444 !important;
    font-weight: 500;
}

.header-holder{
    width: 100%;
    color: #222;
    padding: 10px 10px;
    margin: 0;
    color: #929292;
    font-size: 15px;
    font-weight: 400;
    background: #F7F8F9 !important;
    /*background: white !important;*/
    
    
    border: 0;
    border-bottom: 0px;
    border-style: solid;
    border-color: #D1D1D1;
    
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);*/
}
.header-button-con{
    text-align: center;
    width: 100%;
}
.header-holder-inner{}
.header-holder a{
    color: #444;
    font-weight: 500 !important;
}
.header-holder a:hover{
    color: #666 !important;
    text-decoration: none;
}
.header-personal-holder{
    position: relative;
    height: 380px;
    width: 100%;
    overflow: hidden;
    /*background: white;*/
    background: #F7F8F9;
}
.header-personal-inner{
    position: relative;
    max-width: 100%;
    height: 100%;
    margin: 0 10px;
    width: 100%;
}
.header-personal-image{
    width: 100%;
    position: absolute;
    -webkit-box-shadow: 0px 0px 37px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 37px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 37px -12px rgba(0,0,0,0.75);
}
.header-personal-image .header-personal-image-holder{
    width: 100%;
    height: 200px;
    max-height: 200px;
    overflow: hidden;
    margin: 0;
    position: relative;
}
.header-personal-image img{
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    
    object-fit:cover;
}
.header-personal-logo{
    position: absolute;
    top: 70px;
    left: calc(50% - 130px);
}
.header-personal-logo img{
    width: 240px;
    height: 240px;
    background: #F7F8F9;
    object-fit:cover;
    
    
    border: 12px solid #F7F8F9;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
}
.header-personal-title{
    position: absolute;
    top: 300px;
    left: 0px;
    font-size: 40px;
    font-weight: 700;
    width: calc(100% - 20px);
    text-align: center;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header-personal-subtitle{
    position: absolute;
    top: 350px;
    left: 0px;
    font-size: 17px;
    font-weight: 200;
    width: calc(100% - 20px);
    text-align: center;
    
    white-space: nowrap;
     overflow: hidden;
    text-overflow: ellipsis;
}
.header-index{
    position: relative;
    width: 100%;
    height: 550px;
    background: #F7F8F9 !important;
}
.header-index-holder{
    margin: 0 10px;
    position: relative;
    width: calc(100% - 20px);
}
.header-index .header-index-img{
    width: 100%;
    height: 550px;
    max-height: 550px;
    overflow: hidden;
    margin: 0;
    position: absolute;
    height: 550px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.large-icon{
    font-size: 70px !important;
    border-radius: 500px;
    border-style: solid;
    border-color: #C2E6E9;
    border-width: 0px;
    color: #0E889E;
    width: 90px;
    height: 90px;
    
    -webkit-transition: background 0.1s ease-out;
    -moz-transition: background 0.1s ease-out;
    -o-transition: background 0.1s ease-out;
    transition: background 0.1s ease-out;
    -webkit-transition: color 0.1s ease-out;
    -moz-transition: color 0.1s ease-out;
    -o-transition: color 0.1s ease-out;
    transition: color 0.1s ease-out;
}
.large-icon:hover{
}
.small-icon{
    font-size: 32px !important;
    border-radius: 500px;
    border-style: solid;
    padding: 18px 20px;
    border-color: #C2E6E9;
    border-width: 2px;
    color: #F86021;
    width: 75px;
    height: 75px;
    
    -webkit-transition: background 0.1s ease-out;
    -moz-transition: background 0.1s ease-out;
    -o-transition: background 0.1s ease-out;
    transition: background 0.1s ease-out;
    -webkit-transition: color 0.1s ease-out;
    -moz-transition: color 0.1s ease-out;
    -o-transition: color 0.1s ease-out;
    transition: color 0.1s ease-out;
}
.small-icon:hover{
    background: #C2E6E9;
    color: #fff;
}
a.gray-link{
    color: #818181;
}
a.gray-link:hover{
    color: #616161;
}
.content-holder-default-inner span{
    color: #818181;
}
.ux-image-container{
    border-radius: 5px;
    width: 100%;
    
    -webkit-transition: box-shadow 0.2s ease-out;
    -moz-transition: box-shadow 0.2s ease-out;
    -o-transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
    
    -webkit-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.55);
}
.ux-image-container:hover{
    -webkit-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.85);
    -moz-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.85);
    box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.85);
}

/*.header-index .header-index-img img{
    position: absolute;
    width: 100%;
    height: 100%;
    
    object-fit:cover;
}*/
.header-index .header-index-title-holder{
    position: absolute;
    top: 220px;
    width: 100%;
}
.header-index .header-index-title{
    text-align: center;
    width: 100%;
    color: white !important;
    font-size: 80px !important;
    font-weight: 700;
}
.error-h1-header{
    color: #0E889E !important; 
    font-size: 50;
    font-weight: 700;
}
.header-index .header-index-subtitle{
    text-align: center;
    width: 100%;
    color: white !important;
    font-size: 24px !important;
    font-weight: 500;
    margin-top: 15px;
}

.header-subindex{
    width: 100%;
    height: 350px;
    background: #F7F8F9 !important;
    position: relative;
    overflow: hidden;
    
    -webkit-box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.10);
}
.header-subindex-middle-holder{
    display: table;
    position: absolute;
    height: 370px;
    width: 100%;
}
.header-subindex-middle-title-holder{
    display: table-cell;
    vertical-align: middle;
}
.header-subindex-holder{
    margin: 0 10px;
    position: relative;
    width: calc(100% - 20px);
}
.header-subindex .header-subindex-img{
    width: 100%;
    height: 350px;
    max-height: 350px;
    overflow: hidden;
    margin: 0;
    position: absolute;
    background-position: center;
    background-size: cover;

    /*background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}

.header-subindex-img:after {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.15);
    transition: all 1s;
    -webkit-transition: all 1s;
}
.header-subindex .header-subindex-title-holder{
    position: absolute;
    top: 140px;
    width: 100%;
}
.header-subindex .header-subindex-title{
    text-align: center;
    width: 100%;
    color: white !important;
    font-size: 80px;
    font-weight: 500;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.header-subindex .header-subindex-subtitle{
    text-align: center;
    width: 100%;
    color: white !important;
    font-size: 24px;
    font-weight: 500;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}

.header-index .header-index-search-holder{
    position: absolute;
    top: 300px;
    color: white;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
}
.header-index .header-index-buttoncon{
    position: absolute;
    top: 320px;
    left: 100px;
    color: white;
    font-size: 20px;
    font-weight: 700;
}
.header-index .header-index-button{
    height: 45px;
    width: 100%;
    padding: 5px 20px; 
    background: transparent;
    color: white;
    border: 0;
    border: 1px;
    border-color: white;
    border-style: solid;
    margin-bottom: 20px;
    border-radius: 1px;
    margin-top: -15px;
    
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}
.header-index .header-index-button:hover{
    background: white;
    color: #0E889E;
}


.input-white{
    width: 100%;
    background: white;
    border: 0;
    border-bottom: 1px;
    border-color: #c1c1be;
    border-style: solid;
    margin-bottom: 20px;
    border-radius: 1px;
    padding: 8px;
    padding-bottom: 0px;
    height: 35px;
    
    -webkit-transition: border-color 0.3s ease-out;
    -moz-transition: border-color 0.3s ease-out;
    -o-transition: border-color 0.3s ease-out;
    transition: border-color 0.3s ease-out;
}
.input-white:focus{
    outline: none;
    border-color: #4db6ac;
}
.select-white{
    width: 100%;
    background: white;
    border: 0;
    border-bottom: 1px;
    border-color: #c1c1be;
    border-style: solid;
    margin-bottom: 20px;
    border-radius: 1px;
    padding: 8px;
    padding-bottom: 0px;
    height: 35px;
    -webkit-appearance:none;
    outline: none;
}
.textarea-white{
    width: 100%;
    background: white;
    border: 0;
    border-bottom: 1px;
    border-color: #c1c1be;
    border-style: solid;
    margin-bottom: 20px;
    border-radius: 1px;
    padding: 8px;
    height: 150px;
}
.textarea-white:focus{
    outline: none;
    border-color: #0E889E;
}
.button-white{
    height: 35px;
    width: 100%;
    background: white;
    border: 0;
    border-bottom: 1px;
    border-color: #c1c1be;
    border-style: solid;
    margin-bottom: 20px;
    border-radius: 1px;
}
.button-white:hover{
    color: black;
    outline: none;
    border-color: #0E889E;
}
.button-gold{
    height: 35px;
    width: 100%;
    background: #c1c1be;
    border: 0;
    border-bottom: 1px;
    border-color: #c1c1be;
    border-style: solid;
    margin-bottom: 20px;
    border-radius: 1px;
    color: white;
    font-weight: 700;
    
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}
.button-gold:hover{
    color: white;
    outline: none;
    border-color: #c1c1be;
    background: #0E889E;
}
.password-reset-text{
    position: relative;
    height: 40px;
    margin-top: -28px;
}
.password-reset-text-holder{
    position: absolute;
    right: 0;
}
.password-reset-text-holder a{
    font-size: 11px;
    color: #c1c1be;
    
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
.password-reset-text-holder a:hover{
    text-decoration: none;
    color: #4db6ac;
}
.login-create-account-link{
    font-size: 14px;
    color: #c1c1be;
    
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
.login-create-account-link:hover{
    text-decoration: none;
    color: #4db6ac;
}

.comment-holder{
    position: relative;
    min-height: 100px;
}
.comment-logo{
    position: absolute;
    width: 75px;
    color: #222;
    font-size: 17px;
    font-weight: 300;
    text-align: center;
}
.comment-logo img{
    position: relative;
    width: 75px;
    height: 75px;
    border-radius: 300px;
}
.comment-comment{
    margin-left: 100px;
}
.comment-comment .comment-top{
    color: gray;
    margin-bottom: 7px;
    font-size: 12px;
    display: inline;
}
.gray-text{
    color: #444;
}
.star-selector{
    font-size: 34px;
    color: lightgray;
    margin-top: -8px;
}
.star-selector-item{
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}
.star-selector-item.active{
    color: gold;
}

.input-white-label.active{
    top: -6px;
  bottom: 10px;
  left: 6px;
  font-size: 11px;
  opacity: 1;
}
.image-slider-con{
    width: calc(100% - 20px);
    padding: 10px;
}
.image-slider-con img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.input-white-label {
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 10px;
    color: #a6a6a6;
    font-size: 14px;
  transition: 0.2s ease all;
}
.input-white-holder{
    position: relative;
    margin-bottom: 10px;
}
.error-text{
    font-size: 13px;
    /*color: #ff3300;*/
    margin-top: 0px;
    text-align: right;
    color: #999;
}

h5{
    font-weight: 300 !important;
}
.box-hor-menu-holder{}
.box-hor-menu-inner{}
.box-hor-menu-item{
    padding: 8px 20px;
    border: 0;
    border-left: 2px;
    border-color: white;
    border-style: solid;
    text-decoration: none !important;
    position: relative;
}
.box-hor-menu-item-with-sub .box-hor-menu-item{
    cursor: pointer;
}
.box-hor-menu-item-with-sub ul{
    margin: 0;
    padding: 0;
}
.box-hor-menu-item-with-sub li{
    list-style: none;
    margin: 0;
}
.box-hor-menu-item-with-sub li a{
    color: #222;
    width: 100%;
}
.box-hor-menu-item-with-sub li .box-hor-menu-item{
    padding: 6px 20px 6px 45px;
    font-weight: 400;
}
.box-hor-menu-item-with-sub li .box-hor-menu-item.active{
    font-weight: 500;
}
.box-hor-menu-item .box-hor-menu-notify{
    background: #0E889E;
    border-radius: 3px;
    color: white;
    font-size: 12px;
    padding: 1px 7px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.box-hor-menu-item .box-hor-menu-arrow{
    font-size: 12px;
    padding: 1px 4px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: lightgray;
}
.box-hor-menu-item.active{
    border-color: #0E889E;
    background: #fbfbfb;
    font-weight: 500;
}
.box-hor-menu-item{
    color: #222;
    font-weight: 400;
}
.box-hor-menu-item:hover{
    color: #222;
    text-decoration: none !important;
}
a:hover, a:visited, a:link, a:active
{
    text-decoration: none !important;
}

.search-below-header-box{
    position: relative;
    height: 10px;
}
.search-below-header-right{
    float: right;
}
.search-below-header-left{
    float: left;
}
.search-below-header-left h2{
    font-size: 20px;
    margin-top: 2px;
    margin-bottom: 20px;
    font-weight: 800;
}
.help-box-holder{
    position: relative;
}
.help-box-holder:hover .help-box-inner{
    display: block;
}
.help-box-inner{
    display: none;
    position: absolute;
    background: #0E889E;
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
    width: 250px;
    z-index: 9999;
    top: 12px;
}
.help-box-holder h5{
    display: inline;
}
.help-box-icon{
    display: inline;
    position: relative;
}
.help-box-icon i{
    font-size: 12px;
    position: relative;
    top: -10px;
    color: #0E889E;
}
.search-filter{
    height: 40px;
    padding: 5px;
    margin-top: -5px;
    -webkit-appearance:none;
    outline: none;
    background: white;
    width: 220px;
    
    border-radius: 5px;
    border-width: 0px;
    border-color: #D1D1D1;
    border-style: solid;
    
    font-size: 15px;
    
    padding: 0.5em 3.5em 0.5em 1em;
    background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
    background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px);
    background-size:
    5px 5px,
    5px 5px,
    1px 0.5em;
    background-repeat: no-repeat;
    
     -webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
    
    display: block;
    cursor: pointer;
}
.content-holder-login{
    width: 100%;
    height: 100%;
}
.content-holder-login-inner{
    padding: 30px 20px 42px 20px;
}

.header-personal-button{
    background: #0E889E;
    border: 0;
    font-size: 18px;
    padding: 5px 30px;
    border-radius: 30px;
    font-weight: 500;
    margin-bottom: 15px;
        
    width: 100%;
    top: 230px;
    color: white;
    right: 120px;
    
    -webkit-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.4);
        
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}
.header-personal-button:hover{
    background: #0a6575;
}

.view-personal-spec-item{
    margin-bottom: 20px;
}
.view-personal-spec-item-tag{
    font-weight: 500;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.view-personal-media-button{
    background: #0E889E;
    border: 0;
    font-size: 18px;
    padding: 5px 30px;
    border-radius: 3px;
    font-weight: 500;
    width: 100%;
        
    color: white;
        
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    margin-bottom: 15px;
}
.view-personal-media-button:hover{
    background: #0a6575;
}
.table-default-style{    
    width: 100%;
    margin-top: -10px;
}
.table-default-style tr{
    border: 0;
    border-style: solid;
    border-color: #E6E6E6;
    border-bottom-width: 1px;
}
.table-default-hover-item{
    background: white;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}
.table-default-style .table-default-hover-item:hover{
    background: #f8f8f8;
}
.table-default-style .table-default-button:hover{
    -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.5);
}
.table-default-style th{
    padding: 7px 5px !important;
    color: #333 !important;
    font-weight: 500 !important;
}
.table-default-style td{
    padding: 7px 5px !important;
    color: #333 !important;
}

.table-default-button{
    background: #4db6ac;
    border: 0;
    font-size: 15px;
    padding: 5px 12px;
    border-radius: 5px;
    font-weight: 500;
    width: 100%;
        
    color: white;
        
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}
.table-default-button:disabled,
.table-default-button[disabled]{
    background: #0E889E !important;
    cursor:not-allowed;
}

.login-button{
    background: #4db6ac!important;
    border-radius: 5px;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 5px 30px;
    transition: all .5s;
    border: none;
    color: white;
    width: 100%;
        
    -webkit-transition: box-shadow 0.2s ease-out;
    -moz-transition: box-shadow 0.2s ease-out;
    -o-transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
    margin-bottom: 5px;
    
    -webkit-box-shadow: 0px 0px 8px -5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 8px -5px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 8px -5px rgba(0,0,0,0.4);
}
.login-button:hover{
    -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.5);
}
.login-button:disabled,
.login-button[disabled]{
    background: #4db6ac;
    cursor:not-allowed;
}

.location-distance-input-holder{
    width: 100%;
    height: 35px;
    position: relative;
    margin-bottom: 5px;
}
.location-distance-input-holder input{
    position: absolute;
    width: 100%;
    height: 35px;
    outline: none;
    padding: 3px 90px 3px 10px;
    
    -webkit-appearance: none;
    
    border-radius: 5px;
    border-style: solid;
    border-color: #CACACA;
    border-width: 1px;
}
.backend-input-holder{
    position: relative;
    height: 38px;
}
.backend-input-holder input.backend-input{
    position: absolute;
    padding-left: 34px;
}
.backend-input-holder .backend-input-icon{
    position: absolute;
    z-index: 111;
    font-size: 17px;
    left: 13px;
    top: 7px;
    color: darkgray;
}
input.backend-input{
    width: 100%;
    height: 38px;
    outline: none;
    padding: 3px 10px 3px 10px;
    
    border-radius: 5px;
    border-style: solid;
    border-color: #CACACA;
    border-width: 1px;
    
    -webkit-appearance: none;
}
input.frontend-input{
    width: 100%;
    height: 45px;
    outline: none;
    padding: 5px 15px 5px 15px;
    background: white;
    -webkit-appearance: none;
    border: none;
    border-radius: 5px;
    
    -webkit-transition: box-shadow 0.2s ease-out;
    -moz-transition: box-shadow 0.2s ease-out;
    -o-transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
    
    -webkit-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.1);
}
input.frontend-input:focus{
    -webkit-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.3);
}
textarea.frontend-input{
    width: 100%;
    height: 120px;
    outline: none;
    padding: 8px 15px 8px 15px;
    background: white;
    -webkit-appearance: none;
    border: none;
    border-radius: 5px;
    
    -webkit-transition: box-shadow 0.2s ease-out;
    -moz-transition: box-shadow 0.2s ease-out;
    -o-transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
    
    -webkit-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.1);
}
textarea.frontend-input:focus{
    -webkit-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.3);
}
textarea.backend-input{
    width: 100%;
    height: 120px;
    outline: none;
    padding: 3px 10px 3px 10px;
    
    border-radius: 5px;
    border-style: solid;
    border-color: #CACACA;
    border-width: 1px;
    
    -webkit-appearance: none;
}
.backend-input-holder .backend-input-icon.success{
    color: #53c653;
}
.backend-input-holder .backend-input-icon.warning{
    color: #ff3333;
}
select.backend-input{
    width: 100%;
    height: 35px;
    outline: none;
    padding: 3px 90px 3px 10px;
    -webkit-appearance:none;
    background: white;
    border-radius: 5px;
    border-style: solid;
    border-color: #CACACA;
    border-width: 1px;
    
    padding-right: 30px;
    background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
    background-position:
    calc(100% - 20px) calc(14px),
    calc(100% - 15px) calc(14px);
    background-size:
    5px 5px,
    5px 5px,
    1px 0.5em;
    background-repeat: no-repeat;
}

.form-search-control{
    font-size: 16px;
    border: 0;
    border-bottom: 1px;
    border-color: #CED4DA;
    border-style: solid;
    width: 100%;
    padding: 3px 10px;
}
.form-search-control:focus{
    outline: none;
}

.backend-checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.backend-checkbox-container input {
    position: absolute;
    opacity: 0;
}
.backend-checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
.backend-checkbox-checkmark.white{
    background-color: #fefefe;
    
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.1);
}
.backend-checkbox-container input[type="radio"] ~ .backend-checkbox-checkmark {
    border-radius: 15px;
}
.backend-checkbox-container:hover input ~ .backend-checkbox-checkmark {
    background-color: #ccc;
}
.backend-checkbox-container input:checked ~ .backend-checkbox-checkmark {
    background-color: #4db6ac;
}
.backend-checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.backend-checkbox-container input:checked ~ .backend-checkbox-checkmark:after {
    display: inline-block;
}
.backend-checkbox-container .backend-checkbox-checkmark:after {
    left: 10px;
    top: 6px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.backend-checkbox-container input:disabled  ~ .backend-checkbox-checkmark,
.backend-checkbox-container input[disabled]  ~ .backend-checkbox-checkmark{
    background: #ddd;
    cursor:not-allowed;
}
.backend-checkbox-container.disabled,
.backend-checkbox-container.disabled{
    cursor:not-allowed;
}

.location-distance-input-holder select{
    position: absolute;
    border: 0;
    width: 90px;
    height: 35px;
    outline: none;
    -webkit-appearance:none;
    right: 0;
    background: transparent;
    
    padding-left: 15px;
    background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
    background-position:
    0px 15px,
    5px 15px;
    background-size:
    5px 5px,
    5px 5px,
    1px 0.5em;
    background-repeat: no-repeat;
}
#location-distance-map-holder{
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
}
.save-item-holder{
    position: relative;
    height: 30px;
}
button{
    cursor: pointer;
}

.remove-btn{
    color: #ff6666;
    text-decoration: underline;
    float: right;
    margin-right: 20px;
    cursor: pointer;
}
.format-text{
    color: #777;
}
.content-holder-default h1{
    font-size: 50px;
}
.format-text h1, .format-text h2, .format-text h3, .format-text h4, .format-text h5, .format-text h6{
    color: #333;
}
.content-holder-default.green .format-text h1, .content-holder-default.green .format-text h2, .content-holder-default.green .format-text h3, .content-holder-default.green .format-text h4, .content-holder-default.green .format-text h5, .content-holder-default.green .format-text h6{
    color: #fff;
}
.content-holder-default.orange .format-text h1, .content-holder-default.orange .format-text h2, .content-holder-default.orange .format-text h3, .content-holder-default.orange .format-text h4, .content-holder-default.orange .format-text h5, .content-holder-default.orange .format-text h6{
    color: #fff;
}

button:focus {outline:0 !important;}
.normal-btn{
    margin: -9px 0 10px 0;
    
    -webkit-transition: box-shadow 0.2s ease-out;
    -moz-transition: box-shadow 0.2s ease-out;
    -o-transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
    margin-bottom: 5px;
    
    -webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
    
    background: #4db6ac !important;
    border-radius: 5px;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 30px;
    transition: all .5s;
    border: none;
}
a.normal-btn.right{
    color: #FFFFFF;
}
.normal-btn.full{
    text-align: center;
    width: 100%;
}
.normal-btn.left{
    float: left;
}
.normal-btn.right{
    float: right;
}
.normal-btn.center{
    float: right;
    right: -50%;
    text-align: center;
    position: relative;
}
.normal-btn.orange{
    background: #EF741A !important;
}
.blog-items-small{
    height: 230px;
    width: calc(33.3333333% - 25px);
    display: inline-block;
    margin: 10px;
    position: relative;
}
.blog-container .blog-items-small.i1{
    position: absolute;
    top: 0px;
    width: calc(33.3333333% - 30px);
}
.blog-container .blog-items-small.i2{
    position: absolute;
    top: 250px;
    width: calc(33.3333333% - 30px);
}
.blogs-extra-result{
    width: 100%;
    position: relative;
}
.blog-item-header{
    height: 70%;
    background: white;
    width: 100%;
}
.blog-item-header img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
a[class^="blog-items-"]{
    -webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
    
    border-radius: 5px;
    overflow: hidden;
    
    -webkit-transition: box-shadow 0.2s ease-out;
    -moz-transition: box-shadow 0.2s ease-out;
    -o-transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
}
a[class^="blog-items-"]:hover{
    -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.5);
}
.blog-container{
    position: relative;
}
.blog-items-big .blog-item-title{
    background: #EF741A;
    font-size: 24px;
    padding: 25px 35px;
    color: white;
    height: 30%;
}
.blog-items-small .blog-item-title{
    background: #EF741A;
    font-size: 18px;
    padding: 10px 15px;
    color: white;
    height: 30%;
    position: relative;
}
.blog-items-small .blog-item-title-inner{
    position: absolute;
    width: calc(100% - 30px);
}
.blog-items-small .blog-item-title .blog-item-title-inner p{
    overflow: hidden;
    max-height: 55px;
    /*text-overflow: ellipsis;*/
    -webkit-line-clamp: 4; /* number of lines to show */
    -webkit-box-orient: vertical;
    display: -webkit-box;
    
    color: white;
}
.blog-items-big .blog-item-title .blog-item-title-inner p{
    overflow: hidden;
    max-height: 65px;
    /*text-overflow: ellipsis;*/
    -webkit-line-clamp: 4; /* number of lines to show */
    -webkit-box-orient: vertical;
    display: -webkit-box;
    
    color: white;
}
.blog-item-date{
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 12px;
    color: white;
}
.blog-item-inner{
    position: relative;
    height: 100%;
    width: 100%;
}
.blog-items-big{
    height: 480px;
    width: calc(66.6666666% - 24px);
    display: inline-block;
    margin: 10px;
    margin-right: 15px;
}
.normal-btn.full{
    text-align: center;
    width: 100%;
}
.normal-btn.left{
    float: left;
}
.normal-btn.right{
    float: right;
}
.normal-btn:hover{
    -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.5);
    color: white;
}
.save-item-button:disabled,
.save-item-button[disabled]{
    background: #66c2ff;
    cursor:not-allowed;
}
.ajax-result-bar-right{
    text-align: right;
    padding-top: 7px;
    color: #999;
}
.dropdown-menu-icon{
    display: inline-block;
}
.dropdown-content{
    display: none;
}
.show-on-mobile-only{
    display: block;
}
.show-on-desktop-only{
    display: none;
}
.require-field-icon{
    color: #cc0000;
    margin-left: 2px;
}

.pagination{
    float: right;
    margin-top: 15px;
}
.page-item.active .page-link{
    border-color: #4db6ac !important;
    background-color: #4db6ac !important;
}
.page-item.active .page-link:hover{
    color: white;
}

.index-image-holder{
    width: 100%;
    height: 220px;
    position: relative;
    
    -webkit-transition: filter 0.2s ease-out;
    -moz-transition: filter 0.2s ease-out;
    -o-transition: filter 0.2s ease-out;
    transition: filter 0.2s ease-out;
    
    -webkit-filter: grayscale(60%); /* Safari 6.0 - 9.0 */
    filter: grayscale(60%);
    
    cursor: pointer;
    margin-bottom: 30px;
}
.index-image-holder:hover{
    
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    
}
.index-image-holder img{
    width: 100%;
    height: 100%;
}
.index-image-holder .index-image-text{
    position: absolute;
    bottom: 10px;
    color: white;
    font-weight: 900;
    text-align: center;
    font-size: 42px;
    width: 100%;
}


.file-container{
    width: 100%;
    height: 200px;
    position: relative;
    max-height: 200px;
    overflow: hidden;
    padding: 10px;
    
    border-radius: 5px;
    border-style: solid;
    border-color: #CACACA;
    border-width: 1px;
}
.file-container.media-file-container{
    height: 150px;
    max-height: 150px;
}
.file-container .file-text{
    text-align: center;
    margin-top: 75px;
}
.file-container .file-text-container{
    display: table;
    position: absolute;
    height: calc(100% - 11px);
    width: 100%;
}
.file-text-inner{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.media-file-container .file-text{
    margin-top: 50px;
}
.file-container img{
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    object-fit:cover;
}

.file-container:hover .file-remove{
    display: block;
}
.file-remove{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
    background: rgba(255,255,255,0.85);
    padding: 1px 8px;
    display: none;
    border-radius: 0;
    border-style: solid;
    border-color: #c1c1be;
    border-width: 0 0 1px 1px;
    cursor: pointer;
}
.file-container:hover .file-save{
    display: block;
}
.file-save{
    position: absolute;
    top: 0px;
    right: 29px;
    z-index: 999;
    background: rgba(255,255,255,0.85);
    padding: 1px 8px;
    display: none;
    border-radius: 0;
    border-style: solid;
    border-color: #c1c1be;
    border-width: 0 0 1px 1px;
    cursor: pointer;
}

.media-view-container{
    position: relative;
    height: 170px;
}
.media-view-container-large{
    width: 45%;
    position: absolute;
    left: 0;
    height: 100px;
}
.media-view-container-sub{
    width: 55%;
    position: absolute;
    left: 45%;
}
.media-view-container-inner{
    width: 100%;
    position: relative;
}
.media-view-item{
    width: calc(50% - 4px);
    height: 75px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 2.5px 1px 2.5px 1px;
}
.media-view-item .overlay{
    background: rgba(0, 0, 0, 0.5);
    width: calc(100% - 2px);
    height: calc(100% - 5px);
    position: absolute;
    color: white;
    text-align: center;
    padding: 20px 13px 0 0;
    font-weight: 700;
    font-size: 21px;
    display: none;
}
.media-view-item.large{
    width: 100%;
    height: 150px;
    padding-right: 5px;
}
.media-view-item img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.media-view-item#media-view-4 .overlay{
    display: block;
}
.media-view-item#media-view-5,#media-view-6{
    display: none;
}

.social-button{
    border-radius: 100px;
    padding: 8px 12px;
    border: 0;
    font-size: 17px;
    color: white;
    margin: -5px 4px 8px 4px;
    -webkit-box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.5);
}
.social-button:hover{
    -webkit-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.6);
    cursor: pointer;
    color: white;
}
.social-button.link{
    background: #cccccc;
}
.social-button.facebook{
    background: #3b5998;
    padding: 8px 16px;
}
.social-button.spotify{
    background: #1db954;
    padding: 8px 13px;
}
.social-button.twitter{
    background: #1da1f2;
    padding: 8px 12px;
}
.social-button.youtube{
    background: #ff0000;
    padding: 8px 12px;
}
.social-button.instagram{
    background: #8a3ab9;
    padding: 8px 12px;
}

.ajs-visible{
    padding: 7px 17px !important;
    color: white !important;
    font-size: 15px;
    border-radius: 5px;
    z-index: 999999999;
}
#lightboxOverlay{
    z-index: 99999;
}
#lightbox{
    z-index: 999999;
}

.team-member{
    min-height: 160px;
}
.team-member .team-member-logo{
    position: absolute;
    width: 150px;
    height: 150px;
    color: #222;
    font-size: 17px;
    font-weight: 300;
    text-align: center;
}
.team-member .team-member-logo img{
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 300px;
}
.team-member-content{
    margin-left: 180px;
}
.team-member-name{
    font-size: 24px;
    font-weight: 800;
}
.team-member-function{
    font-size: 17px;
    font-weight: 300;
    margin-top: -6px;
}
.team-member-description{
    font-size: 16px;
    font-weight: 300;
}
.offer-request-button{
    padding: 7px 20px 7px 20px;
    margin-left: auto;
    margin-right: auto;
    height: 45px;
    width: 100%;
    font-size: 19px;
    outline: none;
    margin: 0 0 0 -4px;
    border-radius: 30px;
    
    -webkit-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.4);
    
    border-color: transparent;
    background: #0E889E;
    color: #fff;
    
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}
.offer-request-button:hover{
    background: rgba(255,255,255,0.1);
    background: #0a6575;
    color: white;
}
.offer-request-text{
    text-align: center;
}

.cur-coupon{
    background: #fafafa;
    border-radius: 5px;
    border-color: #f1f1f1;
    border-width: 1px;
    border-style: solid;
    padding: 5px;
}
.cur-coupon-name{
    display: inline-block;
}
.cur-coupon-remove{
    display: inline-block;
}

@keyframes rotate {
  from { transform: rotate(0deg);   }
  to   { transform: rotate(360deg); }
}
.fa-spinner {
    animation: rotate steps(360) 1.5s;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
}
.widget.widget-online{
    border-radius: 30px !important;
}

.breadcrumb-con {
    background: rgb(239, 116, 26);
    width: 100%;
    margin-bottom: -15px;
}
.breadcrumb {
    margin-top: 0px;
    font-family: Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #fff;
    background: rgb(239, 116, 26) !important;
}
.breadcrumb ol {
    padding: 0;
    margin: 0;
}
.breadcrumb li {
    display: inline-block
}
.breadcrumb a {
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    padding-right: 14px;
    position: relative
}
.breadcrumb a:hover {
    color: #fafafa
}
.breadcrumb a:after {
    color: #eee;
    content: ">";
    position: absolute;
    right: 0
}

#privacy-popup {
    visibility: hidden; 
    background-color: rgba(50,50,50,0.8); 
    color: #fff; 
    text-align: center; 
    border-radius: 2px; 
    padding: 13px; 
    position: fixed; 
    margin: 0;
    z-index: 99999;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    display: inline-block;
    width: 700px;
    color: #ccc;
}
#privacy-popup a{
    color: #ccc;
    text-decoration: underline !important;
}
#privacy-popup a:hover{
    color: #888;
}
#remove-privacy-popup{
    cursor: pointer;
    color: #ddd;
    font-size: 18px;
}
@media screen and (max-width: 750px) {
    #privacy-popup {
        width: 95%;
    }
}
#privacy-popup.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}
#privacy-popup.hide {
    visibility: visible;
    -webkit-animation: fadeout 0.5s;
    animation: fadeout 0.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 20px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 20px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 20px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 20px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}


@media screen and (min-width: 1500px) {
    .content-holder-default-inner{
        margin-left: auto;
        margin-right: auto;
        width: 1300px;
        padding: 30px 0;
    }
    .content-holder-login-inner{
        margin-left: auto;
        margin-right: auto;
        width: 470px;
        padding: 30px 0;
    }
    .breadcrumb{
        width: 1320px;
        margin-left: auto;
        margin-right: auto;
    }
    .header-holder{
        padding: 15px 0;
    }
    .header-holder-inner{
        width: 1300px;
        margin-left: auto;
        margin-right: auto;
    }
    .header-personal-inner{
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
    .header-personal-logo{
        top: 150px;
        left: 0;
    }
    .header-personal-title{
        top: 310px;
        left: 318px;
        font-size: 50px;
        width: calc(100% - 270px);
        text-align: left;
        color: black !important;
    }
    .header-personal-logo img{
        width: 300px;
        height: 300px;
    }
    .header-personal-subtitle{
        top: 370px;
        left: 320px;
        font-size: 20px;
        width: calc(100% - 270px);
        text-align: left;
        color: #444 !important;
    }
    .header-personal-image .header-personal-image-holder{
        height: 300px;
        max-height: 300px;
    }
    .header-personal-holder{
        height: 440px;
    }
    .header-index-holder{
        margin-left: auto;
        margin-right: auto;
        width: 1200px;
    }
    .dropdown-menu-icon{
        display: none;
    }
    .dropdown-content{
        display: block !important;
    }
    .show-on-mobile-only{
        display: none;
    }
    .show-on-desktop-only{
        display: block;
    }
    
    .media-view-container{
        height: 220px;
    }
    .media-view-container-large{
        width: 35%;
    }
    .media-view-container-sub{
        width: 65%;
        left: 35%;
    }
    .media-view-item{
        width: calc(33.3% - 4px);
        height: 110px;
    }
    .media-view-item .overlay{
        padding: 39px 13px 0 0;
    }
    .media-view-item.large{
        height: 220px;
    }
    .media-view-item#media-view-4 .overlay{
        display: none;
    }
    .media-view-item#media-view-6 .overlay{
        display: block;
    }
    .media-view-item#media-view-5,#media-view-6{
        display: inline-block;
    }
    .file-container.media-file-container{
        height: 170px;
        max-height: 170px;
    }
    .media-file-container .file-text{
        margin-top: 60px;
    }
    .review-item{
        width: 70%;
    }
    .reviews-container{
        height: 200px;
    }
    .review-skip-button{
        margin-top: 75px;
    }
    .align-vertical-midle{
        top: 50%; 
        transform: translate(0,-50%); 
        position: absolute;
        margin-top: 0;
    }
    .offer-request-text{
        text-align: left;
        margin-bottom: 20px;
    }
    .offer-request-button{
        float: right;
        margin: -15px 25px 0 0;
        width: auto;
    }
    .blog-con{
        padding: 45px 40px;
    }
}
@media screen and (max-width: 1500px) and (min-width: 1200px) {
    .content-holder-default{
        padding: 0 100px;
    }
    .content-holder-login-inner{
        margin-left: auto;
        margin-right: auto;
        width: 420px;
    }
    .breadcrumb-con {
        padding: 0 90px;
    }
    .header-holder{
        padding: 15px 100px;
    }
    .header-personal-inner{
        margin: 0 100px;
    }
    .header-personal-logo img{
        width: 250px;
        height: 250px;
    }
    .header-personal-logo{
        top: 170px;
        left: 0;
    }
    .header-personal-title{
        top: 310px;
        left: 270px;
        font-size: 50px;
        width: calc(100% - 480px);
        text-align: left;
    }
    .header-personal-subtitle{
        top: 370px;
        left: 270px;
        font-size: 20px;
        width: calc(100% - 480px);
        text-align: left;
    }
    .header-personal-image .header-personal-image-holder{
        height: 300px;
        max-height: 300px;
    }
    .header-personal-holder{
        height: 410px;
    }
    .header-index-holder{
        margin: 0 100px;
        width: calc(100% - 200px);
    }
    .dropdown-menu-icon{
        display: none;
    }
    .dropdown-content{
        display: block !important;
    }
    .show-on-mobile-only{
        display: none;
    }
    .show-on-desktop-only{
        display: block;
    }
    
    .media-view-container{
        height: 200px;
    }
    .media-view-container-large{
        width: 35%;
    }
    .media-view-container-sub{
        width: 65%;
        left: 35%;
    }
    .media-view-item{
        width: calc(33.3% - 4px);
        height: 100px;
    }
    .media-view-item .overlay{
        padding: 34px 13px 0 0;
    }
    .media-view-item.large{
        height: 200px;
    }
    .media-view-item#media-view-4 .overlay{
        display: none;
    }
    .media-view-item#media-view-6 .overlay{
        display: block;
    }
    .media-view-item#media-view-5,#media-view-6{
        display: inline-block;
    }
    .file-container.media-file-container{
        height: 150px;
        max-height: 150px;
    }
    .media-file-container .file-text{
        margin-top: 50px;
    }
    .review-item{
        width: 70%;
    }
    .reviews-container{
        height: 200px;
    }
    .review-skip-button{
        margin-top: 75px;
    }
    .align-vertical-midle{
        top: 50%; 
        transform: translate(0,-50%); 
        position: absolute;
        margin-top: 0;
    }
    .offer-request-text{
        text-align: left;
    }
    .offer-request-button{
        float: right;
        margin: -7px 25px 0 0;
        width: auto;
    }
    .blog-con{
        padding: 35px 40px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .content-holder-default{
        padding: 0 60px;
    }
    .content-holder-login-inner{
        margin-left: auto;
        margin-right: auto;
        width: 420px;
    }
    .breadcrumb-con {
        padding: 0 50px;
    }
    .header-holder{
        padding: 15px 60px;
    }
    .header-personal-inner{
        margin: 0 80px;
    }
    .header-personal-logo img{
        width: 250px;
        height: 250px;
    }
    .header-personal-logo{
        top: 170px;
        left: 0;
    }
    .header-personal-title{
        top: 310px;
        left: 270px;
        font-size: 50px;
        width: calc(100% - 420px);
        text-align: left;
    }
    .header-personal-subtitle{
        top: 370px;
        left: 270px;
        font-size: 20px;
        width: calc(100% - 420px);
        text-align: left;
    }
    .header-personal-image .header-personal-image-holder{
        height: 300px;
        max-height: 300px;
    }
    .header-personal-holder{
        height: 405px;
    }
    .header-index-holder{
        margin: 0 60px;
        width: calc(100% - 120px);
    }
    .dropdown-menu-icon{
        display: none;
    }
    .dropdown-content{
        display: block !important;
    }
    .show-on-mobile-only{
        display: none;
    }
    .show-on-desktop-only{
        display: block;
    }
    
    .media-view-container{
        height: 200px;
    }
    .media-view-container-large{
        width: 38%;
    }
    .media-view-container-sub{
        width: 62%;
        left: 38%;
    }
    .media-view-item{
        width: calc(33.3% - 4px);
        height: 100px;
    }
    .media-view-item .overlay{
        padding: 34px 13px 0 0;
    }
    .media-view-item.large{
        height: 200px;
    }
    .media-view-item#media-view-4 .overlay{
        display: none;
    }
    .media-view-item#media-view-6 .overlay{
        display: block;
    }
    .media-view-item#media-view-5,#media-view-6{
        display: inline-block;
    }
    .file-container.media-file-container{
        height: 130px;
        max-height: 130px;
    }
    .media-file-container .file-text{
        margin-top: 40px;
    }
    .review-item{
        width: 70%;
    }
    .reviews-container{
        height: 250px;
    }
    .review-skip-button{
        margin-top: 100px;
    }
    .align-vertical-midle{
        top: 50%; 
        transform: translate(0,-50%); 
        position: absolute;
        margin-top: 0;
    }
    .header-index .header-index-title{
        font-size: 70px;
    }
    .header-subindex .header-subindex-title{
        font-size: 70px;
    }
    .offer-request-text{
        text-align: left;
    }
    .offer-request-button{
        float: right;
        margin: 0 25px 0 0;
        width: auto;
    }
    .blog-con{
        padding: 25px 30px;
    }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
    .content-holder-default{
        padding: 0 40px;
    }
    .content-holder-login-inner{
        margin-left: auto;
        margin-right: auto;
        width: 420px;
    }
    .breadcrumb-con {
        padding: 0 40px;
    }
    .header-holder{
        padding: 15px 40px;
    }
    .header-personal-inner{
        margin: 0 40px;
    }
    .header-personal-logo img{
        width: 250px;
        height: 250px;
    }
    .header-personal-logo{
        top: 170px;
        left: 0;
    }
    .header-personal-title{
        top: 310px;
        left: 270px;
        font-size: 45px;
        width: calc(100% - 330px);
        text-align: left;
    }
    .header-personal-subtitle{
        top: 365px;
        left: 270px;
        font-size: 19px;
        width: calc(100% - 330px);
        text-align: left;
    }
    .header-personal-image .header-personal-image-holder{
        height: 300px;
        max-height: 300px;
    }
    .header-personal-holder{
        height: 405px;
    }
    .header-index-holder{
        margin: 0 24px;
        width: calc(100% - 80px);
    }
    .dropdown-menu-icon{
        display: none;
    }
    .dropdown-content{
        display: block !important;
    }
    .show-on-mobile-only{
        display: none;
    }
    .show-on-desktop-only{
        display: block;
    }
    .file-container.media-file-container{
        height: 150px;
        max-height: 150px;
    }
    .media-file-container .file-text{
        margin-top: 50px;
    }
    .review-item{
        width: 70%;
    }
    .reviews-container{
        height: 250px;
    }
    .review-skip-button{
        margin-top: 100px;
    }
    .align-vertical-midle{
        top: 50%; 
        transform: translate(0,-50%); 
        position: absolute;
        margin-top: 0;
    }
    .header-index .header-index-title{
        font-size: 60px !important;
    }
    .header-subindex .header-subindex-title{
        font-size: 60px !important;
    }
    .offer-request-text{
        text-align: left;
    }
    .offer-request-button{
        float: right;
        margin: 0 25px 0 0;
        width: auto;
    }
    
    h1{
        font-size: 45px !important;
    }
    .content-holder-default-inner{
        padding: 25px 20px 25px 20px;
    }
    .blog-con{
        padding: 15px 20px;
    }
}
@media screen and (max-width: 768px) and (min-width: 650px) {
    .content-holder-default{
        padding: 0 30px;
    }
    .content-holder-login-inner{
        margin-left: auto;
        margin-right: auto;
        width: 420px;
    }
    .breadcrumb-con {
        padding: 0 20px;
    }
    .header-holder{
        padding: 15px 30px;
    }
    .header-personal-inner{
        margin: 0 20px;
    }
    .header-personal-logo img{
        width: 200px;
        height: 200px;
    }
    .header-personal-logo{
        top: 95px;
        left: 0;
    }
    .header-personal-title{
        top: 210px;
        left: 220px;
        font-size: 40px;
        width: calc(100% - 260px);
        text-align: left;
    }
    .header-personal-subtitle{
        top: 260px;
        left: 220px;
        font-size: 17px;
        width: calc(100% - 260px);
        text-align: left;
    }
    .header-personal-holder{
        height: 285px;
    }
    .header-index-holder{
        margin: 0 30px;
        width: calc(100% - 60px);
    }
    .header-index .header-index-search-holder{
        top: 250px;
        width: 60%;
        right: 20%;
    }
    .media-view-container{
        height: 200px;
    }
    .media-view-container-large{
        width: 38%;
    }
    .media-view-container-sub{
        width: 62%;
        left: 38%;
    }
    .media-view-item{
        width: calc(33.3% - 4px);
        height: 100px;
    }
    .media-view-item .overlay{
        padding: 34px 13px 0 0;
    }
    .media-view-item.large{
        height: 200px;
    }
    .media-view-item#media-view-4 .overlay{
        display: none;
    }
    .media-view-item#media-view-6 .overlay{
        display: block;
    }
    .media-view-item#media-view-5,#media-view-6{
        display: inline-block;
    }
    .media-file-container{
        height: 140px;
        max-height: 140px;
    }
    .media-file-container .file-text{
        margin-top: 45px;
    }
    .review-item{
        width: 70%;
    }
    .reviews-container{
        height: 250px;
    }
    .review-skip-button{
        margin-top: 100px;
    }
    .header-index .header-index-title{
        font-size: 55px !important;
    }
    .header-subindex .header-subindex-title{
        font-size: 55px !important;
    }
    
    .blog-items-small{
        height: 230px;
        width: calc(50% - 23px);
        display: inline-block;
        margin: 10px;
    }
    .blog-container .blog-items-small.i1{
        position: relative;
        width: calc(50% - 23px);
    }
    .blog-container .blog-items-small.i2{
        position: relative;
        top: 0;
        width: calc(50% - 23px);
    }
    .blog-items-big{
        height: 450px;
        width: calc(100% - 20px);
        display: inline-block;
        margin: 10px;
    }
    .blog-items-big .blog-item-title{
        background: #EF741A;
        font-size: 18px;
        padding: 10px 15px;
        color: white;
        height: 30%;
        position: relative;
    }
    
    h1{
        font-size: 41px !important;
    }
    .content-holder-default-inner{
        padding: 20px 20px 20px 20px;
    }
    .header-subindex-middle-holder{
        padding: 0 20px;
    }
}
@media screen and (max-width: 650px) and (min-width: 576px) {
    .content-holder-default{
        padding: 0 20px;
    }
    .content-holder-login-inner{
        margin-left: auto;
        margin-right: auto;
        width: 420px;
    }
    .header-holder{
        padding: 10px 20px;
    }
    .header-personal-inner{
        margin: 0 10px;
    }
    .header-personal-logo img{
        width: 200px;
        height: 200px;
    }
    .header-personal-logo{
        top: 95px;
        left: 0;
    }
    .header-personal-title{
        top: 210px;
        left: 220px;
        font-size: 40px;
        width: calc(100% - 250px);
        text-align: left;
    }
    .header-personal-subtitle{
        top: 260px;
        left: 220px;
        font-size: 17px;
        width: calc(100% - 250px);
        text-align: left;
    }
    .header-personal-holder{
        height: 285px;
    }
    .header-index-holder{
        margin: 0 20px;
        width: calc(100% - 40px);
    }
    .header-index .header-index-search-holder{
        top: 250px;
        width: 80%;
        right: 10%;
    }
    .header-index .header-index-title{
        font-size: 55px !important;
    }
    .header-subindex .header-subindex-title{
        font-size: 55px !important;
    }
    .media-file-container{
        height: 140px;
        max-height: 140px;
    }
    .reviews-container{
        height: 300px;
    }
    .review-item{
        width: 80%;
    }
    .review-skip-button{
        margin-top: 125px;
    }
    
    h1{
        font-size: 36px !important;
    }
    .content-holder-default-inner{
        padding: 15px 20px 15px 20px;
    }
    
    .blog-items-small{
        height: 300px;
        width: calc(100% - 20px);
        display: inline-block;
        margin: 10px;
    }
    .blog-container .blog-items-small.i1{
        position: relative;
        width: calc(100% - 20px);
    }
    .blog-container .blog-items-small.i2{
        position: relative;
        top: 0;
        width: calc(100% - 20px);
    }
    .blog-items-big{
        height: 300px;
        width: calc(100% - 20px);
        display: inline-block;
        margin: 10px;
    }
    .blog-items-big .blog-item-title{
        background: #EF741A;
        font-size: 18px;
        padding: 10px 15px;
        color: white;
        height: 30%;
        position: relative;
    }
    .header-subindex-middle-holder{
        padding: 0 20px;
    }
}
@media screen and (max-width: 650px) and (min-width: 430px) {
    .content-holder-login-inner{
        margin-left: auto;
        margin-right: auto;
        width: 420px;
    }
}
@media screen and (max-width: 576px) {
    .cpopup-container{
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    h1{
        font-size: 30px !important;
    }
    .blog-items-small{
        height: 230px;
        width: calc(100% - 20px);
        display: inline-block;
        margin: 10px;
    }
    .blog-container .blog-items-small.i1{
        position: relative;
        width: calc(100% - 20px);
    }
    .blog-container .blog-items-small.i2{
        position: relative;
        top: 0;
        width: calc(100% - 20px);
    }
    .blog-items-big{
        height: 230px;
        width: calc(100% - 20px);
        margin: 10px;
    }
    .blog-items-big .blog-item-title{
        background: #EF741A;
        font-size: 18px;
        padding: 10px 15px;
        color: white;
        height: 30%;
        position: relative;
    }
    
    .content-holder-default-inner{
        padding: 10px 20px 10px 20px;
    }
    .header-index .header-index-search-holder{
        top: 220px;
        width: 90%;
        right: 5%;
    }
    .header-index .header-index-title{
        font-size: 50px !important;
    }
    .header-subindex .header-subindex-title{
        font-size: 50px !important;
    }
    .header-subindex-middle-holder{
        padding: 0 20px;
    }
}
.select2-selection__arrow{
    display: none !important;
}
.select2-selection.select2-selection--single{
    padding-top: 4px;
    height: 38px !important;
}
.select2-container{
    min-height: 35px !important;
    width: 100% !important;
}
.select2-selection{
    border-color: #CACACA !important;
    min-height: 35px !important;
    width: 100% !important;

    padding-right: 30px;
    background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
    background-position:
    calc(100% - 20px) calc(14px),
    calc(100% - 15px) calc(14px);
    background-size:
    5px 5px,
    5px 5px,
    1px 0.5em;
    background-repeat: no-repeat;
}

.blog-container a {
	color: #29AADE !important;
}
.blog-container .black-link {
	color: #29AADE !important;
}