body {
  font-family: 'lato', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  background: #fafafa;
}

main {
  overflow: hidden;
  display: block;
  clear: both;
}

/* 
---------------------------------------------------
HEADERS 
---------------------------------------------------
*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1;
  color: #444;
  margin: 0 0 8px;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 50px;
  font-weight: 900;
}

h3 {
  font-size: 45px;
  font-weight: 900;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

h1 a:hover, a h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #d93e4e;
}

h2, h3 {
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 3px;
}

h6 {
  margin: 0 0 3px;
}

/* 
---------------------------------------------------
GENERAL STYLES 
---------------------------------------------------
*/
p {
  line-height: 1.6;
  color: #999;
  margin: 0 0 30px;
}

p:last-of-type {
  margin: 0;
}

p a {
  color: #d93e4e;
}

p a:hover {
  text-decoration: underline;
}

p small {
  font-size: 11px;
  color: #aaa;
  margin: 20px 0 0;
  display: block;
}

p small span {
  color: #d93e4e;
}

.big {
  font-size: 17px;
}

.light {
  font-weight: 300;
}

p strong {
  font-weight: 700;
  color: #444;
}

p em {
  font-style: italic;
}

.lCase {
  text-transform: none;
}

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

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

.highlight {
  color: #fff;
  background: #d93e4e;
  margin: 0 2px;
}

.no-border {
  border: 0;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear {
  clear: both;
}

.hide {
  display: none;
}

.pad-b-0 {
  padding-bottom: 0;
}

.round {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.rounded {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#totop {
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  background: rgba(41, 41, 41, 0.4);
  padding: 5px 10px 8px;
  position: fixed;
  display: none;
  right: 17px;
  bottom: 17px;
  z-index: 999;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#totop:hover {
  color: #fff;
  background: #d93e4e;
}

/* --- TEXT COLORS --- */
.text-white {
  color: white !important;
}

.text-lightest-grey {
  color: #cacaca !important;
}

.text-light-grey {
  color: #999999 !important;
}

.text-grey {
  color: #777777 !important;
}

.text-dark-grey {
  color: #444444 !important;
}

.text-red {
  color: #d93e4e !important;
}

.text-orange {
  color: #f6a856 !important;
}

.text-yellow {
  color: #bb9113 !important;
}

.text-lime {
  color: #72d23e !important;
}

.text-green {
  color: #00b400 !important;
}

.text-teal {
  color: #2bcdb8 !important;
}

.text-blue {
  color: #46ace7 !important;
}

.text-purple {
  color: #9770c6 !important;
}

.text-pink {
  color: #e656a0 !important;
}

/* --- BACKGROUND COLORS --- */
.bg-white {
  background-color: white !important;
}

.bg-light-grey {
  background-color: #999999 !important;
}

.bg-grey {
  background-color: #777777 !important;
}

.bg-dark-grey {
  background-color: #444444 !important;
}

.bg-black {
  background-color: black !important;
}

.bg-red {
  background-color: #d93e4e !important;
}

.bg-orange {
  background-color: #f6a856;
}

.bg-yellow {
  background-color: #bb9113 !important;
}

.bg-lime {
  background-color: #72d23e !important;
}

.bg-green {
  background-color: #00b400 !important;
}

.bg-teal {
  background-color: #2bcdb8 !important;
}

.bg-blue {
  background-color: #46ace7 !important;
}

.bg-purple {
  background-color: #9770c6 !important;
}

.bg-pink {
  background-color: #e656a0 !important;
}

/* --- MARGINS --- */
.mar-b-0 {
  margin-bottom: 0;
}

.mar-b-5 {
  margin-bottom: 5px;
}

.mar-b-10 {
  margin-bottom: 10px;
}

.mar-b-15 {
  margin-bottom: 15px;
}

.mar-b-20 {
  margin-bottom: 20px;
}

.mar-b-25 {
  margin-bottom: 25px;
}

.mar-b-30 {
  margin-bottom: 30px;
}

.mar-b-35 {
  margin-bottom: 35px;
}

.mar-b-40 {
  margin-bottom: 40px;
}

.mar-b-45 {
  margin-bottom: 45px;
}

.mar-b-50 {
  margin-bottom: 50px;
}

.mar-b-55 {
  margin-bottom: 55px;
}

.mar-b-60 {
  margin-bottom: 60px;
}

.mar-b-65 {
  margin-bottom: 65px;
}

.mar-b-70 {
  margin-bottom: 70px;
}

.mar-b-75 {
  margin-bottom: 75px;
}

.mar-b-80 {
  margin-bottom: 80px;
}

.mar-b-85 {
  margin-bottom: 85px;
}

.mar-b-90 {
  margin-bottom: 90px;
}

.mar-r-0 {
  margin-right: 0;
}

.mar-r-5 {
  margin-right: 5px;
}

.mar-r-10 {
  margin-right: 10px;
}

.mar-r-15 {
  margin-right: 15px;
}

.mar-r-20 {
  margin-right: 20px;
}

.mar-r-25 {
  margin-right: 25px;
}

.mar-r-30 {
  margin-right: 30px;
}

.mar-r-35 {
  margin-right: 35px;
}

.mar-r-40 {
  margin-right: 40px;
}

.mar-r-45 {
  margin-right: 45px;
}

.mar-r-50 {
  margin-right: 50px;
}

.mar-r-55 {
  margin-right: 55px;
}

.mar-r-60 {
  margin-right: 60px;
}

.mar-r-65 {
  margin-right: 65px;
}

.mar-r-70 {
  margin-right: 70px;
}

.mar-r-75 {
  margin-right: 75px;
}

.mar-r-80 {
  margin-right: 80px;
}

.mar-r-85 {
  margin-right: 85px;
}

.mar-r-90 {
  margin-right: 90px;
}

/* 
---------------------------------------------------
BLOCKQUOTES
---------------------------------------------------
*/
blockquote {
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  color: #bbb;
  background: #f1f1f1;
  border-left: 3px solid #d93e4e;
  margin: 20px 0 20px;
  padding: 14px 20px 14px 33px;
  position: relative;
  float: left;
  display: block;
}

blockquote.icon {
  font-style: normal;
  border: 0;
  margin: 20px 0 20px 36px;
  padding: 14px 20px 14px 56px;
}

blockquote.icon:before {
  content: "";
  width: 72px;
  height: 60px;
  background: #d93e4e url(../img/quote.png) no-repeat center/32px 20px;
  margin-top: -30px;
  position: absolute;
  left: -36px;
  top: 50%;
}

blockquote.alt, blockquote.icon.alt {
  background: 0;
}

/* 
---------------------------------------------------
DROPCAPS
---------------------------------------------------
*/
.dropcap {
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: #333;
  padding: 0 8px 0 0;
  position: relative;
  float: left;
}

.big .dropcap {
  font-size: 54px;
}

.dropcap-alt {
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #d93e4e;
  margin: 4px 10px 0 0;
  padding: 4px 12px 6px;
  float: left;
}

.big .dropcap-alt {
  font-size: 35px;
}

/* 
---------------------------------------------------
HORIZONTAL RULES 
---------------------------------------------------
*/
hr {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.07);
  margin: 0 auto;
  border: none;
  display: block;
  clear: both;
}

hr.short2px {
  max-width: 100px;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
}

.short .hr-left hr, .short .hr-right hr {
  max-width: 120px;
}

.hr-wrap {
  width: 100%;
  position: relative;
  display: table;
  top: -12px;
}

.hr-left, .hr-right, .hr-mid, .hr-full {
  display: table-cell;
  vertical-align: middle;
}

.hr-mid {
  padding: 0 13px;
}

.hr-left, .hr-right {
  width: 50%;
}

.hr-full {
  width: 100%;
}

.hr-left hr {
  float: right;
}

.hr-right hr {
  float: left;
}

.hr-wrap i {
  color: #d93e4e;
}

.hr-wrap .grey i {
  color: #ccc;
}

h5 + hr {
  margin: -4px 0 30px;
}

/* 
---------------------------------------------------
SOCIAL ICONS
---------------------------------------------------
*/
.fa-twitter:hover {
  color: #51aceb;
}

.fa-facebook:hover {
  color: #3c5898;
}

.fa-pinterest:hover {
  color: #cc1c2c;
}

.fa-dribbble:hover {
  color: #e24783;
}

.fa-vimeo-square:hover {
  color: #00b6e9;
}

.fa-rss:hover {
  color: #fc9643;
}

.sociallinks li {
  text-align: center;
  color: #777;
  display: inline-block;
}

.sociallinks li a i {
  width: 35px;
  height: 25px;
  padding-top: 10px;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.sociallinks li a i:hover {
  color: #fff;
  transition: all 0 0;
  -o-transition: all 0 0;
  -ms-transition: all 0 0;
  -moz-transition: all 0 0;
  -webkit-transition: all 0 0;
}

.sociallinks li a i.fa.fa-twitter:hover {
  background: #51aceb;
}

.sociallinks li a i.fa-facebook:hover {
  background: #3c5898;
}

.sociallinks li a i.fa-pinterest:hover {
  background: #cc1c2c;
}

.sociallinks li a i.fa-dribbble:hover {
  background: #e24783;
}

.sociallinks li a i.fa-rss:hover {
  background: #fc9643;
}

.sociallinks li a i.fa-vimeo-square:hover {
  background: #00b6e9;
}

.sociallinks p {
  color: rgba(255, 255, 255, 0.3);
  margin: 0 0 25px;
}

.sociallinks.alt li a i {
  height: 24px;
  margin: 0 2px;
  padding-top: 11px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.sociallinks.alt li a i:first-child {
  margin-left: 0;
}

.sociallinks.alt.dark li a i {
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

/* 
---------------------------------------------------
INPUTS
---------------------------------------------------
*/
input, input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title, textarea {
  font-family: 'lato', sans-serif;
  font-size: 14px;
  color: #bbb;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  padding: 11px 0 10px 14px;
  position: relative;
  display: inline-block;
  outline: none;
  -webkit-appearance: none;
  -webkit-transform: translateZ(0px);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.015);
  -moz-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.015);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.015);
  transform: translateZ(0px);
}

input[type=text]:focus, textarea:focus {
  color: #444;
}

input[type=submit]:hover {
  cursor: pointer;
}

/* 
---------------------------------------------------
ICON LISTS
---------------------------------------------------
*/
ul.list li {
  font-size: 14px;
  line-height: 1.2;
  color: #333;
  margin: 0 0 15px;
}

ul.list li:before {
  font-family: "FontAwesome";
  color: #333;
  margin: 0 10px 0 0;
}

ul.list.right li:before {
  float: right;
}

ul.ticked li:before {
  content: "\f00c";
  color: #89c245;
}

ul.cross li:before {
  content: "\f00d";
  color: #d93e4e;
}

ul.ring li:before {
  content: "\f10c";
  color: #d93e4e;
}

ul.plus li:before {
  content: "\f067";
}

ul.minus li:before {
  content: "\f068";
}

ul.thumbs-up li:before {
  content: "\f087";
  color: #58bde7;
}

ul.thumbs-down li:before {
  content: "\f088";
  color: #d93e4e;
}

ul.starred li:before {
  content: "\f005";
  color: #f5d554;
}

ul.file li:before {
  content: "\f016";
  color: #39cab5;
}

ul.map-marker li:before {
  content: "\f041";
  color: #f6a856;
}

ul.paperclip li:before {
  content: "\f0c6";
  color: #9462a4;
}

ul.arrow li:before {
  content: "\f054";
}

ul.arrow-thin li:before {
  content: "\f105";
}

ul.tags li:before {
  content: "\f02c";
}

ul.pencil li:before {
  content: "\f040";
}

/* --- TOOLTIP --- */
.tooltip {
  display: inline;
  position: relative;
}

.tooltip span {
  color: #d93e4e;
}

.tooltip:hover:after {
  content: attr(title);
  font-size: 14px;
  text-align: center;
  color: #fff;
  width: 150px;
  background: #333;
  margin-left: -135px;
  padding: 5px 15px;
  position: absolute;
  bottom: 25px;
  z-index: 999;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tooltip:hover:before {
  content: "";
  margin-left: -10px;
  border: solid;
  border-color: #333 transparent;
  border-width: 5px 8px 0 8px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 99;
}

/* 
---------------------------------------------------
IMAGE STYLES 
---------------------------------------------------
*/
img {
  max-width: 100%;
}

.img-wrap {
  position: relative;
  display: block;
  overflow: hidden;
}

.img-overlay {
  width: 100%;
  height: 100%;
  background: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.img-overlay:hover {
  background: rgba(41, 41, 41, 0.95);
}

.img-overlay div {
  width: 45px;
  height: 45px;
  background: #d93e4e;
  margin: -50px 0 0 -22px;
  position: absolute;
  top: -50%;
  left: 50%;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.img-overlay div:hover {
  background: #f86565;
  background-image: -o-linear-gradient(top, #f86565, #d93e4e);
  background-image: -ms-linear-gradient(top, #f86565, #d93e4e);
  background-image: -moz-linear-gradient(top, #f86565, #d93e4e);
  background-image: -webkit-linear-gradient(top, #f86565, #d93e4e);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.img-overlay:hover div.icon-only {
  margin-top: -23px;
}

.img-overlay:hover div {
  top: 50%;
}

.img-overlay header {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 80%;
  height: 37px;
  margin: 0px 0 -37px 10%;
  position: absolute;
  bottom: 0;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.img-overlay header span {
  font-size: 12px;
  font-size: 400;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 10px;
  display: block;
}

.img-overlay:hover header {
  margin-bottom: -50px;
  bottom: 50%;
}

.img-overlay i, .img-overlay p {
  font-size: 24px;
  color: #fff;
  margin: 11px 0 0 -12px;
  position: relative;
  left: 50%;
}

.img-overlay p {
  font-size: 35px;
  font-weight: 700;
  margin: -8px 0 0 -10px;
}

.portrait {
  max-width: 100%;
  position: relative;
  float: left;
}

.portrait:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 0 1px #eeeeee, inset 0 0 0 10px white;
  -moz-box-shadow: inset 0 0 0 1px #eeeeee, inset 0 0 0 10px white;
  -webkit-box-shadow: inset 0 0 0 1px #eeeeee, inset 0 0 0 10px white;
}

.img-wrap.thumbnail {
  margin: 0 19px 0 0;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.img-widget {
  margin-left: -2px;
}

.img-widget li {
  border-left-width: 2px;
  margin: 0 0 2px;
}

/* 
---------------------------------------------------
VIDEO EMBED WRAP
---------------------------------------------------
*/
.video-wrap {
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.video-wrap iframe, .video-wrap object, .video-wrap embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* 
---------------------------------------------------
WRAPPERS
---------------------------------------------------
*/
.wrap {
  background-color: #f8f8f8;
  background-repeat: inherit;
  background-position: top center;
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 0 rgba(0, 0, 0, 0.05);
}

.wrap-section {
  background: no-repeat center center / cover;
  padding: 70px 0px 35px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.wrap-section:before {
  content: "";
  width: 100%;
  height: 100%;
  padding: 0 0 1px;
  position: absolute;
  top: -1px;
  opacity: 0.9;
  z-index: -1;
}

.wrap-section.bg-dark-grey:before {
  background-color: #d93e4e;
}

.wrap-section.bg-dark-grey:before {
  background-color: #292929;
}

.wrap.dark .title h4 {
  color: white !important;
}

.wrap.dark .title p {
  color: rgba(255, 255, 255, 0.6) !important;
}

.dark hr {
  background-color: rgba(255, 255, 255, 0.15) !important;
}

.bg-red i {
  color: #fff;
}

/* 
---------------------------------------------------
BOXED CONTENT
---------------------------------------------------
*/
.boxed {
  background: #fff no-repeat right bottom;
  border: 1px solid #eaeaea;
  padding: 20px;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.boxed:hover {
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.boxed.wheel {
  background-image: url(../img/wheel.jpg);
}

.boxed.frost {
  background-image: url(../img/frost.jpg);
}

.boxed.wrench {
  background-image: url(../img/wrench.jpg);
}

.boxed.mot {
  background-image: url(../img/mot.jpg);
}

.boxed h2, .boxed h3 {
  color: #d93e4e;
}

.boxed.dark {
  text-align: center;
  background: #4e4e4e url(../img/hunter-bg.png) no-repeat top center/cover;
  border: 1px solid #333;
  padding: 40px;
  box-shadow: 0 1px 0 white, inset 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 white, inset 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0 white, inset 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.boxed.dark h2, .boxed.dark h3 {
  color: #fff;
}

.boxed.dark h4 {
  color: #eb4c59;
  margin: 0 0 23px;
}

.boxed.dark p {
  color: #ddd;
  max-width: 530px;
  margin: 0 auto 19px;
}

.hunter-logo {
  width: 229px;
  height: 53px;
  background: url(../img/hunter-x2.png) 0/229px 53px;
  margin: 0 auto 33px;
}

.quote {
  background-image: url(../img/quote-alt-x2.png);
}

.quote span {
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  color: #d93e4e;
}

.quote p {
  font-size: 13px;
  font-style: italic;
  color: #bbb;
  margin: 8px 0 0;
}

/* 
---------------------------------------------------
LOGO
---------------------------------------------------
*/
.logo {
  font-size: 0;
  width: 129px;
  height: 71px;
  background: url(../img/mte.png) no-repeat left center/129px 71px;
  margin: 25px 0 0;
  float: left;
}

#site-footer .logo {
  float: none;
  margin: 0 auto;
  display: block;
}

/* 
---------------------------------------------------
SITE HEADER
---------------------------------------------------
*/
#site-header {
  width: 100%;
  position: relative;
  z-index: 9999;
  background: no-repeat center center / cover;
  padding-bottom: 15px;
}

#site-header:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.95;
  z-index: -1;
}

#site-header .container {
  position: relative;
  /* --- IMPORTANT --- */
}

/* --- TOP BAR --- */
#top-links li a {
  font-size: 12px;
  font-weight: 400;
  margin: 10px 25px 12px 0;
  float: left;
  transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
}

#top-links li:last-child a {
  margin-right: 0;
}

#top-links li a i {
  margin: 0 5px 0 0;
}

#top-links li a small, #top-links li a i {
  transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
}

#logo-header {
  margin-top: 29px;
  float: left;
}

.sociallinks {
  float: right;
}

/* --- NAVIGATION --- */
#mobile-nav {
  width: 25%;
  float: left;
  display: none;
}

.selectbox {
  font-size: 0;
  width: 17px;
  height: 12px;
  background: url(../img/mm-icon.png) no-repeat center left/17px 12px;
  padding: 58px 0 44px;
  position: relative;
  float: left;
  display: inline-block;
  opacity: 0.5;
  zoom: 1;
}

.selectbox:hover {
  opacity: 1;
}

.selectbox select {
  width: 17px;
  height: 24px;
  opacity: 0;
  background: aqua;
  position: relative;
  top: -10px;
  cursor: pointer;
}

#mobile-nav select option {
  font-size: 12px;
  line-height: 2;
  color: #777;
  background: aqua;
  padding: 5px 10px;
}

#site-header nav ul {
  font-size: 12px;
  text-transform: uppercase;
  float: right;
}

#site-header nav > ul > li {
  font-weight: 700;
  margin: 0 0 0 50px;
  position: relative;
  float: left;
}

#site-header nav > ul > li:after {
  content: "/";
  color: rgba(255, 255, 255, 0.1);
  font-weight: 900;
  position: absolute;
  margin: -6px 0 0;
  right: -27px;
  top: 50%;
}

#site-header nav > ul > li:last-child:after {
  content: "";
}

#site-header nav ul li:first-child {
  margin: 0;
}

#site-header nav > ul > li > a {
  padding: 51px 0;
  display: block;
  transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
}

#site-header nav ul li i {
  font-size: 14px;
  line-height: 0.8;
}

#site-header nav ul li .cart-count {
  font-size: 10px;
  font-weight: 900;
  margin: 0 0 0 4px;
  padding: 4px 9px 5px;
  position: relative;
  top: -1px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
}

#site-header nav ul li:hover .cart-count {
  color: #fff;
  background: #d93e4e;
}

#site-header nav ul li a:hover, #site-header nav ul li:hover .cart-count {
  transition: all 0 0;
  -o-transition: all 0 0;
  -ms-transition: all 0 0;
  -moz-transition: all 0 0;
  -webkit-transition: all 0 0;
}

#site-header nav ul > li > ul, .cart-menu-inner {
  display: none;
}

#site-header nav > ul > li:hover ul, #site-header nav > ul > li:hover .cart-menu-inner {
  display: block;
}

#site-header nav ul li ul {
  font-weight: 400;
  text-transform: none;
}

#site-header nav > ul > li > ul, .cart-menu-inner {
  box-shadow: 0 -3px 0 #d93e4e, 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 -3px 0 #d93e4e, 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 -3px 0 #d93e4e, 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.05);
}

#site-header nav ul li .dropdown {
  position: absolute;
  top: 100%;
  left: -14px;
  z-index: 999;
}

#site-header nav ul li .dropdown li {
  float: none;
}

.dropdown li a, .megamenu-inner li a {
  color: #999;
  white-space: nowrap;
  padding: 14px 90px 13px 19px;
  display: block;
  transition: all 0 0;
  -o-transition: all 0 0;
  -ms-transition: all 0 0;
  -moz-transition: all 0 0;
  -webkit-transition: all 0 0;
}

.dropdown li a:hover, .megamenu-inner li a:hover {
  background: #d93e4e;
}

.dropdown li:hover a, .megamenu-inner li a:hover {
  color: #fff;
}

#site-header nav ul li.megamenu {
  position: inherit;
  /* --- IMPORTANT --- */
}

.megamenu-inner {
  position: absolute;
  left: 0;
  /* --- IMPORTANT --- */
  right: 0;
  /* --- IMPORTANT --- */
}

.megamenu-inner li {
  float: left;
  position: relative;
}

.megamenu-inner .megamenu-fourth {
  width: 25%;
}

.megamenu-inner .megamenu-third {
  width: 33.3%;
}

.megamenu-inner .megamenu-third:last-child {
  width: 33.4%;
}

.megamenu-inner .megamenu-half {
  width: 50%;
}

#site-header .megamenu-inner li:last-of-type {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.megamenu-inner li h6 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 18px 0 8px 20px;
  float: left;
}

.megamenu-inner li ul {
  width: 100%;
  float: left;
}

.megamenu-inner li ul li {
  width: 100%;
}

.megamenu-inner li ul li > a {
  padding: 14px 0 13px 20px;
}

.cart-menu {
  position: inherit;
}

.cart-menu-inner {
  position: absolute;
  right: 0;
}

.cart-menu-inner ul {
  padding: 0 20px;
  float: left;
}

.cart-menu-inner li {
  width: 310px;
  border-bottom: 1px solid;
  padding: 20px 0;
  float: left;
}

.cart-menu-inner li:last-child {
  border: 0;
}

.cart-menu-inner img, .cart-menu-inner p {
  float: left;
}

.cart-menu-inner img {
  margin: 0 15px 0 0;
}

.cart-menu-inner a h6 {
  font-size: 13px;
  line-height: 19px;
  margin: 2px 0 0;
  transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
}

.cart-menu-inner a h6:hover, .cart-menu-inner aside a:hover {
  color: #d93e4e;
  transition: color 0 0;
  -o-transition: color 0 0;
  -ms-transition: color 0 0;
  -moz-transition: color 0 0;
  -webkit-transition: color 0 0;
}

.cart-menu-inner p {
  font-size: 12px;
}

.cart-menu-inner aside {
  font-weight: 700;
  width: 310px;
  padding: 23px 20px;
  float: left;
}

.cart-menu-inner aside a {
  float: left;
  transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
}

.cart-menu-inner aside a:last-child {
  float: right;
}

/* --- SEARCH HEADER --- */
#header-search {
  width: 100%;
  position: absolute;
  bottom: 27px;
  display: none;
  z-index: 2;
}

#header-search input {
  font-size: 35px;
  font-weight: 300;
  width: 90%;
  background: 0;
  border: 0;
  margin: 15px 0 0;
  padding: 0;
  float: left;
}

#header-search input:focus {
  color: #fff;
}

#header-search input[type=submit] {
  display: none;
}

#search-close {
  font-size: 45px;
  font-weight: 300;
  float: right;
  top: 12px;
  right: -9px;
  position: relative;
  cursor: pointer;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
}

/* --- LIGHT HEADER --- */
.light-header {
  background: #fff no-repeat 0 999px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.015), 0 0 20px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.015), 0 0 20px rgba(0, 0, 0, 0.055);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.015), 0 0 20px rgba(0, 0, 0, 0.055);
}

.light-header:before {
  background: #fff;
}

.light-header nav > ul > li > a {
  color: rgba(41, 41, 41, 0.4);
}

.light-header nav > ul > li > a:hover, .light-header #top-links li a:hover {
  color: #333;
}

.light-header nav ul li .cart-count {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.light-header nav ul li:hover .cart-count {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.light-header h6 {
  color: #fff;
}

.light-header nav > ul > li > ul, .light-header .cart-menu-inner {
  background: #292929;
}

.light-header .cart-menu-inner aside {
  color: #aaa;
  background: #262626;
  border-top: 1px solid #343434;
}

.light-header .megamenu-inner > li {
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.05);
  -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.05);
}

.light-header .cart-menu-inner li {
  border-color: #343434;
}

.light-header #search-close {
  color: rgba(0, 0, 0, 0.4);
}

.light-header .sociallinks li, .light-header #top-links li a {
  color: rgba(41, 41, 41, 0.2);
}

.light-header hr {
  background: rgba(0, 0, 0, 0.05);
}

/* --- DARK HEADER --- */
.dark-header {
  background: no-repeat center;
}

.dark-header:before {
  background: #303030;
}

.dark-header nav > ul > li > a {
  color: rgba(255, 255, 255, 0.4);
}

.dark-header nav > ul > li > a:hover, .dark-header #top-links li a:hover small {
  color: #fff;
  transition: color 0 0;
  -o-transition: color 0 0;
  -ms-transition: color 0 0;
  -moz-transition: color 0 0;
  -webkit-transition: color 0 0;
}

.dark-header nav ul li .cart-count {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.dark-header nav ul li:hover .cart-count {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.dark-header .megamenu-inner header {
  color: #333;
}

.dark-header nav > ul > li > ul, .dark-header .cart-menu-inner {
  background: #fff;
}

.dark-header .cart-menu-inner aside {
  color: #777;
  background: #f5f5f5;
  border-top: 1px solid #f0f0f0;
}

.dark-header .megamenu-inner > li {
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.05);
}

.dark-header .cart-menu-inner li {
  border-color: #f2f2f2;
}

.dark-header #search-close {
  color: rgba(255, 255, 255, 0.4);
}

.dark-header .sociallinks li, .dark-header #top-links li a {
  color: rgba(255, 255, 255, 0.4);
}

.dark-header hr {
  background: rgba(255, 255, 255, 0.05);
}

#search-close:hover, .dark-header #top-links li a:hover i {
  color: #d93e4e;
  transition: color 0 0;
  -o-transition: color 0 0;
  -ms-transition: color 0 0;
  -moz-transition: color 0 0;
  -webkit-transition: color 0 0;
}

/* 
---------------------------------------------------
SITE FOOTER
---------------------------------------------------
*/
#site-footer {
  background: #303030 no-repeat center top / cover;
  padding: 65px 0 10px;
  position: relative;
  z-index: 1;
}

#site-footer:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.95;
  z-index: -1;
}

#site-footer .logo:after {
  content: "";
  margin: 0 0 125px 0;
  float: left;
}

#site-footer h6 {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 14px;
}

#site-footer hr {
  margin-bottom: 23px;
}

#site-footer nav {
  margin-bottom: 105px;
}

#site-footer nav ul li {
  font-size: 12px;
  margin: 0 0 15px;
}

#site-footer nav ul li a {
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

#site-footer nav ul li a:hover {
  transition: all 0 0;
  -o-transition: all 0 0;
  -ms-transition: all 0 0;
  -moz-transition: all 0 0;
  -webkit-transition: all 0 0;
}

#site-footer aside ul li {
  font-size: 15px;
  display: inline-block;
}

.fc-wrap {
  max-width: 540px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}

#footer-carousel {
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  margin: 0 0 125px;
}

.footer-nav .prev, .footer-nav .next {
  font-size: 26px;
  color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
}

.footer-nav .prev:hover, .footer-nav .next:hover {
  color: #fff;
}

.footer-nav .prev {
  left: 25px;
}

.footer-nav .next {
  right: 25px;
}

footer input[type=text] {
  font-size: 14px;
  color: #999;
  width: 50%;
  max-width: 295px;
  border-color: #414141;
  border-right: 0;
  background: #292929;
  margin: 24px 0 0;
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}

footer button {
  font-family: "Linecons";
  color: #fff;
  font-size: 15px;
  width: auto;
  height: 40px;
  border: 0;
  background: #d93e4e;
  margin: 0;
  padding: 11px 21px 12px 19px;
  position: relative;
  left: -3px;
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
}

footer img {
  margin: 7px 4px 0;
  display: inline-block;
}

/* --- LIGHT FOOTER --- */
.light-footer {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.015), 0 0 20px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.015), 0 0 20px rgba(0, 0, 0, 0.055);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.015), 0 0 20px rgba(0, 0, 0, 0.055);
}

.light-footer:before {
  background: #fff;
}

.light-footer .logo, .light-footer header, #site-footer.light-footer h6, .light-footer aside ul li:hover, .light-footer nav ul li a:hover {
  color: #292929;
}

.light-footer aside ul li, .light-footer nav ul li a, .light-footer small, light-footer .sociallinks li {
  color: rgba(41, 41, 41, 0.4);
}

/* --- DARK FOOTER --- */
.dark-footer:before {
  background: #292929;
}

.dark-footer header {
  color: #fff;
}

.dark-footer nav ul li a, .dark-footer small {
  color: rgba(255, 255, 255, 0.3);
}

.dark-footer nav ul li a:hover {
  color: #fff;
}

.dark-footer .sociallinks li {
  color: rgba(255, 255, 255, 0.75);
}

/* 
---------------------------------------------------
SLIDER BG
---------------------------------------------------
*/
.slider-bg {
  width: 100%;
  height: 510px;
  background: url(../img/vwbg.jpg) no-repeat center/cover;
  box-shadow: inset 0 -5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -5px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 -5px 8px rgba(0, 0, 0, 0.2);
}

.sub-header {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #eee;
  position: relative;
}

.sub-header span {
  font-size: 10px;
  text-transform: uppercase;
  color: #ccc;
  background: #fafafa;
  padding: 10px;
  position: relative;
  top: 5px;
}

/* 
---------------------------------------------------
PAGE HEADER
---------------------------------------------------
*/
#page-header {
  padding: 17px 0;
}

#page-header li {
  font-size: 12px;
  color: #aaa;
  margin: 0 10px 0 0;
  float: left;
  display: block;
}

#page-header li a i {
  font-size: 13px;
}

#page-header li a {
  transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
}

#page-header li a:hover {
  color: #d93e4e;
  transition: color 0 0;
  -o-transition: color 0 0;
  -ms-transition: color 0 0;
  -moz-transition: color 0 0;
  -webkit-transition: color 0 0;
}

#page-header .close p {
  font-size: 25px;
  font-weight: 300;
  color: #aaa;
  position: absolute;
  top: 3px;
  margin-left: -12px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#page-header .close p:hover {
  color: #d93e4e;
}

/* 
---------------------------------------------------
TITLES & CALLOUTS
---------------------------------------------------
*/
.title {
  text-align: center;
  margin-bottom: 30px;
}

.title p {
  font-size: 13px;
  max-width: 540px;
  margin: 0 auto;
}

.callout-1 {
  background: #eb4c59;
  border-bottom: 1px solid #cf3443;
  margin: 0 0 35px;
  padding: 30px 0;
   text-align: center;
}

.callout-1 .container .col {
  width: 100%;
  margin: 0;
  padding: 0 170px 0 0;
  position: relative;
  float: left;
}

.callout-1 p {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  max-width: 880px;
  float: left;
}

.callout-1 .btn {
  border: 1px solid #d34450 !important;
  margin: -19px 0 0;
  position: absolute;
  top: 50%;
  right: 0;
}

/* --- NEWSLETTER --- */
.newsletter {
  text-align: center;
  max-width: 540px;
  margin: 0 auto;
}

.newsletter input {
  max-width: 410px;
  margin: 15px 7px 0 0;
}

.btn.li_paperplane {
  font-size: 15px;
  padding: 11px 19px;
}

/* 
---------------------------------------------------
MAIN BLOG STYLES
---------------------------------------------------
*/
.rslides {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.rslides li {
  width: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.rslides_nav.rslides1_nav.prev, .rslides_nav.rslides1_nav.next {
  font-family: "FontAwesome";
  font-size: 20px;
  color: #fff;
  background: rgba(41, 41, 41, 0.6);
  margin-top: -35px;
  padding: 25px 14px 26px 15px;
  position: absolute;
  top: 50%;
  z-index: 9;
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
}

.rslides_nav.rslides1_nav.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}

.rslides_nav.rslides1_nav.prev:hover, .rslides_nav.rslides1_nav.next:hover {
  background: #d93e4e;
}

.img-slide-wrap {
  position: relative;
}

/* --- GENERAL --- */
.page-nav {
  text-align: center;
  margin: 30px 0 25px;
}

/* --- TAB POST --- */
.tabs article {
  border-bottom: 1px solid #f2f2f2;
  margin: 20px 0 0;
  padding: 0 0 7px 80px;
  position: relative;
}

.tabs div article:first-child {
  margin-top: 0;
}

.tabs div article:last-child {
  border: 0;
  padding-bottom: 0;
}

.tab-post-thumbnail {
  margin: 0 19px 0 0;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.tabs article h6 {
  font-size: 14px;
  padding: 4px 0 0;
}

/* --- READ PAGE PEEL --- */
.read:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/read.png) no-repeat center/25px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}

/* --- CLASSIC POST --- */
.classic-post article {
  margin: 40px 0;
}

.classic-post article:first-of-type {
  margin: 0 0 40px;
}

.classic-post article header {
  margin: 20px 0 0 190px;
}

.classic-post article header h4 {
  margin: 0 0 15px;
}

.classic-post article header .btn {
  font-size: 10px;
  margin: 20px 0 0;
}

.meta-cross {
  font-size: 12px;
  color: #bbb;
  width: 161px;
  margin: 29px 0 0;
  float: left;
}

.meta-cross li {
  text-align: center;
  width: 80px;
  padding: 20px 0;
  float: left;
}

.meta-cross li:nth-child(-n+2) {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 10px;
}

.meta-cross li:nth-child(2n+1) {
  border-right: 1px solid #e5e5e5;
}

.meta-cross li:nth-child(n+3) {
  padding-bottom: 8px;
}

.meta-cross li a:hover {
  color: #d93e4e;
}

.meta-cross i {
  font-size: 18px;
  text-align: center;
  color: #d93e4e;
  margin: 0 auto 6px;
  position: relative;
  display: block;
}

.share-icon {
  width: 18px;
  height: 19px;
  background: url(../img/share-icon.png) no-repeat center/18px 19px;
  top: -1px;
}

/* --- POST QUOTE --- */
.post-quote {
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  background: #292929;
  margin: 40px 0;
  padding: 50px 30px 46px;
  position: relative;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}

.post-quote:hover {
  background: #d93e4e;
}

.post-quote h5 {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  background: url(../img/quote-2.png) no-repeat center 0/47px 29px;
  padding: 60px 0 0;
}

.post-quote p {
  color: rgba(255, 255, 255, 0.4);
}

/* --- MODERN POST --- */
.modern-post:first-of-type {
  margin: -105px 0 0;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
}

.modern-post:nth-of-type(2n + 2) {
  background: #f8f8f8;
}

.modern-post article {
  max-width: 730px;
  margin: 0 auto 30px;
}

.modern-post article .img-wrap {
  max-width: 220px;
  margin: 0 auto 40px;
}

.modern-post article header {
  font-size: 15px;
  text-align: center;
}

.modern-post article header p a {
  margin: 26px 0 0;
  display: block;
}

.modern-post article ul li {
  font-size: 12px;
  color: #bbb;
  margin: 0 35px 30px 0;
  display: inline-block;
}

.modern-post article ul li:last-child {
  margin-right: 0;
}

.modern-post article ul li a:hover {
  color: #d93e4e;
}

.modern-post article ul li i {
  font-size: 14px;
  color: #d93e4e;
  margin: 0 8px 0 0;
  position: relative;
}

.modern-post.m-p2 {
  padding-top: 60px;
}

.modern-post.m-p2:first-of-type {
  margin: -75px 0 0;
}

.modern-post.m-p2 article {
  margin-bottom: 0px;
}

/* --- BOXED POST --- */
article .boxed {
  border-top: 0;
  padding: 17px 20px 0;
}

article .boxed h5 {
  margin: 0 0 12px;
}

article .boxed hr {
  margin: 24px 0 17px;
}

/* 
---------------------------------------------------
BLOG SIDEBAR STYLES
---------------------------------------------------
*/
.categories ul.list li {
  font-size: 13px;
  line-height: 1.1;
  width: 100%;
  position: relative;
}

.categories ul.list li:first-child {
  margin-top: 0;
}

.categories ul li a, .categories ul li:before {
  color: #bbb;
  transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}

.categories ul li:hover a {
  font-weight: 700;
  color: #333;
}

.categories ul li:hover:before {
  margin: 0 10px;
  color: #d93e4e;
}

.categories ul li span {
  font-size: 11px;
  text-align: center;
  color: #999;
  width: 18px;
  height: 15px;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  padding: 3px 0 0;
  float: right;
  position: relative;
  top: -3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.categories ul li:hover span {
  font-weight: 700;
  color: #fff;
  background: #d93e4e;
  border: 1px solid #d95151;
}

/* 
---------------------------------------------------
FADE IN
---------------------------------------------------
*/
.fadein {
  animation: fadein 2s;
  -o-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-ms-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#slider{
	margin-bottom: -15px;
	position: relative;
	z-index: 1;
}

#slider ul li{
	height: 560px;
	background: no-repeat top center;
	position: relative;
	
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-position: center center;
}







