* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.img-crop {
    position: relative;
    overflow: hidden;
}

.img-crop-simple img {
    /*width: 100%;*/
    max-height: none;
    max-width: none;
}

.bkg-crop {
    position: relative;
    background-size: auto;
    background-repeat: no-repeat;
}

.bkg-crop-simple {
    background-size: cover !important;
    background-position: center center !important;
}

.bkg-crop-none {
    background-size: auto;
    background-position: initial initial;
}

.img-crop img {
    position: relative;
}

.img-crop-centered img {
    max-height: none;
    max-width: none;
}

.img-crop-resized-block-width {
    width: 100%;
}

.img-crop-resized-block-width img{
    width: 100%;
}

.img-crop-resized img {
    width: 100%;
    height: 100%;
}

.bkg-crop-centered {
    background-size: contain !important;
    background-position: center center !important;
}

.bkg-crop-resized {
    background-size: 100% 100% !important;
}

.bkg-crop-resized-block-height{
    background-size: auto 100% !important;
}

.droppable{
    display: block;
    height: auto;
    padding: 0;
}

.wysiwyg-content ul,
.wysiwyg-content ol{
    list-style-position: inside;    
}
.wysiwyg-content ul{
    list-style-type: disc;
}

/*------------------------generic fonts----------------------*/

.arial-helvetica-sans-serif{
    font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
}

.comic-sans-monaco-cursive{
    font-family: "Comic Sans MS", Monaco, TSCu_Comic, cursive;
}

.courier-numbus-mono-monospace{
    font-family: "Courier New", "Nimbus Mono L", Courier, monospace;
}

.georgia-century-schoolbook-serif{
    font-family: Georgia, "Century Schoolbook L", serif;
}

.lucida-console-monaco-monospace{
    font-family: "Lucida Console", Monaco, monospace;
}

.lucida-sans-garuda-sans-serif{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
}

.tahoma-geneva-kalimati{
    font-family: Tahoma, Geneva, Kalimati, sans-serif;
}

.palatino-garuda-sans-serif{
    font-family: "Palatino Linotype", Garuda, Palatino, sans-serif;
}

.times-new-roman-numbus-times-serif{
    font-family: "Times New Roman", "Nimbus Roman No9 L", Times, serif;
}

.trebuchet-numbus-sans-helvetica{
    font-family: "Trebuchet MS", "Nimbus Sans L", Helvetica, sans-serif;
}

.verdana-geneva-sans-serif{
    font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
}

[class*="generated-font-"]{
    font-weight: 400;
}

[class*="generated-font-"] b{
    font-weight: 700;
}

.btn--disabled{
    opacity: 0.5;
    filter: Alpha(Opacity=50);
}

a.link-color{
    color: inherit;
}

    a.link-color:hover {
        text-decoration: underline;
    }

/*mobile hidden*/
.mobile-visible { display: none!important; }

@media (max-width: 767px) {
    .mobile-hidden { display: none !important; }
	.mobile-visible { display: block !important; }
	.mobile-hidden * { display: none !important; }
}

@media (max-width: 767px) {

    .pull-right[class*="span"], .row-fluid .pull-right[class*="span"] {
        float: none;
    }
}