/*************************************************************************
**************************************************************************

  1. BASE
      1.2 Fonts
      1.3 Default styles

  2. COMMON
    2.1 Page
    2.2 Header
    2.3 Boxes
    2.4 Effects
    2.5 Slider
    2.6 Footer

  3. APPLICATIONS
  *************************************************************************/


/* 1. BASE
--------------------------------------------------------------------------
========================================================================*/


/* 1.1 Fonts
------------------------------------------------------------------------*/

@font-face { 
    font-family: 'Ubuntu';
    src: url('../fonts/ubuntu-regular.eot');
    src: url('../fonts/ubuntu-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ubuntu-regular.woff') format('woff'),
        url('../fonts/ubuntu-regular.ttf') format('truetype'),
        url('../fonts/ubuntu-regular.svg#ubuntu') format('svg');
}

@font-face {
    font-family: 'Ubuntu Bold';
    src: url('../fonts/ubuntu-bold.eot');
    src: url('../fonts/ubuntu-bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ubuntu-bold.woff') format('woff'),
        url('../fonts/ubuntu-bold.ttf') format('truetype'),
        url('../fonts/ubuntu-bold.svg#ubuntubold') format('svg');
}

@font-face {
    font-family: 'Ubuntu Light';
    src: url('../fonts/ubuntu-light.eot');
    src: url('../fonts/ubuntu-light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ubuntu-light.woff') format('woff'),
        url('../fonts/ubuntu-light.ttf') format('truetype'),
        url('../fonts/ubuntu-light.svg#ubuntulight') format('svg');
    font-weight: 300;
}

@font-face {
    font-family: 'Ubuntu Medium';
    src: url('../fonts/ubuntu-medium.eot');
    src: url('../fonts/ubuntu-medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ubuntu-medium.woff') format('woff'),
        url('../fonts/ubuntu-medium.ttf') format('truetype'),
        url('../fonts/ubuntu-medium.svg#ubuntumedium') format('svg');
}


/* 1.2 Default Styles
------------------------------------------------------------------------*/

.box {
    float: left;
    width: 100%;
    clear: both;
}

.box:after {
    clear: left;
}

.sticky-sidebar.active {
    width: 100%;
    max-width: 244px;
    z-index: 1;
}

sticky-sidebar {
    margin-top: 0 !important;
    position: static !important;
    width: auto !important;
    max-width: 100% !important;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-size: 100%;
}

body {
    background: white;
    color: black;
    padding: 0;
    margin: 0;
    font-family: "Ubuntu Light", sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: default;
}

a,
a:hover {
    color: #1256bb;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

img,
object,
embed {
    max-width: 100%;
    height: auto;
}

object,
embed {
    height: 100%;
}

img {
    display: inline-block;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.rel {
    position: relative;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

.hide {
    display: none;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
}


/* Flex Video */
.flex-video {
    position: relative;
    padding-top: 1.5625em;
    padding-bottom: 67.5%;
    height: 0;
    overflow: hidden; 
}

.flex-video.widescreen {
    padding-bottom: 57.25%; 
}

.flex-video.vimeo {
    padding-top: 0; 
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* Skip link */
.skiplink {
    display: inline;
    left: -500px;
    position: absolute;
}

.skiplink a {
    color: #1256BB;
    display: inline;
    left: -500px;
    position: absolute;
    z-index: 1010;
}

.skiplink a:focus {
    background-color: #fff;
    color: #1256BB;
    font-size: 1.27em;
    left: 550px;
    padding: 15px;
    position: absolute;
    top: 0;
    width: 250px;
    z-index: 1010;
}

/* 2. COMMON
--------------------------------------------------------------------------
========================================================================*/

/* 2.1 Page
------------------------------------------------------------------------*/

.audible {
    position: absolute;
    left: -999em;
}


/* 2.2 Header
------------------------------------------------------------------------*/

#header {
    float: left;
    width: 100%;
    padding: 20px 0 0 0;
}

#header > .row:first-child {
    margin-bottom: 5px;
}

#header .mourning {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

#header .mourning:after {
    content: "";
    display: block;
    position: absolute;
    top: 10%;
    right: -55px;
    width: 48px;
    height: 60px;
    background: url(/media/img/zaloba.png);
    z-index: 1;
}

#header h1 {
    margin: 0;
}

#header .header-text {
    position: absolute;
    top: 20px;
    right: 0;
    height: 50px;
    margin: 0;
    padding: 7px 0 0 20px;
    text-align: left;
    font-size: 16px;
    font-family: "Ubuntu Medium", sans-serif;
    font-style: italic;
    border-left: 1px solid #bcbdc0;
    line-height: 120%;
    max-width:210px;
}

#header .header-text.long-logo {
    right: -110px;
    padding: 5px 0 0 10px;
}

#header .header-text.header-text-mourning {
    right: -50px;
}

#header h2 {
    margin: 5px 0 0 0;
}

#header .expand-advanced-search.active,
#header .expand-services-programs.active {
    color: #fff;
    background: #464749;
}

#header .expand-advanced-search a,
#header .expand-services-programs a {
    color: #000;
}

#header .expand-advanced-search.active a,
#header .expand-services-programs.active a {
    color: #fff;
}

#header .expand-advanced-search a:hover,
#header .expand-services-programs a:hover {
    text-decoration: underline;
}

#header .expand-advanced-search.active a:hover,
#header .expand-services-programs.active a:hover {
    text-decoration: none;
}

#header .expand-advanced-search i,
#header .expand-services-programs i {
    margin-right: 8px;
}

#header .expand-services-programs.active i {
    background-position: 0 -50px;
}

#header .toggle-topbar.menu-icon .icon-search {
    background-position: -38px 12px;
}

#header .toggle-topbar.menu-icon .icon-search {
    width: 40px;
    height: 40px;
    margin: -40px 0 0;
    overflow: hidden;
    text-indent: -1000em;
}

#header .toggle-topbar.menu-icon .icon-search.active {
    background-position: -38px -38px;
    background-color: #464749;
}

#header .expand-advanced-search.active i {
    background-position: -49px -50px;
    background-color: #464749;
}

#header .top-right-menu {
    float: right;
}

#header .top-right-menu ul {
    margin: 0;
}

#header .top-right-menu li {
    float: left;
    height: 45px;
    line-height: 45px;
    padding: 0 5px;
    cursor: pointer;
    white-space: nowrap;
}


/* 2.2 Advanced search
------------------------------------------------------------------------*/

#advanced-search {
    display: none;
    float: left;
    width: 100%;
    padding: 30px 0;
    color: #fff;
    background: #464749;
}

#advanced-search label {
    margin-bottom: 20px;
    color: #fff;
}

#advanced-search .close {
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
}

#search-results {
    float: left;
    width: 100%;
    padding: 30px 0;
    color: #fff;
    background: #464749;
    margin-bottom: 35px;
}


/* 2.2 Services programs
------------------------------------------------------------------------*/

#services-programs {
    display: none;
    float: left;
    width: 100%;
    padding: 30px 0;
    color: #fff;
    background: #464749;
}

#services-programs h3, #services-programs .pseudo-h3 {
    margin-bottom: 15px;
    color: #fff;
}

#services-programs .close {
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
}

#advanced-search .close span,
#services-programs .close span {
    float: left;
    margin-right: 5px;
}

#advanced-search a,
#services-programs a {
    display: block;
    color: #fff;
    font-family: "Ubuntu Light", sans-serif;
}

#services-programs nav {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

#services-programs nav ul {
    text-align: center;
}

/* Standard programs */
#services-programs .standard-programs ul {
    text-align: left;
}

#services-programs .standard-programs li {
    display: inline-block;
    padding-top: 20px;
    font-size: 20px;
    border-top: 3px solid #1393d1;
}

/* National programs */
#services-programs .national-programs ul {
    margin-left: -7px;
}

#services-programs .national-programs li {
    float: left;
    width: 13.2%;
    min-height: 100px;
    margin-left: 7px;
    padding-top: 20px;
    border-top: 3px solid transparent;
}

.lt-ie9 #services-programs .national-programs li {
    width: 13.5%;
}

#services-programs .national-programs li.turquoise {
    border-top-color: #00b4aa;
}

#services-programs .national-programs li.green {
    border-top-color: #a4cd39;
}

#services-programs .national-programs li.orange {
    border-top-color: #f58020;
}

#services-programs .national-programs li.pink {
    border-top-color: #d04599;
}

#services-programs .national-programs li.violet {
    border-top-color: #5f5aa7;
}

#services-programs .national-programs li.red {
    border-top-color: #ea1c24;
}

#services-programs .national-programs li.gray {
    border-top-color: #bcbdc0;
}

/* Regional programs */
#services-programs .regional-programs ul {
    float: left;
    width: 25%;
}

#services-programs .regional-programs h3, #services-programs .regional-programs .pseudo-h3 {
    border-bottom: 3px solid #FFD514;
    padding-bottom: 15px;
}

#services-programs .national-programs li a,
#services-programs .general-information li a {
    font-size: 20px;
}


/* 2.3 Boxes
------------------------------------------------------------------------*/

.boxes {
    float: left;
    width: 100%;
    padding: 30px 0 10px;
}

.boxes h2 {
    font-family: "Ubuntu Light", sans-serif;
}

.boxes.bis .help-info a {
    color: #1256BB;
}

.boxes.bis {
    padding: 0;
}

.boxes a,
.boxes h2 {
    color: #000;
}

.boxes ul {
    margin-top: 25px;
}

.boxes li {
    text-align: center;
}

.boxes li a,
.boxes li h3 {
    display: block;
    font-family: "Ubuntu";
    font-size: 16px;
    font-weight: normal;
    line-height: inherit;
    margin-bottom: 0px;
}

.boxes li img {
    display: block;
    margin: 0 auto;
}

/* Boxes colors */
.boxes.blue {
    background: #1256bb;
}

/*
.boxes.blue a,
.boxes.blue h2 {
    color: #fff;
}*/

/* Green */
.boxes.green {
    background: #77b542;
}

/* Turquoise */
.boxes.turquoise {
    background: #00aca8;
}

/* Orange */
.boxes.orange {
    background: #ea7d00;
}

/* Pink */
.boxes.pink {
    color: #fff;
    background: #d60582;
}

.boxes.pink a,
.boxes.pink h2 {
    color: #fff;
}

/* Violet */
.boxes.violet {
    color: #fff;
    background: #5e3995;
}

.boxes.violet a,
.boxes.violet h2 {
    color: #fff;
}

/* Gray */
.boxes.gray {
    background: #bcbdc0;
}

/* Red */
.boxes.red {
    color: #fff;
    background: #dc0000;
}

.boxes.red a,
.boxes.red h2 {
    color: #fff;
}

/* Yellow */
.boxes.yellow {
    background: #f6d900;
}

/* Dark green */
.boxes.dark-green {
    color: #fff;
    background: #447a16;
}

.boxes.dark-green {
    color: #fff;
    background: #447a16;
}

.boxes.dark-green a,
.boxes.dark-green h2 {
    color: #fff;
}

/* Boxes colorful */
#boxes-colorful li {
    position: relative;
}

#boxes-colorful li:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 15%;
    width: 26px;
    height: 47px;
    background: url(/media/img/sprite.png);
    background-position: 0px -150px;
    background-repeat: no-repeat;
}

#boxes-colorful li.last-child:after {
    display: none;
}

#boxes-colorful a:focus {
    outline: 2px solid #000 !important;
}

.boxes a.icon-arrow {
    margin-left: 20px;
}

/* Boxes standard */
#boxes-standard {
    color: #000;
}

.boxes-links {
    height: 38px;
    clear: both;
}

.boxes-links .see-also {
    position: absolute;
    top: 22px;
    right: -15px;
}

.boxes-links .expand-more {
    width: 265px;
    font-size: 16px;
    font-family: "Ubuntu Medium";
    color: #fff;
}

/* Boxes colorful bordered */
.boxes.boxes-border:before {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    margin: -30px 0 10px;
}

.boxes.light-green-border:before {
    background: #77b542;
}

.boxes.turquise-border:before {
    background: #00b4aa;
}

.boxes.orange-border:before {
    background: #f58020;
}

.boxes.pink-border:before {
    background: #d04599;
}

.boxes.violet-border:before {
    background: #5f5aa7;
}

.boxes.gray-border:before {
    background: #bcbdc0;
}

.boxes.red-border:before {
    background: #ea1c24;
}

.boxes.blue-border:before {
    background: #004494;
}

.boxes.yellow-border:before {
    background: #ffd514;
}

.boxes.green-border:before {
    background: #447a16;
}


/* 2.4 Messages
------------------------------------------------------------------------*/

#messages-box {
    float: left;
    width: 100%;
    padding: 30px 0 10px;
    color: #fff;
    background: #3c3f3f;
}

#messages-box a {
    color: #fff;
}

#messages-box .columns > a {
    display: block;
}

#messages-box h2 {
    margin-bottom: 35px;
    color: #fff;
}

#messages-box time {
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
}

#messages-box .row > div.large-6:nth-child(-n+3) {
    border-right: 1px solid #717373;
    margin-bottom: 30px;
}

#messages-box .row > div.large-6:last-child {
    border: 0;
}

/* 2.4 Effects
------------------------------------------------------------------------*/

#effects {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

#effects .caption {
    float: left;
    margin: 25px 0;
    max-width: 320px;
    padding: 25px;
    color: #fff;
    background: #004494;
}

#effects .caption h2,
#effects .caption h3 {
    color: #fff;
}

#effects .caption h2 {
    margin-bottom: 50px;
    font-size: 26px;
    font-family: "Ubuntu Medium", sans-serif;
}

#effects .caption h2 a {
    color: #fff;
}

#effects .caption .project-desc {
    margin-bottom: 30px;
    line-height: 130%;
    font-size: 22px;
    font-family: "Ubuntu Light", sans-serif;
}

#effects .caption p {
    margin-bottom: 25px;
    font-size: 12px;
}

#effects .caption p span {
    display: block;
    font-size: 23px;
    margin-top: -8px;
}

#effects .caption a:focus {
    outline: 2px solid #000 !important;
}

 		#effects .counter {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    padding: 10px 0;
    color: #000;
    font-size: 16px;
    background: #e6cd6d;
}

 		#effects .counter:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -40px;
    border: 20px solid transparent;
    border-bottom-color: #e6cd6d;
}

 		#effects .counter-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

 		#effects .counter-table > div {
    display: table-cell;
}

.counter h3 {
    margin: 7px 0;
    font-family: "Ubuntu Light", sans-serif;
    font-weight: 300;
}

.counter p {
    line-height: 1;
    margin: 0;
}

.counter b {
    display: block;
    font-size: 32px;
    font-family: "Ubuntu Medium",sans-serif;
}

.counter a {
    color: #000;
}


/* 2.5 Slider
------------------------------------------------------------------------*/

#slider {
    float: left;
    width: 100%;
    overflow: hidden;
    background: #464749;
}

#slider h2 {
    position: absolute;
    top: 20px;
    left: 16px;
    font-size: 26px;
    color: #fff;
    z-index: 1;
}

#slider > a {
    display: block;
}


/* 2.6 Footer
------------------------------------------------------------------------*/

#footer {
    float: none;
    width: 100%;
    padding: 1px 0 25px;
    color: #000;
    display: block;
    clear: both;
}

#footer:before,
#footer:after {
    clear: both;
}

#footer > .row {
    border-top: 3px solid #e9e9e9;
    padding: 35px 0 20px;
    margin: 8px auto 0 auto;
}

#footer > .row:last-child {
    padding: 20px 0;
}

#footer a {
    color: inherit;
}

#footer .footer-contact {
    position: relative;
    padding-left: 40px;
}

#footer .footer-contact p { 
    line-height: 18px;
}

#footer .row-logos img:first-child {
    margin-left: 40px;
}

#footer .row-logos > div:first-child img {
    min-width: 161px;
}

#footer .footer-contact .icon-contact {
    position: absolute;
    top: -4px;
    left: -11px;
}

#footer h2, #footer .pseudo-h2 {
    color: #1256bb;
    font-family: "Ubuntu", sans-serif;
}

#footer a h2 {
    font-size: 1em;
}

#footer a {
    color: inherit;
}

#footer .social-icons li {
    float: left;
    width: 32px;
    height: 32px;
    margin: 0 0 4px 3px;
}

#footer .social-icons li a {
    display: block;
    width: 32px;
    height: 32px;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}

#footer .social-icons li a:hover {
    opacity: 0.8;
}

#footer .copyright {
    font-size: 13px;
}

#footer .copyright p {
    margin: 0;
}

#footer .btn span {
    display: table-cell;
    vertical-align: middle;
}

#footer .btn-pfe-footer,
#footer .btn-services-footer {
    padding: 10px 7px;
    font-family: "Ubuntu Medium", sans-serif;
    font-size: 16px;
    text-align: left;
    color: #000;
}

#footer .btn-services-footer span {
    padding-left: 25px;
}

#footer .btn-services-footer .icon-services-programs {
    position: absolute;
    left: 7px;
    top: 35%;
}


/* 2.6 Cookie bar
------------------------------------------------------------------------*/

#cookie-bar {
    float: none;
    width: 100%;
    background: #464749;
    padding: 20px 0;
    color: #bababa;
    text-align: center;
    z-index: 10000;
}

#cookie-bar p {
    position: relative;
    max-width: 980px;
    padding: 0 280px 0 15px;
    margin: 0 auto;
    text-align: left;
    line-height: 120%;
    z-index: 10001;
}

#cookie-bar p b {
    display: none;
}

#cookie-bar a {
    color: #bababa;
    text-decoration: underline;
}

#cookie-bar a:hover {
    text-decoration: none;
}

#cookie-bar .cb-enable {
    position: absolute;
    top: 50%;
    right: 15px;
    padding: 15px 50px;
    margin-top: -30px;
    background: #1256bb;
    color: #fff;
    font-size: 20px;
    font-family: "Ubuntu Medium", sans-serif;
    text-decoration: none;
    white-space: nowrap;
}


/* 2.6 Social box
------------------------------------------------------------------------*/

.social-box {
    font-family: "Ubuntu Bold", sans-serif;
    font-size: 16px;
    margin-bottom: 30px;
}

.social-box .social-box-header {
    float: left;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom:0px;
    line-height: 20px;
}

.social-box .addthis_toolbox {
    margin-top: 5px;
    line-height: 20px;
}

/* 2.7 Page info
------------------------------------------------------------------------*/



/* 3. APPLICATIONS
--------------------------------------------------------------------------
========================================================================*/

#applications {

}

#applications .applications-filters {
    background: #ececec;
    margin-bottom: 40px;
}

#applications .newsletter-button {
    display: inline-block;
    margin: 30px 0;
    font-family: 'Ubuntu Light';
    color: #5183cd;
    line-height: 20px;
    min-height: 30px;
    text-decoration: underline;
}

#applications .newsletter-button:hover {
    text-decoration: none;
}

#applications .infoText {
    font-family: 'Ubuntu Light';
    font-size: 20px;
    line-height: 36px;
    margin: 0 0 35px 0;
}

#applications .infoText a {
    color: #1256bb;
}

.applications-content .filter-headline {
    font-family: 'Ubuntu Light';
    font-weight: 300;
    margin-bottom: 40px;
    font-size: 20px;
}

.applications-content .filter-close {
    margin-left: 10px;
    width: 13px;
    line-height: 80%;
    height: 13px;
    text-align: center;
    background: #ddd;
    display: inline-block;
    font-size: 13px;
    font-family: 'Ubuntu Bold';
    cursor: pointer;
    vertical-align: middle;
}

#applications .applications-content  > .info {
    font-family: 'Ubuntu Light';
    font-size: 19px;
}

#applications .applications-content  > .info strong {
    font-family: 'Ubuntu Medium';
}

/* Help form */
#help-form {
    display: none;
    text-align: left;
}

#help-section h2, #help-section .pseudo-h2 {
    margin-top: 30px;
}

.help-radios label:first-child {
    float: left;
    margin-right: 15px;
}

.help-info {
    float: left;
    width: 100%;
    text-align: right;
    font-family: 'Ubuntu Light';
    font-weight: 300;
    font-size: 13px;
    padding-right: 3px;
}

.help-info a {
    text-decoration: underline;
}

.help-info a:hover {
    text-decoration: none;
}

.help-info.active {
    border-bottom: 3px solid #e9e9e9;
}

.help-info .expand-help-form {
    display: block;
    float: right;
    line-height: 33px;
    padding: 0 10px;
    margin-bottom: -3px;
    background: #fff;
    cursor: pointer;
}

.help-info.active .expand-help-form {
    display: block;
}

.help-info.active .expand-help-form {
    border: 3px solid #e9e9e9;
    border-bottom: 0;
    margin: -3px;
}

.help-info.active .expand-help-form * {
    color: #717171;
}

.addthis_button_tweet {
    width: 94px !important;
}

.row .buttonsOnLayout{
    float:right;
}

#LayoutMenuTop{

    height: 36px;
    background-color:black;
    width:100%;
   color: white;
    padding-top:7px;

}
#LayoutMenuTopUser{

   float:right;
   
   text-align:right;  
}
#LayoutMenuTopEdit{
    float:left;
    
    text-align:right;
    width:40%;
}
a.LinkTop{
    color:white;
     text-decoration:underline;
}
a.LinkTop:hover{
    color:white;
   
}


.icon-arrow-up {
    display: block;
    right: 5px;
    top: 8px;
    width: 15px;
    height: 15px;
    background: url(/media/img2/sprite.png);
    background-position: -247px 4px;
}

.icon-arrow-down {
    display: block;
    width: 15px;
    height: 14px;
    background: url(/media/img2/sprite.png);
    background-position: -197px 4px;
}

.icon-arrow-up-mobile {
    display: block;
    width: 18px;
    height: 14px;
    background: url(/media/img2/sprite.png);
    background-position: -250px -15px;
}

.icon-arrow-down-mobile {
    display: block;
    width: 18px;
    height: 14px;
    background: url(/media/img2/sprite.png);
    background-position: -200px -15px;
}


.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

#arrow  {    
    position: absolute;
    right: 5px;
    top: 8px;
}

#preloader {
    display: none;
    background-color: #FFFFFF;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

#preloader #status {
    background: url("/media/img2/loader.gif") no-repeat center center;
    height: 200px;
    left: 58%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 20%;
    width: 200px;
}

#preloader p {


    width: 200px;
    height: 200px;
    left: 58%;
    text-align: center;
    margin: -100px 0 0 -90px;
    position: absolute;
    top: 85%;
}