﻿@charset "UTF-8";
@import url('./bootstrap/css/bootstrap.min.css');

/*  
    Blue 0c3670

    153e75
    Orange fe7800
    
*/

@font-face {
    font-family: 'Lato';
    src: url('/resources/shared/fonts/lato-regular-webfont.eot');
    src: url('/resources/shared/fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/resources/shared/fonts/lato-regular-webfont.woff') format('woff'),
         url('/resources/shared/fonts/lato-regular-webfont.ttf') format('truetype'),
         url('/resources/shared/fonts/lato-regular-webfont.svg#LatoRegularwebFont') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Lato';
    src: url('/resources/shared/fonts/lato-bold-webfont.eot');
    src: url('/resources/shared/fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/resources/shared/fonts/lato-bold-webfont.woff') format('woff'),
         url('/resources/shared/fonts/lato-bold-webfont.ttf') format('truetype'),
         url('/resources/shared/fonts/lato-bold-webfont.svg#MyriadWebProBold') format('svg');
    font-weight:  bold;
    font-style: normal;

}

@font-face {
    font-family: 'Lato';
    src: url('/resources/shared/fonts/lato-italic-webfont.eot');
    src: url('/resources/shared/fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'), 
        url('/resources/shared/fonts/lato-italic-webfont.woff') format('woff'), 
        url('/resources/shared/fonts/lato-italic-webfont.ttf') format('truetype'), 
        url('/resources/shared/fonts/lato-italic-webfont.svg#MyriadWebProItalic') format('svg');
    font-weight: normal;
    font-style:  italic;
}
@font-face {
    font-family: 'LatoBlack';
    src: url('/resources/shared/fonts/lato-black-webfont.eot');
    src: url('/resources/shared/fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/resources/shared/fonts/lato-black-webfont.woff') format('woff'),
         url('/resources/shared/fonts/lato-black-webfont.ttf') format('truetype'),
         url('/resources/shared/fonts/lato-black-webfont.svg#MyriadWebProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Lato';
    src: url('/resources/shared/fonts/lato-regular-webfont.eot');
    src: url('/resources/shared/fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/resources/shared/fonts/lato-regular-webfont.woff') format('woff'),
         url('/resources/shared/fonts/lato-regular-webfont.ttf') format('truetype'),
         url('/resources/shared/fonts/lato-regular-webfont.svg#LatoRegularwebFont') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoLight';
    src: url('/resources/shared/fonts/lato-light-webfont.eot');
    src: url('/resources/shared/fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/resources/shared/fonts/lato-light-webfont.woff') format('woff'),
         url('/resources/shared/fonts/lato-light-webfont.ttf') format('truetype'),
         url('/resources/shared/fonts/lato-light-webfont.svg#LatoLight') format('svg');
    font-weight:  bold;
    font-style: normal;

}

@font-face {
    font-family: 'LatoLight';
    src: url('/resources/shared/fonts/lato-lightitalic-webfont.eot');
    src: url('/resources/shared/fonts/lato-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), 
        url('/resources/shared/fonts/lato-lightitalic-webfont.woff') format('woff'), 
        url('/resources/shared/fonts/lato-lightitalic-webfont.ttf') format('truetype'), 
        url('/resources/shared/fonts/lato-lightitalic-webfont.svg#LatoLightItalic') format('svg');
    font-weight: normal;
    font-style:  italic;
}

@font-face {
    font-family: 'OswaldBold';
    src: url('/resources/shared/fonts/Oswald-Bold-webfont.eot');
    src: url('/resources/shared/fonts/Oswald-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/resources/shared/fonts/Oswald-Bold-webfont.woff') format('woff'),
         url('/resources/shared/fonts/Oswald-Bold-webfont.ttf') format('truetype'),
         url('/resources/shared/fonts/Oswald-Bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OswaldLight';
    src: url('/resources/shared/fonts/Oswald-Light-webfont.eot');
    src: url('/resources/shared/fonts/Oswald-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/resources/shared/fonts/Oswald-Light-webfont.woff') format('woff'),
         url('/resources/shared/fonts/Oswald-Light-webfont.ttf') format('truetype'),
         url('/resources/shared/fonts/Oswald-Light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Oswald';
    src: url('/resources/shared/fonts/Oswald-Regular-webfont.eot');
    src: url('/resources/shared/fonts/Oswald-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/resources/shared/fonts/Oswald-Regular-webfont.woff') format('woff'),
         url('/resources/shared/fonts/Oswald-Regular-webfont.ttf') format('truetype'),
         url('/resources/shared/fonts/Oswald-Regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {   font-size: 14px;
}

@media (max-width: 1024px) and (min-width: 768px) {
html {   font-size: 13px;
}

}

body {
    font-family:Lato, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    line-height: 18px;
    min-width:1002px;
}

/* DNN Body */
#Body {
    /* CSS3 */
    background: #ff0000; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #efefef 0%, #e9e9e9 50%, #dfdfdf 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#efefef), color-stop(50%,#e9e9e9), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); /* Opera 12+ */
    /*background: -ms-radial-gradient(center, ellipse cover,  #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); */ /* IE10+ */
    background: radial-gradient(ellipse at center, #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dfdfdf',GradientType=1);  IE6-9 fallback on horizontal gradient */
    min-height: 1px;
}

/*------------------------------------------------*/
/* FONT STYLE */
/*------------------------------------------------*/
body, th, td, table, h1, h2, h3, h4, h5, h6,
.Head, .SubHead, .SubSubHead,
.Normal, .NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled,
a:link, a:visited, a:hover, input, .CommandButton {
    font-family:  Arial, Helvetica, sans-serif;
}

em {
    font-style: italic;
    letter-spacing: 0;
}

strong {
    /*color: #333;*/
    font-weight: bold;
}

small {
    font-size: 12px;
    letter-spacing: 0;
}

/*------------------------------------------------*/
/* HEADER STYLE */
/*------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    margin: 0 0 10px 0;
    font-family:Oswald;
}

h1 {
    font-family:OswaldLight;
    font-size: 1.4rem;
    color:#153e75;
}

h2, h2 .Head {
    font-family:OswaldLight;
    font-size: 1.3rem;
    color:#0c3670;
}

h3, h3 .Head {
    font-family:OswaldLight;
    font-size: 1.1rem;
    color: #666;
}

h4, h4 .Head {
    font-size: 16px;
    color: #666;
}

h5, h5 .Head {
    font-size: 14px;
    color: #666;
}

h6, h6 .Head {
    font-size: 13px;
    color: #666;
}

/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/
a, a:link, a:visited, a:active {
    color: #0c3670;
    text-decoration: none;
    outline: 0;
}

    a:hover {
        color: #D00;
        text-decoration: none;
        outline: 0;
    }

/* DNN Specific Selectors 
-------------------------------------*/
.CommandButton {
    font-size: 13px;
    color: #3d3d3d;
    font-weight: bold;
}

    .CommandButton:hover {
        color: #007cae;
    }

a.CommandButton:link {
    font-size: 13px;
    text-decoration: none;
    color: #3d3d3d;
    font-weight: bold;
}

a.CommandButton:hover {
    text-decoration: underline;
    color: #007cae;
}

/*------------------------------------------------*/
/* PARAGRAPH STYLE */
/*------------------------------------------------*/
p {
    font-family:Lato;
    margin: 0 0 25px 0;
    font-size:1.04rem;
}

hr {
    clear: both;
    height: 0;
    border: solid #c0c0c0;
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}

/*------------------------------------------------*/
/* IMAGE STYLES */
/*------------------------------------------------*/
img {
    border: 0;
}

/* Image Align Left 
    -------------------------------------*/
.imgLeft {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

/* Image Align Right 
    -------------------------------------*/
.imgRight {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

/* Image with border 
    -------------------------------------*/
.imgBorder {
    border: solid 3px #fff;
}

/* Polaroid Image Style 
    -------------------------------------*/
.imgPolaroid {
    color: #a6a6a6;
    font-size: 12px;
    text-align: left;
    padding: 13px 13px 17px 13px;
    background-color: #fff;
    box-shadow: 0 1px 2px #ccc;
}

    .imgPolaroid img {
        margin-bottom: 12px;
    }

/*------------------------------------------------*/
/* lIST STYLE */
/*------------------------------------------------*/


/* Ordered List */
ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
    vertical-align: top;
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}

/*------------------------------------------------*/
/* TABLE STYLE */
/*------------------------------------------------*/

/* Default Table Style */
table.tableDefault {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

    table.tableDefault th,
    table.tableDefault td {
        font-size: 12px;
        padding: 8px;
    }

    table.tableDefault th {
        font-weight: bold;
        text-align: left;
        border-bottom: solid 2px #aaa;
        background-color: #d7d7d7;
    }

    table.tableDefault td {
        border-bottom: solid 1px #d9d9d9;
    }

    table.tableDefault tr:nth-child(odd) {
        background: transparent;
    }

    table.tableDefault tr:nth-child(even) {
        background: #e3e4e6;
    }

.tableDefault tbody tr:hover td {
    color: #111;
}

/*------------------------------------------------*/
/* FORM STYLE
/*------------------------------------------------*/
input[type="text"], select, textarea, input[type="email"], input[type="search"], input[type="password"] {
    padding: 9px;
    margin-bottom: 20px;
    background: #f3f3f3;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: #666;
    font-size: 13px;
}

/*------------------------------------------------*/
/* BUTTONS STYLE */
/*------------------------------------------------*/
/* Primary Style Button (blue)*/
button.primaryButton,
a.primaryButton {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #3B96B6;
    background: -moz-linear-gradient(top, #1aa0c9 0%, #1aa0c9);
    background: -webkit-gradient(linear, left top, left bottom, from(#1aa0c9), to(#1aa0c9));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

/* Secondary Style Button (darkgray) */
button.secondaryButton,
a.secondaryButton {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #666;
    background: -moz-linear-gradient(top, #8a8a8a 0%, #8a8a8a);
    background: -webkit-gradient(linear, left top, left bottom, from(#8a8a8a), to(#8a8a8a));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

/* Alternative Style Button (darkgray with arrow) */
button.altButton,
a.altButton {
    display: inline-block;
    padding: 9px 32px 9px 22px;
    margin-bottom: 5px;
    background: #484848 url('images/arrow.png') no-repeat 87% center;
    background: url('images/arrow.png') no-repeat 87% center, -moz-linear-gradient(top, #3d3d3d 0%, #3d3d3d);
    background: url('images/arrow.png') no-repeat 87% center, -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#3d3d3d));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffbf00;
    -moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    -webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

a.dnnPrimaryAction {
    color: #efefef;
}

a.dnnSecondaryAction {
    color: #555;
}

button.primaryButton:hover,
button.secondaryButton:hover,
a.primaryButton:hover,
a.secondaryButton:hover {
    cursor: pointer;
    cursor: hand;
    background-image: none;
    background-color: #D00;
}

button.altButton:hover,
a.altButton:hover {
    cursor: pointer;
    cursor: hand;
    background: #D00 url('images/arrow.png') no-repeat 87% center;
}

/*------------------------------------------------*/
/* SITE SPACING
/*------------------------------------------------*/
.spacingTop {
    margin-top: 30px;
}

.spacingRight {
    margin-right: 30px;
}

.spacingBottom {
    margin-bottom: 30px;
}

.spacingLeft {
    margin-left: 30px;
}

/*------------------------------------------------*/
/* SITE STRUCTURE */
/*------------------------------------------------*/
#userControls {
    height: 32px;
}
#userControls .language {
    min-height:0!important;
    display:inline;
}
.wrapper {
    margin: 0 Auto;
    width: 980px;
}

/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/
#search {
    float: right;
    width: 209px;
    height: 32px;
}

    #search a.SearchButton:link,
    #search a.SearchButton:visited {
        display: inline-block;
        float: right;
        height: 32px;
        width: 32px;
        margin: 0;
        padding: 0;
        background: #333 url('images/search.png') no-repeat center center;
        text-indent: -9999px;
    }



    #search a.SearchButton:hover {
        background: url('images/search.png') no-repeat center center, rgb(45,45,45); /* Old browsers */
        background: url('images/search.png') no-repeat center center, -moz-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
        background: url('images/search.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
        background: url('images/search.png') no-repeat center center, -webkit-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
        background: url('images/search.png') no-repeat center center, -o-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
        background: url('images/search.png') no-repeat center center, -ms-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
        background: url('images/search.png') no-repeat center center, linear-gradient(to bottom, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
    }

#dnn_dnnSearch_txtSearch {
    display: block;
    float: left;
    width: 160px;
    height: 32px;
    padding: 0 5px 0 10px;
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border-left: 1px solid #ddd;
    color: #000;
    line-height: 32px;
    font-size: 11px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

    #dnn_dnnSearch_txtSearch:active, #dnn_dnnSearch_txtSearch:focus {
        background: #ccc;
        box-shadow: inset 0px 3px 8px #999;
    }

/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/
/*#login {
    float: right;
}*/

    #login .registerGroup,
    #login .registerGroup *,
    #login .loginGroup,
    #login .loginGroup * {
        display: block;
    }

    #login .registerGroup,
    #login .loginGroup {
        float: right;
        padding: 0;
        margin: 0;
    }

        #login .registerGroup li:first-child:hover {
            border-left: #222;
        }

        /* Register Group Styles */
        #login .registerGroup li {
            float: left;
        }

        #login .registerGroup .buttonGroup {
            margin-right: 0;
        }

        #login .registerGroup a,
        #login .loginGroup a {
            display: block;
            position: relative;
            height: 25px;
            min-width: 12px;
            padding: 7px 15px 0 15px;
            color: #333;
            font-size: 11px;
            vertical-align: middle;
        }

            #login .registerGroup a:hover,
            #login .loginGroup a:hover {
                background: rgb(45,45,45); /* Old browsers */
                background: -moz-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
                background: linear-gradient(to bottom, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
                color: #ddd;
                text-shadow: 0px -1px 0px #333333;
            }

            #login .registerGroup a:active,
            #login .loginGroup a:active {
                color: #fff;
                text-shadow: 0px -1px 0px #333333;
            }

            #login .registerGroup a:hover,
            #login .loginGroup a:hover {
                text-decoration: none;
            }

            #login .registerGroup a strong,
            #login .loginGroup a strong {
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                overflow: hidden;
                font-size: 11px;
                text-indent: -9999px;
            }

    #login .userMessages a,
    #login .userNotifications a {
        background-color: #333;
    }

    #login .userMessages strong {
        height: 100%;
        background: url('images/icon_message.png') no-repeat center center;
    }

    #login .userNotifications {
        border-right: 1px solid #CCC;
    }

        #login .userNotifications strong {
            height: 100%;
            background: url('images/icon_notification.png') no-repeat center center;
        }

    #login .registerGroup a span {
        display: inline-block;
        position: absolute;
        right: 2px;
        top: -9px;
        min-width: 7px;
        margin-right: 3px;
        background: rgb(59,150,182); /* Old browsers */
        text-align: center;
        font-size: 11px;
        color: #fff;
        text-shadow: 0px 1px 0px #333333;
    }

    #login .registerGroup .userProfileImg a {
        min-width: 25px;
        min-height: 32px;
        padding: 0;
        background: none;
    }

    #login .registerGroup a img {
        height: 32px;
        width: 32px;
        background: #333;
    }

    /* Login Group Styles */
    #login .loginGroup {
        border-right: 1px solid #CCC;
    }

        #login .loginGroup a {
            color: #333;
        }

    /* Number of message next to the message icon*/
    #login .userMessages a span,
    #login .userNotifications a span {
        display: inline-block;
        margin-top: 9px;
        margin-right: 0px;
        background-color: transparent;
        font-size: 10px;
    }


.siteWrapperGraffiti{
    background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0) 34px), url(/portals/0/Images/fuenla/leftBackgroundGraffiti.png),
                       url(/portals/0/Images/fuenla/rightBackgroundGraffiti.png);
    background-repeat  : no-repeat,no-repeat, no-repeat; 
    background-position: top left,top left, top right;
}

/*.siteWrapperSchool{
    background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0) 34px), url(/portals/0/Images/fuenla/leftBackgroundSchool.png),
                       url(/portals/0/Images/fuenla/rightBackgroundSchool.png);
    background-repeat  : no-repeat,no-repeat, no-repeat; 
    background-position: top left,top left, top right;
}*/


/*------------------------------------------------*/
/* SITE HEADER */
/*------------------------------------------------*/
#siteHeadouter {
    background: #ff0000;
    /*background-image: url(/portals/0/images/fuenla/header.png);*/
    background-image: url(/portals/0/images/fuenla/header.png?random=2211), linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0) 80px), linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0) 50px);
    background-size:cover;
    /* CSS3 */
    /*-webkit-box-shadow: 1px 50px 100px 0px #cacaca;
    box-shadow: 1px 50px 100px 0px #cacaca;*/
}
.siteWrapperGraffiti #siteHeadouter {background: none;
    background-image: url(/portals/0/images/fuenla/headerGraffiti.png), url(/portals/0/images/fuenla/Graffiti.png) ; 
    background-position: bottom, center center;
    background-repeat:  repeat-x, no-repeat;
}
.siteWrapperSchool #siteHeadouter {background: none;
    background-image: url(/portals/0/images/fuenla/headerGraffiti.png), url(/portals/0/images/fuenla/School.png) ; 
    background-position: bottom, center center;
    background-repeat:  repeat-x, no-repeat;
}

#siteHeadinner {
    /*padding: 36px 0;*/
    padding: 108px 0 0 0;
    /*height: 60px;*/
    height: 37px;
        border-bottom: solid 4px #0c3670;
}

#socialMediaHead{padding-top: 10px;}
#socialMedialinks {text-align:right}

 #dnn_dnnLOGO_imgLogo {
    height: 130px;

}

.siteWrapperGraffiti #dnn_dnnLOGO_imgLogo, .siteWrapperGraffiti_sponsor #dnn_dnnLOGO_imgLogo {
    /*height: 130px;
    border: 0;
    margin-bottom: 9px;*/
    height: 148px;
    border: 0;
    margin-top: -9px;
}
.siteWrapperSchool #dnn_dnnLOGO_imgLogo, .siteWrapperSchool_sponsor #dnn_dnnLOGO_imgLogo  {
    height: 130px;
    width: 223px;
    border: 0;
    margin-bottom: 9px;
    position: relative;
    /*left: -69px;
    border-radius:5px;
    
    box-shadow: 0px 2px 8px #666;
    
    -moz-box-shadow:  0px 2px 8px #666;
    -webkit-box-shadow:  0px 2px 8px #666;*/
}

@media (max-width:980px) {
    #dnn_dnnLOGO_imgLogo {
        width: 120px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    #siteWrapper{
 width: 1024px!important;
    }
    .container {
    width: 1024px!important;
    }
}

@media (max-width: 979px) and (min-width: 768px) {

    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 768px;
    }
}

#logo {
    float: left;
}

/* Language */
.language .language-object {
    /*float: right;*/
    display: inline-block;
    margin: 0;
    padding: 0;
}

    .language .language-object span {
        float: left;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 5px;
        margin: 0;
    }

        .language .language-object span:first-child {
            padding-left: 8px;
        }

        .language .language-object span img {
            height: 12px;
            width: 17px;
            opacity: 0.3;
        }

        .language .language-object span:hover img {
            opacity: 1;
        }

    .language .language-object .Language.selected img {
        opacity: 1;
        border-color: #222;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
        box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
    }

/*------------------------------------------------*/
/* NAVIGATION */
/*------------------------------------------------*/

/* for Simple Menu, see Simple menu folder */

    .navbar{margin-bottom:0!important;}
    .navbar-inner{border:none!important; box-shadow:none!important; background:none transparent!important; padding-right:0!important;}
        .navbar .brand {padding:0!important; margin-top: -142px; }




    /* Site Navigation */
    .nav-collapse {
	    /*float: right;*/
        margin:auto;
	    position:relative;
	    /*top: 18px;*/
        	    top: -6px;

    }
	
    .nav li { 
		position:relative; 
		list-style:none;
		margin: 0;
	}
	
    .nav li ul {
		margin-left:0;
	}
	
    .nav > li {
		float:left;
		height:37px;
		padding-top:6px;
		margin-right:2px;
	}
	
    .navbar .nav > li > a{
        padding:10px 13px 10px!important;
    }

.dnnEditState .navbar .nav > li > a, #Form.showControlBar .navbar .nav > li > a {
	padding:10px 10px 10px!important;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover{
    color:#999999;
}

	
    .nav > li > a,
    .nav > li > span {font-family:Oswald;text-transform: uppercase;color:#ffffff;
		display:block;
		padding:5px 0 5px 15px;
		font-size:14px;
		/*font-weight:bold;
		color:#666;*/
		text-decoration:none;		
	}

   .nav > li.active   {
        border-bottom: 4px solid #cccccc;
    }

 
   .nav > li.active ul.dropdown-menu   {
        /*display:block!important;*/
    }
    .nav > li.active ul.dropdown-menu li.active a:link,
    .nav > li.active ul.dropdown-menu li.active a:visited  {
        color:#ffffff!important;
    }

    .nav > li:hover > a,
    .nav > li.active > a  {
        color:#0c3670;
        /* override default bootstrap nav pills styles*/
        background-color:transparent!important;
        box-shadow:none!important;
    }
    .nav > li:hover > a:active { font-family:Oswald;text-transform: uppercase;color:#ffffff;}
    .nav > li:hover > span { color:#3B96B6;}

    .nav > li > a .caret.hidden-desktop{
        border:none!important;
        background-image:url(bootstrap/img/glyphicons-halflings-white.png);
        background-color:#333;
        background-position:-305px -110px!important;
        width:30px!important; line-height:30px!important; min-height:30px!important; height:auto;
        display:inline-block;
        margin:0!important;
        border-radius:3px;
    }
    .nav > li > a .caret.hidden-desktop:hover {
        background:url(bootstrap/img/glyphicons-halflings-white.png) -305px -110px, linear-gradient(to bottom, #2D2D2D 0%, #565656 100%)!important;
    }

	/* Secondary level */

    

    .nav > li ul {  /* Styles for all sub levels */
		/*top:35px; 
		left:0; 
		padding: 15px 5px;
		display:none;
		position:absolute;
		z-index: 2;
		width:225px;
		background:#F5F7F7;
		border: 1px solid #cbcbcb;*/
       top:35px; 
		left:0; 
		padding: 10px 5px;
		display:none;
		position:absolute;
		z-index: 2;
		width:900px;
		background:none;
		border: none;

		/* CSS3 */
		/*border-radius: 0px;
		-webkit-animation-duration: .25s;
		-webkit-animation-delay: .2s;
		-webkit-animation-timing-function: ease;
		-webkit-animation-fill-mode: both;
		-moz-animation-duration: .25s;
		-moz-animation-delay: .2s;
		-moz-animation-timing-function: ease;
		-moz-animation-fill-mode: both;
		-ms-animation-duration: .25s;
		-ms-animation-delay: .2s;
		-ms-animation-timing-function: ease;
		-ms-animation-fill-mode: both;
		animation-duration: .25s;
		animation-delay: .2s;
		animation-timing-function: ease;
		animation-fill-mode: both;*/
		-webkit-box-shadow:  none;
		box-shadow:			none;
		
	}
	
    .navBarFuenSub{height:28px; background-color: #cccccc; width:100%; position:relative; /*margin-top:18px;*/margin-top:-6px; display:none  ;   }

    .nav-collapse:not(.in) .nav li:hover > ul { 
		display:block;
	}
    .nav-collapse .nav li > iframe{ display: none;z-index: 1 !important;}
    .nav-collapse:not(.in) .nav li:hover > iframe{ display: block;}

    .navbar .nav > li > .dropdown-menu:before{
        border:none!important;
    }
	
    .navbar .nav > li > .dropdown-menu:after {
		/*position:absolute!important;
		top:-15px!important; 
		left:20px!important;
		content:''!important;
		width:0px!important; 	
		height:0px!important; 
		border-left:15px solid transparent!important;  
		border-right:15px solid transparent!important;
		border-bottom:15px solid #F5F7F7!important; 
		font-size:0px!important;
		line-height:0px!important;*/
	}
    .nav .dropdown-menu > .active > a,
    .nav .dropdown-menu > .active > a:focus {
        background-color:transparent!important;
        background-image:none!important;
        color:#0c3670!important;
        outline:none;
    }
    .nav .dropdown-menu a {
        font-family:Oswald;
		display:block;
		padding: 3px 15px;
		color:#0c3670;
		font-size: 1rem;
		font-weight: normal;
		text-decoration:none;
		/* transition decleration */
		transition: 		all ease-in 100ms;
		-moz-transition: 	all ease-in 100ms; /* Firefox 4 */
		-webkit-transition: all ease-in 100ms; /* Safari and Chrome */
		-o-transition: 		all ease-in 100ms; /* Opera */
		-ms-transition: 	all ease-in 100ms; /* IE9? */
	}
    .nav .dropdown-menu > li > a:hover,
    .nav .dropdown-menu > .active > a:hover{
        background-color:transparent!important;
        background-image:none!important;
        color:#ffffff!important;
    }
    .nav-collapse:not(.in) .nav .dropdown-menu{
        border-radius:0!important;
    }
    .nav > li > ul li:hover {
		color:#ffffff;
		/*background: #F5F7F7;*/
	}
	
	/* Tertiary level */
    .nav li ul li ul {
		left:225px; 
		top:-8px;
		padding: 15px 5px;
		border-left: 1px solid #ddd;
	}

    /* Navigation button on mobile size */
    .nav-collapse.in {
        width:100%;
    }
    .navbar .btn-navbar {
        background-color: #333333!important;
        background-image: linear-gradient(to bottom, #333333, #333333)!important;
        cursor:pointer;
        margin-top:10px!important;
    }
    .navbar .btn-navbar:hover,
    .navbar .btn-navbar:active {
        background:linear-gradient(to bottom, #2D2D2D 0%, #565656 100%)!important;
    }


/*------------------------------------------------*/
/* BREADCRUMBS */
/*------------------------------------------------*/
#Breadcrumb {

    padding-top: 20px;
    padding-bottom: 12px;
    /* margin-bottom: 25px; */
    /* border-bottom: solid 1px #c0c0c0; */



}

    #Breadcrumb img {
        margin-left: 10px;
        margin-right: 10px;
    }

    #Breadcrumb a.breadcrumbLink:link,
    #Breadcrumb a.breadcrumbLink:visited {
        color: #666;
        font-size: 12px;
        font-weight: bold;
    }

    #Breadcrumb a.breadcrumbLink:hover {
        color: #3B96B6;
    }

/*------------------------------------------------*/
/* CONTENT PANES */
/*------------------------------------------------*/
.contentPane { text-align:center; background-color:#ffffff; border-radius:8px; /*margin-bottom:30px*/}

#dnn_ContentPane, #dnn_leftPane, #dnn_rightPane{
    padding-bottom:50px
}

.contentWrapperHome #dnn_leftPane, .contentWrapperHome #dnn_rightPane{
    padding-bottom:0px!important
}
#dnn_ContentPane.contentPaneHome{
    padding-bottom:0px!important
}

.contentPaneHome, .contentPaneLanding { text-align:center; background-color:transparent}

.ContentPaneWhite.contentPaneOthers {
    background-color: transparent;
    /* width: 1002px;
    border-radius: inherit; */
    /* margin: auto; */
    /*margin-bottom: -80px;
    margin-top: -80px;*/
    position: relative;
    top: -70px;
    height: 0px;
    line-height: 0px;
    /* display: inline-block; */
}

.contentPaneHome.ContentPaneWhite{background-color: #ffffff; width: 1002px; border-radius: 10px;    margin: auto; margin-bottom:30px;  }

.contentPaneHome.ContentPaneWhite .DnnModule-Banners{/*margin: 0 30px;*/ margin: 0 4px; }

.contentPaneHome.ContentPaneWhite .DNNContainer_Title_h2 {margin: 0}


.DnnModule {margin:auto; display:inline-block; text-align:left; width:auto!important}
#dnn_rightPane .DnnModule {display:block;}

/*Banners Propios*/
#dnn_ContentPaneBottom .DnnModule-Banners
{
    border-radius: 5px;
    overflow: hidden;
    /*margin: 5px 19px;*/
    margin: 5px 15px;

    position: relative;
}

/*Banners Colaboradores*/
.DNNContainer_Title_h2_Sponsors .ModBannersC  {
    text-align: left;
    min-width:900px;
}
.DNNContainer_Title_h2_Sponsors .ModBannersC table {
    max-width: 900px;
    margin:auto;
}
.DNNContainer_Title_h2_Sponsors .ModBannersC td {
    float: left;    text-align: center;
}
.DNNContainer_Title_h2_Sponsors .ModBannersC img {
    -moz-box-shadow: 0px 2px 8px #999;
 -webkit-box-shadow: 2px 0px 8px #999;
 box-shadow: 0px 2px 8px #999;
 -moz-border-radius:5px; 
 -webkit-border-radius:5px; 
 border-radius:5px; 

}



/*BizModule Gallery Fix width*/
#dnn_ContentPane .DnnModule-BizModules-UltraPhotoGallery{    width: 100%!important;}


/* Content Pane - Home */
/* Removed for Bootstrap
.leftPane {
    float: left;
    width: 630px;
}

.sidebarPane {
    float: right;
    width: 320px;
}
*/

/* Content Pane - 2 columns */
/* Removed for Bootstrap
.twoColRightPane {
    float: right;
    width: 260px;
}

.twoColLeftPane {
    float: left;
    width: 690px;
}

.leftPaneLowerLeft {
    float: left;
    width: 400px;
}

.leftPaneLowerRight {
    float: right;
    width: 260px;
}
    */

/* Content Pane - 3 columns */
.threeColLeftPane,
.threeColCenterPane,
.threeColRightPane {
    float: left;
    width: 306px;
}

/* Content Pane - 3 columns Social */
.threeColSocialLeftPane {
    float: left;
    width: 110px;
}

.threeColSocialCenterPane {
    float: left;
    position: relative;
    width: 560px;
}

.threeColSocialRightPane {
    float: left;
    width: 250px;
}

/* Content Pane - Footer */
#footer {
    /*clear: both;*/
    height: 230px;
    /*margin-top: 70px;*/
    /*background: url('images/globe.png') no-repeat;*/
}
/* Removed for Bootstrap

.footerPane {
    float: left;
    width: 136px;
}

    .footerPane,
    .footerPane .Normal {
        color: #808080;
    }

.footerPaneRight {
    float: right;
}
*/

/* Empty Panes */
.DNNEmptyPane {
    width: 0;
    margin: 0;
}

    .DNNEmptyPane.rightTwoCol + div {
        width: 100%;
    }

/* Copyright
    -------------------------------------*/
#copyright, 
    #copyright a:link,
    #copyright a:visited{
    font-family:Lato;
    font-size: 0.8rem;
    color: #ffffff;
    margin-bottom: 25px;
}


    #copyright a:hover {
        color: #ff0000;
    }

    #copyright a.DNNMobileLink {
        color: #666;
        font-weight: bold;
    }

        #copyright a.DNNMobileLink:hover {
            color: #ff0000;
        }

    #copyright .pull-right {
        text-align:right;
    }

    
#runas-footnote-links{float:right; color:#999999}
#runas-footnote-links a:link, #runas-footnote-links a:visited { color:#cecece}
#runas-footnote-links a:hover { color:#ff0000}


/*------------------------------------------------*/
/* SOCIAL STYLE */
/*------------------------------------------------*/
/* ----------------------------------*/
/* DNN Module: Console */
/* ----------------------------------*/
.threeColSocial .console {
    /*width: 250px;*/
    width:100% !important; /* updated for responsive*/
    height: auto;
    background-color: #484848; /* Menu Background Color */
}

.threeColSocial .console-none div {
    cursor: pointer;
    cursor: hand;
    float: left;
    height: auto;
    /*width: 250px;*/
    width:100% !important; /* updated for responsive*/
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.threeColSocial .console-none h3 {
    padding: 10px 8px 10px 40px;
    margin: 0;
    border-bottom: solid 1px #fff;
    background: url('images/arrow.png') 18px center no-repeat;
    color: #eee;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
}

.threeColSocial .console-none div div {
    display: none;
}

.threeColSocial .console-mouseon {
    background-color: #70b1c7; /* Menu Hover Background Color */
}

/* ----------------------------------*/
/* DNN Module: ViewProfile Image */
/* ----------------------------------*/
#UserProfileImg img {
    width: 100px;
    height: auto;
    border: solid 3px #fff;
}

.threeColSocial .UserProfileControls ul {
    margin: 15px 0;
}

    .threeColSocial .UserProfileControls ul li {
        list-style-type: none;
        margin-bottom: 3px;
    }

/* ----------------------------------*/
/* DNN Module: Member Directory (Send A Message, Follow, Subscribe) */
/* ----------------------------------*/
.threeColSocialRightPane .DnnModule #mdMemberList {
    margin: 0 0 30px 0;
}

.threeColSocialRightPane #mdMemberList ul {
    margin: 10px 0 0 0;
}

.threeColSocialRightPane #mdMemberList li {
    margin-bottom: 0;
    -size: 12px;
    font-weight: bold;
    list-style-type: none;
}

.threeColSocialRightPane #mdMemberList > li {
    width: 216px;
    margin: 0;
    padding: 6px 17px;
    background: #d7d7d7;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    -ms-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
}

    .threeColSocialRightPane #mdMemberList > li:hover {
        z-index: 2; /*bring current li to top for tooltip */
        background: #d7d7d7;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 0px rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 0px rgba(255, 255, 255, 1);
    }

/* ----------------------------------*/
/* DNN Module: ViewProfile (Activity Feed) */
/* ----------------------------------*/
.threeColSocial .journalTools {
    max-width: 560px;
}

.threeColSocial .journalrow {
    padding-bottom: 10px;
    border-bottom: solid 1px #c0c0c0;
    margin-bottom: 20px;
}

.threeColSocial .journalfooter {
    padding: 0;
    margin: 0;
}

.threeColSocial .journalrow div.journalitem p.journalfooter {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
}

.threeColSocial .journalrow div.journalitem ul.jcmt {
    font-size: 12px;
}

.threeColSocial .journalrow div.journalitem .likes {
    padding: 2px 5px;
    background-color: #dbdbdb;
}

#journalEditor #journalContent .juser, .journalrow .juser {
    border: none;
    color: #3B96B6;
    background-color: transparent;
}

/* ----------------------------------*/
/* DNN Module: ViewProfile (Message) */
/* ----------------------------------*/
.threeColSocial #UserDisplayNameHeader h2 {
    padding-bottom: 10px;
    border-bottom: solid 1px #c0c0c0;
}

/* dnnAdminTabNav Style*/
ul.dnnAdminTabNav {
    display: inline-block;
    margin-top: 5px;
    margin-left: 0;
    width: 100%;
    /*height: 37px;*/
    height: auto;
     border:none;
     text-align:center;
}

ul.dnnAdminTabNav li {
    float: left;
    margin-right: 4px;
    list-style: none;
    margin-bottom: 5px;
}

    ul.dnnAdminTabNav li a {
        box-shadow: none;
        font-family: OswaldLight;
        font-size: 0.9rem;
        Text-transform: uppercase;
        padding: 10px;
        margin-bottom: 0;
        background: none;
        /*background-color: #ff0000;*/
        text-shadow: none;
        min-width: 65px;
        border-radius: 3px;
        border: 1px solid #990914;
        color: #fff;
        background-image: -webkit-linear-gradient(top, #970000, #ff0000);
        background-image: -moz-linear-gradient(top, #970000, #ff0000);
        background-image: -ms-linear-gradient(top, #970000, #ff0000);
        background-image: -o-linear-gradient(top, #970000, #ff0000);
        background-image: linear-gradient(to bottom, #970000, #ff0000);
        -webkit-box-shadow: none;
        -webkit-border-radius: 3px;
        -webkit-transition: background 0.15s ease-in-out;
        -moz-transition: background 0.15s ease-in-out;
        -o-transition: background 0.15s ease-in-out;
        -ms-transition: background 0.15s ease-in-out;
        transition: background 0.15s ease-in-out;
    }


ul.dnnAdminTabNav li a:hover {    
    color:#ff0000;
    border: 1px solid #c2c2c2;

}
.ui-tabs .ui-tabs-panel{
        border: 1px solid #ccc;
    padding: 20px;
    border-radius: 4px;
    background-color: #f7f7f7;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;}

ul.dnnAdminTabNav li.ui-tabs-active a {
    margin-top: 0px;
    padding: 10px;
    
    border:1px solid #c2c2c2;
    color:#474747;  
    background-image: -webkit-linear-gradient(top, #fff, #ebebeb);
      background-image: -moz-linear-gradient(top, #fff, #ebebeb);
      background-image: -ms-linear-gradient(top, #fff, #ebebeb);
      background-image: -o-linear-gradient(top, #fff, #ebebeb);
      background-image: linear-gradient(to bottom, #fff, #ebebeb);
}
.threeColSocial #smMainContent .ui-corner-all {
    border-radius: 0;
}

.threeColSocial ul.dnnAdminTabNav {
    height: 38px;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #c0c0c0;
}

    .threeColSocial ul.dnnAdminTabNav li {
        margin-right: 1px;
    }

        .threeColSocial ul.dnnAdminTabNav li a {
            padding: 10px 15px;
            margin-bottom: 0px;
            border: none;
            background: #d7d7d7;
            -webkit-border-radius: 1px 1px 0px 0px;
            border-radius: 1px 1px 0px 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px;
            color: #666;
            font-size: 12px;
            font-weight: bold;
            text-shadow: none;
        }

            .threeColSocial ul.dnnAdminTabNav li a:hover {
                background: #484848;
                color: #eee;
            }

        .threeColSocial ul.dnnAdminTabNav li.ui-tabs-active a {
            padding: 10px 15px;
            margin-top: 0px;
            background: #484848;
            color: #eee;
        }

/* Message & Notification number block*/
.threeColSocial .dnnAdminTabNav a span {
    display: inline;
    min-height: 12px;
    padding: 2px 6px;
    margin-right: 8px;
    background: rgb(59,150,182); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(59,150,182,1) 0%, rgba(35,125,155,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,150,182,1)), color-stop(100%,rgba(35,125,155,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Opera 11.10+ */
    background: linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* W3C */
    -webkit-box-shadow: 0px 1px 0px 0px #666;
    -moz-box-shadow: 0px 1px 0px 0px #666;
    box-shadow: 0px 1px 0px 0px #666;
    color: #eee;
    font-weight: normal;
    font-size: 11px;
}

/* Compose new message link */
.threeColSocial .dnnFormExpandContent {
    position: absolute;
    top: -40px;
    right: 0;
    height: 20px;
    font-size: 12px;
}

    .threeColSocial .dnnFormExpandContent a.ComposeMessage {
        font-size: 12px;
    }

/* compose button */
.threeColSocial a.dnnPrimaryAction {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #3B96B6;
    background: -moz-linear-gradient(top, #1aa0c9 0%, #1aa0c9);
    background: -webkit-gradient(linear, left top, left bottom, from(#1aa0c9), to(#1aa0c9));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

    .threeColSocial a.dnnPrimaryAction:hover,
    .threeColSocial a.dnnPrimaryAction:active {
        cursor: pointer;
        cursor: hand;
        background-image: none;
        background-color: #D00;
    }

/* Message Control (Select, Actions, Inbox, Sent, Archived)*/
.threeColSocial .DnnModule .messageControls .dnnButtonGroup {
    margin-right: 0px; /* fixed Archived Button spacinging issue */
}

.threeColSocial .messageControls {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #c0c0c0;
}

    .threeColSocial .messageControls .messageFolders {
        float: right;
    }

/* number x-x of x */
.threeColSocial .messageFolders p {
    float: left;
    display: inline-block;
    padding: 8px 15px;
    margin: 0;
    color: #666;
    font-size: 12px;
}

    .threeColSocial .messageFolders p strong {
        color: #666;
        font-weight: bold;
    }

/* Messages / Notification Specific Button Styles
    -------------------------------------*/
/* Style for the Action menu bar*/
.threeColSocial .DnnModule-Messaging-Notifications .dnnTertiaryAction {
    width: auto!important;
    padding: 9px 10px;
    font-size: 12px;
}

/* Styles for select drop*/
.threeColSocial .DnnModule .selectDrop ul {
    top: 34px;
    min-width: 120px;
    padding: 10px 14px!important;
    border: 1px solid #c2c2c2;
    background: #e7e7e7;
    /*CSS3*/
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
}

/* Styles for select button on active state*/
.threeColSocial .selectDrop.active > a {
    background: #70b1c7;
    color: #eee;
    border-right: solid 0px #3B96B6;
    -webkit-box-shadow: inset 0px 1px 1px 0px #3B96B6;
    -moz-box-shadow: inset 0px 1px 1px 0px #3B96B6;
    box-shadow: inset 0px 1px 1px 0px #3B96B6;
}

/* when select drop down button is clicked toggle active class to show*/
.threeColSocial .selectDrop ul li {
    margin-bottom: 3px;
    font-size: 12px;
}

/* Remove corners and add dividers to buttons in button group */
.threeColSocial .dnnButtonGroup {
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    list-style: none;
}

.threeColSocial ul.dnnButtonGroup > li {
    border-left: none;
}

.threeColSocial .dnnButtonGroup > li > a {
    border-left: 1px solid #ddd; /*light*/
    border-right: 1px solid #bbb; /*dark*/
    background-color: #d7d7d7;
    color: #666;
}

    /* Conversations button selected*/
    .threeColSocial .dnnButtonGroup > li > a.active {
        color: #eee;
        border-right: 1px solid #3B96B6;
        background-color: #70b1c7;
    }

    /* Actions button hover*/
    .threeColSocial .dnnButtonGroup > li > a.disabled:hover {
        color: #eee;
        border-left: 1px solid #3B96B6;
        background-color: #70b1c7;
    }

/* Select button hover */
.threeColSocial .alpha > a:hover {
    color: #eee;
    background-color: #70b1c7;
    border-right: 1px solid #3B96B6;
}

/*First Button styles of a button group */
.threeColSocial .alpha > a,
.threeColSocial .alpha > a:hover,
.threeColSocial .alpha > a.active {
    border-left: 1px solid #70b1c7;
    /*CSS3*/
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
/*Last Button styles of a button group */
.threeColSocial .omega > a,
.threeColSocial .omega > a:active,
.threeColSocial .omega > a.active {
    border-right: 1px solid #70b1c7;
    /*CSS3*/
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* Archive Button */
.threeColSocial a.dnnSecondaryAction.ArchiveItems span {
    display: none; /* hide Archive text*/
}

.threeColSocial a.dnnSecondaryAction.ArchiveItems {
    height: 18px;
    min-width: 15px;
    margin-left: 5px;
    background: #d7d7d7 url('images/icon_bin.png') no-repeat center center;
    border-radius: 0;
    -webkit-box-shadow: none;
    text-shadow: none;
    box-shadow: none;
    color: #666;
    border: none;
}

    .threeColSocial a.dnnSecondaryAction.ArchiveItems:hover {
        background: #70b1c7 url('images/icon_bin.png') no-repeat center center;
    }

/*Archive, Sent, Archived buttons Hover*/
.threeColSocial .dnnTertiaryAction:hover, a.dnnTertiaryAction:hover {
    background-color: #70b1c7;
    color: #eee;
}

/* Messages / Notification List Item
    -------------------------------------*/
/* Listing Styles */
.threeColSocial .smListings {
    font-size: 12px;
}

.threeColSocial .DnnModule .smListings ul {
    margin: 0;
}

.threeColSocial .smListings > ul > li {
    padding-top: 10px;
    margin: 0;
    background: transparent;
    border-bottom: 1px solid #c0c0c0;
}

    .threeColSocial .smListings > ul > li.active {
        background: #f4f4f4; /* background color for active list items*/
    }

    .threeColSocial .smListings > ul > li:last-child {
        border-bottom: none;
    }

.threeColSocial .smListings [class^="ListCol-"] {
    padding: 1% 1% 1% 0;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-1 {
    min-width: 20px; /* Main message list: Checkbox column width on */
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-2 {
    min-width: 65px; /* Main message list: Avatar column width AND Drilldown message list: Message info column width*/
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-3 {
    width: 56%; /* Main message list: Message info column width AND Drilldown message list: Time column width */
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-4 {
    font-size: 11px; /* Main message list: Time column */
}

.threeColSocial .smTimeStamped {
    font-size: 11px;
}

.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-1 {
    min-width: 65px; /* Drilldown message list: Avatar column width*/
}

.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-2 {
    width: 56%; /* Drilldown message list: Message info column width*/
}

.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-3 {
    float: right; /* Drilldown message list: Time column */
    width: 25%;
    font-size: 12px;
}

.threeColSocial .hoverControls a {
    font-size: 12px; /* All lists: Archive & Reply links */
    font-weight: bold;
}

.threeColSocial .DnnModule-Messaging-Details .smListings .meta {
    margin-bottom: 5px; /* Drilldown message list: UserName link */
}

    .threeColSocial .DnnModule-Messaging-Details .smListings .meta a {
        font-weight: bold; /* Drilldown message list: UserName link */
    }

.threeColSocial .DnnModule-Messaging-Details .smListings .message {
    color: #999; /* Drilldown message list: Message text */
    margin: 0;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .subject {
    font-weight: bold;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .active .subject {
    font-size: 13px; /* All lists: unread message subject */
    margin-bottom: 3px;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .meta {
    margin-bottom: 8px; /* All lists: message From - Send to */
    line-height: 14px;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .message {
    color: #999; /* All lists: Message text */
}

/*Column 3 Styles*/
.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-3 ul li {
    margin-bottom: 0px; /* Drilldown message list: Time column */
}

    .threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-3 ul li:first-child {
        color: #999; /* Drilldown message list: Time column */
    }

.threeColSocial .DnnModule-Messaging-Details .smListings .active .ActiveToggle:hover, .smListings .ActiveToggle {
    margin-left: 8px; /* Main message list: Time column-Mark as Read block */
    -webkit-box-shadow: 0px 1px 0px 0px #666;
    -moz-box-shadow: 0px 1px 0px 0px #666;
    box-shadow: 0px 1px 0px 0px #666;
}

    .threeColSocial .DnnModule-Messaging-Details .smListings .active .ActiveToggle, .smListings .ActiveToggle:hover {
        margin-left: 8px; /* Main message list: Time column-Mark as Read block hover */
        background: rgb(59,150,182); /* Old browsers */
        /*CSS3*/
        background: -moz-linear-gradient(top, rgba(59,150,182,1) 0%, rgba(35,125,155,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,150,182,1)), color-stop(100%,rgba(35,125,155,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Opera 11.10+ */
        background: linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* W3C */
        -webkit-box-shadow: 0px 1px 0px 0px #666;
        -moz-box-shadow: 0px 1px 0px 0px #666;
        box-shadow: 0px 1px 0px 0px #666;
    }
/*Column 4 Styles*/
.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-4 ul li {
    margin-bottom: 0px; /* All lists: Time column */
}

    .threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-4 ul li:first-child {
        color: #999; /* All lists: Time column */
    }

.threeColSocial .DnnModule-Messaging-Notifications .smListings .active .ActiveToggle:hover, .smListings .ActiveToggle {
    margin-left: 8px; /* Main message list: Time column-Mark as Read block */
    -webkit-box-shadow: 0px 1px 0px 0px #666;
    -moz-box-shadow: 0px 1px 0px 0px #666;
    box-shadow: 0px 1px 0px 0px #666;
}

    .threeColSocial .DnnModule-Messaging-Notifications .smListings .active .ActiveToggle, .smListings .ActiveToggle:hover {
        margin-left: 8px; /* Main message list: Time column-Mark as Read block hover*/
        background: rgb(59,150,182); /* Old browsers */
        /*CSS3*/
        background: -moz-linear-gradient(top, rgba(59,150,182,1) 0%, rgba(35,125,155,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,150,182,1)), color-stop(100%,rgba(35,125,155,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Opera 11.10+ */
        background: linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* W3C */
        -webkit-box-shadow: 0px 1px 0px 0px #666;
        -moz-box-shadow: 0px 1px 0px 0px #666;
        box-shadow: 0px 1px 0px 0px #666;
    }

.threeColSocial .DnnModule-Messaging-Notifications .notificationControls {
    font-weight: bold; /* Main notifications list: Follow back & Dismiss links */
}

/* Message Header (subject & back button)
    -------------------------------------*/
.threeColSocial .messageHeader {
    padding: 0;
    margin: 0;
}

    .threeColSocial .messageHeader p {
        font-size: 13px;
        color: #666;
        float: left;
    }

        .threeColSocial .messageHeader p strong {
            color: #333;
        }

    .threeColSocial .messageHeader .returnLink {
        font-size: 12px;
        font-weight: bold;
    }

/* Show Previous Repies 
    -------------------------------------*/
.threeColSocial .morePrevMsgButton {
    color: #666;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
    border: solid 1px #c0c0c0;
    background: #d7d7d7;
    -webkit-box-shadow: inset 0px 0px 3px 0px #ccc;
    -moz-box-shadow: inset 0px 0px 3px 0px #ccc;
    box-shadow: inset 0px 0px 3px 0px #ccc;
}

/* Reply Form
    -------------------------------------*/
.threeColSocial textarea#replyMessage {
    width: 94%;
    height: 75px;
    color: #666;
    border: 1px solid #c0c0c0;
    background: #f4f4f4;
}

    .threeColSocial textarea#replyMessage:focus,
    .threeColSocial textarea#replyMessage:active {
        color: #666;
        background: #fff;
    }

/*------------------------------------------------*/
/* GENERIC CLASSES
    /*------------------------------------------------*/

/* Clear-fix for floated elements 
    -------------------------------------*/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

/*------------------------------------------------*/
/* HOMEPAGE */
/*------------------------------------------------*/

/* Welcome Message*/
.content_intro {
    padding-top: 30px;
    color: #8c8c8c;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

    .content_intro h1 span {
        font-weight: normal;
    }

    .content_intro a {
        font-size: 14px;
    }

/* Featured Product */
.content_featured {
    color: #999;
    vertical-align: top;
}

    .content_featured h2 .TitleH2 {
        display: block;
        margin-bottom: 30px;
    }

    .content_featured .normal {
        font-weight: normal;
    }

    .content_featured img {
        margin-bottom: 25px;
    }

    .content_featured a.primaryButton {
        margin-left: 25px;
    }

/* News */
.content_newslist ul {
    margin: 0;
}

    .content_newslist ul li {
        display:block;
        list-style-type: none;
        margin-bottom: 30px;
    }
    .content_newslist ul li:after {
        clear: both;
        content: ' ';
        display: block;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

        .content_newslist ul li.last {
            margin-bottom: 0;
        }

        .content_newslist ul li img {
            float: left;
            margin-right: 20px;
            margin-bottom: 20px;
        }

        .content_newslist ul li h5 {
            margin-bottom: 5px;
        }

        .content_newslist ul li span,
        .content_newslist ul li strong {
            color: #a6a6a6;
        }

        .content_newslist ul li p {
            margin-top: 12px;
            margin-bottom: 12px;
        }

/* newslist with small thumbnail*/
.smallThumbnail img {
    width: 80px;
}

/* Ads 
    -------------------------------------*/
/* Ads - Copy Block Style */
.adContent {
    position: absolute;
    padding: 20px;
    background-color: #000;
    opacity: 0.7;
    color: #eee;
}

    .adContent h2 {
        margin-bottom: 5px;
        color: #eee;
        font-weight: normal;
    }

/* Ads - Style One: 400x270 */
/*  rewritten for Bootstrap
    .content_adstyleOne {
    position: relative;
    width: 400px;
    height: 270px;
    margin-right: 5px;
    color: #eee;
}*/
.content_adstyleOne {
    position: relative;
    margin-right: 0px;
    margin-bottom:18px;
    color: #eee;
}

    .content_adstyleOne .adContent {
        bottom: 0;
        right: -2%;
    }

/* Ads - Style Two: 570x130 */
/*  rewritten for Bootstrap
.content_adstyleTwo {
    position: relative;
    width: 570px;
    height: 130px;
    margin-bottom: 10px;
} */
.content_adstyleTwo {
    position: relative;
    margin-bottom: 18px;
}
    .content_adstyleOne img,
    .content_adstyleTwo img{width:100%;}

    .content_adstyleOne img{bottom:0; width:102%!important; max-width:102%;}

    .content_adstyleTwo .adContent {
        top: 0;
    }
    .content_adstyleTwo h2 {
        line-height:1;
    }

/* Footer 
    -------------------------------------*/
ul.footerlinks {
    margin: 0;
}

.footerlinks li {
    list-style: none;
    margin-bottom: 8px;
}

    .footerlinks li a:link,
    .footerlinks li a:visited {
        color: #808080;
    }

    .footerlinks li a:hover {
        color: #D00;
    }

ul.footerConnect {
    margin: 0px;
}

    ul.footerConnect li {
        display: inline-block;
        list-style-type: none;
        margin-right: 10px;
    }

/*------------------------------------------------*/
/* ABOUT US */
/*------------------------------------------------*/
/* Team 
    -------------------------------------*/
    .content_team  ul{ margin: 0 -12px; }

    .content_team  ul li {
	    display: inline-block;
        width: 14%;
        margin:0 0 40px 2%;	
	    text-align: center;
	    list-style-type: none;
	}

    /*.content_team  ul li.last { margin-right: 0; }*/

    .content_team  ul li .teampic {
	    background-color: #bfbfbf;
    }

    .content_team  ul li img {
        width: 100%;
    }

    .content_team  ul li span {
	    display: block;
	    font-weight: bold;
	    white-space: nowrap; 
    }

/*------------------------------------------------*/
/* OUR PRODUCTS */
/*------------------------------------------------*/

/* replaced with responsive CSS
    .content_products ul {
    margin: 0;
}

    .content_products ul li {
        display: inline-block;
        width: 31%;
        margin-right: 30px;
        margin-bottom: 45px;
        vertical-align: top;
        list-style-type: none;
    }

        .content_products ul li.last {
            margin-right: 0;
        }

        .content_products ul li img {
            margin-bottom: 25px;
        }*/
    .content_products ul { margin: 0 -1%; }

    .content_products ul li {
	    display: inline-block;
        width: 31.1%;
	    margin:0 1% 45px;
	    vertical-align: top;
	    list-style-type: none;
    }
    .content_products ul li p{ min-height: 72px;}
    /*.content_products ul li.last { margin-right: 0; }*/
    .content_products ul li img { margin-bottom: 25px; max-width:100%; width:100%;}

/*------------------------------------------------*/
/* CONTACT US */
/*------------------------------------------------*/
/* One Column Form
-------------------------------------*/
.form_oneCol label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.form_oneCol input, .form_oneCol textarea {
    width: 94%;
}

/* Dealer Form 
    -------------------------------------*/
.form_dealer input {
    width: 200px;
    margin-bottom: 5px;
}

/*------------------------------------------------*/
/* Slide jquery
/*------------------------------------------------*/
#container {
    position: relative;
    z-index: 0;
    width: 980px;
    padding: 0px;
    margin: 0 auto;
}

#example {
    position: relative;
    width: 980px;
    height: 380px;
}

/* Slide -*/
#slides {
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 0px;
}

.slides_container {
    display: none;
    position: relative;
    width: 980px;
    overflow: hidden;
}

    .slides_container a {
        display: block;
        width: 980px;
        height: 380px;
    }

        .slides_container a img {
            display: block;
        }

/* Next/Prev buttons 
    -------------------------------------*/
#slides .next, #slides .prev {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 9px;
    left: 12px;
    padding: 0;
    z-index: 12;
}

#slides .prev {
    background: transparent url('images/left-arrow.png') center center no-repeat;
}

#slides .next {
    left: 96px;
    background: transparent url('images/right-arrow.png') center center no-repeat;
}

/* Page link -*/
.pagination_wrap {
    display: inline-block;
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
    width: 128px;
    height: 40px;
    opacity: 0.8;
    background-color: #222;
}

.pagination {
    position: absolute;
    z-index: 11;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 15px 40px;
}

    .pagination li {
        float: left;
        margin: 0 3px;
        list-style: none;
    }

        .pagination li a {
            float: left;
            display: block;
            width: 9px;
            height: 0;
            padding-top: 8px;
            background-image: url(images/pagination.png);
            background-position: 0 0;
            overflow: hidden;
        }

        .pagination li.current a {
            background-position: 0 -9px;
        }


/* ****** BOOTSTRAP OVERRIDES ******* */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a{background-image:none!important; outline:none!important;}

/* remove min-height from bootstrap */
.row-fluid [class*='span']:not([class*='dnnSortable']) {
    min-height:0 !important;
}

/* Navbar */

.navbar .nav {
    min-width: 1050px;
}
/* Logo */
.brand.hidden-desktop {max-width:60%;}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {box-shadow:none!important; background-color:transparent!important; outline:none!important;}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {background-color:transparent!important; color:#D00!important; outline:none!important;}

.dropdown, .dropdown a {outline:none!important;}

.carousel-inner > a > img{max-width:100%!important;height:auto!important; width:100%!important;}
.carousel-inner img{max-width:100%!important;height:auto!important; width:100%!important;}
.carousel-control{top:auto!important; bottom:5%;}

/*.ControlContainer{width:940px!important;}*/

/* Media Queries */
/* Large desktop */
@media (min-width: 1200px) {
    select.status-options{display:none;}
    .ControlContainer{width:1170px!important;}
}
/* Portrait tablet to landscape and larger */
@media (min-width:768px){
    .carousel-control{ top:inherit; bottom:10px; height:20px; width:20px; border:none; border-radius:0; z-index:6; background-position:center center; background-repeat:no-repeat; background-color:transparent;}
    .carousel-indicators{ background:rgba(34, 34, 34,0.7); top:auto; bottom:0; padding:15px 35px 15px 30px; right:0; width:63px;}
    .carousel-indicators li{margin-bottom:0;}
    .carousel-control.right{ background-image:url(images/right-arrow.png); text-indent:-9999px; right:10px;}
    .carousel-control.left{ background-image:url(images/left-arrow.png); text-indent:-9999px; right:95px; left:auto;}

}
 
/* Portrait tablet to landscape and smaller */
/*@media (max-width: 979px) {
    .nav-collapse, .nav{width:100%;}
    .nav li {padding:0!important; min-height:30px!important; height:auto;}
    .nav-collapse .dropdown-menu { margin:0 0 0 4%!important; width:95%!important;}
    .nav-collapse .nav > li a,
    .nav-collapse .dropdown-menu a{padding:0 0 0 5px!important;line-height:30px!important; height:30px!important; border:1px solid #eee!important; margin-bottom:3px;}
    .nav-collapse .dropdown.open > a{background-color:#eee!important;}
    .nav > li > ul {position:relative!important; width:100%!important;}
    .nav{width:100%;}
}*/
@media (max-width: 979px) {
    img {max-width:100%;}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    #Body{margin:0; padding:0;}
    #siteHeadouter > .container,
    #contentWrapper > .container{ width:94%; padding-left:2%; padding-right:2%;}
    .content_products ul li {width: 47.5%;}
    select.status-options{display:none;}
    .content_adstyleOne{ width:100%!important; max-width:100%;}
    .content_adstyleOne img{ width:103%!important; max-width:103%;}
    .content_adstyleOne .adContent {
        bottom: 0;
        right: -3%;
    }
    .content_adstyleOne,
    .content_adstyleTwo{
        margin-bottom:15px;
    }
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    #Body{margin:0; padding:0;}
    #siteHeadouter > .container,
    #contentWrapper > .container{ width:90%; padding-left:5%; padding-right:5%;}
    .content_products ul { margin: 0 -2%; }
    .content_products ul li {width: 45.5%; margin:0 2% 45px;}
    .adContent {padding-top:5px;}
    .adContent h2{font-size:18px;}
    .carousel-control{
        top:auto !important;
        bottom:20% !important;
    }
    .content_adstyleOne{ width:100%!important; max-width:100%;}
    .content_adstyleOne img{ width:100%!important; max-width:100%;}
    .content_adstyleOne .adContent {
        bottom: 0;
        right: 0%;
    }

}
 
/* Landscape phones and down */
@media (max-width: 480px) {
    #Body{margin:0; padding:0;}
    .content_products ul li {width: 98%;}
    .LoginPanel{width:90%!important;}

    /* DNN Social */
    .moduleSearch{width:inherit; float:none; padding-right:20px;}
        .moduleSearch input{ width:100%!important; margin-bottom:10px!important;}
        .moduleSearch > input[type="text"] + a { float:left; width:auto;}
    div.blog-list-title{width:inherit;}
    div[class*="status-container"]{padding:0 20px;}
    .link-wrap{display:none;}
    select.status-options{margin:20px 0;width:100%;}
    table.idea-list-table tbody td{padding:10px 5px!important;}
        .idea-list-vote-panel{width:auto;}
        .dnnSocialLink span{line-height:1; font-size:inherit;}
        .answer-list-tbl-container {padding:0;}
        table.answer-list-table td{padding-left:5px;}
        .status-expanded-container .profile-topContainer > .dnnRight > ul.profile-statistics > li {width:33%;}
        .status-expanded-container .profile-topContainer > .dnnRight > ul.profile-statistics{ width:200px;}
        .dnnSocialLink .profile-link {margin-top:50px;}
}

/* Container styles */
.DNNContainer_Title_h2, .DNNContainer_Title_h2_Sponsors {
    margin:30px;
    padding-bottom: 10px;

}



.DNNContainer_Title_h2 h2 .TitleH2, .DNNContainer_Title_h2_Sponsors h2 .TitleH2 {
	display: block;
	margin-bottom: 30px;
    
}

.DNNContainer_Title_h2 p img, .DNNContainer_Title_h2 .ui-tabs-panel img{
    margin: 10px!important;
    position:relative;

-moz-box-shadow: 0px 2px 8px #999;
 -webkit-box-shadow: 2px 0px 8px #999;
 box-shadow: 0px 2px 8px #999;
 -moz-border-radius:5px; 
 -webkit-border-radius:5px; 
 border-radius:5px; 
}

 
 .DNNContainer_Title_h3 h3 .TitleH3 {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: solid 1px #c0c0c0;
}

.DNNContainer_Title_h4 h4 .TitleH4 {
	display: block;
	margin-bottom: 25px;
} 
.copyright-container{
	margin-bottom: 20px;
	text-align: center;
	background: url('images/copyright-background.png') no-repeat center center;
}
.copyright-container a{
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	background: url('Images/icon-btn-sm-circle-arrow.png') no-repeat right 12px center;
	background-color: #aaaaaa;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	margin: 0 12px;
	padding: 9px 36px 9px 16px;
}
.copyright-container a:hover{
	background-color: #666666;
}
.copyright-container > span.split{
	border-bottom: 1px solid #d9d9d9;
	display: inline-block;
	width: 20px;
	height: 0px;
	overflow: hidden;
	padding-top: 9px;
	vertical-align: top;
}
.navbar.container{
        width: 983px;
}
.container{
    width: 1002px;
}
@media (min-width: 1370px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 1170px;
    }
}

@media (min-width: 1200px) and (max-width: 1370px){
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1020px;
}

}

@media (max-width: 768px){
    .container{
        width:1024px;
    }
    .DNNContainer_Title_h2{
        margin:12px;
    }
}


#contentWrapper {
    background-color: #ff0000;
    background-image: url(/portals/0/Images/fuenla/leftBackground.png?random=2211), url(/portals/0/Images/fuenla/rightBackground.png?random=2211), linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 60px), linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0) 100px), linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0) 100px);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top left, top right, right;
}

.siteWrapperGraffiti #contentWrapper, .siteWrapperGraffiti_sponsor #contentWrapper{
    background:none;
    background-image   : 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0) 34px), 
        linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.6) 723px, rgba(0, 0, 0, 0) 800px);
    background-repeat  : 
                        no-repeat,
                       no-repeat;
    background-position: 
      top left,
      bottom left;
}

.siteWrapperSchool #contentWrapper, .siteWrapperSchool_sponsor #contentWrapper{
    background:none;
    background-image   : 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0) 34px), 
        linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.6) 723px, rgba(0, 0, 0, 0) 800px);
    background-repeat  : 
                        no-repeat,
                       no-repeat;
    background-position: 
      top left,
      bottom left;
}

 .contentWrapperLanding {
    background-image   : url(/portals/0/Images/fuenla/backLanding.png?random=2211)!important;
    background-size: contain;
    background-position: center center!important;
    min-height: 800px;
}
.siteWrapperApps {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0) 34px), url(/portals/0/Images/fuenla/leftBackgroundGraffiti.png), url(/portals/0/Images/fuenla/rightBackgroundGraffiti.png)!important;
    background-repeat: no-repeat,no-repeat, no-repeat;
    background-position: top left,top left, top right;
    background-size: 30%
}
.contentWrapperApps {
    /* url(/portals/0/Images/fuenla/bgrLadrillos.jpg?random=2211)!important;
    background-size: contain;
    background-position: cent
        er center!important;
    min-height: 800px;*/
    background-image: none !important;
    background-color: transparent !important;
}


.container-fluid{padding-left:0px; padding-right:0px}
.container {
    text-align: center;
}
.containerAlignLeft {
    text-align: left!important;
}

.backWhite {background-color:#ffffff;
}
.backBlue {background-color:#0c3670;
}
.backDarkGrey {background-color:#242424;    margin-top: 30px;
}
.tituBlue, .tituBlue a:link, .tituBlue a:visited {
font-family:Oswald; font-size:1rem; color:#153e75}
 .tituBlue a:hover { color:#ff0000!important}
.backGreyGrad{
    
            color: white;
            background-image: linear-gradient(to bottom, rgba(110,110, 110,1), rgba(85, 85, 85, 1) );
}
.partnersPane{height:160px; padding-top:24px}

.partnersPane .DnnModule-Banners{padding-left:5px; padding-right:5px}

.partnersPane.dnnSortable {height:auto!important; }
.officialPartnersPane a{padding:0px 20px}
.officialPartnersPane a img{margin: 16px}

/*Social Footer Pane Modules*/
#dnn_socialFooterPane .DNNContainer_Title_h2 {
    margin: 30px 20px;
}

.socialTitlePane{font-family:Oswald; font-size:2rem;
    padding-top: 10px;
    line-height: 2.4rem;color:#ffffff; border-bottom:3px solid #6b6b6b; text-align:left; margin-bottom:10px}



.socialPane .TitleH2{
    font-family:Oswald;
    color:#ffffff;
    border-bottom:1px solid #ffffff;
     padding-left: 40px;}

.moduleSocialDivPane{
    width:300px;
    height:391px;
    overflow:hidden;
    border-radius:5px;
}

.socialIcon img{
    margin-top:-65px;

}
.socialIcon {
    margin-top:-28px;

}
#footerLogo {width:322px; height:322px; background-image:url(/portals/0/images/fuenla/footerLogo.png); background-repeat:no-repeat;
}

.socialPane div    {vertical-align:top!important}

.paneWhite{background-color:#ffffff; border-radius:10px}

/*DigArticle Detalle Noticia*/

.da_body{/*width:710px*/}
.da_date{ font-family:Lato; font-size:0.9rem; color:#9d9d9d}

/* .titleDetailNew{padding:30px} */
.titleDetailNew{padding:0px}
.titleDetailNew a:link, .titleDetailNew a:visited{font-family:Oswald; font-size:2rem; line-height:2.1rem; color:#ffffff; }
.titleDetailNewContent{    background-color: #ff0000;
    line-height: 120%;
    padding: 20px 10px;
    text-align: center;}
.detailNewSummary{
    font-family: Lato;
    font-size: 1.1rem;
    color: #000000;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 3px;
    display: inline-flex;
}

.detailNewSummary a{float:right; margin-left:5px; margin-bottom:10px; }

    .detailNewSummary a img {
        -moz-box-shadow: 0px 2px 8px #999;
        -webkit-box-shadow: 2px 0px 8px #999;
        box-shadow: 0px 2px 8px #999;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
        .detailNewSummary .da_banner a img {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px ;
    }
.divSocialButton{float:right; margin-top:-6px; margin-left:6px}
.firstImagePaneV{float:right; margin-top:29px;  display:none; 
    margin-left: 15px;
    margin-right: -10px;}

.firstImagePaneV img{
-moz-box-shadow: 0px 2px 8px #999;
 -webkit-box-shadow: 2px 0px 8px #999;
 box-shadow: 0px 2px 8px #999;
 -moz-border-radius:5px; 
 -webkit-border-radius:5px; 
 border-radius:5px; 
}

/*DigArticle Listado otras Noticias*/
.headerListNews{margin-top: 30px;
margin-bottom: 31px;}
.itemListNews{background-color: #ededed; border:1px solid #474747; font-family:Lato; font-size:0.9rem; color:#474747; padding:10px;
    margin-top: -1px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;}

.itemListNews:hover{background-color: #ff0000; border:1px solid #242424;  }
.itemListNews:hover > a:link, .itemListNews:hover > a:visited{color:#ffffff;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;}
.itemListNews a:link, .itemListNews a:visited{font-family:Lato; font-size:1rem; color:#474747; /*padding:10px*/}

.itemListOther{background-color: #ffffff; border:1px solid #153e75; font-family:Lato; font-size:0.9rem; color:#153e75; padding:10px;
    margin-top: -1px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;}
    .itemListOther:hover {
        background-color: #e88f8f;
    }
.itemListOther a:link, .itemListOther a:visited{font-family:Lato; font-size:1rem; color:#153e75; padding:10px}
.itemListOther:hover > a:link, .itemListOther:hover > a:visited{color:#000000; 
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;}


/*Otros títulos*/
.orangeTitle{
        font-family: Lato; font-size:1.1rem;

    padding: 10px 0px;
    background-color: #ff0000;
    color: white;    width: 100%;
}

.orangeTitle span{
    margin: 10px 20px;
}
/*Tables*/
.headerClas{
    font-family:Lato;
    font-size:1rem;
    background-color:#474747;
    color:#ffffff;
    text-align:center;
    height:20px
}
.fuenlaTD{
    background-color:#ff0000!important;
    color:#ffffff;
}


.albuminfo{

    width:99%

}

/*Players*/
.triangulo_top_left {
    /*position: absolute;
    margin-top: -440px;*/
    width: 0;
    height: 0;
    border-top: 100px solid #ff0000; 
    border-right: 100px solid transparent;
    position:relative;
    z-index:10;
}
.dorsalPane{
    position: absolute;
    margin-top: -80px; 
    margin-left:20px;
    color:#ffffff; 
    font-family:Oswald; 
    font-size:2rem;
}
@media (max-width: 1370px) {

    .playerInfoPane table {
        width: 980px!important;
    }
}
/*FUENLA Buttons*/

.btn, .btn:visited {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Oswald!important;
  color: #ffffff!important;
  font-size: 0.9rem;
  background: #ff0000;
  padding: 1px 30px 1px 30px;
  border: solid #696969 1px;
  text-decoration: none;
      -webkit-transition: all 200ms ;
    -moz-transition: all 200ms ;
    -ms-transition: all 200ms ;
    -o-transition: all 200ms ;
    transition: all 200ms ;
}

.btn:hover {
  background: #efefef;  color: #ff0000!important;
  border: solid #000000 1px;
  /*background: #9c9c9c;  color: #383838!important;
  border: solid #000000 1px;*/
  /*background-image: -webkit-linear-gradient(top, #9c9c9c, #737373);
  background-image: -moz-linear-gradient(top, #9c9c9c, #737373);
  background-image: -ms-linear-gradient(top, #9c9c9c, #737373);
  background-image: -o-linear-gradient(top, #9c9c9c, #737373);
  background-image: linear-gradient(to bottom, #9c9c9c, #737373);*/
  text-decoration: none;
}
.divButton{
    text-align: right;
    width: 100%;
    padding-top: 8px;
    height: 27px;
    float: right;
    width: auto;
    margin-left: 20px;
}


/*Login Link*/
.loginLinks{ /*float:left; width:50px;
    margin-top: 31px;*/    display: inline-block;}
.loginLinks a:link, .loginLinks a:visited{color:#fff; font-size:0.8rem; font-family:Lato}

/* CONTACT PAGE - begin*/

#map-canvas {
    background-color: #e8e8e8;
    height: 577px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 193px;
    width: 100%;
    z-index: -25;
}

 #Form.showControlBar #map-canvas  {        top: 278px!important; }

/* CONTACT PAGE - end*/

/* INFO PAGE - begin */

.tableInfo th, .dnnGridHeader td {
    background: rgba(165, 14, 14,1);
    background: -moz-linear-gradient(top, rgba(165, 14, 14,1) 0%, rgba(254,0,0,1) 68%, rgba(255,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(165, 14, 14,1)), color-stop(68%, rgba(254,0,0,1)), color-stop(100%, rgba(255,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(165, 14, 14,1) 0%, rgba(254,0,0,1) 68%, rgba(255,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(165, 14, 14,1) 0%, rgba(254,0,0,1) 68%, rgba(255,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(165, 14, 14,1) 0%, rgba(254,0,0,1) 68%, rgba(255,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(165, 14, 14,1) 0%, rgba(254,0,0,1) 68%, rgba(255,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff0000', GradientType=0 );
    text-align: center !important;
    height: 2rem !important;
    padding-top: 8px !important;
}

.tableInfo td{padding-top: 8px!important;}
.tableInfo th h3{color:#ffffff;}

 .dnnGridHeader td{padding-top: 8px!important;color:#ffffff; font-family: Oswald; text-transform: uppercase; }
 .dnnGridItem td, .dnnGridAltItem td{font-family:Lato; color:#666666}
  .dnnGridItem td a:link, .dnnGridAltItem td a:link{font-family:Lato; color:#e36b00}
.DownloadCell {
    background-image: url(/portals/0/images/fuenla/download.png);
    background-size: 20px;
    background-repeat: no-repeat;
    padding-left: 26px!important;
    background-position: 2px;
}
/* INFO PAGE - end */


/*Sponsor COLORS - Begin*/

.siteWrapperGraffiti_sponsor{
    background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0) 34px), url(/portals/0/Images/fuenla/leftBackgroundGraffiti_sponsor.png),
                       url(/portals/0/Images/fuenla/rightBackgroundGraffiti_sponsor.png);
    background-repeat  : no-repeat,no-repeat, no-repeat; 
    background-position: top left,top left, top right;
}


.siteWrapperGraffiti_sponsor #siteHeadouter {background: none;
    background-image: url(/portals/0/images/fuenla/headerGraffiti_sponsor.png), url(/portals/0/images/fuenla/Graffiti.png) ; 
    background-position: bottom, center center;
    background-repeat:  repeat-x, no-repeat;
}


.siteWrapperSchool_sponsor #siteHeadouter {background: none;
    background-image: url(/portals/0/images/fuenla/headerGraffiti_sponsor.png), url(/portals/0/images/fuenla/School.png) ; 
    background-position: bottom, center center;
    background-repeat:  repeat-x, no-repeat;
}


.siteWrapperGraffiti_sponsor .orangeTitle, .siteWrapperSchool_sponsor .orangeTitle {
        background-color: #4BA82E!important;
}


.siteWrapperGraffiti_sponsor .itemListNews:hover, .siteWrapperSchool_sponsor .itemListNews:hover{background-color: #4BA82E; border:1px solid #242424;  }



.siteWrapperGraffiti_sponsor .tableInfo th, .siteWrapperGraffiti_sponsor .dnnGridHeader td, 
.siteWrapperSchool_sponsor .tableInfo th, .siteWrapperSchool_sponsor .dnnGridHeader td
{background: rgba(129,199,107,1);
background: -moz-linear-gradient(top, rgba(129,199,107,1) 0%, rgba(75,168,46,1) 68%, rgba(75,168,46,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(129,199,107,1)), color-stop(68%, rgba(75,168,46,1)), color-stop(100%, rgba(75,168,46,1)));
background: -webkit-linear-gradient(top, rgba(129,199,107,1) 0%, rgba(75,168,46,1) 68%, rgba(75,168,46,1) 100%);
background: -o-linear-gradient(top, rgba(129,199,107,1) 0%, rgba(75,168,46,1) 68%, rgba(75,168,46,1) 100%);
background: -ms-linear-gradient(top, rgba(129,199,107,1) 0%, rgba(75,168,46,1) 68%, rgba(75,168,46,1) 100%);
background: linear-gradient(to bottom, rgba(129,199,107,1) 0%, rgba(75,168,46,1) 68%, rgba(75,168,46,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ba82e', endColorstr='#81c76b', GradientType=0 );
}

.topSponsorPane a:link {
    
    height: 50px;
    position: relative;
    margin-bottom: -68px;
    display: inline-block;
    z-index: 1000;

}
.topSponsorPane img{     
    height: 50px;
    margin-bottom: -68px;
}

/*Sponsor COLORS - End*/


/* Embedded Iframe - Begin*/
.iframeCampus{
    width:900px;
    height:1050px;
    overflow:hidden;
    margin:auto;
}
.iframeCampus table {
    background-color:#fff!important;
}
.tableIframe{
margin:auto}
.tableIframe input{margin-left:5px}
 .tableIframe input[type=file], .tableIframe input[type=button], .tableIframe input[type=text], 
  .tableIframe input[type=email], .tableIframe textarea, .tableIframe select{
    /* border: 0; */
    border-radius: 5px;
    font-family: Lato,Arial;
} 
.tableIframe input[type=text], .tableIframe input[type=email],  .tableIframe select, .tableIframe textarea {
         margin-bottom: 0px; 
    background-color: #ffffff;
    border: 1px #999 solid;
    color: #000000;
    height: 28px;
    padding: 2px 10px;
    width: 350px;
    height: 25px;
    box-shadow: none;
    /* box-shadow: 2px 2px 0 #828181 inset; */
}
.tableIframe textarea {height:70px
}
.tableIframe input[type=submit] {
    /* border: 0; */
    border-radius: 8px;
    border: 1px solid #031A39;
    font-family: Oswald;
    color: #fff!important;
    font-size: 14px;
    cursor: pointer;
    height: 29px;
    width: 103px;
    text-transform: uppercase;
    background: #ff0000;
    transition: background 0.3s;
    -moz-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
}
.tableIframe input[type=file] {
    /* border: 0; */
    font-family: Lato;
    /* color: #fff!important; */
    font-size: 14px;
    cursor: pointer;
    /* height: 29px; */
    /* width: 103px; */
    text-transform: uppercase;
    /* background: #ff0000; */
    transition: background 0.3s;
    -moz-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
}
/* Embedded Iframe - End*/