/* ==========================================================
   INITIALIZE
=============================================================*/
/* BACKGROUND IMAGES
------------------------------------------------------ */
.page-bg {
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  -ms-background-size: cover!important;
  background-size: cover!important; }

.page-bg {
  background: url("/assets/img/backgrounds/new-bg.jpg") no-repeat center 0 fixed; }

/* SKIN COLOR CLASSES
------------------------------------------------------ */
.color-1 {
  color: #2c3e50; }

.color-1-bg {
  background-color: #2c3e50; }

.color-1-lighter-20pc {
  background-color: #507192; }

.color-2 {
  color: #b03823; }

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

.color-2-lighter-20pc {
  background-color: #de6e5b; }

/* RECIPES
-------------------------------------------------- */
.u-case {
  text-transform: uppercase; }

.l-case {
  text-transform: lowercase; }

.c-case {
  text-transform: capitalize; }

.italic {
  font-style: italic; }

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

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

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

.no-margin {
  margin: 0 !important; }

.no-margin-x {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.no-margin-y {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.no-margin-b {
  margin-bottom: 0 !important; }

.no-margin-t {
  margin-top: 0 !important; }

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

.no-pad {
  padding: 0 !important; }

.no-pad-t {
  padding-bottom: 0 !important; }

.no-pad-b {
  padding-top: 0 !important; }

.width-100pc {
  width: 100%; }

.width-90pc {
  width: 90%; }

.width-95pc {
  width: 95%; }

.width-80pc {
  width: 80%; }

.width-50pc {
  width: 50%; }

.clear {
  clear: both !important;
  visibility: hidden;
  display: block;
  height: 0; }

.clearfix:before, .clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  height: 0; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.v-center {
  display: table;
  height: 100%;
  width: 100%; }
  .v-center .center {
    display: table-cell;
    vertical-align: middle; }

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

  .no-float-xs {
    float: none !important; }

  .space-b-xs {
    margin-bottom: 30px; }

  .space-t-xs {
    margin-top: 30px; }

  .space-y-xs {
    margin-top: 15px;
    margin-bottom: 15px; } }
/* TRANSITIONS
-------------------------------------------------- */
.ts-1, .tts-1 .tts-1-target {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; }

.ts-1:hover, .tts-1:hover .tts-1-target {
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg); }

.ts-fadein, .tts-fadein .tts-fadein-target {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0; }

.ts-fadein:hover, .tts-fadein:hover .tts-fadein-target {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1; }

/* BOOTSTRAP RESETS
------------------------------------*/
.img-thumbnail,
.btn,
.btn-group .btn,
.btn-group .dropdown-menu,
.btn-group .btn,
.btn-group .btn:first-child:not(:last-child),
.btn-group .btn:last-child:not(:first-child),
.table-bordered,
.table-bordered tr:first-child th:first-child,
.table-bordered tr:first-child th:last-child,
.table-bordered tr:last-child td:first-child,
.table-bordered tr:last-child td:last-child,
.input-group .btn,
.input-group .dropdown-menu,
.input-group .form-control,
.input-group .input-group-addon,
.dropdown-menu,
.dropdown-menu .dropdown-submenu .dropdown-menu,
.form .form-control,
.form .btn,
.form-control,
.label,
.badge,
.alert,
.alert .btn,
.progress,
.breadcrumb,
.tooltip .tooltip-inner,
.popover,
.nav-list-panel,
.nav-tabs li > a,
.tabs-below .nav-tabs li > a,
.tabs-right .nav-tabs li > a,
.tabs-left .nav-tabs li > a,
.nav-tabs .dropdown-menu,
.tabs-below .nav-tabs .dropdown-menu,
.nav-pills li a,
.nav-pills .dropdown-menu,
.navbar,
.navbar .dropdown-menu,
.progress-bar, .progress
.pagination li:first-child a,
.pagination li:first-child span,
.pagination li:last-child a,
.pagination li:last-child span,
.pager li a:hover,
.pager li a:focus,
.panel-group .panel,
.panel-group .panel-heading,
.panel-group .panel-body,
.breadcrumb-arrow li:first-child a,
pre, code, .container .jumbotron {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -o-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none; }

/* BUTTONS
-------------------------------------------------- */
.btn {
  text-transform: capitalize;
  color: #fff;
  border: 0; }
  .btn:hover, .btn:active, .btn:focus {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #fff; }

.btn-thicker {
  padding: 12px 24px; }

.btn-primary {
  background-color: #2c3e50; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #273748;
    color: #fff;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    outline: none; }

.btn-secondary {
  background-color: #bf5f4f; }

.btn-white, .btn-secondary, .btn-color {
  color: #fff; }
  .btn-white:hover, .btn-secondary:hover, .btn-color:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
    background-image: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
    background-image: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
    background-image: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
    background-image: linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%); }

.btn-white {
  background-color: #fff;
  color: #b03823; }
  .btn-white:hover {
    color: #b03823; }

.btn-outline {
  color: #fff;
  border: 1px solid #fff; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    background: #b03823;
    color: #fff;
    border: 1px solid #fff; }

.btn i {
  margin: 0 10px 0 0;
  text-shadow: none;
  font-weight: normal;
  font-size: 1.2em; }

.btn-default {
  background: #F5F5F5;
  border: 1px solid #ddd;
  color: #666; }
  .btn-default:hover {
    background: #eee;
    border: 1px solid #ddd; }

.btn-default.no-border {
  border: none; }

.btn-search:after {
  font-family: "FontAwesome";
  content: "\f002"; }

.split-buttons {
  margin: 0 auto;
  position: relative;
  width: 350px; }

.split-buttons span {
  background: #323740;
  bottom: 0;
  color: #FFFFFF;
  display: block;
  font-style: italic;
  height: 30px;
  left: 0;
  line-height: 30px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1); }

.split-buttons .btn {
  display: inline-block;
  margin: 0;
  font: bold 16px "myriad-pro";
  padding: 18px 0;
  text-transform: uppercase;
  width: 50%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

/* TABS
---------------------------------------------------*/
.tab-pane {
  padding: 20px;
  border: 1px solid #dddddd;
  border-top: 0; }

.tab-content.no-border .tab-pane {
  padding: 20px 0;
  border: 0;
  background: none; }

.nav-tabs > li > a {
  color: #666;
  border: 1px solid #dddddd;
  border-bottom: 0;
  border-right-width: 0;
  margin: 0;
  background: #FAFAFA;
  font-size: 13px;
  padding: 12px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.nav-tabs > li:last-child > a, .nav-tabs > li:last-child.active > a {
  border-right-width: 1px !important; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-right-width: 0;
  border-top: 1px solid #b03823; }

.nav-tabs > li > a:hover {
  background: #b03823;
  color: #fff;
  border-color: #ddd;
  border-top: 1px solid #b03823; }

/* MODALS
-------------------------------------------------- */
.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 20px 0 -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 0 -10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 20px 0 -10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 20px 0 -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 0 -10px rgba(0, 0, 0, 0.1); }

.modal-header {
  border: none; }
  .modal-header .close {
    color: #fff;
    margin: 10px 20px 0 0;
    opacity: 0.9;
    font-size: 22px; }
  .modal-header .close:hover {
    opacity: 1; }

.modal-header .modal-title {
  background: #2c3e50;
  color: #fff;
  padding: 10px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

/* PROGRESS
-------------------------------------------------- */
.progress {
  height: 35px; }
  .progress.white-bg {
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #ddd;
    -moz-box-shadow: inset 0 0 0 1px #ddd;
    -o-box-shadow: inset 0 0 0 1px #ddd;
    -ms-box-shadow: inset 0 0 0 1px #ddd;
    box-shadow: inset 0 0 0 1px #ddd; }
  .progress .skill {
    font: normal 12px "myriad-pro";
    line-height: 35px;
    padding: 0;
    margin: 0 0 0 20px;
    text-transform: uppercase; }
    .progress .skill .val {
      float: right;
      font-style: normal;
      margin: 0 20px 0 0; }
    .progress .skill .fa {
      margin-right: 10px; }

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

/* PAGINATION
-------------------------------------------------- */
.pagination {
  margin-top: 40px;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 14px 0;
  width: 100%; }
  .pagination li a,
  .pagination li .atStart,
  .pagination li .this-page {
    border: 1px solid #ddd;
    padding: 0 14px;
    line-height: 35px;
    display: block;
    margin-right: 5px;
    color: #666;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important; }
    .pagination li a:hover,
    .pagination li .atStart:hover,
    .pagination li .this-page:hover {
      background: #b03823;
      border-color: #b03823;
      color: #fff; }
    @media (max-width: 767px) {
      .pagination li a,
      .pagination li .atStart,
      .pagination li .this-page {
        padding: 0 14px;
        line-height: 35px; } }
  .pagination li .atStart {
    color: #fff;
    background: #2c3e50;
    border: 1px solid #2c3e50; }
  .pagination li .this-page {
    color: #fff;
    background: #b03823;
    border-color: #b03823; }
  .pagination li:first-child a {
    color: #fff;
    background: #2c3e50;
    font-size: 15px;
    border-color: #2c3e50; }
    .pagination li:first-child a:hover {
      background: #b03823;
      border-color: #b03823; }
  .pagination li:last-child a {
    color: #fff;
    background: #2c3e50;
    border-color: #2c3e50;
    font-size: 15px; }
    .pagination li:last-child a:hover {
      background: #b03823;
      border-color: #b03823; }
  .pagination.align-center {
    width: 100%; }
    .pagination.align-center li {
      display: inline-block; }
      .pagination.align-center li a {
        margin-right: 1px; }

/* PANELS
-------------------------------------------------- */
.panel-default {
  background: #fff; }
  .panel-default .panel-heading {
    padding: 10px 15px;
    background: #e0dde0; }

.panel-group .panel {
  margin-bottom: 15px; }

.panel-heading .fa {
  margin-right: 7px; }

/* Wells
-------------------------------------------------- */
.awards .awards-intro {
  margin-bottom: 40px; }
.awards .well-sm {
  background: #f4f3f4;
  border: none;
  box-shadow: none;
  padding: 20px; }
.awards .well h2 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 18px;
  color: #b03823; }

/* JUMBOTRON
-------------------------------------------------- */
.container .jumbotron {
  background: #f8f8f8;
  border: 1px solid #dddddd;
  padding: 20px 30px 20px 30px; }

.jumbotron {
  margin-top: 10px; }
  .jumbotron p {
    font-size: 14px;
    margin: 0 0 20px 0; }
  .jumbotron h1 {
    font-size: 35px;
    text-transform: capitalize;
    margin: 0 0 25px 0;
    color: #666; }
  .jumbotron h2 {
    margin: 0 0 10px 0; }
  .jumbotron .btn.space {
    margin-right: 5px; }

/* TABLE
-------------------------------------------------- */
.table {
  border: 1px solid #ddd; }

.table tbody > tr > td, .table thead > tr > th {
  padding: 15px; }

/* CALLOUTS
-------------------------------------------------- */
.bs-callout {
  border-left: 3px solid #EEEEEE;
  margin-bottom: 20px;
  padding: 10px; }

.bs-callout h4 {
  margin: 0 0 5px 0; }

.bs-callout p {
  margin: 0; }

.bs-callout-warning {
  background-color: #FCF8F2 !important;
  border-color: #F0AD4E; }

.bs-callout-warning h4 {
  color: #F0AD4E; }

.bs-callout-danger {
  background-color: #FDF7F7;
  border-color: #D9534F !important; }

.bs-callout-danger h4 {
  color: #D9534F; }

.bs-callout-info {
  background-color: #F4F8FA;
  border-color: #5BC0DE !important; }

.bs-callout-info h4 {
  color: #5BC0DE; }

.bs-callout-success {
  background-color: #DFF0D8;
  border-color: #D6E9C6 !important; }

/* PRE
---------------------------------------------------*/
/* Recipes
---------------------------------------------------*/
.recipe img {
  margin-bottom: 40px; }
.recipe h2 {
  margin-top: 0; }
.recipe .jumbotron {
  margin-top: 0; }

/* TYPOGRAPHY
-------------------------------------------------- */
body {
  font: 14px "ff-dagny-web-pro", Arial, sans-serif;
  color: #666;
  line-height: 1.1;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-family: "myriad-pro";
  font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
  color: #2c3e50;
  margin: 19.6px 0 19.6px 0; }

h1 {
  font-size: 34px; }

h2 {
  font-size: 24px;
  margin-bottom: 8px; }

h3 {
  font-size: 21px;
  color: #b03823; }

h4 {
  font-size: 17px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 14px; }

h1 small {
  font-weight: 700;
  color: #b03823; }

p {
  margin-bottom: 19.6px;
  line-height: 19.6px; }

li {
  line-height: 19.6px; }

img + p {
  margin-top: 19.6px; }

hr {
  margin: 58px 0;
  border-color: #ddd; }

.dark-bg hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

h4 + hr {
  margin-top: 0;
  line-height: 1; }

a {
  color: #2c3e50; }

a:hover {
  text-decoration: none;
  color: black; }

a, a:focus, a:active {
  outline: 0;
  text-decoration: none; }

#footer a {
  color: #fff; }

h3 a {
  color: #b03823; }

blockquote {
  background: #F7F8F8;
  padding: 19.6px;
  margin: 0 0 19.6px 0;
  border-left: 5px solid #b03823;
  font-size: 13px; }

img {
  max-width: 100%;
  height: auto; }
  img.fill-w {
    width: 100%;
    height: auto; }
  img.cover {
    height: 100%;
    width: 100%; }

.dropcap {
  float: left;
  font-size: 32px;
  margin: 8px 5px 5px 0; }

.dropcap.circle {
  display: inline-block;
  text-align: center;
  line-height: 49.0px;
  width: 49.0px;
  margin: 5.6px 9.8px 0 0;
  color: #fff;
  background: #2c3e50;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

img.left {
  margin: 5.6px 19.6px 0 0;
  float: left; }

/* ICON LIST
-------------------------------------------------- */
ul.icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px; }
  ul.icon-list > li {
    line-height: 30px; }
    ul.icon-list > li > i {
      line-height: 20px;
      width: 20px;
      border-radius: 50%;
      text-align: center;
      font-size: 10px;
      display: inline-block;
      background: #b03823;
      color: #fff;
      margin: 0 10px 0 0;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      -o-box-sizing: content-box;
      -ms-box-sizing: content-box;
      box-sizing: content-box; }

/* ==========================================================
   LAYOUT MODULES
=============================================================*/
/* PAGES SETUP
-------------------------------------------------- */
html {
  background: url("/assets/img/backgrounds/new-bg.jpg") no-repeat center 0 fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  position: relative;
  display: block;
  height: 100%; }

body {
  background: rgba(255, 255, 255, 0);
  display: block;
  min-height: 100%; }

#page-wrapper {
  margin: 0 auto;
  background: none; }

.mb40 {
  margin-bottom: 40px; }

/* CONTENT BLOCKS
-------------------------------------------------- */
.content-block {
  background: #fff; }
  .content-block .container {
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .content-block .container {
        padding-top: 40px;
        padding-bottom: 40px; } }

/* INTRO BLOCK
-------------------------------------------------- */
.intro-block .container {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media (max-width: 767px) {
    .intro-block .container {
      padding-top: 40px;
      padding-bottom: 40px; } }

/* Main Column
-------------------------------------------------- */
/* Page Title
-------------------------------------------------- */
.page-title {
  /*
  	.container {
  		padding-top: $page-title-pad-y;
  		padding-bottom: $page-title-pad-y;

  		@media (max-width: 767px) {
  			padding-top: 40px;
  			padding-bottom: 40px;
  		}
  	}
  */ }
  .page-title .section-title {
    margin: 0 0 20px 0; }

/* SECTION TITLE
---------------------------------------------------*/
.section-title {
  margin: 0 0 40px 0;
  	/*
  h2 {
  		text-transform: uppercase;
  		margin: 0 0 20px 0;
  		line-height: 1;
  		font-size: 30px;
  		font-weight: normal;
  	}
  */ }
  .section-title h1 {
    margin-bottom: 10px; }
  .section-title p {
    display: inline-block;
    margin: 10px 0 0 0;
    font-size: 18px;
    color: #888;
    }
  .section-title .line {
    display: block;
    width: 240px;
    margin: 0;
    height: 4px;
    background: #2c3e50;
    position: relative; }
    .section-title .line:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 50%;
      background: #b03823; }
  @media (max-width: 991px) {
    .section-title h2 {
      font-size: 27px; }
    .section-title p {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .section-title h2 {
      font-size: 26px;
      margin-bottom: 10px; }
    .section-title p {
      font-size: 13px; }
    .section-title .line {
      width: 60px; } }

/* PAGE INFO
---------------------------------------------------*/
.page-info-block {
  padding: 0;
  margin: 0 0 10px 0; }
  .page-info-block .container {
    padding: 0; }

.page-info {
  padding: 6px;
  background: #f4f5f6;
  border-bottom: 1px dotted #dedede;
  border-top: 1px dotted #dedede;
  margin-top: -10px; }
  .page-info .search {
    margin-left: 0; }
  .page-info ol {
    padding: 0; }
  .page-info .breadcrumb {
    margin: 0; }
    .page-info .breadcrumb li {
      color: #666;
      line-height: 35px;
      font-size: 13px;
      text-transform: capitalize;
      display: inline-block; }
      .page-info .breadcrumb li i {
        background: #e9ebed;
        display: inline-block;
        text-align: center;
        line-height: 35px;
        width: 35px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
        .page-info .breadcrumb li i:hover {
          color: #fff;
          background: #a0a8b0; }
    .page-info .breadcrumb li + li:before {
      content: "\f105";
      font-family: "FontAwesome";
      padding: 0 10px; }
    .page-info .breadcrumb a {
      color: #666;
      display: inline-block; }
    .page-info .breadcrumb a:hover {
      color: #2c3e50;
      text-decoration: underline; }
  .page-info .page-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 0; }
    .page-info .page-links li {
      display: inline-block;
      font-size: 12px;
      margin: 0 3px; }
    .page-info .page-links i {
      text-align: center;
      display: inline-block;
      display: inline-block;
      text-align: center;
      line-height: 35px;
      width: 35px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -o-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      background: #dfe2e4;
      color: #2c3e50;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -o-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    .page-info .page-links a {
      display: block;
      color: #666; }
      .page-info .page-links a:hover i {
        color: #fff;
        background: #a0a8b0; }
    .page-info .page-links.pull-right {
      margin-right: 3px; }
  @media (max-width: 767px) {
    .page-info .breadcrumb {
      display: none; }
    .page-info .page-links i {
      display: inline-block;
      text-align: center;
      line-height: 30px;
      width: 30px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -o-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      font-size: 11px; }
    .page-info .page-links.pull-right {
      display: none; }
    .page-info .page-links.pull-left li:first-child {
      display: none; } }

/* SIDE WIDGETS
---------------------------------------------------*/
.side-widget {
  margin: 0 0 30px 0; }
  .side-widget h2 {
    margin-top: 0; }

.widget-title {
  color: #fff;
  background: #415161;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0 20px;
  line-height: 40px; }

.widget-title i {
  float: right;
  display: inline-block;
  line-height: 40px; }

/* SIDE POSTS
---------------------------------------------------*/
ul.side-posts {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.side-posts li {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #dddddd; }
    ul.side-posts li .image {
      width: 25%;
      height: auto;
      float: left; }
      ul.side-posts li .image img {
        padding: 3px;
        border: 1px solid #eee; }
    ul.side-posts li .text {
      width: 70%;
      height: auto;
      float: right; }
      ul.side-posts li .text a {
        display: block;
        color: #333;
        text-transform: capitalize;
        font-weight: 600; }
      ul.side-posts li .text span {
        font-size: 11px; }
    ul.side-posts li:last-child {
      border: none; }

/* SIDE LINKS
---------------------------------------------------*/
ul.side-links, ul.side-links > li > ul {
  list-style: none;
  padding: 0;
  margin: 0; }

ul.side-links > li {
  border-bottom: 1px solid #dddddd; }
  ul.side-links > li > i {
    margin: 0 10px 0 0; }
  ul.side-links > li > a {
    color: #666;
    line-height: 40px;
    padding: 0 0 0 20px;
    background: url("../images/arrow1.png") no-repeat 5px center; }
    ul.side-links > li > a:hover {
      color: #b03823; }
  ul.side-links > li > ul {
    display: none; }
    ul.side-links > li > ul > li > a {
      background: #f8f8f8;
      border-bottom: 1px dotted #dddddd;
      color: #666;
      display: block;
      line-height: 35px;
      padding: 0 20px 0 40px;
      font-size: 0.95em; }
    ul.side-links > li > ul > li:last-child > a {
      border: none; }
  ul.side-links > li > .toggle-children {
    background: #f8f8f8;
    color: #2c3e50;
    border: 1px solid #dddddd;
    cursor: pointer;
    display: block;
    float: right;
    font: normal 16px Arial;
    line-height: 20px;
    margin: 10px 0 0 0;
    text-align: center;
    width: 20px; }
    ul.side-links > li > .toggle-children:hover {
      background: #2c3e50;
      border: 1px solid #2c3e50;
      color: #fff; }
    ul.side-links > li > .toggle-children:before {
      content: "+"; }
    ul.side-links > li > .toggle-children.open:before {
      content: "-"; }

.breakline {
  display: block;
  width: 40%;
  height: 4px;
  background: #2c3e50;
  position: relative;
  margin: 40px auto; }

.breakline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background: #e74c3c; }

.votesection {
  padding: 20px 0;
  text-align: center; }

#thankyou .fa {
  color: green; }
#thankyou h2 {
  color: green; }

/* HEADER
-------------------------------------------------- */
#header {
  z-index: 999;
  background: none;
  min-height: 85px;
  border-bottom: 1px solid #ddd; }
  #header.fixed {
    position: fixed;
    top: 0;
    margin: 0 auto;
    width: 100%; }
  @media (max-width: 767px) {
    #header {
      position: relative; }
      #header.fixed {
        position: static; } }

@media (max-width: 991px) {
  .header .logo {
    padding-bottom: 20px; } }
.header .ad {
  padding-top: 0; }
  @media (max-width: 1024px) {
    .header .ad {
      padding-top: 14px; } }
.header .subscribe img{
  margin-left:10px;
  width:71px;
  height:95px;
}

.header .subscribe .col-sm-6{

  padding:0;

}

.header .small-subscribe{

    display: block;
    float: right;
    width: 50%;
    margin-bottom:0;

}

.header .small-subscribe .row .col-sm-6:first-child{

    width: 50%;
    float: left;

}

.header .small-subscribe .row .col-sm-6:last-child{

    width: 50%;
    float: right;
    padding-right:15px;

}

.header .small-subscribe .row .col-sm-6:last-child img{

    margin-left:0;
}

.header .small-subscribe .col-sm-6 p{

    font-size: 15px;

}

.header .small-subscribe .col-sm-6 p:first-child{

    font-size: 19px;

}

  .header .subscribe p {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "jaf-bernino-sans-condensed", sans-serif;
    font-weight: 800;
    line-height: 1;
    margin: 0;
    padding: 0; }
  .header .subscribe p:first-child {
    font-size: 22px;
    color: #b03823;
    margin-bottom: 14px; }
  .header .subscribe:hover p {
    color: #b03823; }
  .header .subscribe:hover p:first-child {
    color: #2c3e50; }

.header {
  background: #fff;
  padding: 20px 0 0 0;
  font-family: "adelle-sans", arial, lucida grande, helvetica, sans-serif; }

@media (max-width: 1200px) {

    .header .subscribe p:first-child{

        font-size:18px;

    }

    .header .subscribe p{

        font-size:15px;

    }

}


@media (max-width: 767px) {

    .header .small-subscribe .col-sm-6 p:first-child{

        font-size: 15px;

    }

}

/* Top Toolbar General
-------------------------------------*/
.toolbar {
  clear: both;
  position: relative;
  z-index: 900;
  font-family: "adelle-sans", arial, lucida grande, helvetica, sans-serif;
  background: #f4f4f4; }
  .toolbar a {
    text-decoration: none;
    color: #2c3e50; }

.tb-drop {
  position: relative; }

ul .tb-dropmenu {
  display: none;
  background: #ffffff;
  list-style: none;
  margin: 0;
  padding: 20px;
  padding-bottom: 0;
  top: 35px;
  position: absolute;
  left: 0;
  z-index: 500;
  -webkit-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 10px 10px;
  border: 1px solid #eeeeee;
  border-top: 0px; }
  ul .tb-dropmenu i {
    position: absolute;
    top: 5px;
    right: 10px; }
  ul .tb-dropmenu li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative; }
    ul .tb-dropmenu li a {
      display: block;
      padding: 5px 10px; }
    ul .tb-dropmenu li .drop-inner-content {
      margin-bottom: 0;
      padding-bottom: 0;
      min-width: 200px;
      max-width: 300px; }
      ul .tb-dropmenu li .drop-inner-content ul {
        display: block !important;
        padding: 0;
        margin-bottom: 20px; }
        ul .tb-dropmenu li .drop-inner-content ul li a {
          padding: 5px 0; }
    ul .tb-dropmenu li input {
      font-size: 13px; }
    ul .tb-dropmenu li .btn {
      margin-bottom: 10px; }
    ul .tb-dropmenu li p {
      text-align: center;
      line-height: 10px;
      font-size: 12px; }

/* Mobile specific */
/********************************/
@media (max-width: 47.938em) {
  .toolbar .container {
    padding: 0; }
  .toolbar .toolbar-menu {
    display: none;
    padding: 10px 0;
    margin: 0;
    background: #f4f4f4;
    text-align: center; }
    .toolbar .toolbar-menu li {
      padding: 2px 0;
      list-style: none; }
      .toolbar .toolbar-menu li a {
        padding: 0 6px; }
      .toolbar .toolbar-menu li .social {
        display: block;
        margin-right: -5px;
        padding-top: 10px;
        padding-bottom: 10px;
        list-style: none; }
        .toolbar .toolbar-menu li .social a {
          display: inline-block;
          padding: 0 5px;
          font-size: 20px;
          font-size: 1.25rem;
          background: #336699; }
    .toolbar .toolbar-menu .tb-drop {
      clear: both;
      display: block !important; }
      .toolbar .toolbar-menu .tb-drop a:hover {
        color: #ffffff;
        background-color: #2c3e50; }
      .toolbar .toolbar-menu .tb-drop .parent .active {
        color: #ffffff;
        background-color: #2c3e50; }
      .toolbar .toolbar-menu .tb-drop .tb-trigger {
        display: block;
        padding: 8px 0; }
        .toolbar .toolbar-menu .tb-drop .tb-trigger a:hover {
          color: #ffffff;
          background-color: #2c3e50; }
      .toolbar .toolbar-menu .tb-drop .tb-dropmenu {
        top: auto;
        position: relative;
        padding: 10px 20px; }
        .toolbar .toolbar-menu .tb-drop .tb-dropmenu li {
          text-align: center; }
          .toolbar .toolbar-menu .tb-drop .tb-dropmenu li a {
            padding: 8px 0; }
          .toolbar .toolbar-menu .tb-drop .tb-dropmenu li .drop-inner-content {
            padding: 0 10px;
            width: 100%;
            min-width: 100%;
            max-width: 100%; }
        .toolbar .toolbar-menu .tb-drop .tb-dropmenu i {
          position: relative;
          top: auto;
          right: auto; } }
/* Desktop Specific */
/***************************/
@media (min-width: 48em) {
  .toolbar {
    height: 35px;
    font-size: 100%;
    z-index: 2000; }
    .toolbar .toolbar-menu {
      list-style: none;
      margin: 0 auto;
      padding: 0;
      width: 100%;
      display: block !important;
      background: inherit; }
      .toolbar .toolbar-menu li {
        float: left;
        padding: 0 5px;
        line-height: 35px; }
      .toolbar .toolbar-menu li.dividerfresh {
        height: 17px;
        width: 1px;
        border-right: 1px solid #aaaaaa;
        margin: 8px 8px 0;
        padding: 0; }
      .toolbar .toolbar-menu li.left {
        float: left; }
      .toolbar .toolbar-menu li.right {
        float: right; }
      .toolbar .toolbar-menu a:not(.btn):hover {
        color: #ff6600; }

  .tb-drop {
    /*
    		a:not(.btn):hover {
    			color: #ff6600;
    		}
    */ }
    .tb-drop a {
      color: #222222;
      padding: 0;
      background: transparent; }

  ul .tb-dropmenu a:hover {
    color: #ffffff;
    background: #2c3e50; }
  ul .tb-dropmenu .active a {
    color: #ffffff;
    background: #2c3e50; }
  ul .tb-dropmenu .parent .active {
    color: #ffffff;
    background: #2c3e50; } }
#nav {
  font-family: "adelle-sans", arial, lucida grande, helvetica, sans-serif;
  margin-top: 10px; }

.logo-wrapper .advertising {
  text-align: center;
  padding: 20px 0 0 0;
  margin: 0; }

/*---------------------------[ #logo the smallest version for small devices ]---------------------------*/
/* --------- LOGO MOBILE -------- */
@media (min-width: 48em) {
  /*---------------------------[ #logo - logo tablet size centered ]---------------------------*/
  #logo {
    max-width: 100%;
    padding: 20px 0 0px;
    position: relative;
    text-align: center; }

  .header .logo-wrapper {
    max-width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    /* fast clearfix */ }

  .logo-wrapper .advertising {
    text-align: right;
    margin-bottom: 20px; }

  .logo-svg,
  .no-js #logo .fallbacklogo,
  .no-svg #logo .fallbacklogo {
    max-width: 100%;
    max-width: 240px;
    margin: 0 auto; } }
@media (min-width: 62em) {
  /*---------------------------[ #logo - logo biggest ]---------------------------*/
  #logo {
    padding: 20px 0 20px 0;
    float: left;
    text-align: left;
    width: 20%; }

  .header .logo-wrapper {
    margin: 0;
    overflow: hidden;
    /* fast clearfix */
    width: 100%; }

  .logo-wrapper .advertising {
    float: right;
    width: 70%;
    margin: 30px 0;
    padding: 0;
    text-align: right; }

  .logo-wrapper .advertising img {
    float: right; }

  .logo-svg,
  .no-js #logo .fallbacklogo,
  .no-svg #logo .fallbacklogo {
    width: 100%;
    max-width: 240px;
    margin: 0; } }
/* MENU --------------------------------------------------------------------------------
On desktop the menu is located below the logo in the source order and in the
display. This is so we can adjust the styles and have the logo on the top, left,
or right of the logo. On mobile, the desktop menu is hidden and a clone of it with
a new class is assigned.
-----------------------------------------------------------------------------------*/
/*---------------------------[ main menu shared ]---------------------------*/
/*------ Top Level Base Link -----*/
.primary-nav li a,
.mobile-menu li a {
  text-decoration: none; }

/*---------------------------[ main menu icons shared ]---------------------------*/
/*------------------------[ mobile menu is not shared with the desktop menu, so it's in a max width ]---------------------------*/
@media (max-width: 47.938em) {
  /*------------------------[ menu colors on small devices ]---------------------------*/
  /*------ Top Level Base Link MOBILE -----*/
  .mobile-menu li a {
    color: #333333;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #eeeeee; }

  /*------ COLORS Primary Menu Mobile Top Level -----*/
  .primary-nav-mobile > li > a:hover,
  .primary-nav-mobile > li > a:focus {
    color: #ffffff;
    background: #2c3e50; }

  .primary-nav-mobile > .active > a {
    color: #ffffff;
    background: #2c3e50; }

  /*------ COLORS Primary Menu Mobile Sub Levels -----*/
  .primary-nav-mobile ul li a:hover,
  .primary-nav-mobile ul li a:focus,
  .primary-nav-mobile ul .active > a {
    color: #ffffff;
    background: #2c3e50; }

  /* drill down menu controls */
  div.l_ddbc {
    color: #2c3e50; }

  a.goHome,
  a.goUp {
    color: #222222; }

  /*---------------------------[    mobile nav triggers including toolbar trigger (the trigger, not the toolbar) ]---------------------------*/
  .mobile-trigger-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 2.5%;
    background: #2c3e50; }

  .mobile-nav-trigger,
  .mobile-toolbar-trigger {
    position: relative;
    line-height: 35px;
    font-size: 10px;
    color: #ffffff;
    cursor: pointer;
    float: left;
    width: 30%;
    /* the menu trigger is 30% of the width */
    z-index: 100;
    text-transform: uppercase; }

  .mobile-nav-trigger:hover,
  .mobile-toolbar-trigger:hover {
    color: #b03823; }

  .mobile-toolbar-trigger {
    width: 70%;
    /* the toolbar trigger is 70% of the width */
    float: right; }

  .mobile-nav-trigger span,
  .mobile-toolbar-trigger span {
    position: relative;
    top: -2px; }

  .mobile-nav-trigger i,
  .mobile-toolbar-trigger i {
    position: relative;
    font-size: 16px;
    cursor: pointer;
    text-align: left;
    top: 1px;
    left: -2px; }

  .mobile-nav-trigger.active i:before {
    content: "\2716"; }

  .mobile-toolbar-trigger {
    float: right;
    text-align: right; }

  .mobile-toolbar-trigger i {
    text-align: right; }

  .mobile-toolbar-trigger.active i:before {
    content: "\2716"; }

  /*------- mobile trigger wrapper -------- */
  .mobile-trigger-wrapper {
    position: relative;
    z-index: 100; }

  /*---------------------------[    mobile search ]---------------------------*/
  /* the search in the toolbar is NOT this search. The toolbar search is hidden on small devices and this one takes its place on small devices */
  .search-mobile {
    padding: 10px; }

  .search-mobile label {
    font-weight: normal; }

  .search-mobile input {
    text-align: center; }

  .search-mobile form {
    margin: 0; }

  /*---------------------------[    mobile-menu ]---------------------------*/
  #nav {
    display: none; }

  .mobile-menu {
    display: none;
    clear: both;
    padding: 0;
    background: #ffffff; }

  .mobile-nav-trigger {
    display: block; }

  .mobile-menu ul {
    margin: 1px 0 0 0;
    padding: 0;
    list-style: none; }

  .mobile-menu ul ul {
    background: #ffffff; }

  .mobile-menu li a {
    display: block;
    padding: 8px 10px; }

  .mobile-menu li:last-child {
    border-bottom: none; }

  /*------- drilldown styles -------- */
  .l_drillDownWrapper {
    overflow: hidden;
    position: relative;
    width: 100%; }

  .l_drillDown {
    position: relative;
    overflow: visible;
    margin: 0; }

  .l_drillDown ul {
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0; }

  .l_drillDown li {
    cursor: pointer;
    display: block;
    padding: 0; }

  .l_drillDown a {
    display: block; }

  .l_ddbc {
    display: none; }

  .l_drillDown ul.dd-active,
  .l_drillDown ul.displayed {
    display: block; }

  div.l_ddbc {
    padding: 8px 10px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    clear: both; }

  a.goHome,
  a.goUp {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    text-decoration: none; }

  div.l_ddbc i {
    position: relative;
    left: -5px; } }
/*------------------------[ DESKTOP MENU ]---------------------------*/
@media (min-width: 48em) {
  /*------------------------[ menu colors on tablet and large devices ]---------------------------*/
  /*------ Top Level Base Link DESKTOP-----*/
  .primary-nav li a {
    color: #ffffff; }

  /*------ COLORS Primary Menu Desktop Top Level -----*/
  .primary-nav > li > a:hover,
  .primary-nav > li > .dcjq-parent.active {
    color: #fff;
    /*background: #ed5434;*/
    background: #b03823; }

  .primary-nav > .active > a {
    color: #fff;
    background: #b03823; }

  /*------ COLORS Primary Menu Desktop Sub Levels -----*/
  .primary-nav ul li a:hover,
  .primary-nav ul .active > a,
  .primary-nav ul li .dcjq-parent.active {
    color: #ffffff;
    background: #ed5434; }

  /*------------------------[ menu styles tablets and up until the next min-width ]---------------------------*/
  #nav {
    margin: 15px 0 0 0;
    padding: 0;
    z-index: 100;
    height: 50px;
    background: #2c3e50; }

  #nav ul {
    list-style: none; }

  /* --- ul styles --- */
  /* --- parent ul --- */
  .primary-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    /*float: right;*/
    position: relative;
    right: 50%; }

  /* --- child ul --- */
  .primary-nav ul {
    width: 160px;
    display: none;
    margin: 0;
    left: 0;
    top: 50px;
    background: #2c3e50;
    position: absolute;
    z-index: 10000;
    border-radius: 0 0 5px 5px;
    padding: 5px 0 8px 0; }

  /* --- parent level list item -- */
  .primary-nav li {
    float: left;
    padding: 0;
    margin: 0;
    position: relative;
    left: 50%; }

  /* --- parent or top level link --- */
  .primary-nav li a {
    border: none;
    font-size: 14px;
    /*font-size: 0.875rem;*/
    display: block;
    height: 50px;
    line-height: 50px;
    -webkit-font-smoothing: subpixel-antialiased;
    padding: 0 10px;
    text-decoration: none; }

  /* --- top level link borders --- */
  .primary-nav > li:not(:last-child) > a {
    /*border-right: 1px solid #0d1d2a;*/ }

  .primary-nav > li:not(:first-child) > a {
    /*border-left: 1px solid #1a2d3c;*/ }

  /* --- child level link --- */
  .primary-nav li ul li a {
    height: auto;
    display: block;
    line-height: 1;
    padding: 8px 10px;
    width: 160px; }

  .primary-nav li ul li {
    left: 0%; }

  /* --- position of icons in menu --- */
  /* --- parent level icon --- */
  .primary-nav i {
    position: relative;
    right: -3px;
    top: 0px;
    font-size: 14px;
    font-size: 1.4rem; }

  .no-boxshadow .primary-nav ul {
    border: 1px solid #dddddd;
    border-top-width: 0; }

  .no-js .primary-nav li:hover > ul {
    display: block; }

  /*------------------------[ edge detect ]---------------------------*/
  .primary-nav li.edge ul {
    left: auto;
    right: 0 !important; }

  .primary-nav ul li.edge ul {
    right: auto;
    left: -225px !important; }

  .primary-nav li.parent.edge > ul > li.parent > ul {
    right: auto;
    left: -225px !important; }

  /*---------------------------[ hide stuff on desktop ]---------------------------*/
  .mobile-trigger-wrapper,
  .l_drillDownWrapper,
  .mobile-menu,
  .mobile-menu .search-mobile {
    display: none; } }
@media (min-width: 75em) {
  /* --- parent or top level link --- */
  .primary-nav li a {
    font-size: 15px;
    font-size: 1.5rem; }

  /* --- child level link --- */
  .primary-nav li ul a {
    font-size: 15px;
    font-size: 1.5rem; } }
/* FOOTER
-------------------------------------------------- */
#footer {
  background: #233140;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1; }
  #footer .line-title {
    color: #fff;
    text-transform: uppercase; }
  #footer a {
    color: rgba(255, 255, 255, 0.7); }
  #footer a:hover {
    color: #fff; }
  #footer .top {
    padding-top: 50px;
    padding-bottom: 40px;
    min-height: 330px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px; }
    #footer .top h5 {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      margin: 0 0 10px 0;
      display: block;
      padding-bottom: 15px;
      position: relative;
      text-transform: uppercase;
      color: #fff; }
      #footer .top h5:after {
        content: "";
        height: 1px;
        background: #b03823;
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 80px; }
      #footer .top h5 a {
        color: #fff; }
  #footer .bottom {
    height: 60px;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    #footer .bottom .copy-text {
      line-height: 59px;
      font-size: 11px;
      float: left; }
      #footer .bottom .copy-text a {
        color: rgba(255, 255, 255, 0.4); }
        #footer .bottom .copy-text a:hover {
          color: #fff; }
    #footer .bottom .social-buttons {
      float: right;
      margin-top: 12px; }
      #footer .bottom .social-buttons .fa {
        opacity: 0.6; }
        #footer .bottom .social-buttons .fa:hover {
          opacity: 1; }
  #footer .newsletter-signup .form-control {
    border: none;
    font-size: 12px;
    line-height: 30px;
    height: 30px; }
  #footer .newsletter-signup .btn {
    padding: 0 12px;
    line-height: 30px;
    height: 30px;
    font-size: 12px; }
  #footer .links {
    list-style: none;
    padding: 0;
    margin: 0; }
    #footer .links.underline li {
      line-height: 2.1em;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
      #footer .links.underline li a {
        color: rgba(255, 255, 255, 0.4);
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
        #footer .links.underline li a:hover {
          color: #fff; }
      #footer .links.underline li:last-child, #footer .links.underline li:last-child a {
        border: none; }
  @media (max-width: 991px) {
    #footer .top {
      font-size: 11px; } }
  @media (max-width: 767px) {
    #footer .top {
      font-size: 11px;
      min-height: 0;
      padding: 40px 0; }
      #footer .top .row .col-md-3 {
        margin: 15px 0; }
      #footer .top .row .col-md-3:nth-child(1), #footer .top .row .col-md-3:nth-child(2) {
        display: none; }
    #footer .bottom {
      height: auto;
      padding: 10px 0;
      text-align: center; }
      #footer .bottom .copy-text {
        float: none;
        line-height: 1;
        padding: 20px 0;
        margin-top: 15px;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        display: block; }
      #footer .bottom .social-buttons {
        float: none; } }

/* FOOTER TWEETS
-------------------------------------------------- */
ul.tweetList {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1; }
  ul.tweetList > li > p {
    display: block;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.05);
    padding: 15px;
    position: relative;
    font-size: 11px; }
    ul.tweetList > li > p:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      background: none;
      border: none;
      border-top: 10px solid rgba(255, 255, 255, 0.05);
      border-right: 7.5px solid transparent;
      border-left: 7.5px solid transparent;
      position: absolute;
      bottom: -10px;
      left: 30px; }
    @media (max-width: 991px) {
      ul.tweetList > li > p {
        font-size: 10px;
        padding: 10px; } }
  ul.tweetList a {
    color: #fff; }
  ul.tweetList .timestamp {
    margin: 0; }
  ul.tweetList .fa {
    font-size: 30px;
    display: block;
    color: rgba(255, 255, 255, 0.5); }

/* BOXED LAYOUT
-------------------------------------------------- */
@media (min-width: 768px) {
  #page-wrapper {
    max-width: 800px; }
    #page-wrapper .container {
      max-width: 750px !important;
      width: auto !important; }
    #page-wrapper #top-bar, #page-wrapper #main-nav {
      max-width: 800px; } }
@media (min-width: 992px) {
  #page-wrapper {
    max-width: 1020px; }
    #page-wrapper #top-bar, #page-wrapper #main-nav {
      max-width: 1020px; }
    #page-wrapper .container {
      max-width: 970px !important;
      width: auto !important; } }
@media (min-width: 1200px) {
  #page-wrapper {
    max-width: 1220px; }
    #page-wrapper #top-bar, #page-wrapper #main-nav {
      max-width: 1220px; }
    #page-wrapper .container {
      max-width: 1170px !important;
      width: auto !important; } }

/* ==========================================================
   COMMON MODULES
=============================================================*/
/* SOCIAL BUTTONS
---------------------------------------------------*/
.social-buttons {
  list-style: none;
  padding: 0;
  margin: 0; }
  .social-buttons li {
    display: inline-block;
    margin: 0 6px 0 0; }
  .social-buttons a {
    display: block;
    color: #fff; }
  .social-buttons .fa {
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    width: 35px;
    display: block; }
  .social-buttons .white-outline .fa {
    border: 1px solid #fff; }
  .social-buttons.colored-bg .fa-facebook {
    background-color: #5371AD; }
  .social-buttons.colored-bg .fa-twitter {
    background-color: #2AA9E0; }
  .social-buttons.colored-bg .fa-google-plus {
    background-color: #D34829; }
  .social-buttons.colored-bg .fa-rss {
    background-color: #EF5C29; }
  .social-buttons.colored-bg .fa-linkedin {
    background-color: #016597; }
  .social-buttons.colored-bg .fa-skype {
    background-color: #37C5F5; }
  .social-buttons.colored-bg .fa-pinterest {
    background-color: #CE2127; }
  .social-buttons.colored-bg-on-hover .fa-facebook:hover {
    background-color: #5371AD;
    color: #fff; }
  .social-buttons.colored-bg-on-hover .fa-twitter:hover {
    background-color: #2AA9E0;
    color: #fff; }
  .social-buttons.colored-bg-on-hover .fa-google-plus:hover {
    background-color: #D34829;
    color: #fff; }
  .social-buttons.colored-bg-on-hover .fa-rss:hover {
    background-color: #EF5C29;
    color: #fff; }
  .social-buttons.colored-bg-on-hover .fa-linkedin:hover {
    background-color: #016597;
    color: #fff; }
  .social-buttons.colored-bg-on-hover .fa-skype:hover {
    background-color: #37C5F5;
    color: #fff; }
  .social-buttons.colored-bg-on-hover .fa-pinterest:hover {
    background-color: #CE2127;
    color: #fff; }
  .social-buttons.colored .fa-facebook {
    color: #5371AD;
    background: #f2f2f2; }
  .social-buttons.colored .fa-twitter {
    color: #2AA9E0;
    background: #f2f2f2; }
  .social-buttons.colored .fa-google-plus {
    color: #D34829;
    background: #f2f2f2; }
  .social-buttons.colored .fa-rss {
    color: #EF5C29;
    background: #f2f2f2; }
  .social-buttons.colored .fa-linkedin {
    color: #016597;
    background: #f2f2f2; }
  .social-buttons.colored .fa-skype {
    color: #37C5F5;
    background: #f2f2f2; }
  .social-buttons.colored .fa-pinterest {
    color: #CE2127;
    background: #f2f2f2; }
  .social-buttons.round .fa {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box; }

/* SEARCH
---------------------------------------------------*/
.search {
  background: none;
  padding: 0;
  width: 250px;
  height: 35px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; }
  .search.open {
    width: 300px; }
    .search.open input {
      display: block; }
  .search .wrapper {
    position: relative;
    background: none;
    display: block; }
  .search input {
    background: none repeat scroll 0 0 #fff !important;
    border: 1px solid #dddddd;
    color: #666;
    height: 35px;
    padding: 0 10px 0 35px;
    width: 100%;

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
  .search .search-btn {
    background: none;
    border: 0;
    font: 0px/0 a;
    height: 35px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    z-index: 3;
    text-align: center;
    color: #2c3e50;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .search .search-btn:after {
      content: "\f002";
      font-family: "FontAwesome";
      font-size: 16px;
      line-height: 1;
      right: 1px;
      text-align: center;
      z-index: 400; }
    .search .search-btn:hover {
      color: #b03823; }
  .search .toggle {
    background-color: #b03823;
    color: #fff;
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    display: inline-block;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    width: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .search .toggle:before {
      content: "\f002";
      font-family: "FontAwesome";
      font-size: 16px;
      line-height: 1;
      right: 1px;
      z-index: 400; }
    .search .toggle.open {
      background: #2c3e50;
      color: #fff; }
      .search .toggle.open:before {
        content: "\f00d"; }

/* ERROR PAGES
-------------------------------------------------- */
.error-info {
  color: #fff;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.1);
  padding: 40px; }
  .error-info .pull-left, .error-info .pull-right {
    width: 50%; }
  .error-info .pull-left {
    text-align: right;
    padding: 0 30px 0 0; }
  .error-info .pull-right {
    padding: 30px 0 30px 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: -1px 0 0 0 rgba(0,0,0,0.1);
    -moz-box-shadow: -1px 0 0 0 rgba(0,0,0,0.1);
    -o-box-shadow: -1px 0 0 0 rgba(0,0,0,0.1);
    -ms-box-shadow: -1px 0 0 0 rgba(0,0,0,0.1);
    box-shadow: -1px 0 0 0 rgba(0,0,0,0.1); }
  .error-info h4 {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 15px 0; }
  .error-info h1 {
    font-size: 170px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 600;
    line-height: 1; }
  .error-info p {
    margin: 0 0 30px 0;
    color: rgba(255, 255, 255, 0.7); }
  .error-info .btn {
    padding: 13px 0;
    width: 48%;
    text-align: center; }
  @media (max-width: 991px) {
    .error-info h1 {
      font-size: 150px; } }
  @media (max-width: 767px) {
    .error-info div.pull-left, .error-info div.pull-right {
      float: none;
      width: 100%;
      margin: 15px 0;
      padding: 0;
      border: none;
      box-shadow: none;
      text-align: center; }
    .error-info h1 {
      font-size: 80px;
      margin: 0; }
    .error-info .btn {
      font-size: 11px;
      padding: 10px 0; } }

.errors {
  color: #b03823;
  font-size: 13px; }

/* SERVICE BOXES
-------------------------------------------------- */
.service-box {
  text-align: center;
  padding: 20px;
  border: 1px solid #dddddd;
  margin: 15px 0; }

.service-box.no-border {
  padding: 0;
  border: none; }

.service-box h4 {
  margin: 0 0 10px 0;
  text-transform: capitalize; }

.service-box p {
  margin-bottom: 10px; }

.service-box .icon {
  display: inline-block;
  line-height: 90px;
  width: 90px;
  font-size: 35px;
  margin: 0 0 15px 0;
  color: #fff;
  background: #b03823;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

/* PRICE PLANS
------------------------------------------------- */
.price-plan {
  text-align: center;
  margin: 0 0 15px 0;
  border: 1px solid #f6f6f6;
  background: #f4f4f4; }
  .price-plan .title {
    color: #FFFFFF;
    background: #b74b38;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 20px 0;
    font-size: 20px; }
  .price-plan .price-box {
    padding: 20px 0 0 0; }
  .price-plan .price {
    font: bold 28px "myriad-pro";
    text-align: center;
    color: #fff;
    margin: 0 auto;
    background: #b03823;
    display: inline-block;
    text-align: center;
    line-height: 100px;
    width: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .price-plan .features {
    margin: 0;
    padding: 0 20px 0 20px;
    width: 100%;
    list-style: none; }
    .price-plan .features > li {
      border-bottom: 1px dotted #dddddd;
      padding: 10px 0;
      color: #666; }
      .price-plan .features > li:last-child {
        border: none; }
  .price-plan .footer {
    padding: 10px 0;
    background: #2c3e50; }
  .price-plan .btn {
    padding: 10px 15px;
    background-color: #b03823; }
  .price-plan.featured .price, .price-plan.featured .title, .price-plan.featured .footer {
    background-color: #2c3e50; }
  .price-plan.featured .btn {
    background-color: #fff;
    color: #2c3e50; }

.dark-bg .features, .dark-bg .price-box {
  background: #fff; }

/* ==========================================================
   SHOP MODULES
=============================================================*/
/* PRODUCT
---------------------------------------------------------- */
.product {
  padding: 0 0 20px 0;
  position: relative;
  margin: 15px 0; }
  .product .image {
    position: relative;
    /*
    		a.main img {
    			width: 100%;
    			height: 100%;
    		}
    */ }
    .product .image .additional {
      opacity: 0;
      background: #fff;
      margin: 0;
      list-style: none;
      padding: 0;
      height: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -o-transition: all 1s;
      -ms-transition: all 1s;
      transition: all 1s; }
      .product .image .additional > li {
        width: 50%;
        height: 50%;
        float: left;
        opacity: 0.6; }
        .product .image .additional > li:hover {
          opacity: 1; }
    .product .image:hover .additional {
      opacity: 1; }
  .product .title {
    border-bottom: 10px solid #f8f8f8;
    margin: 0 0 8px 0;
    padding: 0;
    padding-bottom: 14px; }
    .product .title a.name {
      color: #bf5f4f;
      font-size: 18px;
      font-family: "myriad-pro";
      line-height: 45px; }
    .product .title .description {
      display: none; }
    .product .title h3 {
      margin-bottom: 0;
      padding-bottom: 10px; }
    .product .title p {
      margin: 0 0 6px 0;
      			/*
      .tagline {
      				  margin-top: 10px;
      			}
      */ }
  .product .links {
    height: 15px; }
    .product .links .price {
      float: left;
      color: #2c3e50;
      line-height: 25px;
      padding: 0 0 0 5px;
      font-weight: normal;
      font-size: 16px;
      font-family: "myriad-pro"; }
    .product .links p {
      float: left;
      color: #e74c3c;
      line-height: 15px;
      padding: 0 0 0 5px; }
    .product .links a {
      float: right;
      line-height: 25px;
      text-align: center;
      width: 25px;
      display: inline-block;
      margin: 0 0 0 5px;
      background-color: #ccc;
      color: #fff;
      border: none; }
      .product .links a:hover {
        background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
        background-image: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
        background-image: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
        background-image: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
        background-image: linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%); }
      .product .links a span {
        display: none; }
      .product .links a.cart {
        background-color: #2c3e50; }
      .product .links a.compare {
        background-color: #bf5f4f; }
      .product .links a.wishlist {
        background-color: #e7c3bd; }

.cookschool .product .title {
  min-height: 300px;
  padding-bottom: 8px; }
  .cookschool .product .title h2 {
    min-height: 52px; }
  .cookschool .product .title .cookdetails {
    min-height: 100px; }
  .cookschool .product .title .bs-callout {
    margin: 0; }

/* SIDE PRODUCTS
---------------------------------------------------------- */
ul.side-products {
  margin: 0;
  padding: 10px 0 0 0px;
  list-style: none; }
  ul.side-products > li {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #ccc; }
    ul.side-products > li:last-child {
      border: none; }
    ul.side-products > li .image {
      width: 35%;
      float: left; }
      ul.side-products > li .image img {
        max-width: 100%; }
    ul.side-products > li .text {
      width: 61%;
      float: right; }
    ul.side-products > li .name {
      margin: 6px 0 6px 0;
      display: block;
      font-size: 12px; }
    ul.side-products > li .price {
      color: #2c3e50;
      font-size: 12px; }
    ul.side-products > li .price-old {
      font-size: 9px;
      font-weight: normal;
      text-decoration: line-through;
      color: #ccc; }

/* PRODUCT SLIDER
---------------------------------------------------------- */
.products-slider + .products-slider {
  margin-top: 60px; }

.products-slider .slider-title {
  line-height: 30px;
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
  border-bottom: 2px solid #bf5f4f;
  position: relative; }
  .products-slider .slider-title .fa {
    display: inline-block;
    text-align: center;
    line-height: 30px;
    width: 30px;
    color: #f2f2f2;
    background: #2c3e50;
    margin-right: 10px; }
.products-slider .bx-wrapper .bx-pager, .products-slider .bx-wrapper .bx-controls-auto {
  bottom: auto;
  text-align: right; }
.products-slider .bx-controls-direction {
  position: absolute;
  margin: 0;
  width: auto;
  left: auto;
  right: 0;
  text-align: right;
  top: -80px;
  height: 37px; }
  .products-slider .bx-controls-direction a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    width: 30px; }

.products-slider.no-js {
  overflow: hidden; }
  .products-slider.no-js .slide {
    float: left;
    width: 22%;
    margin-right: 4%; }
  .products-slider.no-js .slide:nth-child(4n) {
    margin-right: 0; }
  .products-slider.no-js .slide:nth-child(n + 5) {
    display: none; }
  @media (max-width: 767px) {
    .products-slider.no-js .slide {
      float: left;
      width: 100%;
      margin-right: 0; }
    .products-slider.no-js .slide:nth-child(n + 2) {
      display: none; } }

.vid {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

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

/* PRODUCT DETAILS
------------------------------------------------- */
#product-details {
  margin-bottom: 30px; }
  #product-details .main-image {
    float: right;
    width: 80%; }
    #product-details .main-image img {
      width: 100%;
      height: auto; }
  #product-details .additional-images {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 17%;
    float: left; }
    #product-details .additional-images li {
      margin-bottom: 20px; }
      #product-details .additional-images li img {
        max-width: 100%;
        height: auto; }
  #product-details .product-info .title {
    margin: 0; }
  #product-details .product-info .price-box {
    border: 2px solid #eee;
    padding: 15px 10px; }
    #product-details .product-info .price-box .price {
      color: #2c3e50;
      font-size: 20px;
      line-height: 20px;
      font-weight: 600;
      margin: 0;
      float: left; }
    #product-details .product-info .price-box span {
      float: right;
      line-height: 20px; }
  #product-details .product-info .review-box {
    padding: 20px 0;
    text-align: right; }
    #product-details .product-info .review-box .rating {
      float: left;
      margin-right: 10px; }
      #product-details .product-info .review-box .rating .fa {
        font-size: 15px; }
    #product-details .product-info .review-box span {
      display: inline-block;
      line-height: 15px; }
  #product-details .product-info .attributes-box {
    padding: 20px 0; }
    #product-details .product-info .attributes-box strong {
      margin-right: 10px; }
  #product-details .product-info .options-box {
    padding: 0; }
    #product-details .product-info .options-box select {
      display: block;
      margin-bottom: 15px;
      border: 1px solid #ddd;
      padding: 10px;
      width: 100%; }
  #product-details .product-info .buy-box input {
    display: inline-block;
    border: 1px solid #ddd;
    width: 50px;
    text-align: center;
    height: 35px; }
  #product-details .product-info .buy-box span {
    display: inline-block;
    line-height: 35px;
    margin-right: 10px; }
  #product-details .product-info .buy-box .btn {
    margin-right: 10px;
    padding: 0 20px;
    line-height: 45px;
    font-size: 15px;
    font-family: "myriad-pro"; }
  #product-details .product-info .product-nav-tabs > li > a {
    color: #333;
    font-weight: 600;
    font-size: 14px; }

/* PRODUCT GRID
---------------------------------------------------------- */
.product-grid {
  list-style: none;
  height: auto;
  padding: 0; }
  .product-grid .product {
    margin: 0; }
  .product-grid .bs-callout {
    margin-left: 10px; }

.clearleft {
  clear: both;
  float: left; }

/* PRODUCT LISTVIEW
---------------------------------------------------------- */
/*
.product-grid.listview {

	.product {

		.image {
			width: 25%;
			float: left;
		}

		.title {
			float: right;
			width: 73%;
			height: auto;
			margin: 10px 0 20px 0;

			a.name {
				font-size: 16px;
				margin-bottom: 10px;
				display: block;
				line-height: 1;
			}
		}

		.description {
			display: block;
			margin: 0;
			line-height: 1.5em;
		}

		.links {
			float: right;
			width: 73%;
			height: auto;
			text-align: left;

			a {
				display: inline-block;
				float: none;
				width:auto;
				padding:5px 20px;

				.fa {
					margin-right:10px;
				}

				span {
					display: inline-block;
				}
			}
		}

		.price {
			display: block;
			float: none;
			margin-bottom: 15px;
			font-size: 16px;
		}
	}
}
*/
/* PRODUCTS FILTER
---------------------------------------------------------- */
.products-filter {
  background: #f7f7f7;
  border: 1px solid #d8d8d8;
  padding: 8px 15px;
  margin-bottom: 15px;
  font-size: 12px;
  position: relative;
  overflow: auto; }
  .products-filter .display {
    float: left;
    font-size: 11px;
    font-weight: normal;
    line-height: 31px; }
    .products-filter .display .show-grid, .products-filter .display .show-list {
      display: inline-block;
      cursor: pointer;
      line-height: 22px;
      margin-right: 10px; }
    .products-filter .display .fa {
      cursor: pointer;
      margin-left: 10px;
      font-size: 20px;
      line-height: 22px;
      vertical-align: middle; }
      .products-filter .display .fa:hover {
        color: #2c3e50; }
  .products-filter .sort {
    float: right;
    margin-right: 20px; }
  .products-filter .limit {
    float: right; }
  .products-filter select {
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-left: 10px;
    font-size: 12px;
    color: #666;
    display: inline-block; }

/* CART
---------------------------------------------------------- */
.cart {
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid #ddd; }

.cart-buttons .btn {
  width: 28%;
  padding: 15px 0;
  float: right;
  margin-left: 20px; }

/* CART CONTENTS
---------------------------------------------------------- */
table.cart-contents {
  width: 100%;
  margin: 0; }
  table.cart-contents thead {
    background: #F9F9F9;
    border-bottom: 1px solid #ddd; }
    table.cart-contents thead th {
      margin: 0;
      font-size: 16px; }
  table.cart-contents tbody tr {
    border-bottom: 1px solid #ddd; }
    table.cart-contents tbody tr:hover {
      background: #FCFCFC; }
  table.cart-contents th, table.cart-contents td {
    padding: 20px;
    border-left: 1px solid #ddd; }
    table.cart-contents th:first-child, table.cart-contents td:first-child {
      border-left: none; }
  table.cart-contents td {
    vertical-align: top; }
  table.cart-contents .image {
    width: 12%; }
    table.cart-contents .image img {
      width: 100%;
      height: auto; }
  table.cart-contents .details .rating {
    margin-bottom: 10px; }
  table.cart-contents .details .title {
    display: block;
    color: #333;
    font-size: 14px;
    font-family: "myriad-pro";
    text-transform: capitalize;
    margin: 0 0 10px 0; }
  table.cart-contents .details span {
    display: block;
    margin: 0 0 5px 0;
    line-height: 1;
    font-size: 12px; }
  table.cart-contents .action {
    width: 110px; }
    table.cart-contents .action button {
      float: left;
      border: none;
      text-align: center;
      color: #fff;
      padding: 0;
      width: 33%;
      line-height: 30px; }
      table.cart-contents .action button.refresh {
        background-color: #d79b91; }
      table.cart-contents .action button.edit {
        background-color: #c77365; }
      table.cart-contents .action button.delete {
        background-color: #2c3e50; }
      table.cart-contents .action button:hover {
        background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
        background-image: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
        background-image: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
        background-image: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
        background-image: linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%); }
  table.cart-contents .qty {
    width: 9%; }
    table.cart-contents .qty input {
      border: 1px solid #ddd;
      height: 30px;
      padding: 0;
      width: 100%;
      text-align: center; }
  table.cart-contents .unit-price, table.cart-contents .total-price {
    width: 14%;
    font-size: 16px;
    color: #666;
    font-weight: normal;
    font-family: "myriad-pro"; }
  table.cart-contents .total-price {
    color: #2c3e50; }
  table.cart-contents .currency {
    margin-right: 3px; }

/* CART SUMMARY
---------------------------------------------------------- */
.cart-summary
.terms {
  padding: 0 40px;
  color: #999;
  font-size: 12px;
  width: 72%;
  vertical-align: middle; }
  .cart-summary
  .terms h5 {
    margin: 0 0 10px 0;
    text-transform: uppercase; }
    .cart-summary
    .terms h5 .fa {
      margin-right: 10px;
      color: #ccc;
      font-size: 20px;
      vertical-align: middle; }

.totals {
  width: 28%;
  border-left: 1px solid #ddd;
  vertical-align: top; }

.cart-totals {
  width: 100%;
  height: 100%; }
  .cart-totals tr {
    border-bottom: 1px solid #ddd; }
    .cart-totals tr:last-child {
      border: none; }
  .cart-totals td {
    border-left: 1px solid #ddd;
    width: 50%;
    padding: 7px 20px;
    color: #888; }
    .cart-totals td:first-child {
      border-left: none; }
    .cart-totals td.cart-total {
      font-family: "myriad-pro";
      font-size: 20px;
      color: #333;
      text-transform: uppercase;
      padding: 20px; }
      .cart-totals td.cart-total.price {
        color: #2c3e50; }

@media (max-width: 767px) {
  table.cart-contents thead h5 {
    margin: 0;
    font-size: 14px; }
  table.cart-contents .total-price {
    width: 25%;
    font-size: 12px; }
  table.cart-contents .qty {
    width: 15%; }
    table.cart-contents .qty input {
      padding: 5px 0; }
  table.cart-contents th, table.cart-contents td {
    padding: 15px;
    border-right: 1px solid #ddd; }
  table.cart-contents .currency {
    margin-right: 0; }
  table.cart-contents .action {
    margin-top: 15px;
    float: none !important; }

  .cart-buttons .btn {
    display: block;
    float: none;
    margin: 0 0 20px 0;
    width: 100%; }

  .cart-summary .terms {
    display: none; }

  .cart-totals td {
    width: auto; }
    .cart-totals td.price {
      width: 40%; } }
/* ==========================================================
   BLOG MODULES
=============================================================*/
/* BLOG
-------------------------------------------------- */
.blog-entry {
  margin: 0 0 30px 0;
  padding: 0; }
  .blog-entry img {
    max-width: 100%;
    margin: 0 0 20px 0; }
  .blog-entry h2 {
    margin-top: 0; }
  .blog-entry h4 {
    line-height: 1;
    margin: 0 0 20px 0;
    display: block; }
    .blog-entry h4 a {
      color: #323740; }
  .blog-entry .btn {
    font-size: 12px; }
  .blog-entry .meta {
    padding: 10px 10px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee; }
    .blog-entry .meta .fa {
      margin: 0 10px 0 0;
      color: #415161; }
    .blog-entry .meta a {
      color: #c77365; }
    .blog-entry .meta span {
      margin: 0 20px 0 0; }
      .blog-entry .meta span:hover a {
        color: #b03823; }
      .blog-entry .meta span:hover .fa {
        color: #2c3e50; }
  @media (max-width: 767px) {
    .blog-entry .meta {
      font-size: 11px; } }

/* TAGS
---------------------------------------------------*/
ul.tags {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.tags li {
    display: block;
    float: left;
    margin: 0 7px 7px 0; }
    ul.tags li a {
      display: block;
      font-size: 12px;
      line-height: 1;
      border: 1px solid #d79b91;
      color: #d79b91;
      padding: 10px 15px; }
      ul.tags li a:hover {
        background: #2c3e50;
        border: 1px solid #233140;
        color: #fff; }

/* ==========================================================
   PORTFOLIO MODULES
=============================================================*/
/* ==========================================================
   SLIDERS
=============================================================*/
/* ==========================================================
   ACCOUNT
=============================================================*/
/* ACCOUNT FORMS
------------------------------------------------- */
.form-block {
  border: 1px solid #ddd; }
  .form-block .col {
    padding: 60px 40px;
    width: 50%; }
  .form-block .col.pull-right {
    border-left: 1px solid #ddd; }
  .form-block h4 {
    margin: 0 0 25px 0; }
    .form-block h4 > .fa {
      color: #ccc;
      margin: 0 10px 0 0; }
  .form-block .form-control, .form-block .checkbox {
    margin-bottom: 20px; }
  .form-block .btn {
    padding-left: 20px;
    padding-right: 20px; }
  @media (max-width: 767px) {
    .form-block .col {
      float: none !important;
      width: 100%; }
      .form-block .col.pull-right {
        border: none; }
      .form-block .col.pull-left {
        border-bottom: 1px solid #ddd; } }

.no-padding-left{

  padding-left:0!important;

}

.read-more{

  text-decoration: underline;

}

.social-share{

    margin-top: 10px;
    margin-bottom: 10px;

}

.social-share > a{

    float: left;
    margin-right: 10px;

}

.social-share .fb-like{

    margin-top: 8px;

}

.social-share > iframe{

    margin-left: 5px;
    margin-bottom: -4px;

}

.award-overlay{

    position: absolute;
    background-color: rgba(255,255,255,0.9);
    width:100%;
    text-align:center;
    top:0;
    height:48px;
}

.award-overlay-top{

    top:46px;

}

.award-overlay p{

    color:#2c3e50;
    font-weight: bold;
    line-height:48px;
    font-size:20px;
    text-transform: uppercase;

}

.awards-winners-panels > section > h2{

    font-size: 18px;
    margin-bottom: 30px;
    background-color: #2c3e50;
    color: white;
    margin-top: 0;
    padding: 15px;

}

.awards-winners-panels > section > h2.award-sponsor{

    font-size:15px;
    margin-bottom: 0;
    background-color: rgba(44, 62, 80, 0.7);
    height:46px;

}
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none; }
button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; }
}

.mfp-ie7 .mfp-img {
    padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
    padding: 0; }
.mfp-ie7 .mfp-content {
    padding-top: 44px; }
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }

section.sponsor:first-child{

border-top: 1px dashed #ccc;
padding-top:30px;
margin-top:30px;
}

section.sponsor{

margin-bottom: 50px;
padding-bottom:30px;
border-bottom: 1px dashed #ccc;

}

section.sponsor h3{

font-size:24px;


}

section.sponsor p{

font-size:16px;
line-height:22px;

}

section.sponsor p.details{

font-style: italic;


}

section.sponsor p.details a{

color: #8eb0c5;

}

section.sponsor img{

margin-left: 10px;

}

.magnific img{

max-height:262px;

}

.awards-winners-gallery__img a{

    margin-bottom: 30px;
    border: 5px #2C3E50 solid;
    display: block;

}

.readeroffers{

margin-bottom:30px;

}

.readeroffers h3{

	margin-top:0;

}

p.red-box-link {
    margin-bottom: 10px!important;
    margin-top: 10px!important;
	height:25px;
}

p.red-box-link a {
    background: #B53819;
    color: white;
    padding: 5px;
    margin-bottom: 10px;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48!important;
  background-color: #F2DEDE!important;
  border: 1px solid #FF0000!important;
}

.parsley-errors-list {
  margin: 2px 0 3px 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.parsley-required{
  display: block;
  border: 1px solid red;
  background: red;
  color: white;
  padding: 1rem;
  margin-bottom: 1rem;
}

.cookdetails__address{

    min-height:38px;

}

.screen-reader {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
}