﻿@charset "utf-8";

body {
    background: #525252;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    font-size: 13px;
    line-height: 1.4em;
    color: #fff;
    min-width: 800px;
}

    body.gradient {
        background: #525252;
        background: -webkit-linear-gradient(top left, #525252 0%, #424242 100%);
        background: linear-gradient(to bottom right, #525252 0%, #424242 100%);
        position: fixed;
        overflow: hidden;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

p {
    margin: 0.4em 0px;
}

img {
    border: none
}

.list li{
    list-style-position: outside;
   
}

.sn{
    background-color:#2c3571;
}
a {
    text-decoration: none;
    color: #ebeafd;
    border: none;
    outline: none;
}

#blink {
        font-size: 30px;
        font-weight: bold;
        font-family: sans-serif;
        color: #1c87c9;
        transition: 0.4s;
      }

.content-bg a, .pop-window a {
    color: #3d3ac1;
}

ul, ol {
    margin: 1.4em 0;
    padding: 0 0 0 20px;
}
/*------ Clear Fix ------*/
.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;
    width: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/*------ Headings ------*/
h1 {
    margin: 0.75em 0;
}

h2 {
    margin: 0.94em 0;
}

h3 {
    margin: 1.3em 0;
}

h4 {
    margin: 1.4em 0;
    text-decoration: underline;
}

h5 {
    margin: 1.7em 0;
    text-transform: uppercase
}

h2.page-heading {
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 20px;
    margin-top: 0px;
    text-shadow: 0px 1px 2px #777;
    text-align: center;
}

h1.content-heading {
    font-size: 33px;
    line-height: 36px;
    margin: 0 0 15px 0px;
}

h1.leresume {
    width: 400px;
    float: left;
}

h3.inner-heading {
    font-size: 30px;
    line-height: 34px;
    margin: 15px 0px;
    text-shadow: 0px 1px 1px #777;
}

h1.inner-heading {
    font-size: 15px;
    line-height: 34px;
    margin: 15px 0px;
    text-shadow: 0px 1px 1px #fff;
}

.content-bg h3.inner-heading, .pop-window h3.inner-heading, h1.content-heading, h1.inner-heading {
    text-shadow: 0px 1px 1px #fff;
    background: url(../images/layouts-grey/heading-border.png) no-repeat left bottom;
    color: #2c3571;
}

.small-heading {
    /*color: rgba(51,51,51,0.8);*/
    color: black;
    font-size: 12px;
    line-height: 15px;
    text-shadow: 0 0 1px #fff;
    margin: 5px 0;
    text-decoration: underline;
    font-weight:bold;
}

.item-descr {
    color: #000000;
    font-size: 12px;
    text-shadow: 0 0 1px #fff;
    margin: 15px 0;
      text-decoration: none !important;
      cursor:pointer;
      outline-color:#2c3571;
      padding:4px;
         border:2px solid rgba(0,0,255,0);
   border-radius:4px;
}

.item-descr:hover{
   border:2px solid rgba(0,0,255,0.7);
   border-radius:4px;
  
}

.jobcomp{
    margin-left:10px;
}
span.period {
    float: right;
    font-size: 15px;
    font-weight: normal;
    color: #999;
}

.descriptions {
    color: #fff;
    text-shadow: 0px 0px 1px #000;
}

.desc {
    position: absolute;
    left: 1100px;
    top: 20px;
    width: 550px;
}
/*------ Jump Box --------*/
#jBox {
    padding: 20px;
    background: none;
    position: absolute;
    z-index: 5000;
    border: 4px solid #fff;
    top: 320px;
    left: 432px;
    width: 0px;
    height: 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-transform: rotate(0deg);
    -o-transition-duration: 0.6s;
    -o-transition-property: -o-transform;
    -o-transition-timing-function: ease-in-out;
    -moz-transform: rotate(0deg);
    -moz-transition-duration: 0.6s;
    -moz-transition-property: -moz-transform;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
}
/*------ Menu --------*/
#menu {
    display: block;
    position: absolute;
    top: 220px;
    width: 800px;
    height: 85px;
    padding: 0px;
    z-index: 5000;
    left: 50%;
    margin: 0px 0px 0px -400px;
    text-align: center;
}

.menu-link {
    display: inline-block;
    line-height: 85px;
    height: 85px;
    margin-right: 10px;
}

    .menu-link img {
        float: left;
    }

    .menu-link a {
        color: #ebeafd;
        font-weight: bold;
        line-height: 85px;
        font-size: 24px;
    }
/*------ Pages --------*/
.pages {
    /*overflow: hidden;*/
    position: absolute;
    width: 100%;
    min-width: 800px;
    z-index: 100;
    min-height: 2000px;
    left: 0px;
    top: 0px;
}

.page {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    padding-top: 320px;
    min-height: 2000px;
    z-index: 100;
    /*overflow: hidden;*/
}

    .page.active {
        z-index: 101;
    }

.content-wrap {
    position: relative;
    z-index: 500;
}

.header {
    background-color: #2c3571;
    padding: 20px;
    width: 738px;
    margin: 0 auto;
    position: absolute;
    height: 98%;
    left: 0;
    right: 0;
    top: 0;
}

.content {
    background: none;
    padding: 20px;
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1000;
}

/*------ About Page --------*/
/*#about { background:url(../images/layouts-grey/about-bg.jpg) no-repeat top; }*/
.about-logo {
    height: 161px;
   
    top: 20px;
    z-index: 100;
}

    .about-logo .logo {
        display: inline-block;
        width: 150px;
        height: 150px;
        /*background: url(../images/profile.png) no-repeat;*/
        border: 4px solid #fff;
        border-radius: 5px;
    }

    .about-logo .descriptions-div {
        display: inline-block;
        line-height: 28px;
        vertical-align: top;
    }

    .about-logo .title {
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
    }
/*------ Resume --------*/
/*#resume {
        background: url(../images/layouts-grey/about-bg.jpg) no-repeat top;
    }*/
.resume-logo {
    background: url(../images/layouts-grey/logo-resume.png) no-repeat;
    width: 760px;
    height: 161px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -400px;
}

ul.details, ul.pro {
    list-style: none;
    margin-left: 0px;
    padding: 0px;
}

    ul.details li, ul.pro li {
        /*line-height: 40px;*/
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #fff;
    }

li.d-address, li.lipro {
    overflow: hidden
}

li.lipro span:first-child{
   color:#006600;
}

.d-address .d-address2 {
    width: 200px;
    line-height: 1.6em;
    font-weight: normal;
}

.d-address3:before{
    content: ": ";
    font-weight:bold;
}

.lipro .lipro2 {
    width: 580px;
    line-height: 1.6em;
    font-weight: normal;
}

ul.details li.first {
    border-top: none;
}

ul.details li.last {
    border-bottom: none;
}

ul.details li span {
    float: left;
    font-weight: bold;
    text-shadow: 0 1px 1px #FFFFFF;
    width: 120px;
}

ul.pro li span {
    float: left;
    font-weight: bold;
    text-shadow: 0 1px 1px #FFFFFF;
    width: 120px;
}

.star1 {
    background: url(../images/layouts-grey/star1.png) no-repeat;
    width: 21px;
    height: 20px;
    margin: 0px 5px;
    display: inline-block;
}

.star2 {
    background: url(../images/layouts-grey/star2.png) no-repeat;
    width: 21px;
    height: 20px;
    margin: 0px 5px;
    display: inline-block;
}

.star3 {
    background: url(../images/layouts-grey/star3.png) no-repeat;
    width: 21px;
    height: 20px;
    margin: 0px 5px;
    display: inline-block;
}
/*------ Portfolio --------*/
/*#portfolio {
	background:url(../images/layouts-grey/portfolio-bg.jpg) no-repeat top;
	color:#fff;
}*/
.folio-logo {
    background: url(../images/layouts-grey/logo-folio.png) no-repeat;
    width: 760px;
    height: 161px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -400px;
}

.folio-content {
    padding-top: 20px;
    width: 760px;
}

.folio-item {
    background: url(../images/layouts-grey/folio-item.png) no-repeat bottom;
    width: 360px;
    padding-bottom: 30px;
    float: left;
    margin-bottom: 10px;
    position: relative;
}

    .folio-item a {
        display: block;
        position: relative;
    }

    .folio-item img {
        margin-left: auto;
        margin-right: auto;
    }

    .folio-item.last {
    }

    .folio-item.first {
    }

    .folio-item.pano {
        width: 235px;
    }

    /*.folio-item.middle {
        margin-left: 200px;
    }*/

    .folio-item.normal {
        margin-right: 8px;
    }

    .folio-item.petit {
        width: 123px;
    }

.item-title {
    font-weight: bold;
    color: #fff;
    font-size: 21px;
    text-shadow: 0px 1px 1px #777;
    text-align: center;
    position: relative;
    margin: 0 0 10px 0;
}

.folioDescr {
    display: none;
    position: absolute;
    top: 0px;
    width: 320px;
    background: #fff;
    padding: 20px;
    color: #333;
    z-index: 100;
    box-shadow: 0px 0px 10px #aaa;
    -moz-box-shadow: 0px 0px 10px #aaa;
    -webkit-box-shadow: 0px 0px 10px #aaa;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.item-description {
    display: none;
}

.descr-arrow {
    width: 10px;
    height: 28px;
    background: url(../images/layouts-grey/descr-arrow.png) no-repeat left bottom;
    position: absolute;
    top: 20px;
    left: -10px;
}
/*------ Contacts Page--------*/
/*#contacts { background:url(../images/layouts-grey/contacts-bg.jpg) no-repeat top; }*/
.contacts-logo {
    background: url(../images/layouts-grey/logo-contacts.png) no-repeat;
    width: 760px;
    height: 161px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -400px;
}
/*------ Content with background --------*/
.content-bg {
    background: #e9e9e9;
    padding: 30px;
    /*overflow: hidden;*/
    /*border: 1px solid #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;*/
    color: #333;
    /*box-shadow: 0 0px 10px #111;
    -moz-box-shadow: 0 0px 10px #111;
    -webkit-box-shadow: 0 0px 10px #111;*/
}
/*------- Bottom Modules --------*/
.bottom-content {
    position: relative;
}

.bottom-mods {
    /*background:url(../images/layouts-grey/bot-mods.jpg) no-repeat center top;*/
    width: 730px;
    padding: 10px 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -62px;
    position: relative;
    z-index: 1000;
    color: #fff;
}

.bottom-mods2 {
    /*background:url(../images/layouts-grey/bot-mods-bot.png) no-repeat bottom;*/
    padding-bottom: 82px;
}

.bottom-mods3 {
    padding: 20px 0 0;
}

.module {
    width: 240px;
    margin: 0px 10px;
    padding: 0px;
    float: left;
}

.module-title {
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    text-shadow: 0px -1px 1px #555;
    margin: 0px;
}
/*------- Footer --------*/
.footer {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    width: 800px;
    z-index: 1001;
}

    .footer a {
        color: #ebeafd
    }

.footer-menu {
    text-align: center;
}

.footer-links {
    text-align: center;
}

.footer-link {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    margin: 0px;
    display: inline-block;
    background: url(../images/layouts-grey/footer-divider.png) no-repeat right;
    padding: 0px 20px;
    line-height: 30px;
    text-shadow: 0 -1px 1px #666;
}

    .footer-link.last {
        background: none;
    }
/*------- Forms --------*/
input[type=text], textarea {
    border: 1px solid #ccc;
    font-family: inherit;
    font-size: inherit;
    padding: 5px;
    box-shadow: 0px 0px 1px #fff;
    -moz-box-shadow: 0px 0px 1px #fff;
    -webkit-box-shadow: 0px 0px 1px #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

input[type=text] {
    width: 300px;
}

textarea {
    width: 400px;
}

.required {
    border: 1px solid red !important;
}

.status_message {
    display: none;
    left: 50px;
    position: absolute;
    text-align: center;
    top: 200px;
    width: 440px;
}
/*------- Buttons --------*/
.button-l, .button-m, .button {
    display: block;
    height: 30px;
    line-height: 30px;
}

.button-l {
    display: inline-block;
}

.button-l {
    background: url("../images/layouts-grey/buttons.png") no-repeat scroll 0 0px transparent;
    padding-left: 10px;
}

.button-m {
    background: url("../images/layouts-grey/buttons.png") repeat-x scroll left -30px #555;
    margin-right: 10px;
}

.button {
    /*background: url("../images/layouts-grey/buttons.png") no-repeat scroll right -60px transparent;*/
    background: #5062a3;
    background: -webkit-linear-gradient(top left, #5062a3 0%, #003B6F 100%);
    background: linear-gradient(to bottom right, #5062a3 0%, #003B6F 100%);
    border: medium none;
    color: #fff !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0 -10px;
    padding: 0 30px;
    cursor: pointer;
    outline: none;
}

.button-l:hover {
    background-position: left -90px;
}

.button-m:hover {
    background-position: left -120px;
}

.button:hover {
    background-position: right -150px;
}
/*------- Popup Window --------*/
.dark-layer {
    width: 100%;
    height: 100%;
    z-index: 9000;
    position: fixed;
    left: 0px;
    top: 0px;
    background: #000;
    display: none;
}

#popup {
    position: absolute;
    z-index: 10000;
    display: none;
    color: #333;
}

#popupBox {
    padding: 20px;
    background: none;
    position: absolute;
    z-index: 9100;
    border: 4px solid #fff;
    top: 0px;
    left: 0px;
    display: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-transform: rotate(0deg);
    -o-transition-duration: 0.6s;
    -o-transition-property: -o-transform;
    -o-transition-timing-function: ease-in-out;
    -moz-transform: rotate(0deg);
    -moz-transition-duration: 0.6s;
    -moz-transition-property: -moz-transform;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
}

.pop-window {
    padding: 40px;
    display: block;
    background: #e9e9e9;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

a.close {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 11000;
}
/*------- Ajax Loader --------*/
.page-loader {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    z-index: 10000;
}

.ajax-loader1 {
    background-color: rgba(0,0,0,0.7);
    height: 180px;
    width: 180px;
    border-radius: 5px;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    position: fixed;
    margin: auto;
    z-index: 15000;
}

.spinner {
    animation: rotate 1.4s linear infinite;
    -webkit-animation: rotate 1.4s linear infinite;
    -moz-animation: rotate 1.4s linear infinite;
    width: 174px;
    height: 174px;
    position: relative;
    border: none;
}

.spinner-dot {
    width: 274px;
    height: 274px;
    position: relative;
    top: 0;
}


@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

.path-blue {
    stroke-dasharray: 170;
    stroke-dashoffset: 20;
}

.path-red {
    stroke-dasharray: 100;
    stroke-dashoffset: 20;
}

.path-yellow {
    stroke-dasharray: 62;
    stroke-dashoffset: 20;
}
/*  Contacts hCard */
.vcard {
    float: right;
}

.org {
    font-size: 24px;
}

.adr {
    margin-bottom: 15px;
    margin-top: 15px;
}

.email {
    font-style: italic;
}
/*------- Tweets --------*/
ul.tweets {
    padding: 0px;
    list-style: none;
}

li.single-tweet {
    border-bottom: 1px dotted #888888;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

p.tweet-text {
    margin-bottom: 5px;
    margin-top: 0;
}

p.tweet-date {
    font-size: 11px;
    margin: 0;
    font-weight: bold;
    text-align: right;
}

a.twitUname {
    font-weight: bold;
    color: #33ffff;
}

.vcard {
    width: 240px;
}

#contact_form {
    width: 400px;
}

.flags {
    position: absolute;
    top: 0px;
    right: 2em;
    z-index: 10;
}

    .flags img {
        margin-left: 10px;
        width: 35px;
    }
/*===================================   Spinner     =========================================*/
#maincontainer {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(255,255,255,0.7);
    top: 0;
    bottom: 0;
    right: 0;
    /*overflow: hidden;*/
    vertical-align: middle;
}

.container {
    position: relative;
    left: 45%;
    background-color: rgba(0,0,0,0.9);
    width: 155px;
    height: 155px;
    border-radius: 15%;
    z-index: 3;
    padding: 10px;
    top: 40%;
}

/* Text Styling */
.middle {
    position: relative;
    width: 100%;
    height: 100%;
    top: 44%;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    z-index: 10;
    color: #fff;
}

/* First line */
.md-dialog-container {
    z-index: 10000;
}
md-backdrop.md-dialog-backdrop {
    z-index: 10000;
}

.me{
    float:right;
    margin-right:2px;
     max-height:80px;
    max-width:80px;
   
    transition: transform .1s;
    cursor:zoom-in;
   border:2px solid #2c3571;
}


.cert img{
    max-height:120px;
    max-width:120px;
    margin: 2px;
    transition: transform .1s;
    cursor:zoom-in;
}

.cert img:hover{
    transform: scale(2.5);
    transform-origin:right center;
}

.me:hover{
    transform: scale(2);
   transform-origin:right top;
   transform-style:preserve-3d;
   border:2px solid #2c3571;
}

.cnt{
    color:#008080 !important;
}

.circle {
  width: 25px;
  height: 25px;
  top: -3px;
  position:relative;
  border-radius: 50%;
  font-size: 4px;
  color: #000;
  text-align: center;
  background: #000
}


.circle:after{
    content:"0";
}

.space:after{
    content:" .";
    color:transparent;
}


@keyframes cf4FadeInOut {
  0% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.cf4 img:nth-of-type(1) {
animation-delay: 6s;

}
.cf4 img:nth-of-type(2) {
animation-delay: 4s;
}
.cf4 img:nth-of-type(3) {
animation-delay: 2s;
}
.cf4 img:nth-of-type(4) {
animation-delay: 0;
}

.cf4 img {
      animation-name: cf4FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-direction: alternate;
    animation-duration: 8s;
position:absolute;

}


@-webkit-keyframes test {
    0% {
        background-image: url('../images/profile/P1.jpg');
    }

    7% {
        background-image: url('../images/profile/P2.jpg');
    }

   14% {
        background-image: url('../images/profile/P3.jpg');
    }

    21% {
        background-image: url('../images/profile/P4.png');
    }

    28% {
        background-image: url('../images/profile/P5.jpg');
    }

    35% {
        background-image: url('../images/profile/P6.jpg');
    }

    42% {
        background-image: url('../images/profile/P7.jpg');
    }

    49% {
        background-image: url('../images/profile/P8.jpg');
    }

   56% {
        background-image: url('../images/profile/P9.jpg');
    }

   63% {
        background-image: url('../images/profile/P10.jpg');
    }

    70% {
        background-image: url('../images/profile/P11.jpg');
    }

   77% {
        background-image: url('../images/profile/P12.jpg');
    }

    84% {
        background-image: url('../images/profile/P13.jpg');
    }

     91% {
        background-image: url('../images/profile/P14.jpg');
    }
  

   100% {
        background-image: url('../images/profile/P1.jpg');
    }
}


@-webkit-keyframes test2 {
    0% {
        background-image: url('../images/profile/thanks/P1-10.jpg');
    }

    11% {
        background-image: url('../images/profile/thanks/P1-2.jpg');
    }

   22% {
        background-image: url('../images/profile/thanks/P1-3.jpg');
    }

    33% {
        background-image: url('../images/profile/thanks/P1-4.jpg');
    }

    44% {
        background-image: url('../images/profile/thanks/P1-5.jpg');
    }

   55% {
        background-image: url('../images/profile/thanks/P1-6.jpg');
    }

    66% {
        background-image: url('../images/profile/thanks/P1-7.jpg');
    }

    77% {
        background-image: url('../images/profile/thanks/P1-8.jpg');
    }

   88% {
        background-image: url('../images/profile/thanks/P1-9.jpg');
    }
      

   100% {
        background-image: url('../images/profile/thanks/P1-10.jpg');
    }
}

div.img{
    width: 150px;
    height: 150px;   
    background-size:cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-animation: test 50s infinite;
            animation: test 50s infinite;
    -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
          animation-duration:50s;
          animation-delay:0s;
         
}

 div.img2{
    width: 150px;
    height: 150px;   
    background-size:cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-animation: test2 50s infinite;
            animation: test2 50s infinite;
    -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
          animation-duration:50s;
          animation-delay:0s;
         
}


.titleClr{
    color:rgb(63,81,181);
}


  @-webkit-keyframes spinner5 {
    from,15% { -webkit-transform: rotateY(0deg);    }
    20%,35%  { -webkit-transform: rotateY(-72deg);  }
    40%,55%  { -webkit-transform: rotateY(-144deg); }
    60%,75%  { -webkit-transform: rotateY(-216deg); }
    80%,95%  { -webkit-transform: rotateY(-288deg); }
    to       { -webkit-transform: rotateY(-360deg); }
  }

  @keyframes spinner5 {
    from,15% {
      -moz-transform: rotateY(0);
      -ms-transform: rotateY(0);
      transform: rotateY(0);
    }
    20%,35%  {
      -moz-transform: rotateY(-72deg);
      -ms-transform: rotateY(-72deg);
      transform: rotateY(-72deg);
    }
    40%,55%  {
      -moz-transform: rotateY(-144deg);
      -ms-transform: rotateY(-144deg);
      transform: rotateY(-144deg);
    }
    60%,75%  {
      -moz-transform: rotateY(-216deg);
      -ms-transform: rotateY(-216deg);
      transform: rotateY(-216deg);
    }
    80%,95%  {
      -moz-transform: rotateY(-288deg);
      -ms-transform: rotateY(-288deg);
      transform: rotateY(-288deg);
    }
    to {
      -moz-transform: rotateY(-360deg);
      -ms-transform: rotateY(-360deg);
      transform: rotateY(-360deg);
    }
  }

@keyframes txtspinner {
    0% {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
    100% {
    -moz-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
}

}
.spinner5 img {
    position: absolute;
    border: 1px solid #ccc;
    background: rgba(255,255,255,.8);
    box-shadow: inset 0 0 20px rgba(0,0,0,.2);
}

  #spinner {
    -webkit-animation-name: spinner5;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 20s;

    animation-name: spinner5;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-duration: 20s;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

   #spinner:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }

.txtspinner {
    -webkit-animation-name: txtspinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 6s;
    -webkit-transform-style: preserve-3d;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 6s;
    transform-style: preserve-3d;
}

 #spinner2 {
    -webkit-animation-name: txtspinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 6s;

    animation-name: txtspinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 6s;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  #spinner2:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }

@media (max-width: 767px) {
    .left-xs {
       left:0px !important;
    }
    md-dialog{
        width:100%;
    
  max-width: 760px !important;
    }
    .hidden-xs
    {
        display:none;
    }

    .md-dialog-content
    {
        padding:5px !important;
    }

}

@media (max-width: 599px) {
     md-dialog{
        width:98vw;
       height:98vh;
       max-width:590px !important;
       margin-left:2px !important;
      
    }
     
     .md-dialog-content
    {
        padding:5px !important;
    }
    .md-dialog-container {
        width: auto !important;
    }


    ::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey; 
  border-radius: 2px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(63,81,181, 0.5) ; 
  border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

}