div#container
{
   width: 1023px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   background-image: url('images/backgroun1.jpg');
   background-attachment: fixed;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
#Admin1
{
   border-width: 0;
   margin: 0;
}
#Admin1
{
   position: absolute;
   left: 92px;
   top: 71px;
   width: 838px;
   height: 680px;
   z-index: 1;
}
@media only screen and (min-width: 1024px)
{
div#container
{
   width: 1203px;
}
body
{
   background-color: #FFFFFF;
   background-image: url('images/backgroun1.jpg');
   background-attachment: fixed;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
}
#Extension1
{
   left: 1235px;
   top: 605px;
   width: 155px;
   height: 153px;
   visibility: visible;
   display: inline;
}
#Admin1
{
   left: 196px;
   top: 85px;
   width: 811px;
   height: 709px;
   visibility: visible;
   display: inline;
   margin: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px)
{
div#container
{
   width: 768px;
}
body
{
   background-color: #FFFFFF;
   background-image: url('images/backgroun1.jpg');
   background-attachment: fixed;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
}
#Extension1
{
   left: 794px;
   top: 550px;
   width: 155px;
   height: 153px;
   visibility: visible;
   display: inline;
}
#Admin1
{
   left: 84px;
   top: 67px;
   width: 601px;
   height: 946px;
   visibility: visible;
   display: inline;
   margin: 0;
}
}
@media only screen and (max-width: 767px)
{
div#container
{
   width: 531px;
}
body
{
   background-color: #FFFFFF;
   background-image: url('images/backgroun1.jpg');
   background-attachment: fixed;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
}
#Extension1
{
   left: 579px;
   top: 391px;
   width: 155px;
   height: 153px;
   visibility: visible;
   display: inline;
}
#Admin1
{
   left: 57px;
   top: 49px;
   width: 417px;
   height: 642px;
   visibility: visible;
   display: inline;
   margin: 0;
}
}
#loader-wrapper 
{
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9999;
}
#loader
{
   display: block;
   position: relative;
   left: 50%;
   top: 50%;
   width: 150px;
   height: 150px;
   margin: -75px 0 0 -75px;
   border-radius: 50%;
   border: 3px solid transparent;
   border-top-color: #3498DB;
   -webkit-animation: spin 2s linear infinite;
   animation: spin 2s linear infinite;
   z-index: 1001;
   -webkit-transform-origin: center center;
   transform-origin: center center;
}
#loader:before 
{
   content: "";
   position: absolute;
   top: 5px;
   left: 5px;
   right: 5px;
   bottom: 5px;
   border-radius: 50%;
   border: 3px solid transparent;
   border-top-color: #E74C3C;
   -webkit-animation: spin 3s linear infinite;
   animation: spin 3s linear infinite;
   -webkit-transform-origin: center center;
   transform-origin: center center;
}
#loader:after 
{
   content: "";
   position: absolute;
   top: 15px;
   left: 15px;
   right: 15px;
   bottom: 15px;
   border-radius: 50%;
   border: 3px solid transparent;
   border-top-color: #F9C922;
   -webkit-animation: spin 1.5s linear infinite;
   animation: spin 1.5s linear infinite;
   -webkit-transform-origin: center center;
   transform-origin: center center;
}
@-webkit-keyframes spin 
{
   0%   
   {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
   }
   100% 
   {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
   }
}
@keyframes spin 
{
   0%   
   {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
   }
   100% 
   {
      -webkit-transform: rotate(360deg);
       transform: rotate(360deg);
   }
}
#loader-wrapper .loader-section 
{
   position: fixed;
   top: 0;
   width: 50%;
   height: 100%;
   background: #F0F8FF;
   z-index: 1000;
   -webkit-transform: translateX(0);
   transform: translateX(0);
}
#loader-wrapper .loader-section.section-left 
{
   left: 0;
   transform-origin: center center;
   background-color: #F0F8FF;
}
#loader-wrapper .loader-section.section-right 
{
   right: 0;
   transform-origin: center center;
   background-color: #F0F8FF;
}

.loaded #loader-wrapper .loader-section.section-left 
{
   -webkit-transform: translateX(-100%);
   transform: translateX(-100%);
   -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
   transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right 
{
   -webkit-transform: translateX(100%);
   transform: translateX(100%);
   -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
   transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader
{
   opacity: 0;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}
.loaded #loader-wrapper 
{
   visibility: hidden;
   -webkit-transform: translateY(-100%);
   transform: translateY(-100%);
   -webkit-transition: all 0.3s 1s ease-out;
   transition: all 0.3s 1s ease-out;
}
