/* Minification failed. Returning unminified contents.
(4815,1): run-time error CSS1019: Unexpected token, found '@import'
(4815,9): run-time error CSS1019: Unexpected token, found 'url(animate.css)'
(8058,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(8059,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8100,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(8101,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8142,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(8143,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8185,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(8186,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8269,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(8270,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8279,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(8280,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8289,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(8290,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8299,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(8300,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8320,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(8321,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8330,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(8331,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8340,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(8341,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8350,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(8351,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8371,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(8372,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8413,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(8414,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8455,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(8456,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8497,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(8498,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/*==========================================================
                        NORMALIZE
==========================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button,
input[type='button'] {
  background: none;
  border: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  outline: none;
  outline-offset: 0;
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: none; }
  button::-moz-focus-inner,
  input[type='button']::-moz-focus-inner {
    border: none;
    padding: 0; }

input[type='text'],
input[type='time'],
input[type='url'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='color'],
input[type='datetime'],
input[type='datetime-local'],
input[type='range'],
input[type='search'],
input[type='tel'],
input[type='date'],
input[type='password'],
input[type='number'] {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none; }

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 300px; }
  .container:before, .container:after {
    display: table;
    content: "";
    line-height: 0; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1200px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
    line-height: 0; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 480px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left; }

  .col-xs-1 {
    width: 8.33333%; }

  .col-xs-2 {
    width: 16.66667%; }

  .col-xs-3 {
    width: 25%; }

  .col-xs-4 {
    width: 33.33333%; }

  .col-xs-5 {
    width: 41.66667%; }

  .col-xs-6 {
    width: 50%; }

  .col-xs-7 {
    width: 58.33333%; }

  .col-xs-8 {
    width: 66.66667%; }

  .col-xs-9 {
    width: 75%; }

  .col-xs-10 {
    width: 83.33333%; }

  .col-xs-11 {
    width: 91.66667%; }

  .col-xs-12 {
    width: 100%; }

  .col-xs-offset-0 {
    margin-left: 0%; }

  .col-xs-offset-1 {
    margin-left: 8.33333%; }

  .col-xs-offset-2 {
    margin-left: 16.66667%; }

  .col-xs-offset-3 {
    margin-left: 25%; }

  .col-xs-offset-4 {
    margin-left: 33.33333%; }

  .col-xs-offset-5 {
    margin-left: 41.66667%; }

  .col-xs-offset-6 {
    margin-left: 50%; }

  .col-xs-offset-7 {
    margin-left: 58.33333%; }

  .col-xs-offset-8 {
    margin-left: 66.66667%; }

  .col-xs-offset-9 {
    margin-left: 75%; }

  .col-xs-offset-10 {
    margin-left: 83.33333%; }

  .col-xs-offset-11 {
    margin-left: 91.66667%; }

  .col-xs-offset-12 {
    margin-left: 100%; }

  .col-xs-clear {
    clear: left; }

  .col-xs-release {
    clear: none; } }
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-clear {
    clear: left; }

  .col-sm-release {
    clear: none; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-clear {
    clear: left; }

  .col-md-release {
    clear: none; } }
@media (min-width: 1200px) {
  .col-lg-clear {
    clear: left; }

  .col-lg-release {
    clear: none; }

  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    -ms-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    -ms-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    -ms-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    -ms-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    -ms-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    -ms-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    -ms-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    -ms-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}



body.homeHeight
.menuWrap {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
}



.removeTopMargin {
    margin-top: 68px;
}

.menuWrap {
    width: 100%;
    float: left;
    top: 68px;
    margin-top: 0;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-transition: all 235ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 235ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 235ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 235ms cubic-bezier(0.250,0.460,0.450,0.940);
}


#main_header {
    height: 68px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: margin-left .25s cubic-bezier(.06, .3, .26, 1.06);
    -moz-transition: margin-left .25s cubic-bezier(.06, .3, .26, 1.06);
    transition: margin-left .25s cubic-bezier(.06,.3,.26,1.06);
    box-shadow: 0 1px 2px #cfcfcf;
}

.introWhite {
    color: white;
    text-align: center;
}




.menuArticle {
    float: left;
    width: 100%;
    height: 111px;
    padding: 22px 8% 15px 8%;
    background-color: #017DE0;
    /*background-image: url('/wp-content/themes/affectiva/img/menuArticleBg.jpg');*/
    /*background-repeat: repeat-x;*/
    /*background-position: top center;*/
}

.menuArticle
h5 {
    font-family: "Roboto",sans-serif;
    font-weight: 100;
    font-size: 17px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #fff;
    letter-spacing: 0.03em;
}

p.shortDesc {
    font-family: 'Antenna ExtraLight',sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 100;
    letter-spacing: 0.03em;
    color: #fff;
}

p.readMore
a {
    font-family: 'Antenna Regular',sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

ul.menu {
    list-style: none outside;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #f3f2f2;
}

ul.menu
li {
    background-image: url('https://www.apherald.com/SriSoft9Images/icons/menuLineBg.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    cursor: pointer;
    float: left;
    width: 100%;
    text-transform: uppercase;
}

ul.menu li:last-child {
    background-image: none;
}

ul.menu li:hover {
    cursor: pointer;
    background-color: #f8f8f8;
}

.mainMenu {
    background: #FFF;
    height: 68px;
    position: relative;
    width: 100%;
    vertical-align: middle;
}

.cbp-spmenu {
    background: #f3f3f3;
    position: fixed;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.cbp-spmenu
h3 {
    color: #333;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #0d77b6;
}

.cbp-spmenu
a {
    display: block;
    color: #333;
    font-size: 1.1em;
    font-weight: 300;
}

.rightMenuButton {
    float: right;
    border: none;
    padding: 0.6em 0;
    margin: 0
15px 0 15px;
    color: #545454;
    background: #FFF;
    font-family: 'Antenna Regular',sans-serif;
    font-size: 16px;
    letter-spacing: 0.05em;
    cursor: pointer;
    display: inline;
    border-radius: 2px;
    text-decoration: none;
}

.rightMenuButton:hover {
color: #017DE0;
}

.rightMenuButtonLogin {
    float: right;
    border: none;
    padding: 0.6em 0;
    margin: 0
30px 0 15px;
    color: #545454;
    background: #FFF;
    font-family: 'Antenna Regular',sans-serif;
    font-size: 16px;
    letter-spacing: 0.05em;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    text-decoration: none;
}

.rightMenuButtonLogin:hover {
    color: #017DE0;
}

.spacerBar {
    float: right;
    display: inline;
    padding: 0.68em 0;
    color: #d6d6d6;
}

/*.left {
    width: 33.33%;
    float: left;
    margin: 24px
0 0 0;
}

.middle {
    float: left;
    height: 56px;
    margin: 5px
0 0;
    text-align: center;
    width: 33.33%;
}*/

/*.right {
    width: 33.33%;
    float: left;
    margin: 13px
0 0 0;
    text-align: right;
}*/

.spaceForNav {
    width: 100%;
    background-color: #FFF;
    height: 68px;
    float: left;
}

ul.menu
li.selectedNavItem {
    background-color: #ddd;
    background-image: url("/Images/menuArrow.png");
    background-position: 30px 29px;
    background-repeat: no-repeat;
    opacity: 0.85;
    padding: 0
0 0 14%;
    width:100%;
      color: #009aa9;
}

ul.menu li.selectedNavItem a{
    color:#444;
    font-weight:bold;
}
.menuArticle .socialIconHolder a, .address .socialIconHolder a{
display: inline-block;
padding-top: 8px;
padding-left: 10px;
border: none;
border-radius: 50%;
height: 35px;
width: 35px;
margin-right: 5px;
background: rgba(255, 255, 255, 0.72);
}
    .menuArticle .socialIconHolder a:hover, .address .socialIconHolder a:hover {
        background:#fff;
    }

    .menuArticle .socialIconHolder a i ,.address .socialIconHolder a i{
        font-size:20px;
        color:#017DE0;
    }
    .address .socialIconHolder a i {
       color: #2A2A2A;
    }

ul.menu li ul.sub-menu
li.selectedSubnavItem {
    background-repeat: no-repeat;
    opacity: 1;
    padding: 0;
    width: 100%;
    color: #009aa9;
}

ul.menu li ul.sub-menu li.selectedSubnavItem
a {
    color: #0aa5b5 !important;
}

#menu-item-223,#menu-item-379 {
    /*background-image: url('/wp-content/themes/affectiva/img/menuArrow.png');*/
    background-position: -18px 24px;
    background-repeat: no-repeat;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0,
background-position 0.25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .5s;
    -moz-transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0,
background-position 0.25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .25s;
    -ms-transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0,
background-position .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .25s;
    -o-transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0,
background-position 0.25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .25s;
    transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0,
background-position 0.25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .5s;
}

#menu-item-223 a,
#menu-item-379
a {
    color: #2a2a2a;
    margin-left: 0;
}

#menu-item-223 a:first-child,
#menu-item-379 a:first-child {
    background: url(/wp-content/themes/affectiva/img/menuLineBg.jpg) no-repeat scroll bottom center transparent;
    color: #333;
    margin-left: 0;
    padding-top: 23px;
    -webkit-transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000),
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -moz-transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000),
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -ms-transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000),
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -o-transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000),
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000),
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

#menu-item-223 .sub-menu,
#menu-item-379 .sub-menu {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: height .5s cubic-bezier(0.230, 1.000, 0.320, 1.000) .4s;
    -moz-transition: height .5s cubic-bezier(0.230, 1.000, 0.320, 1.000) .4s;
    -ms-transition: height .5s cubic-bezier(0.230, 1.000, 0.320, 1.000) .4s;
    -o-transition: height .5s cubic-bezier(0.230, 1.000, 0.320, 1.000) .4s;
    transition: height .5s cubic-bezier(0.230, 1.000, 0.320, 1.000) .4s;
}

#menu-item-223 .sub-menu li a:first-child,
#menu-item-379 .sub-menu li a:first-child {
    background: none;
    padding-top: 0;
    margin-left: 0;
}

#menu-item-223.subNavOpen,#menu-item-379.subNavOpen {
    background-color: #2a2a2a;
    background-position: 38px 24px;
    max-height: 300px;
}

#menu-item-223.subNavOpen a,
#menu-item-223.subNavOpen .sub-menu li a,
#menu-item-379.subNavOpen a,
#menu-item-379.subNavOpen .sub-menu li
a {
    background: none;
    color: #fff;
    margin-left: 34px;
}

#menu-item-223.subNavOpen a:first-child,
#menu-item-379.subNavOpen a:first-child {
    background: none;
    margin-left: 34px;
}

#menu-item-223.subNavOpen .sub-menu {
    height: 100px;
}

#menu-item-379.subNavOpen .sub-menu {
    height: 165px;
}

#menu-item-223.subNavClosing .sub-menu,
#menu-item-379.subNavClosing .sub-menu {
    height: 0;
    -webkit-transition: height .4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -moz-transition: height .4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -ms-transition: height .4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -o-transition: height .4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: height .4s cubic-bezier(0.230,1.000,0.320,1.000);
}

#menu-item-223.subNavClosing,#menu-item-379.subNavClosing {
    background-color: transparent;
    background-position: -18px 24px;
    -webkit-transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s,
background-position 0.25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s;
    -moz-transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s,
background-position 0.25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s;
    -ms-transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s,
background-position .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s;
    -o-transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s,
background-position 0.25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s;
    transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s,
background-position 0.25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s;
}

#menu-item-223.subNavClosing a:first-child,
#menu-item-379.subNavClosing a:first-child {
    background-image: none;
    margin-left: 0;
    color: #333;
    -webkit-transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s,
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s;
    -moz-transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s,
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s;
    -ms-transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s,
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s;
    -o-transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s,
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s;
    transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s,
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s;
}

#menu-item-223 a:first-child,
#menu-item-379 a:first-child {
    padding-top: 23px;
    margin-left: 0;
    background-image: url('https://www.apherald.com/SriSoft9Images/icons/menuLineBg.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    -webkit-transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: margin-left .25s cubic-bezier(0.230,1.000,0.320,1.000);
}

ul.sub-menu {
    float: left;
    width: 88%;
    padding: 0;
    margin: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .25s cubic-bezier(0.190, 1.000, 0.220, 1.000) .1s
margin .25s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: height .25s cubic-bezier(0.190, 1.000, 0.220, 1.000) .1s,
margin .25s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

ul.menu li ul.sub-menu
li {
    color: #7e7e7e;
    list-style: none outside;
    background: none;
    height: 32px;
}

ul.menu li ul.sub-menu
a {
    display: block;
    color: #7e7e7e;
    font-size: 15px;
    font-weight: 100;
    font-family: 'Antenna Regular',sans-serif;
    letter-spacing: 0.1em;
    height: 25px;
    margin: 0;
    padding: 0;
}

ul.menu li ul.sub-menu li:hover {
    cursor: pointer;
}

.cbp-spmenu-vertical {
    width: 309px;
    height: 100%;
    top: 0;
    z-index: 99999;
}

/*ul.menu
a {
    border: none;
    padding: 0;
    text-decoration: none;
    font-family: 'Antenna Medium',sans-serif;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.05em;
    font-weight: 100;
    width: 90%;
    height: 68px;
    padding: 27px
0 0 10%;
    text-align: left;
    opacity: 0.8;
    outline: none;
}*/

.cbp-spmenu-vertical a:hover {
    opacity: 1;
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.cbp-spmenu-horizontal
h3 {
    height: 100%;
    width: 20%;
    float: left;
}

.cbp-spmenu-horizontal
a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
}

.cbp-spmenu-left {
    left: 0;
    margin-left: -400px;
    -webkit-transition: all 225ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 225ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 225ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 225ms cubic-bezier(0.215,0.610,0.355,1.000);
}

.cbp-spmenu-right {
    width: 380px;
    padding: 0;
    top: 68px;
    right: 0;
    margin-right: -380px;
    background-color: #FB5F00;
    -webkit-transition: margin-right .25s cubic-bezier(.06, .3, .26, 1.06);
    -moz-transition: margin-right .25s cubic-bezier(.06, .3, .26, 1.06);
    transition: margin-right .25s cubic-bezier(.06,.3,.26,1.06);
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0;
    margin-left: 0;
    background:#017DE0;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0;
    margin-right: 0;
}

.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}

.rightMenuArrow1 {
    float: left;
    left: 308px;
    margin: 0;
    padding: 0;
    position: relative;
    top: -30px;
}

.rightMenuArrow2 {
    float: left;
    left: 230px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -5px;
}

.sendMessage {
    font-family: 'Antenna Extralight',sans-serif;
    font-weight: 100;
    font-size: 18px;
    letter-spacing: 0.03em;
    color: #fff;
    width: 100%;
    float: left;
    padding: 0;
    margin: 8px
0 0 0;
    height: 23px;
}

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
    -webkit-transition: all 235ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 235ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 235ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 235ms cubic-bezier(0.250,0.460,0.450,0.940);
}

.cbp-spmenu-push-toright {
    margin-left: 309px;
}

.cbp-spmenu-push-toleft {
    margin-left: -309px;
}

.cbp-spmenu,.cbp-spmenu-push {
}

#main_header.cbp-spmenu-push-to-right {
    margin-left: 309px;
}

.rightPad {
    padding: 25px;
    background-color: #f3f2f2;
    /*background-image: url('/wp-content/themes/affectiva/img/rightMenuBg.jpg');*/
    background-position: top center;
    background-repeat: repeat-x;
    min-height: 489px;
    position:relative;
    overflow:hidden;
}

.rightPad:after {
    clear: both;
    content: "";
    display: table;
}

.rightLoginContainer {
    height: 92.6%;
}

.address {
    width: 84%;
    margin: 0;
    padding: 15px
8%;
    background: transparent;
    float: left;
    color: #fff;
    height: 350px;
}

.addressTitle {
    background-image: url('https://www.apherald.com/SriSoft9Images/icons/menuLineBg.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #fff;
    float: left;
    font-family: 'Antenna Regular',sans-serif;
    font-size: 24px;
    font-weight: 100;
    height: 38px;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0;
    width: 100%;
}

.addressCopy {
    float: left;
    font-family: 'Antenna Regular',sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 100;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 15px
0 0 0;
    width: 100%;
}

.addressCopy
a {
    color: #cacaca;
    text-decoration: none;
    display: inline;
    font-size: 14px;
}

.addressCopy
span {
    font-family: 'Antenna Bold',sans-serif;
    text-transform: uppercase;
    font-size: 13px;
}

.privacy {
    margin-top: 20px;
    color: #fff;
    font-family: Roboto;
    font-size: 11px;
    letter-spacing: 0.1em;
    padding: 0;
    position: absolute;
}

.privacy
a {
    color: #fff;
    text-decoration: none;
    font-size: 9px;
    display: inline;
    font-weight: 100;
}

.privacy
img {
    display: inline;
    margin: 0
4px 0 0;
}


.nav_button {
    float: left;
    height: 13px;
    line-height: 10px;
    position: relative;
    vertical-align: text-top;
    z-index: 10;
    font-family: 'Antenna Regular',sans-serif;
    font-size: 16px;
    color: #333;
}

.nav_button,
.nav_button
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav_button
.burger {
    cursor: pointer;
    float: left;
    font-size: 1px;
    height: 13px;
    line-height: 13px;
    margin-left: 30px;
    overflow: visible;
    position: relative;
    width: 24px;
    transform: translateY(2px);
}

.nav_button .burger
.h_line {
    background-color: #252425;
    height: 2px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    width: 24px;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
    -moz-transition: -moz-transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
    -ms-transition: -ms-transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
    -o-transition: -o-transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
    transition: transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
}

.nav_button .burger .h_line:after {
    background: #a4a4a4;
    content: " ";
    display: block;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.nav_button .burger .h_line:nth-child(1) {
    top: 0px;
    z-index: 2;
    -webkit-transform-origin: 0px 1.5px;
    -moz-transform-origin: 0px 1.5px;
    -ms-transform-origin: 0px 1.5px;
    -o-transform-origin: 0px 1.5px;
    transform-origin: 0px 1.5px;
}

.nav_button .burger .h_line:nth-child(2) {
    top: 5px;
    z-index: 1;
    -webkit-transition: opacity 0.4s linear 0.5s;
    -moz-transition: opacity 0.4s linear 0.5s;
    -o-transition: opacity 0.4s linear 0.5s;
    transition: opacity 0.4s linear 0.5s;
}

.nav_button .burger .h_line:nth-child(3) {
    top: 10px;
    z-index: 3;
    -webkit-transform-origin: 0px 1.5px;
    -moz-transform-origin: 0px 1.5px;
    -ms-transform-origin: 0px 1.5px;
    -o-transform-origin: 0px 1.5px;
    transform-origin: 0px 1.5px;
}

.nav_button .burger .h_line:nth-child(1):after {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1) 0;
    -moz-transition: -moz-transform 0.4s cubic-bezier(1, 0, 0, 1) 0;
    -ms-transition: -ms-transform 0.4s cubic-bezier(1, 0, 0, 1) 0;
    -o-transition: -o-transform 0.4s cubic-bezier(1, 0, 0, 1) 0;
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1) 0;
}

.nav_button .burger .h_line:nth-child(2):after {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1) 0.1s;
    -moz-transition: -moz-transform 0.4s cubic-bezier(1, 0, 0, 1) 0.1s;
    -ms-transition: -ms-transform 0.4s cubic-bezier(1, 0, 0, 1) 0.1s;
    -o-transition: -o-transform 0.4s cubic-bezier(1, 0, 0, 1) 0.1s;
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1) 0.1s;
}

.nav_button .burger .h_line:nth-child(3):after {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1) 0.2s;
    -moz-transition: -moz-transform 0.4s cubic-bezier(1, 0, 0, 1) 0.2s;
    -ms-transition: -ms-transform 0.4s cubic-bezier(1, 0, 0, 1) 0.2s;
    -o-transition: -o-transform 0.4s cubic-bezier(1, 0, 0, 1) 0.2s;
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1) 0.2s;
}

.nav_button .burger:hover .h_line:after {
    width: 100%;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.nav_open .nav_button .burger .h_line:nth-child(1) {
    -webkit-transform: translateY(-4px) rotate(45deg);
    -moz-transform: translateY(-4px) rotate(45deg);
    -o-transform: translateY(-4px) rotate(45deg);
    -ms-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
}

.nav_open .nav_button .burger .h_line:nth-child(2) {
    opacity: 0;
    -webkit-transition: opacity 0.4s linear 0;
    -moz-transition: opacity 0.4s linear 0;
    -o-transition: opacity 0.4s linear 0;
    transition: opacity 0.4s linear 0;
}

.nav_open .nav_button .burger .h_line:nth-child(3) {
    -webkit-transform: translateY(3px) rotate(-45deg);
    -moz-transform: translateY(3px) rotate(-45deg);
    -o-transform: translateY(3px) rotate(-45deg);
    -ms-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
}

.nav_button
.button_text_container {
    height: 15px;
    overflow: hidden;
    position: relative;
    width: 70px;
    float: left;
}

.nav_button
.button_label {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 0;
    z-index: 2;
}

.nav_button
.menu_button {
    margin-left: 11px;
}

.nav_button
.close_button {
    margin-left: 3px;
}

.nav_button .button_text_container
.button_label.close_button {
    display: none;
}

.nav_button .button_label
h4 {
    display: block;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 14px;
    margin: 0;
    font-family: 'Antenna Regular';
    -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.nav_button .button_label h4
span {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.nav_button .button_label span:first-child {
    color: #545454;
    position: relative;
    z-index: 2;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}
.mobileLogo {
height: 100%;
width: auto;
}
.nav_button .button_label:hover h4
span {
    color: #252425;
}

.nav_button
#showLeftPush {
    display: block;
    max-width: 140px;
    width: 140px;
}

.navArticle {
    opacity: 1;
    transition: opacity .45s ease-in-out;
    -moz-transition: opacity .45s ease-in-out;
    -webkit-transition: opacity .45s ease-in-out;
}

.displayNone {
    opacity: 0;
    transition: opacity .45s ease-in-out;
    -moz-transition: opacity .45s ease-in-out;
    -webkit-transition: opacity .45s ease-in-out;
}

.homeHeight.mobileHomeBody {
    height: 100% !important;
}

.hideOnMobile {
    display: block !important;
}

.mobileNavScrolling {
    overflow: auto;
}

/*CONTACT*/
.contactTitle {
 background-image: url('https://www.apherald.com/SriSoft9Images/icons/menuLineBg.jpg');
background-repeat: no-repeat;
background-position: bottom center;
font-family: 'Roboto',sans-serif;
font-weight: 100;
font-size: 24px;
letter-spacing: 0.08em;
color: #525252;
width: 100%;
float: left;
padding: 0;
margin: 0;
height: 38px;
text-transform:uppercase;
}

.sendMessage {
font-family: 'Roboto',sans-serif;
font-weight: 100;
font-size: 18px;
letter-spacing: 0.03em;
color: #525252;
width: 100%;
float: left;
padding: 0;
margin: 8px 0 0 0;
height: 23px;
}

.contactFormContainer input {
height: 37px;
width: 100%;
background: none;
border-style: solid;
border-color: #d3d3d3;
border-width: 2px;
color: #333;
font-family: 'Roboto',sans-serif;
font-size: 14px;
letter-spacing: 0.08em;
text-indent: 14px;
}

.contactFormContainer form label {
display: block;
float: left;
margin: 15px 6% 0 0;
width: 47%;
}

.contactFormContainer label:after {
clear: both;
content: "";
display: table;
}

.contactFormContainer label:nth-child(2n) {
margin-right: 0;
}

.contactFormContainer label[for="txt_telephone"],.contactFormContainer label[for="txt_telephone1"] {
margin-bottom: 15px;
width:100%;
}

.contactFormContainer select#ddl_howFound,.contactFormContainer select#ddl_howFound1 {
background: none;
border: none;
color: #333;
font-family: "Roboto",sans-serif;
font-size: 14px;
height: 37px;
outline: none;
text-indent: 14px;
width: 100%;
}
.contactFormContainer select#ddl_howFound option, .contactFormContainer select#ddl_howFound1 option {
background: #fff;
padding: 0;
}
.contactFormContainer label[for="ddl_howFound"],.contactFormContainer label[for="ddl_howFound1"] {
/*background: url(/wp-content/themes/affectiva/img/selectArrow.png) no-repeat scroll center right transparent;*/
border-color: rgb(255, 255, 255);
border-color: #d3d3d3;
border-width: 2px;
border-style: solid;
clear: both;
float: none;
overflow: hidden;
width: 100.5%;
}
.contactFormContainer label[for="txt_questions"],.contactFormContainer label[for="txt_questions1"], .contactFormContainer textarea {
 width: 100%;
}
.contactFormContainer textarea {
background: none;
border: 2px solid #d3d3d3;
color: #333;
font-family: "Roboto",sans-serif;
font-size: 14px;
height: 87px;
letter-spacing: 0.1em;
max-height: 87px;
min-height: 87px;
padding: 14px 8% 14px 4%;
}
.contactFormContainer label[for="txt_questions"], .contactFormContainer textarea {
width: 100%;
}

.contactFormContainer #btn_contactFormSubmit, #formFailure #btn_tryAgain, #btn_contactFormSubmit1 {
    background: #2aa12b;
     border: 2px solid #2aa12b; 
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    height: 41px;
    letter-spacing: 0.1em;
    line-height: 14px;
    margin-top: 15px;
    width: 101.5%;
    cursor: pointer;
}

.contactFormContainer #btn_contactFormSubmit:hover, #btn_contactFormSubmit1:hover{
     background: transparent;
     border: 2px solid #2aa12b; 
      color: #2aa12b;
} 

.forScrolling {
width: 100%;
height: 100%;
overflow: auto;
float: left;
-webkit-overflow-scrolling: touch;
-moz-overflow-scrolling: touch;
-ms-overflow-scrolling: touch;
-o-overflow-scrolling: touch;
overflow-scrolling: touch;
}
.contactFormContainer .spinner {
clear: both;
display: none;
height: 41px;
margin: 0 auto;
position: relative;
top: 15px;
width: 32px;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.contactFormContainer .spinner img {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}

#formSuccess, #formFailure {
display: none;
height: 489px;
}

#formSuccess .sendMessage, #formFailure .sendMessage {
font-size: 14px;
line-height: 26px;
text-rendering: optimizeLegibility;
}

.submit-loading {
   position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.52);
    background-image: url(/Images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-size: 51px;
    background-position: center;
    display:none;
}

/*END CONTACT*/
@charset "UTF-8";
@import url(animate.css);
/*@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700,800|Roboto:900);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);*/

@font-face {
    font-family: 'TeluguFont';
    src: url('/Content/Fonts/Mallanna.ttf');
}
/*========================================================
                      Main Styles
=========================================================*/
body {
    color: #777777;
    font: 400 16px/24px "Open Sans", sans-serif;
    -webkit-text-size-adjust: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #fff;
    letter-spacing: -1px;
    font-size: 42px;
    line-height: 50px;
}

h2 {
    font-size: 60px;
    line-height: 70px;
    color: #444444;
    text-align: center;
}

@media (max-width: 767px) {
    h2 {
        font-size: 46px;
        line-height: 54px;
    }
}

h3 {
    font-size: 24px;
    line-height: 34px;
    color: #f7941d;
    text-transform: uppercase;
    font-weight: 700;
}

h4 {
    font-size: 30px;
    line-height: 34px;
    color: #FB5F00;
    font-weight: 800;
}

h5 {
    font-size: 30px;
    line-height: 34px;
    color: #FB5F00;
    font-weight: 300;
}

h6 {
    font-size: 18px;
    line-height: 22px;
    color: #00aeef;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #00aeef;
    text-transform: uppercase;
}

h3 a:hover {
    color: #00aeef;
}

h4 a:hover, h5 a:hover, h6 a:hover {
    color: #f7941d;
}

p a:hover, .marked-list a:hover, .list a:hover, .addr a:hover {
    text-decoration: underline;
}

p .fa, .marked-list .fa, .list .fa, .addr .fa {
    text-decoration: none;
}

time {
    display: block;
}

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    a:focus {
        outline: none;
    }

    a:active {
        background-color: transparent;
    }

    a[href^="tel:"],
    a[href^="callto:"] {
        color: inherit;
        text-decoration: none;
    }

strong {
    font-weight: 700;
}

.fa {
    line-height: inherit;
}

[class*='fa-']:before {
    font-weight: 400;
    font-family: "FontAwesome";
}

.page {
    overflow: hidden;
    min-height: 500px;
}

.lt-ie9 .page {
    min-width: 1200px;
}


.container {
    position: relative;
}

/*=======================================================
                       Main Layout
=========================================================*/
h2 + * {
    margin-top: 100px;
}

@media (max-width: 991px) {
    h2 + * {
        margin-top: 50px;
    }
}

* + h3 {
    margin-top: 33px;
}

h3 + * {
    margin-top: 15px;
}

h4 + * {
    margin-top: 20px;
}

h4 + h5 {
    margin-top: 0;
}

p + h5 {
    margin-top: 35px;
}

h5 + * {
    margin-top: 19px;
}

h5 + .row {
    margin-top: 10px;
}

h6 + * {
    margin-top: 20px;
}

* + h6 {
    margin-top: 20px;
}

.row + .row {
    margin-top: 30px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 30px;
}

.brand_name {
    overflow: hidden;
    padding-right: 5px;
}

/*==================  Backgrounds  ======================*/
.bg1 {
    background: #e6e6e6;
}

.bg2 {
    background: #f5f5f5;
}

/*==================    Buttons    ======================*/
.btn {
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background: #FB5D00;
    border: 2px solid #FB5D00;
    border-radius: 20px;
}
@media (min-width: 1199px) {
    .btn {
        min-width: 195px;
    }
}

.uppercase{
    text-transform:uppercase;
}

.btn:hover {
    background: transparent;
    color:#FB8039;
    border: 2px solid #FB8039;
}

.btn:active {
    background: #0089bc;
}

* + .btn {
    margin-top: 45px;
}

.btn.mt1 {
    margin-top: 25px;
}

.btn-wrap {
    margin-top: 110px;
    text-align: center;
}

/*==================  Table  ======================*/
.table {
    width: 100%;
    text-align: left;
}

@media (max-width: 479px) {
    .table {
        font-size: 14px;
        line-height: 22px;
    }
}

.table + .table {
    margin-top: 20px;
}

.table td, .table th {
    width: 20.75%;
    vertical-align: top;
    border: 0;
    padding-left: 30px;
    border-left: 1px solid #00aeef;
}

    .table td:first-child, .table th:first-child {
        padding-left: 0;
        border-left: 0;
    }

.table th {
    color: #00aeef;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    border-bottom: 1px solid #00aeef;
    padding-bottom: 12px;
}

    .table th:first-child, .table td:first-child {
        width: 23%;
    }

    .table th:nth-child(2), .table td:nth-child(2) {
        width: 34.2%;
    }

    .table th:nth-child(3), .table td:nth-child(3) {
        width: 42.8%;
    }

.table tbody tr:first-child td {
    padding-top: 33px;
}

.table tbody tr:last-child td {
    padding-bottom: 2px;
}

.table .st-head-row {
    padding-top: 12px;
    text-align: left;
}

.table .st-head-row-main {
    border-bottom: 2px solid #f7941d;
    font-size: 20px;
    color: #f7941d;
    text-align: left;
}

.table .st-val {
    padding-left: 15px;
}

@media (max-width: 767px) {
    .large-only {
        display: none;
    }
}

@media (min-width: 768px) {
    .small-only {
        display: none;
    }
}

.small-only th:empty {
    display: none;
}

.small-only td, .small-only th {
    padding-right: 5px;
}

/*==================      Lists      ======================*/
.social-list li {
    display: inline-block;
}

    .social-list li a {
        display: block;
        width: 44px;
        height: 44px;
        color: #fff;
        font-size: 22px;
        line-height: 44px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
    }

        .social-list li a:hover {
            color: #00aeef;
            background: #fff;
        }

@media (min-width: 768px) and (max-width: 991px) {
    .social-list li a {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }
}

.social-list li + li {
    margin-left: 3px;
}

.price-list {
    text-align: left;
}

    .price-list li {
        position: relative;
        z-index: 2;
        overflow: hidden;
        padding-right: 55px;
    }

        .price-list li:before, .price-list li:after {
            display: table;
            content: "";
            line-height: 0;
        }

        .price-list li:after {
            clear: both;
        }

        .price-list li .price-list_right {
            position: absolute;
            bottom: 0;
            right: 0;
            background: #e6e6e6;
        }

        .price-list li .price-list_item {
            background: #e6e6e6;
        }

        .price-list li .fa {
            color: #f7941d;
            font-size: 14px;
            line-height: 24px;
            margin-right: 5px;
        }

        .price-list li .dots {
            position: absolute;
            left: 0;
            bottom: 0;
            display: block;
            width: 100%;
            z-index: -1;
        }

        .price-list li + li {
            margin-top: 10px;
        }

.marked-list li {
    position: relative;
    padding-left: 20px;
    padding: 5px 0 5px 20px;
}

    .marked-list li:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 0;
        font-family: "FontAwesome";
        color: #f7941d;
    }

/*==================      Blockquote      ======================*/
.quote {
    position: relative;
    padding-left: 180px;
    padding-top: 50px;
}

    .quote:before, .quote:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .quote:after {
        clear: both;
    }

.quote_text {
    padding-top: 20px;
    font-size: 18px;
    line-height: 24px;
}

    .quote_text + * {
        margin-top: 25px;
    }

.quote_title {
    color: #00aeef;
    font-size: 26px;
    line-height: 32px;
    font-weight: 300;
}

.quote img {
    border-radius: 50%;
    border: 3px solid #f5f5f5;
    -webkit-box-shadow: 0 0 0 1px #00aeef;
    -moz-box-shadow: 0 0 0 1px #00aeef;
    box-shadow: 0 0 0 1px #00aeef;
}

.quote_aside {
    float: left;
    margin-right: 35px;
}

    .quote_aside:before {
        content: "\201C";
        font-size: 378px;
        line-height: 378px;
        position: absolute;
        top: -50px;
        left: 35px;
        color: #00aeef;
    }

.quote_cnt__no-flow {
    overflow: hidden;
}



@media (max-width: 1199px) {
    .quote {
        padding-left: 100px;
    }

    .quote_aside:before {
        left: 0;
        font-size: 300px;
        line-height: 350px;
    }
}

@media (max-width: 650px) {
    .quote {
        padding-left: 0;
    }

    .quote_aside {
        float: none;
        margin-right: 0;
        text-align: center;
    }

        .quote_aside:before {
            display: none;
        }
}

/*==================      Address      ======================*/
.addr dt, .addr dd {
    display: inline-block;
}

.addr dt {
    min-width: 90px;
}

* + .addr {
    margin-top: 15px;
}

/*==================     Subscribe Form     ======================*/
.subscribe-form {
  position: relative;
  display: block; }
  .subscribe-form label {
    display: inline-block;
    position: relative;
    padding: 4px 5px 4px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .subscribe-form label + label {
      margin-top: 10px; }
  .subscribe-form label.name {
    width: 100%; }
  .subscribe-form label.email {
    width: 100%; }
  .subscribe-form input {
    outline: none;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    vertical-align: baseline;
    box-shadow: none;
    color: #fff;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    height: 22px; }
  .subscribe-form a[data-type="submit"] {
    display: inline-block;
    padding: 16px 65px;
    color: #00aeef;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background: #fff;
    border-radius: 20px; }
    .subscribe-form a[data-type="submit"]:hover {
      background: #f7941d;
      color: #fff; }
    .subscribe-form a[data-type="submit"]:active {
      background: #d97a08; }
    * + .subscribe-form a[data-type="submit"] {
      margin-top: 37px; }

.subscribe-form .error, .subscribe-form .success {
  position: absolute;
  bottom: 100%;
  margin-bottom: -7px;
  text-align: left;
  padding: 4px 10px;
  left: 5px;
  right: 5px;
  font-size: 10px;
  line-height: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
.subscribe-form .error {
  display: none;
  color: #f00;
  overflow: hidden;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
.subscribe-form label.invalid .error {
  display: block; }
.subscribe-form .success {
  display: none;
  color: #0f0; }

@media (max-width: 979px) {
  .subscribe-form label.name,
  .subscribe-form label.email {
    display: block;
    width: 100%; }
  .subscribe-form * + label,
  .subscribe-form * + a[data-type='submit'] {
    margin-top: 20px; } }


/*========================   Menu   ==========================*/
.sf-menu {
    display: inline-block;
    padding: 30px 0;
}

    .sf-menu:before, .sf-menu:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .sf-menu:after {
        clear: both;
    }

    .sf-menu > li {
        position: relative;
        float: left;
    }

        .sf-menu > li + li {
            margin-left: 2px;
        }

    .sf-menu a {
        display: block;
    }

    .sf-menu > li > a {
        color: #FFF;
        font-size: 16px;
        line-height: 30px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 10px 20px;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .sf-menu > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
    background: #dadada;
}

.sf-menu > li.active > a {
    background: #f7941d;
    border-radius: 20px;
}

.sf-menu ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 235px;
    margin-top: 30px;
    padding: 20px 0;
    background: #dadada;
    z-index: 2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

    .sf-menu ul > li {
        position: relative;
    }

        .sf-menu ul > li > a {
            color: #444444;
            font-size: 13px;
            line-height: 20px;
            padding: 8px 30px 9px;
        }

            .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
                color: #FFF;
                background: #00aeef;
                -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
                -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
                box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
            }

    .sf-menu ul ul {
        position: absolute;
        top: -10px;
        left: 100%;
        margin-left: 2px;
        width: 170px;
        margin-top: 0;
        padding: 10px 0;
        z-index: 4;
    }

.sf-menu > li > .sf-with-ul {
    position: relative;
}

    .sf-menu > li > .sf-with-ul:before {
        position: absolute;
        left: 50%;
        top: 55%;
        margin-left: -6px;
        content: "";
        font: 400 24px/24px "FontAwesome";
    }

.sf-menu ul > li > .sf-with-ul {
    position: relative;
}

    .sf-menu ul > li > .sf-with-ul:before {
        position: absolute;
        right: 25px;
        top: 0;
        margin-top: 6px;
        content: "";
        font: 400 24px/24px "FontAwesome";
    }

@media (max-width: 767px) {
    .sf-menu {
        display: none;
    }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    text-align: left;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

    .rd-mobilemenu.active {
        right: 0;
    }

.rd-mobilemenu_ul {
    position: fixed;
    top: -56px;
    left: 0;
    bottom: -56px;
    width: 240px;
    padding: 132px 0 76px;
    color: #666;
    background: #FFF;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px;
}

    .rd-mobilemenu_ul a.active {
        background: #f5f5f5;
        color: #2d2d2d;
    }

    .rd-mobilemenu_ul a:hover {
        background: #f7941d;
        color: #FFF;
    }

    .rd-mobilemenu_ul a .rd-submenu-toggle {
        position: absolute;
        top: 50%;
        right: 11px;
        margin-top: -17.5px;
        width: 32px;
        height: 32px;
        font: 400 10px "FontAwesome";
        line-height: 32px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
        z-index: 1;
        background: rgba(0, 0, 0, 0.1);
    }

        .rd-mobilemenu_ul a .rd-submenu-toggle:after {
            content: '\f078';
        }

        .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
            background: #FFF;
            color: #666;
        }

    .rd-mobilemenu_ul a.rd-with-ul {
        position: relative;
    }

        .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.rd-mobilemenu_ul ul a {
    padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
    padding-left: 60px;
}

.rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px;
}

.rd-mobilepanel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: #FFF;
    color: #000;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 99999991;
}

.rd-mobilepanel_title {
    position: fixed;
    top: 4px;
    left: 56px;
    right: 56px;
    color: #000;
    font-size: 24px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rd-mobilepanel_toggle {
    position: fixed;
    top: 4px;
    left: 8px;
    width: 48px;
    height: 48px;
}

    .rd-mobilepanel_toggle span {
        position: relative;
        display: block;
        margin: auto;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
            content: "";
            position: absolute;
            left: 0;
            top: -8px;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .rd-mobilepanel_toggle span:after {
            top: 8px;
        }

        .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
            width: 24px;
            height: 4px;
            background-color: #000;
            backface-visibility: hidden;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

    .rd-mobilepanel_toggle span {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

        .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
            -moz-transform-origin: 1.71429px center;
            -ms-transform-origin: 1.71429px center;
            -o-transform-origin: 1.71429px center;
            -webkit-transform-origin: 1.71429px center;
            transform-origin: 1.71429px center;
            -moz-transform-origin: 1.71429px center;
            -ms-transform-origin: 1.71429px center;
            -o-transform-origin: 1.71429px center;
            -webkit-transform-origin: 1.71429px center;
            transform-origin: 1.71429px center;
        }

    .rd-mobilepanel_toggle.active span {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

        .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
            top: 0;
            width: 15px;
        }

        .rd-mobilepanel_toggle.active span:before {
            -webkit-transform: rotate3d(0, 0, 1, -40deg);
            transform: rotate3d(0, 0, 1, -40deg);
        }

        .rd-mobilepanel_toggle.active span:after {
            -webkit-transform: rotate3d(0, 0, 1, 40deg);
            transform: rotate3d(0, 0, 1, 40deg);
        }

@media (max-width: 767px) {
    body {
        padding-top: 56px;
    }

    .rd-mobilemenu, .rd-mobilepanel {
        display: block;
    }
}

@media (max-width: 359px) {
    .rd-mobilepanel_title {
        font-size: 18px;
    }
}
/*==================  Stuck menu  ======================*/
.isStuck {
    background: rgba(0, 0, 0, 0.85);
    z-index: 999;
}

    .isStuck .brand {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .isStuck .sf-menu {
        padding: 10px 0;
    }

    .isStuck .search-form_toggle {
        margin-top: 20px;
    }

    .isStuck .sf-menu > li > ul {
        margin-top: 10px;
    }

@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }
}
/*==================     ToTop     ======================*/
.toTop {
    width: 34px;
    height: 34px;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    background: #00aeef;
    border-radius: 50%;
    border: 1px solid #fff;
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}

    .toTop:hover {
        color: #fff;
        background: #737373;
        text-decoration: none;
    }

.mobile .toTop,
.tablet .toTop {
    display: none !important;
}
.mb15{
    margin-bottom:45px;
    display:block;
}
/*==================   Thumbnail    ======================*/
.thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

    .thumb img {
        width: 100%;
        height: auto;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
    }

.thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
    background: transparent;
}

    .thumb_overlay:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        font: 400 30px "FontAwesome";
        line-height: 30px;
        margin-top: -15px;
        text-align: center;
    }

.lt-ie9 .thumb_overlay:before {
    display: none;
}

.thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}

.lt-ie9 .thumb:hover .thumb_overlay {
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
    zoom: 1;
}

    .lt-ie9 .thumb:hover .thumb_overlay:before {
        display: block;
    }

.thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.video .thumb_overlay {
    opacity: 1;
}

    .video .thumb_overlay:before {
        content: '\f01d';
        font: 400 64px/60px "FontAwesome";
        margin-top: -30px;
        text-align: center;
        color: #fff;
    }

/*==================  RD Parallax    ======================*/
.parallax {
    position: relative;
    overflow: hidden;
    padding-top: 195px;
    padding-bottom: 200px;
}

.parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform;
}

.parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.parallax_pattern {
    background-repeat: repeat;
}

.parallax_cnt {
    position: relative;
    color: #fff;
}

    .parallax_cnt h2 {
        color: #fff;
        text-align: center;
        font-weight: 300;
    }

.parallax_top {
    padding-top: 210px;
    padding-bottom: 100px;
}

@media (min-width: 1200px) {
    .parallax_top {
        padding-top: 365px;
        padding-bottom: 300px;
    }

        .parallax_top h2 {
            font-size: 72px;
            line-height: 82px;
        }
}

@media (max-width: 768px) {
    .parallax_top {
        padding-top: 230px;
        padding-bottom: 80px;
    }
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
    background: no-repeat url(../images/header-bg.jpg);
    background-size: cover;
}

    header.abs {
        position: absolute;
        width: 100%;
        z-index: 2;
        background: rgba(0, 0, 0, 0.47);
    }

    header .brand {
        float: left;
    }

    header .header-right {
        float: right;
        position: relative;
    }

        header .header-right:before, header .header-right:after {
            display: table;
            content: "";
            line-height: 0;
        }

        header .header-right:after {
            clear: both;
        }

    header .nav {
        float: left;
    }

    header .search-form_toggle {
        margin-left: 40px;
        float: right;
    }

@media (max-width: 1199px) {
    header .header-right {
        margin-left: 15px;
        margin-right: 15px;
    }

    header .search-form_toggle {
        margin-left: 20px;
    }
}

@media (max-width: 979px) {
    header {
        text-align: center;
    }

        /*header .brand, header .header-right {
            float: none;
        }*/
}

@media (max-width: 767px) {
    header {
        padding-bottom: 30px;
    }

        header .brand {
            margin-left: 0;
            padding-top: 30px;
            padding-bottom: 20px;
        }

        header .header-right {
            margin: 0;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .brand {
        padding-bottom: 0;
    }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
    display: block;
    background: #fff;
}

.tc {
    text-align: center;
}

.img-border {
    border: 3px solid transparent;
    -webkit-box-shadow: 0 0 0 1px #FB5E00;
    -moz-box-shadow: 0 0 0 1px #FB5E00;
    box-shadow: 0 0 0 1px #FB5E00;
}

a.thumb.img-border.play {
    border-radius: 50%;
}

.img-circle {
    border: 3px solid transparent;
    -webkit-box-shadow: 0 0 0 1px #FA5C00;
    -moz-box-shadow: 0 0 0 1px #FA5C00;
    box-shadow: 0 0 0 1px #FA5C00;
    border-radius: 50%;
}

.date {
    font-weight: 300;
    font-size: 36px;
    color: #00aeef;
}

    .date + * {
        margin-top: 35px;
    }

.mt2 {
    margin-top: 30px;
}

@media (min-width: 1200px) {
    .img-abs {
        position: absolute;
        top: -35px;
        left: 18px;
    }
}

.row.mt3 {
    margin-top: 75px;
}

.text1 {
    font-size: 16px;
    line-height: 34px;
}

* + .policy-link {
    margin-top: 25px;
}

.policy-link a {
    color: #00aeef;
}

.terms {
    padding-top: 85px;
    padding-bottom: 100px;
}

    .terms h2 + h5 {
        margin-top: 85px;
    }

/*==================      Well     ======================*/
.well1 {
    padding-top: 31px;
    padding-bottom: 100px;
}

.well1 h3{
    text-align:center;
    color: #FB5F00;
}

.well2 {
    padding-top: 45px;
    padding-bottom: 90px;
}

.well3 {
    padding-top: 90px;
    padding-bottom: 110px;
}

.well4 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.well5 {
    padding-top: 35px;
    padding-bottom: 95px;
}

/*.well2 .container, .well1 .container{
    width: 100%;
}*/

/*========================================================
                     FOOTER  Styles
=========================================================*/
/*footer {
    background: #FB5F00;
    color: #fff;
}


    footer h3 {
        color: #fff;
    }

.footer-top {
    padding-top: 100px;
    padding-bottom: 115px;
}

.footer-bottom {
    padding-bottom: 55px;
    text-align: center;
}

    .footer-bottom .container {
        border-top: 1px solid #fff;
        padding-top: 60px;
    }

.copy {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
}

    .copy a {
        white-space: nowrap;
    }*/


/*Footer Styles*/
.footer-bottom {
    padding: 20px 0;
}

    .footer-bottom .container {
        text-align: center;
    }

        .footer-bottom .container div.bottom-block {
            display: inline-block;
            padding: 0px 20px;
            color: #aaafba;
            font-size: 100%;
            font-weight: 300;
            text-align: left;
        }

            .footer-bottom .container div.bottom-block a {
                color: #aaafba;
            }

                .footer-bottom .container div.bottom-block a:hover {
                    text-decoration: underline;
                }

            .footer-bottom .container div.bottom-block span {
                display: block;
                font-size: 100%;
                color: #656973;
                font-weight: 400;
                padding-bottom: 3px;
            }

ul.footer-menu {
    display: block;
}

    ul.footer-menu li {
        float: left;
        color: #aaafba;
    }

        ul.footer-menu li:before {
            content: '|';
        }

        ul.footer-menu li:first-child:before {
            content: '';
        }

        ul.footer-menu li a {
            color: #aaafba;
            margin: 0px 5px;
            display: inline-block;
        }

            ul.footer-menu li a:hover, ul.footer-menu li.active a {
                color: #fff;
            }


            footer .socialIconHolder {
    display: inline-block;
    padding: 14px 17px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 20px;
    font-size: 16px;
    color: #666;
    /*border:2px solid #f5c700;*/
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

    footer .socialIconHolder a {
        display: inline-block;
        padding-top: 10px;
        padding-left: 2px;
        border: none;
        border-radius: 50%;
        height: 60px;
        width: 60px;
        margin-right: 5px;
        background: transparent;
    }

        footer .socialIconHolder a:hover {
            /* background: #aeaeae;*/
        }

            footer .socialIconHolder a:hover footer .socialIconHolder a i {
                color: #444 !important;
            }

        footer .socialIconHolder a i {
            font-size: 45px;
            color: #aeaeae;
        }

    footer .socialIconHolder .ru-socialIcon.ru-twitter:hover i {
        color: #00A9E7;
    }

    footer .socialIconHolder .ru-socialIcon.ru-facebook:hover i {
        color: #0070B0;
    }

    footer .socialIconHolder .ru-socialIcon.ru-gplus:hover i {
        color: #EB4026;
    }

    footer .socialIconHolder .ru-socialIcon.ru-linkedin:hover i {
        color: #0074A1;
    }

    footer .socialIconHolder .ru-socialIcon.ru-pintrest:hover i {
        color: #EB4026;
    }

    
.footer-bil:before {
    content: "";
    position: absolute;
    left: 1%;
    top: 34px;
    width: 0px;
    height: 78%;
    border-left: 1px solid #222;
}

.footer-social {
    width: 70%;
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    padding-right: 1%;
}

.footer-bil {
    width: 27%;
    padding-left: 2%;
    display: inline-block;
    position: relative;
}

ul.fotter-nav li {
    display: inline-block;
    margin: 0;
    padding: 0 10px 0 10px;
    color: rgb(170, 175, 186);
}

    ul.fotter-nav li a {
        color: #aaafba;
        text-transform: uppercase;
    }

    /*Interact Block*/

    
.interact-wrapper {
    padding: 0% 0px;
    /*background: #ffa423;*/
    background: #FB5F00;
    display: inline-block;
    width: 100%;
}

    .interact-wrapper h2 {
        color: #fff;
        padding-top: 3%;
    }

.interact-block {
    width: 45%;
}

.log-reg-wrapper .interact-block.left {
    width: 40%;
   
}

.log-reg-wrapper .log-left {
    padding-top: 13%;
}

.log-reg-wrapper .interact-block.right {
    width: 50%;
}

.interact-block.left {
    float: left;
     margin-top:0;
}

    .interact-block.left a {
        display: inline-block;
        float: right;
        text-align: center;
        cursor: default;
    }
    .interact-block.left a.link:hover, .interact-block.right a.link:hover {
    text-decoration: underline!important;
    cursor: pointer;
}
.interact-block.right {
    float: right;
}

    .interact-block.right a {
        display: inline-block;
        float: left;
        text-align: center;
    }

.interact-block a {
    color: #fff;
    padding: 2% 0%;
}

    .interact-block a:hover h3 {
        text-decoration: none;
    }

    .interact-block a h3 {
        font-size: 180%;
        color: #fff;
        padding-top: 6%;
    }


/*#region Custom Styles*/


.overlay-background {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    background-color: rgba(0,0,0,.7);
    z-index: -1;
    visibility: hidden;
    top: 0;
}


    .overlay-background.active, .overlay.active {
        opacity: 1;
        z-index: 999999;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        visibility: visible;
        overflow: visible;
    }

.overlay {
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 500px;
    height: 130px;
    /*background-color: #fff;*/
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
    overflow: hidden;
    border-radius: 4px;
    z-index: 112;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    font: 400 18px/25px roboto,segoe ui;
    padding: 20px 30px;
    color: #666;
}

.pop-image-container {
    position: relative;
    width: 100%;
    display: inline-block;
    height: 100%;
    overflow: hidden;
}

#popped-image {
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.bloodreq-close {
    background-image: url(/Images/close-icon.png);
    background-position: 0;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    margin: 0;
    cursor: pointer;
    top: 5px;
    right: 5px;
    z-index: 9999;
}

.body-container {
    min-height: 500px;
    background: #fff;
}


.container {
    position: relative;
    margin: 0 auto;
}

.gallery-container {
    padding: 15px 0;
    min-height: 300px;
    width: 100%;
    max-width: 96%;
}

.inner-search-area {
    float: right;
    position: relative;
}

span.content-tex {
    float: left;
    display: inline-block;
    color: #ffa025;
    font-weight: 600;
    padding-top: 8px;
}

.dowload-image {
    width: 25%;
    float: right;
}

.main-pop-holder {
    width: 75%;
    float: left;
}

.search-inp {
    float: left;
    display: inline-block;
    float: left;
    margin-left: 10px;
    position: relative;
}

.history-container p{
    text-align:justify;
}

.history-container .col-xs-12.col-sm-8 {
    /*padding: 75px 10px;*/
    margin-top:30px;
}
.inner-search {
    width: 320px;
    border-radius: 3px !important;
    background: #eee;
    height: 33px;
    border: 1px solid #d5d5d5 !important;
    padding: 0 0;
    text-indent: 10px;
}

.main-popular-holder {
    padding-bottom: 40px;
    display: inline-block;
    width: 100%;
}

.search-inp .bttn-search {
    top: 8px;
    color: #666;
    right: 8px;
}

.gallery-container h3.title-pop {
    font-size: 215%;
    font-weight: 800;
    text-transform: none;
    padding-bottom: 20px;
    color: #101010;
}

.link-holder{
    display: inline-block;
    margin-top: 33px;
}

.link-holder p{
    text-align: justify;
    line-height: 25px;
    padding-left: 14px;
    padding-right: 9px;
    font-size: 14px;
    margin-top: 11px;
}
.link-click:hover{
    text-decoration:underline;
    color: #FB5F00;
}

.dblock:hover .link-holder h3{
   font-weight: 800;
}

.dblock:hover .link-click{
    text-decoration:underline;
    color: #FB5F00;
}
.dblock:hover .circle-rotate {
    -moz-animation: none;
    -o-animation: none;
    -webkit-animation: none;
    animation: none;
}

.popular_image {
    width: 50%;
    margin-bottom: 0;
    padding: 0 3% 0 0;
    float: left;
}

    .popular_image .photo {
        height: 265px;
        position: relative;
        background: #000;
        overflow: hidden;
    }

        .popular_image .photo:hover span.caption-pop-image {
            bottom: 0;
        }

        .popular_image .photo span.caption-pop-image {
            bottom: -102%;
            color: #fff;
            font-size: 100%;
            font-weight: 500;
            left: 0;
            line-height: 125%;
            padding: 20px;
            position: absolute;
            width: 100%;
            z-index: 1000;
            -moz-transition: all .3s ease-out;
            -webkit-transition: all .3s ease-out;
            -o-transition: all .3s ease-out;
            -ms-transition: all .3s ease-out;
        }

        .popular_image .photo img {
            transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            -webkit-transition: all .3s ease-out;
            -o-transition: all .3s ease-out;
            -ms-transition: all .3s ease-out;
        }

        .popular_image .photo:hover img {
            opacity: .5;
        }

.photo img {
    width: 100%;
}

.gallery-box {
    position: relative;
    width: 22%;
    float: left;
    margin: 0 1.5% 30px 1.5%;
}

.gallery-rearrange-container{
      -moz-column-count: 4;
    -moz-column-gap: 10px;
    -webkit-column-count: 4;
    -webkit-column-gap: 10px;
    column-count: 4;
    column-gap: 10px;
}

.gallery-rearrange-container .gallery-box{
      position: relative;
    width: 100%;
     float: none; 
    margin: 0 1.5% 30px 1.5%;
    height: auto;
    display: inline-block;
}

.photo {
    height: 200px;
    overflow: hidden;
}

.gallery-rearrange-container .photo{
    height: auto;
}

.gallery-box img {
    transition: all .3s ease;
}

.gallery-box:hover img {
    /*-webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);*/
}

.photo-des {
    padding: 10px;
    font-size: 90%;
    line-height: 100%;
    background: #f3f3f3;
    border-bottom: 1px solid #dadada;
    overflow: hidden;
    height: 51px;
    line-height: 2;
}

.thumb_overlay.video-thumb:before {
    content: "\f01d";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font: 400 80px "FontAwesome";
    line-height: 30px;
    margin-top: -15px;
    text-align: center;
}

.thumbnail {
    display: block;
    position: relative;
    overflow: hidden;
}

    .thumbnail:hover img {
        /*-moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);*/
    }

    .thumbnail img {
        width: 100%;
        height: auto;
        -moz-transition: 0.7s all ease;
        -o-transition: 0.7s all ease;
        -webkit-transition: 0.7s all ease;
        transition: 0.7s all ease;
    }

/*Slider Styles*/
.meteor-nav {
    display: block;
    position: absolute;
    top: 0%;
    z-index: 4;
    width: 100%;
    height: 100%;
}

    .meteor-nav .prev a {
        left: 0;
    }

    .meteor-nav .next a {
        right: 0;
    }

    .meteor-nav .prev a:hover {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
        background-repeat: repeat-x;
    }

    .meteor-nav .next a:hover {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
        background-repeat: repeat-x;
    }

    .meteor-nav a i {
        color: #fff;
        margin-left: 50%;
        line-height: 1;
        font-size: 40px;
        position: absolute;
        top: 45%;
    }

.pager-container {
    height: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    z-index: 99999999;
}

    .pager-container span {
        height: 12px;
        width: 12px;
        border: 2px solid #fff;
        border-radius: 50%;
        background-color: transparent;
        display: inline-block;
        margin-left: 5px;
        cursor: pointer;
    }

        .pager-container span.active {
            background-color: #fff;
        }

#progress {
    height: 2px;
    overflow: hidden;
    width: 0%;
    z-index: 9;
    position: absolute;
    background: #FB5F00;
    display: none;
    /* bottom: -9px; */
    left: 0;
    top: 0px;
}



#bgDiv {
    display: inline-block;
    width: 100%;
    position: relative;
}

.meteor-nav li a {
    width: 15%;
}

.meteor-nav a {
    display: block;
    outline: none;
    position: absolute;
    width: 47px;
    height: 100%;
    z-index: 998;
    opacity: .4;
}

/*End Slider Styles*/


/*Video Page Styles*/

/*Fix CSS_Video Gallery*/
.video_section_content {
    width: auto;
    float: left;
    width: 55%;
    position: relative;
    padding: 10px;
}

.video_section {
    display: block;
}

.video_thumb_section {
    float: right;
    width: 45%;
    border-left: 1px solid #ccc;
    background: #ddd;
    padding: 10px;
}

ul.vidclick {
    margin-right: 16px;
}

    ul.vidclick li {
        margin: 1%;
        padding: 1.5%;
        box-shadow: 0 0 1px #ccc;
        width: 31%;
        float: left;
        background: #fff;
    }

        ul.vidclick li:before, ul.vidclick li:after {
            display: table;
            line-height: 0;
            content: "";
        }

        ul.vidclick li:after {
            clear: both;
        }

        ul.vidclick li a .gall_thumb_nion_res {
            width: 100%;
        }

        ul.vidclick li a {
            display: block;
        }

            ul.vidclick li a .title {
                font-size: 90%;
                font-weight: 400;
                line-height: 110%;
                width: 100%;
                height: 55px;
                overflow: hidden;
                padding: 5px 0;
            }

.mCSB_scrollTools .mCSB_draggerRail {
    background: #aaa !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

p.video-container {
    border: 10px solid #fff;
    box-shadow: 0 0 3px #b9b9b9;
    margin-bottom: 20px;
    padding-bottom: 56.25% !important;
}

.content-block iframe.twitter-tweet {
    width: 100% !important;
}

.content-block .owl-buttons {
    right: 0px;
}

.content-block .owl-item img {
    width: 100%;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_thumb_section {
    height: 440px;
}

.defult-section {
    background: #262626;
    min-height: 180px;
}

.adtional-information h2 {
    font-size: 160%;
    padding-bottom: 10px;
}

.adtional-information .wp_crm_contact_form label {
    display: inline-block;
    float: left;
    width: 150px;
    padding-top: 5px;
}

.adtional-information .wp_crm_contact_form .wp_crm_input_wrapper {
    float: left;
}

.adtional-information .wp_crm_contact_form li.wp_crm_area_of_interest_container .wp_crm_input_wrapper, .adtional-information .wp_crm_contact_form li.wp_crm_skills_container .wp_crm_input_wrapper {
    float: left;
    width: 60%;
}

    .adtional-information .wp_crm_contact_form li.wp_crm_area_of_interest_container .wp_crm_input_wrapper label, .adtional-information .wp_crm_contact_form li.wp_crm_skills_container .wp_crm_input_wrapper label {
        display: inline-block;
        float: left;
        width: 50%;
        padding-top: 10px;
    }

.adtional-information .btn-primary {
    padding: 10px 20px;
    font-size: 100%;
}

.button-primary {
    padding: 10px 20px;
    font-size: 16px;
}

.profile-link {
    margin: 0px 0px 0px 0px;
}

    .profile-link a {
        font-size: 100%;
        background: #2F2F2F;
        padding: 10px 20px;
        color: #fff;
        margin-left: 0px;
    }

        .profile-link a:hover {
            color: #e74c3c;
        }

.adtional-information .wp_crm_contact_form li {
    padding: 10px 0;
}

.video-block {
    float: left;
    width: 20%;
}

.video-content {
    padding: 10px;
}

    .video-content a.video-link {
        color: #525252;
        margin-top: 10px;
        display: inline-block;
    }

        .video-content a.video-link:hover {
            color: #000;
        }

.form-login p.error {
    color: #f00;
    margin: 0 0 10px 120px;
}

.video_thumb_section_res li {
    width: 90%;
    float: left;
    padding: 1.5%;
    cursor: pointer;
}

.video_thumb_section_res li {
    margin-top: 10px;
    display: inline-block;
}

    .video_thumb_section_res li a {
        color: #525252;
        display: block;
        margin-top: 7px;
        line-height: 20px;
    }

.video_thumb_section_res {
    padding-bottom: 30px;
}

    .video_thumb_section_res li a:hover {
        color: #000;
    }

    .video_thumb_section_res li .title_res {
        margin-top: 10px;
    }

.main_video_box {
    margin-bottom: 20px;
    background: #eee;
    display: inline-block;
    width: 100%;
}

.video-catg.clearfix {
    display: inline-block;
    width: 100%;
}

#video_section_id_content:hover .share-block {
    display: block;
}

.video_thumb_section {
    height: 440px;
    overflow: auto;
}

.filter-area h4 {
    font-weight: 800;
    font-size: 215%;
    text-transform: none;
    color: #101010;
}

.video-catg h3 {
    font-size: 130%;
    font-weight: 700;
    color: #101010;
}

.filter-area {
    float: left;
}

.left-top {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}


#video_section_id_content .share-block {
    position: absolute;
    z-index: 1000;
    width: 290px;
    bottom: 70px;
    left: 30px;
    display: none;
}

.owl-item {
    float: left;
}

section.wrapper.pb15 {
    background: #fff;
}
/*Video Page Styles*/
/*#endregion Custom Styles*/



/*#region Header Styles*/
.header-wrapper {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

    .header-wrapper.sticky {
        position: fixed;
        z-index: 99;
        width: 100%;
        top: 0px;
        left: 0px;
        height: 68px;
    }

.header-container {
    padding: 19.5px 0px;
    margin-left: 20px;
    max-width: 100%;
}


.highlight-text {
    color: #FB5F00;
    font-weight: 700;
    font-style: italic;
}



.main-menu {
    float: left;
    position: relative;
}

    .main-menu a.toggle-nav-bar {
        color: #FB5F00;
        margin-top: 3px;
        display: inline-block;
    }

        .main-menu a.toggle-nav-bar span {
            display: inline-block;
            float: left;
            font-size: 18px;
            text-transform: uppercase;
            font-weight: 600;
            margin-right: 12px;
        }

        .main-menu a.toggle-nav-bar i {
            float: left;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            font-size: 121%;
            height: 18px;
            margin-top: 3px;
        }

.static-menu {
    float: left;
    font-size: 16px;
    line-height: 17px;
    position: relative;
    margin-top: -13px;
}

    .static-menu a {
        display: inline-block;
        min-width: 63px;
        margin-left: 8px;
        padding: 17px 19px;
        color: white;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        border: 1px solid #FB5F00;
        background: #FB5F00;
        height: auto;
    }

        .static-menu a.hd-faq {
            background: transparent;
            border: none;
            color: #FB5F00;
            padding: 0;
        }

    .static-menu .hd-benefits {
        color: #FB5F00;
        background: transparent;
    }

    .static-menu .hd-apply {
        width: 230px;
        font-size: 18px;
    }

.social-links {
    float: left;
    vertical-align: top;
    margin-top: -7px;
    margin-right: 8px;
}

    .social-links ul li {
        float: left;
        margin-left: 7px;
    }

    .social-links .social-list li a {
        color: #FB5F00;
        border: 1px solid #FB5F00;
        height: 40px;
        width: 40px;
        font-size: 25px;
        line-height: 41px;
    }

        .social-links .social-list li a:hover {
            color: #fff;
            background: #FB5F00;
        }

.ja-home-icon {
    position: absolute;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 28%;
    min-width:480px;
    text-align: center;
    margin-top: 3px;
}


.header-right {
    float: right;
}

.skip_to_main {
    float: left;
}

    .skip_to_main a {
        color: #FB5F00;
        display: block;
        line-height: 24px;
        font-size: 80%;
        margin-right: 10px;
    }

        .skip_to_main a:hover {
            color: #242424;
        }

ul.top-m {
    float: left;
    margin-right: 10px;
    display: none;
}

    ul.top-m li {
        float: left;
        margin-left: 5px;
    }

        ul.top-m li a {
            display: block;
            width: 28px;
            height: 28px;
            text-align: center;
            border: 1px solid #FB5F00;
            line-height: 27px;
            font-size: 80%;
            /*color: #FB5F00;*/
            border-radius: 1px;
        }

            ul.top-m li a:hover {
                background: #FB5F00;
            }

            ul.top-m li a.dark {
                background: #333 !important;
                color: #fff !important;
                border: 0;
            }

                ul.top-m li a.dark:hover {
                    background: #000 !important;
                }

            ul.top-m li a.light {
                background: #f8f8f8 !important;
                color: #333 !important;
                border: 0;
            }

                ul.top-m li a.light:hover {
                    background: #fff !important;
                }

.social-links ul li a {
    display: block;
    height: 24px;
}

    .social-links ul li a:hover {
        opacity: 1;
    }

    .social-links ul li a i {
        font-size: 29px;
        line-height: normal;
    }

.search-area {
    float: left;
    position: relative;
    border: 0px solid #ffbd5f;
    margin-left: 16px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    display: none;
}

.inp-search {
    border: 0px;
    padding: 2px 25px 3px 5px;
    border: 1px solid #FB5F00;
    width: 230px;
    color: #FB5F00;
    background: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    height: 30px;
}

    .inp-search:focus {
        background: rgba(0, 0, 0, 0.1);
    }

.bttn-search {
    color: #FB5F00;
    position: absolute;
    right: 4px;
    top: 6px;
    z-index: 100;
    font-size: 13px;
}

.languege-area {
    float: left;
    position: relative;
    margin-left: 16px;
    color: #FB5F00;
}

    .languege-area label {
        float: left;
        margin-right: 10px;
        line-height: 18px;
        font-size: 90%;
    }

    .languege-area .select-languege {
        float: left;
        color: #FB5F00;
        padding: 0px;
        min-width: 100px;
        font-size: 13px;
        height: 23px;
    }

.menu-ul {
    margin-left: 10px;
    float: left;
    padding-top: 5px;
    display: none;
}

.top-logo {
    position: absolute;
    top: 70px;
    left: 3%;
    z-index: 800;
}

    .top-logo span {
        color: #fff !important;
        display: block;
        font-size: 200%;
        font-weight: 800;
        left: 28%;
        position: absolute;
        top: 60%;
        white-space: nowrap;
    }

[class^="icon-"], [class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.icon-align-justify:before {
    content: "";
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}


#hp-side-menu {
    position: fixed;
    left: 0;
    /*top: 45px;*/
    width: 310px;
    height: 100%;
    box-shadow: 4px 0 6px 1px rgba(0,0,0,0.1);
    visibility: hidden;
    opacity: 0;
    border-right: 1px solid #ccc;
    background-color: #fff;
    /* overflow: auto; */
}

    #hp-side-menu.active {
        z-index: 99999999999999999;
        opacity: 1;
        visibility: visible;
        background-color: #FB5F00;
        top: 0px;
    }

.cbp-spmenu-left.active {
    left: 0;
    margin-left: 0;
    background-color: #FB5F00;
}

ul.menu a {
    border: none;
    padding: 0;
    text-decoration: none;
    font-family: 'Antenna Medium',sans-serif;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: .05em;
    font-weight: 100;
    width: 94%;
    height: 68px;
    padding: 27px 0 0 8%;
    text-align: left;
    opacity: .8;
    outline: none;
    display: block;
    color: #333;
}

ul.menu a.menu-link.two-lines {
    padding-top: 14px;
    line-height: 22px;
}

.cbp-spmenu-vertical a:hover {
    opacity: 1;
}

.hp-close-icon, .hp-close-menu {
    width: 25px;
    height: 25px;
    position: absolute;
    background: url(/Images/close-icon.png) no-repeat;
    background-size: 100%;
    background-position: 100% 100%;
    right: 0;
    margin: 5px;
    cursor: pointer;
    opacity: 0;
    z-index: -1;
}

    .hp-close-icon.searchactive, .hp-close-menu.active {
        opacity: 1;
        z-index: 2;
    }

.hp-close-menu {
    width: 35px;
    height: 33px;
}

#hp-side-menu .hp-menu-block {
    padding-left: 10px;
    width: 100%;
    border-top: 1px solid #e2e2e2;
    margin-bottom: 9px;
    padding-top: 9px;
    position: relative;
}

    #hp-side-menu .hp-menu-block > ul > li {
        position: relative;
    }

    #hp-side-menu .hp-menu-block ul li:hover {
        border-radius: 5px;
        color: #000;
        background-color: #f0f8fc;
        text-decoration: none;
        margin-right: 10px;
    }

    #hp-side-menu .hp-menu-block ul li > a {
        color: #000;
        cursor: pointer;
        padding: 4px 21px 4px 12px;
        font: bold 14px/20px 'Roboto', Arial;
        text-transform: capitalize;
        display: inline-block;
        width: 100%;
        position: relative;
    }

.ja-body-container {
    -webkit-transition: all 225ms cubic-bezier(.215,.61,.355,1);
    -moz-transition: all 225ms cubic-bezier(.215,.61,.355,1);
    -o-transition: all 225ms cubic-bezier(.215,.61,.355,1);
    transition: all 225ms cubic-bezier(.215,.61,.355,1);
}

.menu-active {
    -moz-transform: translate(309px,0);
    -ms-transform: translate(309px,0);
    -o-transform: translate(309px,0);
    -webkit-transform: translate(309px,0);
    transform: translate(309px,0);
}

.menuArticle {
    float: left;
    width: 100%;
    height: 111px;
    padding: 22px 8% 15px 8%;
    background-color: #FB5F00 !important;
}

    .menuArticle .socialIconHolder a i, .address .socialIconHolder a i {
        font-size: 20px;
        color: #FB5F00 !important;
    }

.slider-div {
    margin-top: 68px;
}

.burger {
    cursor: pointer;
    float: left;
    font-size: 1px;
    height: 13px;
    line-height: 13px;
    margin-left: 2px;
    margin-top: 4px;
    overflow: visible;
    position: relative;
    width: 24px;
    transform: translateY(2px);
    z-index:-1;
}

.burger .h_line {
    background-color: #FB5F00;
    height: 2px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    width: 24px;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
    -moz-transition: -moz-transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
    -ms-transition: -ms-transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
    -o-transition: -o-transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
    transition: transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
}

.burger .h_line:nth-child(1) {
    top: 0px;
    z-index: 2;
    -webkit-transform-origin: 0px 1.5px;
    -moz-transform-origin: 0px 1.5px;
    -ms-transform-origin: 0px 1.5px;
    -o-transform-origin: 0px 1.5px;
    transform-origin: 0px 1.5px;
}

.burger .h_line:nth-child(2) {
    top: 5px;
    z-index: 1;
    -webkit-transition: opacity 0.4s linear 0.5s;
    -moz-transition: opacity 0.4s linear 0.5s;
    -o-transition: opacity 0.4s linear 0.5s;
    transition: opacity 0.4s linear 0.5s;
}

.burger .h_line:nth-child(3) {
    top: 10px;
    z-index: 3;
    -webkit-transform-origin: 0px 1.5px;
    -moz-transform-origin: 0px 1.5px;
    -ms-transform-origin: 0px 1.5px;
    -o-transform-origin: 0px 1.5px;
    transform-origin: 0px 1.5px;
}

/*Active*/

.menu-active .burger .h_line:nth-child(1) {
    -webkit-transform: translateY(-4px) rotate(45deg);
    -moz-transform: translateY(-4px) rotate(45deg);
    -o-transform: translateY(-4px) rotate(45deg);
    -ms-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
}

.menu-active .burger .h_line:nth-child(2) {
    opacity: 0;
    -webkit-transition: opacity 0.4s linear 0;
    -moz-transition: opacity 0.4s linear 0;
    -o-transition: opacity 0.4s linear 0;
    transition: opacity 0.4s linear 0;
}

.menu-active .burger .h_line:nth-child(3) {
    -webkit-transform: translateY(3px) rotate(-45deg);
    -moz-transform: translateY(3px) rotate(-45deg);
    -o-transform: translateY(3px) rotate(-45deg);
    -ms-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
}

/*#endrgion header*/

/*Inner Pages*/

.theme-page .left-container {
    padding:0;
}

.theme-page .left-top{
    padding-left: 2%;
}

.contact-social-links {
    margin-top:20px;
}

.contact-link {
    display: inline-block;
    font-size: 16px;
    float: left;
    vertical-align: top;
    padding-left: 26px;
    position: absolute;
    color: #009DFF;
}
.contact-social-links ul li{

    float:none;
    float: none;
    display: block;
    margin-top: 10px;
}

/*End Inner Page*/


/*#region history block*/
.pm-body-container {
    width: 100%;
    display: inline-block;
    margin-top: 35px;
}

.page-left {
    width: 65%;
    background: #fff;
    float: left;
    position: relative;
}

.left-container {
    padding: 3% 4%;
    position: relative;
    min-height: 700px;
}

.sidebar {
    width: 35%;
    float: right;
    position: relative;
}

.page-wrapper {
    background: #eee;
}

.sidebar-container {
    padding: 6%;
}

.gallery-container .left-top {
    padding-bottom: 0;
    border-bottom: 0;
}

.twitter-widget {
    min-height: 600px;
    background: #fff;
    margin-bottom: 20px;
    padding: 20px;
}

.fb-widget-container {
    text-align: center;
    background: #fff;
    padding: 21px 15px;
    margin-bottom:20px;
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
    top: -4px;
    position: relative;
}
/*#endregion history block*/


/*Circle Rotator*/

.circle-rotate {
    width: 100%;
    height: 100%;
    border: 2px dashed #FB5F00;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    /*top: 70px;*/
    left: 0;
    right: 0;
    /* bottom: 0; */
    margin: 0 auto;
}


.circle-rotate-container {
    width: 260px;
    height: 260px;
    border: none;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top: 46px;
    left: -3px;
    right: 0;
    /* bottom: 0; */
    margin: 0 auto;
}

    .circle-rotate-container .circle-rotate {
        top: -2px;
    }

    .circle-rotate-container img {
        margin-top: 1.7px;
        margin-left: 0.5px;
        width: 100%;
    }

.circle-rotate-animate {
    -webkit-animation: move 15s linear infinite;
    -moz-animation: move 15s linear infinite;
    -ms-animation: move 15s linear infinite;
    -o-animation: move 15s linear infinite;
    animation: move 15s linear infinite;
    border-radius: 50%;
    border: none;
}

.circle-rotate-animate-left {
    -webkit-animation: moveleft 20s linear infinite;
    -moz-animation: moveleft 20s linear infinite;
    -ms-animation: moveleft 20s linear infinite;
    -o-animation: moveleft 20s linear infinite;
    animation: moveleft 20s linear infinite;
    border-radius: 50%;
    border: 2px dashed #FB5F00;
}

.circle-rotate-animate-right {
    -webkit-animation: moveright 20s linear infinite;
    -moz-animation: moveright 20s linear infinite;
    -ms-animation: moveright 20s linear infinite;
    -o-animation: moveright 20s linear infinite;
    animation: moveright 20s linear infinite;
    border-radius: 50%;
    border: 2px dashed #FB5F00;
}

.circle-rotate-alt {
    -webkit-animation: movealt 15s linear infinite;
    -moz-animation: movealt 15s linear infinite;
    -ms-animation: movealt 15s linear infinite;
    -o-animation: movealt 15s linear infinite;
    animation: movealt 15s linear infinite;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    border-radius: 50%;
    border: none;
}

@keyframes move {
    0%,5% {
        transform: rotate(0deg);
    }

    10%,15% {
        transform: rotate(40deg);
    }

    20%,25% {
        transform: rotate(80deg);
    }

    30%, 35% {
        transform: rotate(120deg);
    }

    40%, 45% {
        transform: rotate(160deg);
    }

    50%, 55% {
        transform: rotate(200deg);
    }

    60%, 65% {
        transform: rotate(240deg);
    }

    70%, 75% {
        transform: rotate(280deg);
    }

    80%, 85% {
        transform: rotate(320deg);
    }

    90%, 95%,100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes move {
    0%,5% {
        -webkit-transform: rotate(0deg);
    }

    10%,15% {
        -webkit-transform: rotate(40deg);
    }

    20%,25% {
        -webkit-transform: rotate(80deg);
    }

    30%, 35% {
        -webkit-transform: rotate(120deg);
    }

    40%, 45% {
        -webkit-transform: rotate(160deg);
    }

    50%, 55% {
        -webkit-transform: rotate(200deg);
    }

    60%, 65% {
        -webkit-transform: rotate(240deg);
    }

    70%, 75% {
        -webkit-transform: rotate(280deg);
    }

    80%, 85% {
        -webkit-transform: rotate(320deg);
    }

    90%, 95%,100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes move {
    0%,5% {
        -moz-transform: rotate(0deg);
    }

    10%,15% {
        -moz-transform: rotate(40deg);
    }

    20%,25% {
        -moz-transform: rotate(80deg);
    }

    30%, 35% {
        -moz-transform: rotate(120deg);
    }

    40%, 45% {
        -moz-transform: rotate(160deg);
    }

    50%, 55% {
        -moz-transform: rotate(200deg);
    }

    60%, 65% {
        -moz-transform: rotate(240deg);
    }

    70%, 75% {
        -moz-transform: rotate(280deg);
    }

    80%, 85% {
        -moz-transform: rotate(320deg);
    }

    90%, 95%,100% {
        -moz-transform: rotate(360deg);
    }
}


@-ms-keyframes move {
    0%,5% {
        -ms-transform: rotate(0deg);
    }

    10%,15% {
        -ms-transform: rotate(40deg);
    }

    20%,25% {
        -ms-transform: rotate(80deg);
    }

    30%, 35% {
        -ms-transform: rotate(120deg);
    }

    40%, 45% {
        -ms-transform: rotate(160deg);
    }

    50%, 55% {
        -ms-transform: rotate(200deg);
    }

    60%, 65% {
        -ms-transform: rotate(240deg);
    }

    70%, 75% {
        -ms-transform: rotate(280deg);
    }

    80%, 85% {
        -ms-transform: rotate(320deg);
    }

    90%, 95%,100% {
        -ms-transform: rotate(360deg);
    }
}

@-o-keyframes move {
    0%,5% {
        -o-transform: rotate(0deg);
    }

    10%,15% {
        -o-transform: rotate(40deg);
    }

    20%,25% {
        -o-transform: rotate(80deg);
    }

    30%, 35% {
        -o-transform: rotate(120deg);
    }

    40%, 45% {
        -o-transform: rotate(160deg);
    }

    50%, 55% {
        -o-transform: rotate(200deg);
    }

    60%, 65% {
        -o-transform: rotate(240deg);
    }

    70%, 75% {
        -o-transform: rotate(280deg);
    }

    80%, 85% {
        -o-transform: rotate(320deg);
    }

    90%, 95%,100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes moveleft {
    0% {
        transform: rotate(-360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes moveleft {
    0% {
        -webkit-transform: rotate(-360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes moveleft {
    0% {
        -moz-transform: rotate(-360deg);
    }

    100% {
        -moz-transform: rotate(0deg);
    }
}

@-ms-keyframes moveleft {
    0% {
        -ms-transform: rotate(-360deg);
    }

    100% {
        -ms-transform: rotate(0deg);
    }
}

@-o-keyframes moveleft {
    0% {
        -o-transform: rotate(-360deg);
    }

    100% {
        -o-transform: rotate(0deg);
    }
}


@keyframes moveright {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes moveright {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-moz-keyframes moveright {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-ms-keyframes moveright {
 0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-o-keyframes moveright {
   0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


@keyframes movealt {
    0%,5% {
        transform: rotate(0deg);
    }

    10%,15% {
        transform: rotate(-40deg);
    }

    20%,25% {
        transform: rotate(-80deg);
    }

    30%, 35% {
        transform: rotate(-120deg);
    }

    40%, 45% {
        transform: rotate(-160deg);
    }

    50%, 55% {
        transform: rotate(-200deg);
    }

    60%, 65% {
        transform: rotate(-240deg);
    }

    70%, 75% {
        transform: rotate(-280deg);
    }

    80%, 85% {
        transform: rotate(-320deg);
    }

    90%, 95%,100% {
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes movealt {
    0%,5% {
        -webkit-transform: rotate(0deg);
    }

    10%,15% {
        -webkit-transform: rotate(-40deg);
    }

    20%,25% {
        -webkit-transform: rotate(-80deg);
    }

    30%, 35% {
        -webkit-transform: rotate(-120deg);
    }

    40%, 45% {
        -webkit-transform: rotate(-160deg);
    }

    50%, 55% {
        -webkit-transform: rotate(-200deg);
    }

    60%, 65% {
        -webkit-transform: rotate(-240deg);
    }

    70%, 75% {
        -webkit-transform: rotate(-280deg);
    }

    80%, 85% {
        -webkit-transform: rotate(-320deg);
    }

    90%, 95%,100% {
        -webkit-transform: rotate(-360deg);
    }
}

@-moz-keyframes movealt {
    0%,5% {
        -moz-transform: rotate(0deg);
    }

    10%,15% {
        -moz-transform: rotate(-40deg);
    }

    20%,25% {
        -moz-transform: rotate(-80deg);
    }

    30%, 35% {
        -moz-transform: rotate(-120deg);
    }

    40%, 45% {
        -moz-transform: rotate(-160deg);
    }

    50%, 55% {
        -moz-transform: rotate(-200deg);
    }

    60%, 65% {
        -moz-transform: rotate(-240deg);
    }

    70%, 75% {
        -moz-transform: rotate(-280deg);
    }

    80%, 85% {
        -moz-transform: rotate(-320deg);
    }

    90%, 95%,100% {
        -moz-transform: rotate(-360deg);
    }
}

@-ms-keyframes movealt {
    0%,5% {
        -ms-transform: rotate(0deg);
    }

    10%,15% {
        -ms-transform: rotate(-40deg);
    }

    20%,25% {
        -ms-transform: rotate(-80deg);
    }

    30%, 35% {
        -ms-transform: rotate(-120deg);
    }

    40%, 45% {
        -ms-transform: rotate(-160deg);
    }

    50%, 55% {
        -ms-transform: rotate(-200deg);
    }

    60%, 65% {
        -ms-transform: rotate(-240deg);
    }

    70%, 75% {
        -ms-transform: rotate(-280deg);
    }

    80%, 85% {
        -ms-transform: rotate(-320deg);
    }

    90%, 95%,100% {
        -ms-transform: rotate(-360deg);
    }
}

@-o-keyframes movealt {
    0%,5% {
        -o-transform: rotate(0deg);
    }

    10%,15% {
        -o-transform: rotate(-40deg);
    }

    20%,25% {
        -o-transform: rotate(-80deg);
    }

    30%, 35% {
        -o-transform: rotate(-120deg);
    }

    40%, 45% {
        -o-transform: rotate(-160deg);
    }

    50%, 55% {
        -o-transform: rotate(-200deg);
    }

    60%, 65% {
        -o-transform: rotate(-240deg);
    }

    70%, 75% {
        -o-transform: rotate(-280deg);
    }

    80%, 85% {
        -o-transform: rotate(-320deg);
    }

    90%, 95%,100% {
        -o-transform: rotate(-360deg);
    }
}

/*End Circle Rotator*/


a[data-lang='telugu'] {
    font-family: TeluguFont !important;
    font-size: 20px !important;
}

p[data-lang="telugu"], .filter-area h4[data-lang="telugu"], .content-block[data-lang="telugu"] p{
    font-family: TeluguFont !important;
}
p[data-lang="telugu"]
{
    font-size:18px !important;
}
.content-block[data-lang="telugu"] p{
    font-size: 20px !important;
    font-weight:bold;
}

.history-p{
        text-align: justify;
    line-height: 1.5;
    color: #333;
    padding:35px;
}

.history-p img{
    margin-bottom:10px;
}

p[data-lang="telugu"].history-p{
    font-size:21px !important;
}

.pmo-widget {
    display: block;
}

.info-block-2 {
    width: 378px;
    float: left;
    background: #393c42;
    position: relative;
}


.pmo-widget .info-block-2 {
    padding: 0;
    width: auto;
    margin-bottom: 20px;
}

.block-top {
    background: #FB5D01;
    height: 100%;
    position: relative;
}

.block-top-inner {
    padding: 0% 10% 2% 10%;
    text-align:center;
}

.profile-image {
    text-align: center;
}

.block-top-inner h5 {
    font-size: 24.2px;
    color: #fff;
    font-weight: 800;
    padding: 15px 0 0px 0;
    text-align: center;
}

.bttn.more-info {
    background: #fff;
    text-transform: none;
}

.bttn {
    display: inline-block;
    font-size: 18px;
    color: #FB5F00;
    padding: 15px 20px;
    text-align: center;
    background: #fc0;
    text-transform: uppercase;
    position: relative;
    z-index: 100;
}

.block-top-inner p {
    padding-bottom: 24.25px;
    color: #fff;
    font-size: 19.2px;
    font-weight: 300;
    color: #fff;
    line-height: 26.88px;
}

.position-block-bottom {
    bottom: 0;
    padding: 37.8px 37.8px 0 37.8px;
    width: 100%;
}

.contact-us-block{
  background: #FB5F00;
    min-height: 200px;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
   padding: 35px 46px;
}

.contact-us-block .subscribe-form{
    margin: 0;
}

.contact-us-block h2{

    font-size: 39px;
    color: #fff;

}

.mobile-display-inline {
    display: none;
}

.email-block .img-circle{
    border: 3px solid transparent;
    -webkit-box-shadow: 0 0 0 1px #FFFFFF;
    -moz-box-shadow: 0 0 0 1px #FA5C00;
    box-shadow: 0 0 0 1px #FFFFFF;
}

 .inner-container{
        width: 100%;
    }


 /*Whats App Card*/
 .whatsappcard-container {
    width: 100%;
    display: inline-block;
    margin-top:16px;
}

 .whatsappcard-container .whatsapp-card:first-child{
    
 }

 .whatsapp-card {
    width: 31.333%;
    float: left;
    background: #F6F7F8;
    padding: 14px;
    margin-right: 10px;
    min-width:250px;
    margin-top:10px;
}

 .whatsapp-card strong{
         color: #333;
 }

 .whatsapp-card img{
    float: left;
    height: 70px;
    width: 70px;
    border-radius: 50%;
 }

 .whatsapp-card > div{
     float: left;
     padding-left: 8px;
 }


 /*Whats App Card*/

/*Mobile*/

@media (max-width:900px){

    .ja-home-icon img{
            height: 50px !important;
    margin-top: 8px;
    margin-left: -115px;
    }
    .social-links {
   
    margin-top: -5px;
    margin-right: 0px;
}

    .social-links ul li {
   
    margin-left: 2px;
}
}

@media (max-width: 767px) {


    .gallery-rearrange-container {
    -moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
}
    .mobile-display-none{
        display:none;
    }
    .mobile-display-inline{
        display:inline-block;
        width: 100%;
    }

    [class*='col-'] + [class*='col-'] {
        margin-top: 30px;
    }

   .ja-home-icon {
    height: 100%;
    width: 83%;
    min-width: 223px;
    text-align: center;
    margin-top: 16px;
    margin-left: 53px;
}
    header .header-right{
        /*display: none;*/

        margin: 0;
    margin-top: 40px;
    display: inline-block;
    width: 100%;
    background: #fff;
    float: none;
    text-align: center;
    max-width: none;
    position: absolute;
    left: 0;
    }

    .social-links {
    float: left;
    vertical-align: top;
    margin-top: 3px;
    margin-right: 8px;
    width: 100%;
    padding-left: 24%;
    padding-bottom: 5px;
}

    .social-links ul li {
    margin-left: 7px;
}

    .social-list{
        float:right;
           padding-right: 10px;
    }
    .ja-home-icon  img {
        height : auto !important;
          margin-top: 0px;
          margin-left: 0;
    }

    #ja-menu-text {
    /* display: none; */
    position: absolute;
    top: 18px;
    left: 0;
    font-size: 9px;
    font-weight: 400;
}
    .header-container{
        margin-left:15px;
    }
    .burger{
        z-index:1;
    }
    .slider-div {
   margin-top: 50px;
}

    .animated, .col-sm-4{
       padding: 0px 40px;

    }
    /*.slider-div {
    margin-top: 50px;
}*/
    .social-links .social-list li a {
  
    height: 35px;
    width: 35px;
    font-size: 19px;
    line-height: 35px;
}

    .footer-social {
    width: 99%;
}
    .interact-block a h3 {
    font-size: 100%;
}

   

    .interact-block.left a {
    float: none;
    display: block;
    margin-left: 10px;
}

    .interact-block{
        padding:0
    }

    footer .socialIconHolder a {
    height: 55px;
    width: 50px;
}

    footer .container{
        width: 98%;
    padding: 0;
    }

    .page-left, .sidebar {
    float: none;
    display: block;
    width: auto;
    margin-bottom: 0;
}
    .popular_image {
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
}
    .main-pop-holder{
        width:100%;
        display: none;
    }

    .popular_image .photo {
    height: auto;
    max-height: 250px;
    margin-bottom: 15px;
}
    .dowload-image, .main-popular-holder {
  display:none;
}
    .photo {
        height: 200px;
    }
    .gallery-container .left-top{
        display: none;
    }

    .gallery-box {
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0;
}

    .gallery-holder.clearfix {
    margin-top: 15px;
}
    .video_section_content {
    display: block;
    width: 100%;
    float: none;
}

    .video_thumb_section {
    display: block;
    width: 100%;
    float: none;
    height: auto!important;
}
    ul.vidclick li {
    width: 100%;
    margin: 10px 0;
}

    .footer-bil{
        width:67%;
    }
    ul.fotter-nav li{
        padding:0 5px 0 5px;
    }



    .bg2 .tc {
        position: absolute;
        margin-top: 0;
        left: 0;
        padding: 1px 65px;
    }

    .bg2 .col-xs-12.col-sm-8:not(.email-container) {
        padding-top: 315px;
        float: right;
    }
}



