/*iOs_link_fix*/
img {
  height: auto;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  outline: none !important;
}
/*------ template stylization ------*/
body {
  overflow: hidden;
  overflow-y: visible;
  background-color: #237271;
}
p {
  font: 300 12px/24px 'Roboto', sans-serif;
  color: #000000;
  margin-bottom: 12px;
}
p a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
p a:hover {
  color: #277e7d;
  text-decoration: none;
}
.p1 {
  font: 300 14px/24px 'Roboto', sans-serif;
  color: #000000;
  margin-bottom: 12px;
}
address {
  margin-bottom: 20px;
  font: 400 14px/22px 'Roboto', sans-serif;
  color: #000000;
  text-transform: none;
}
address a {
  color: #277e7d;
  text-decoration: none;
}
address a:hover {
  color: #000000;
  text-decoration: none;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #000000;
}
h2 {
  font: 300 14px/20px 'Roboto', sans-serif;
  color: #277e7d;
  text-align: center;
  text-transform: uppercase;
  margin: 0px 0px 25px 0px;
  padding: 0px 0px 0px 0px;
}
h3,
h4,
.font-style-1 {
  text-transform: uppercase;
  font: 400 36px/36px 'Roboto Condensed', sans-serif;
  color: #277e7d;
  padding: 0px 0px 30px 0px;
  margin: 0px 0px 0px 0px;
}
h3 > a,
h4 > a,
.font-style-1 > a {
  color: inherit;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
h3 > a:hover,
h4 > a:hover,
.font-style-1 > a:hover {
  text-decoration: none;
}
.font-style-2 {
  display: inline-block;
  font: 400 14px/24px 'Roboto', sans-serif;
  color: #277e7d;
  text-transform: uppercase;
  text-decoration: none;
}
.font-style-3 {
  display: inline-block;
  font: 400 12px/24px 'Roboto', sans-serif;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
}
h5,
time {
  margin: 0;
  padding: 0;
  padding-bottom: 25px;
  display: inline-block;
  font: 400 14px/20px 'Roboto', sans-serif;
  color: #277e7d;
  text-transform: uppercase;
}
h5 a,
time a {
  margin-top: 10px;
  font: 400 14px/20px 'Roboto', sans-serif;
  color: #277e7d;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
h5 a:hover,
time a:hover {
  color: #000000;
  text-decoration: none;
}
h6 {
  margin: 0;
  padding: 0;
  padding-bottom: 0px;
  display: inline-block;
  font: 700 120px/130px 'Roboto Condensed', sans-serif;
  color: #277e7d;
  text-transform: uppercase;
}
.a_1 {
  display: block;
  font: 400 14px/24px 'Roboto', sans-serif;
  color: #277e7d;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.a_1:hover {
  color: #000000;
  text-decoration: none;
}
/*------------- HEADER ---------------------------------------------------------- */
header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 300;
  margin-bottom: 0px;
}
h1 {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0px 0px 0px 0px;
  overflow: hidden;
}
.navbar-brand {
  pointer-events: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 292px;
  height: 291px;
  overflow: hidden;
  font-size: 10px;
  line-height: 1.2em;
}
/*---------------- HEADER end ------------------------------------------------*/
/*-------------- FOOTER ---------------------------------------------------- */
footer {
  position: fixed;
  height: 56px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 102;
  text-transform: uppercase;
  padding: 14px 0 11px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
footer .btn.btn-link {
  font-size: 14px;
}
/*footer paginnation*/
.pagination-holder {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 42px;
  text-align: center;
  z-index: 1000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background: rgba(255, 255, 255, 0.8);
}
.pagination-holder.show {
  height: 88px;
}
.pagination-holder #owl.owl {
  position: relative;
  display: inline-block !important;
  width: 980px;
}
.pagination-holder #owl.owl .owl-item {
  margin-top: 10px;
  height: 32px;
}
.pagination-holder #owl.owl .owl-item.focus > a,
.pagination-holder #owl.owl .owl-item > a:hover {
  text-decoration: none;
  background: #277e7d;
  color: #ffffff;
}
.pagination-holder #owl.owl .owl-item.focus > a:after,
.pagination-holder #owl.owl .owl-item > a:hover:after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  top: -4px;
  left: -4px;
  border: 1px solid #277e7d;
}
.pagination-holder #owl.owl a {
  position: relative;
  width: 28px;
  height: 28px;
  float: left;
  margin: 0 6px;
  background: none;
  border: none;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-align: center;
  font: 12px/28px 'Roboto', sans-serif;
  color: #277e7d;
}
.pagination-holder #owl.owl a:after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  top: -4px;
  left: -4px;
}
.owl-wrapper {
  overflow: visible;
}
.owl-wrapper-outer {
  overflow: visible;
}
/*folow links*/
.copyright {
  position: relative;
  top: 10px;
  margin-right: 60px;
  letter-spacing: 1px;
  float: right;
  font: 400 10px/10px 'Roboto', sans-serif;
  color: #277e7d;
}
.copyright a {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.copyright a:hover {
  color: #277e7d;
  text-decoration: none;
}
/*-----------  MENU  ------------------------------------------------------------*/
#mainNav {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin: 12px 0px 0px 60px;
  float: left;
}
#mainNav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
#mainNav > ul > li {
  position: relative;
  float: left;
  margin-right: 20px;
}
#mainNav > ul > li > a {
  position: relative;
  display: inline-block;
  float: left;
  font: 400 12px/12px 'Roboto', sans-serif;
  color: #277e7d;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mainNav > ul > li > a:after {
  content: '';
  position: absolute;
  opacity: 0;
  top: -20px;
  left: 50%;
  margin-left: -3px;
  width: 7px;
  height: 4px;
  background-image: url(../img/menu_arr.png);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#mainNav > ul > li.active > a,
#mainNav > ul > li.sfHover > a,
#mainNav > ul > li.sfSubSelected > a,
#mainNav > ul > li > a:hover {
  font: 700 12px/12px 'Roboto', sans-serif;
  text-decoration: none;
}
#mainNav > ul > li.active > a:after,
#mainNav > ul > li.sfHover > a:after,
#mainNav > ul > li.sfSubSelected > a:after,
#mainNav > ul > li > a:hover:after {
  opacity: 1;
  top: -10px;
}
.subNav {
  position: relative;
  display: block;
  z-index: 8000;
}
.subNav ul {
  position: absolute;
  bottom: 27px;
  left: -35px;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.5);
  width: 140px;
  text-align: center;
}
.subNav ul li {
  position: relative;
  display: block;
  line-height: 1;
}
.subNav ul li:first-child {
  margin-top: 15px;
}
.subNav ul li:last-child {
  margin-bottom: 15px;
}
.subNav ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  z-index: 300;
  font: 400 12px/20px 'Roboto', sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #277e7d;

}
.subNav ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 0px;
  height: 1px;
  background: #277e7d;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.subNav ul li.active > a,
.subNav ul li a:hover {
  text-decoration: none;
  font: 700 12px/20px 'Roboto', sans-serif;
}
.subNav ul li.active > a:after,
.subNav ul li a:hover:after {
  width: 100%;
}
.subNav ul ul {
  bottom: -15px;
  left: 140px;
  background: rgba(255, 255, 255, 0.5);
}

[data-x-mode="true"] .mainNav > ul > li .subNav ul {
  display: none;
}

[data-x-mode="true"] .mainNav > ul > li.focus .subNav ul {
  display: block;
}
/*-----------  MENU END  ------------------------------------------------------------*/
/*-----------  FOOTER END  ------------------------------------------------------*/
/*-----------  CONTENT HOLDER  --------------------------------------------------*/
#glob-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  white-space: nowrap;
  overflow: hidden;
}
#content:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
#content > div {
  position: relative;
  display: inline-block;
  width: 25%;
  height: 100%;
  margin-left: -4px;
  overflow: hidden;
  /*active parameters*/
  /*deactive parameters*/
}
#content > div > div {
  visibility: hidden;
  padding-bottom: 60px;
}
#content > div.active > div {
  visibility: visible;
}
#content > div.active > div p.model-logo em {
  left: 60px;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
#content > div.active > div p.model-logo .name {
  left: 0px;
}
#content > div.active > div p.model-logo em,
#content > div.active > div p.model-logo .name {
  opacity: 1;
  filter: alpha(opacity=100);
}
#content > div p.model-logo em {
  -webkit-transform: rotateY(-40deg);
  -ms-transform: rotateY(-40deg);
  transform: rotateY(-40deg);
}
#content > div p.model-logo .name {
  left: -500px;
}
#content > div p.model-logo em,
#content > div p.model-logo .name {
  opacity: 0;
  filter: alpha(opacity=0);
}
#content p {
  white-space: normal;
}
#content.splash-disable {
  pointer-events: none;
}
#content.splash-disable:after {
  display: block;
}
.model-bg {
  background-size: cover;
  background-position: center top;
}
.model-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: rgba(255, 255, 255, 0.09);
}
.model-bg:first-child.active {
  margin-left: 100px !important;
}
#model-1 {
  background-image: url(../img/bg_pic1.png);
}
#model-2 {
  background-image: url(../img/bg_pic2.png);
}
#model-3 {
  background-image: url(../img/bg_pic3.png);
}
#model-4 {
  background-image: url(../img/bg_pic4.png);
}
#model-5 {
  background-image: url(../img/bg_pic5.png);
}
#model-6 {
  background-image: url(../img/bg_pic6.png);
}
#model-7 {
  background-image: url(../img/bg_pic7.png);
}
#model-8 {
  background-image: url(../img/bg_pic8.png);
}
#model-9 {
  background-image: url(../img/bg_pic9.png);
}
#model-10 {
  background-image: url(../img/bg_pic10.png);
}
#model-11 {
  background-image: url(../img/bg_pic11.png);
}
#model-12 {
  background-image: url(../img/bg_pic12.png);
}
#model-13 {
  background-image: url(../img/bg_pic13.png);
}
#model-14 {
  background-image: url(../img/bg_pic14.png);
}
#model-15 {
  background-image: url(../img/bg_pic15.png);
}
#model-16 {
  background-image: url(../img/bg_pic16.png);
}
#model-17 {
  background-image: url(../img/bg_pic17.png);
}
#model-18 {
  background-image: url(../img/bg_pic18.png);
}
#model-19 {
  background-image: url(../img/bg_pic19.png);
}
#model-20 {
  background-image: url(../img/bg_pic20.png);
}
#model-2,
#model-6,
#model-7,
#model-8,
#model-10,
#model-12,
#model-13,
#model-14,
#model-15,
#model-17,
#model-19,
#model-20 {
  background-position: center center;
}
a.model-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
[data-x-mode="true"] a.model-logo {
  padding: 60px;
}
a.model-logo strong {
  position: absolute;
  bottom: 12%;
  left: 0;
  width: 100%;
  height: 260px;
}
a.model-logo em {
  left: -100px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.model-logo .name {
  left: 100%;
}
a.model-logo:hover {
  text-decoration: none;
}
a.model-logo:hover em,
[data-x-mode="true"] a.model-logo em {
  left: 60px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
a.model-logo:hover span,
[data-x-mode="true"] a.model-logo span {
  left: 0;
  transition-delay: 0.6s;
}
a.model-logo:hover .name,
[data-x-mode="true"] a.model-logo .name {
  left: 0;
  transition-delay: 0.2s;
}
p.model-logo {
  text-align: left;
  margin-bottom: 14px;
}
p.model-logo em {
  text-align: center;
}
p.model-logo .name {
  padding: 17px 0 0 5px;
}
p.model-logo strong {
  bottom: 0;
}
.model-logo {
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
.model-logo.hide-button {
  width: 0;
  height: 0;
  display: none;
}
[data-x-mode="true"] .model-logo.hide-button {
  width: 100%;
  height: 100%;
  display: block;
}
.model-logo em {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  top: 0px;
  left: 0px;
  float: right;
  background: none;
  font: 400 72px 'Roboto Condensed', sans-serif;
  line-height: 72px;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.model-logo .name {
  position: relative;
  display: block;
  text-align: left;
  font: 400 36px/36px 'Roboto Condensed', sans-serif;
  color: #ffffff;
  margin: 0px 0 0px;
  padding-top: 50px;
  margin-left: 60px;
  text-transform: uppercase;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#other_pages {
  position: relative;
  display: block;
  z-index: 100;
}
#other_pages > div {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
  display: none;
}
#content > div,
#other_pages > div {
  /*-----------  page animation]  --------------------------------------------------*/
}
#content > div .animateBlock .animateItem1,
#other_pages > div .animateBlock .animateItem1,
#content > div .animateBlock .animateItem2,
#other_pages > div .animateBlock .animateItem2,
#content > div .animateBlock .animateItem3,
#other_pages > div .animateBlock .animateItem3,
#content > div .animateBlock .animateItem4,
#other_pages > div .animateBlock .animateItem4,
#content > div .animateBlock .animateItem5,
#other_pages > div .animateBlock .animateItem5,
#content > div .animateBlock .animateItem6,
#other_pages > div .animateBlock .animateItem6,
#content > div .animateBlock .animateItem7,
#other_pages > div .animateBlock .animateItem7,
#content > div .animateBlock .animateItem8,
#other_pages > div .animateBlock .animateItem8,
#content > div .animateBlock .animateItem9,
#other_pages > div .animateBlock .animateItem9,
#content > div .animateBlock .animateItem10,
#other_pages > div .animateBlock .animateItem10,
#content > div .animateBlock .animateItem11,
#other_pages > div .animateBlock .animateItem11,
#content > div .animateBlock .animateItem12,
#other_pages > div .animateBlock .animateItem12 {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 50px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#content > div .animateBlock.animateBlock-2 .animateItem1,
#other_pages > div .animateBlock.animateBlock-2 .animateItem1,
#content > div .animateBlock.animateBlock-2 .animateItem2,
#other_pages > div .animateBlock.animateBlock-2 .animateItem2,
#content > div .animateBlock.animateBlock-2 .animateItem3,
#other_pages > div .animateBlock.animateBlock-2 .animateItem3,
#content > div .animateBlock.animateBlock-2 .animateItem4,
#other_pages > div .animateBlock.animateBlock-2 .animateItem4,
#content > div .animateBlock.animateBlock-2 .animateItem5,
#other_pages > div .animateBlock.animateBlock-2 .animateItem5,
#content > div .animateBlock.animateBlock-2 .animateItem6,
#other_pages > div .animateBlock.animateBlock-2 .animateItem6,
#content > div .animateBlock.animateBlock-2 .animateItem7,
#other_pages > div .animateBlock.animateBlock-2 .animateItem7,
#content > div .animateBlock.animateBlock-2 .animateItem8,
#other_pages > div .animateBlock.animateBlock-2 .animateItem8,
#content > div .animateBlock.animateBlock-2 .animateItem9,
#other_pages > div .animateBlock.animateBlock-2 .animateItem9,
#content > div .animateBlock.animateBlock-2 .animateItem10,
#other_pages > div .animateBlock.animateBlock-2 .animateItem10,
#content > div .animateBlock.animateBlock-2 .animateItem11,
#other_pages > div .animateBlock.animateBlock-2 .animateItem11,
#content > div .animateBlock.animateBlock-2 .animateItem12,
#other_pages > div .animateBlock.animateBlock-2 .animateItem12 {
  left: 100px;
  top: 0;
}
#content > div.active .animateBlock .animateItem1,
#other_pages > div.active .animateBlock .animateItem1,
#content > div.active .animateBlock .animateItem2,
#other_pages > div.active .animateBlock .animateItem2,
#content > div.active .animateBlock .animateItem3,
#other_pages > div.active .animateBlock .animateItem3,
#content > div.active .animateBlock .animateItem4,
#other_pages > div.active .animateBlock .animateItem4,
#content > div.active .animateBlock .animateItem5,
#other_pages > div.active .animateBlock .animateItem5,
#content > div.active .animateBlock .animateItem6,
#other_pages > div.active .animateBlock .animateItem6,
#content > div.active .animateBlock .animateItem7,
#other_pages > div.active .animateBlock .animateItem7,
#content > div.active .animateBlock .animateItem8,
#other_pages > div.active .animateBlock .animateItem8,
#content > div.active .animateBlock .animateItem9,
#other_pages > div.active .animateBlock .animateItem9,
#content > div.active .animateBlock .animateItem10,
#other_pages > div.active .animateBlock .animateItem10,
#content > div.active .animateBlock .animateItem11,
#other_pages > div.active .animateBlock .animateItem11,
#content > div.active .animateBlock .animateItem12,
#other_pages > div.active .animateBlock .animateItem12 {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
}
#content > div.active .animateBlock.animateBlock-2 .animateItem1,
#other_pages > div.active .animateBlock.animateBlock-2 .animateItem1,
#content > div.active .animateBlock.animateBlock-2 .animateItem2,
#other_pages > div.active .animateBlock.animateBlock-2 .animateItem2,
#content > div.active .animateBlock.animateBlock-2 .animateItem3,
#other_pages > div.active .animateBlock.animateBlock-2 .animateItem3,
#content > div.active .animateBlock.animateBlock-2 .animateItem4,
#other_pages > div.active .animateBlock.animateBlock-2 .animateItem4,
#content > div.active .animateBlock.animateBlock-2 .animateItem5,
#other_pages > div.active .animateBlock.animateBlock-2 .animateItem5,
#content > div.active .animateBlock.animateBlock-2 .animateItem6,
#other_pages > div.active .animateBlock.animateBlock-2 .animateItem6,
#content > div.active .animateBlock.animateBlock-2 .animateItem7,
#other_pages > div.active .animateBlock.animateBlock-2 .animateItem7,
#content > div.active .animateBlock.animateBlock-2 .animateItem8,
#other_pages > div.active .animateBlock.animateBlock-2 .animateItem8,
#content > div.active .animateBlock.animateBlock-2 .animateItem9,
#other_pages > div.active .animateBlock.animateBlock-2 .animateItem9,
#content > div.active .animateBlock.animateBlock-2 .animateItem10,
#other_pages > div.active .animateBlock.animateBlock-2 .animateItem10,
#content > div.active .animateBlock.animateBlock-2 .animateItem11,
#other_pages > div.active .animateBlock.animateBlock-2 .animateItem11,
#content > div.active .animateBlock.animateBlock-2 .animateItem12,
#other_pages > div.active .animateBlock.animateBlock-2 .animateItem12 {
  left: 0;
}
#content > div.active .animateBlock .animateItem1,
#other_pages > div.active .animateBlock .animateItem1 {
  transition-delay: 0s;
}
#content > div.active .animateBlock .animateItem2,
#other_pages > div.active .animateBlock .animateItem2 {
  transition-delay: 0.2s;
}
#content > div.active .animateBlock .animateItem3,
#other_pages > div.active .animateBlock .animateItem3 {
  transition-delay: 0.4s;
}
#content > div.active .animateBlock .animateItem4,
#other_pages > div.active .animateBlock .animateItem4 {
  transition-delay: 0.6s;
}
#content > div.active .animateBlock .animateItem5,
#other_pages > div.active .animateBlock .animateItem5 {
  transition-delay: 0.8s;
}
#content > div.active .animateBlock .animateItem6,
#other_pages > div.active .animateBlock .animateItem6 {
  transition-delay: 1s;
}
#content > div.active .animateBlock .animateItem7,
#other_pages > div.active .animateBlock .animateItem7 {
  transition-delay: 1.2s;
}
#content > div.active .animateBlock .animateItem8,
#other_pages > div.active .animateBlock .animateItem8 {
  transition-delay: 1.4s;
}
#content > div.active .animateBlock .animateItem9,
#other_pages > div.active .animateBlock .animateItem9 {
  transition-delay: 1.6s;
}
#content > div.active .animateBlock .animateItem10,
#other_pages > div.active .animateBlock .animateItem10 {
  transition-delay: 1.8s;
}
#content > div.active .animateBlock .animateItem11,
#other_pages > div.active .animateBlock .animateItem11 {
  transition-delay: 2s;
}
#content > div.active .animateBlock .animateItem12,
#other_pages > div.active .animateBlock .animateItem12 {
  transition-delay: 2.2s;
}
#ajax-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  background: url(../img/base/TMpreviewLoader.gif) 50% 50% no-repeat rgba(0, 0, 0, 0.5);
}

[data-x-mode="true"] #ajax-overlay {
  display: none !important;
}
.list-1 {
  margin: 30px 0px -5px 46px;
  padding: 0px 0px 0px 0px;
  list-style: none;
}
.list-1 li {
  margin-bottom: 10px;
}
.list-1 li .badge {
  float: left;
  margin: 4px 18px 0 0;
}
.list-1 li div {
  overflow: hidden;
}
.list-1 li div h3 {
  padding-bottom: 0px;
}
.list-1 li div p {
  margin-bottom: 18px;
}
.model-params {
  position: relative;
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 25px 0px;
}
.model-params li {
  color: #8c8c8c;
}
.model-params li .props {
  position: relative;
  float: left;
  width: 116px;
}
/*owl-carousel*/
#content .owl,
#mobile-content .owl {
  position: relative;
  margin-top: 263px;
  padding: 20px 0;
  height: 570px;
  border-radius: 50%;
}
#content .owl .owl-item img,
#mobile-content .owl .owl-item img {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
#content .owl-wrapper-outer,
#mobile-content .owl-wrapper-outer,
#content .owl-controls,
#mobile-content .owl-controls {
  position: relative;
  display: none;
  left: 110%;
  opacity: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#content .owl-wrapper-outer.active,
#mobile-content .owl-wrapper-outer.active,
#content .owl-controls.active,
#mobile-content .owl-controls.active {
  display: block;
  left: 0;
  opacity: 1;
}
#content .owl-controls.active,
#mobile-content .owl-controls.active {
  -webkit-transition: all 1s 0.3s ease-in-out;
  transition: all 1s 0.3s ease-in-out;
}
#content .owl-controls,
#mobile-content .owl-controls {
  position: absolute;
  bottom: 50px;
  left: 0;
  overflow: hidden;
  margin: 0;
}
#content .owl-controls.active,
#mobile-content .owl-controls.active {
  left: 200px !important;
}
#content .owl-controls .owl-pagination,
#mobile-content .owl-controls .owl-pagination {
  float: left;
}
#content .owl-controls .owl-pagination .owl-page,
#mobile-content .owl-controls .owl-pagination .owl-page {
  position: relative;
  float: left;
  cursor: pointer;
  margin-left: 5px;
  width: 13px;
  height: 13px;
  background: #ffffff;
  border: solid 3px #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content .owl-controls .owl-pagination .owl-page.active,
#mobile-content .owl-controls .owl-pagination .owl-page.active,
#content .owl-controls .owl-pagination .owl-page:hover,
#mobile-content .owl-controls .owl-pagination .owl-page:hover {
  background: #277e7d;
}
/*end owl-carousel*/
hr {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: #bababa;
  border: none;
  width: 100%;
  height: 1px;
  margin: 25px 0px;
}
/* rewrite bootstrap classes */
.btn {
  position: relative;
  display: inline-block;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0px 0px 0px 0px;
  text-transform: uppercase;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn:hover,
.btn:active,
.btn:focus {
  color: #000000;
  background: none;
  text-decoration: none;
  box-shadow: none;
}
.btn.btn-link {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  border: none;
  border-radius: 0;
  font: 700 14px/20px 'Roboto', sans-serif;
  color: #277e7d;
  background: transparent;
  padding: 10px 20px 10px 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.btn-link:after {
  content: "";
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  bottom: 14px;
  right: 0;
  width: 7px;
  height: 12px;
  background: url(../img/photo_icon.png) center bottom no-repeat;
}
.btn.btn-link:hover,
.btn.btn-link:active,
.btn.btn-link:focus {
  background: none;
  text-decoration: none;
}
.btn.btn-link:hover:after,
.btn.btn-link:active:after,
.btn.btn-link:focus:after {
  right: 5px;
}
.btn.btn-link.btn-photo {
  font: 300 14px/14px 'Roboto', sans-serif;
  padding: 0 !important;
  margin: 20px 0 !important;
  color: #277e7d;
  background: none;
}
.btn.btn-link.btn-photo span {
  position: relative;
  float: right;
  margin: 1px 0 0px 10px;
  width: 7px;
  height: 12px;
  background: url(../img/photo_icon.png) center bottom no-repeat;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.btn-link.btn-photo:after {
  display: none;
}
.btn.btn-link.btn-photo:hover,
.btn.btn-link.btn-photo:active,
.btn.btn-link.btn-photo:focus,
.btn.btn-link.btn-photo.active {
  box-shadow: none;
  color: #000000;
}
.btn.btn-link.btn-photo:hover span,
.btn.btn-link.btn-photo:active span,
.btn.btn-link.btn-photo:focus span,
.btn.btn-link.btn-photo.active span {
  background-position: center top;
}
.show-panel {
  background: none !important;
  padding: 0 !important;
  position: fixed;
  z-index: 1500;
  top: 0;
  display: inline-block;
  font: 300 12px/12px 'Roboto', sans-serif !important;
  color: #277e7d !important;
}
.show-panel:after {
  display: none !important;
}
.show-panel span {
  position: absolute;
  top: 15px;
  left: 40px;
  display: inline-block;
  color: #277e7d;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
}
.close-btn {
  position: absolute;
  width: 28px;
  height: 28px;
  background: url(../img/close_icon.png) 0 top no-repeat;
  right: 91px;
  top: 295px;
  z-index: 505;
}
.close-btn span {
  width: 28px;
  height: 28px;
  position: absolute;
  background: url(../img/close_icon.png) 0 bottom no-repeat;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.close-btn:hover span {
  opacity: 1;
}
.close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  width: 30px;
  height: 30px;
  color: #ffffff;
  background: transparent;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.close-icon:hover {
  text-decoration: none;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #1a1a1a;
  background: #ffffff;
}
.form-control {
  box-shadow: none;
  border-radius: 0;
  border: none;
  color: #000000;
  font: 12px/26px 'Roboto', sans-serif;
  width: 100%;
  height: 26px;
  padding: 0px 10px;
  background: none;
  border: 1px solid #1d5d5c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-control:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  color: #ffffff;
  background: #277e7d;
  font: 12px/22px 'Roboto', sans-serif;
  border: 1px solid #ffffff;
}
#search .form-control {
  width: 80%;
  margin: 30px 10% 0 10%;
}
#search > a {
  margin-top: 0px !important;
  margin-left: 15px;
}
.badge {
  margin: 10px 0px 0px 0px;
  padding: 17px 0px 0px 0px;
  width: 75px;
  height: 75px;
  background: #277e7d;
  border-radius: 50%;
}
.badge time {
  font: 400 36px 'Roboto Condensed', sans-serif;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
.badge time span {
  display: block;
  font-size: 20px;
  margin: 5px 0px 0px 0px;
}
.dl-horizontal {
  margin: 0px 0px 0px 0px;
}
.dl-horizontal dt {
  float: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: auto;
  text-align: left;
}
.dl-horizontal dt a {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dl-horizontal dt a:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dl-horizontal dt a:hover {
  text-decoration: none;
}
.dl-horizontal dt a:hover:after {
  width: 100%;
}
.dl-horizontal dd {
  margin: 0px 0px 0px 0px;
}
/* end bootstrap classes */
.bg {
  background: rgba(255, 255, 255, 0.7);
  margin-top: 0px;
  border-radius: 350px;
}
.bg-2 {
  background: rgba(255, 255, 255, 0.7);
  margin-top: 120px;
  border-radius: 350px;
}
.bg-3 {
  background: rgba(255, 255, 255, 0.7);
  margin-top: 120px;
  border-radius: 350px;
}
.color-1 {
  color: #277e7d;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.color-1:hover {
  color: #000000;
  text-decoration: none;
}
.color-2 {
  color: #878787;
}
.width1 {
  display: inline-block;
  width: 70px;
}
.line-height-1 {
  line-height: 20px;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.g_map {
  position: relative;
  display: block;
  float: left;
  margin: 0px 0px 0px 0px;
  width: 370px;
  height: 354px;
  overflow: hidden;
}
.g_map iframe {
  position: relative;
  display: block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  background: url(../img/base/site_loader.gif) #000000 center no-repeat !important;
}
/* contact form */
#form-1 {
  position: relative;
  margin-top: 5px;
  margin-bottom: 13px;
  overflow: hidden;
  text-align: left;
}
#form-1 input,
#form-1 textarea,
#form-1 .success-message {
  position: relative;
  display: block;
}
#form-1 .success-message {
  position: absolute;
  top: -150px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 74px;
  text-align: center;
  padding: 27px 8px;
  font: 300 12px 'Roboto', sans-serif;
  line-height: 22px;
  color: #ffffff;
  background: #277e7d;
  border: 1px solid #1d5d5c;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#form-1 ._placeholder {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  font: 12px/22px 'Roboto', sans-serif;
  color: #277e7d;
  width: 100%;
  height: 26px;
  padding: 2px 10px;
}
#form-1 input {
  padding: 6px 8px;
  height: 26px;
}
#form-1 textarea {
  width: 100%;
  height: 66px;
  overflow: auto;
  resize: none;
}
#form-1 label {
  position: relative;
  display: block;
  min-height: 26px;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
}
#form-1 label.message {
  width: 100% !important;
}
#form-1 span.error,
#form-1 span.empty {
  position: absolute;
  text-align: right;
  font-size: 10px;
  width: 200px;
  top: -30px;
  right: 4px;
  z-index: 2;
  color: #277e7d;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#form-1 .btns {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
}
#form-1 .btns > p {
  padding: 0;
  margin: 0;
}
#form-1 .btns > p a {
  margin-top: 10px;
}
#form-1 .btns > p a:first-child {
  margin-right: 10px;
}
#form-1 ._placeholder.focused {
  opacity: .5;
}
#form-1 ._placeholder.hidden {
  display: none;
}
#form-1 .invalid span.error {
  top: -1px;
}
#form-1 .ok span.error {
  display: none;
}
#form-1 .empty span.empty {
  top: -1px;
}
#form-1.success .success-message {
  top: 0;
}
/* search */
#search {
  position: relative;
  display: inline-block;
  margin: 12px 0px 7px 0px;
  width: 370px;
  overflow: hidden;
}
#search > a {
  margin-top: 45px;
}
.follow-links {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  display: inline-block;
  overflow: hidden;
  list-style: none;
}
.follow-links li {
  position: relative;
  float: left;
  margin-right: 1px;
  width: 32px;
  height: 32px;
}
.follow-links li a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: rgba(39, 126, 125, 0.7);
  border-radius: 16px;
  font-size: 17px;
  line-height: 32px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.follow-links li a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #000000;
}
.search_result {
  color: #277e7d;
}
.search {
  color: #acacac;
}
.search_title {
  position: relative;
  top: 2px;
  font-size: 24px;
  padding-bottom: 10px;
}
.search_title a {
  text-decoration: underline;
}
.search_title a:hover {
  color: #000000 !important;
}
.search_list {
  margin: 30px 0;
  color: #000000;
}
.search_list li {
  margin-bottom: 20px;
}

/* RD Mailform */
.rd-mailform {
  position: relative;
  text-align: left;
}

.rd-mailform * + .form-wrap {
  margin-top: 10px;
}

.rd-mailform * + .button-wrap {
  margin-top: 15px;
}

.rd-mailform .button-wrap {
  text-align: center;
}

.rd-mailform .form-input {
  display: block;
  width: 100%;
  height: 26px;
  padding: 1px 8px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
  background-color: transparent;
  background-image: none;
  border: 1px solid #1d5d5c;
  border-radius: 0;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  box-sizing: border-box;
}

.rd-mailform .form-input:focus {
  outline: 0;
}

.rd-mailform textarea.form-input {
  height: 66px;
  min-height: 50px;
  max-height: 100px;
  resize: vertical;
  font-family: inherit;
}

.rd-mailform .form-wrap {
  position: relative;
}

.rd-mailform .form-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  margin: 0;
  padding: 1px 8px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  pointer-events: none;
  transition: .3s;
  color: #1d5d5c;
}

.rd-mailform .form-label.focus {
  opacity: 0;
}

.rd-mailform .form-label.auto-fill {
  color: #000;
}

[data-x-mode="true"] .rd-mailform .form-label {
  pointer-events: auto;
}

.rd-mailform .form-validation {
  position: absolute;
  top: 2px;
  left: 8px;
  right: 8px;
  z-index: 11;
  text-align: right;
  font-size: 11px;
  line-height: 11px;
  transition: .3s;
  color: #1d5d5c;
}

.rd-mailform .validation-with-outside-label .form-validation {
  top: 31px;
}

.rd-mailform .form-validation-left .form-validation {
  top: 100%;
  left: 0;
  right: auto;
}

.rd-mailform .recaptcha {
  transform-origin: 0 50%;
  transform: scale(0.8);
}

@media (min-width: 480px) {
  .rd-mailform .recaptcha {
    transform: none;
  }
}

.rd-mailform .recaptcha-validation .form-validation {
  left: 15px;
  right: 15px;
  top: 10px;
  text-align: left;
}

@media (min-width: 480px) {
  .rd-mailform .recaptcha-validation .form-validation {
    top: 2px;
  }
}

#form-output-global {
  position: fixed;
  bottom: 30px;
  left: 15px;
  transform: translateX(-500px);
  z-index: 9999999;
  font-size: 14px;
  transition: .3s all ease;
  visibility: hidden;
}

#form-output-global.active {
  transform: translateX(0);
  visibility: visible;
}

@media (min-width: 480px) {
  #form-output-global {
    left: 30px;
  }
}

.form-output {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 2px;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.form-output.active {
  opacity: 1;
  visibility: visible;
}

.form-output.error {
  color: #d9534f;
}

.form-output.success {
  color: #5cb85c;
}

/*
*
* Snackbars
* --------------------------------------------------
*/

.snackbars {
  max-width: 280px;
  padding: 9px 16px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: left;
  background-color: #292b2c;
  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  font-size: 14px;
}

.snackbars .icon-xxs {
  font-size: 18px;
}

.snackbars p {
  color: inherit;
}

.snackbars p span:last-child {
  padding-left: 14px;
}

.snackbars p > * {
  vertical-align: middle;
}

.snackbars-left {
  display: inline-block;
  margin-bottom: 0;
}

.snackbars-right {
  display: inline-block;
  float: right;
  text-transform: uppercase;
}

.snackbars-right:hover {
  text-decoration: underline;
}

@media (min-width: 480px) {
  .snackbars {
    max-width: 380px;
    padding: 12px 15px;
    font-size: 16px;
  }
}
/* classes-helpers */
.padding-1 {
  padding: 125px 70px 90px 70px;
  margin: 0;
}
.padding-2 {
  padding: 125px 70px 110px 70px;
}
.padding-3 {
  padding: 125px 160px 90px 160px;
}
.padding-4 {
  padding: 125px 160px 55px 160px;
}
.padding-5 {
  padding: 125px 70px 60px 70px;
}
.padding-6 {
  padding: 100px 84px 40px 84px;
}
.margin-1 {
  margin: 0px 0px 3px 0px;
}
.margin-2 {
  margin: 37px 0px 13px 0px;
}
.margin-3 {
  margin: -22px 0px 34px;
}
.margin-4 {
  margin: 173px 0px 0px 0px;
}
.margin-5 {
  margin: -2px 0px 19px 0px;
}
.margin-6 {
  margin-bottom: 22px;
}
.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}
.width-1 {
  width: 70px;
  display: inline-block;
}
.img_indent {
  float: left;
  margin-right: 15px;
}
.extra-wrap {
  overflow: hidden;
}
.extra-wrap-container .extra-wrap + .extra-wrap {
  margin-top: 15px;
}
.mar_close {
  margin: -45px 15px 0 0;
}
.mar_close_1 {
  margin: -45px 15px 0 0;
}
.mar_t_1 {
  margin-top: 10px;
}
.mar_t_15 {
  margin-top: 150px;
}
.mar_t_1_5 {
  margin-top: 15px;
}
.mar_t_2 {
  margin-top: 20px;
}
.mar_t_8 {
  margin-top: 80px;
}
.mar_t_1_5 {
  margin-top: 15px;
}
.mar_t_2 {
  margin-top: 20px;
}
.mar_t_3 {
  margin-top: 30px;
}
.pad_lr_5 {
  padding: 0 50px;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-left {
  text-align: left;
}
.uppercase {
  text-transform: uppercase;
}
.box {
  overflow: hidden;
}
.container {
  position: relative;
}
.relative {
  position: relative;
}
.mobile-only {
  display: none;
}
.desktop-only {
  display: block;
}
@media (min-width: 1600px) {
  .model-logo {
    width: 100%;
  }
  .model-logo strong {
    position: absolute;
    bottom: 0px;
    height: 150px;
  }
  p.model-logo {
    position: relative;
    height: 250px;
  }
  p.model-logo strong {
    left: 50px;
  }
  p.model-logo em {
    top: 15px;
    left: 60px !important;
  }
  p.model-logo .name {
    margin-top: 50px !important;
    left: 0 !important;
  }
  h1 {
    margin-top: 100px;
  }
}
@media (max-width: 1366px) {
  .pad_lr_5 {
    padding: 0 50px;
    margin-top: 25px;
  }
  .padding-1 {
    padding: 55px 70px 30px;
  }
  .padding-2 {
    padding: 55px 90px 65px;
  }
  .padding-3 {
    padding: 55px 90px 65px;
  }
  .padding-4 {
    padding: 55px 90px 35px;
  }
  .padding-5 {
    padding: 55px 90px 45px;
  }
  .padding-6 {
    padding: 80px 40px 30px;
    margin-top: 30px;
  }
  h1 {
    -webkit-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    top: -50px;
  }
  h2 {
    font: 300 18px/20px Roboto, sans-serif;
    margin: 0 0 15px;
  }
  h3,
  h4,
  .font-style-1 {
    text-transform: uppercase;
    font: 400 26px/26px 'Roboto Condensed', sans-serif;
    padding: 0 0 15px;
  }
  h5,
  time {
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    display: inline-block;
    font: 400 12px/18px Roboto, sans-serif;
    color: #277e7d;
    text-transform: uppercase;
  }
  .bg-3 {
    background: rgba(255, 255, 255, 0.7);
    margin-top: 0px;
  }
  .mar_t_20 {
    margin-top: 110px;
  }
  .model-logo .name {
    font: 24px/24px 'Roboto', sans-serif;
  }
  .model-logo span {
    font: 24px/24px 'Roboto', sans-serif;
  }
}
@media screen and (max-height: 768px) {
  .close-btn {
    width: 28px;
    height: 28px;
    right: 26px;
    top: 180px;
  }
  #content .owl,
  #mobile-content .owl {
    position: relative;
    margin-top: -17px;
  }
  #content > div.active > div p.model-logo em {
    right: 15px;
  }
  p.model-logo {
    margin: 0;
    padding-top: 0;
  }
  p.model-logo .name {
    font: 20px/20px 'Roboto', sans-serif;
    margin-right: 0;
    margin-left: 45px;
  }
  p.model-logo em {
    line-height: 45px;
    font-size: 30px;
    width: 43px;
    height: 43px;
    background-size: 100% 100%;
    margin-right: 0;
    top: 6px;
    right: 0;
  }
  p.model-logo span {
    font: 26px/26px 'Roboto', sans-serif;
    margin-right: 0;
  }
  .navbar-brand {
    margin-top: 30px;
  }
  /*    .pagination-holder.show{
        height: 52px;
    }
    .pagination-holder #owl.owl{
        padding: 6px 0 9px; 
    }*/
  header {
    margin-bottom: 10px;
  }
}
/*-------------------------- tablet styles ----------------------------*/
html.tablet .bg-3 {
  border-radius: 0;
}
html.tablet .bg-2 {
  border-radius: 0px;
}
html.tablet.android .model-logo .name {
  font: 15px/15px Roboto, sans-serif !important;
  margin-left: 10px!important;
}
html.tablet.android .model-logo em {
  top: 30px;
}
html.tablet.android #content > div.active > div p.model-logo .name {
  left: 130px!important;
  margin-top: -10px !important;
}
html.tablet.android #content > div.active > div p.model-logo em {
  left: 147px;
  top: 0;
}
html.tablet.android .padding-6 {
  padding: 50px 40px 40px!important;
  margin-top: 20px!important;
}
html.tablet.android .show-panel {
  font: 700 12px/12px Roboto, sans-serif !important;
}
html.tablet .gall_btn {
  top: 100px !important;
  right: 45px;
}
html.tablet .pad_lr_5 {
  padding: 0 90px;
  margin-top: -18px;
}
html.tablet #content .owl,
html.tablet #mobile-content .owl {
  position: relative;
  margin-top: 0px;
  padding: 20px 0;
  height: 390px;
  border-radius: 0%;
  -webkit-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
html.tablet #content .owl-controls.active {
  left: 150px!important;
}
html.tablet .padding-6 {
  padding: 50px 40px 40px !important;
  margin-top: 0px !important;
}
html.tablet .padding-1 {
  padding: 20px 60px 10px 60px;
  margin-top: 15px;
}
html.tablet .padding-2 {
  padding: 20px 60px 50px 60px;
  margin-top: 15px;
}
html.tablet .padding-5 {
  padding: 20px 60px 20px 60px;
  margin-top: 15px;
}
html.tablet .padding-4 {
  padding: 20px 60px 30px 60px;
  margin-top: 15px;
}
html.tablet .follow-links {
  padding: 0;
  margin: 0px;
}
html.tablet .mar_close {
  margin: 0px 105px 0 0;
}
html.tablet .mar_close_1 {
  margin: 0px 105px 0 0;
}
html.tablet address {
  margin-top: 0;
}
html.tablet #form-1 .btns > p a {
  margin-top: 0px;
}
html.tablet .badge {
  padding: 10px 0 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
html.tablet .badge time {
  font: 400 15px 'Roboto', sans-serif;
  line-height: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
html.tablet .badge time span {
  font-size: 10px;
}
html.tablet #content > div.active > div p.model-logo em {
  left: 117px;
  top: 0px;
}
html.tablet #content > div.active > div p.model-logo .name {
  left: 0px !important;
  margin-top: 10px !important;
}
html.tablet .model-logo .name {
  font: 15px/15px 'Roboto', sans-serif !important;
  margin-left: 110px !important;
}
html.tablet .model-logo em {
  font: 30px/30px 'Roboto', sans-serif !important;
  margin-left: 10px !important;
}
html.tablet .model-logo em {
  top: 0px ;
}
html.tablet a.model-logo:hover em {
  left: 0px !important;
  right: auto;
}
html.tablet h2 {
  font: 300 14px/17px 'Roboto', sans-serif;
  margin: 0 0 15px;
}
html.tablet p {
  font: 300 11px/15px 'Roboto', sans-serif;
  margin-bottom: 5px;
}
html.tablet .btn.btn-link.btn-photo {
  font: 300 14px/14px 'Roboto', sans-serif;
  padding: 0!important;
  margin: 0px 0!important;
}
html.tablet p {
  margin-bottom: 5px;
  line-height: 20px;
}
html.tablet header {
  height: 50px;
}
html.tablet header .navbar-brand {
  margin-top: 10px;
}
html.tablet h1 {
  -webkit-transform: scale(0.4, 0.4);
  -ms-transform: scale(0.4, 0.4);
  transform: scale(0.4, 0.4);
  top: -50px;
  left: -70px;
}
html.tablet .close-btn {
  top: 15px;
}
html.tablet h2 {
  margin: 0 0 5px;
}
html.tablet .margin-6 {
  margin-bottom: 0px;
}
@media screen and (orientation: portrait) {
  html.tablet.android .model-logo em {
    top: 0px;
  }
  html.tablet.android .model-logo .name {
    font: 12px/12px 'Roboto', sans-serif !important;
  }
  html.tablet.android .model-logo span {
    font: 15px/15px 'Roboto', sans-serif;
  }
  html.tablet.android #mainNav > ul > li > a {
    font: 300 12px/12px Lato, sans-serif;
  }
  html.tablet.android #mainNav > ul > li {
    margin-right: 5px;
  }
  html.tablet.android #content > div.active > div p.model-logo .name {
    left: 130px!important;
    margin-top: 0px!important;
  }
  html.tablet.android #content .owl,
  html.tablet.android html.tablet #mobile-content .owl {
    height: 530px;
    padding: 0;
  }
  html.tablet.android #content .owl-controls.active {
    left: 220px!important;
  }
  html.tablet #content > div.active > div p.model-logo em {
    right: auto;
    left: 150px;
  }
  html.tablet #content > div.active > div p.model-logo .name {
    left: 130px !important;
    margin-top: -30px;
  }
  html.tablet .model-logo .name {
    font: 12px/12px 'Roboto', sans-serif !important;
    margin-left: 10px !important;
    padding-top: 10px;
  }
  html.tablet .model-logo em {
    font: 30px/30px 'Roboto', sans-serif !important;
    margin-left: 10px !important;
  }
  html.tablet .model-logo em {
    top: 0px ;
  }
  html.tablet a.model-logo:hover em {
    left: 0px !important;
    right: auto;
  }
  html.tablet .navbar-brand {
    margin-top: 130px;
  }
  html.tablet .pad_lr_5 {
    padding: 0 90px;
    margin-top: 100px;
  }
  html.tablet .mar_t_20 {
    margin-top: 110px;
  }
  html.tablet .mar_close {
    margin: 95px 100px 0 0;
  }
  html.tablet .mar_close_1 {
    margin: 105px 80px 0 0;
  }
}
html.tablet #content > div,
html.tablet #other_pages > div {
  /*-----------  page animation]  --------------------------------------------------*/
}
html.tablet #content > div .animateBlock .animateItem1,
html.tablet #other_pages > div .animateBlock .animateItem1,
html.tablet #content > div .animateBlock .animateItem2,
html.tablet #other_pages > div .animateBlock .animateItem2,
html.tablet #content > div .animateBlock .animateItem3,
html.tablet #other_pages > div .animateBlock .animateItem3,
html.tablet #content > div .animateBlock .animateItem4,
html.tablet #other_pages > div .animateBlock .animateItem4,
html.tablet #content > div .animateBlock .animateItem5,
html.tablet #other_pages > div .animateBlock .animateItem5,
html.tablet #content > div .animateBlock .animateItem6,
html.tablet #other_pages > div .animateBlock .animateItem6,
html.tablet #content > div .animateBlock .animateItem7,
html.tablet #other_pages > div .animateBlock .animateItem7,
html.tablet #content > div .animateBlock .animateItem8,
html.tablet #other_pages > div .animateBlock .animateItem8,
html.tablet #content > div .animateBlock .animateItem9,
html.tablet #other_pages > div .animateBlock .animateItem9,
html.tablet #content > div .animateBlock .animateItem10,
html.tablet #other_pages > div .animateBlock .animateItem10,
html.tablet #content > div .animateBlock .animateItem11,
html.tablet #other_pages > div .animateBlock .animateItem11,
html.tablet #content > div .animateBlock .animateItem12,
html.tablet #other_pages > div .animateBlock .animateItem12 {
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0px;
  -webkit-transition: none;
  transition: none;
}
html.tablet #content > div .animateBlock.animateBlock-2 .animateItem1,
html.tablet #other_pages > div .animateBlock.animateBlock-2 .animateItem1,
html.tablet #content > div .animateBlock.animateBlock-2 .animateItem2,
html.tablet #other_pages > div .animateBlock.animateBlock-2 .animateItem2,
html.tablet #content > div .animateBlock.animateBlock-2 .animateItem3,
html.tablet #other_pages > div .animateBlock.animateBlock-2 .animateItem3,
html.tablet #content > div .animateBlock.animateBlock-2 .animateItem4,
html.tablet #other_pages > div .animateBlock.animateBlock-2 .animateItem4,
html.tablet #content > div .animateBlock.animateBlock-2 .animateItem5,
html.tablet #other_pages > div .animateBlock.animateBlock-2 .animateItem5,
html.tablet #content > div .animateBlock.animateBlock-2 .animateItem6,
html.tablet #other_pages > div .animateBlock.animateBlock-2 .animateItem6,
html.tablet #content > div .animateBlock.animateBlock-2 .animateItem7,
html.tablet #other_pages > div .animateBlock.animateBlock-2 .animateItem7,
html.tablet #content > div .animateBlock.animateBlock-2 .animateItem8,
html.tablet #other_pages > div .animateBlock.animateBlock-2 .animateItem8,
html.tablet #content > div .animateBlock.animateBlock-2 .animateItem9,
html.tablet #other_pages > div .animateBlock.animateBlock-2 .animateItem9,
html.tablet #content > div .animateBlock.animateBlock-2 .animateItem10,
html.tablet #other_pages > div .animateBlock.animateBlock-2 .animateItem10,
html.tablet #content > div .animateBlock.animateBlock-2 .animateItem11,
html.tablet #other_pages > div .animateBlock.animateBlock-2 .animateItem11,
html.tablet #content > div .animateBlock.animateBlock-2 .animateItem12,
html.tablet #other_pages > div .animateBlock.animateBlock-2 .animateItem12 {
  left: 0px;
  top: 0;
}
html.tablet .pagination-holder #owl.owl {
  width: 100%;
}
html.tablet .bg-2 {
  padding: 15px 30px;
}
/*-------------------------- end tablet styles ----------------------------*/
/*-------------------------- mobile styles ----------------------------*/
html.mobile {
  /*    #mobile-content .owl-wrapper-outer, #mobile-content .owl-controls{
        left: 0 !important;
    }*/
}
html.mobile body {
  overflow-x: hidden;
  max-width: inherit;
  width: 100%;
  position: relative;
}
html.mobile #search {
  width: 100%;
}
html.mobile .mobile-only {
  display: block;
}
html.mobile .desktop-only {
  display: none;
}
html.mobile .list-1 {
  margin: 30px 0px 15px 0px;
}
html.mobile a.model-logo {
  display: none;
}
html.mobile .owl-controls {
  position: relative;
  bottom: auto !important;
  top: 0px !important;
}
html.mobile .bg-3 {
  border-radius: 0;
}
html.mobile .bg-2 {
  border-radius: 0px;
}
html.mobile #mobile-wrap .splash-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
html.mobile #mobile-wrap .splash-list li {
  margin-bottom: 10px;
}
html.mobile #mobile-wrap .splash-list li a {
  position: relative;
}
html.mobile #mobile-wrap .splash-list li a img {
  position: relative;
  width: 100%;
  height: auto;
}
html.mobile #mobile-wrap #mobile-header h1 {
  margin: 0px 0px 0px 0px !important;
  display: block;
  text-align: center;
  position: relative;
  height: 69px;
  top: 10px;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
html.mobile #mobile-wrap #mobile-header .navbar-brand {
  margin-top: 0;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -58px;
  width: 116px;
  height: 69px;
  background: url(../img/logo_mobile.png) 0 0 no-repeat;
}
html.mobile #mobile-wrap #mobile-header .navbar-brand img {
  display: none;
}
html.mobile #mobile-wrap #mobile-header #mobile-navigation {
  width: 100%;
  margin: 20px 0;
  font-size: 16px;
  color: #000000;
}
html.mobile #mobile-wrap #mobile-content {
  position: relative;
  width: 100%;
}
html.mobile #mobile-wrap #mobile-content .owl-controls.active {
  left: 50%;
  margin-left: -35px;
}
html.mobile #mobile-wrap #mobile-content > div {
  position: relative;
  padding: 15px 0 0 0;
  width: 100%;
}
html.mobile #mobile-wrap #mobile-content .owl {
  position: relative;
  margin-top: 20px;
  padding: 20px 0;
  height: auto;
  border-radius: 0;
}
html.mobile #mobile-wrap #mobile-content .badge {
  padding: 10px 0 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
html.mobile #mobile-wrap #mobile-content .badge time {
  font: 400 15px 'Roboto', sans-serif;
  line-height: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
html.mobile #mobile-wrap #mobile-content .badge time span {
  font-size: 10px;
}
html.mobile #mobile-wrap #mobile-footer,
html.mobile #mobile-wrap #mobile-header {
  padding: 0px 0 0 0;
}
html.mobile #mobile-wrap .copyright {
  font-size: 12px;
  display: block;
  padding-bottom: 20px;
  color: #ffffff;
  margin-right: 0;
}
html.mobile .form-control {
  border: 1px solid #1a1a1a;
}
html.mobile .mar_t_20 {
  margin-top: 0px;
}
html.mobile .owl {
  margin-top: 0px;
}
html.mobile .btn.btn-link.btn-photo {
  font: 300 12px/14px Roboto, sans-serif;
  padding: 0!important;
  margin: 0!important;
}
html.mobile .bg-3 {
  background: #ffffff;
  margin-top: 0;
}
html.mobile h2 {
  font: 300 12px/17px Roboto, sans-serif;
  margin: 20px 0 15px;
}
html.mobile p {
  font: 300 12px/16px Roboto, sans-serif;
  color: #000;
  margin-bottom: 12px;
}
html.mobile .close-btn {
  background: url(../img/close_icon.png) 0 top no-repeat;
  top: 110px;
  right: 40px;
}
html.mobile .model-bg:before {
  display: none;
}
html.mobile p.model-logo strong {
  display: block;
  text-align: center;
}
html.mobile .model-logo .name {
  font-size: 20px !important;
  margin: 0px !important;
  padding: 0;
  line-height: 1em !important;
  left: 0px;
  float: none;
  display: inline-block;
}
html.mobile .model-logo em {
  position: relative;
  margin: 0px !important;
  line-height: 45px;
  font-size: 25px;
  width: 43px;
  height: 43px;
  display: inline-block;
  background-size: 100% 100%;
  right: auto;
  top: 0px;
  left: 0px;
  float: none;
}
html.mobile .list-1 li div {
  overflow: visible;
}
html.mobile p.model-logo {
  margin: -27px 0 4px;
  padding-top: 0;
}
html.mobile .padding-6 {
  padding-top: 15px;
}
html.mobile .pagination-holder.show {
  height: 52px;
}
html.mobile .pagination-holder #owl.owl {
  margin: 6px 0 9px;
}
html.mobile .padding-2,
html.mobile .padding-1,
html.mobile .padding-4,
html.mobile .padding-5,
html.mobile .padding-6 {
  padding: 15px;
}
html.mobile .copyright,
html.mobile #mainNav > li,
html.mobile #mainNav,
html.mobile footer {
  float: none;
  text-align: center;
}
html.mobile .pagination-holder {
  bottom: 103px;
}
html.mobile .mar_t_8 {
  margin-top: 20px;
}
html.mobile .pad_lr_5 {
  padding: 0 10px;
  margin: 0;
}
html.mobile .mar_close_1 {
  margin: -95px 5px 0 0;
}
html.mobile #content .model-bg .container {
  padding-top: 0px;
}
html.mobile .bg-2 {
  display: none;
}
html.mobile .model-bg .bg {
  padding: 0 15px;
}
html.mobile #content .owl-controls.active,
html.mobile #mobile-content .owl-controls.active {
  left: 50% !important;
  margin-left: -30px !important;
}
/*-------------------------- end mobile styles ----------------------------*/
/*Core variables and mixins*/
