@charset "UTF-8";
@import url(animate.css);
@import url(font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,700,500,300,100,100italic,300italic,400italic|Sarina);
@import url(//fonts.googleapis.com/css?family=Abel:regular|Archivo+Narrow:regular,italic,700,700italic|Arvo:regular,italic,700,700italic|Asap:regular,italic,700,700italic|Contrail+One:regular&subset=latin,latin-ext,cyrillic);
@import url(//fonts.googleapis.com/css?family=Cutive:regular|Lato:100,300,regular,italic,700|Lobster:regular|Montserrat:regular,700|Noto+Sans:300,regular,700&subset=latin,latin-ext,cyrillic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic|Open+Sans+Condensed:300,300italic,700|Oswald:300,regular,700|Pacifico:300,regular,700|Play:regular,700&subset=latin,latin-ext,cyrillic);
@import url(//fonts.googleapis.com/css?family=PT+Sans:regular,italic,700,700italic|Raleway:100,200,300,regular,500,600,700,800,900|Roboto:300,regular,700|Russo+One:regular|Sarina:reqular&subset=latin,latin-ext,cyrillic);
@import url(//fonts.googleapis.com/css?family=Ubuntu:300,300italic,regular,italic,500,500italic,700,700italic|Ubuntu+Condensed:regular|Yesteryear:regular|Zeyada:regular&subset=latin,latin-ext,cyrillic);
@font-face{font-family:'Archivo Narrow';src:url('../fonts/ArchivoNarrow-Regular.eot');src:url('../fonts/ArchivoNarrow-Regular.otf') format('embedded-opentype'),url('../fonts/ArchivoNarrow-Regular.woff2') format('woff2'),url('../fonts/ArchivoNarrow-Regular.woff') format('woff'),url('../fonts/ArchivoNarrow-Regular.ttf') format('truetype');font-weight:normal;font-style:normal}

/*========================================================
					  Main Styles
=========================================================*/
html {
  font: 400 14px/1.28571 "Ubuntu", sans-serif;
}
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #323232;
  font: inherit;
  -webkit-text-size-adjust: none;
  background:url(../images/bg.jpg) repeat;
}
.textaligncenter{  text-align:center;}
/*img {
  max-width: 100%;
  height: auto;
}*/

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #4baf4f;
}
h1.primary-clr a:hover, h2.primary-clr a:hover, h3.primary-clr a:hover, h4.primary-clr a:hover, h5.primary-clr a:hover, h6.primary-clr a:hover {
  color: #323232;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.57143rem;
  font-weight: bold;
}

h3 {
  font-size: 1.71429rem;
}

h4 {
  font-size: 1.28571rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #30405A;
}

h5 {
  font-size: 1rem;
  font-weight: bold;
 
}

h6 {
  font-size: 1rem;
}

p {
  color: #5e5e5e;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}


.lt-ie9 .page {
  min-width: 1200px;
}

html body *:last-child {
  margin-bottom: 0;
}

/*=======================================================
					   Main Layout
=========================================================*/
h2 + .flex-list,
h2 + .index-list {
  margin-top: 72px;
}

/*=======================================================
					   Help Classes
=========================================================*/
.primary-clr {
  color: #394c6b;
}

.center {
  text-align: center;
}

@media (min-width: 768px) and (max-width: 992px) {
  .center-sm {
    text-align: center;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .center-xs {
    text-align: center;
  }
}

.caps {
  text-transform: uppercase;
}

.hr {
  border-top: 6px solid #30405A;
}

/*=======================================================
						Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  color: #fff;
}
.brand_name {
  display: inline-block;
  overflow: hidden;
  font-family: 'Archivo Narrow', sans-serif;
}
@media (max-width: 479px) {
  .brand_name {
    font-size: 2.5rem;
  }
}
.brand_slogan{
  display: inline-block;
  margin-left: 13px;
  margin-top: -4px;
  padding: 10px 4px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  border-left: 1px solid #fff;
}
.brand_slogan p{
  display: inline-block;
  margin-left: 13px;
  margin-top: -4px;
  padding: 10px 4px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  }
.brand a:hover {
  color: inherit;
}

/*==================     Hero      ======================*/
.hero_title {
  margin-bottom: 13px;
}

/*==================   Thumbnail   ======================*/
.thumbnail img {
  margin-bottom: 42px;
}
.thumbnail__label {
  padding-bottom: 5px;
}
.thumbnail p {
  margin-bottom: 18px;
}

.thumbnail-2 img {
  width: 100%;
}
.thumbnail-2 .thumb {
  margin-bottom: 14px;
}
.thumbnail-2 a {
  color: #30405A;
}
.thumbnail-2 h5 a:hover {
  color: #50bdf3;
}
.thumbnail-2 a:hover {
  color: #394C6B;
}

/*==================  Backgrounds  ======================*/
.primary-bg {
  background: #4baf4f;
}

.bg-color-1 {
  background: #fff;
}

.bg-color-2 {
  background: #f5f5f3;
}

.bg-color-3 {
  background: #323232;
  color: #fff;
}

.bg-color-4 {
  
}

/*==================     Icons     ======================*/
.fa-facebook,
.fa-twitter,
.fa-google-plus,
.fa-linkedin,
.fa-rss {
  position: relative;
}
.fa-facebook:before,
.fa-twitter:before,
.fa-google-plus:before,
.fa-linkedin:before,
.fa-rss:before {
  left: 0;
  top: -3px;
  font-size: 17px;
  position: absolute;
  color: #4baf4f;
}

.icon {
  display: inline-block;
  width: 87px;
  height: 87px;
  background: #4baf4f;
  border-radius: 24px;
  text-align: center;
}
.icon:before {
  font-size: 45px;
  line-height: 87px;
  color: #fff;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  width: 225px;
  padding: 18.6px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  -webkit-border-radius: 66px;
  -moz-border-radius: 66px;
  border-radius: 66px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn:hover {
  text-decoration: none;
  color: #4baf4f;
  background: #fff;
}
.btn:active {
  background: #e6e6e6;
}

.link {
  text-transform: uppercase;
  color: #4baf4f;
  line-height: 1.2;
}
.link:hover {
  color: #323232;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}
@media (max-width: 479px) {
  .box {
    text-align: center;
    padding: 0;
  }
  .box_aside {
    float: none;
    padding: 0;
  }
  .box_cnt__no-flow {
    margin-top: 20px;
    overflow: hidden;
  }
}

/*==================    Feature   ======================*/
.feature .box_cnt__no-flow {
  height: 80px;
  display: table;
}
.feature .icon {
  margin-top: -4px;
}
.feature p {
  display: table-cell;
  padding-left: 23px;
  padding-right: 114px;
  vertical-align: middle;
  font-style: italic;
  color: #5e5e5e;
}
@media (max-width: 991px) {
  .feature p {
    padding: 0;
    padding-left: 20px;
  }
}
@media (max-width: 479px) {
  .feature p {
    padding-left: 0;
  }
}

/*==================      Post    ======================*/
.post time,
.post-2 time {
  font-size: 31px;
  font-weight: 100;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  color: #4baf4f;
}
.post h6,
.post-2 h6 {
  color: #4baf4f;
  font-style: italic;
}
.post h6 a:hover,
.post-2 h6 a:hover {
  color: #323232;
}

.post .box {
  margin-bottom: 23px;
}
.post .box_cnt__no-flow {
  padding-top: 14px;
  padding-left: 20px;
}
.post > p {
  padding-right: 100px;
  margin-bottom: 18px;
}
@media (max-width: 979px) {
  .post .box_cnt__no-flow br {
    display: none;
  }
  .post p {
    padding: 0;
  }
}
@media (max-width: 479px) {
  .post {
    text-align: center;
  }
  .post .box_cnt__no-flow {
    padding: 0;
  }
  .post p {
    padding: 0;
  }
}

.post-2 img {
  margin-bottom: 36px;
}
.post-2 time {
  margin-bottom: 0;
}
.post-2 h6 {
  margin-bottom: 20px;
}
.post-2 p {
  margin-bottom: 0;
}
.post-2 * + .link {
  display: inline-block;
  margin-top: 18px;
}

/*==================     Quote    ======================*/
blockquote {
  position: relative;
}
blockquote:before {
  position: absolute;
  top: -35px;
  left: -26px;
  content: "";
  width: 73px;
  height: 59px;
  background: url(../images/quotes.png) center no-repeat;
  background-size: contain;
}
blockquote .box_aside {
  padding-left: 55px;
}
blockquote .box_cnt__no-flow {
  padding-left: 36px;
  padding-top: 8px;
}
blockquote .box_cnt__no-flow p {
  margin-bottom: 18px;
}
blockquote img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
blockquote q {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.22222;
}
blockquote cite {
  font-size: 36px;
  font-weight: 100;
}
@media (max-width: 767px) {
  blockquote {
    text-align: center;
  }
  blockquote .box_aside {
    float: none;
    display: block;
    padding-left: 0;
    text-align: center;
  }
  blockquote .box_cnt__no-flow {
    padding-left: 0;
    padding-top: 8px;
  }
  blockquote .box_cnt__no-flow p {
    margin-bottom: 18px;
  }
  blockquote .box_cnt__no-flow cite {
    font-size: 24px;
  }
  blockquote .box .box_aside img {
    display: inline-block;
    max-width: 100px;
  }
}
@media (max-width: 479px) {
  blockquote:before {
    top: -20px;
    left: 0;
    width: 60px;
  }
}

/*==================   Flex List   ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.flex-list li {
  display: table-cell;
}
.flex-list li a:hover {
  opacity: .6;
}
@media (max-width: 767px) {
  .flex-list {
    text-align: center;
  }
  .flex-list, .flex-list li {
    display: inline-block;
  }
  .flex-list li {
    width: 33%;
  }
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
  font-size: 11px;
}
.inline-list li + li:before {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  content: "";
  width: 1px;
  height: 12px;
  background: #fff;
}
.inline-list a:hover {
  color: #4baf4f;
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 21px;
}
.marked-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #4baf4f;
}
.marked-list li + li {
  margin-top: 13px;
}
.marked-list a:hover {
  color: #4baf4f;
}

/*==================   Index List  =====================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  padding-left: 125px;
  color: #4baf4f;
  font-style: italic;
}
.index-list li:before {
  content: counter(li,decimal) ".";
  counter-increment: li;
  position: absolute;
  top: -20px;
  left: 15px;
  width: 87px;
  height: 87px;
  padding-left: 10px;
  background: #4baf4f;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 87px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
}
.index-list li h6 {
  padding-right: 10px;
  margin-bottom: 20px;
}
.index-list li h6 a:hover {
  color: #323232;
}
.index-list li.grid_1:nth-child(12n + 13),
.index-list li.grid_2:nth-child(6n + 7),
.index-list li.grid_3:nth-child(4n + 5),
.index-list li.grid_4:nth-child(3n + 4),
.index-list li.grid_6:nth-child(2n + 3) {
  clear: left;
}

/*==================     List     ======================*/
.list li {
  color: #5e5e5e;
  line-height: 21px;
}
.list a:hover {
  color: #4baf4f;
}

/*===============    Contact table   ===================*/
.contact-table address {
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4baf4f;
  border-bottom: 2px solid #d5d5d5;
}
.contact-table dl:before, .contact-table dl:after {
  display: table;
  content: "";
  line-height: 0;
}
.contact-table dl:after {
  clear: both;
}
.contact-table dl dt {
  float: left;
}
.contact-table dl dd {
  float: right;
}
.contact-table dl:last-child dt,
.contact-table dl:last-child dd {
  display: inline-block;
  float: none;
}
.contact-table dl a[href^="mailto:"] {
  text-decoration: underline;
}
.contact-table dl a[href^="mailto:"]:hover {
  color: #4baf4f;
}
.contact-table dl a[href^="callto:"]:hover {
  color: #4baf4f;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  margin-top: 18px;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 15px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #50bdf3;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  padding:0 9px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fff;
  background:#50bdf3;
}
.sf-menu > li.active > a {
  color: #323232;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 35px;
  width: 215px;
  margin-top: 2px;
  padding: 15px 0 15px;
  background: #50bdf3;
  z-index: 10;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul:before {  border-style: solid;
  border-width: 0 9.5px 9px 9.5px;
  border-color: transparent transparent #50bdf3 transparent;
}
@media (max-width: 1199px) {
  .sf-menu ul {
    top: 30px;
  }
}

.sf-menu ul {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  color: #fff;
  padding:10px 0 10px 10px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #42587c;
  text-decoration: none;
  background:#9fdefd;
}

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: auto;
  min-width: 220px;
  margin-left: 2px;
  padding: 0;
  z-index: 4;
}

.sf-menu ul ul > li.sfHover > a {
  color: #fff;
}

.sf-menu ul ul > li > a:hover {
  color: #42587c;
}
.sf-menu ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu ul > li > .sf-with-ul:before {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -7px;
  content: "";
  color: #fff;
  font: 400 14px/14px "FontAwesome";
}

@media (max-width: 1199px) {
  .sf-menu > li {
    position: relative;
    float: left;
  }
  .sf-menu > li + li {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #4baf4f;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  padding: 5px 151px 5px 72px;
}
.stuck_container:before, .stuck_container:after {
  display: table;
  content: "";
  line-height: 0;
}
.stuck_container:after {
  clear: both;
}
@media (max-width: 1199px) {
  .stuck_container {
    padding: 37px 0 29px;
  }
}

.isStuck {
  padding: 0px 151px 0px 72px;
  background: #394c6b;
  z-index: 999;
  position: relative;
  border-bottom: 5px solid #cbcbcb;
}
.isStuck .sf-menu > li > ul {
  top: 53px;
}
.isStuck .search-form_toggle {
  top: 20px;
}

@media only screen and (max-width: 1199px) {
  .isStuck {
    display: none !important;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

.parallax h2 {
  color: #fff;
  font-size: 44px;
}
.parallax h2 + .row {
  margin-top: 0;
}
.parallax p {
  margin-bottom: 50px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  /*width: 100%;
  height: auto;*/
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*==================     ToTop     ======================*/
.toTop {
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 32px;
  color: #242c3c;
  position: fixed;
  right: 36px;
  bottom: 80px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #50BDF3;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*========================================================
					 HEADER  Section
=========================================================*/
header {
  position: relative;
  background: #394c6b;
  border-bottom: 5px solid #cbcbcb;
  -webkit-box-shadow: 9px 9px 9px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 9px 9px 9px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 9px 9px 9px 0 rgba(0, 0, 0, 0.15);
}
header .brand {
  float: left;
}
header .nav {
  float: right;
}
@media (max-width: 1199px) {
  header {
    padding: 26px 0;
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}

* + .offset-1 {
  margin-top: 53px;
}
* + .offset-2 {
  margin-top: 48px;
}
* + .offset-3 {
  margin-top: 17px;
}

.privacy h2 + h5 {
  margin-top: 80px;
}
.privacy * + p {
  margin-top: 30px;
}
.privacy * + h5 {
  margin-top: 30px;
}
.privacy * + a[href^="mailto:"] {
  display: inline-block;
  margin-top: 30px;
  text-decoration: underline;
}
.privacy * + a[href^="mailto:"]:hover {
  color: #4baf4f;
}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
}

/*==================      Well     ======================*/
.well-1 {
  padding-top: 52px;
  padding-bottom:47px;
}
.well-2 {
  padding-top: 91px;
  padding-bottom: 85px;
}
.well-3 {
  padding-top: 78px;
  padding-bottom: 86px;
}
.well-4 {
  padding-top: 54px;
  padding-bottom: 81px;
}
.well-5 {
  padding-top: 54px;
  padding-bottom: 52px;
}
.well-6 {
  padding-top: 87px;
  padding-bottom: 75px;
}
.well-7 {
  padding-top: 58px;
  padding-bottom: 58px;
}
.well--ins-1 {
  padding-bottom: 97px;
}
.well--ins-2 {
  padding-top: 105px;
}
.well--ins-3 {
  padding-top: 120px;
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
}
footer h4 + * {
  margin-top: 10px;
}
footer * + h4 {
  margin-top: 46px;
}
/*footer .col-md-3:last-child {
  text-align: right;
}
*/@media (max-width: 991px) {
  footer .col-md-3:last-child {
    text-align: left;
  }
}
@media (max-width: 767px) {
  footer .col-md-3:last-child {
    text-align: center;
  }
}
/*footer [class*="fa-"] {
  padding-left: 29px;
}*/
footer dt,
footer dd {
  display: inline-block;
}
/*footer section:nth-child(2) {
  text-align: right;
}
*/footer .copyright {
  margin-bottom: 6px;
}
footer .copyright span:first-child {
  text-transform: uppercase;
  font-weight: 700;
}
footer .copyright a:hover {
  color: #4baf4f;
}
@media (max-width: 479px) {
  footer .copyright {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .social li {
    display: inline-block;
  }
  footer .social li a:before {
    position: static;
  }
  footer .social li a > span {
    display: none;
  }
  footer [class*="fa-"] {
    padding-left: 0;
    margin: 0 10px;
  }
}
/* The gallery overlay */
#galleryOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  display: none;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

/* This class will trigger the animation */
#galleryOverlay.visible {
  opacity: 1;
}

#gallerySlider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
}

#gallerySlider .placeholder {
  background: url("../images/preloader.gif") no-repeat center center;
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

/* The before element moves the
 * image halfway from the top */
#gallerySlider .placeholder:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#gallerySlider .placeholder .iframe-wrap, #gallerySlider .placeholder img {
  display: inline-block;
  max-height: 70%;
  max-width: 65%;
  vertical-align: middle;
}
#gallerySlider .placeholder .iframe-wrap {
  width: 1280px;
}
#gallerySlider .placeholder .iframe-wrap .iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
#gallerySlider .placeholder .iframe-wrap .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#gallerySlider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}

#gallerySlider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}

/* Firefox Keyframe Animations */
/* Safari and Chrome Keyframe Animations */
@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
/* Arrows */
#prevArrow, #nextArrow {
  border: none;
  text-decoration: none;
  background: url("../images/arrows.png") no-repeat;
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
  width: 43px;
  height: 58px;
  top: 50%;
  margin-top: -29px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#prevArrow:hover, #nextArrow:hover {
  opacity: 1;
}

#prevArrow {
  background-position: left top;
  left: 40px;
}

#nextArrow {
  background-position: right top;
  right: 40px;
}
DIV.yellow {
	PADDING-RIGHT: 7px; PADDING-LEFT: 7px; PADDING-BOTTOM: 7px; MARGIN: 3px; PADDING-TOP: 7px; TEXT-ALIGN: center
}
DIV.yellow A {
	BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #ccc 1px solid; COLOR: #000; PADDING-TOP: 2px; BORDER-BOTTOM: #ccc 1px solid; TEXT-DECORATION: none
}
DIV.yellow A:hover {
	BORDER-RIGHT: #f0f0f0 1px solid; BORDER-TOP: #f0f0f0 1px solid; BORDER-LEFT: #f0f0f0 1px solid; COLOR: #000; BORDER-BOTTOM: #f0f0f0 1px solid
}
DIV.yellow A:active {
	BORDER-RIGHT: #f0f0f0 1px solid; BORDER-TOP: #f0f0f0 1px solid; BORDER-LEFT: #f0f0f0 1px solid; COLOR: #000; BORDER-BOTTOM: #f0f0f0 1px solid
}
DIV.yellow .currPage {
	BORDER-RIGHT: #d9d300 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #d9d300 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #d9d300 1px solid; COLOR: #fff; PADDING-TOP: 2px; BORDER-BOTTOM: #d9d300 1px solid; BACKGROUND-COLOR: #d9d300
}
DIV.yellow .disabled {
	BORDER-RIGHT: #eee 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #eee 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #eee 1px solid; COLOR: #ddd; PADDING-TOP: 2px; BORDER-BOTTOM: #eee 1px solid
}
.zebra td, .zebra th {
    padding: 7px;
    border-bottom: 1px solid #f2f2f2;    
}

.zebra tbody tr:nth-child(even) {
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}

.zebra th {
    text-align: left;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
    background-image:    -moz-linear-gradient(top, #f5f5f5, #eee);
    background-image:     -ms-linear-gradient(top, #f5f5f5, #eee);
    background-image:      -o-linear-gradient(top, #f5f5f5, #eee); 
    background-image:         linear-gradient(top, #f5f5f5, #eee);
}

.zebra th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;  
}

.zebra th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.zebra th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.zebra tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
    background-color: #f1f1f1;  
}

.zebra tfoot td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.zebra tfoot td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.zebra tfoot td:only-child{
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px
    border-radius: 0 0 6px 6px
}
.copyright { margin-top:20px;}
	 .copyright a{ font-size:25px; margin-right:8px;}
	 .footlink{  color:#30405A; font-weight:bolder; font-size:16px; font-style:italic; border-bottom:solid 1px #ccc; padding-bottom:9px; margin-bottom:10px;}
	.footlinkli li{ line-height:20px;}
	.footlinkli li a{ color:#30405A; cursor:pointer;}
	.footlinkli li a:hover{ color:#50bdf3;}
	.bordertop10{
		border-top-width: 10px;
		border-top-style: solid;
		border-top-color: #969696;
	}
	div.tag{ word-break: break-word;}
	div.tag a{ display:inline-block; background-color:#9fafc8; padding:4px 10px;border: 1px solid #9fafc8; line-height:20px; margin-bottom:2px; }
	div.tag a:hover{ background-color:#ced8e8; }
@import url(//fonts.googleapis.com/css?family=Roboto:400,700,500,300,100,100italic,300italic,400italic|Sarina);
@import url(//fonts.googleapis.com/css?family=Abel:regular|Archivo+Narrow:regular,italic,700,700italic|Arvo:regular,italic,700,700italic|Asap:regular,italic,700,700italic|Contrail+One:regular&subset=latin,latin-ext,cyrillic);
@import url(//fonts.googleapis.com/css?family=Cutive:regular|Lato:100,300,regular,italic,700|Lobster:regular|Montserrat:regular,700|Noto+Sans:300,regular,700&subset=latin,latin-ext,cyrillic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic|Open+Sans+Condensed:300,300italic,700|Oswald:300,regular,700|Pacifico:300,regular,700|Play:regular,700&subset=latin,latin-ext,cyrillic);
@import url(//fonts.googleapis.com/css?family=PT+Sans:regular,italic,700,700italic|Raleway:100,200,300,regular,500,600,700,800,900|Roboto:300,regular,700|Russo+One:regular|Sarina:reqular&subset=latin,latin-ext,cyrillic);
@import url(//fonts.googleapis.com/css?family=Ubuntu:300,300italic,regular,italic,500,500italic,700,700italic|Ubuntu+Condensed:regular|Yesteryear:regular|Zeyada:regular&subset=latin,latin-ext,cyrillic);

.pagination{ margin:30px auto 0; display:flex; justify-content:center;clear:both;}
.pagination ul{ list-style:none;}
.pagination li{ float:left; margin:0 3px;}
.pagination li a{ color:#394c6b; padding:6px 10px; background-color:#fff; border:1px solid #394c6b; border-radius:6px;}
.pagination li a:hover{ color:#fff; background-color:#394c6b; border:1px solid #394c6b; box-shadow:0 4px 4px 0 #ccc;}
.pagination .currPage{ background: #333333 ;border: 1px solid #333333;color: #fff; box-shadow:0 8px 12px 0 #ccc;}