* {
    box-sizing: border-box;
}

input[type="text"],
input[type="password"],
select,
textarea
{
    width: 100%;
    box-sizing: border-box;
}

label
{
    cursor: pointer;
    vertical-align: top;
}

ul.pointers
{
    margin: 28px 0;
}

.pointers li
{
    display: block;
    padding: 5px;
}

.pointers li i
{
    margin-right: 5px;
    color: #ccc;
}

.form-wrapper
{
    padding: 20px 0;
    overflow: hidden;
}

.form
{
    margin: 0 auto;
}

.form-field-wrap
{
    display: block;
    margin: 10px 0;
}

.form-field-wrap .field-title
{
    display: block;
    margin-bottom: 10px;
    color: #444;
}

.input-label
{
    display: block;
    padding: 0 0 2px 2.5px;
}

.input-label .required
{
    padding-left: 2px;
    color: red;
}

.field
{
    position: relative;
    margin-bottom: 20px;  
}

.form-field
{
    width: 100%;
    padding: 8px 10px;
    border: 1px #aeaeae solid;
    border-radius: 2px;
    color: #444;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.form-field:hover,
.form-field:focus
{
    border-color: gold;
}

.field .error-msg
{
    position: absolute;
    top: 3px;
    right: 5px;
    display: none;
    font-size: 0.75em;
    color: red;
}

.field-error
{
    border: 1px red solid !important;
}

.form-buttons
{

}

.btn-form
{
    margin-top: 40px;
}

.thumb-frame
{
    padding: 3px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid silver;
    border-radius: 3px;
    box-shadow: 1px 1px 3px silver; 
}

.thumbs
{
    border: 2px solid silver;
}

.thumbs:hover
{
    border: 2px #ff9933 solid;
    cursor: pointer;
}

.current-thumb
{
    border: 2px #ff9933 solid;
}

.remove-image
{
    display: inline-block;
    margin: 0 8px 0 3px;
    vertical-align: top;
}

.solidline
{
    margin: 50px 0 30px 0;
    border-top: 1px solid #f5f5f5;
}

.footer-gallery .footer-gallery-single-img
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
}

.footer-gallery .footer-gallery-single-img::after
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;    
    content: "";
    background-color: #000;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;    
}

.footer-gallery .footer-gallery-single-img:hover::after
{
    opacity: 0.5;
}

.overlay
{
    position: fixed;
    top:0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    justify-content: center;
    z-index: 9999;
}

.overlay-wrapper
{
    width: 80%;
    height: 100%;
    padding: 40px;
}

.overlay-holder
{
    border-radius: 3px;
}

.overlay-top
{
    height: 50px;
}

.overlay-top p
{
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
}

.overlay-header
{
    width: 100%;
    height: 60px;
    border-radius: 3px 3px 0 0;
    background-color: #fff;
}
/*
.overlay-header .progress
{
        height: 6px;
        background-color: #d7e0e6;
}
*/
.overlay-header  .progressbar
{
    height: 6px;
    border-radius: 3px 3px 0 0;
    background-color: #d7e0e6;	
}

.overlay-header  .progressbar li
{
    display: inline-block;
    float: left;
    width: 10%;
    height: 100%;	
}

.overlay-header .progressbar li:first-child
{
    border-radius: 3px 0 0 0;
}

.overlay-header .progressbar li.active
{
    background-color: var(--green);
}

.overlay-content
{
    width: 100%;
    min-height: 200px;
    overflow: hidden;
    border-radius: 0 0 3px 3px;
    background-color: #fff;
}

.overaly-buttons
{
    margin: 25px 0;
}

.overaly-buttons a
{
    margin: 0 10px;
}

.message {width: 99.8%; min-height: 20px; margin: 0px 0 20px 0; color: #666452;}
.message div, .message ul {padding: 10px 10px; line-height: 1.5em;}
.success {border: 1px #078f07 solid; border-radius: 4px; background: #e7fbdb;}
.information {border: 1px #a2b4ee solid; border-radius: 4px; background: #dbe3ff;}
.attention {background: #fffbcc; border: 1px #e6db55 solid; border-radius: 4px;}
.error {border: 1px #C31B00 solid; border-radius: 4px; background: #ffcccc; color: #c31b00;}

#facebook-likebox
{
    position: fixed;
    top: 190px;
    right: -315px;  
    z-index: 100; 
}

#facebook-likebox #tab
{
    float: left;
    width: 35px;
    height: 110px;    
    background: url(../images/cms/facebook-slider.png) no-repeat center center;
    cursor: pointer;
}

#facebook-code
{
    float:left;
    width: 315px; 
    height: 296px;    
    padding: 5px; 
    border: solid #0170cf 3px; 
    background: #fff; 
    -moz-border-radius: 0 0 0 8px; 
    -webkit-border-radius: 0 0 0 8px; 
    border-radius: 0 0 0 8px; 
}

.widget
{
    position: fixed;
    top: 190px;
    right: 0px;  
    z-index: 100; 	
}

.widget .widget-tab
{
    float: left;
    width: 40px;
    height: 240px;    
    background: url(../images/cms/widget-visit-online.png) no-repeat center center;
    cursor: pointer;	
}

.ajax-preloader
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0,0,0,0.5);
}

.ajax-preloader .loader
{
    position: fixed; 
    top: 30%;
    left: 45%;
}

.ajax-loader
{
    height: 20px;
    text-align: center;
}

.designer-brand
{
    color: #FF9A1E;
}

.error-404
{
    font-size: 58px !important;
    color: red;
    text-align: center;
    line-height: 60px !important;
}

.cke_editable
{
    margin: 15px
}

.cke_editable p
{
    line-height: 1.6em !important;
}

/**************************************** Helpers ***************************************/
.bordered { padding: 5px; border: 1px #ccc solid;}
.img-responsive {max-width: 100%; width: auto; height: auto;}
.img-bordered {border: 1px solid silver; border-radius: 3px; box-shadow: 1px 1px 3px silver; background: #fff; padding: 3px;}
.left {float: left;}
.right {float: right;}
.align-left {text-align: left !important;}
.align-right {text-align: right !important;}
.align-center {text-align: center !important;}
.align-justify {text-align: justify;}
.v-align-top {vertical-align: top;}
.hidden {display: none;}
.hidetext {text-indent: -9999px; font-size: 0; line-height: 0;}
.center {margin: 0 auto;}
.clear {clear: both;}