@import url(//fonts.googleapis.com/css?family=Josefin+Sans:400,300,600,700,300italic,400italic,600italic,700italic);
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic);
@import url(./font-awesome.min.css);
/*
* @subsection Flow-mixin
*/
/*
* @subsection   Floating System
*/
@import url(animate.css);
.pull-left {
  float: left;
}

.pull-none {
  float: none;
}

.pull-right {
  float: right;
}

@media (min-width: 768px) {
  .pull-sm-right {
    float: right;
  }
}

@media (min-width: 480px) {
  .pull-xs-left {
    float: left;
  }

  .pull-xs-none {
    float: none;
  }

  .pull-xs-right {
    float: right;
  }
}
@media (min-width: 768px) {
  .pull-sm-left {
    float: left;
  }

  .pull-sm-none {
    float: none;
  }

  .pull-sm-right {
    float: right;
  }
}
@media (min-width: 992px) {
  .pull-md-left {
    float: left;
  }

  .pull-md-none {
    float: none;
  }

  .pull-md-right {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left;
  }

  .pull-lg-none {
    float: none;
  }

  .pull-lg-right {
    float: right;
  }
}
/*==================  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:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(33, 54, 108, 0.5);
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
  z-index: 2;
}
.parallax_cnt h1, .parallax_cnt h2, .parallax_cnt h3, .parallax_cnt h4, .parallax_cnt h5, .parallax_cnt h6, .parallax_cnt .heading-1, .parallax_cnt .heading-2, .parallax_cnt .heading-3, .parallax_cnt .heading-4, .parallax_cnt .heading-5, .parallax_cnt .heading-6 {
  color: #ffffff;
}
.parallax_cnt * + hr {
  margin-top: 10px;
}
.parallax_cnt hr + * {
  margin-top: 18px;
}

/*========================================================
                      Main Styles
=========================================================*/
body {
font: 14px/25px calibri, "Josefin Sans", sans-serif;  color: #9f9f9f;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {

  color: #666;
  font: 14px/25px calibri, "Josefin Sans", sans-serif;


}

h1, .heading-1 {
font-size: 26px;
    font-weight: bold;

}

h2, .heading-2 {
  font-size: 30px;
  line-height: 1.06;
}
.product__cnt h3, .product__cnt h6{ color:#fff}
.post time {
    font-size: 31px;
    font-weight: 100;
    font-style: italic;
    font-family: "Roboto", sans-serif;
    color: #4baf4f;}
.box_cnt__no-flow p{ margin-top:0px}
.form {
    padding-left: 20px !important;
    width: 30%;
}
.zebra td, .zebra th {
    padding: 2px;
    border-bottom: 1px solid #f2f2f2;    
	line-height: 35px;
}

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

@media (min-width: 768px) {
  h2, .heading-2 {
    font-size: 40px;
  }
.box_cnt__no-flow{ float:left;}
.box_aside{ float:left;padding: 0 20px;}
}
@media (min-width: 992px) {

  h2, .heading-2 {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  h2, .heading-2 {
    font-size: 30px;
  }
}

h3, .heading-3 {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.025em;
}
@media (min-width: 768px) {

  h3, .heading-3 {
    font-size: 25px;
  }
}
@media (min-width: 1600px) {
  h3, .heading-3 {
    font-size: 30px;
  }
}
@media (min-width: 1760px) {
  h3, .heading-3 {
    font-size: 40px;
  }
}

h4, .heading-4 {
  font-size: 20px;
}
@media (min-width: 768px) {

  h4, .heading-4 {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  h4, .heading-4 {
    font-size: 30px;
  }
}
h4 a:hover, .heading-4 a:hover {
  color: #1abde8;
}

h5, .heading-5 {
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
}
@media (min-width: 768px) {
  h5, .heading-5 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  h5, .heading-5 {
    font-size: 20px;
    line-height: 36px;
  }
}

h6, .heading-6 {
  font: 300 12px/1.5 Roboto, sans-serif;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  h6, .heading-6 {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  h6, .heading-6 {
    font-size: 18px;
    line-height: 30px;
  }
}

time {
  display: block;
}

p {
  letter-spacing: 0.1px;
}

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

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

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

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

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
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
}
.search_bg{ background:#434343; padding:8px 0; overflow:hidden; color:#fff}
#titleSearchForm{border: 2px solid #E4393C;background: #E4393C;}
#keyword{ background:#fff; line-height:29px; width:100%;padding-left: 15px;}
#titleSearchForm .fa-search{    line-height: 42px; text-align: center;}
.searchimage{ line-height:30px; background-color:#E4393C; border:none;color: #fff;}

h1.catname{ color:#666; font-size:20px; font-weight:600; margin:15px 0}
.bg-gray{ background-color: #F8F8F8;}
.bg-red{ background:#E4393C}
.text-red{ color:#E4393C}
.btn{ color: #E4393C; border:1px solid #E4393C; padding:8px 12px}
.btn:hover{ background:#E4393C; color:#fff}
.btn-radius{ -moz-border-radius: 50px 50px 50px 50px;-webkit-border-radius: 50px 50px 50px 50px;border-radius: 50px 50px 50px 50px;}
.border-right{ border-right: 1px solid #cccccc; position:relative}
.diamond{ position:absolute; right:-68px;width: 68px; height: 68px;  -webkit-transform-origin: 0 100%; -moz-transform-origin: 0 100%; -o-transform-origin: 0 100%; -ms-transform-origin: 0 100%; transform-origin: 0 100%; -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -o-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); background: #E4393C; top:140px }
.diamond span{   display:block;-webkit-transform:rotate(45deg);color:#fff; font-size:46px; line-height:68px; text-align:center}
/* marqueeleft */
.marqueeleft{overflow:hidden; padding:0 15px}
.marqueeleft ul{float:left;}
.marqueeleft li{float:left;margin:0 10px;display:inline;width:238px;overflow:hidden;}
.marqueeleft li .pic{display:block;overflow:hidden;}
.marqueeleft li .txt{text-align:center;line-height:30px; color: #fff; font-size:14px}
.marqueeleft li .txt:hover{ color:#fff}
.marqueeborder{border: 1px solid #EEEEEE; margin:30px 0}

.bg-development{ background:url(../images/companuy.jpg); background-size: cover}
.link{ overflow:hidden; line-height:50px; -moz-border-radius: 50px 50px 50px 50px;-webkit-border-radius: 50px 50px 50px 50px;border-radius: 50px 50px 50px 50px;}
.left-title{ color:#fff; text-align:center; font-size:30px; position:relative; top:-35px}
.right-title{ border: 1px solid #D9D9D9; line-height:33px; font-size:16px; color:#333}
.relative{ position:relative}
.border{ border: 1px solid #D9D9D9;}

.probox h1{ font-size:16px;    color: #3c3c3c; padding: 15px 0;}
.probox .product__cnt-2{ padding:10px 10px 20px;}
.titlebg{ background:url(../images/btbj.png) no-repeat center;padding: 30px 0px 66px; font-size:26px;color: #fff;}
.bg-img{ background:url(../images/dbj.jpg); background-position:50% 50%}
.phone{ background:url(../images/dh.png) no-repeat center;padding: 30px 0;}
.phone h3{ margin-top:85px; font-size:30px}
#img5{ position:relative;top:15px}
.bg-green{ background:#FAFBFD;}
.choose-box{ background:#fff; border:2px solid #EDEDED;}
.choose-box .fa{ font-size:40px; line-height:116px}
.fa{ vertical-align:middle}
.about-bg{ background:url(../images/gybj.jpg) no-repeat; background-position:50% 50%; padding-bottom:230px}
.about-con{ padding:50px; color:#fff}
.offerst-bottom-0{ padding-bottom:0 !important}
.offerst-top-0{ padding-top:0 !important}
.search-box{ padding:14px 0; background:url(../images/01.jpg) repeat-y}
.tags a{ color:#787878;background: #fff; padding:8px 12px; }
.tags{ line-height:37px;word-break: break-all;}
.text-blue{ color: #0B67C5;}
.bggray{background-color: #2D2D2D; font-size:18px}
.bggray .fa{ color:#1abde8; font-size:30px}
.bg-banner{    border: 1px solid rgb(217, 217, 217);}
h2.page-title{  color: #1C4587;font-size: 24px; display:inline-block; position: relative;top: -15px;background: #fff; padding: 0 10px;}
.text-white{ color:#fff}
.about-tab{display: table;position: relative;top: 23px; margin: 0 auto;}
.about-tab li{ display:inline-block; background:#666666}
.about-tab li:hover{ background:#1267C4 url(../images/091.jpg) no-repeat center}
.about-tab li.active{ background:#1267C4 url(../images/091.jpg) no-repeat center}
.about-tab li a{    padding: 0px 30px;line-height: 45px; color:#fff}
.pro-tab li:first-child{ background:#1267C4 url(../images/091.jpg) no-repeat center}


.verifycode{display:table-cell;height:50px; vertical-align:middle; margin-top:20px}
.map{border: 2px solid #CCD0DB;}
.thumbnail{     padding-top: 25px;}
h1.proname{ font-size:16px;line-height: 30px;font-weight: 600; text-align:center;}

.widget-item h4{    background-color: #00AFDF; color: #fff;padding: 40px 10px;}
#web-sidebar{    background-color: #F7F7F7;    padding: 20px 0;    text-align: left;}
#web-sidebar dl dt a{font-size: 16px;font-weight: 600;  display: block;line-height: 45px;}
#web-sidebar dl .dd a{    line-height: 45px;font-size: 14px; display:block;}
#web-sidebar dl dt, #web-sidebar dl .dd{ padding:0 20px}
#web-sidebar dl dt:hover, #web-sidebar dl .dd:hover{    background-color: #fff;}
#web-sidebar a{ color: #5a5a5a;font-size:14px}
#web-sidebar a:hover{ color:#E4393C}
#menu {  margin:auto; text-align:left }
#menu h1 {line-height: 45px; padding:0 20px;}
#menu h1:hover{background-color: #fff;}
#menu  h1 a{ display:block; font-size: 16px; font-weight:600; }
#menu  h1 a:hover{ color:#E4393C}
#menu h2 {line-height: 45px;     font-size:14px; padding:0 20px}
#menu h2:hover{background-color: #fff;}
#menu h2 a{display:block; }
#menu h2 a:hover{color:#E4393C}
#menu .no {display:none;}
.right-sidebar{ }

.jia{ padding:5px; line-height:25px;}
.link-list li{  line-height:25px; border-bottom:1px dashed #ccc; padding:5px;}
.link-list li a{ display:block}
.btn-hover:hover{    background: #1ABDE8; color:#fff}
.head-top{overflow: hidden;background-color: #E4393C;line-height: 40px; color:#fff}
.bg-blue{ background-image:url(../images/05_qk1t.jpg);}
.index-info ul li{ overflow:hidden;    border-bottom: 1px dashed #dbd4cd;padding: 20px 0;color: #929292;}
.index-info ul li:last-child{ border-bottom:none}
.index-info h3{ border-bottom:1px solid #ccc;    font-size: 20px;line-height: 38px; font-weight:bold}
h1.infotitle{     font-size: 18px;color: #666;line-height:25px;}
h1.infotitle a:hover{    color: #e4393c}
h1.info-title{    font-size: 20px;color: #5A5A5A;    font-weight: normal;}
.news-content{    border-bottom: 1px dotted #dbd4cd;    overflow: hidden;}
.datebg{    background: #e4393c;display: inline-block;padding: 10px 5px;color: #fff;}
.datebg1{background: #e4393c;display: inline-block;padding: 10px 5px;color: #fff;}
.inner-title{font-size: 22px;color: #000000; line-height:45px;}
b {font-weight: bold;}

h2.contact{ font-size:18px;    color: #fff;    border-bottom: 3px solid #fff;display: inline-block;line-height: 35px;}
.contact-icon .fa { color:#fff; font-size:18px;line-height: 37px; text-align:left}
.links{ background:url(../images/07.jpg) repeat-x; line-height:80px;}
.links a{ color:#5a5a5a}

.contact-box p{  float:left; text-align:left; color:#E4393C; font-size:18px; width:60%; font-weight:bold}
.contact-box p b{ color:#5a5a5a}
.contact-box h2{ float:left; width:40%;}
.contact-icon p{ line-height:37px;    color: #fff;}
.border-right{     border-right: 1px solid #cccccc;}
.border-right:last-child{ border-right:none}



/*=======================================================
                       Main Layout
=========================================================*/
img + * {

}

img + h4 {
  margin-top: 45px;
}

img + h5 {
  margin-top: 30px;
}

h5 + * {
  margin-top: 0px;
}

* + .btn {
  margin-top: 55px;
}

* + .btn-sm {
 margin-top: 25px;
}

* + .btn-lg {
  margin-top: 58px;
}

h3 + * {

}

h2 + p {
  margin-top: 5px;
}

.btn + * {
  margin-top: 80px;
}





* + .row-no-gutter {
  margin-top: 85px;
}



h4 + p {
  margin-top: 15px;
}

* + .copyright {
  margin-top: 35px;
}

* + .marked-list {
  margin-top: 20px;
}

* + .inline-list {
  margin-top: 20px;
}
@media (min-width: 992px) {
  * + .inline-list {
    margin-top: 17px;
  }
}

* + .terms-list {
  margin-top: 35px;
}

dl + a {
  display: block;
  margin-top: 20px;
}

* + hr {
  margin-top: 5px;
}

hr + * {
}

.inset-1 {
  padding-left: 0;
   padding-right: 0;
}

.inset-2 {
  padding: 20px;
}
@media (min-width: 992px) {
  .inset-2 {
    padding: 0 0 0 23px;
  }
}

.inset-3 {
  padding-top: 15px;
}

.inset-4 {
  padding-top: 72px;
}

@media (min-width: 992px) {
  .inset-5 {
    padding-left: 40px;
  }
}

.inset-6 {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .inset-6 {
    padding-left: 0;
    padding-right: 10px;
  }
}

* + .offset-1 {
  margin-top: 82px;
}

* + .offset-2 {
  margin-top: 40px;
}

* + .offset-3 {
  margin-top: 47px;
}

.flow-offset-1 > * + * {
  margin-top: 40px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n + 2) {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2) {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2) {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n + 2) {
    margin-top: 40px;
  }
}

.flow-offset-2 > * + * {
  margin-top: 50px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n + 2) {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n + 2) {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n + 2) {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n + 2) {
    margin-top: 50px;
  }
}

.flow-offset-3 > * + * {
  margin-top: 22px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n + 2) {
    margin-top: 22px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n + 2), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n + 2) {
    margin-top: 22px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n + 2) {
    margin-top: 22px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n + 2) {
    margin-top: 22px;
  }
}

.flow-offset-4 > * + * {
  margin-top: 80px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-4 > .col-xs-12:nth-child(n + 2) {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-4 > .col-sm-12:nth-child(n + 2) {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-4 > .col-md-12:nth-child(n + 2) {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-4 > .col-lg-12:nth-child(n + 2) {
    margin-top: 80px;
  }
}

.row-no-gutter [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

/*=======================================================
                        Helpers
=========================================================*/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
}

.br-lg-visible {
  display: none;
}
@media (min-width: 1200px) {
  .br-lg-visible {
    display: block;
  }
}

hr {
  height: 2px;
    border: 2px solid #E4393C;
}
hr.hr-variant-1 {
  width: 118px;
}
hr.hr-variant-2 {
  width: 78px;
}
hr.xs-hidden {
  display: none;
}
@media (min-width: 580px) {
  hr.xs-hidden {
    display: block;
  }
}

.box-shadow-top {
  -webkit-box-shadow: 0 -40px 40px rgba(67, 57, 53, 0.3);
  box-shadow: 0 -40px 40px rgba(67, 57, 53, 0.3);
}

span.heading-6 {
  display: block;
}

.illustration {
  overflow: hidden;
}
@media (min-width: 992px) {
  .illustration img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
@media (min-width: 2051px) {
  .illustration img {
    height: auto;
    width: 100%;
  }
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  text-transform: uppercase;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.brand img {
  display: inline-block;
}
.brand__name {
  font: 700 36px/1 "Josefin Sans", sans-serif;
  color: #21366c;
  display: inline-block;
  letter-spacing: 0.025em;
  margin-top: 21px;
  margin-left: 6px;
}
@media (min-width: 480px) {
  .brand__name {
    font-size: 40px;
  }
}
.brand__slogan {
  font: 400 12px/1 Roboto, sans-serif;
  color: #9f9f9f;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  margin-left: 5px;
  text-align: left;
}

.caption {
  top: 50%;
  -moz-transform: translateY(-52%);
  -ms-transform: translateY(-52%);
  -o-transform: translateY(-52%);
  -webkit-transform: translateY(-52%);
  transform: translateY(-52%);
  position: absolute;
  left: 0;
  right: 0;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  z-index: 10;
  padding: 0 30px;
}
.caption h3 {
  font-size: 20px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .caption h3 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .caption h3 {
    font-size: 20px;
  }
}
.caption h3 .big {
  display: block;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 768px) {
  .caption h3 .big {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .caption h3 .big {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .caption h3 .big {
    font-size: 40px;
  }
}
.caption h3 > .big {
  padding-bottom: 20px;
}
.caption * + .btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .caption * + .btn {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .caption * + .btn {
    margin-top: 105px;
  }
}

.product, .product-2 {
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.product:before, .product-2:before {

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(33, 54, 108, 0.5);
}
@media (min-width: 2050px) {
  .product img, .product-2 img {
    height: auto;
    width: 100%;
  }
}
.product .product__cnt, .product .product__cnt-2, .product-2 .product__cnt, .product-2 .product__cnt-2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0 30px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product .product__cnt h6, .product .product__cnt hr, .product .product__cnt-2 h6, .product .product__cnt-2 hr, .product-2 .product__cnt h6, .product-2 .product__cnt hr, .product-2 .product__cnt-2 h6, .product-2 .product__cnt-2 hr {
  display: none;
}
@media (min-width: 480px) {
  .product .product__cnt h6, .product .product__cnt hr, .product .product__cnt-2 h6, .product .product__cnt-2 hr, .product-2 .product__cnt h6, .product-2 .product__cnt hr, .product-2 .product__cnt-2 h6, .product-2 .product__cnt-2 hr {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .product .product__cnt * + hr, .product .product__cnt hr + *, .product .product__cnt-2 * + hr, .product .product__cnt-2 hr + *, .product-2 .product__cnt * + hr, .product-2 .product__cnt hr + *, .product-2 .product__cnt-2 * + hr, .product-2 .product__cnt-2 hr + * {
    margin-top: 10px;
  }
}
.product .product__cnt * + .btn, .product .product__cnt-2 * + .btn, .product-2 .product__cnt * + .btn, .product-2 .product__cnt-2 * + .btn {
  margin-top: 35px;
}
@media (min-width: 480px) {
  .product .product__cnt * + .btn, .product .product__cnt-2 * + .btn, .product-2 .product__cnt * + .btn, .product-2 .product__cnt-2 * + .btn {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .product .product__cnt * + .btn, .product .product__cnt-2 * + .btn, .product-2 .product__cnt * + .btn, .product-2 .product__cnt-2 * + .btn {
    margin-top: 25px;
  }
}
@media (min-width: 1600px) {
  .product .product__cnt * + .btn, .product .product__cnt-2 * + .btn, .product-2 .product__cnt * + .btn, .product-2 .product__cnt-2 * + .btn {
    margin-top: 52px;
  }
}
@media (min-width: 1200px) {
  .product .product__cnt, .product .product__cnt-2, .product-2 .product__cnt, .product-2 .product__cnt-2 {
    position: absolute;
    padding: 0 30px;
    transition: .6s;
    top: 79%;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    left: 0;
    right: 0;
  }
  .product .product__cnt h6, .product .product__cnt hr, .product .product__cnt-2 h6, .product .product__cnt-2 hr, .product-2 .product__cnt h6, .product-2 .product__cnt hr, .product-2 .product__cnt-2 h6, .product-2 .product__cnt-2 hr {
    opacity: 0;
    transition: .5s;
  }
}
.product .product__cnt-2, .product-2 .product__cnt-2 {
  z-index: 2;
}
@media (min-width: 1200px) {
  .product .product__cnt-2, .product-2 .product__cnt-2 {
    top: 77%;
  }
}
.product .product__cnt-2 h3, .product-2 .product__cnt-2 h3 {
  color: #ffffff;
}
.product:hover .product__cnt h6, .product:hover .product__cnt hr, .product:hover .product__cnt a, .product:hover .product__cnt-2 h6, .product:hover .product__cnt-2 hr, .product:hover .product__cnt-2 a, .product-2:hover .product__cnt h6, .product-2:hover .product__cnt hr, .product-2:hover .product__cnt a, .product-2:hover .product__cnt-2 h6, .product-2:hover .product__cnt-2 hr, .product-2:hover .product__cnt-2 a {
  opacity: 1;
  transition: .5s;
}
@media (min-width: 992px) {
  .product:hover .product__cnt, .product:hover .product__cnt-2, .product-2:hover .product__cnt, .product-2:hover .product__cnt-2 {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.product-2 img {
max-width: 100%;
  transition: .7s;
}
.product-2:before {
  background: rgba(119, 89, 59, 0.5);
  z-index: 1;
}
.product-2:hover img {
  transform: scale(1.1);
}

.quote {
  display: block;
  padding: 0 30px;
}
@media (min-width: 992px) {
  .quote {
    padding: 0;
  }
}
.quote img + * {
  margin-top: 47px;
}
.quote cite {
  font: 300 18px/24px Roboto, sans-serif;
}
.quote * + hr {
  margin-top: 24px;
}
.quote hr + * {
  margin-top: 29px;
}

.copyright {
  display: block;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.015em;
}

.owl-carousel .item {
  padding-left: 20px;
  padding-right: 20px;
  color: #9f9f9f;
  max-width: 475px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .owl-carousel .item {
    margin-left: 0;
    padding: 0;
  }
}
.owl-carousel .item h4 {
  color: #1abde8;
}
.owl-carousel .item * + p {
  margin-top: 17px;
}

.marked-list, .list {
  line-height: 1.2;
  color: #7c7c7c;
}

.marked-list {
  display: block;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .marked-list {
    display: inline-block;
  }
}
@media (min-width: 480px) {
  .marked-list + .marked-list {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .marked-list + .marked-list {
    margin-left: 45px;
  }
}
@media (min-width: 1200px) {
  .marked-list + .marked-list {
    margin-left: 95px;
  }
}
.marked-list li {
  position: relative;
  padding-left: 15px;
  text-align: left;
}
.marked-list li:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #21366c;
  display: inline-block;
}
.marked-list li + li {
  margin-top: 20px;
}

.terms-list * + dd {
  margin-top: 24px;
}
.terms-list dd + * {
  margin-top: 24px;
}
.terms-list + a {
  font: 700 20px/24px "Josefin Sans", sans-serif;
  color: #1abde8;
}
.terms-list + a:hover {
  color: #21366c;
}

.vertical-line, .vertical-line-variant-2, .vertical-line-variant-3 {
  position: relative;
}
.vertical-line:before, .vertical-line-variant-2:before, .vertical-line-variant-3:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 30px;
  height: 2px;
  background: #1abde8;
}
@media (max-width: 992px) {
  .vertical-line:before, .vertical-line-variant-2:before, .vertical-line-variant-3:before {
    display: none;
  }
}
.vertical-line-variant-2:before {
      top: 35px;
    height: 2px;
}
.vertical-line-variant-3:before {
  left: -25px;
  height: 68px;
}

/*==================  Backgrounds  ======================*/
.bg-default-variant-1 {
  background:url(../images/04.jpg);
  color: #9f9f9f;
  padding-bottom:30px;
}
.bg-white{ background:#fff;color: #787878;}

.bg-default-variant-2 {
    background-color: #252525;
  color: #fff;
}


.bg-img h2, .bg-img h3, .bg-img h4, .bg-img h5, .bg-img h6 {
  color: #ffffff;
}

.bg-primary {
  background: #21366c;
  color: #ffffff;
}
.bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6 {
  color: #ffffff;
}

/*==================     Icons     ======================*/
.icon {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
.icon-sm {
  font-size: 20px;
  line-height: 37px;
  width: 20px;
  height: 37px;
}
.icon-secondary {
  color: #fff;
}


/*==================    Buttons    ======================*/

.btn-sm {
  padding: 14px 57px;
}
.btn-md {
  padding: 18px 34px 16px;
}
@media (min-width: 1200px) {
  .btn-md {
    padding: 18px 42px;
  }
}
.btn-md-variant-2 {
  padding: 17px 38px;
}
.btn-md-variant-3 {
  padding: 17px 60px;
}
.btn-md-variant-4 {
  padding: 17px 87px;
}
.btn-default {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
}
.btn-default:hover {
  color: #ffffff;
  background: #1abde8;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-secondary {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  background: #1abde8;
  letter-spacing: 0.05em;
  padding: 0 15px;
      text-align: center;
}
.btn-secondary:hover {
  color: #1abde8;
  background-color: #ffffff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-secondary-variant-1 {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  background: #f60;
  border: 1px solid #f60;
  letter-spacing: 0.05em;
}
.btn-secondary-variant-1:hover {
  color: #1abde8;
  background-color: #ffffff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-secondary-variant-2 {
  color: #1abde8;
  background: transparent;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid #1abde8;
}
.btn-secondary-variant-2:hover {
  color: #ffffff;
  background: #1abde8;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*========================   Menu   ==========================*/
#stuck_container{ margin:5px auto}
.sf-menu {
  display: inline-block;
      margin-top: 15px;
}
.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: 0px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li {
  display: inline-block;
}
.sf-menu > li > a {
  padding: 0px 25px;
  color: #666;
  text-transform: uppercase;
  font: 14px/35px "Josefin Sans", sans-serif;
  letter-spacing: .6px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #ffffff;
  background: #e4393c;
}
.sf-menu > li.active {
  background: #1abde8;
}
.sf-menu > li.active > a {
  color: #ffffff;
}

.sf-menu ul {

  display: none;
  position: absolute;
  width: 220px;
  top: 106%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 12;
    background: #E4393C;;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 2px rgba(133, 133, 133, 0.35);
  -moz-box-shadow: 0px 0px 2px rgba(133, 133, 133, 0.35);
  box-shadow: 0px 0px 2px rgba(133, 133, 133, 0.35);
}
.sf-menu ul:before {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #21366c transparent;
}

.sf-menu ul {
  padding: 15px 0px 15px;
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  color: #f7f7f7;
  font:14px/1 "Josefin Sans", sans-serif;
     text-align: left;
    padding: 11px 20px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
color: #21366c;
}

.sf-menu ul ul {
  padding: 25px 0px 20px;
  position: absolute;
  top: -15px;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  left: 100%;
  margin-top: 0;
  z-index: 14;
}


.sf-menu ul ul > li > a {
  color: #f7f7f7;

}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
      color: #21366c;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}

@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: 200px;
  padding: 132px 0 76px;
  color: #9f9f9f;
  background: #f7f7f7;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  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(-200px);
  -ms-transform: translateX(-200px);
  -o-transform: translateX(-200px);
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  -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: #9f9f9f;
  color: #f7f7f7;
}
.rd-mobilemenu_ul a:hover {
  background: #9f9f9f;
  color: #f7f7f7;
}
.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-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: #f7f7f7;
  color: #9f9f9f;
  -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;
  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: #9f9f9f;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

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

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid rgba(33, 54, 108, 0.2);
}
.isStuck .brand img {
  height: auto;
  vertical-align: baseline;
     height: 50px;
    margin-top: 10px;

}
.isStuck .brand__name {
  margin-top: 5px;
}
.isStuck .nav {

}
.isStuck .sf-menu > li > a{ line-height:35px;}

@media only screen and (max-width: 991px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  color: #ffffff;
  background: #1abde8;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:before {
  font-size: 15px;
  line-height: 50px;
}
.toTop:active, .toTop:focus {
  background: #9f9f9f;
}
.toTop:hover {
  color: #1abde8;
  background: #ffffff;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*========================================================
                     HEADER  Section
=========================================================*/
@media (min-width: 768px) {
  header .nav {
  }
}
@media (min-width: 992px) {
  header .nav {
    float: right;
  }
}
@media (min-width: 1600px) {
  header .nav {
    margin-right: -28px;
  }
}
@media (min-width: 992px) {
  header {
    text-align: center;
  }
  header .brand {
    float: left;
  }
}

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

/*==================      Well     ======================*/
.well-1 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.well-2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.well-2--inset-1 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.well-2--inset-2 {
  padding-top: 95px;
  padding-bottom: 98px;
}

.well-2--inset-3 {
  padding-top: 85px;
  padding-bottom: 90px;
}

.well-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.well-3--inset-1 {
  padding-top: 100px;
  padding-bottom: 96px;
}

.well-4 {
  padding-top: 72px;
  padding-bottom: 79px;
}

.well-5 {
  padding-top: 218px;
  padding-bottom: 223px;
}

.well-6 {
  padding-top: 298px;
  padding-bottom: 298px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer * + p {
  margin-top: 25px;
}
footer .list {
  line-height: 36px;
  margin-top: -15px;
  width: 45%;
  display: inline-block;
}
footer .list + .list {
}
footer .contact-info {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}
footer .contact-info dt, footer .contact-info dd {
  display: block;
}
footer dl dt, footer dl dd {
  display: inline-block;
}
footer dl .heading-5 {
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}
footer .tag a{ word-wrap:break-word;    padding: 5px 8px;border: 1px solid #ccc;background-color: #21366C;display: inline-block;line-height: 20px; color:#fff; margin-right:2px;}
footer .tag a:hover{ background:none; color:#21366C}
@media (min-width: 992px) {
  footer dl .heading-5 {
    font-size: 26px;
  }
}
footer dl .big {
  color: #21366c;
  font-size: 24px;
  letter-spacing: 0.025em;
}
footer dl .big a:hover {
  color: #1abde8;
}
footer dl * + .big {
  margin-top: 23px;
}
footer .inline-list {
  word-spacing: 6px;
}
@media (min-width: 992px) {
  footer .inline-list {
    margin-left: -14px;
  }
}
.inline-list li {
  display: inline-block;
}
.pagination{ margin:30px auto ; display:flex; justify-content:center;clear:both;}
.pagination ul{ list-style:none;}
.pagination li{ float:left; margin:0 3px;}
.pagination li a{ color:#E4393C; padding:6px 10px; background-color:#fff; border:1px solid #E4393C; border-radius:6px;}
.pagination li a:hover{ color:#fff; background-color:#E4393C; border:1px solid #E4393C; box-shadow:0 4px 4px 0 #ccc;}
.pagination .currPage{ background: #333333 ;border: 1px solid #333333;color: #fff; box-shadow:0 8px 12px 0 #ccc;}