@charset "UTF-8";
@import url(animate.css);
@import url(gf.css?family=Roboto:400,300,100,500,700);
/*========================================================
      Main Styles
=========================================================*/
body {
    color: #727677;
    font: 300 16px/22px "Roboto", sans-serif;
    -webkit-text-size-adjust: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
/*text-transform: uppercase;*/
}
h1 {
    font-size: 70px;
    line-height: 70px;
}
h2 {
    font-size: 2.5em;
    line-height: 60px;
    font-weight: 300;
    color: #303334;
}
h2.apond {
    font-size: 2.5em;
    text-transform: none;
}
h3.apond {
    color: #FFFFFF;
    font-size: 1.85em;
    line-height: 35px;
    margin-bottom: 20px;
    text-transform: none;
}
h4.apond {
    color: #FFFFFF;
    font-size: 1.5em;
    line-height: 28px;
    text-transform: none;
}
h2.open {
    line-height: 60px;
    margin-bottom: 50px;
}
.apondbtn {
    margin-top: 53px;
    padding: 30px 54px 30px 55px;
    background: rgba(255, 255, 255, 0.75);
    font-size: 26px;
    color: #313131;
    text-transform: uppercase;
    display: inline-block;
}
.apondbtn:hover {
    background: rgba(255, 255, 255, 1.0);
}
p.apond {
    color: #FFFFFF;
    margin-top: 2em;
}
.apondbtn.fa-phone::before {
    padding-right: 20px;
}
.apondbtn.fa-phone:hover::before {
    color: #fe0000;
}
.newsboarder {
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 13px;
}
.news {
    display: block;
    clear: both;
}
.newsboarder:last-child {
    border-bottom: 0px;
    padding-bottom: 20px;
}
.newsbutton {
    text-transform: none!important;
    margin-top: 15px!important;
}
.newsbutton:hover {
    background: rgba(169, 169, 169, 1);
    color: #fff!important;
}
.news-left {
    text-align: left
}
p + ul.sortedlist.nofloat.news-left, ul.sortedlist.nofloat.news-left + p {
	margin-top: 15px;
}
.list li span {
    display: inline-block;
    min-width: 30%;
}
.list li span.open {
    min-width: 6em;
}
ul.list > li {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #E5E5E6;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.box {
    border-color: #eee;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding-top: 15px;
    padding-bottom: 15px;
}
.div-cent {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 767px) {
.div-cent {
	display: inherit;
	justify-content: center;
	align-items: center;
}
}
.text-bold-notice {
    color: #fe0000;	
}
.divider {
  height: 20px;
  position: relative;
  width: 100%;
  background: radial-gradient(ellipse farthest-side at top center, rgba(0,0,0,0.08), transparent);
}
.divider-small {
  height: 20px;
  position: relative;
  width: 50%;
  margin-left: 25%;
  margin-top: 25px;
  margin-bottom: 25px;	
  background: radial-gradient(ellipse farthest-side at top center, rgba(0,0,0,0.08), transparent);
}
.divider:before, .divider-small:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(left, transparent, rgba(0,0,0,0.02), rgba(0,0,0,0.02), transparent);
}
video {
	height: 500px;
	margin-top: 75px;
}

@media (min-width: 768px) {
.box-corona {
    /*min-height: 424px!important;*/
	width: 40%!important;
}
}

@media (max-width: 767px) {
video {
	width: 100%;
}
}
.sortedlist {
    margin-left: 80px;
    text-indent: -32px;
}
.nofloat {
    float: none!important;
}
.left {
    float: left;
}
.checkboxlayer {
    width: 6%;
	margin-top: 10px;
}
.checkbox-terms {
    width: 94%;
	margin-top: 10px;
}
.sortedlist .fa-angle-right {
    margin-left: 31px;
    text-indent: -58px;
}
.sortedlist > li {
    margin-bottom: 5px;
}
ul.sortedlist:nth-child(1n) {
    float: left;
    margin-right: 20%;
}
ul.sortedlist:nth-child(2n) {
    float: none;
    display: block;
    margin-right: 0px;
}

@media (max-width: 800px) {
ul.sortedlist:nth-child(1n) {
    float: none;
}
}
.clearer {
    clear: both;
}
.cursornone {
    cursor: default;
}

@media (min-width: 768px) {
.box {
    width: 32%;
    margin-right: 1.5%;
    min-height: 320px;
}
.box:last-child {
    margin-right: 0%;
}
}

@media (min-width: 990px) {
.box {
    min-height: 320px;
}
}

@media (min-width: 1200px) {
.box {
    min-height: 320px;
}
}

@media (max-width: 767px) {
.box {
    width: 90%;
    margin-left: 5%;
}
}

@media (min-width: 1200px) {
.indexbox {
    min-height: 25px;
}
h3.indexbox + p {
    min-height: 100px;
}
}

@media (min-width: 1001px) {
.indexbox {
    min-height: 25px;
}
h3.indexbox + p {
    min-height: 120px;
}
}

@media (max-width: 1000px) {
.indexbox {
    min-height: 25px;
}
h3.indexbox + p {
    min-height: 140px;
}
}

@media (max-width: 400px) {
ul.list > li {
    width: 100%;
}
ul.list li span {
    margin-right: 40%;
}
}

@media (min-width: 401px) {
ul.list > li {
    width: 75%;
}
ul.list li span {
    margin-right: 25%;
}
}

@media (max-width: 475px) {
h2 {
    font-size: 1.5em!important;/*line-height: 35px!important;*/
}
h2.apond {
    font-size: 1.5em;
    line-height: 1.25em!important;
}
h3.apond {
    font-size: 1.25em;
    line-height: 25px;
}
h4.apond {
    font-size: 1.5em;
    line-height: 28px;
}
}

@media (max-width: 991px) {
h2 {
    font-size: 40px;
    line-height: 40px;
}
}
h3 {
    font-size: 22px;
    line-height: 28px;
    text-transform: none;
    font-weight: 300;
}
h3 a, h3.mname, p.mname {
    color: #fff;
}
h3 a:hover {
    color: #303334;
}
h3.jobtitle  {
	margin-bottom: 15px;	
}
h3.jobtitle:last-child  {
	margin-bottom: 45px;	
}
h4 {
    font-size: 20px;
    line-height: 20px;
}
h5 {
    font-size: 18px;
    line-height: 18px;
}
h6 {
    font-size: 16px;
    line-height: 16px;
}
/*p a:hover,*/ .marked-list a:hover, .list a:hover {
    text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
    text-decoration: none;
}
time {
    display: block;
}
h4.red {
    color: #fe0000;
}
h4.red + p {
    margin-bottom: 45px;
}
a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
a:focus {
    outline: none;
}
a:active {
    background-color: transparent;
}
a[href^="tel:"], a[href^="callto:"] {
    /*color: inherit;*/
    text-decoration: none;
}
a.textlink {
    color: #fe0000;
    cursor: pointer;
}
.underline {
    text-decoration-line: underline;
    cursor: pointer;
}
a.textlink:hover {
    text-decoration: underline;
}
.listheader {
    font-size: 1em;
    color: #DFE0E0;
}
strong {
    font-weight: 700;
}
.fa {
    line-height: inherit;
}
[class*='fa-']:before {
    font-weight: 400;
    font-family: "FontAwesome";
    color: #FE0000;
	transition: all 0.5s ease 0s;
}
.fa fa-facebook-square:hover {
    color: #FFFFFF!important
}
.page {
    overflow: hidden;
    min-height: 500px;
}
.lt-ie9 .page {
    min-width: 1200px;
}
.color_contrast {
    color: #fff;
}
.color_default {
    color: #303334;
}
.text1 {
    font-weight: 300;
    padding-right: 120px;
    color: #d2f0ff;
}

@media (max-width: 991px) {
.text1 {
    padding-right: 0px;
}
}
.text2 {
    font-weight: 300;
    color: #727677;
    min-height: 75px;
}
.offsNo {
    margin-top: 0px;
}
.center {
    text-align: center;
}
.indent {
    padding-left: 60px;
}
.indent1 {
    padding-right: 10px;
}

@media (max-width: 767px) {
.div_center {
    text-align: center;
}
.div_center h2, .div_center p {
    text-align: left;
}
}

/*=======================================================
                       Main Layout
=========================================================*/
@media (max-width: 991px) {
.offs5 {
    margin-top: 25px;
}
}
h2 + p {
    margin-top: 45px;
}
h4.red + p {
    margin-top: 15px;
}
.margin-bottom {
    margin-bottom: 45px;
}
.margin-bottom-small {
    margin-bottom: 20px;
}
.margin-top {
    margin-top: 45px;
}
.margin-left {
    margin-left: 25%;
}

@media (max-width: 991px) {
h2 + p {
    margin-top: 17px;
}
}
h2 + h3 {
    margin-top: 65px;
}
h3 + p {
    margin-top: 25px;
}
.text1 + .text1 {
    margin-top: 22px;
}
h2 + .offs1 {
    margin-top: 62px;
}

@media (max-width: 991px) {
h2 + .offs1 {
    margin-top: 10px;
}
}
.timeBlock + h3 {
    margin-top: 5px;
}

@media (max-width: 991px) {
.timeBlock + h3 {
    margin-top: 18px;
}
}
h3 + .offs2 {
    margin-top: 14px;
}
h2 + .offs3 {
/*	margin-top: 49px;*/
}
span + h3 {
    margin-top: 46px;
}
img + h3 {
    margin-top: 36px;
}
h3 + .text2 {
    margin-top: 13px;
}
p + p, div.clearer + p {
    margin-top: 23px;
}
h2 + .post-meta {
    margin-top: 72px;
}

@media (max-width: 991px) {
h2 + .post-meta {
    margin-top: 17px;
}
}
.offs4 {
    margin-top: 101px;
}

@media (max-width: 767px) {
.offs4 {
    margin-top: 30px;
}
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
    display: inline-block;
}
.brand_name {
    overflow: hidden;
    font-size: 30px;
    line-height: 36px;
    color: #303334;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0.6px;
}
.brand_slogan {
    display: none;
}
/*==================  End Brand     ======================*/
/*==================  Backgrounds  ======================*/
.bg-contrast {
    background: #fff;
}
.bg-secondary1 {
    background-image: radial-gradient(center center, circle cover, #72c3f6, #4da1e1);
    background-image: -o-radial-gradient(center center, circle cover, #72c3f6, #4da1e1);
    background-image: -ms-radial-gradient(center center, circle cover, #72c3f6, #4da1e1);
    background-image: -moz-radial-gradient(center center, circle cover, #72c3f6, #4da1e1);
    background-image: -webkit-radial-gradient(center center, circle cover, #72c3f6, #4da1e1);
}
.bg-secondary {
    background: #717171;
}
/*==================    Buttons    ======================*/
.btn {
    padding: 27px 34px 24px 36px;
    background: rgba(169, 169, 169, 0.65);
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    margin: 62px 0 0 5px;
}
.btn:hover, .btn:active {
    color: #fe0000;/*background: #a1e14d;*/
}
.btn1 {
    margin-top: 67px;
    padding: 27px 34px 24px 36px;
    background: #fff;
    color: #303334;
}
.btn1:hover, .btn1:active {
    color: #fe0000;
    background: #fff;
}
.btn2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    padding: 0;
    background: none;
    margin: 51px 0 0 -1px;
    color: #303334;
}

@media (max-width: 767px) {
.btn2 {
    margin-top: 21px;
}
}

@media (max-width: 360px) {
.btn2 {
    margin-top: 18px;
}
}
.btn2:hover, .btn2:active {
    background: none;
    color: #a1e14d;
}
.btn3 {
    padding: 30px 54px 31px;
    margin-top: 75px;
    font-size: 26px;
    color: #fff;
    background: #a1e14d;
}
.btn3:hover, .btn3:active {
    background: #fff;
    color: #a1e14d;
}
.btn4 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    padding: 0;
    background: none;
    margin: 51px 0 0 -1px;
    color: #fff;
}

@media (max-width: 767px) {
.btn4 {
    margin-top: 21px;
}
}
.btn4:hover, .btn4:active {
    background: none;
    color: #303334;
}
/*==================    Top row    ======================*/
.row-top {
    padding: 19px 0 15px 0;
    background: #fff;
    text-align: center;
}

@media (max-width: 767px) {
.row-top {
    padding: 19px 0 17px 0;
}
}
.row-top-nd {
    padding: 0px 0 40px 0;
    background: #fff;
    text-align: center;
}

@media (max-width: 767px) {
.row-top {
    padding: 19px 0 0px 0;
}
}
.addressTop {
    float: left;
}

@media (max-width: 979px) {
.addressTop {
    /*	float: none;*/
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
}
}
.addressTop address, .addressTop a, .addressTop span {
    float: left;
    color: #999a9b;
    font-size: 11px;
}

@media (max-width: 660px) {
.addressTop address, .addressTop a, .addressTop span {
    float: left;
    color: #999a9b;
    font-size: 11px;
}
}
.addressTop a + a, .addressTop a + span, .addressTop address + a {
    margin-left: 30px;
}
.addressTop a + a span {
    padding-right: 10px;
}
.addressTop address {
/*	margin-left: 29px;*/
}
.addressTop address span {
    padding-right: 8px;
}
.addressTop span {
    padding-right: 5px;
}

@media (max-width: 767px) {
.addressTop a {
    /*float: none;*/
    margin-left: 0px;
}
}

@media (max-width: 767px) {
.addressTop a {
    margin-bottom: 5px;
}
}
.addressTop a:hover {
    color: #FE0000;
}
.addressTop1 {
    margin-top: 45px;
    color: #727677;
}

@media (max-width: 979px) {
.addressTop1 {
    text-align: left;
}
}

@media (max-width: 991px) {
.addressTop1 {
    margin-top: 17px;
}
}
.addressTop1 address span, .addressTop1 a span {
    color: #a1e14d;
}
.addressTop1 address span {
    font-size: 24px;
    margin: 5px 0 0 1px;
    padding-right: 0px;
    float: left;
}
.addressTop1 address p {
    margin-top: 0px;
    margin-left: 40px;
    padding-left: 0px;
}
.addressTop1 address p a {
    margin-left: 0px;
}
.addressTop1 address p:before {
    display: none;
}
.addressTop1 p a {
/*margin-left: 8px;*/
}
.addressTop1 p, .addressTop1 p.mail {
    padding-left: 40px;
    margin-top: 22px;
    overflow: hidden;
    letter-spacing: 0.4px;
    position: relative;
}
.addressTop1 p:before {
    content: "\f095";
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 25px;
    color: #fe0000;
    font-family: "FontAwesome";
}
.addressTop1 p.mail:before {
    content: "\f0e0";
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 21px;
    color: #fe0000;
    font-family: "FontAwesome";
}
.addressTop1 p.whatsapp:before {
    content: "\f232";
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 21px;
    color: #fe0000;
    font-family: "FontAwesome";
}
.footertext {
    font-size: 16px!important;
}
.addressTop1 a span {
    font-size: 30px;
    padding-right: 27px;
}
.addressTop1 a, .addressTop1 address {
    float: none;
    margin-left: 0px;
    font-size: 16px;
    color: #727677;
}
.addressTop1 a {
    display: inline-block;
}
.addressTop1 a:hover {
    text-decoration: none;
}
.follow_icon {
    margin-top: -9px;
    float: right;
}
.follow_icon li {
    float: left;
    margin-left: 1px;
}

@media (max-width: 767px) {
.follow_icon li {
    float: none;
    display: inline-block;
    margin-left: 6px;
}
}
.follow_icon a {
    width: 41px;
    height: 41px;
    line-height: 41px;
    background: #dfe0e0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}
.follow_icon a:hover, a.fa-facebook-square:hover::before, a.fa-phone:hover::before, a.fa-envelope:hover::before, a.fa-whatsapp:hover::before {
    color: #FFFFFF;
	transition: all 0.3s ease 0s;
}

@media (max-width: 979px) {
.follow_icon {
    text-align: center;
    display: inline-block;
}
}

@media (max-width: 767px) {
.follow_icon {
    display: block;
}
}

@media (max-width: 767px) {
.nomob {
    display: none!important;
}
header {
    padding-bottom: 0px!important;
}
}
/*==================      Info block      ======================*/
.info-block {
    padding: 208px 0px 166px 0px;
    margin-left: -4px;
    position: relative;
    width: 100%;
    height: 100%;
}

@media (max-width: 1199px) {
.info-block {
    padding: 106px 0 92px;
}
}

@media (max-width: 991px) {
.info-block {
    width: 50%;
}
}

@media (max-width: 980px) {
.info-block {
    width: 100%;
    padding: 20px 0 70px;
}
.info-block .btn {
    margin-top: 32px;
}
}
.info-block:before {
/*	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 0 14px 14px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: -133px;
	top: 50%;
	z-index: 2;
	content: "";
	margin-top: -14px;*/
}

@media (max-width: 1199px) {
.info-block:before {
    right: -117px;
}
}

@media (max-width: 991px) {
.info-block:before {
    right: -40px;
}
}
.info-block .img-wr {
    position: absolute;
    left: 125.4%;
    top: 0;
    width: 1025px;
}

@media (max-width: 1199px) {
.info-block .img-wr {
    left: 127.5%;
    width: 806px;
}
}

@media (max-width: 991px) {
.info-block .img-wr {
    left: 107.5%;
    width: 833px;
}
}

@media (max-width: 980px) {
.info-block .img-wr {
    padding-bottom: 25px;
    position: static;
    transform: translateY(0px);
    width: 100%;
}
}
.info-block h2 {
    line-height: 50px;
    font-weight: 300;
    letter-spacing: 1.2px;
    color: #303334;
}

@media (max-width: 1199px) {
.info-block h2 {
    font-size: 26px;
    line-height: 39px;
}
}
.info-block h3 {
    font-size: 1.1em;
    color: #303334;
    margin: 68px 0 0 4px;
}

@media (max-width: 980px) {
.info-block h3 {
    margin-top: 18px;
}
}
.info-block p {
    font-weight: 300;
    margin: 24px 0 0 4px;
}
section .info-block_mod2 {
    padding: 212px 0 168px;
}

@media (max-width: 1199px) {
section .info-block_mod2 {
    padding: 92px 0 101px;
}
}

@media (max-width: 991px) {
section .info-block_mod2 {
    padding: 82px 0 89px;
}
section .info-block_mod2:before {
    left: 10px;
}
section .info-block_mod2 .img-wr {
    right: 93.4%;
}
}
section .info-block_mod2 h2 {
    letter-spacing: -1.0px;
}
section .info-block_mod2 h3 {
    margin-top: 66px;
}

@media (max-width: 980px) {
section .info-block_mod2 h3 {
    margin-top: 18px;
}
}
section .info-block_mod2 p {
    margin-left: 34px;
}

@media (max-width: 980px) {
section .info-block_mod2 {
    margin-left: 0px;
    padding-top: 0px;
}
section .info-block_mod2:before {
    display: none;
}
}
section .info-block_mod1 {
    padding: 212px 0 168px;
}

@media (max-width: 1199px) {
section .info-block_mod1 {
    padding: 92px 0 101px;
}
}

@media (max-width: 991px) {
section .info-block_mod1 {
    padding: 82px 0 89px;
}
section .info-block_mod1:before {
    left: 10px;
}
section .info-block_mod1 .img-wr {
    right: 93.4%;
}
}

@media (max-width: 980px) {
section .info-block_mod1 {
    margin-left: 0px;
    padding-top: 0px;
}
section .info-block_mod1:before {
    display: none;
}
}
section .info-block_mod2 {
    padding: 212px 0 190px;
}

@media (max-width: 1199px) {
section .info-block_mod2 {
    padding: 92px 0 95px;
}
}

@media (max-width: 991px) {
section .info-block_mod2 {
    padding: 82px 0 89px;
}
section .info-block_mod2:before {
    left: 10px;
}
section .info-block_mod2 .img-wr {
    right: 93.4%;
}
section .info-block_mod2 h3, section .info-block_mod2 p {
    padding-left: 30px;
}
}

@media (max-width: 980px) {
section .info-block_mod2 {
    margin-left: 0px;
    padding-top: 0px;
}
section .info-block_mod2:before {
    display: none;
}
}
section .info-block2 {
    padding: 208px 0 143px;
}

@media (max-width: 1199px) {
section .info-block2 {
    padding: 98px 0 77px;
}
}

@media (max-width: 991px) {
section .info-block2 {
    padding: 98px 0 99px;
}
}

@media (max-width: 980px) {
section .info-block2 {
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 70px;
}
section .info-block2:before {
    display: none;
}
}
section .info-block2 p {
    margin-top: 25px;
}
section .info-block2 .btn {
    margin-top: 61px;
}

@media (max-width: 980px) {
section .info-block2 .btn {
    margin-top: 18px;
}
}
section .info-block1 {
    padding: 208px 0 136px;
}

@media (max-width: 1199px) {
section .info-block1 {
    padding: 98px 0 48px;
}
}

@media (max-width: 991px) {
section .info-block1 {
    padding: 98px 0 70px;
}
}

@media (max-width: 980px) {
section .info-block1 {
    margin-left: 0px;
    padding-top: 0px;
}
section .info-block1:before {
    display: none;
}
}
section .info-block1 p {
    margin-top: 68px;
}

@media (max-width: 980px) {
section .info-block1 p {
    margin-top: 18px;
}
}
section .info-block1 .btn {
    margin-top: 84px;
}

@media (max-width: 980px) {
section .info-block1 .btn {
    margin-top: 18px;
}
}
section .info-block_mod2_2 {
    padding: 212px 0 140px;
}
section .info-block_mod2_2 h2 {
    letter-spacing: -1.0px;
}

@media (max-width: 1199px) {
section .info-block_mod2_2 {
    padding: 92px 0 84px;
}
}

@media (max-width: 991px) {
section .info-block_mod2_2 {
    padding: 82px 0 89px;
}
section .info-block_mod2_2:before {
    left: 10px;
}
section .info-block_mod2_2 .img-wr {
    right: 93.4%;
}
section .info-block_mod2_2 h3, section .info-block_mod2_2 p {
    padding-left: 30px;
}
}

@media (max-width: 980px) {
section .info-block_mod2_2 {
    margin-left: 0px;
    padding-top: 0px;
}
section .info-block_mod2_2:before {
    display: none;
}
}
section .info-block1_3 {
    padding: 208px 0 123px;
}
section .info-block1_3 h3 {
    margin-top: 67px;
}

@media (max-width: 980px) {
section .info-block1_3 h3 {
    margin-top: 18px;
}
}
section .info-block1_3 p {
    margin-top: 24px;
}
section .info-block1_3 .btn {
    margin-top: 62px;
}

@media (max-width: 980px) {
section .info-block1_3 .btn {
    margin-top: 18px;
}
}

@media (max-width: 1199px) {
section .info-block1_3 {
    padding: 82px 0 73px;
}
}

@media (max-width: 991px) {
section .info-block1_3 {
    padding: 82px 0 95px;
}
section .info-block1_3:before {
    right: -11px;
}
}

@media (max-width: 980px) {
section .info-block1_3 {
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 70px;
}
}

@media (max-width: 991px) {
section .info-block1_3 .img-wr {
    left: 99.5%;
}
}
section .info-block_mod2_3 {
    padding: 212px 0 142px;
}

@media (max-width: 1199px) {
section .info-block_mod2_3 {
    padding: 92px 0 86px;
}
}

@media (max-width: 991px) {
section .info-block_mod2_3 {
    padding: 82px 0 18px;
}
section .info-block_mod2_3 h3, section .info-block_mod2_3 p {
    padding-left: 30px;
}
}

@media (max-width: 980px) {
section .info-block_mod2_3 {
    margin-left: 0px;
    padding-top: 0px;
}
section .info-block_mod2_3:before {
    display: none;
}
}

@media (max-width: 980px) {
section .info-block_mod2_3 {
    padding-bottom: 70px;
}
}
section .info-block_mod2_3 .img-wr {
    right: 102%;
}

@media (max-width: 1199px) {
section .info-block_mod2_3 .img-wr {
    right: 101.6%;
}
}
section .info-block_mod2_3:before {
    left: -24px;
}

@media (max-width: 1199px) {
section .info-block_mod2_3:before {
    left: -21px;
}
}

@media (max-width: 991px) {
section .info-block_mod2_3:before {
    left: -19px;
}
}
section .info-block_mod2_3 h3 {
    margin-top: 66px;
}

@media (max-width: 980px) {
section .info-block_mod2_3 h3 {
    margin-top: 18px;
}
}
section .info-block_mod2_3 p {
    padding-left: 60px;
}
section .info-block1_1 {
    padding: 212px 0 169px;
}
section .info-block1_1 h3 {
    margin-top: 67px;
}

@media (max-width: 980px) {
section .info-block1_1 h3 {
    margin-top: 18px;
}
}
section .info-block1_1 p {
    margin-top: 24px;
}
section .info-block1_1 .btn {
    margin-top: 62px;
}

@media (min-width: 1197px) {
section .info-block1_1 .btn {
    margin-top: 90px;
}
}

@media (max-width: 980px) {
section .info-block1_1 .btn {
    margin-top: 18px;
}
}

@media (max-width: 1199px) {
section .info-block1_1 {
    padding: 82px 0 112px;
}
}

@media (max-width: 991px) {
section .info-block1_1 {
    padding: 82px 0 134px;
}
}

@media (max-width: 980px) {
section .info-block1_1 {
    margin-left: 0px;
    padding-top: 0px;
}
}

@media (max-width: 980px) {
section .info-block1_1 {
    padding-bottom: 70px;
}
}
.info-block_mod {
    padding: 212px 0px 162px 0px;
    margin-left: -4px;
    position: relative;
    text-align: right;
}

@media (max-width: 1199px) {
.info-block_mod {
    padding: 106px 0 92px;
}
}

@media (max-width: 991px) {
.info-block_mod {
    width: 50%;
    float: right;
}
}

@media (max-width: 980px) {
.info-block_mod {
    width: 100%;
    float: none;
    padding: 20px 0 70px;
}
.info-block_mod .btn {
    margin-top: 32px;
}
}
.info-block_mod:before {
/*width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	left: -125px;
	top: 50%;
	z-index: 2;
	content: "";
	margin-top: -14px;
	border-width: 14px 14px 14px 0;
	border-color: transparent #fff transparent transparent;*/
}

@media (max-width: 1199px) {
.info-block_mod:before {
    left: -102px;
}
}

@media (max-width: 991px) {
.info-block_mod:before {
    left: -44px;
}
}
.info-block_mod .img-wr {
    position: absolute;
    right: 123.4%;
    top: 0;
    width: 1025px;
}

@media (max-width: 1199px) {
.info-block_mod .img-wr {
    width: 806px;
}
}

@media (max-width: 991px) {
.info-block_mod .img-wr {
    right: 108.4%;
    width: 806px;
}
}

@media (max-width: 980px) {
.info-block_mod .img-wr {
    padding-bottom: 25px;
    position: static;
    transform: translateY(0px);
    width: 100%;
}
}
.info-block_mod h2 {
    line-height: 50px;
    letter-spacing: 1.2px;
    font-weight: 300;
    color: #303334;
}

@media (max-width: 1199px) {
.info-block_mod h2 {
    font-size: 26px;
    line-height: 39px;
}
}
.info-block_mod h3 {
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    color: #303334;
    margin: 68px 0 0 4px;
}

@media (max-width: 980px) {
.info-block_mod h3 {
    margin-top: 18px;
}
}
.info-block_mod h3 a:hover {
    color: #a1e14d;
}
.info-block_mod p {
    font-weight: 300;
    margin: 24px 0 0 4px;
}
/*==============      timeBlock      =========================*/
.timeBlock {
    position: relative;
    overflow: hidden;
}
.timeBlock time {
    background: #fff;
    opacity: 0.85;
    /*background: rgb(255, 255, 255, 0.85);*/
    width: 90px;
    height: 90px;
    color: #303334;
    font-size: 42px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    padding-top: 29px;
    font-weight: 500;
}
.timeBlock name, .timeBlock span.name {
    background: #fff;
    opacity: 0.85;
    width: 100%;
    height: 60px;
    color: #303334;
    font-size: 1em;
    /*text-transform: uppercase;*/
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    padding-top: 11px;
    font-weight: 500;
}

@media (max-width: 767px) {
.timeBlock time {
    left: 50%;
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
}
.timeBlock name, .timeBlock span.name {
    bottom: 0;
    height: 60px;
    left: 50%;
    width: 270px;
    margin-left: -135px;
}
}
.timeBlock time span {
    font-size: 9px;
    display: block;
    margin-top: 5px;
}
.timeBlock img {
    margin-bottom: -1px;
}
/*==============    End  timeBlock      ======================*/
.post-meta li + li {
    margin-top: 30px;
}
.post-meta li {
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e4e4;
}
.post-meta li time {
    font-size: 9px;
    line-height: 10px;
    letter-spacing: 0.2px;
}
.post-meta li h3 {
    color: #303334;
    margin-top: 4px;
}
.post-meta li p {
    margin-top: 13px;
    color: #727677;
}
.post-meta li:last-child {
    border-bottom: 0px;
}
.block1 h2 {
    letter-spacing: 1.3px;
}
.block1 p {
    margin-top: 54px;
}
/*==================     Thumb     ======================*/
.thumb {
    overflow: hidden;
    position: relative;
    display: block;
    text-align: center;
}
.thumb img {
    height: auto;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.thumb:hover img {
    transform: scale(1.2);
}
.thumb_overlay {
    background: transparent none repeat scroll 0 0;
    bottom: 0;
    color: #303334;
    left: 0px;
    position: absolute;
    right: 0;
    opacity: 0;
    font-size: 60px;
    padding-top: 43%;
    top: 0;
    transition: all 0.3s ease 0s;
}

@media (max-width: 360px) {
.thumb_overlay {
    line-height: 36px;
    font-size: 60px;
}
}
.thumb_overlay:hover {
    opacity: 1;
}
.thumb:hover .thumb_overlay {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}
/*=================    End Thumb     ===================*/
/*=================    Term list     ===================*/
.term-list {
    margin-top: 45px;
}
.term-list dt {
    font-size: 22px;
    line-height: 22px;
    color: #303334;
}
.term-list dd {
    font-size: 16px;
    line-height: 22px;
    padding-right: 30px;
}
.term-list dd a {
/*	color: #a1e14d;*/
}
.term-list dd a:hover {
    color: #303334;
}
.term-list dt + dd {
    margin-top: 28px;
}
.term-list dd + dt {
    margin-top: 68px;
}
.term-list dd + dd {
    margin-top: 22px;
}
/*===============    End Term list     =================*/
/*=================    Blockquote     ==================*/
blockquote q {
    color: #d2f0ff;
}
blockquote cite {
    display: block;
    margin-top: 30px;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
}
blockquote cite a:hover {
    opacity: 0.5;
}
/*==============    End Blockquote     =================*/
/*========================   Menu   ==========================*/
nav {
    margin-top: 30px;
}
.sf-menu {
    display: inline-block;
}
.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: 41px;
}
.sf-menu a {
    display: block;
    letter-spacing: 0.6px;
}

@media (min-width: 980px) {
.sf-menu > li > a {
    font-size: 17px;
    color: #303334;
    font-weight: 400;
}
}
@media (max-width: 979px) {
.sf-menu > li > a {
    font-size: 16px;
}
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, a:hover, .color_default:hover {
    color: #FE0000;
}
.sf-menu > li.active > a {
    color: #FE0000;
}
.sf-menu ul {
    display: none;
    position: absolute;
    top: 47px;
    left: -130%;
    width: 235px;
    padding: 10px 0 10px;
    background: #fff;
    z-index: 100;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
.sf-menu ul {
    top: 47px;
    left: -90px;
}
}
.sf-menu ul > li > a {
    padding: 10px;
    color: #303334;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #FE0000;
}
.sf-menu ul ul {
    position: absolute;
    top: 40%;
    left: 100%;
    width: auto;
    margin-top: 0;
    padding: 0;
    z-index: 4;
    width: 200px;
}
.sf-menu ul ul > li > a {
    padding: 10px;
    color: #fff;
    background: #303334;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
    color: #a1e14d;
    background: #727677;
}
.sf-menu > li > .sf-with-ul {
    position: relative;
}
.sf-menu > li > .sf-with-ul:before {
    position: absolute;
    right: -18%;
    top: 31%;
    margin-left: -6px;
    content: "";
    font: 400 13px/13px "FontAwesome";
}

@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: #727677;
    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: 390px) {
footer {
    font-size: 0.75em;
}
}

@media (max-width: 359px) {
.rd-mobilepanel_title {
    font-size: 18px;
}
}

@media (max-width: 452px) {
.addressTop {
    float: none;
}
.addressTop address {
    float: none;
    display: block;
}
.fa.fa-map-marker {
    margin-right: 0px;
}
.addressTop address, .addressTop a, .addressTop span {
    color: #999a9b;
    font-size: 15px;
}
}
/*==================  Stuck menu  ======================*/
.isStuck {
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #727677;
}
.isStuck ul li a {
    padding: 17px 0 26px;
}
.isStuck ul ul li a {
    padding: 10px;
}
.isStuck .brand {
    margin-top: 20px;
}
.isStuck .sf-menu ul ul {
    top: 50%;
    left: 100%;
}
.isStuck .sf-menu ul {
    top: 65px;
}

@media (max-width: 991px) {
.isStuck .sf-menu ul {
    top: 100%;
    left: -90px;
}
}

@media only screen and (max-width: 767px) {
.isStuck {
    display: none !important;
}
}
/*==================     ToTop     ======================*/
.toTop {
    width: 46px;
    height: 46px;
    font-size: 14px;
    line-height: 44px !important;
    color: #fff;
    background: #C7C7C7;
    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;
    background: #C7C7C7;
}
.toTop:hover {
    color: #fff!important;
    background: rgb(169, 169, 169, 1);
    text-decoration: none;
}
.mobile .toTop, .tablet .toTop {
    display: none !important;
}
/*==================  RD Parallax    ======================*/
.parallax2 h2 {
    line-height: 51px;
    color: #fff;
    letter-spacing: 1.2px;
}
.parallax1 {
    text-align: center;
}
.parallax1 p, .parallax1 span {
    color: #fff;
}
.parallax1 span {
    font-size: 82px;
    line-height: 82px;
    font-family: 'Material Icons';
    display: block;
}
.parallax1 h3 a:hover {
    color: #a1e14d;
}

@media (max-width: 991px) {
.parallax1 h3 {
    margin-top: 16px;
}
}
.parallax1 p {
    margin-top: 14px;
    font-weight: 300;
    letter-spacing: -0.2px;
}
.parallax {
    position: relative;
    overflow: hidden;
}
.parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: left top;
    /*will-change: transform;*/
    transform: none!important;
}
.parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

@media(max-width:768px) {
.parallax_image {
    -webkit-background-size: cover;
    background-size: cover;
}
}

@media(max-width:950px) {
.parallax-nd div.parallax_image {
    -webkit-background-size: cover!important;
    background-size: cover!important;
}
}
.parallax_pattern {
    background-repeat: repeat;
}
.parallax_cnt {
    position: relative;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
    padding-bottom: 25px;
}
header .brand {
    float: left;
}

@media (max-width: 1200px) {
header .brand {
    float: none;
    position: relative;
    left: 50%;
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
}
}

@media (max-width: 767px) {
header .brand {
    float: none;
    position: relative;
    left: 0%;
    -moz-transform: translatex(0%);
    -ms-transform: translatex(0%);
    -o-transform: translatex(0%);
    -webkit-transform: translatex(0%);
    transform: translatex(0%);
}
}
header .nav {
    float: right;
}

@media (max-width: 1200px) {
header .nav {
    float: none;
    text-align: center;
}
}

@media (max-width: 767px) {
header {
    text-align: center;
}
header .brand, header .nav {
    float: none;
}
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
    display: block;
}
/*==================      Well     ======================*/
.well {
    padding: 50px 0 50px;
    z-index: 2;
    position: relative;
}
.well1 {
    padding: 159px 0 188px;
}

@media (max-width: 767px) {
.well1 {
    padding: 90px 0 90px;
}
}
.well2 {
    padding: 167px 0 194px;
}

@media (max-width: 767px) {
.well2 {
    padding: 90px 0 90px;
}
}
.well3 {
    padding: 165px 0 187px;
}

@media (max-width: 767px) {
.well3 {
    padding: 90px 0 90px;
}
}
.well4 {
    padding: 169px 0 130px;
}

@media (max-width: 991px) {
.well4 {
    padding: 69px 0 90px;
}
}
.well5 {
    padding: 200px 0 204px;
}

@media (max-width: 767px) {
.well5 {
    padding: 90px 0 90px;
}
}
.well6 {
    padding: 159px 0 184px;
}

@media (max-width: 767px) {
.well6 {
    padding: 90px 0 90px;
}
}
.well7 {
    padding: 165px 0 173px;
}

@media (max-width: 767px) {
.well7 {
    padding: 90px 0 90px;
}
}
.well8 {
    padding: 159px 0 164px;
}

@media (max-width: 767px) {
.well8 {
    padding: 90px 0 90px;
}
}
.well9 {
    padding: 159px 0 165px;
}

@media (max-width: 767px) {
.well9 {
    padding: 90px 0 90px;
}
}
.well10 {
    padding: 159px 0 167px;
}

@media (max-width: 767px) {
.well10 {
    padding: 90px 0 90px;
}
}
.well11 {
    padding: 202px 0 213px;
}

@media (max-width: 767px) {
.well11 {
    padding: 90px 0 90px;
}
}
.well12 {
    padding: 202px 0 165px;
}

@media (max-width: 767px) {
.well12 {
    padding: 90px 0 90px;
}
}
.well13 {
    padding: 159px 0 164px;
}

@media (max-width: 767px) {
.well13 {
    padding: 90px 0 90px;
}
}
.well14 {
    padding: 165px 0 174px;
}

@media (max-width: 767px) {
.well14 {
    padding: 90px 0 90px;
}
}
.well-md {
    padding: 90px 0 90px;
}
.br {
    border-bottom: 1px solid #e3e4e4;
}
.br1 {
    border-top: 1px solid #e3e4e4;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
.footer {
    padding-top: 20px;
    background: #f5f5f5;
}
.footer1 {
    padding-top: 93px;
}
footer {
    padding-bottom: 20px;
    padding-top: 20px;
    background: #f9f9f9 none repeat scroll 0 0;
}
footer strong {
    font-weight: normal;
    padding-left: 5px;
}
footer a {
    padding-left: 2px;
}
footer a:hover {
    color: #a1e14d;
}

/*# sourceMappingURL=style.css.map */

@media (max-width:1000px) {
.clearerfooter {
    clear: both;
}
}
