﻿@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import "grid.css";
@import "ui.totop.css";
@import "superfish-menu.css";
@import "stuck-menu.css";
@import "animate.css";
@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow:400);
@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow:700);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  background: url(../images/bg-1.jpg);
  font: 16px/21px 'PT Sans Narrow', 'Arial Narrow', sans-serif;
  color: #817f7f;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h1 {
  display: inline-block;
  float: left;
}
h1 > img {
  width: auto;
  height: auto;
}
h2 {
  font: 30px/48px 'PT Sans Narrow', 'Arial Narrow', sans-serif;
  font-weight: bold;
  font-style:italic;
  color: #817F7F;
/**  position: relative;
  display: block;
  width: 350px;
   margin: 0 auto; **/
  }
/** h2:before,
h2:after {
  content: '';
  position: absolute;
  top: 23px;
  left: -149px;
  display: block;
  width: 154px;
  height: 7px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
} **/

/*****************************
TEST
*****************************/

.resource-image img {
  max-width: 50px;
  max-width: 60px;
  vertical-align:middle;
}
.resource-image-aasrp img {
  max-width: 150px;
  max-height: 61.6px;
}
.resource-image-purina img {
  max-width: 150px;
  max-height: 61.6px;
  clear:both;
}

/*****************************
END TEST
*****************************/
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}
/*****************************
END Column Group
*****************************/




h2:after {
  left: auto;
  right: -150px;
}
h3 {
  font: 30px/30px 'PT Sans Narrow', 'Arial Narrow', sans-serif;
  font-weight: 700;
  color: #121212;
  text-transform: uppercase;
}
h4 {
  font: 16px/16px 'PT Sans Narrow', 'Arial Narrow', sans-serif;
  color: #535353;
  text-transform: uppercase;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:hover {
  color: #2b481e;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
img {
  width: 100%;
  height: auto;
}
.p__title {
  text-transform: uppercase;
  color: #535353;
  line-height: 26px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  padding: 29px 0 25px;
  background: url(../images/bg-header.jpg);
}
#header img {
  width: auto;
  height: auto;
}
#header .header_contact {
  width:auto;
  float:right;
  text-align:right;
  margin:0 0 50px 0;
  font: 26px/28px 'PT Sans Narrow', 'Arial Narrow', sans-serif;
  color: #121212;
  text-transform: uppercase;
}
#header .header_contact strong {
  font-weight: 700;
  text-transform:none;
}
#header .header_icon {
  text-align: right;
  margin-right: 0;
  margin-bottom: 0px;
}
#header .header_icon a div {
  width: 53px;
  height: 53px;
  border-radius: 53px;
  background: #d1d1d1;
  margin-left: 10px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  float:right;
}
#header .header_icon a div:hover {
  background: #fba400;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#header .header_icon a div img {
  position: absolute;
  top: 8px;
  left: 9px;
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: url(../images/bg-1.jpg);
}
.page-wrapper {
  overflow: hidden;
}
.bg-1 {
  background: #fff;
}
/* Buttons
=============================================*/
.btn_wrapper {
  text-align: left;
}
.btn_wrapper .btn {
  display: inline-block;
  margin-top: 35px;
}
.btn_wrapper .btn .btn_slide_wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #323232;
}
.btn_wrapper .btn .btn_slide_wrapper .btn_main {
  display: inline-block;
  width: 100px;
  padding: 13px 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
  font-size: 17px;
  line-height: 18px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.btn_wrapper .btn .btn_slide_wrapper .btn_slide {
  width: 100%;
  height: 100%;
  background: #102242;
  position: absolute;
  top: -100%;
  left: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.btn_wrapper .btn .btn_slide_wrapper .btn_slide div {
  padding: 13px 0 12px;
  font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
  font-size: 17px;
  line-height: 18px;
  color: #f4f4f4;
  font-weight: 700;
  text-align: center;
}
.btn_wrapper .btn:hover {
  text-decoration: none;
}
.btn_wrapper .btn:hover .btn_main {
  margin: 40px 0 -40px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.btn_wrapper .btn:hover .btn_slide {
  top: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
/* Blocks
=============================================*/
.blocks {
  background: url(../images/page-1_bg-1.jpg);
  background-position: top center;
  background-size: 100% auto;
  padding: 94px 0 80px;
}
.blocks .block {
  display: inline-block;
  margin-right: -3px;
  width: 50%;
  background-position: top center;
  background-size: 100% auto;
  position: relative;
}
.blocks .block .block_text {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 53.84615384615385%;
  padding: 56px 30px 32px 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.6s ease-in;
  transition: 0.6s ease-in;
}
.blocks .block .block_text:after {
  content: '';
  position: absolute;
  z-index: 8;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
/*  opacity: 0.89; */
  background: #ebcd3f;
}
.blocks .block .block_text h4 {
  position: relative;
  z-index: 9;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}
.blocks .block .block_text h4.block_sub-title {
  font-size: 18px;
  margin-top: 2px;
}
h4.block_sub-title {
  margin-top: 15px
}
.blocks .block .block_text p {
  position: relative;
  z-index: 9;
  color: #fff;
  margin-top: 15px;
  line-height: 24px;
  width: 211px;
}
.blocks .block .block_text .btn_wrapper {
  position: relative;
  z-index: 9;
}
.blocks .block .block_text .btn_wrapper .btn {
  margin-top: 21px;
}
.blocks .block .block_text .btn_wrapper .btn .btn_main {
  width: 104px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 13px 0 12px;
}
.blocks .block .block_text .btn_wrapper .btn .btn_slide div {
  width: 104px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 0 12px;
}
.blocks .block .block_text__1:after {
  background: #2b481e;
}
.blocks .block .block_text__1 .btn_slide_wrapper {
  background: #132909;
}
.blocks .block .block_text__1 .btn_slide_wrapper .btn_slide {
  background: #310909;
}
.blocks .block .block_text__1 h4 a:hover {
  color: #310909;
}
.blocks .block .block_text__2:after {
  background: #2b1750;
}
.blocks .block .block_text__2 .btn_slide_wrapper {
  background: #190a34;
}
.blocks .block .block_text__2 .btn_slide_wrapper .btn_slide {
  background: #05132b;
}
.blocks .block .block_text__2 h4 a:hover {
  color: #05132b;
}
.blocks .block .block_text__3:after {
  background: #102242;
}
.blocks .block .block_text__3 .btn_slide_wrapper {
  background: #05132b;
}
.blocks .block .block_text__3 .btn_slide_wrapper .btn_slide {
  background: #190a34;
}
.blocks .block .block_text__3 h4 a:hover {
  color: #190a34;
}
.blocks .block .block_text__4:after {
  background: #4c1515;
}
.blocks .block .block_text__4 .btn_slide_wrapper {
  background: #310909;
}
.blocks .block .block_text__4 .btn_slide_wrapper .btn_slide {
  background: #132909;
}
.blocks .block .block_text__4 h4 a:hover {
  color: #132909;
}
/* Big Info
=============================================*/
.big-info {
  padding: 66px 0 61px;
  border-bottom: 1px solid #bbbbbb;
}
.big-info h3 {
  font-size: 45px;
  line-height: 45px;
}
.big-info h3.big-info_subtitle {
  font-weight: 400;
  color: #000000;
  text-transform:none;
}
.big-info p {
  font: 18px/24px 'PT Sans Narrow', 'Arial Narrow', sans-serif;
  color: #333333;
  margin-top: 21px;
}
.big-info p strong {
	font-weight:bold;
}
/* Info
=============================================*/
.info {
  padding: 56px 0 70px;
}
.info h3 {
  margin-top: 39px;
  padding-bottom: 35px;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 25px;
}
.info h4 {
  font: 20px/26px 'PT Sans Narrow', 'Arial Narrow', sans-serif;
  color: #535353;
  font-weight: 700;
  margin-bottom: 28px;
}
.info .p__title {
  margin-bottom: 10px;
}
.info > div > ul > li {
  margin-bottom: 30px;
}
.info .list li {
  color: #817f7f;
  font-weight: 400;
}
.info .list li a:before {
  background: #edd252;
}
.info .list li a:hover {
  color: #121212;
}
.info .list li a:hover:before {
  background: #93b848;
}
.info-hor_block {
  margin-bottom: 30px;
}
.info-hor_block img {
  width: auto;
  height: auto;
  float: left;
  margin-right: 22px;
}
.info-hor_block .info-hor_text {
  overflow: hidden;
  padding: 20px 0 21px;
}
/* Info Column
=============================================*/
.info-col {
  padding: 94px 0 99px;
}
.info-col h3 {
  padding-bottom: 35px;
  border-bottom: 1px solid #fff;
  margin-bottom: 34px;
  color: #fff;
}
.info-col .box {
  background: #2b481e;
}
.info-col_block {
  padding: 34px 29px 14px;
}
.info-col p {
  color: #fff;
  margin-bottom: 30px;
}
/* Full Width Info
=============================================*/
.full-width-info {
  margin-top: 99px;
  margin-bottom: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #e3e3e3;
}
.full-width-info > div {
  background: #fff;
}
.full-width-info h3 {
  font: 48px/48px 'PT Sans Narrow', 'Arial Narrow', sans-serif;
  color: #121212;
  font-weight: 400;
}
.full-width-info_block {
  padding: 100px 0 85px;
}
.full-width-info_block img {
  width: auto;
  height: auto;
  float: left;
  margin-right: 21px;
  margin-top: 5px;
}
.full-width-info_block p {
  font: 14px/18px 'PT Sans Narrow', 'Arial Narrow', sans-serif;
  color: #888787;
  text-transform: uppercase;
  margin-top: 17px;
}
.full-width-info_link {
  font: 18px/18px 'PT Sans Narrow', 'Arial Narrow', sans-serif;
  text-transform: uppercase;
  color: #434343;
  display: inline-block;
  margin-top: 49px;
  position: relative;
}
.full-width-info_link:after {
  content: '';
  display: block;
  width: 7px;
  height: 13px;
  background: url(../images/arrow.png);
  margin-left: 15px;
  position: absolute;
  top: 2px;
  right: -15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.full-width-info_link:hover:after {
  right: -25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.full-width-info-1 {
  background: url(../images/page-1_bg-2.jpg) no-repeat;
  background-size: cover !important;
  background-position: center top;
  margin-bottom: 3px;
  padding: 64px 0 48px;
}
.full-width-info-1 h3 {
  font: 40px/48px 'PT Sans Narrow', 'Arial Narrow', sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.9px;
  text-shadow: 1px 1px 1px #4e6147;
  display: inline-block;
  margin-top: -11px;
}
.full-width-info-1 p {
	color:#fff;
}
.full-width-info-1__style {
  padding: 2px 0 0;
  border-top: 1px solid #e3e3e3;
  background: none;
  margin: 0;
  background: #fff;
}
.full-width-info-1__style > div {
  background: url(../images/page-1_bg-2.jpg) no-repeat;
  background-size: cover !important;
  background-position: center top;
  padding: 64px 0 48px;
}
.full-width-info-2 {
  border-top: 1px solid #e1e1e1;
  padding-top: 2px;
  background: #fff;
}
.full-width-info-2 > div {
  padding: 64px 0 54px;
  background: url(../images/page-2_bg-1.jpg) no-repeat;
  background-size: cover !important;
  background-position: right top;
}
.full-width-info-2 h3 {
  font: 40px/48px 'PT Sans Narrow', 'Arial Narrow', sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.9px;
  text-shadow: 1px 1px 1px #4e6147;
  display: inline-block;
  margin-top: -11px;
  margin-bottom: 52px;
}
.full-width-info-2 .p__title {
  margin-top: 25px;
  color: #fff;
}
/* List
=============================================*/
.list li {
  font: 14px/14px 'PT Sans Narrow', 'Arial Narrow', sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 22px;
  padding-left: 16px;
}
.list li a {
  position: relative;
}
.list li a:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #f5ee38;
  position: absolute;
  top: 6px;
  left: -16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.list li a:hover {
  color: #f5ee38;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.list li a:hover:before {
  background: #f4f4f4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.list2 li {
  font: 14px/14px 'PT Sans Narrow', 'Arial Narrow', sans-serif;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 22px;
  padding-left: 16px;
}
.list2 li span {
  position: relative;
}
.list2 li span:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #2b481e;
  position: absolute;
  top: 6px;
  left: -16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
ul.list3 {
	margin-bottom:25px !important;
}
.list3 li {
  font: 16px/22px 'PT Sans Narrow', 'Arial Narrow', sans-serif;
  font-weight: 400;
  color: #333;
  padding-left: 16px;
  margin-bottom:8px;
}
.list3 li span, .list3 li a {
  position: relative;
}
.list3 li span:before, .list3 li a:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #2b481e;
  position: absolute;
  top: 9px;
  left: -16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/* Subscribe Form
=============================================*/
.subscribe-form {
  background: #fff;
  padding: 27px 0 34px;
}
.subscribe-form_text {
  display: inline-block;
  float: left;
}
.subscribe-form_text h3 {
  font-size: 30px;
  line-height: 30px;
  color: #121212;
  font-weight: 700;
  text-transform: uppercase;
}
.subscribe-form_text h3.subscribe-form_subtitile {
  font-size: 18px;
  line-height: 18px;
  color: #919192;
  font-weight: 400;
}
.subscribe-form_text p {
  font-size: 13px;
  line-height: 13px;
  color: #9a9a9a;
  text-transform: uppercase;
  margin-top: 8px;
}
.subscribe-form_form {
  display: inline-block;
  float: right;
  margin-top: 19px;
}
/* Client Banners
=============================================*/
.client-banners {
  padding: 46px 0 48px;
  background: #fdc65e;
}
.client-banners li {
  display: inline-block;
  margin-right: 99px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.client-banners li:last-child {
  margin-right: 0;
}
.client-banners li:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@-webkit-keyframes client-banners-pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes client-banners-pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.client-banners li:hover {
  -webkit-animation-name: client-banners-pulse;
  animation-name: client-banners-pulse;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
/* Info Indent
=============================================*/
.info-indent {
  padding: 50px 0 50px;
}
.info-indent h3 {
  margin-top: 39px;
  padding-bottom: 34px;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 29px;
}
.info-indent_block {
  margin-bottom: 35px;
}
.info-indent_numb {
  width: 89px;
  height: 93px;
  float: left;
  margin-right: 20px;
  position: relative;
  margin-top: 4px;
}
.info-indent_numb:before {
  content: attr(data-number);
  font: 42px/42px 'PT Sans Narrow', 'Arial Narrow', sans-serif;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 27px;
  left: 35px;
}
.info-indent_numb__1 {
  background: #ebcd3f;
}
.info-indent_numb__2 {
  background: #fba400;
}
.info-indent_numb__3 {
  background: #ff856c;
}
.info-indent_numb__4 {
  background: #9bc647;
}
.info-indent_numb a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9;
}
.info-indent_text {
  overflow: hidden;
}
.info-indent_text .p__title {
  margin-bottom: 4px;
}
/* Quotes
=============================================*/
.quotes {
  padding: 50px 0 90px;
}
.quotes h3 {
  margin-top: 39px;
  padding-bottom: 34px;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 29px;
}
.quotes .quote {
  margin-bottom: 30px;
}
.quotes .quote:last-child {
  margin-bottom: 0;
}
.quotes .quote_author {
  margin-top: 36px;
}
.quotes .quote_author img {
  width: auto;
  height: auto;
  float: left;
  margin-right: 9px;
  margin-top: 8px;
}
.aside-img {
  border: 1px solid #b1b1b1;
}
.quotes .quote_author_text {
  overflow: hidden;
}
.quotes blockquote {
  background: #fff;
  border: 1px solid #b1b1b1;
  padding: 25px 9px 31px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.quotes blockquote:after,
.quotes blockquote:before {
  top: 100%;
  left: 14.3859649122807%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.quotes blockquote:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-top-width: 24px;
  border-left-width: 0px;
  border-right-width: 32px;
}
.quotes blockquote:before {
  border-color: rgba(177, 177, 177, 0);
  border-top-color: #b1b1b1;
  border-top-width: 26px;
  border-left-width: 0px;
  border-right-width: 34px;
  margin-left: -1px;
}
.quotes blockquote p {
  font: 16px/21px 'PT Sans Narrow', 'Arial Narrow', sans-serif;
  color: #817f7f;
  margin-top: -30px;
}
.quotes blockquote p.quote_symbol {
  font: 60px/50px 'PT Sans Narrow', 'Arial Narrow', sans-serif;
  color: #817f7f;
  margin-top: 0;
}
/* Gallery
=============================================*/
.gallery {
  padding: 55px 0 57px;
}
.gallery h3 {
  margin-top: 39px;
  padding-bottom: 34px;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 29px;
}
.gallery li {
  margin-bottom: 38px;
}
.gallery_text {
  overflow: hidden;
}
.gallery .thumbs_img {
  width: auto;
  height: auto;
  margin-right: 26px;
  margin-top: 3px;
  float: left;
}
.gallery .thumbs_img div {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gallery .thumbs_img div > .lbHover {
  background: #272727;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.gallery .thumbs_img div > .lbHover div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gallery .thumbs_img div > .lbHover div:after {
  content: '\f002';
  font-family: 'FontAwesome';
  font-size: 50px;
  line-height: 50px;
  color: #fcb200;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.gallery .thumbs_img div:hover > .lbHover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.gallery .thumbs_img div:hover > .lbHover div:after {
  opacity: 0.9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/* Blog
=============================================*/
.blog {
  padding: 50px 0 100px;
  border-bottom: 1px solid #ababab;
}
.blog h3 {
  margin-top: 39px;
  padding-bottom: 34px;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 25px;
}
.blog .post {
  margin-bottom: 45px;
}
.blog .post img {
  width: auto;
  height: auto;
  float: left;
  margin-right: 24px;
  margin-top: 7px;
}
.blog .post_text {
  overflow: hidden;
}
.blog .post_info {
  padding: 7px 0 20px;
}
.blog .post_info time,
.blog .post_info p {
  display: inline-block;
  margin-right: 23px;
}
.blog .post_info time:before {
  content: 'ï³';
  font-family: 'FontAwesome';
  font-size: 13px;
  line-height: 13px;
  color: #fdc65e;
  padding-right: 8px;
}
.blog .post_info .post_author:before {
  content: 'ï€‡';
  font-family: 'FontAwesome';
  font-size: 13px;
  line-height: 13px;
  color: #fdc65e;
  padding-right: 8px;
}
.blog .post_info .post_like:before {
  content: 'ï‚‡';
  font-family: 'FontAwesome';
  font-size: 13px;
  line-height: 13px;
  color: #fdc65e;
  padding-right: 8px;
}
/* Contacts & Feedback
=============================================*/
.map {
  width: 100%;
  margin-bottom: 25px;
}
.map iframe {
  border: none;
  width: 100%;
  height: 323px;
}
.contact {
  padding: 50px 0 10px;
}
.contact h3 {
  margin-top: 39px;
  padding-bottom: 34px;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 25px;
}
.contact .contact_details {
  width: 100%;
  height: 70px;
  clear: both;
}
.contact .contact_details .contact_details_block {
  margin-top: 20px;
  float: left;
  width: 240px;
  height: 70px;
}
.contact .contact_details .contact_details_block i {
  font-size: 50px;
  line-height: 50px;
  color: #fdc65e;
  float: left;
  min-width: 60px;
}
.contact .contact_details .contact_details_block i.fa-envelope {
  font-size: 44px;
  line-height: 44px;
}
.contact .contact_details .contact_details_block .contact_details_text {
  line-height: 24px;
}
.contact .contact_details .contact_details_block .contact_details_text span {
  display: inline-block;
  min-width: 82px;
}
.contact .contact_details .contact_details_block .contact_details_text a {
  color: #fdc65e;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.contact .contact_details .contact_details_block .contact_details_text a:hover {
  color: #cadfaa;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.contact .contact_details_block__indent {
  width: 320px !important;
}
.feedback {
  padding: 55px 0 30px;
}
.feedback h3 {
  margin-top: 39px;
  padding-bottom: 34px;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 25px;
}
/* More Text
=============================================*/
.more-text {
  padding: 50px 0 10px;
}
.more-text h3 {
  margin-top: 39px;
  padding-bottom: 34px;
  border-bottom: 1px solid #817f7f;
  margin-bottom: 8px;
}
.more-text p {
  margin-bottom: 25px;
}
.more-text_title {
  color: #121212;
  font-weight: 700;
  margin-bottom: 0 !important;
  vertical-align:middle;
}

/*************************************
            TESTING
*************************************/

/*added more-text_subtitle to make subtitles gray*/
.more-text_subtitle {
  font-weight: 700;
  margin-bottom: 0 !important;
}

#listed-bullets {
  list-style: inherit;
}

/*************************************
          END TESTING
*************************************/


/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding: 55px 0 50px;
  background: url(../images/bg-1.jpg);
}
#footer .copyright {
  border-top: 1px solid #bbbbbb;
  margin-top:25px;
  padding:10px 0;
  font-size:14px;
  color:#121212;
}
#footer h4 {
  font: 20px/24px 'PT Sans Narrow', 'Arial Narrow', sans-serif;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  margin:10px 0px;
}
#footer .information {
  color: #121212;
  font-size: 14px;
  line-height: 22px;
}
#footer .information img {
  width: auto;
  height: auto;
}
#footer .information_logo {
  margin-bottom: 6px;
}
#footer .information_social {
  margin-top: 29px;
}
#footer .information_social li {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #393939;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#footer .information_social li a {
  display: block;
  width: 100%;
  height: 100%;
}
#footer .information_social li a i {
  font-size: 22px;
  line-height: 22px;
  color: #393939;
  position: relative;
}
#footer .information_social li a i:before {
  position: absolute;
  top: 9px;
  left: 11px;
}
#footer .information_social li a i.fa-facebook:before {
  left: 14px;
}
#footer .information_social li a i.fa-pinterest:before {
  left: 10px;
}
#footer .information_social li:hover {
  background: #fba400;
  border-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#footer .information_direction {
  padding-top: 15px;
}
#footer .information_direction img {
  width: auto;
  height: auto;
  float: left;
  margin-right: 7px;
  margin-top: 4px;
}
#footer .information_direction_text {
  overflow: hidden;
  font: 14px/22px 'PT Sans Narrow', 'Arial Narrow', sans-serif;
  color: #6d6d6d;
}
#footer .information_direction_text a {
  display: inline-block;
  margin-top: 22px;
  color: #000000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#footer .information_direction_text a:hover {
  color: #fba400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#footer .information_contact {
  padding-top: 15px;
}
#footer .information_contact div {
  min-height: 42px;
}
#footer .information_contact img {
  width: auto;
  height: auto;
  float: left;
  margin-right: 7px;
  margin-top: 4px;
}
#footer .information_contact_text {
  overflow: hidden;
  font: 14px/22px 'PT Sans Narrow', 'Arial Narrow', sans-serif;
  color: #6d6d6d;
}
#footer .information_contact_text > p {
  padding-top: 4px;
}
#footer .information_contact_text a {
  display: inline-block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#footer .information_contact_text a:hover {
  color: #fba400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES
=========================================================*/
@media only screen and (max-width: 1199px) {
  .blocks {
    background-size: cover !important;
  }
  .blocks .block .block_text {
    padding: 15px 45px 5px 26px;
  }
  .blocks .block .block_text h4 {
    font-size: 20px;
    line-height: 20px;
  }
  .blocks .block .block_text h4.block_sub-title {
    font-size: 14px;
    margin-top: 0px;
  }
  .blocks .block .block_text p {
    width: 146px;
    margin-top: 10px;
  }
  .blocks .block .block_text .btn_wrapper .btn {
    margin-top: 7px;
  }
  .subscribe-form_form {
    float: left;
    margin-top: 30px;
  }
  .subscribe-form_form #form1 {
    margin-left: -3px;
  }
  .client-banners {
    padding-bottom: 28px;
  }
  .client-banners li {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .blocks .block:hover .block_text {
    right: 0;
    left: 53.84615384615385%;
  }
}
@media only screen and (max-width: 979px) {
  .blocks .block {
    width: 66%;
    margin: 0 17%;
  }
  .full-width-info_block {
    padding: 30px 0;
  }
  .full-width-info_block img {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .full-width-info-1 h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .gallery .thumbs_img {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    height: auto;
  }
  .contact .contact_details {
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  #header .header_icon {
    display: none;
  }
  h1 {
    float: none;
  }
  .blocks .block {
    width: 100%;
    margin: 0;
  }
  .blocks .block .block_text {
    padding-top: 45px;
  }
  .blocks .block .block_text p {
    display: none;
  }
  .blocks .block .block_text .btn_wrapper .btn {
    margin-top: 20px;
  }
  .blocks .block:hover .block_text {
    right: 0;
    left: 53.84615384615385%;
  }
  .full-width-info-1 h3 {
    margin-bottom: 30px;
  }
  .info-indent {
    padding: 25px 0;
  }
  .quotes {
    padding: 5px 0 25px;
  }
  .full-width-info-2 .p__title {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .info-col {
    padding: 30px 0;
  }
  .info {
    padding: 20px 0;
  }
  .blog {
    padding: 5px 0;
  }
  .blog .post img {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .contact .contact_details {
    height: 200px;
  }
  #footer {
    padding-top: 20px;
  }
  #footer h4 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .blocks .block .block_text {
    padding-top: 25px;
  }
  .blocks .block .block_text .btn_wrapper {
    display: none;
  }
  .blog .post img {
    width: 100%;
    height: auto;
  }
}
/*Core variables and mixins*/
