/*::-webkit-scrollbar-corner {
    background-color: #e6e6e6;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 0;
    border-radius: 0;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
    background-color: transparent;
    border-radius: 0;
}
::-webkit-scrollbar:horizontal{
    height: 12px;
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    border: 4px solid rgba(255,255,255,0);
    background-clip: content-box;
    background-color: #bfbfbf;
}*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.wow {
    visibility: hidden;
}
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
*{    
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
figure, p {
    margin: 0;
}

a {
    -webkit-transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -ms-transition: all .2s ease-in 0s;
    -o-transition: all .2s ease-in 0s;
    transition: all .2s ease-in 0s;
    color: #fff;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}

h1, h2, h3,
h4, h5, h6 {
    margin: 0;
    font-family: 'Myriad Pro Semibold';
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}
.border-dash{
    border: 1px dashed #999;
}
.border-solid{
    border: 1px solid #999;
}
.border-dotted{
    border: 1px dashed #999;
}
.border-right{
    border-left: none;
    border-bottom: none;
    border-top: none;
}
.border-left{
    border-right: none;
    border-bottom: none;
    border-top: none;
}
.border-top{
    border-left: none;
    border-bottom: none;
    border-right: none;
}
.border-bottom{
    border-left: none;
    border-right: none;
    border-top: none;
}
.border-bottom-none {
    border-bottom: none !important;
}
.padding-none{
    padding: 0px;
}
.margin-none{
    margin: 0px;
}

.btn:hover,
.btn:focus {
    outline: 0;
}

.btn-blue {
    background-color: #00c7fc;
    color: #fff;
}

.kill-margin {
    margin: 0 !important;
}
img{
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}
.overlay{
    width: 100%;
    height: 100%;
    position: absolute;    
    background: rgba(255,147,31,0.55);
    opacity: 0;
    left: 0;
    bottom: 0;
    transition: visibility .3s;
    z-index: 1;
    webkit-transition-property: border-radius,margin,width,height,opacity,background-color,z-index;
    transition-property: border-radius,margin,width,height,opacity,background-color,z-index;
    -webkit-transition-duration: 0.2s,0.2s,0.2s,0.2s,0.2s,0.2s,0s;
    transition-duration: 0.2s,0.2s,0.2s,0.2s,0.2s,0.2s,0s;
    -webkit-transition-timing-function: ease-out,ease-out,ease-out,ease-out,ease-out,ease-out,linear;
    transition-timing-function: ease-out,ease-out,ease-out,ease-out,ease-out,ease-out,linear;
    -webkit-transition-delay: 0s,0s,0s,0s,0s,0s,0s;
    transition-delay: 0s,0s,0s,0s,0s,0s,0s;
}

.overflow-hidden{
    overflow: hidden;
}
label{
    font-weight: normal;
}
.modal-lgs{
    width: 100%;
    height: 100%;
    margin: 0;
}
.modal-lgs .modal-body{
    padding: 15px 10px;
}
.modal-lgs .modal-content{
    padding: 0
}
.modal-bluegray .modal-header{
    color: #eceff1;
    background-color: #607d8b;
    border-color: #607d8b;
}
.modal-bluegray .modal-header h3 {
    color: #eceff1;
}
.modal-lgs .modal-header .close{
    margin-top: -30px;
}
.form-control.error{
    border: 1px solid #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}
.form-control.error:focus,.form-control.error:hover,.form-control.error:active{
    border: 1px solid #843534 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483 !important;
}

.row-1:before,.row-2:before,.row-3:before,.row-1:after,.row-2:after,.row-3:after{
    display: table;
    content: " "
}
.row-1:after,.row-2:after,.row-3:after{
    clear: both
}
.row-1{
    height: 33.3333333333333%;
}
.row-2{
    height: 66.6666666666666%;
}
.row-3{
    height: 100%;
}
.row-1,.row-2,.row-3{
    position: relative;
    display: block;
    overflow: hidden;
    padding: 5px 0
}
.panel-big .row-1{ height: 25%;}
.panel-big .row-2{ height: 50%;}
.underline{
    text-decoration: underline !important
}
.news-content img{height:initial !important}