/*
Theme Name: EllironTheme
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700,700i');

html, body {
	color: #cfcce7;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	background: url(img/bg_left.jpg) repeat-y #444e8b;
	margin: 0;
	padding: 0;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

img {
	border: 1px solid #ccc;
    box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.5);
}

.border-none {
    border: none;
}

.shadow-none {
    box-shadow: none;
}

.img-responsive {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.vertical-align {
    display: flex;
    align-items: center;
}

p {
	margin: 20px 0;
}

a, a:visited, a:active, a:focus {
    color: #ff6633;
    text-decoration: none;
    transition: all .3s;
    border-bottom: 1px solid rgba(255, 134, 94, .4);
}

a:hover {
    color: #ff865e;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 134, 94, .0);
}

.footer-menu a {
    border-bottom: none;
}

a.doc {
    position: relative;
    padding-left: 30px;
    border-bottom: none !important;
    font-size: 1.2em;
    color: #e9eff3;
    font-weight: bold;
}

a.doc:before {
    content: url(/wp-content/uploads/2017/10/doc-icon.png);
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 3px;
}

a.doc:after {
    content: "";
    border: 1px solid rgba(228, 228, 228, .1);
    position: absolute;
    bottom: -3px;
    left: 30px;
    width: calc(100% - 30px);
    display: block;
    transition: all .2s;
}

a.doc:hover:after {
    border: 1px solid rgba(255, 255, 255, 0);
}

h4 u {
    text-decoration: none;
}

h1, h2, h3, h4 {
    color: #fff;
    line-height: 1.4;
}

h1, h2 {
    margin-bottom: 0 !important;
}

h4:before {
    font-family: FontAwesome;
    content: '\f138';
    margin-right: 7px;
}

h4 {
    margin: 20px 0;
}

ul li { 
    list-style-image: url(img/li.gif);
    margin: 5px 0;
} 

table.license tbody tr td {
    padding: 10px 10px;
}

blockquote:before {
    content: "\f10d";
    font-family: FontAwesome;
    border-radius: 20px;
    bottom: -25px;
    display: block;
    height: 20px;
    left: -30px;
    position: relative;
    transition: .5s;
    width: 20px;
    color: #f5f5f5;
}

blockquote:after {
    content: "\f10e";
    font-family: FontAwesome;
    border-radius: 20px;
    display: block;
    float: right;
    height: 20px;
    position: relative;
    right: -21px;
    top: -21px;
    transition: .5s;
    width: 20px;
    color: #f5f5f5;
}

blockquote {
    text-align: left;
    width: 500px;
    border-left: 0px solid #eee;
    font-size: 1em;
    display: block;
    padding-top: 0;
    font-style: italic;
}

.ajax-loader {
    display: none !important;
}

.button {
	color: #fff;
	background: linear-gradient(to bottom, #ff5a00 1%,#ff5a00 50%,#ff5a00 51%,#ff3600 100%);
	border-radius: 5px;
	padding: 10px;
	height: 32px;
	border: 1px solid #ccc;
	transition: .5s;
	text-decoration: none;
}

.button_download {
    color: #fff;
	background: linear-gradient(to bottom, #ff5a00 1%,#ff5a00 50%,#ff5a00 51%,#ff3600 100%);
	border-radius: 5px;
	padding: 10px;
	height: 32px;
	border: 1px solid #ccc;
	transition: .5s;
	text-decoration: none;
	margin-bottom: 20px;
}

.button_download:hover,
.button_download:active,
.button_download:focus {
    color: #fff;
}

.button_download:after {
    content: "\f019";
    font-family: FontAwesome;
    padding-left: 7px;
}

.button:hover,
.button:active,
.button:visited,
.button:focus {
    color: #fff;
    /*box-shadow: inset 0px 2px 150px #ff6633;*/
    background: linear-gradient(to bottom, #616aa3 1%,#2989d8 50%,#207cca 51%,#444e8b 100%);
    text-decoration: none !important;
}

.dowload_link {
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 134, 94, .4);
    color: #f5f5f5;
    /*text-shadow: -2px -2px 0 rgba(0, 0, 0, .1);*/
    transition: all .3s;
}

.dowload_link:hover {
    border-bottom: 1px solid rgba(255, 134, 94, .0);
    color: #f5f5f5;
    text-shadow: -2px -2px 0 rgba(0, 0, 0, 0);
}

.wrapper {
    margin: 0 15px;
}

header {
    padding-top: 20px;
	width: 100%;
	height: 50px;
}

/* TOPLINE */
.topline {
    display: block;
    width: auto;
    height: 50px;
    padding: 15px 0px;
}

.topline img {
    border: 0px;
    box-shadow: none;
}

.topline ul {
    margin: 0;
    padding: 0;
}

.topline ul li:before {
    content: " ";
}

.topline ul li {
    display: inline-block;
    list-style: none;
}

.topline ul li:after {
    content: ' | ';
    color: #1a245e;
    text-shadow: 1px 0px 0px #616aa3;
}

.topline ul li:last-child::after {
    content: ' ';
    color: #1a245e;
    text-shadow: 1px 0px 0px #616aa3;
}
/* END TOPLINE */

.slogan {
    display: block;
    background: #ff6633;
    width: 400px;
    padding: 15px 20px;
    font-weight: bold;
    float: right;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    height: 50px;
}

/* NAVIGATION */
#navigation {
    padding: 10px 0;
    display: block;
    width: 100%;
    height: 70px;
}

#navigation ul li {
    margin: 0;
}

#navigation ul li:before,
.footer-menu ul li:before {
  content: " "; 
  display: inline;
  padding-right: 0px;
}

.footer-menu {
    line-height: 50px;
}

#navigation ul, .footer-menu ul {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    z-index: 99;
}

#navigation ul li, .footer-menu ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.footer-menu ul li a {
    color: #f5f5f5;
    text-decoration: none;
    margin-right: 7px;
}

.footer-menu ul li:after {
    content: ' | ';
    color: #1a245e;
    text-shadow: 1px 0px 0px #616aa3;
}

.footer-menu ul li:last-child::after {
    content: ' ';
}

#navigation ul li a {
    width: 100px;
    display: block;
    font-size: 1.3em;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    /*margin-right: 20px;*/
    padding: 10px 20px;
    background: #ff6633;
    border-radius: 20px 3px 20px;
    color: #fff;
    border: 1px solid #ccc;
    transition: .3s;
}

#navigation ul li a:hover {
    box-shadow: 0 0 40px #ff6633;
}

#navigation ul.sub-menu li a {
    width: 200px;
    display: block;
    font-size: .8em;
    text-transform: none;
    text-decoration: none;
    margin-right: 20px;
    margin-top: -1px;
    padding: 10px 5px;
    border-radius: 0px 0px 0px;
    background: #353a62;
    color: #fff;
    transition: .3s;;
}

#navigation ul.sub-menu li a:hover {
    box-shadow: 0 0 0px #ff6633;
    background: #444e8b;
}

/* NAVIGATION */

.sidebar {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.logo {
    max-width: auto;
    text-align: right;
}

.logo img {
    border: 0px solid #000;
    box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.5);
    width: auto !important;
    max-width: 100%;
    margin: 20px 0;
}

.logo p {
    padding: 0 0 0 70px;
    font-size: .8em;
    text-align: right;
    margin: 0 0 10px 0;
}

.logo label {
    text-align: right;
}

.logo input,
.logo textarea {
    background: #3f487d;
    outline: 0;
    border: none;
    width: 200px;
    color: #f5f5f5;
    text-align: right;
}

.content {
    width: 70%;
}

footer {
	clear: both;
	margin: 50px 0 10px 0;
	height: auto;
	width: 100%;
} 

footer .contacts {
    text-align: right;
    max-width: 270px;
    width: auto;
    font-size: .8em;
    line-height: 1.8;
}

a.more_link {
    display: inline-block;
    width: 200px;
    text-align: center;
    margin: 0px 0;
    color: #7a86d0;
    text-decoration: none;
    padding: 5px;
    border: 1px dashed #7a86d0;
    border-radius: 100px;
    cursor: pointer;
}

.info {
    display: inline-flex;  
    background: #4b5697; border: 1px dashed #252f6a; 
    border-radius: 10px; 
    padding: 5px 10px; 
    color: #222;
}

.info span, .info a, .info i {
    color: #f5f5f5;
}

.categories, .edit-link {
    margin-left: 10px;
}

.slb_data_content {
    display: none;
}

.print-form p {
    margin: 10px 0;
}

.print-form input,
.print-form textarea {
    background: #3f487d;
    outline: 0;
    border: 1px solid #616aa3;
}


@media only screen and (max-device-width: 320px) {
    #navigation {
        min-height: 70px;
        height: auto;
    }
     #navigation ul li a {
         padding: 5px 5px;
     }
     ul#menu-main-menu {
         padding: 0;
         margin: 0;
         line-height: 3;
     }
}

@media only screen and (max-device-width: 480px) {

    body {
        font-size: 1em;
    }
    
    header {
        text-align: center;
        padding-bottom: 0;
    }
    
    .content {
        width: 100%;
    }
    
    .logo {
        width: 100%;
        margin: 0;
    }
    
    img.logo-img {
        width: 98% !important;
    }
    
    img {
        max-width: 100%;
    }
    
    .logo p {
        text-align: center;
        padding: 0;
        font-size: 1em;
        margin-top: -10px;
    }
    
    .logo:after {
        content: "";
        height: 1px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 156, 0, 0.75), rgba(0, 0, 0, 0)); 
        margin: 5px auto;
        width: 99%;
        display: block;
    }
    
    ul {
        padding: 0;
        margin-left: 20px;
    }
    
    ul li {
        line-height: 1.6;
        padding-bottom: 10px;
    }
    
    h1 {
        text-align: center;
    }
    
    .mobile-none {
        display: none;
    }
    
    #navigation {
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 0;
        height: 50px;
        text-align: center;
        font-size: .8em;
        margin-top: 15px;
        position: relative;
    }
    
    ul#menu-main-menu {
        width: 100%;
        position: absolute;
        left: 50%;
        margin-left: -50%;
    }
    
    #navigation ul li {
        line-height: normal;
        padding-bottom: 0px;
    }
    
    #navigation ul li a {
        /*width: 40px;*/
        display: block;
        font-size: .7em;
        text-transform: uppercase;
        padding: 5px 10px;
        /*background: #ff6633;*/
        /*border-radius: 20px 3px 20px;*/
        color: #fff;
        /*border: 1px solid #ccc;*/
        transition: .3s;
    }
    
    #navigation ul li, .footer-menu ul li {
        list-style: none;
        display: inline-block;
        position: relative;
        margin-right: 2px;
    }
    
    footer {
        margin-top: 10px;
    }
    
    footer:before {
        content: "";
        height: 1px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 156, 0, 0.75), rgba(0, 0, 0, 0)); 
        margin: 5px auto;
        width: 99%;
        display: block;
    }
    
    footer .contacts {
        margin: 0 !important;
        text-align: center;
        padding: 0;
        max-width: 100% !important;
    }
    
    footer .footer-menu {
        text-align: center;
        line-height: 1.3;
        margin-top: 15px;
    }

    #navigation ul.sub-menu {
        margin-left: -50%;
    }
    
    table.license, table.license thead, table.license tbody, table.license th, table.license td, table.license tr { 
        display: block; 
    }
    
    table.license td {
        width: 100% !important;
        text-align: center !important;
    }
    
    blockquote {
        width: 100% !important;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    
    ul {
        padding: 0;
    }
    
    ul li {
        line-height: 1.6;
        padding-bottom: 10px;
    }
    
    #navigation {
        width: 100%;
        padding: 0;
        margin-bottom: 0;
        height: 50px;
        text-align: center;
    }
    
    #navigation ul {
        margin-left: 17%;
    }
    
    #navigation ul li {
        line-height: normal;
        padding-bottom: 0px;
    }
    
    #navigation ul li a {
        /*width: 40px;*/
        display: block;
        font-size: .7em;
        text-transform: uppercase;
        padding: 5px 10px;
        /*background: #ff6633;*/
        /*border-radius: 20px 3px 20px;*/
        color: #fff;
        /*border: 1px solid #ccc;*/
        transition: .3s;
    }
    
    #navigation ul.sub-menu {
        margin-left: 0%;
    }
    
    .sidebar {
        /*width: 200px;*/
        width: auto;
    }
    
    .logo {
        max-width: auto !important;
        width: 100%;
    }
    
    .content {
        width: 100%;
    }
    
    .logo {
        width: 100%;
        margin: 0;
    }
    
    img.logo-img {
        margin-top: 10px;
        width: 100% !important;
    }
    
    img {
        max-width: 100%;
    }
    
    .logo p {
        padding: 0;
        font-size: 1em;
        margin-top: -10px;
        margin-top: 10px;
    }
    
    .logo span.ajax-loader {
        display: none;
    }
    
    footer {
        margin-top: 10px;
    }
    
    footer .contacts {
        margin: 0 !important;
        text-align: center;
        padding: 0;
        width: 200px;
    }
    
    footer .footer-menu {
        text-align: center;
        line-height: 1.3;
        margin-top: 15px;
    }
    
    footer .footer-menu ul {
        margin-left: 60px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
    header {
        margin-bottom: 50px;
    }
    
    .sidebar {
        width: 200px;
    }
    
    .logo {
        max-width: auto !important;
        width: 100%;
    }
    
    .content {
        margin-left: 20px;
        width: 70%;
    }
    
    .logo {
        width: 100%;
        margin: 0;
    }
    
    .logo input, .logo textarea {
        width: 90% !important;
    }
    
    img.logo-img {
        margin-top: 10px;
        width: 100% !important;
    }
    
    img {
        max-width: 100%;
    }
    
    .logo p {
        padding: 0;
        font-size: 1em;
        margin-top: -10px;
        margin-top: 10px;
    }
    
    footer {
        margin-top: 10px;
    }
    
    footer .contacts {
        margin: 0 !important;
        text-align: center;
        padding: 0;
        width: 200px;
    }
    
    footer .footer-menu {
        text-align: center;
        line-height: 1.3;
        margin-top: 15px;
    }
    
    footer .footer-menu ul {
        margin-left: 60px;
    }
}

@media only screen and (min-device-width: 1600px) and  (max-device-width: 1980px) {
    .logo p {
        padding: 0;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .sidebar {
        width: 170px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1280px) {
    
}

/*Responsive Tables*/
table th { font-weight: bold; }
table td, table th { padding: 9px 10px; text-align: left; }

/* Mobile */
@media only screen and (max-width: 767px) {
	
	table.responsive { margin-bottom: 0; }
	
	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }
	
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	
	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }

}
/*END Responsive Tables*/


/* =Popop Maker */
/* Popup Google Fonts */

/* Popup Theme 855: Рамка границы */
.pum-theme-855, .pum-theme-framed-border { background-color: rgba( 255, 255, 255, 0.50 ) } 
.pum-theme-855 .pum-container, .pum-theme-framed-border .pum-container { padding: 18px; border-radius: 0px; border: 20px outset #dd3333; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.97 ) inset; background-color: rgba( 255, 251, 239, 1.00 ) } 
.pum-theme-855 .pum-title, .pum-theme-framed-border .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-size: 32px; line-height: 36px } 
.pum-theme-855 .pum-content, .pum-theme-framed-border .pum-content { color: #2d2d2d; font-family: inherit } 
.pum-theme-855 .pum-content + .pum-close, .pum-theme-framed-border .pum-content + .pum-close { height: 20px; width: 20px; left: auto; right: -20px; bottom: auto; top: -20px; padding: 0px; color: #ffffff; font-family: Acme; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 0.55 ) } 

/* Popup Theme 854: Режущий край */
.pum-theme-854, .pum-theme-cutting-edge { background-color: rgba( 0, 0, 0, 0.50 ) } 
.pum-theme-854 .pum-container, .pum-theme-cutting-edge .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 10px 25px 0px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 30, 115, 190, 1.00 ) } 
.pum-theme-854 .pum-title, .pum-theme-cutting-edge .pum-title { color: #ffffff; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Sans-Serif; font-size: 26px; line-height: 28px } 
.pum-theme-854 .pum-content, .pum-theme-cutting-edge .pum-content { color: #ffffff; font-family: inherit } 
.pum-theme-854 .pum-content + .pum-close, .pum-theme-cutting-edge .pum-content + .pum-close { height: 24px; width: 24px; left: auto; right: 0px; bottom: auto; top: 0px; padding: 0px; color: #1e73be; font-family: inherit; font-size: 32px; line-height: 24px; border: 1px none #ffffff; border-radius: 0px; box-shadow: -1px 1px 1px 0px rgba( 2, 2, 2, 0.10 ); text-shadow: -1px 1px 1px rgba( 0, 0, 0, 0.10 ); background-color: rgba( 238, 238, 34, 1.00 ) } 

/* Popup Theme 853: Hello Box */
.pum-theme-853, .pum-theme-hello-box { background-color: rgba( 0, 0, 0, 0.75 ) } 
.pum-theme-853 .pum-container, .pum-theme-hello-box .pum-container { padding: 30px; border-radius: 80px; border: 14px solid #81d742; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-853 .pum-title, .pum-theme-hello-box .pum-title { color: #2d2d2d; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Montserrat; font-size: 32px; line-height: 36px } 
.pum-theme-853 .pum-content, .pum-theme-hello-box .pum-content { color: #2d2d2d; font-family: inherit } 
.pum-theme-853 .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close { height: auto; width: auto; left: auto; right: -30px; bottom: auto; top: -30px; padding: 0px; color: #2d2d2d; font-family: inherit; font-size: 32px; line-height: 28px; border: 1px none #ffffff; border-radius: 28px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 255, 255, 255, 1.00 ) } 

/* Popup Theme 852: Enterprise Blue */
.pum-theme-852, .pum-theme-enterprise-blue { background-color: rgba( 0, 0, 0, 0.70 ) } 
.pum-theme-852 .pum-container, .pum-theme-enterprise-blue .pum-container { padding: 28px; border-radius: 5px; border: 1px none #000000; box-shadow: 0px 10px 25px 4px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-852 .pum-title, .pum-theme-enterprise-blue .pum-title { color: #315b7c; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-size: 34px; line-height: 36px } 
.pum-theme-852 .pum-content, .pum-theme-enterprise-blue .pum-content { color: #2d2d2d; font-family: inherit } 
.pum-theme-852 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close { height: 28px; width: 28px; left: auto; right: 8px; bottom: auto; top: 8px; padding: 4px; color: #ffffff; font-family: inherit; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 42px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 49, 91, 124, 1.00 ) } 

/* Popup Theme 851: Light Box */
.pum-theme-851, .pum-theme-lightbox { background-color: rgba( 0, 0, 0, 0.60 ) } 
.pum-theme-851 .pum-container, .pum-theme-lightbox .pum-container { padding: 18px; border-radius: 3px; border: 8px solid #000000; box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-851 .pum-title, .pum-theme-lightbox .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-size: 32px; line-height: 36px } 
.pum-theme-851 .pum-content, .pum-theme-lightbox .pum-content { color: #000000; font-family: inherit } 
.pum-theme-851 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { height: 30px; width: 30px; left: auto; right: -24px; bottom: auto; top: -24px; padding: 0px; color: #ffffff; font-family: inherit; font-size: 24px; line-height: 26px; border: 2px solid #ffffff; border-radius: 30px; box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 1.00 ) } 

/* Popup Theme 850: Тема по умолчанию */
.pum-theme-850 { background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-850 .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 249, 249, 249, 1.00 ) } 
.pum-theme-850 .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: inherit; font-size: 32px; font-style: normal; line-height: 36px } 
.pum-theme-850 .pum-content { color: #8c8c8c; font-family: inherit; font-weight: inherit; font-style: normal } 
.pum-theme-850 .pum-content + .pum-close { height: auto; width: auto; left: auto; right: 0px; bottom: auto; top: 0px; padding: 8px; color: #ffffff; font-family: inherit; font-weight: inherit; font-size: 12px; font-style: normal; line-height: 14px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 183, 205, 1.00 ) } 

/* =END Popup Maker */

/* =Breadcrumb */
.breadcrumbs {
    display: block;
    margin-top: 20px;
    background: #4b579a;
    border: 1px dashed #353a62;
    border-radius: 10px;
    padding: 10px;
}

/* =END Breadcrumb*/