﻿@charset "UTF-8";
@import url('./bootstrap/css/bootstrap.css');
@import url('./lytebox.css');
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/* TOP MENU FIX after adding Bootstrap 3.3.5 */

/* Set Z-index of Control Panel */


#ControlNav > li > a
{height:53px !important}

#ControlBar_CustomMenuItems > li > a, 
#ControlActionMenu > li > a,
#ControlEditPageMenu > li > a{ height:54px !important}
.subNav{top:53px !important}
#ControlEditPageMenu > li ul{top:54px !important}
.subNav.advanced dl ul li {
    height:60px !important;
    min-width: 139px !important;
    width: 139px !important;
}

.dnnDropDownList .selected-item a, .dnnDropDownList .selected-item a:link, .dnnDropDownList .selected-item a:visited, .dnnDropDownList .selected-item a:hover, .dnnDropDownList .selected-item a:active{height:36px !important}

#ControlBar_Module_AddNewModule .search-container .search-input-container {
    height: 38px !important;
    width: 164px !important;
}
.mark{background-color:transparent}

/* Bootstrap top menu fix*/

body > form #ControlBar_ControlPanel{z-index:1040 !important}
.navbar.admin{top:53px;}
#contentWrapper{padding-top:0px; background-color:#eee!important}
#contentWrapper.admin{margin-top:50px}

.container{ background-color:#fff; padding:0px; font-size:14px;}




/* Some fixes */
#ControlBar_Module_AddNewModule .search-container .search-input-container {
    height: 38px !important;
    width: 164px !important;
}
.console-large img {
    padding: 0px !important;
}

.dnn_mact *{
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
.dnn_mact *:after, .actionMenuMove *:before{
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

#lbOuterContainer{
	-webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
	
body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 18px;
}

/* DNN Body */
#Body {
    /* CSS3 */
    background: #efefef; /* 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: 'Open Sans',  Arial, Helvetica, sans-serif;
}
.Normal{font-size:14px !important; line-height:initial; color:#333}

em {
    font-style: italic;
    letter-spacing: 0;
}

strong {
    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;
}

h1 {
    font-size: 24px;
}

h2, h2 .Head {
    font-size: 22px;
	font-weight:bold
}

h3, h3 .Head {
    font-size: 22px;
	line-height:30px;
}

h4, h4 .Head {
    font-size: 21px;
    color: #666;
}

h5, h5 .Head {
    font-size: 20px;
    color: #666;
}

h6, h6 .Head {
    font-size: 18px;
    color: #666;
}

/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/
a, a:link, a:visited, a:active {
    color: #5EC800;
    text-decoration: none;
    outline: 0;
}

    a:hover {
        color: #D00;
        text-decoration: none;
        outline: 0;
    }

/* DNN Specific Selectors 
-------------------------------------*/
.CommandButton {
    font-size: 14px;
    color: #3d3d3d;
    font-weight: bold;
}

    .CommandButton:hover {
        color: #007cae;
    }

a.CommandButton:link {
    font-size: 14px;
    text-decoration: none;
    color: #3d3d3d;
    font-weight: bold;
}

a.CommandButton:hover {
    text-decoration: underline;
    color: #007cae;
}

/*------------------------------------------------*/
/* PARAGRAPH STYLE */
/*------------------------------------------------*/
p {
    margin: 0 0 25px 0;
}

hr {
    clear: both;
    height: 0;
    border: solid #c0c0c0;
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}

/*------------------------------------------------*/
/* IMAGE STYLES */
/*------------------------------------------------*/
img {
    border: 0;
    max-width:100%;
}

/* 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: 14px;
}


.dnnGridItem:hover, .dnnGridAltItem:hover {
    background-color: #E8FAF1;
}

/*------------------------------------------------*/
/* 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: 'Open Sans', 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: 'Open Sans', 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: 'Open Sans', 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);
}

/* Primary Action */

.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction {
    border-color: #226D35; /*dark blue*/
    background: #4CA900;
    background: -moz-linear-gradient(top, #98D021 0%, #4CA900 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98D021), color-stop(100%,#4CA900)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #98D021 0%,#4CA900 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #98D021 0%,#4CA900 100%); /* W3C */
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    color: #efefef;
    text-shadow: 0px -1px 0px #185B93;
}

    .dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover {
        border-color: #226D35;
        background: #5CB107; /* Old browsers */
        background: -moz-linear-gradient(top, #ABE52D 0%, #5CB107 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ABE52D), color-stop(100%,#5CB107)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ABE52D 0%,#5CB107 100%); /* Chrome10+,Safari5.1+ */
        background: linear-gradient(top, #ABE52D 0%,#5CB107 100%); /* W3C */
        color: #fff;
    }

    .dnnPrimaryAction:active, .dnnFormItem input[type="submit"]:active, a.dnnPrimaryAction:active {
        border-color: #226D35;
        background: #98D021; /* Old browsers */
        background: -moz-linear-gradient(top, #98D021 0%, #98D021 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98D021), color-stop(100%,#98D021)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #98D021 0%,#98D021 100%); /* Chrome10+,Safari5.1+ */
        background: linear-gradient(top, #98D021 0%,#98D021 100%); /* W3C */
        -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        color: #fff;
    }

    .dnnPrimaryAction[disabled], .dnnPrimaryAction[disabled]:hover, .dnnPrimaryAction[disabled]:active {
        background: #ccc !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #aaa !important;
        text-shadow: none;
    }

a.dnnSecondaryAction {
    color: #226D35;
}


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 {
    width: 260px;
    padding-top:3px;
	border:0px;
}
.searchInputContainer{
	border: solid 1px #fff; 
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	display: inline-block;
	height: 34px;
	width:200px}

#dnn_dnnSearch_txtSearch {
    display: block;
    float: left;
    width: 198px;
    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: #ccc;
    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;
}
    #search a.SearchButton:link,
    #search a.SearchButton:visited {
		margin-right:20px;
        display: inline-block;
		float:right;
        line-height:25px;
		padding:4px 10px;
		color:#fff;
		-webkit-border-top-right-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-radius-topright: 3px;
		-moz-border-radius-bottomright: 3px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
		text-transform:uppercase;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#98d021+0,4ba800+100 */
		background: #98d021; /* Old browsers */
		background: -moz-linear-gradient(top,  #98d021 0%, #4ba800 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98d021), color-stop(100%,#4ba800)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #98d021 0%,#4ba800 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #98d021 0%,#4ba800 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #98d021 0%,#4ba800 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #98d021 0%,#4ba800 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98d021', endColorstr='#4ba800',GradientType=0 ); /* IE6-9 */
    }
	#search .glyphicon{display:block; font-size:20px; line-height:26px;}

	#search .text-search{display:none}


    #search a.SearchButton:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4ba800+0,98d021+100 */
		background: #4ba800; /* Old browsers */
		background: -moz-linear-gradient(top,  #4ba800 0%, #98d021 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ba800), color-stop(100%,#98d021)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #4ba800 0%,#98d021 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #4ba800 0%,#98d021 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #4ba800 0%,#98d021 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #4ba800 0%,#98d021 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ba800', endColorstr='#98d021',GradientType=0 ); /* IE6-9 */

    }

	#search-button{display:none}

    #dnn_dnnSearch_txtSearch:active, #dnn_dnnSearch_txtSearch:focus {
        background: #ccc;
        box-shadow: inset 0px 3px 8px #999;
		color:#333;
    }

/*------------------------------------------------*/
/* 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;
    }

/*------------------------------------------------*/
/* SITE HEADER */
/*------------------------------------------------*/
#siteHeadouter {
    background: #fff;
    /* CSS3 */
    -webkit-box-shadow: 1px 50px 100px 0px #cacaca;
    box-shadow: 1px 50px 100px 0px #cacaca;
}

#siteHeadinner {
    padding: 36px 0;
}

#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 */





/*------------------------------------------------*/
/* 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 {
    padding:0px;
}

/* Content Pane - Footer */
#footer {
    /*clear: both;*/
    height: 40px;
    margin-top: 10px;
	padding:10px;
	background-color:#ffd500;
}

/* Empty Panes */
.DNNEmptyPane {
    width: 0;
    margin: 0;
}

    .DNNEmptyPane.rightTwoCol + div {
        width: 100%;
    }

/* Copyright
    -------------------------------------*/
#copyright {
    font-size: 16px;
    color: #444;
    margin-bottom: 25px;
}

    #copyright a:link,
    #copyright a:visited {
        font-size: 16px;
        color: #444;
    }

    #copyright a:hover {
        color: #ccc;
    }

    #copyright a.DNNMobileLink {
        color: #666;
        font-weight: bold;
    }

        #copyright a.DNNMobileLink:hover {
            color: #D00;
        }

    #copyright .pull-right {
        text-align:right;
    }

/*------------------------------------------------*/
/* 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;
}


/*------------------------------------------------*/
/* 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;}

.btn-success {
    color: #FFF !important;
}


/* remove min-height from bootstrap */
.row-fluid [class*='span']:not([class*='dnnSortable']) {
    min-height:0 !important;
}

/* Navbar */
#dnn_dnnLOGO_hypLogo{ display:inline-block; margin: 40px auto 10px auto; width:100%; max-width:100%; text-align:center}

    .introFrame{ background-position:center center; background-size:cover; width:100%; height:440px;}
	.intro {width: 100%; height: 300px; top:80px; position:absolute; text-align:center; color:#28327d;}
	.intro a{ color:#28327d; padding:10px; border: solid 1px #28327d; font-size:18px; text-decoration:none;-webkit-border-radius: 1px;-moz-border-radius: 1px; border-radius: 1px; }
	.intro a:hover{background-color: rgba(40, 50, 125, 0.3);}

    #wrapper { position: relative; }
	
	.cs_Map{width: 100%;
		height: 800px;
		background-color: rgb(204, 204, 204);
		display: block;
		position: relative;
		overflow: hidden;
	}
	#over_map, .map_overlay {background-color:#fff; font-size:20px; position: absolute; line-height:28px; top: 260px; left: 200px; z-index: 99; padding:45px; width:570px; height:280px; text-align:center}

	.infoPoints{font-size:20px;}
	
	.glyphicon-stack {
		position: relative;
		display: inline-block;
		width: 26px;
		height: 26px;
		line-height: 26px;
		vertical-align: middle;
	}
	  
	.glyphicon-circle{
		position: relative;
		border-radius: 50%;
		width: 100%;
		height: auto;
		padding-top: 100%;
		background: black;
	}
		
	.glyphicon-stack-1x {
		line-height: inherit;
		font-size: 14px !important;
	}
	.glyphicon-stack-1x, .glyphicon-stack-2x {
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;
	}

	.white{
	  color: white;
}

    .cstudios-announcement{ margin-left:75px; margin-right:75px;}

    .cstudios-announcement .message{margin-bottom:30px}
    .cstudios-announcement .message p {margin:0px;}
/* Media Queries */

/* 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;}

	.city-selector .dropdown-menu{ width:680px; margin-left:-140px;}


	.dropdown-submenu{position:relative;}
	.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
	
	.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:25px;margin-right:-10px;}
	.item1081.dropdown-submenu > a:after{margin-top:-5px;}
	.dropdown-submenu:hover>a:after{border-left-color:#555;}
	.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
	#over_map, .map_overlay {  top: 260px; left: 100px;}
 
}

@media (min-width:992px){
	#over_map, .map_overlay {  top: 260px; left: 200px;}
}
/* Large desktop */
@media (min-width: 1200px) {
	select.status-options{display:none;}
    .ControlContainer{width:1170px!important;}

	#dnn_dnnLOGO_hypLogo{margin:  60px auto 20px auto;}
	
	#search {width: 380px;}
	.searchInputContainer{width:290px}

	#dnn_dnnSearch_txtSearch {width: 288px;}
   
	#search .glyphicon{display:none;}

	#search .text-search{display:block; font-size:15px;}
	.navbar-moj-cosinus a{padding:9px 32px;}
	.navbar-header .navbar-nav > li > a{ padding:10px 15px}
	
	.introFrame{ height:540px;}
    .intro {top:130px; }
    #over_map, .map_overlay {  top: 260px; left: 300px;}
}


.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

}
 @media (max-width: 992px) {
	 #contentWrapper.Home{background-image:none !important}
	 .navbar-top {
	    padding-top: 10px;
	}
   .city-selector .dropdown-menu{width:720px !important;margin-left:-175px}
	.city-selector .caption{display:none}
	.city-selector .dropdown{ width:330px; margin-top: 15px;}
	.zapisy-header{margin-top:5px}
	.zapisy-header a{width:90px; display:block; text-align:center}
	#dnn_dnnLOGO_imgLogo{margin-top:10px}
	#search-button{display:inline-block; margin-right:15px}
	#search{display:none}
	.dropdown-menu{left:-90px}
	.item1082 > .sub-menu, .item1083 > .sub-menu, .item1084 > .sub-menu, .item1085 > .sub-menu  {width:400px;}
	
	.oferta-edukacyjna > .col-xs-12, .oferta-edukacyjna > .col-sm-4, .oferta-edukacyjna > .col-md-2, .oferta-edukacyjna > .col-sm-8, .oferta-edukacyjna > .col-md-4, .oferta-edukacyjna > .col-xs-6, .oferta-edukacyjna > .col-sm-3, .oferta-edukacyjna > .col-md-2{padding:15px}

	.RecrutationInfo{margin-right:10px; margin-top:10px;}
	.DirectoryInfo{ width:520px; height:250px;}
	.dircity-selector .dropdown-menu { width:720px; left:-410px; top:110px}
	.DirBanner.Dir5 a span.overlay p, .DirBanner.Dir1059 a span.overlay p{ font-size:14px}
	
	.DirBanner.KZ a span.text, .DirBanner.UE a span.text  {
		line-height: 60px;
		padding:0px;
	}
    #over_map {  top: 260px; left: 80px;}
	
}
/* Portrait tablet to landscape and smaller */
@media (max-width: 979px) {
    #dnn_dnnLOGO_hypLogo{margin: 20px auto;}
    
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    #Body{margin:0; padding:0;}
  
	
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .DirBanner a span.overlay p {
        font-size: 16px;
        line-height: 20px;
    }

    .DirBanner.Dir5 a span.overlay p, .DirBanner.Dir1059 a span.overlay p {
        font-size: 14px;
        line-height: 18px;
    }

    #Body {
        margin: 0;
        padding: 0;
    }

    .navbar .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .city-selector .nav {
        display: none;
    }

    .city-ddl {
        display: inline-block;
        width: 200px;
        margin-top: 10px;
    }

    .container > .navbar-header {
        margin-right: 0px;
        margin-left: 0px;
    }

    .introFrame{  width:100%; height:100%;}
    .intro {top:10px; position:relative }
    #over_map, .map_overlay { position: relative; top: 0px; left: 0; z-index: 99; padding:45px; width:100%; height:auto; text-align:center}

}
/* Container styles */

.DNNContainer_Title_h2 h2 .TitleH2 {
	display: block;
	margin-bottom: 25px;
    margin-left:50px;
    margin-top:50px;
    font-size: 30px;
}

.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: 'Open Sans', 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;
}