
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
a:active,a:focus {
outline: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #79BDB9;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #79BDB9;
  text-decoration: underline;
}
/*a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}*/
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}

.video-responsive {position: relative;padding-bottom: 56.25%;padding-top: 30px; height: 0; overflow: hidden; }//z-index: 99999;
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {z-index:-1;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-bottom: 1px solid #333;
}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.container {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1200px) {.container {width: 970px;}}
@media (max-width: 992px) {.container {width: 750px;}}
@media (max-width: 768px) {.container{width: 600px;}}
@media (max-width: 600px) {.container{width: 100%;}}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {margin-left: -15px;margin-right: -15px;}
.row:before, .row:after{ content: " "; display: table; }
.row:after{clear: both;}

.row-fluid {margin-left: 0px;margin-right: 0px;}
.row-fluid:before, .row-fluid:after{ content: " "; display: table; }
.row-fluid:after{clear: both;}


.mobile-1, .tablet-1, .labtop-1, .desktop-1, .mobile-2, .tablet-2, .labtop-2, .desktop-2, .mobile-3, .tablet-3, .labtop-3, .desktop-3, .mobile-4, .tablet-4, .labtop-4, .desktop-4, .mobile-5, .tablet-5, .labtop-5, .desktop-5, .mobile-6, .tablet-6, .labtop-6, .desktop-6, .mobile-7, .tablet-7, .labtop-7, .desktop-7, .mobile-8, .tablet-8, .labtop-8, .desktop-8, .mobile-9, .tablet-9, .labtop-9, .desktop-9, .mobile-10, .tablet-10, .labtop-10, .desktop-10, .mobile-11, .tablet-11, .labtop-11, .desktop-11, .mobile-12, .tablet-12, .labtop-12, .desktop-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
      transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    /*position:relative;*/
}
.no-gap{padding-left: 0;padding-right: 0;}
/*---------------------------------------


              Grid Desktop 


----------------------------------------*/
  .hidden-labtop,.hidden-mobile,.hidden-talet{display: inherit;}
  .hiden-desktop{display: none;}
  .desktop-1, .desktop-2, .desktop-3, .desktop-4, .desktop-5, .desktop-6, .desktop-7, .desktop-8, .desktop-9, .desktop-10, .desktop-11, .desktop-12 {float: left;}
  .desktop-12 {width: 100%;}
  .desktop-11 {width: 91.66666667%;}
  .desktop-10 {width: 83.33333333%;}
  .desktop-9 {width: 75%;}
  .desktop-8 {width: 66.66666667%;}
  .desktop-7 {width: 58.33333333%;}
  .desktop-6 {width: 50%;}
  .desktop-5 {width: 41.66666667%;}
  .desktop-4 {width: 33.33333333%;}
  .desktop-3 {width: 25%;}
  .desktop-2 {width: 16.66666667%;}
  .desktop-1 {width: 8.33333333%;}
  .desktop-right-12 {position: relative;right: 100%;}
  .desktop-right-11 {position: relative;right: 91.66666667%;}
  .desktop-right-10 {position: relative;right: 83.33333333%;}
  .desktop-right-9 {position: relative;right: 75%;}
  .desktop-right-8 {position: relative;right: 66.66666667%;}
  .desktop-right-7 {position: relative;right: 58.33333333%;}
  .desktop-right-6 {position: relative;right: 50%;}
  .desktop-right-5 {position: relative;right: 41.66666667%;}
  .desktop-right-4 {position: relative;right: 33.33333333%;}
  .desktop-right-3 {position: relative;right: 25%;}
  .desktop-right-2 {position: relative;right: 16.66666667%;}
  .desktop-right-1 {position: relative;right: 8.33333333%;}
  .desktop-right-0 {position: relative;right: 0%;}
  .desktop-left-12 {position: relative;left: 100%;}
  .desktop-left-11 {position: relative;left: 91.66666667%;}
  .desktop-left-10 {position: relative;left: 83.33333333%;}
  .desktop-left-9 {position: relative;left: 75%;}
  .desktop-left-8 {position: relative;left: 66.66666667%;}
  .desktop-left-7 {position: relative;left: 58.33333333%;}
  .desktop-left-6 {position: relative;left: 50%;}
  .desktop-left-5 {position: relative;left: 41.66666667%;}
  .desktop-left-4 {position: relative;left: 33.33333333%;}
  .desktop-left-3 {position: relative;left: 25%;}
  .desktop-left-2 {position: relative;left: 16.66666667%;}
  .desktop-left-1 {position: relative;left: 8.33333333%;}
  .desktop-left-0 {position: relative;left: 0%;}
  .desktop-offset-12 {margin-left: 100%;}
  .desktop-offset-11 {margin-left: 91.66666667%;}
  .desktop-offset-10 {margin-left: 83.33333333%;}
  .desktop-offset-9 {margin-left: 75%;}
  .desktop-offset-8 {margin-left: 66.66666667%;}
  .desktop-offset-7 {margin-left: 58.33333333%;}
  .desktop-offset-6 {margin-left: 50%;}
  .desktop-offset-5 {margin-left: 41.66666667%;}
  .desktop-offset-4 {margin-left: 33.33333333%;}
  .desktop-offset-3 {margin-left: 25%;}
  .desktop-offset-2 {margin-left: 16.66666667%;}
  .desktop-offset-1 {margin-left: 8.33333333%;}
  .desktop-offset-0 {margin-left: 0%;}
/*---------------------------------------


              Grid Labtop 


----------------------------------------*/
@media (max-width: 1200px) {
  .hidden-labtop{display: none;}
  .labtop-1, .labtop-2, .labtop-3, .labtop-4, .labtop-5, .labtop-6, .labtop-7, .labtop-8, .labtop-9, .labtop-10, .labtop-11, .labtop-12 {float: left;}
  .labtop-12 {width: 100%;}
  .labtop-11 {width: 91.66666667%;}
  .labtop-10 {width: 83.33333333%;}
  .labtop-9 {width: 75%;}
  .labtop-8 {width: 66.66666667%;}
  .labtop-7 {width: 58.33333333%;}
  .labtop-6 {width: 50%;}
  .labtop-5 {width: 41.66666667%;}
  .labtop-4 {width: 33.33333333%;}
  .labtop-3 {width: 25%;}
  .labtop-2 {width: 16.66666667%;}
  .labtop-1 {width: 8.33333333%;}
  .labtop-right-12 {position: relative;right: 100%;}
  .labtop-right-11 {position: relative;right: 91.66666667%;}
  .labtop-right-10 {position: relative;right: 83.33333333%;}
  .labtop-right-9 {position: relative;right: 75%;}
  .labtop-right-8 {position: relative;right: 66.66666667%;}
  .labtop-right-7 {position: relative;right: 58.33333333%;}
  .labtop-right-6 {position: relative;right: 50%;}
  .labtop-right-5 {position: relative;right: 41.66666667%;}
  .labtop-right-4 {position: relative;right: 33.33333333%;}
  .labtop-right-3 {position: relative;right: 25%;}
  .labtop-right-2 {position: relative;right: 16.66666667%;}
  .labtop-right-1 {position: relative;right: 8.33333333%;}
  .labtop-right-0 {position: relative;right: 0%;}
  .labtop-left-12 {position: relative;left: 100%;}
  .labtop-left-11 {position: relative;left: 91.66666667%;}
  .labtop-left-10 {position: relative;left: 83.33333333%;}
  .labtop-left-9 {position: relative;left: 75%;}
  .labtop-left-8 {position: relative;left: 66.66666667%;}
  .labtop-left-7 {position: relative;left: 58.33333333%;}
  .labtop-left-6 {position: relative;left: 50%;}
  .labtop-left-5 {position: relative;left: 41.66666667%;}
  .labtop-left-4 {position: relative;left: 33.33333333%;}
  .labtop-left-3 {position: relative;left: 25%;}
  .labtop-left-2 {position: relative;left: 16.66666667%;}
  .labtop-left-1 {position: relative;left: 8.33333333%;}
  .labtop-left-0 {position: relative;left: 0%;}
  .labtop-offset-12 {margin-left: 100%;}
  .labtop-offset-11 {margin-left: 91.66666667%;}
  .labtop-offset-10 {margin-left: 83.33333333%;}
  .labtop-offset-9 {margin-left: 75%;}
  .labtop-offset-8 {margin-left: 66.66666667%;}
  .labtop-offset-7 {margin-left: 58.33333333%;}
  .labtop-offset-6 {margin-left: 50%;}
  .labtop-offset-5 {margin-left: 41.66666667%;}
  .labtop-offset-4 {margin-left: 33.33333333%;}
  .labtop-offset-3 {margin-left: 25%;}
  .labtop-offset-2 {margin-left: 16.66666667%;}
  .labtop-offset-1 {margin-left: 8.33333333%;}
  .labtop-offset-0 {margin-left: 0%;}
}
/*---------------------------------------


              Grid Tablet 


----------------------------------------*/
@media (max-width: 992px ) {
  .hidden-talet{display: none;}
  .tablet-1, .tablet-2, .tablet-3, .tablet-4, .tablet-5, .tablet-6, .tablet-7, .tablet-8, .tablet-9, .tablet-10, .tablet-11, .tablet-12 {float: left;}
  .tablet-12 {width: 100%;}
  .tablet-11 {width: 91.66666667%;}
  .tablet-10 {width: 83.33333333%;}
  .tablet-9 {width: 75%;}
  .tablet-8 {width: 66.66666667%;}
  .tablet-7 {width: 58.33333333%;}
  .tablet-6 {width: 50%;}
  .tablet-5 {width: 41.66666667%;}
  .tablet-4 {width: 33.33333333%;}
  .tablet-3 {width: 25%;}
  .tablet-2 {width: 16.66666667%;}
  .tablet-1 {width: 8.33333333%;}
  .tablet-right-12 {position: relative;right: 100%;}
  .tablet-right-11 {position: relative;right: 91.66666667%;}
  .tablet-right-10 {position: relative;right: 83.33333333%;}
  .tablet-right-9 {position: relative;right: 75%;}
  .tablet-right-8 {position: relative;right: 66.66666667%;}
  .tablet-right-7 {position: relative;right: 58.33333333%;}
  .tablet-right-6 {position: relative;right: 50%;}
  .tablet-right-5 {position: relative;right: 41.66666667%;}
  .tablet-right-4 {position: relative;right: 33.33333333%;}
  .tablet-right-3 {position: relative;right: 25%;}
  .tablet-right-2 {position: relative;right: 16.66666667%;}
  .tablet-right-1 {position: relative;right: 8.33333333%;}
  .tablet-right-0 {position: relative;right: 0%;}
  .tablet-left-12 {position: relative;left: 100%;}
  .tablet-left-11 {position: relative;left: 91.66666667%;}
  .tablet-left-10 {position: relative;left: 83.33333333%;}
  .tablet-left-9 {position: relative;left: 75%;}
  .tablet-left-8 {position: relative;left: 66.66666667%;}
  .tablet-left-7 {position: relative;left: 58.33333333%;}
  .tablet-left-6 {position: relative;left: 50%;}
  .tablet-left-5 {position: relative;left: 41.66666667%;}
  .tablet-left-4 {position: relative;left: 33.33333333%;}
  .tablet-left-3 {position: relative;left: 25%;}
  .tablet-left-2 {position: relative;left: 16.66666667%;}
  .tablet-left-1 {position: relative;left: 8.33333333%;}
  .tablet-left-0 {position: relative;left: 0%;}
  .tablet-offset-12 {margin-left: 100%;}
  .tablet-offset-11 {margin-left: 91.66666667%;}
  .tablet-offset-10 {margin-left: 83.33333333%;}
  .tablet-offset-9 {margin-left: 75%;}
  .tablet-offset-8 {margin-left: 66.66666667%;}
  .tablet-offset-7 {margin-left: 58.33333333%;}
  .tablet-offset-6 {margin-left: 50%;}
  .tablet-offset-5 {margin-left: 41.66666667%;}
  .tablet-offset-4 {margin-left: 33.33333333%;}
  .tablet-offset-3 {margin-left: 25%;}
  .tablet-offset-2 {margin-left: 16.66666667%;}
  .tablet-offset-1 {margin-left: 8.33333333%;}
  .tablet-offset-0 {margin-left: 0%;}
}
/*---------------------------------------


              Grid Mobile 


----------------------------------------*/
@media (max-width: 768px) {
  .hidden-mobile{display: none;}
  .mobile-1, .mobile-2, .mobile-3, .mobile-4, .mobile-5, .mobile-6, .mobile-7, .mobile-8, .mobile-9, .mobile-10, .mobile-11, .mobile-12 {float: left;}
  .mobile-12 {width: 100%;}
  .mobile-11 {width: 91.66666667%;}
  .mobile-10 {width: 83.33333333%;}
  .mobile-9 {width: 75%;}
  .mobile-8 {width: 66.66666667%;}
  .mobile-7 {width: 58.33333333%;}
  .mobile-6 {width: 50%;}
  .mobile-5 {width: 41.66666667%;}
  .mobile-4 {width: 33.33333333%;}
  .mobile-3 {width: 25%;}
  .mobile-2 {width: 16.66666667%;}
  .mobile-1 {width: 8.33333333%;}
  .mobile-right-12 {position: relative;right: 100%;}
  .mobile-right-11 {position: relative;right: 91.66666667%;}
  .mobile-right-10 {position: relative;right: 83.33333333%;}
  .mobile-right-9 {position: relative;right: 75%}
  .mobile-right-8 {position: relative;right: 66.66666667%;}
  .mobile-right-7 {position: relative;right: 58.33333333%;}
  .mobile-right-6 {position: relative;right: 50%;}
  .mobile-right-5 {position: relative;right: 41.66666667%;}
  .mobile-right-4 {position: relative;right: 33.33333333%;}
  .mobile-right-3 {position: relative;right: 25%;}
  .mobile-right-2 {position: relative;right: 16.66666667%;}
  .mobile-right-1 {position: relative;right: 8.33333333%;}
  .mobile-right-0 {position: relative;right: 0%;}
  .mobile-left-12 {position: relative;left: 100%;}
  .mobile-left-11 {position: relative;left: 91.66666667%;}
  .mobile-left-10 {position: relative;left: 83.33333333%;}
  .mobile-left-9 {position: relative;left: 75%;}
  .mobile-left-8 {position: relative;left: 66.66666667%;}
  .mobile-left-7 {position: relative;left: 58.33333333%;}
  .mobile-left-6 {position: relative;left: 50%;}
  .mobile-left-5 {position: relative;left: 41.66666667%;}
  .mobile-left-4 {position: relative;left: 33.33333333%;}
  .mobile-left-3 {position: relative;left: 25%;}
  .mobile-left-2 {position: relative;left: 16.66666667%;}
  .mobile-left-1 {position: relative;left: 8.33333333%;}
  .mobile-left-0 {position: relative;left: 0%;}
  .mobile-offset-12 {margin-left: 100%;}
  .mobile-offset-11 {margin-left: 91.66666667%;}
  .mobile-offset-10 {margin-left: 83.33333333%;}
  .mobile-offset-9 {margin-left: 75%;}
  .mobile-offset-8 {margin-left: 66.66666667%;}
  .mobile-offset-7 {margin-left: 58.33333333%;}
  .mobile-offset-6 {margin-left: 50%;}
  .mobile-offset-5 {margin-left: 41.66666667%;}
  .mobile-offset-4 {margin-left: 33.33333333%;}
  .mobile-offset-3 {margin-left: 25%;}
  .mobile-offset-2 {margin-left: 16.66666667%;}
  .mobile-offset-1 {margin-left: 8.33333333%;}
  .mobile-offset-0 {margin-left: 0%;}
}


