@charset "UTF-8";
/* ---------------------------------------------------------
   1. Embedded fonts awesome styles
   2. Embedded variables styles
   3. Embedded mixins styles
   4. CSS Reset
   5. Common site styles
   6. Custom form styles
   7. Styles for responsive breakpoints
   ---------------------------------------------------------*/
/* ---------------------------------------------------------
	1. Embedded fonts awesome styles
   ---------------------------------------------------------*/
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?78658617");
  src: url("../fonts/fontello.eot?78658617#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?78658617") format("woff"), url("../fonts/fontello.ttf?78658617") format("truetype"), url("../fonts/fontello.svg?78658617#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

.icon-facebook:before {
  content: '\e800';
}

/* '' */
.icon-linkedin:before {
  content: '\e801';
}

/* '' */
.icon-location:before {
  content: '\e802';
}

/* '' */
.icon-mail:before {
  content: '\e803';
}

/* '' */
.icon-phone:before {
  content: '\e804';
}

/* '' */
/* ---------------------------------------------------------
	2. Embedded variables styles
	3. Embedded mixins styles
	4. CSS Reset
   ---------------------------------------------------------*/
.nav-holder:after, .columns-holder:after, .location-holder:after, .popup-holder .opener-holder:after, .two-column .columns:after, .contact-form:after, .contact-form .cols-holder:after, .contact-form .row:after {
  content: " ";
  display: block;
  clear: both;
}

.btn, .info-area .btn {
  border: 2px solid #dddddd;
  text-align: center;
  padding: 6px 15px;
  display: inline-block;
  vertical-align: top;
}
.news-info .info-text .btn, .three-columns .open-close .opener, .news-text .btn-more, .news-col .details .btn-more, .paging .prev a,
.paging .next a, .contact-form .btn-submit, .news-col #webapp26642pagination .pag-prev a,
.news-col #webapp26642pagination .pag-next a {
  color: #369acd;
  border: 2px solid #dddddd;
  text-align: center;
  padding: 6px 27px;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
}
.no-touch .news-text .btn-more:hover, .no-touch .news-col .details .btn-more:hover, 
.no-touch .paging .prev a:hover,
.no-touch .paging .next a:hover, 
.no-touch .news-col #webapp26642pagination .pag-prev a:hover,
.no-touch .news-col #webapp26642pagination .pag-next a:hover,
.no-touch .contact-form .btn-submit:hover {
  background: #ddd;
  border-color: #ddd;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
.no-touch .news-col #webapp26642pagination .pag-prev a:hover,
.no-touch .news-col #webapp26642pagination .pag-next a:hover{
  text-decoration:none;
}
.no-touch .news-info .info-text .btn:hover, .no-touch .three-columns .open-close .opener:hover,
.no-touch .cat_button.btn-submit:hover{
  background: rgba(215, 13, 44, 0.9);
  border-color: rgba(215, 13, 44, 0.9);
  color:white;
  -webkit-background-clip: border-box;
  background-clip: border-box; 	   
}
.no-touch .news-info .info-text .btn:hover, .no-touch .three-columns .open-close .opener:hover > span,
.no-touch .cat_button.btn-submit:hover{
 	color:white;  
      -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.no-touch .news-info .info-text .btn:hover, .three-columns .open-close .opener span{
      -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;    
}
.nav-block .social-networks, #nav ul, .address-block .tel-list, .address-holder .tel-list, .link-holder ul, .social-holder .social-networks {
  margin: 0;
  padding: 0;
  list-style: none;
}

* {
  font-size: 100.01%;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  margin: 0;
  min-width: 320px;
  background: white;
  color: #3c3c3c;
  line-height: 1.625em;
  font-size: 1.6em;
  font-family: "Raleway", Arial, sans-serif;
}

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

* {
  max-height: 100000px;
}

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

img {
  border-style: none;
}

a {
  text-decoration: none;
  color: #369acd;
  outline: none;
}
.no-touch a:hover {
  text-decoration: underline;
}

input,
textarea,
select {
  font: 100% "Raleway", Arial, sans-serif;
  color: black;
  vertical-align: middle;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

.no-touch input[type="submit"]:hover,
.no-touch button:hover {
  cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  margin: 0;
  padding: 4px 7px;
  border: 1px solid #cccccc;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: none;
  border-color:rgba(210,210,210,0.02);
}

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", Arial, sans-serif;
  line-height: 1.2em;
  margin: 0 0 1.2em;
}

p {
  margin: 0 0 1.2em;
}

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

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

p {
  margin: 0 0 1.2em;
}

/* ---------------------------------------------------------
   5. Сommon site styles
   ---------------------------------------------------------*/
/* main container styles */
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* header styles */
#header {
  position: relative;
}

/* banner area styles */
.banner-area {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner-area .img-holder {
  width: 100%;
  left: 50%;
  float: left;
  min-width: 1600px;
  position: relative;
}
.banner-area .img-holder .img-frame {
  width: 100%;
  left: -50%;
  float: left;
  min-width: 1600px;
  position: relative;
}
.banner-area .img-holder .img-frame img {
  display: block;
  width: 100%;
}

.banner-block {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  max-height: 590px;
  text-align: center;
  position: absolute;
  white-space: nowrap;
}
.banner-block:after {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.banner-holder {
  display: inline-block;
  vertical-align: middle;
  padding: 115px 50px 0;
  white-space: normal;
}
.banner-holder h1 {
  margin: 0;
  color: white;
  font-size: 55px;
  font-weight: 100;
  line-height: 1.0545;
  font-family: "Raleway", Arial, sans-serif;
}
.banner-holder h1 br {
  display: none;
}

.nav-area {
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  position: fixed;
  background: rgba(215, 13, 44, 0.9);
}
.nav-area.alt-bg {
  background: none;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.nav-area.add-bg {
  background: rgba(215, 13, 44, 0.9);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.nav-holder {
  padding: 20px 50px;
  /* page logo styles */
}
.nav-holder .logo {
  width: 119px;
  float: left;
  margin: 0;
}
.nav-holder .logo img {
  display: block;
  width: 100%;
}

.nav-block {
  float: right;
  text-align: right;
  padding: 21px 0 0;
}
.nav-block .social-networks {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -4px;
}
.nav-block .social-networks li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 12px;
}
.nav-block .social-networks li:first-child {
  margin: 0;
}
.nav-block .social-networks a {
  display: block;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.nav-block .social-networks a i {
  font-size: 24px;
  color: white;
}
.no-touch .nav-block .social-networks a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/* page navigation styles */
#nav {
  display: inline-block;
  vertical-align: middle;
  max-width: 710px;
  padding: 0 31px 0 0;
}
#nav .opener {
  display: none;
}
#nav .drop.js-slide-hidden {
  position: static !important;
}
#nav ul {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
#nav ul li {
  float: left;
  margin: 0 0 0 50px;
}
#nav ul li:first-child {
  margin: 0;
}
#nav ul a {
  letter-spacing: 1px;
  color: white;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.no-touch #nav ul a:hover {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0.8;
  text-decoration: none;
}

/* page visual styles */
.bg-stretch.home img{
 position:relative;
    top:50%;   
}


.visual-area {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* logo styles */
}
.home .news-list-image{
	display:none;
}
.visual-area .img-holder {
  width: 100%;
  position: relative;
  min-width: 1600px;
  float: left;
  left: 50%;
}
.visual-area .img-holder .img-frame {
  width: 100%;
  position: relative;
  min-width: 1600px;
  float: left;
  left: -50%;
}
.visual-area .img-holder .img-frame img {
  width: 100%;
  display: block;
}
.visual-area .logo2 {
  bottom: 65px;
  right: 82px;
  left: auto;
  width: 172px;
  position: absolute;
  z-index: 100;
}
.visual-area .logo2 img {
  display: block;
  width: 100%;
}

.visual-block {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 100;
  position: absolute;
  white-space: nowrap;
}
.visual-block:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.drop-arrow {
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: 92px;
  margin: 0 -17px;
  display: none;
  text-indent: -9999px;
  width: 34px;
  height: 34px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background: url(../images/sprites.png) no-repeat 0 -411px;
}
.no-touch .drop-arrow:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.visual-holder {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  max-width: 1600px;
}
.visual-holder h1 {
  margin: 0;
  color: white;
  font-size: 55px;
  font-weight: 100;
  font-family: "Raleway", Arial, sans-serif;
}

/* page logo styles */
.logo {
  margin: 0 auto 125px;
  width: 370px;
}
.logo img {
  display: block;
  width: 100%;
}

/* page intro styles */
.intro-area {
  margin: 0 auto;
  text-align: center;
  max-width: 1600px;
  padding: 62px 265px;
  font-size: 20px;
  font-size: 1.25em;
  line-height: 1.500em;
  color: #565656;
}
.intro-area .logo3 {
  margin: 0 auto 32px;
  width: 146px;
}
.intro-area .logo3 img {
  display: block;
  width: 100%;
}
.intro-area h2 {
  margin: 0 0 22px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.075em;
  font-size: 40px;
  font-size: 2em;
  color: #e31837;
}
.intro-area p {
  margin: 0;
}
.intro-area p strong {
  font-weight: 600;
  color: #363636;
}

/* community area styles */
.community-area {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  color: white;
}
.community-area img {
  display: block;
  width: 100%;
}

.community-block {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  text-align: center;
  position: absolute;
  white-space: nowrap;
}
.community-block:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.community-holder {
  max-width: 1600px;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  font-weight: 700;
  padding: 0 400px;
}
.community-holder h3 {
  margin: 0 0 21px;
  color: #e51937;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
}
.community-holder h2 {
  margin: 0 0 25px;
  color: white;
  text-transform: none;
  font-weight: 600;
  font-size: 40px;
  line-height: 43px;
}
.community-holder p {
  margin: 0 0 53px;
}

.btn {
  font-size: 12px;
  line-height: 26px;
  border-radius: 3px;
  text-transform: uppercase;
  color: white;
  border-color: #666666;
  padding: 6px 29px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.no-touch .btn:hover {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background: #e31837;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  border-color: #e31837;
}
.btn span {
  display: inline-block;
  vertical-align: middle;
}
.btn span:after {
  content: ">";
  margin: -1px 0 0 9px;
  color: white;
  display: inline-block;
  vertical-align: top;
}
.no-touch .info-area .btn:hover span:after{
    color:black;
      -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.no-touch .news-info .btn:hover span:after,
.no-touch .cat_button.btn-submit:hover span:after{
    color:white;
      -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/* info area styles */
.info-area {
  overflow: hidden;
}
.info-area .col {
  width: 50%;
  float: left;
  overflow: hidden;
  background: #E31837;
}
.info-area.reverse-float .col{
	float:right;
}
.info-area .col .img-holder {
  width: 100%;
  min-width: 800px;
  position: relative;
  float: left;
  left: 50%;
}
.info-area .col .img-holder .img-frame {
  width: 100%;
  min-width: 800px;
  position: relative;
  float: left;
  left: -50%;
}
.info-area .col .img-holder .img-frame img {
  display: block;
  width: 100%;
}
.info-area .info-text {
  color: #fff;
  background: #e31837;
  font-weight: 600;
  min-height: 419px;
  padding: 56px 53px 20px;
  font-size: 16px;
  line-height: 26px;
}
.info-area .info-text .sub-title {
  display: block;
  color: white;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  margin: 0 0 20px;
  letter-spacing: 2px;
}
.info-area .info-text h2 {
  margin: 0 0 25px;
  color: white;
  text-transform: none;
  font-weight: 400;
  font-size: 40px;
  line-height: 43px;
}
.info-area .info-text h2 br {
  display: none;
}
.info-area .info-text p {
  margin: 0 0 37px;
}
.info-area .btn {
  border-color: white;
  color: white;
  font-weight: 700;
  padding: 6px 34px;
  font-size: 12px;
  font-size: 0.75em;
  font-size: 12px;
  max-width: 300px;
}
.no-touch .info-area .btn:hover {
  border-color: white;
  background: white;
    color:black;
}

/* news area styles */
.news-info {
  overflow: hidden;
}
.news-info .info-text {
  float: left;
  width: 33.4%;
  padding: 60px 51px;
  overflow: hidden;
  font-size: 24px;
  font-size: 1.5em;
  line-height: 1.250;
  color: #525252;
}
.news-info .info-text .btn {
  color: #3c3c3c;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.5em;
}
.news-info .info-text .btn span:after {
  color: #3c3c3c;
          -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.news-info .col {
  float: right;
  width: 66.6%;
  overflow: hidden;
}
.news-info .col .img-holder {
  width: 100%;
  min-width: 1066px;
  position: relative;
  float: left;
  left: 50%;
}
.news-info .col .img-holder .img-frame {
  width: 100%;
  min-width: 1066px;
  position: relative;
  float: left;
  left: -50%;
}
.news-info .col .img-holder .img-frame img {
  display: block;
  width: 100%;
}

/* info area styles */
.info-text time {
  display: block;
  color: #8c8c8c;
  font-size: 14px;
  font-size: 0.58333em;
  font-weight: 400;
  margin: 0 0 31px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Arial, sans-serif;
}
.info-text p {
  margin: 0 0 9px;
}
.info-text .text-holder {
  overflow: hidden;
  text-align: right;
  padding: 0 8px 33px 0;
}
.info-text .text-holder strong {
  float: left;
  font-size: 18px;
  font-size: 0.75em;
  line-height: 1.167;
  color: #e51937;
  font-weight: 700;
  max-width: 200px;
  text-transform: uppercase;
}
.info-text .text-holder .view {
  font-size: 12px;
  font-size: 0.5em;
  font-weight: 700;
  text-transform: uppercase;
  color: #3c3c3c;
  position: relative;
  line-height: 1.250em;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  padding: 4px 0 0;
  letter-spacing: 1px;
  max-width: 200px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.no-touch .info-text .text-holder .view:hover:after {
  content: "";
  background: none;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.info-text .text-holder .view:after {
  content: "";
  height: 2px;
  left: 0;
  right: 0;
  bottom: -4px;
  width: 100%;
  position: absolute;
  background: #e31837;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.info-text .text-holder .view span {
  position: relative;
}
.info-text .text-holder .view span:after {
  content: ">";
  margin: 0 0 0 2px;
  color: #3c3c3c;
  display: inline-block;
  vertical-align: top;
}

.two-columns {
  overflow: hidden;
  padding: 62px 50px 80px;
}
.two-columns .title {
  padding: 0 22px 0;
}
.two-columns .title h2 {
  margin: 0 0 11px;
  color: #e31837;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 30px;
  font-size: 1.875em;
}

.columns-holder .columns {
  float: right;
  width: 46.7%;
}
.columns-holder .columns:first-child {
  float: left;
}
.columns-holder .columns2 {
  margin: -176px 0 0;
}

/* about info styles */
.about-info {
  color: #181818;
  font-size: 18px;
  font-size: 1.125em;
  line-height: 1.667;
  padding: 0 0 0 22px;
}
.about-info p {
  margin: 0 0 55px;
}

.about-list {
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}
.about-list dt {
  float: left;
  width: 165px;
  margin: 0 31px 0 0;
  text-align: right;
  color: #3eb0d4;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5em;
  line-height: 1.125;
  font-weight: bold;
  clear: left;
}
.about-list dd {
  margin: 0 0 25px;
  padding: 0;
  overflow: hidden;
  font-size: 17px;
  font-size: 1.0625em;
  line-height: 1.412;
  color: #656565;
  font-family: "Raleway", Arial, sans-serif;
}
.about-list dd:after {
  content: "";
  display: block;
  clear: both;
}

/* info holder styles */
/* .info-holder {
  padding: 6px 0 0;
} */
.info-holder .title {
  position: relative;
  text-align: center;
  padding: 29px 10px;
  margin: 0 0 42px;
}
.info-holder .title:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  position: absolute;
  background: url(../images/bg-dot.png) repeat-x;
}
.info-holder .title:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  position: absolute;
  background: url(../images/bg-dot.png) repeat-x;
}
.info-holder .title h2 {
  margin: 0;
  color: #e31837;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 35px;
  font-size: 2.1875em;
  line-height: 1.200;
  font-weight: 100;
}
.info-holder .title h2 span {
  display: block;
  color: #32add4;
  font-weight: 700;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 18px;
  font-size: 0.51429em;
  line-height: 1.111;
}

/* pyramin styles */
.pyramin-holder {
  text-align: center;
  max-width: 502px;
  margin: 0 auto;
}
.pyramin-holder img {
  display: block;
  width: 100%;
}

.three-columns {
  overflow: hidden;
  padding: 0 50px 77px;
  /* slide styles */
}
.three-columns h3 {
  margin: 0 0 16px;
  color: #e51937;
  font-size: 18px;
  font-size: 1.125em;
  line-height: 1.111;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.three-columns .columns-holder {
  overflow: hidden;
  margin: 0 -27px;
}
.three-columns .columns {
  float: left;
  width: 30.1%;
  margin: 0 25px 10px;
  color: #3c3c3c;
}
.three-columns .columns .img-holder {
  margin: 0 0 26px;
  overflow: hidden;
}
.three-columns .columns .img-holder img {
  display: block;
  width: 100%;
}
.three-columns .columns h2 {
  margin: 0 0 13px;
  color: #444444;
  text-transform: capitalize;
  font-size: 32px;
  font-size: 2em;
  line-height: 1.063;
  font-weight: 400;
  letter-spacing: 1px;
}
.columns-holder .columns i{
 	font-size:22px;   
    line-height:40px;
}
.three-columns .columns p {
  margin: 0 0 27px;
}
.three-columns .open-close {
  position: relative;
  padding: 3px 0 0;
}

.three-columns .columns-holder.founders .columns i{
 	margin-left:2%;   
}
.three-columns .open-close .opener {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75em;
  text-transform: uppercase;
  min-width: 143px;
  padding: 7px 27px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.no-touch .three-columns .open-close .opener:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.three-columns .open-close .opener span {
  color: #3c3c3c;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.three-columns .open-close .opener span:after {
  content: ">";
  margin: -1px 0 0 5px;
  display: inline-block;
  vertical-align: top;
}
.three-columns .open-close .opener .btn-less {
  display: none;
}
.three-columns .open-close.active .opener .btn-more {
  display: none;
}
.three-columns .open-close.active .opener .btn-less {
  display: block;
}

/* location styles */
.location-area {
  position: relative;
  padding: 0 50px 98px;
}
.location-area h3{
  margin: 0 0 23px;
  color: #e51937;
  font-size: 18px;
  font-size: 1.125em;
  line-height: 1.111;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.location-holder {
  margin: 0 -35px 0 -33px;
}
.location-holder .col {
  float: left;
  width: 16.6%;
  padding: 0 0 0 10px;
  overflow: hidden;
  margin: 0 0 10px;
  /* tel link styles */
}
.location-holder .col .col-holder {
  overflow: hidden;
  padding: 15px 25px 15px;
  background: #f5f5f5;
  position: relative;
}
.location-holder .col h2 {
  margin: 0;
  color: #e51937;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}
.location-holder .col address {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin: 0 0 7px;
  letter-spacing: -1px;
}
.location-area.staff-block .col address,
.staff-block .location-holder .col strong.name{
    margin:0;
}
.location-area.staff-block .col em{
    margin-bottom:10px;
}

.location-holder .col .tel-link {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 400;
  color: #444;
  margin: 0 0 17px;
  font-size: 20px;
  letter-spacing: 1px;
}
.no-touch .location-holder .col .tel-link:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.location-holder .col .name {
  display: block;
  font-weight: 600;
  line-height: 1.250;
  margin: 0 0 10px;
  text-transform: capitalize;
  font-size: 16px;
}
.location-holder .col .name span {
  display: block;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-weight: 600;
  font-size: 10px;
  color: #484848;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 3px;
}
.location-holder .col .name a {
  color: #e31837;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.no-touch .location-holder .col .name a:hover {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  text-decoration: none;
  opacity: 0.8;
}

/* popup styles */
.popup-holder {
  width: 100%;
  z-index: 90;
}

.popup-holder .opener-holder {
  position: relative;
}
.popup-holder .icon-open {
  display: block;
  width: 33px;
  height: 23px;
  overflow: hidden;
  text-indent: 99999px;
  background: url(../images/sprites.png) no-repeat 0 -174px;
}
.staff-block .popup-holder .icon-open{
    margin-top:10px;
}
.no-touch .popup-holder .icon-open:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.popup-holder .popup {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  position: absolute;
  display: none;
}
.popup-holder .popup .img-holder {
  overflow: hidden;
}
.popup-holder .popup .img-holder img {
  display: block;
  width: 100%;
  height: auto;
}
.popup-holder .popup .img-holder .caption {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 110;
  padding: 7px 16px 6px;
  overflow: hidden;
  position: absolute;
  background: #242424;
}
.popup-holder .popup .img-holder .caption .name {
  font-weight: 600;
  color: white;
  line-height: 1.250;
  text-transform: capitalize;
  margin: 0;
  font-size: 16px;
}
.popup-holder .popup .img-holder .caption .name span {
  display: block;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-weight: 600;
  font-size: 10px;
  color: #8c8c8c;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.popup-holder .popup .img-holder .caption .mail {
  float: right;
  width: 25px;
  height: 27px;
  overflow: hidden;
  text-indent: 99999px;
  margin: 10px 0 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background: url(../images/sprites.png) no-repeat 0 -332px;
}
.no-touch .popup-holder .popup .img-holder .caption .mail:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.popup-holder .popup .close {
  display: block;
  width: 23px;
  height: 22px;
  overflow: hidden;
  text-indent: 99999px;
  position: absolute;
  right: 14px;
  top: 19px;
  z-index: 100;
  background: url(../images/sprites.png) no-repeat 0 -264px;
}
.no-touch .popup-holder .popup .close:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.news-block {
  padding: 46px 50px 0;
}
.news-block h2 {
  margin: 0 0 32px;
  color: #e51937;
  font-size: 18px;
  font-size: 1.125em;
  line-height: 1.111;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.two-column {
  overflow: hidden;
  padding: 0 0 109px;
}
.two-column .columns {
  width: 46.5%;
  float: right;
  position: relative;
}
.two-column .columns a {
  color: #444;
  pointer-events: none;
}
.no-touch .two-column .columns a:hover {
  text-decoration: none;
}
.two-column .columns.no-image:before {
  content: "";
  width: 1px;
  background: #c30d29;
  left: -4px;
  top: 0;
  bottom: 40px;
  position: absolute;
}
.two-column .columns:first-child {
  float: left;
}
.two-column .columns:first-child:before {
  content: "";
  background: none;
}
.two-column .columns .img-holder {
  float: left;
  max-width: 287px;
  overflow: hidden;
}
.two-column .columns .img-holder img {
  display: block;
  width: 100%;
}

.news-text {
  color: #444;
  font-size: 32px;
  line-height: 1.1875;
  overflow: hidden;
  padding: 0 0 15px 27px;
}
.news-text p {
  margin: 0 0 6px;
}
.news-text time {
  display: block;
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Arial, sans-serif;
}
.news-text .btn-more {
  color: #3c3c3c;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.250;
  display: inline-block;
  vertical-align: top;
  padding: 12px 27px;
  pointer-events: auto;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.no-touch .news-text .btn-more:hover {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.news-text .btn-more span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.news-text .btn-more span:after {
  content: ">";
  margin: -2px 0 0 9px;
  color: #3c3c3c;
  display: inline-block;
  vertical-align: top;
}

/* news columns styles */
.news-col {
  overflow: hidden;
}
.news-col .col {
  display: inline-block;
  vertical-align: top;
  width: 33.1%;
  position: relative;
  margin: 0 0 80px;
}
.no-touch .news-col .col a:hover {
  text-decoration: none;
}
.news-col .col.no-image:before {
  content: "";
  width: 1px;
  background: #c30d29;
  left: 0;
  top: 5px;
  bottom: -17px;
  position: absolute;
}
.news-col .col .img-holder {
  float: left;
  max-width: 278px;
  overflow: hidden;
  margin: 4px 0 0;
}
.news-col .col .img-holder img {
  display: block;
  width: 100%;
}
.news-info .details, .news-col .details {
  color: #525252;
  font-size: 24px;
  line-height: 1.250;
  padding: 0 20px 0;
  overflow: hidden;
  position: relative;
}
.news-info .details a, .news-col .details a {
  color: #525252;
  pointer-events: none;
  text-decoration: none;
}
.news-info .details a:hover, .no-touch .news-col .details a:hover {
  text-decoration: none;
}
.news-info .details time, .news-col .details time {
  display: block;
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 21px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Arial, sans-serif;
}
.news-info .details p, .news-col .details p {
  margin: 0 0 10px;
}
.news-col .details .btn-more, .news-info .details .btn-more {
  color: #3c3c3c;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.250;
  display: inline-block;
  vertical-align: top;
  padding: 9px 21px;
  pointer-events: auto !important;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.no-touch .news-col .details .btn-more:hover, .no-touch .news-info .details .btn-more:hover {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.news-col .details .btn-more span, .news-info .details .btn-more span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.news-col .details .btn-more span:after, .news-info .details .btn-more span:after {
  content: ">";
  margin: -2px 0 0 9px;
  color: #3c3c3c;
  display: inline-block;
  vertical-align: top;
}
.news-info .details a:hover{
	text-decoration:none;
}
/* pagination styles */
.two-column #webapp26642pagination{
	display:none;
}
.paging, .news-col #webapp26642pagination{
  margin: -10px 0 102px;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  font-size: 1.125em;
  font-family: "Roboto Condensed", Arial, sans-serif;
}
.paging li, .news-col #webapp26642pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 18px;
}
.paging .active a, .news-col #webapp26642pagination .pag-current {
  color: #a5a5a5;
}
.paging a, .news-col #webapp26642pagination .pag-number a{
  color: #e51937;
}
.no-touch .paging a:hover, .no-touch .news-col #webapp26642pagination .pag-number a:hover {
  text-decoration: none;
  color: #a5a5a5;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.news-col #webapp26642pagination .pag-next a,
.news-col #webapp26642pagination .pag-prev a,
.paging .prev a,
.paging .next a {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-size: 0.66667em;
  font-weight: 700;
  font-family: "Raleway", Arial, sans-serif;
  color: #3c3c3c;
  padding: 4px 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.paging .prev a span,
.paging .next a span {
  position: relative;
}
.news-col #webapp26642pagination .pag-next a:after,
.news-col #webapp26642pagination .pag-prev a:after,
.paging .prev a span:after,
.paging .next a span:after {
  content: ">";
  margin: -1px 0 0 9px;
  color: #3c3c3c;
  display: inline-block;
  vertical-align: top;
}
.no-touch .news-col #webapp26642pagination .pag-next a:hover,
.no-touch .news-col #webapp26642pagination .pag-prev a:hover,
.no-touch .paging .prev a:hover,
.no-touch .paging .next a:hover {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.paging .prev a span {
  position: relative;
}
.news-col #webapp26642pagination .pag-prev a:before,
.paging .prev a span:before {
  content: "<";
  margin: -1px 9px 0 0;
  color: #3c3c3c;
  display: inline-block;
  vertical-align: top;
}
.news-col #webapp26642pagination .pag-prev a:after,
.paging .prev a span:after {
  content: "";
  background: none;
}

/* contact area styles */
.contact-area {
  padding: 0 0 55px;
}
.contact-area h3 {
  margin: 0 0 41px;
  color: #e51937;
  font-size: 18px;
  font-size: 1.125em;
  line-height: 1.111;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-holder {
  overflow: hidden;
}

/* address styles */
.address-block {
  float: left;
  width: 32.3%;
}
.address-block h3 {
  margin: 0 0 16px;
  color: #000;
  font-size: 24px;
  font-size: 1.5em;
  line-height: 1.250;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.address-block address {
  display: block;
  margin: 0 0 14px;
  color: #525252;
  font-size: 18px;
  font-size: 1.125em;
  line-height: 1.444;
  font-style: normal;
}
.address-block .tel-list {
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.500;
  font-family: "Raleway", Arial, sans-serif;
  padding: 0 0 20px;
}
.address-block .tel-list li {
  margin: 0;
}
.address-block .tel-list li em {
  color: #525252;
  font-style: normal;
  font-size: 14px;
  font-size: 0.77778em;
  font-weight: 400;
  text-transform: lowercase;
  padding: 0 0 0 9px;
}
.address-block .tel-list a {
  color: #525252;
}
.no-touch .address-block .tel-list a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.address-block .mail {
  color: #e51937;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  font-family: "Raleway", Arial, sans-serif;
  line-height: 1.150;
  margin: 0 0 27px;
  font-size: 20px;
  font-size: 1.25em;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.no-touch .address-block .mail:hover {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.address-block .direction {
  display: inline-block;
  vertical-align: top;
  color: #e31837;
  position: relative;
  padding: 0 0 0 40px;
  text-decoration: underline;
}
.no-touch .address-block .direction:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.address-block .direction:before {
  content: "";
  width: 19px;
  height: 33px;
  left: 4px;
  top: -2px;
  position: absolute;
  background: url(../images/icon-02.png) no-repeat;
}

/* contact block styles */
.contact-block {
  float: right;
  width: 66.1%;
}
.contact-block p {
  margin: 0 0 45px;
}
.contact-block p a {
  color: #e31837;
  text-decoration: underline;
}
.no-touch .contact-block p a:hover {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  text-decoration: none;
}

/* contact form styles */
.contact-form ::-webkit-input-placeholder {
  color: #555;
}
.contact-form ::-moz-placeholder {
  opacity: 1;
  color: #555;
}
.contact-form :-moz-placeholder {
  color: #555;
}
.contact-form :-ms-input-placeholder {
  color: #555;
}
.contact-form .placeholder {
  color: #555;
}
.contact-form .col {
  width: 47.8%;
  float: left;
}
.contact-form .col2 {
  width: 47.8%;
  float: right;
}
.contact-form .row {
  padding: 0 0 26px;
}
.contact-form label {
  display: block;
  text-transform: uppercase;
  color: #525252;
  padding: 0 0 3px 3px;
  font-size: 14px;
  font-size: 0.875em;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
  margin: 0;
  padding: 5px 20px;
  width: 100%;
  height: 56px;
  border: 1px solid #dadada;
  border-radius: 10px;
  background: #fff;
  color: #000;
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 600;
}
.contact-form textarea {
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  height: 190px;
  border: 1px solid #dadada;
  border-radius: 10px;
  background: #fff;
  color: #000;
  resize: none;
  overflow: auto;
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 600;
}
.contact-form .btn-holder {
  overflow: hidden;
  padding: 0 13px 0 0;
  margin: -5px 0 0;
}
.contact-form .btn-submit {
  float: right;
  color: #3c3c3c;
  text-transform: uppercase;
  background: none;
  font-size: 12px;
  font-size: 0.75em;
  font-weight: 700;
  padding: 11px 39px;
  font-family: "Raleway", Arial, sans-serif;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.contact-form .btn-submit:focus{
	outline:none;
}
.no-touch .contact-form .btn-submit:hover {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.contact-form .btn-submit span {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.contact-form .btn-submit span:after {
  content: ">";
  margin: -1px 0 0 9px;
  color: #3c3c3c;
  display: inline-block;
  vertical-align: top;
      -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.contact-form input[type="text"]:focus, .contact-form input[type="tel"]:focus, .contact-form input[type="email"]:focus, .contact-form input[type="url"]:focus, .contact-form input[type="password"]:focus, .contact-form input[type="search"]:focus, .contact-form textarea:focus {
    outline: none;
    border: 3px solid rgb(210, 210, 210);
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
/* footer styles */
#footer {
  background: #000;
}

.footer-holder {
  margin: 0 auto;
  max-width: 1600px;
  overflow: hidden;
  padding: 59px 50px 118px;
}
.footer-holder .sub-title {
  color: #696969;
  display: block;
  font-size: 12px;
  font-size: 0.75em;
  line-height: 1.250;
}
.footer-holder .col1 {
  width: 50.2%;
  float: left;
}
.footer-holder .col1 .logo {
  width: 166px;
  float: left;
  margin: 0;
}
.footer-holder .col1 .logo img {
  display: block;
  width: 100%;
}
.footer-holder .col2 {
  float: left;
  width: 32.2%;
}
.footer-holder .col2 .logo {
  width: 80px;
  margin: 0 auto;
  display: none;
}
.footer-holder .col2 .logo img {
  display: block;
  width: 100%;
}

.address-holder {
  overflow: hidden;
  width: 64.5%;
  padding: 0 18px 0 66px;
}
.address-holder address {
  display: block;
  margin: 0 0 14px;
  font-size: 20px;
  font-size: 1.25em;
  line-height: 1.350;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-style: normal;
  color: white;
}
.address-holder .tel-list {
  font-size: 22px;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.500;
  font-family: "Roboto Condensed", Arial, sans-serif;
  padding: 0 0 16px;
}
.address-holder .tel-list li {
  margin: 0;
}
.address-holder .tel-list li em {
  color: #777777;
  font-style: normal;
  font-size: 14px;
  font-size: 0.63636em;
  font-weight: 400;
  padding: 0 0 0 6px;
}
.address-holder .tel-list a {
  color: white;
}
.no-touch .address-holder .tel-list a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.address-holder .mail {
  color: white;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.no-touch .address-holder .mail:hover {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  text-decoration: none;
}

/* link styles */
.link-holder {
  float: left;
  width: 54.5%;
  padding: 0 20px 0 0;
}
.link-holder ul {
  font-size: 14px;
  font-size: 0.875em;
  line-height: 2;
  font-weight: 700;
  padding: 15px 0 100px;
}
.link-holder ul li {
  margin: 0;
}
.link-holder ul a {
  color: white;
}
.no-touch .link-holder ul a:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/* social networks styles */
.social-holder {
  float: left;
  width: 36.5%;
  padding: 0 20px 0 0;
}
.social-holder .social-networks {
  letter-spacing: -4px;
  padding: 17px 0 100px;
  margin: 0 0 0 -17px;
}
.social-holder .social-networks li {
  display: inline-block;
  vertical-align: middle;
}
.social-holder .social-networks .hide {
  display: none;
}
.social-holder a {
  display: block;
  color: white;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  width: 46px;
}
.social-holder a i {
  font-size: 26px;
}
.no-touch .social-holder a:hover {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0.8;
  text-decoration: none;
}

.col3 {
  width: 17.6%;
  float: left;
  color: #797979;
  font-size: 12px;
  font-size: 0.75em;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  line-height: 1.500;
  /* copyright styles */
}
.col3 .bb-icon {
  width: 147px;
  margin: 0 0 143px;
  display: inline-block;
  vertical-align: top;
}
.col3 .bb-icon img {
  display: block;
  max-width: 100%;
}
.col3 .copyright {
  margin: 0 0 0 -200px;
}
.col3 p {
  margin: 0;
}
.col3 p a {
  color: #797979;
}
.no-touch .col3 p a:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/* ---------------------------------------------------------
    7. Styles for responsive breakpoints
   ---------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  a.tel-link {
    cursor: default;
    pointer-events: none;
  }
}
@media only screen and (max-width: 1599px) {
 

  .intro-area {
    padding: 37px 28px 33px;
    font-size: 16px;
    font-size: 1em;
    line-height: 1.500em;
  }
  .intro-area .logo3 {
    width: 121px;
    margin: 0 auto 26px;
  }
  .intro-area h2 {
    line-height: 1.075em;
    font-size: 25px;
    font-size: 1.5625em;
    margin: 0 0 19px;
  }

  .community-area {
    height: 420px;
  }
  .community-area .img-holder {
    width: 100%;
    min-width: 1102px;
    left: 50%;
    float: left;
    position: relative;
  }
  .community-area .img-holder .img-frame {
    width: 100%;
    min-width: 1102px;
    left: -50%;
    float: left;
    position: relative;
  }
  .community-area .img-holder .img-frame img {
    display: block;
    width: 100%;
  }

  .community-holder {
    padding: 0 25px;
    line-height: 1.500;
  }
  .community-holder h3 {
    margin: 0 0 30px;
  }
  .community-holder h2 {
    font-size: 25px;
    font-size: 1.5625em;
    margin: 0 0 18px;
  }
  .community-holder p {
    margin: 0 0 29px;
  }
  .community-holder .btn {
    padding: 4px 20px;
  }

  .info-area {
    max-height: 415px;
  }
  .info-area .info-text {
    line-height: 1.500;
    padding: 38px 34px 0;
  }
  .info-area .info-text .sub-title {
    margin: 0 0 34px;
  }
  .info-area .info-text h2 {
    font-size: 25px;
    font-size: 1.5625em;
    margin: 0 0 16px;
    line-height: 1.280;
  }
  .info-area .info-text h2 br {
    display: block;
  }
  .info-area .info-text p {
    margin: 0 0 21px;
  }
  .info-area .btn {
    padding: 4px 22px;
  }

  .news-info {
    max-height: 310px;
    overflow: hidden;
  }
  .news-info .col {
    width: 50%;
  }
  .news-info .info-text {
    width: 50%;
    padding: 38px 25px 0 31px;
  }
  .news-info .info-text .text-holder {
    padding: 0 8px 14px 0;
  }
  .news-info .info-text .btn {
    padding: 4px 20px;
  }

  .banner-area .img-holder {
    min-width: 1011px;
  }
  .banner-area .img-holder .img-frame {
    min-width: 1011px;
  }
  .banner-area .img-holder .img-frame img {
    display: block;
    width: 100%;
  }

  .banner-holder {
    padding: 220px 50px 0;
    vertical-align: top;
  }
  .banner-holder h1 {
    font-size: 45px;
    line-height: 1.178;
    font-weight: 200;
  }
  .banner-holder h1 br {
    display: block;
  }

  .two-columns {
    padding: 36px 29px 36px;
  }
  .two-columns .title {
    padding: 0;
  }
  .two-columns .title h2 {
    font-size: 25px;
    font-size: 1.5625em;
    margin: 0 0 14px;
  }

  .about-info {
    padding: 0;
    font-size: 16px;
    font-size: 1em;
    line-height: 1.500;
  }
  .about-info p {
    margin: 0 0 34px;
  }

  .columns-holder .columns {
    float: right;
    width: 47.3%;
  }
  .columns-holder .columns:first-child {
    float: left;
  }

  .info-holder .title {
    padding: 20px 10px 1px;
    margin: 0 0 11px;
  }
  .info-holder .title:before, .info-holder .title:after {
    background: url(../images/bg-dot2.png) repeat-x;
  }
  .info-holder .title h2 {
    line-height: 1.158;
    letter-spacing: 0;
  }
  .info-holder .title h2 span {
    margin: 0 0 3px;
  }

  .pyramin-holder {
    width: 90%;
  }

  .about-list {
    padding: 0 7px 0 0;
  }
  .about-list dt {
    width: 100%;
    display: block;
    text-align: left;

    line-height: 1.111;
    margin: 0 0 4px;
  }
  .about-list dd {
    line-height: 1.571;
    display: block;
    width: 100%;
    margin: 0 0 25px;
  }

  .three-columns {
    padding: 0 0 54px;
  }
  .three-columns h3 {
    display: inline-block;
    vertical-align: top;
    padding: 0 28px 0;
    font-size: 20px;
    font-size: 1.25em;
  }
  .three-columns .open-close {
    padding: 0;
    margin: -5px 0 0;
  }
  .three-columns .open-close .opener {
    padding: 8px 10px !important;
    min-width: 129px;
  }
  .three-columns .columns-holder .columns {
    width: 100%;
    margin: 0 0 61px;
    line-height: 1.500;
    font-size: 16px;
    font-size: 1em;
  }
  .three-columns .columns-holder .columns h2 {
    font-size: 22px;
    font-size: 1.375em;
    line-height: 1.273;
    margin: 0 0 15px;
  }
  .three-columns .columns-holder .columns p {
    margin: 0 0 26px;
  }
  .three-columns .columns-holder .columns .img-holder {
    float: left;
    max-width: 393px;
  }
  .three-columns .columns-holder .columns .img-holder img {
    display: block;
    width: 100%;
  }
  .three-columns .columns-holder .columns .info {
    overflow: hidden;
    padding: 12px 68px 0 38px;
  }

  .location-holder {
    margin: 0;
  }

  .location-area {
    padding: 0;
  }
  .location-area h3 {
    display: inline-block;
    vertical-align: top;
    padding: 0 28px 0;
    font-size: 20px;
    font-size: 1.25em;
  }
  .location-area .col {
    width: 33.3%;
    margin: 0;
    padding: 0;
  }
  .location-area .col:nth-child(even) .col-holder {
    background: #fff;
  }
  .location-area .col h2 {
    font-size: 18px;
    font-size: 1.125em;
    margin: 0 0 6px;
  }
  .location-area .col .col-holder {
    padding: 24px 29px 21px;
    height: inherit !important;
        min-height:300px;
  }
  .location-area .col address {
    font-weight: 400;
    line-height: 1.125;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 16px;
    font-size: 1em;
    margin: 0 0 14px;
  }

  .popup-holder .opener-holder .icon-open {
    left: -2px;
    top: -1px;
    width: 40px;
    height: 28px;
    position: absolute;
    background: url(../images/sprites.png) no-repeat 0 -946px;
  }
  .popup-holder .opener-holder .name {
    padding: 0 0 0 48px;
    line-height: 1.125;
  }
  .popup-holder .opener-holder .name span {
    margin: 0;
  }

  .news-block {
    padding: 31px 25px 0;
  }
  .news-block h2 {
    font-size: 12px;
    font-size: 0.75em;
    line-height: 1.111;
    letter-spacing: 0;
    margin: 0 0 22px;
  }

  .banner-news .img-holder {
    min-width: 1358px;
  }
  .banner-news .img-holder .img-frame {
    min-width: 1358px;
  }
  .banner-news .banner-holder {
    padding: 43px 50px 0;
  }
  .news-col .col:nth-child(even):before {
    top: 1px;
    bottom: -10px;
  }

  .paging {
    font-size: 14px;
    margin: -3px 0 40px;
  }
  .paging li {
    margin: 0 34px 0 -9px;
  }
  .paging .next a,
  .paging .prev a {
    padding: 2px 9px;
    font-size: 12px;
    font-size: 0.85714em;
  }

  .contact-area h3 {
    font-size: 12px;
    font-size: 0.75em;
    margin: 0 0 8px;
  }


  .address-block h3 {
    font-size: 16px;
    font-size: 1em;
    line-height: 1.250;
    margin: 0 0 2px;
  }
  .address-block address {
    font-size: 14px;
    font-size: 0.875em;
    line-height: 1.643;
    margin: 0;
  }
  .address-block .tel-link {
    font-size: 14px;
    line-height: 22px;
    padding: 0 0 0;
  }
  .address-block .direction {
    font-size: 14px;
    font-size: 0.875em;
    padding: 0 0 0 17px;
  }
  .address-block .direction:before {
    content: "";
    height: 16px;
    left: -3px;
    top: 4px;
    width: 16px;
    position: absolute;
    background: url(../images/icon-03.png) no-repeat;
  }
  .address-block .mail {
    font-size: 14px;
    font-size: 0.875em;
  }

  .contact-block {
    width: 100%;
    float: none;
    font-size: 14px;
    font-size: 0.875em;
    line-height: 1.286;
    /* 18/16 */
  }
  .contact-block p {
    margin: 0 0 40px;
  }
  .contact-block p br {
    display: none;
  }
  .contact-block .cols-holder {
    padding: 0 0 0;
  }
  .contact-block .col {
    width: 47%;
  }

  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="tel"] {
    height: 38px;
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 7px;
  }
  .contact-form label {
    padding: 0 0 3px;
  }
  .contact-form .row {
    padding: 0 0 20px;
  }
  .contact-form textarea {
    height: 124px;
  }
  .contact-form .btn-holder {
    margin: 0;
    padding: 8px 8px 0 0;
  }
  .contact-form .btn-submit {
    padding: 11px 20px;
  }

  .contact-area {
    padding: 0 0  47px;
  }

  .footer-holder {
    padding: 42px 0 0;
  }
  .footer-holder .sub-title {
    display: none;
  }
  .footer-holder .col1 {
    width: 40%;
    padding: 0 0 54px 33px;
  }
  .footer-holder .col1 .logo {
    width: 124px;
    padding: 3px 0 0;
  }
  .footer-holder .col1 .address-holder {
    display: none;
  }
  .footer-holder .col2 {
    width: 60%;
    padding: 0 33px 54px 0;
  }
  .footer-holder .col3 {
    width: 100%;
    text-align: center;
    background: #232323;
    display: table;
    font-size: 10px;
    font-size: 0.625em;
    line-height: 1.600;
    padding: 20px;
  }
  .footer-holder .col3 .copyright {
    margin: 0;
    display: table-header-group;
  }
  .footer-holder .col3 .copyright p {
    margin: 0 0 13px;
  }
  .footer-holder .col3 .bb-icon {
    max-width: 89px;
    width: 100%;
    margin: 0;
  }
  .footer-holder .col3 .bb-icon img {
    max-width: 100%;
    display: block;
  }

  .link-holder {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    min-width: 370px;
    padding: 0;
  }
  .link-holder ul {
    padding: 0;
    text-align: right;
  }
  .link-holder li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 36px !important;
  }
  .link-holder li:first-child {
    margin: 0;
  }

  .social-holder {
    width: 100%;
    float: none;
    padding: 0;
  }
  .social-holder .social-networks {
    text-align: right;
    padding: 21px 0 0;
    margin: 0;
  }
  .social-holder .social-networks .hide {
    display: inline-block !important;
    vertical-align: top;
  }
  .social-holder .social-networks a {
    width: 43px;
  }
  .social-holder .social-networks li {
    margin: 0 0 0 16px;
  }
}
.win-height {
  height: inherit !important;
}
@media only screen and (max-width:1220px){
	.news-col {
	margin: -3px 0 0;
    }
    .news-col .col {
        width: 49.6%;
        margin: 0 0 40px;
    }
    .news-col .col a {
        pointer-events: auto;
    }
    .news-col .col .img-holder {
        max-width: 125px;
    }
    .news-col .details {
        font-size: 14px;
        font-size: 0.875em;
        line-height: 1.143;
        padding: 0 19px 0 13px;
    }
    .news-col .details time {
        font-size: 12px;
        font-size: 0.85714em;
    }
    .news-col .details p {
        margin: 0;
        font-size: 18px;
    }
    .two-column .columns .img-holder {
        max-width: 235px;
    }
    .news-text {
        padding: 0 0 15px 25px;
    }
    .news-text p {
    	font-size: 0.75em;
    }
    .two-column{
    	padding: 0 0 80px;
    }
}
@media only screen and (max-width: 1000px) {
    #nav ul li{
     	margin-left:37px;   
    }
	  .info-holder .title h2 {
    font-size: 19px;
    font-size: 1.1875em;
    }

  .drop-arrow {
    display: block;
  }

      .address-block {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 29px;
  }
                 .address-block .col {
    left: 50%;
    top: 18px;
    margin: 0 -55px 0;
    position: absolute;
  }
    .address-block .tel-list{
     padding-bottom:0px;   
    }
    .two-column .columns .img-holder {
    	max-width: 180px;
    }
    .news-text {
    	padding: 0 0 15px 15px;
    }
    .news-text p {
    	font-size: 0.55em;
    }
    .news-text .btn-more{
    	font-size: 12px;
        line-height: 1.250;
        vertical-align: top;
        padding: 9px 21px;
    }
  
}
@media only screen and (max-width: 921px) {
      .nav-block{
        width:80%;
    }
    #nav {
     	width:80%;   
    }
    #nav ul{
     	line-height:30px;   
    }
    #nav ul li:nth-child(5){
     	margin-left:90px;   
    }
    
}
@media only screen and (max-width: 800px) {
 	   .location-area .col .col-holder{
     	min-height:200px;   
    }
}

@media only screen and (max-width: 767px) {
    .two-column {
        padding: 0;
    }
    .two-column .columns:first-child {
        float: none;
    }
    .two-column .columns {
        float: none;
        width: 100%;
        margin: 0 0 47px;
    }
    .two-column .columns:before {
        left: 0;
        bottom: 7px;
    }
    .two-column .columns a {
        pointer-events: auto !important;
    }
    .two-column .columns .img-holder {
        max-width: 138px;
        padding: 5px 0 0;
    }
    .two-column .news-text {
        font-size: 22px;
        font-size: 1.375em;
        line-height: 1.227;
        padding: 0 27px 15px;
    }
    .two-column .news-text time {
        /*font-size: 18px;*/
        font-size: 0.85714em;
        font-weight: 400;
        margin: 0 0 28px;
    }

    
    
    .address-block .tel-list{
        padding-bottom:20px;   
    }
    .about-list dd {
        font-size: 14px;
        font-size: 0.875em;
    }
    
    .about-list dd {
        font-size: 14px;
        font-size: 0.875em;
    }
    .popup-holder.popup-active{
        min-height:300px;   
    }
    .nav-holder .logo {
        display: none;
    }
    .visual-area .logo2{
        left:50%;
        margin-left: -86px;
        right:none;
        bottom:350px;
    }
    .nav-block .social-networks {
        display: none;
    }
    .nav-block {
        float: none;
        text-align: center;
        padding: 0;
    }
    .drop-arrow {
        display: block;
    }
    .visual-holder h1 {
        font-size: 45px;
    }
    .nav-area {
        background: #d70d2c;
    }
    #nav {
        padding: 0;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        max-width: 100%;
    }
    #nav .opener {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 9999;
        display: block;
        text-align: center;
        background: rgba(215, 13, 44, 0.9);
        border-top: 2px solid #b21930;
        padding: 2px 0 0;
    }
    #nav .opener span {
        display: block;
        margin: 0 auto;
        overflow: hidden;
        text-indent: -9999px;
        width: 36px;
        height: 36px;
        background: url(../images/sprites.png) no-repeat 0 -477px;
    }
    #nav ul {
        font-size: 30px;
        font-weight: 400;
        line-height: 32px;
        background: #e31837;
        overflow: hidden;
    }
    #nav ul li {
        display: block;
        float: none;
        margin: 12px 0 !important;
    }
    #nav .drop {
        left: 0;
        overflow: hidden;
        right: 0;
        top: 100%;
        z-index: 999;
        position: relative;
    }
    #nav .drop.js-slide-hidden {
        display: none !important;
    }
    #nav {
        min-width: 100%;
    }
    #nav ul {
        font-size: 26px;
    }
    .visual-area .img-holder {
        min-width: 830px;
    }
    .visual-area .img-holder .img-frame {
        min-width: 830px;
    }
    
    .visual-holder {
        vertical-align: top;
        padding: 83px 25px 0;
    }
    .visual-holder .logo {
        width: 171px;
        margin: 0 auto 51px;
    }
    .visual-holder h1 {
        font-size: 28px;
        line-height: 1.286;
        font-weight:300;
    }
    .visual-holder h1 br {
        display: none;
    }
    
    .drop-arrow {
        bottom: 44px;
    }
    
    .intro-area {
        padding: 40px 28px 33px;
    }
    .intro-area .logo3 {
        width: 105px;
        margin: 0 auto 27px;
    }
    .intro-area h2 {
        line-height: 1.075em;
        font-size: 20px;
        font-size: 1.25em;
        margin: 0 0 9px;
    }
    
    .community-area {
        height: 387px;
    }
    .community-area .img-holder {
        min-width: 1376px;
    }
    .community-area .img-holder .img-frame {
        min-width: 1376px;
    }
    
    .community-holder {
        vertical-align: middle;
        font-weight: 700;
        padding: 0 20px;
        font-size: 14px;
        font-size: 0.875em;
        line-height: 1.571;
        padding: 0 17px;
    }
    .community-holder h3 {
        margin: 0 0 5px;
        font-size: 16px;
        font-size: 1.14286em;
        line-height: 1.111;
    }
    .community-holder h2 {
        margin: 0 0 8px;
        font-size: 20px;
        font-size: 1.42857em;
        line-height: 1.500;
    }
    .community-holder p {
        margin: 0 0 32px;
    }
    
    .info-area {
        max-height: inherit !important;
    }
    .info-area .col {
        width: 100%;
        float: none;
        min-height: inherit !important;
    }
    .info-area.reverse-float .col{
        float:none;
    }
    .info-area .col .img-holder {
        min-width: 100%;
    }
    .info-area .col .img-holder .img-frame {
        min-width: 100%;
    }
    .info-area .col .img-holder .img-frame img {
        display: block;
        width: 100%;
    }
    .info-area .info-text {
        text-align: center;
        font-size: 14px;
        font-size: 0.875em;
        line-height: 1.571;
        padding: 36px 21px 48px;
        min-height: inherit !important;
    }
    .info-area .info-text .sub-title {
        text-align: left;
        letter-spacing: 2px;
        margin: 0 0 29px;
    }
    .info-area .info-text h2 {
        font-size: 28px;
        font-size: 2em;
        line-height: 1.143;
        text-align: left;
        margin: 0 0 9px;
    }
    .info-area .info-text p {
        text-align: left;
    }
    
    .news-info {
        max-height: inherit;
    }
    .news-info .info-text {
        float: none;
        width: 100%;
        text-align: center;
        font-size: 18px;
        font-size: 1.125em;
        min-height: inherit !important;
        padding: 35px 19px 46px;
        line-height: 1.444;
    }
    .news-info .info-text .text-holder {
        padding: 0 0 11px;
        text-align: right;
    }
    .news-info .info-text .text-holder strong {
        font-size: 16px;
        font-size: 0.88889em;
        line-height: 1.125;
        letter-spacing: 1px;
        text-align: left;
    }
    .news-info .info-text .text-holder .view {
        font-size: 10px;
        font-size: 0.55556em;
    }
    .news-info .info-text time {
        font-size: 14px;
        font-size: 0.77778em;
        text-align: left;
        margin: 0 0 29px;
    }
    .news-info .info-text p {
        margin: 0 0 2px;
        text-align: left;
    }
    .news-info .col {
        float: none;
        width: 100%;
        min-height: inherit !important;
    }
    .news-info .col .img-holder {
        min-width: 100%;
    }
    .news-info .col .img-holder .img-frame {
        min-width: 100%;
    }
    
    .banner-area .img-holder {
        min-width: 569px;
    }
    .banner-area .img-holder .img-frame {
        min-width: 569px;
    }
    .banner-area .img-holder .img-frame img {
        display: block;
        width: 100%;
    }
    
    .banner-holder {
        padding: 96px 30px 10px;
    }
    .banner-holder h1 {
        font-size: 28px;
        font-weight: 300;
    }
    .banner-holder h1 br {
        display: none;
    }
    
    .two-columns {
        padding: 36px 18px;
    }
    .two-columns .title h2 {
        font-size: 20px;
        font-size: 1.25em;
        margin: 0 0 7px;
    }
    
    .columns-holder .columns {
        width: 100%;
        margin: 0;
    }
    .columns-holder .columns:first-child {
        margin: 0;
    }
    
    .three-columns {
        padding: 0 0 4px;
    }
    .three-columns h3 {
        padding: 0 18px;
        letter-spacing: 0;
        margin: 0 0 12px;
    }
    .three-columns .columns-holder .columns {
        text-align: center;
        font-size: 14px;
        font-size: 0.875em;
        line-height: 1.571;
        margin: 0 0 35px;
    }
    .three-columns .columns-holder .columns h2 {
        font-size: 18px;
        font-size: 1.28571em;
        line-height: 1.111;
        margin: 0 0 10px;
        text-align: left;
    }
    .three-columns .columns-holder .columns .img-holder {
        float: none;
        max-width: 100%;
        padding: 0 27px;
        margin: 0 0 17px;
    }
    .three-columns .columns-holder .columns .info {
        padding: 17px 47px 0;
    }
    .three-columns .columns-holder .columns p {
        margin: 0 0 23px;
        text-align: left;
    }
    
    .location-area {
        padding: 0 0 16px;
    }
    .location-area h3 {
        padding: 0 21px;
        letter-spacing: 0;
    }
    .location-area .col {
        width: 100%;
    }
    .location-area .col .col-holder {
        padding: 14px 30px 14px;
    }
    
    .link-holder {
        display: none;
    }
    
    .banner-news .img-holder {
        min-width: 825px;
    }
    .banner-news .img-holder .img-frame {
        min-width: 825px;
    }
    .banner-news .news-banner {
        padding: 0;
    }
    .banner-news .banner-holder {
        padding: 109px 30px 10px;
        vertical-align: top;
    }
    
    .news-block {
        padding: 40px 19px 0;
    }
    .news-block h2 {
        font-size: 18px;
        font-size: 1.125em;
        font-weight: 700;
        display: inline-block;
        vertical-align: top;
        padding: 0 20px 0;
        letter-spacing: 1px;
        margin: 0 0 11px;
    }
    
    .two-column .columns {
        width: 100%;
        margin: 0 0 33px;
    }
    .two-column .columns .img-holder {
        max-width: 118px;
    }
    .two-column .news-text {
        font-size: 14px;
        font-size: 0.875em;
        line-height: 1.571;
        padding: 0 16px 0;
    }
    .two-column .news-text p,
    .news-col .details p{
       	margin: 0 0 5px 0;
		font-size: 20px;
        line-height: 26px
    }
    .two-column .news-text time,
    .news-col .details time{
       	margin: 0 0 15px;
    }
    
    .news-col .col {
        width: 100%;
        margin: 0 0 25px;
    }
    .news-col .col .img-holder {
        margin: 1px 0 0;
    }
    
    .paging {
        font-size: 15px;
        margin: -2px -30px 51px;
    }
    .paging .next a,
    .paging .prev a {
        text-indent: -9999px;
        padding: 2px 17px;
        background: url(../images/bg-prev.png) no-repeat 50% 50%;
    }
    .no-touch .paging .next a:hover,
    .no-touch .paging .prev a:hover {
        background: #dddddd url(../images/bg-prev.png) no-repeat 50% 50%;
    }
    .paging .next a {
        background: url(../images/bg-next.png) no-repeat 50% 50%;
    }
    .no-touch .paging .next a:hover {
        background: #dddddd url(../images/bg-next.png) no-repeat 50% 50%;
    }
    .paging li {
        margin: 0 12px 0;
    }
    
    .news-block h2 {
        padding: 0;
    }
    
    .contact-area h3 {
        margin: 0 0 13px;
    }
    .contact-area .address-block h3 {
        font-size: 18px;
        font-size: 1.125em;
        font-weight: 400;
    }
    
    .address-block .col {
        position: relative;
        left: 0;
        top: 0;
        margin: 0;
    }
    
    
    
    .footer-holder {
        padding: 33px 0 0;
    }
    .footer-holder .col1 {
        display: none;
    }
    .footer-holder .col1 .logo {
        float: none;
        margin: 0 auto;
        left: 50%;
        position: absolute;
        padding: 20px 0 0;
    }
    .footer-holder .col2 {
        width: 100%;
        float: none;
        padding: 0 0 40px;
    }
    .footer-holder .col2 .logo {
        display: block;
    }
    .footer-holder .col2 .social-holder {
        width: 100%;
        padding: 0 0 34px;
    }
    .footer-holder .col2 .social-holder .social-networks {
        min-width: 100%;
        text-align: center;
        padding: 0;
    }
    .footer-holder .col2 .social-holder .social-networks li {
        margin: 0 0 0 24px;
    }
    .footer-holder .col2 .social-holder .social-networks li:first-child {
        margin: 0 0 0 -11px;
    }
    .footer-holder .col3 {
        padding: 14px 10px 31px;
        font-size: 10px;
        font-size: 0.625em;
        line-height: 1.400;
    }
    .footer-holder .col3 .copyright p {
        margin: 0 0 19px;
    }
    .footer-holder .col3 .bb-icon {
        width: 69px;
    }

}
.bg-parallax {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.visual-area {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #000;
}

.visual-area .video-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
}

.visual-area .video-bg.video-active:after,
.visual-area .video-bg.video-active:before {
    opacity: 0;
}

.visual-area .video-bg .mejs-controls,
.visual-area .video-bg .mejs-layers {
    display: none !important;
}

.bg-stretch {
    position: absolute;
    z-index: -1;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bg-stretch img {
    vertical-align: top;
}

.load-block .visual-area .bg-stretch {
    display: none;
}
@media only screen and (max-width: 400px) {
    .popup-holder.popup-active{
        min-height:200px;   
    }
    .contact-form .col, .contact-form .col2 {
        float: none;
        width: 100%;
    }
    .bg-stretch.home img{
        right:70%;   
    }
    .two-column .news-text p, .news-col .details p {
        font-size: 16px;
        line-height: 22px;
    }
}


/* styles for short mobile devices */
@media only screen and (max-height: 960px) {
    
    .visual-area .logo2{
        bottom:100px;   
        width:120px;
        margin-left:-60px;
    }
    .visual-holder .logo{
        margin-bottom: 21px;   
    }
}

/* styles for short mobile devices */
@media only screen and (max-height: 559px) {
    .visual-area .logo2{
        width:100px;
        margin-left:-50px;
    }
    
}