* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted #333;
  outline: 5px auto #698d9f;
  outline-offset: -1px; }

a:hover,
a:active {
  outline: 0; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

#map_canvas img {
  max-width: none; }

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

iframe {
  border: 0; }

.site {
  *zoom: 1; }
  .site:before, .site:after {
    display: table;
    content: ""; }
  .site:after {
    clear: both; }
.demo-site-boxed .site{
  max-width: 1200px;
  width: 88%;
}
.clear { clear: both; }
#pbd-alp-load-posts {
	text-align: center;
	margin: 2.8em 0 4em; }

.tequila-boxed-layout-active .site {
	background-color: white;
	box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
.demo-site-boxed{
	background: white url("../../images/sativa.png") repeat center;
}
body {
  margin: 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: #53575d;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.tequila-navbar-fixed-left-active {
    padding-left: 228px; }
  body.tequila-navbar-fixed-right-active {
    padding-right: 228px; }
::-moz-selection {
  text-shadow: none;
  color: #7a7a7a;
  background-color: #eeeeee; }

::selection {
  text-shadow: none;
  color: #7a7a7a;
  background-color: #eeeeee; }

a {
  color: #698d9f;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease; }

a:hover {
  color: #c61300; }

.tequila-container-fluid {
  margin: 0 auto; }
  .tequila-container-fluid.max {
    max-width: 1180px; }
  .tequila-container-fluid.width {
    width: 88%; }
  .tequila-container-fluid.offset {
    margin: 4em auto 0; }

.tequila-row-fluid {
  position: relative;
  width: 100%;
  *zoom: 1; }
  .tequila-row-fluid:before, .tequila-row-fluid:after {
    display: table;
    content: ""; }
  .tequila-row-fluid:after {
    clear: both; }
  .tequila-row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 4.92611%; }
  .tequila-row-fluid [class*="span"]:first-child {
    margin-left: 0; }
  .tequila-row-fluid [class*="span"].right {
    float: right; }
  .tequila-row-fluid [class*="span"].right:first-child {
    margin-left: 4.92611%; }
  .tequila-row-fluid [class*="span"].right:last-child {
    margin-left: 0; }
  .tequila-row-fluid [class*="span"].hide {
    display: none; }
  .tequila-row-fluid .tequila-span1 {
    width: 3.81773%; }
  .tequila-row-fluid .tequila-span2 {
    width: 12.56158%; }
  .tequila-row-fluid .tequila-span3 {
    width: 21.30542%; }
  .tequila-row-fluid .tequila-span4 {
    width: 30.04926%; }
  .tequila-row-fluid .tequila-span5 {
    width: 38.7931%; }
  .tequila-row-fluid .tequila-span6 {
    width: 47.53695%; }
  .tequila-row-fluid .tequila-span7 {
    width: 56.28079%; }
  .tequila-row-fluid .tequila-span8 {
    width: 65.02463%; }
  .tequila-row-fluid .tequila-span9 {
    width: 73.76847%; }
  .tequila-row-fluid .tequila-span10 {
    width: 82.51232%; }
  .tequila-row-fluid .tequila-span11 {
    width: 91.25616%; }
  .tequila-row-fluid .tequila-span12 {
    width: 100%; }

p {
  margin: 0 0 1.5em; }

small {
  font-size: 0.8em; }

b,
strong {
  font-weight: 700; }

em {
  font-style: italic; }

cite {
	font-size: 14px;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	margin-top: 1em;
	text-transform: uppercase;
}
cite a{
  color: #5a5148;
}

cite:before {
  content: "— ";
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0.65em 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  text-rendering: optimizelegibility;
  color: #272727; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small,
  .h1 small,
  .h2 small,
  .h3 small,
  .h4 small,
  .h5 small,
  .h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a,
  .h1 a,
  .h2 a,
  .h3 a,
  .h4 a,
  .h5 a,
  .h6 a {
    color: #3b424b; }
    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover,
    .h1 a:hover,
    .h2 a:hover,
    .h3 a:hover,
    .h4 a:hover,
    .h5 a:hover,
    .h6 a:hover {
      color: #698d9f; }

h1,
.h1 {
  margin-top: 1em;
  font-size: 257.14%;
  font-weight: 700;
  line-height: 1.1; }

h2,
.h2 {
  font-size: 235.71%;
  line-height: 1.2; }

h3,
.h3 {
  font-size: 171.42%;
  line-height: 1.3; }

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.4; }

h4,
.h4 {
  font-size: 128.57%; }

h5,
.h5 {
  font-size: 100%; }

h6,
.h6 {
  font-size: 85.71%;
  text-transform: none!important; }

ul,
ol {
  padding: 0;
  margin: 0 0 1.313em 1.655em; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li {
  line-height: 1.7; }

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none; }

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none; }
  ul.inline > li,
  ol.inline > li {
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em; }

ol.styled-list {
	margin:0 0 2em !important;
	padding-right: 0;
	list-style-type: none;
	counter-reset:li;
}
ol.styled-list > li {
  padding: 0.24em 0 0.24em 0;
  position: relative;
}
ol.styled-list li::before {
	background-color: #698d9f;
	border-radius: 100%;
	color: white;
	content: counter(li, decimal);
	counter-increment: li;
	display: inline-block;
	font-size: 80%;
	font-weight: bold;
	height: 20px;
	margin-right: 18px;
	text-align: center;
	width: 20px;
}
dl {
  margin-bottom: 1.313em; }

dt,
dd {
  line-height: 1.7; }

dt {
  font-weight: 700; }

dd {
  margin-left: 1.313em; }

hr {
  margin: 1.313em 0;
  border: 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid transparent; }

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

abbr.initialism {
  font-size: .9em;
  text-transform: uppercase; }

blockquote {
  margin: 0 0 1em;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2em;
  color: #53575d;
  margin: 0 0 1em 0;
  padding: 1em 1em 1em 1.4em;
  position: relative; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ""; }
blockquote, .tequila-blockquote {
  font-size: 200%;
}
blockquote.color {
  color: white;
  background-color: #698d9f;
}
.tequila-format-quote blockquote, blockquote {
	background-color: #f3f7f9;
	border-left: 2px solid #698d9f;
	font-style: italic;
	font-weight: 300;
	margin-left: 2em;
}
blockquote:before, .tequila-format-quote blockquote:before {
	color: #698d9f;
	content: "";
	font-family: "icon_font";
	font-size: 30px;
	font-style: normal;
	left: -1.85em;
	position: absolute;
	top: 0.95em;
}
.tequila-format-quote blockquote{
  padding: 1em 1em 1em 1.4em;
}
address {
  display: block;
  margin-bottom: 1.313em;
  font-style: normal;
  line-height: 1.7; }

code,
pre {
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  color: #555555;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8; }

code {
  padding: 0.143em 0.286em;
  font-size: 0.85em;
  border-radius: 3px; }

pre {
  display: block;
  padding: 0.786em 1.071em;
  margin: 0 0 1.313em;
  font-size: 1.15em;
  line-height: 1.7;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap; }
  pre code {
    padding: 0;
    background-color: transparent;
    border: 0; }

.pre-scrollable {
  max-height: 360px;
  overflow-y: scroll; }

form {
  margin: 0 0 1.313em; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 128.71%;
  line-height: 1.4;
  color: #393939;
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 2em;
  text-transform: uppercase;
  font-weight: 600; }

label,
input,
button,
select,
textarea {
  font-size: 100%;
  line-height: 1.7; }

input,
button,
select,
textarea {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }

label {
  display: inline-block;
  margin-bottom: 2px; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 40px;
  padding: 0 1em;
  margin-bottom: 9px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 3.07em;
  vertical-align: baseline; }

input,
textarea {
  width: auto; }

textarea {
  height: auto;
  line-height: 1.3; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: white;
  border: 1px solid #cbcbcb; }
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  .uneditable-input:focus {
    outline: 0;
    outline: thin dotted \9;
    border: 1px solid #698d9f; }
input[type="password"] {
	border: 1px solid #cccccc;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0.425em 0;
  margin-top: 1px \9;
  line-height: normal;
  cursor: pointer; }
  @media (max-width: 480px) {
    input[type="radio"],
    input[type="checkbox"] {
      border: 1px solid #ccc; } }

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

select,
input[type="file"] {
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

select {
  width: auto;
  border: 1px solid #dad9d7;
  background-color: white; }

select[multiple],
select[size] {
  height: auto; }

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto #698d9f;
  outline-offset: -1px; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #88a4b1; }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #88a4b1; }
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #88a4b1; }
::-moz-placeholder {opacity: 1!important;}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px; }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  position: relative;
  float: left;
  margin-left: -18px; }

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px; }

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent; }

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b; }
  input:focus:required:invalid:focus,
  textarea:focus:required:invalid:focus,
  select:focus:required:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7; }

.form-search,
.widget_product_search form {
  position: relative;
  margin-bottom: 0;
  line-height: 1; }
  .form-search:before,
  .widget_product_search form:before {
    content: "\e82a";
    color: #88a4b1;
    speak: none;
    position: absolute;
    right: 0.8em;
    bottom: 0.77em;
    display: block;
    font-family: "icon_font";
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    font-style: normal;
    line-height: 1;
    text-decoration: inherit;
    text-shadow: none;
    -webkit-font-smoothing: antialiased; }

  .form-search .search-query,
  .form-search input[type="text"],
  .widget_product_search form .search-query,
  .widget_product_search form input[type="text"],
  .woocommerce-product-search .search-field {
	border: 2px solid #f3f7f9;
	border-radius: 3px;
	box-sizing: border-box;
	color: #88a4b1;
	height: 40px;
	margin-bottom: 0;
	padding-right: 2.15em;
	width: 100%; }

.wpcf7 p {
  margin-bottom: 0.32825em; }
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="time"],
.wpcf7 input[type="week"],
.wpcf7 input[type="number"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="color"] {
  width: 100%; }

.wpcf7-display-none {
  display: none; }

textarea {
  padding: 1.1em 1.6em; }

input[type="color"] {
  padding: 1px 3px; }

input[type="file"] {
  margin-top: 2px; }

input[type="search"] {
  height: 32px;
  padding-top: 0;
  padding-bottom: 0; }

.checkbox input[type="checkbox"] {
  top: 2px; }

.radio input[type="radio"] {
  top: 1px; }

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  background-color: #ffffff;
  margin-bottom: 1px;
}
.wpcf7 textarea {
  height: 116px;
  margin-bottom: 30px;
}
.wpcf7 ::-webkit-input-placeholder {
color: #88a4b1;
font-size: 130%;
opacity: 0.5;
}
.wpcf7 :-moz-placeholder {
color:#88a4b1;
font-size: 130%;
opacity: 0.5;
}
.wpcf7 ::-moz-placeholder {
	color: #88a4b1;
	font-size: 130%;
	opacity: 0.5;
}
.wpcf7 :-ms-input-placeholder {
	color: #88a4b1;
	font-size: 130%;
	opacity: 0.5;
}
.wpcf7-form-control.wpcf7-submit {
	display: block;
	padding: 0.6em 2.75em;
}
.form-fields {
float: left;
max-width: 370px;
width: 47.8%;
}
.wpcf7-form > p {
  clear: both;
}
.wpcf7-form > .form-half {
  float: left;
  clear: none;
  width: 50%;
}
.wpcf7-form > .form-half {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
}
.wpcf7-form > .form-half + .form-half {
  padding-left: 15px;
  padding-right: 0;
}
.wpcf7-form {
  margin: 1em auto 2em;
  max-width: 770px;
}
.wpcf7-form .wpcf7-form-control-wrap input {
  height: 42px;
  margin-bottom: 20px !important;
}
.wpcf7-form label {
  color: #53575d;
}
@media (max-width: 767px) {
	.form-fields {
	  float: none;
	  max-width: 100%;
	  width: 100%;
	}
	.wpcf7-form-control-wrap.your-message {
	  float: none;
	  width: 100%;
	}
}
.screen-reader-response {
  display: none !important;
}
.select2-container a {
	border: 1px solid #dadada !important;
	color: #88a4b1 !important;
	font-style: italic;
	height: 40px;
	line-height: 37px;
	padding: 0 1em !important;
}
/*====================WYSIJA STYLES=====================*/
.shortcode_wysija {
  display: block;
  margin: 4em auto;
  width: 422px;
}
.wysija-input {
	border-color: transparent !important;
	border-radius: 5px;
	font-style: italic;
	margin-right: 7px;
	width: 300px;
	position: relative;
	z-index: 1;
}
.custom-form .wysija-input {
	border-bottom: 1px solid #ececec !important;
	border-radius: 0;
}
.wysija-paragraph {
  display: inline-block;
}
.widget_wysija_cont .wysija-submit {
	display: inline-block;
	height: 40px;
	margin-top: 0;
	vertical-align: top;
	width: 108px;
}
.widget_wysija.shortcode_wysija {
  margin: 0;
}

table {
  width: 100%;
  margin-bottom: 1.313em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent; }
  table th,
  table td {
    padding: 0.5em 0.625em;
    line-height: 1.3;
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid #dddddd; }
  table th {
    font-weight: bold; }
  table td {
    line-height: 1.4; }
  table thead th {
    vertical-align: bottom; }
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-top: 0; }
  table tbody + tbody {
    border-top: 2px solid #dddddd; }

.tequila-img-rounded {
  border-radius: 6px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

a.tequila-img-rounded:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  zoom: 1; }

.tequila-img-circle {
  border-radius: 100em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

a.tequila-img-circle:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  zoom: 1; }

.tequila-img-thumbnail {
  display: block;
  padding: 5px;
  line-height: 1.7;
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: white;
  -webkit-transition: border 0.3s ease, box-shadow 0.3s ease;
  transition: border 0.3s ease, box-shadow 0.3s ease; }
.tequila-img-thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

a.tequila-img-thumbnail:hover {
  border-color: #698d9f; }

.tequila-btn,
.button,
input[type="submit"], .moretag {
  border: medium none;
  display: inline-block;
  background-color: #698d9f;
	border: 2px solid #698d9f;
	border-radius: 100em;
	color: #ffffff;
	font-size: 85.71%;
	font-weight: 600;
	padding: 0.77em 1.6em;
	text-transform: uppercase;
	text-align: center;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear; }
.tequila-btn.btn-home-top {
  border-color: rgba(255,255,255,.5);
  border-width: 1px;
  padding: 0.88em 3em;
  margin-top: 10px;
}
input[type="submit"] {
  padding: 0.54em 1.4em;
}
.tequila-btn.alt {
  background: none;
  border-color: #cbcbcb;
  color: #88a4b1;
}
.tequila-btn:hover,
.button:hover,
[type="submit"]:hover, .moretag:hover {
    text-decoration: none;
    background-color:white;
	color: #698d9f;}

.tequila-btn:focus,
.button:focus,
[type="submit"]:focus {
  outline: thin dotted #333;
  outline: 5px auto #698d9f;
  outline-offset: -1px; }

.tequila-btn.tequila-btn-large {
	font-size: 18px;
    font-size: 1.8rem;
    padding: 0.68em 2.68em 0.7em;
    font-weight: 300; }

.tequila-btn.tequila-btn-small {
font-size: 10px;
font-size: 1rem;
padding: 0.8em 2.4em 0.7em; }
.tequila-btn.tequila-btn-corner {
  margin: 1em 0;
}

.tequila-btn.tequila-btn-square {
  border-radius: 0; }

.tequila-btn.tequila-btn-rounded {
  border-radius: 0.225em; }

.tequila-btn.tequila-btn-pill {
  border-radius: 100em; }

.tequila-btn-block {
  display: block;
  width: 100%; }

.tequila-btn-block + .tequila-btn-block {
  margin-top: 1em; }

.tequila-btn [class^="tequila-icon-"],
.tequila-btn [class*=" tequila-icon-"] {
  display: inline;
  margin-right: 0.5em; }

.tequila-btn-icon-only [class^="tequila-icon-"],
.tequila-btn-icon-only [class*=" tequila-icon-"] {
  margin: 0; }

.tequila-btn-circle-wrap {
  display: inline-block;
  position: relative; }
  .tequila-btn-circle-wrap.tequila-btn-jumbo, .tequila-btn-circle-wrap.tequila-btn-ing-large, .tequila-btn-circle-wrap.tequila-btn-large {
    margin: 0 0 21px;
    padding: 0; }
  .tequila-btn-circle-wrap:before, .tequila-btn-circle-wrap:after {
    content: "";
    position: relative;
    display: block;
    margin: 0 auto;
    z-index: 0; }
  .tequila-btn-circle-wrap:before {
    top: 2px; }
  .tequila-btn-circle-wrap:after {
    bottom: 2px; }
  .tequila-btn-circle-wrap .tequila-btn {
    position: relative;
    z-index: 1; }
.tequila-nav-collapse {

}
/*============MAIN MENU=================*/
.tequila-navbar-wrap{
	position: relative;
}
.tequila-navbar .sub-menu {
  position: absolute;
  right: 0;
  display: none;
  float: left;
  min-width: 200px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background-color: #ffffff;
  z-index: 1000;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: 2px solid #698d9f;
  box-shadow: 0 0 3px rgba(0,0,0,0.3);}
  .tequila-navbar .sub-menu a {
	clear: both;
	color: #888;
	display: block;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.7;
	padding: 0.5em 1.6em;
	text-transform: none;
	white-space: nowrap;
    -webkit-transition: none;
    transition: none; }

.tequila-navbar .sub-menu li > a:hover {
  text-decoration: none;
  color: #333333;
  background-color: whitesmoke; }

.tequila-navbar .sub-menu .current-menu-item > a {
  background-color: whitesmoke; }
.tequila-navbar .tequila-nav li.menu-item-has-children > a:after {
  content: "\e86d";
  font-family: "icon_font";
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  margin-left: 0.35em;
}
.sf-menu ul {
  position: absolute;
  top: 75px; }

.sf-menu li {
  font-weight: 700;
  text-transform: uppercase;
  position: relative; }

.sf-menu li:hover {
  visibility: inherit; }

.sf-menu a {
  position: relative; }

.sf-menu a .sf-sub-indicator {
  position: absolute;
  top: -9999em; }

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: 75px;
  z-index: 9999; }

.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul {
  left: 98%;
  top: -12px; }

.no-js .tequila-portfolio-filters-menu {
  display: block; }

.fade {
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .fade.in {
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1; }

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease; }
  .collapse.in {
    height: auto; }

.tequila-widgetbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #727272;
  background-color: white;
  z-index: 1032;
  -webkit-box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.135);
  box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.135); }
  @media (max-width: 979px) {
    .tequila-widgetbar {
      position: absolute; } }
  .tequila-widgetbar .widget {
    margin-top: 3em; }

.tequila-widgetbar-inner {
  padding: 2.5% 0; }
  .tequila-widgetbar-inner [class*="span"] .widget:first-child {
    margin-top: 0; }
  @media (max-width: 979px) {
    .tequila-widgetbar-inner {
      padding: 6.5% 0; }
      .tequila-widgetbar-inner [class*="span"] .widget:first-child {
        margin-top: 3em; }
      .tequila-widgetbar-inner [class*="span"]:first-child .widget:first-child {
        margin-top: 0; } }

.tequila-btn-widgetbar {
  position: fixed;
  top: 0;
  right: 0;
  border-top: 19px solid #272727;
  border-left: 19px solid transparent;
  border-right: 19px solid #272727;
  border-bottom: 19px solid transparent;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: white;
  background-color: transparent;
  z-index: 1033; }
  @media (max-width: 979px) {
    .tequila-btn-widgetbar {
      position: absolute; } }
  .tequila-btn-widgetbar i {
    position: absolute;
    top: -15px;
    right: -13px; }
  .tequila-btn-widgetbar:hover {
    color: white; }

.tequila-navbar-fixed-left-active .tequila-widgetbar,
.tequila-navbar-fixed-right-active .tequila-widgetbar {
  z-index: 1029; }
  @media (max-width: 979px) {
    .tequila-navbar-fixed-left-active .tequila-widgetbar,
    .tequila-navbar-fixed-right-active .tequila-widgetbar {
      z-index: 1032; } }


.tequila-topbar {
    border-bottom: 1px solid rgba(0,0,0,0.1);
	min-height: 39px;
	position: relative;
	z-index: 1031;
	  *zoom: 1; }
  .tequila-topbar:before, .tequila-topbar:after {
    display: table;
    content: ""; }
  .tequila-topbar:after {
    clear: both; }

  .tequila-topbar .p-info {
    float: left;
    font-size: 11px;
	font-size: 1.1rem;
	line-height: 39px;
	margin: 0;
    color: #88a4b1; }
 .tequila-topbar .p-info i {
  font-size: 14px;
  color: #698d9f;
  margin-right: 5px;
 }
 .tequila-topbar .p-info span + span {
  margin-left: 26px;
 }
    @media (max-width: 767px) {
      .tequila-topbar .p-info {
        margin: 0;} }
    .tequila-topbar .p-info a {
      border-bottom: 1px dotted;
      color: #b7b7b7; }
      .tequila-topbar .p-info a:hover {
        color: auto; }

 .tequila-topbar .tequila-topbar-search,
 .tequila-topbar .tequila-topbar-login,
 .header-cart {
	color: #88a4b1;
	float: right;
	font-size: 1.1rem;
	line-height: 39px;
	margin: 0 0 0 1em;
	position: relative; }
 .tequila-topbar .tequila-topbar-search i,
 .tequila-topbar .tequila-topbar-login i {
  padding-right: 6px;
}
.tequila-topbar-login {
  margin-top: 1px !important;
}
.tequila-topbar-login i {
  color: #698d9f;
}
.tequila-search-bar {
	background: none repeat scroll 0 0 #fff;
	position: absolute;
	min-height: 0;
	right: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
	z-index: 10000;
}
.tequila-search-bar.in {
   min-height: 100%;
}
.close-search-bar {
  font-size: 130%;
  position: absolute;
  right: 12px;
  top: 12px;
}
#searchsubmit {
	border: none;
}
.tequila-search-bar .form-search:before {
	color: #7a7a7a;
	font-size: 20px;
	left: inherit;
	margin-top: -0.4em;
	right: 4px;
	top: 50%;
}
.tequila-search-bar .form-search .search-query {
	border: medium none;
	color: #cdcdcd !important;
	font-size: 48px;
	font-weight: 600;
	height: 1em;
	padding: 0 1em 0 0;
}
.big-search-submit {
  background-color: transparent !important;
  display: block;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 9em !important;
}
.tequila-navbar-search {
	color: #3b424b;
	float: left;
	height: 100px;
	padding-left: 0.75em;
	padding-top: 70px;
}
.tequila-navbar-search i:before {
	font-size: 20px;
	position: relative;
	top: -3px;
}

.tequila-navbar-fixed-right-active .tequila-navbar-search,
.tequila-navbar-fixed-left-active .tequila-navbar-search {
  display: block;
  float: none;
  height: auto;
  margin-top: 1em;
  padding: 0;
  text-align: center;
}
  .tequila-topbar .tequila-social-global {
    float: right;
    line-height: 39px;
    margin-left: 1.3em;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

    .tequila-topbar .tequila-social-global a,
    .footer-bottom .tequila-social-global a,
    .sidenavbar-social .tequila-social-global a  {
      margin-left: 6px;
      font-size: 18px;
      font-size: 1.8rem;
      color:#444444; }
      	.sidenavbar-social {
		  display:none;
		}
       @media(min-width:980px){
		.sidenavbar-social {
		  bottom: 75px;
		  display:block;
		  position: absolute;
		  left: 50%;
		  transform: translateX(-50%);
		  -webkit-transform: translateX(-50%);
		}
		}
      .tequila-topbar .tequila-social-global a i {
        display: block; }

.tequila-navbar-fixed-left-active .tequila-topbar,
.tequila-navbar-fixed-right-active .tequila-topbar {
  z-index: 1028; }
  @media (max-width: 979px) {
    .tequila-navbar-fixed-left-active .tequila-topbar,
    .tequila-navbar-fixed-right-active .tequila-topbar {
      z-index: 1031; } }

.tequila-navbar {
  position: relative;
  overflow: visible;
  z-index: 1030;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.tequila-navbar .container {
  width: auto; }
.tequila-nav-collapse.collapse {
    height: auto;
    float: right;
}
  @media (max-width: 979px) {
	 .tequila-nav-collapse.collapse {
	  float: none;
	}
	.tequila-navbar-search {
	  display: block;
	  float: none;
	  height: auto!important;
	  margin-bottom: 2em;
	  padding: 0 0 0 0.6em!important;
	}

   }
.tequila-navbar-fixed-left-active .tequila-nav-collapse.collapse,
.tequila-navbar-fixed-right-active .tequila-nav-collapse.collapse {
	 float: none;
}
.tequila-brand {
  float: left;
  display: block;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1;
  color: #3b424b;
  margin-top: 36px; }
  .tequila-brand:hover {
    text-decoration: none;
    color: #3b424b; }
.tequila-navbar .tequila-nav {
    display: block;
    float: left;
    margin: 0;
    position: relative;
}
.tequila-navbar .tequila-nav > li {
    float: left;
}
.tequila-navbar-inner, .tequila-search-bar .form-search {
	position: relative;
	min-height: 100px; }
.tequila-search-bar .form-search .search-query { min-height: 100px; line-height: 100px; }
.tequila-navbar .tequila-nav > li > a,
.tequila-portfolio-filters {
  float: none;
  padding: 0 0.75em;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  color: #b7b7b7;
  height: 167px;
  padding-top: 45px; }
/*
.tequila-navbar .tequila-nav li > a:after {
  content: "\e86d";
  margin-left: 0.25em;
  font-family: "icon_font";
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  speak: none;
  -webkit-font-smoothing: antialiased; }
.tequila-navbar .tequila-nav li > a:only-child:after {
  content: "";
  display: none; }
*/
.tequila-navbar .tequila-nav > li > a:hover,
.tequila-navbar .tequila-nav > .current-menu-item > a,
.tequila-portfolio-filters:hover {
  background-color: transparent;
  color: #698d9f;
  text-decoration: none;
  box-shadow: 0 3px 0 0 #698d9f inset;
  -webkit-box-shadow: 0 3px 0 0 #698d9f inset;}

.tequila-btn-navbar {
	float: right;
	line-height: 1;
	padding: 0.458em 0.625em;
	display: none;
 }
 .tequila-btn-navbar:hover {
    color: #919191; }

.tequila-btn-navbar {
	background-color: white;
	color: #3b424b;
	font-size: 32px;
	font-size: 3.2rem;
	margin-top: 18px; }
  .tequila-btn-navbar.collapsed:hover {
    color: #919191; }

.tequila-navbar .tequila-nav > li > .sub-menu {
  left: auto;
  right: 0;
  top: 100%; }
  .tequila-navbar .tequila-nav > li > .sub-menu .sub-menu {
    left: auto;
    right: 100%; }

.tequila-navbar-fixed-left,
.tequila-navbar-fixed-right{
  position: relative;
  z-index: 1030; }
@media(min-width:980px) {
.tequila-navbar-fixed-left,
.tequila-navbar-fixed-right{
  position: fixed;
  z-index: 1030; }
}

/*===============FIXED TOP NAVBAR=====================*/

@media(min-width:980px) {

.tequila-navbar-fixed-top{
  position: fixed;
  z-index: 1030; }

.tequila-navbar-fixed-top-active .tequila-navbar-wrap {
  height: 90px; }
  @media (max-width: 979px) {
    .tequila-navbar-fixed-top-active .tequila-navbar-wrap {
      height: auto; } }

.tequila-navbar-fixed-top{
  top: 0;
  left: 0;
  right: 0; }

.tequila-navbar.tequila-navbar-fixed-top {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.tequila-navbar.tequila-navbar-fixed-top .tequila-navbar-inner,
.tequila-navbar.tequila-navbar-fixed-top .tequila-search-bar .form-search,
.tequila-navbar.tequila-navbar-fixed-top .tequila-search-bar .form-search .search-query {
  min-height: 53px!important;
   transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.tequila-navbar.tequila-navbar-fixed-top .tequila-brand.img {
  max-width: 100px!important;
  margin-top: 8px!important;
    transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.tequila-navbar.tequila-navbar-fixed-top .tequila-nav > li > a,
.tequila-navbar.tequila-navbar-fixed-top .tequila-navbar-search {
  height: 53px!important;
  padding-top: 20px!important;
    transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.tequila-navbar-fixed-top .alt-logo {
  display: none;
}
.tequila-navbar-fixed-top .tequila-btn-navbar.collapsed {
  margin-top: 0px;
  padding: 0.3em 0.5em;
}
}
@media(max-width:979px) {

.tequila-navbar .tequila-navbar-inner,
.tequila-navbar .tequila-search-bar .form-search,
.tequila-navbar .tequila-search-bar .form-search .search-query {
  min-height: 53px;
}
.tequila-brand{
  max-width: 100px!important;
  margin-top: 8px;
}
.tequila-navbar .tequila-nav > li > a,
.tequila-navbar .tequila-navbar-search {
  height: 53px!important;
  padding-top: 20px!important;
}
.alt-logo {
  display: none;
}
.tequila-btn-navbar {
  margin-top: 0px;
  padding: 0.3em 0.5em!important;
}
.tequila-nav-collapse .tequila-nav {
  margin:0!important;
}
}
/*=====================================================*/
.tequila-navbar-type-centered .tequila-topbar .tequila-brand {
  display: none;
}
@media(min-width:980px){
.tequila-navbar-type-centered .tequila-topbar .tequila-brand {
  left: 50%;
  position: absolute;
  top: 0;
  display: block;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.tequila-navbar-type-centered .tequila-navbar .tequila-brand {
	display: none;
}
.tequila-navbar-type-centered .tequila-nav-collapse {
  float: left;
  position: relative;
  right: -50%;
}
.tequila-navbar-type-centered .tequila-nav-collapse > a,
.tequila-navbar-type-centered .tequila-nav-collapse>ul {
  float: left;
  position: relative;
  right: 50%;
}
}

.tequila-navbar-fixed-left-active.tequila-navbar-type-centered .tequila-topbar .tequila-brand,
.tequila-navbar-fixed-right-active.tequila-navbar-type-centered .tequila-topbar .tequila-brand {
	display: none;
}
.tequila-navbar-fixed-left-active.tequila-navbar-type-centered .tequila-navbar .tequila-brand,
.tequila-navbar-fixed-right-active.tequila-navbar-type-centered .tequila-navbar .tequila-brand {
	display: block;
}
.tequila-navbar-dynamic-active .tequila-navbar {
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	transition:top 600ms ease 0s;
}
.uppinned-header{
  top: -190px; }

.tequila-boxed-layout-active .tequila-navbar-fixed-top{
  left: 10px;
  right: 10px; }

.tequila-navbar-fixed-left,
.tequila-navbar-fixed-right{
  top: 0;
  bottom: 0;
  width: 228px;}

  @media(min-width:980px) {
  .tequila-navbar-fixed-left .tequila-container-fluid.width,
  .tequila-navbar-fixed-right .tequila-container-fluid.width {
    width: 100%; }
  .tequila-navbar-fixed-left .tequila-navbar-inner,
  .tequila-navbar-fixed-right .tequila-navbar-inner {
    height: 100%; }
  }
  @media(min-width:980px) {
	  .tequila-navbar-fixed-left .tequila-brand {
	    float: none;
	    text-align: left;
	    padding: 0 70px; }
	  .tequila-navbar-fixed-right .tequila-brand {
	    float: none;
	    text-align: right;
	    padding: 0 70px; }

	    .tequila-navbar-fixed-left-active.tequila-navbar-type-centered .tequila-navbar .tequila-brand,
		.tequila-navbar-fixed-right-active.tequila-navbar-type-centered .tequila-navbar .tequila-brand {
			text-align: center;
		}
		.tequila-navbar-fixed-left-active.tequila-navbar-type-centered .tequila-nav-collapse > a,
		.tequila-navbar-fixed-left-active.tequila-navbar-type-centered .tequila-nav-collapse > ul,
		.tequila-navbar-fixed-right-active.tequila-navbar-type-centered .tequila-nav-collapse > a,
		.tequila-navbar-fixed-right-active.tequila-navbar-type-centered .tequila-nav-collapse > ul{
			float: none;
			right: inherit;
		}
		.tequila-navbar-fixed-left-active.tequila-navbar-type-centered .tequila-nav-collapse,
		.tequila-navbar-fixed-right-active.tequila-navbar-type-centered .tequila-nav-collapse {
		  right: inherit;
		}
		.tequila-navbar-fixed-left-active.tequila-navbar-type-centered .tequila-navbar .tequila-nav > li > a,
		.tequila-navbar-fixed-right-active.tequila-navbar-type-centered .tequila-navbar .tequila-nav > li > a {
		  text-align: center;
		}

	  }
  .tequila-navbar-fixed-left .tequila-nav,
  .tequila-navbar-fixed-right .tequila-nav {
    float: none;
    margin-top: 2em; }
    .tequila-navbar-fixed-left .option-set,
     .tequila-navbar-fixed-right .option-set {
    float: none;}
    .tequila-navbar-fixed-left .tequila-nav > li,
    .tequila-navbar-fixed-right .tequila-nav > li {
      float: none; }
      .tequila-navbar-fixed-left .tequila-nav > li > a{
        text-align: left;
        padding: 13px 70px;
        height: auto; }
      .tequila-navbar-fixed-right .tequila-nav > li > a {
        text-align: left;
        padding: 13px 70px;
        height: auto; }

.tequila-navbar-fixed-left {
  left: 0; }
  @media (max-width: 979px) {
    .tequila-navbar-fixed-left .tequila-navbar{
      border-right: 0; } }
  .tequila-navbar-fixed-left .tequila-nav > li > a:focus, .tequila-navbar-fixed-left .tequila-nav > li > a:hover {
    -webkit-box-shadow: inset 3px 0 0 0 #698d9f;
    box-shadow: inset 3px 0 0 0 #698d9f; }
  .tequila-navbar-fixed-left .tequila-nav > li > .sub-menu {
    top: 0;
    left: 100%;
    right: auto;
    margin: 0; }
    .tequila-navbar-fixed-left .tequila-nav > li > .sub-menu .sub-menu {
      left: 100%;
      right: auto; }

.tequila-navbar-fixed-right{
  right: 0; }
  @media (max-width: 979px) {
    .tequila-navbar-fixed-right {
      border-left: 0; } }
  .tequila-navbar-fixed-right .tequila-nav > li > a:focus, .tequila-navbar-fixed-right .tequila-nav > li > a:hover {
    -webkit-box-shadow: inset -3px 0 0 0 #698d9f;
    box-shadow: inset -3px 0 0 0 #698d9f; }
  .tequila-navbar-fixed-right .tequila-nav > li > .sub-menu {
    top: 0;
    left: auto;
    right: 100%;
    margin: 0; }

.tequila-nav {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none; }

.tequila-nav > li > a,
.tequila-portfolio-filters {
  display: block; }

.tequila-nav > li > a:hover {
  text-decoration: none;
  background-color: white; }

.tequila-nav ul > .right {
  float: right; }

.tequila-nav-tabs {
	list-style: outside none none !important;
	margin: 0 !important;
	position: relative;
	z-index: 1; }
  .tequila-nav-tabs:before, .tequila-nav-tabs:after {
    display: table;
    content: ""; }
  .tequila-nav-tabs:after {
    clear: both; }
  .tequila-nav-tabs > li {
	float: left;
	margin-bottom: -1px;
	margin-right: 2px;
	text-align: center;}
    .tequila-nav-tabs > li.active {
	border-left: 1px solid #dcdcdc !important;
	border-right: 1px solid #dcdcdc !important;}
    .tequila-nav-tabs > li > a {
	    color:#88a4b1 !important;
	    background-color: white;
    }
    @media (max-width: 979px) {
      .tequila-nav-tabs > li {
        border-right: 0; } }
    .tequila-nav-tabs > li > a {
		display: block;
		font-size: 85.71%;
		font-weight: bold;
		line-height: 1.3;
		padding: 1em 20%;
		background-color: white;
		border-bottom: 1px solid #dcdcdc;
		text-transform: uppercase;
		transition: all 0.1s ease 0s;
		-webkit-transition: all 0.1s ease 0s; }
      .tequila-nav-tabs > li > a:hover {
      		color: #698d9f;
      		background-color: white;
       }
   .textwidget .tequila-nav-tabs > li > a {
		background-color: #f3f7f9;
		border-bottom: 1px solid #dcdcdc;
		padding: 1em 14%;}
   .textwidget .tequila-nav-tabs > li.active > a {
   		background-color:#fff; }
  .tequila-nav-tabs.left, .tequila-nav-tabs.right {
    width: 24%;
    max-width: 200px; }
    @media (max-width: 979px) {
      .tequila-nav-tabs.left, .tequila-nav-tabs.right {
        float: none;
        width: 100%;
        max-width: none; } }
    .tequila-nav-tabs.left > .tequila-nav-tabs-item, .tequila-nav-tabs.right > .tequila-nav-tabs-item {
      float: none;
      width: 100%;
      border-left: 0;
      border-right: 0;
      border-bottom: 1px solid #dddddd;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .tequila-nav-tabs.left {
    border-right: 0; }
    @media (max-width: 979px) {
      .tequila-nav-tabs.left {
        border-right: 1px solid #dddddd;
        border-right: 1px solid rgba(0, 0, 0, 0.15); } }
  .tequila-nav-tabs.right {
    border-left: 0; }
    @media (max-width: 979px) {
      .tequila-nav-tabs.right {
        border-left: 1px solid #dddddd;
        border-left: 1px solid rgba(0, 0, 0, 0.15); } }

.tequila-nav-tabs > .active > a {
  color: #698d9f;
  background-color: white;
  cursor: default; }

@media (max-width: 979px) {
  .tequila-nav-tabs.two-up > li, .tequila-nav-tabs.three-up > li, .tequila-nav-tabs.four-up > li, .tequila-nav-tabs.five-up > li {
    float: none;
    width: 100%; } }

.tabbable {
  *zoom: 1; }
  .tabbable:before, .tabbable:after {
    display: table;
    content: ""; }
  .tabbable:after {
    clear: both; }

.tequila-tab-content {
	background-color: white;
	margin-bottom: 1.313em;
	overflow: auto;
	position: relative; }
  .tequila-tab-content img,
  .tequila-tab-content .tequila-btn {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .tequila-tab-content .tequila-tab-pane {
    border: 1px solid #dcdcdc;
	padding: 1.5em 1.8em; }
	.tequila-tab-pane h1,
	.tequila-tab-pane h2,
	.tequila-tab-pane h3,
	.tequila-tab-pane h4,
	.tequila-tab-pane h5,
	.tequila-tab-pane h6 {
	  margin-top: 0;
	}
.tequila-nav-tabs.left + .tequila-tab-content, .tequila-nav-tabs.right + .tequila-tab-content {
  border-top: 1px solid #dddddd;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }
  @media (max-width: 979px) {
    .tequila-nav-tabs.left + .tequila-tab-content, .tequila-nav-tabs.right + .tequila-tab-content {
      border-top: 0; } }

.tequila-tab-content > .tequila-tab-pane {
  display: none; }

.tequila-tab-content > .active {
  display: block; }

.tequila-nav-articles {
  float: right;
  width: 10%;
  text-align: right; }
  @media (max-width: 767px) {
    .tequila-nav-articles {
      float: none;
      width: 100%;
      margin-top: 0.65em;
      text-align: center; } }
  .tequila-nav-articles .next {
    margin-left: 0.5em; }

.tequila-breadcrumb-wrap {
	background-color: #f3f7f9;
	color: #88a4b1;
	font-style: italic;
	margin: 0;
	min-height: 80px;
	padding: 2.1em 0; }
  .tequila-breadcrumb-wrap a {
    color: #88a4b1; }
    .tequila-breadcrumb-wrap a:hover {
      color: #698d9f; }

.tequila-breadcrumbs {
	float: right;
	padding-top: 0.15em;
	text-align: right; }
  .tequila-breadcrumbs .delimiter {
    color: #88a4b1; }
	.tequila-breadcrumb-wrap h3 {
		float: left;
		font-size: 24px;
		font-style: normal;
		font-weight: normal;
		margin: 0;
	}
.pagination {
	float: right;
	height: 32px;
	margin: 0 0 4em; }
  .pagination ul {
    display: inline-block;
    margin: 0; }
  .pagination li {
    display: inline; }
  .pagination a,
  .pagination span, .page-links a, .page-links > .sources {
    border-radius: 100em;
    background-color: #f2f2f2;
	color: #3b424b;
	float: left;
	font-size: 1.3rem;
	font-weight: 500;
	height: 32px;
	line-height:32px;
	margin: 0 0.2em;
	text-decoration: none;
	width: 32px;
	text-align: center; }
	.page-links {
      margin-top: 2em;}
	.page-links a, .page-links > .sources {
		float:none;
		display: inline-block;
		margin: 0 0.12em;
	}
  .pagination a:hover, .page-links > .sources,.page-links>a:hover {
    color: #ffffff;}
  @media (max-width: 480px) {
    .pagination a.prev-next {
      display: none; } }
  .pagination span.current {
	  color: white;
	  border:none; }
  .pagination span.pages {
    display: none; }
.post-result-count {
	color: #3b424b;
	float: left;
	margin-top: 5px;
}
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 0.455em;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: "Lato";
  font-weight: normal;
  line-height: 1.2;
  text-shadow: none;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: margin 0.3s ease, opacity 0.3s ease;
  transition: margin 0.3s ease, opacity 0.3s ease; }
  .tooltip.top {
    margin-top: 0; }
  .tooltip.right {
    margin-left: 0; }
  .tooltip.bottom {
    margin-top: 0; }
  .tooltip.left {
    margin-left: 0; }
  .tooltip.in.top {
    margin-top: -0.273em; }
  .tooltip.in.right {
    margin-left: 0.273em; }
  .tooltip.in.bottom {
    margin-top: 0.273em; }
  .tooltip.in.left {
    margin-left: -0.273em; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.727em 0.818em;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: #272727; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #272727; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #272727; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #272727; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #272727; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: white;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: margin 0.3s ease, opacity 0.3s ease;
  transition: margin 0.3s ease, opacity 0.3s ease; }
  .popover.top {
    margin-top: 0; }
  .popover.right {
    margin-left: 0; }
  .popover.bottom {
    margin-top: 0; }
  .popover.left {
    margin-left: 0; }
  .popover.in.top {
    margin-top: -0.825em; }
  .popover.in.right {
    margin-left: 0.825em; }
  .popover.in.bottom {
    margin-top: 0.825em; }
  .popover.in.left {
    margin-left: -0.825em; }

.popover-title {
  margin: 0;
  padding: 0.571em 0.75em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb; }

.popover-content {
  padding: 0.563em 0.875em;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5; }
  .popover-content p,
  .popover-content ul,
  .popover-content ol {
    margin-bottom: 0; }
  .popover-content ul,
  .popover-content ol {
    margin-left: 1.286em; }

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover .arrow:after {
  content: "";
  z-index: -1; }

.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: white; }
  .popover.top .arrow:after {
    border-width: 11px 11px 0;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -1px;
    left: -11px; }
.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: white; }
  .popover.right .arrow:after {
    border-width: 11px 11px 11px 0;
    border-right-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
    left: -1px; }
.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #f7f7f7; }
  .popover.bottom .arrow:after {
    border-width: 0 11px 11px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -1px;
    left: -11px; }
.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: white; }
  .popover.left .arrow:after {
    border-width: 11px 0 11px 11px;
    border-left-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
    right: -1px; }

.flex-container a:active,
.tequila-flexslider a:active {
  outline: none; }
.tp-revslider-mainul .tp-revslider-slidesli .tp-caption.largetextcust,
.tp-revslider-mainul .tp-revslider-slidesli .largetextcust {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tp-revslider-mainul .tp-revslider-slidesli a {
  color: #fff;
  font-weight: 800;
  padding: 0 30px!important;
  height: 40px!important;
  line-height: 38px!important;
  border-width: 1px;
}
.tp-revslider-mainul .tp-revslider-slidesli a + a {
  margin-left: 8px;
}
.tp-revslider-mainul .tp-revslider-slidesli a:hover,
.tp-revslider-mainul .tp-revslider-slidesli a.alt {
  background: white;
  border-color: white;
  color: #88a4b1;
}
.tp-revslider-mainul .tp-revslider-slidesli a.alt:hover {
  background: #698d9f;
  border-color: #698d9f;
  color: #fff;
}

.tequila-slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.tequila-flexslider {
  margin: 0;
  padding: 0; }

.tequila-flexslider .tequila-slides .tequila-slide {
  display: none;
  position: relative; }
.tequila-flexslider .tequila-slides img {
  width: 100%;
  display: block; }
.single .tequila-flexslider .tequila-slides img {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: auto;
}
.flex-pauseplay span {
  text-transform: capitalize; }

.tequila-slides {
  *zoom: 1; }
  .tequila-slides:before, .tequila-slides:after {
    display: table;
    content: ""; }
  .tequila-slides:after {
    clear: both; }

.no-js .tequila-slides > li:first-child {
  display: block; }

.tequila-flexslider {
  width: 100%;
  margin: 0 0 1.313em;
  position: relative; }

.tequila-flexslider-featured-gallery {
  background: white; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }


.entry-post-nav.group {
  margin-bottom: 4.5em;
}
.entry-post-nav.group .tequila-container-fluid {
  margin: 1em auto 2.3em;
}
.entry-post-nav.group h4 a {
  color: #3b424b;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-weight: 400;
  white-space: nowrap;
  word-wrap: normal;
}
.entry-post-nav.group h4 a:hover,
.entry-post-nav.group h4 a:hover i {
	color: #698d9f;
}
.entry-single-portfolio-nav > div {
  position: relative;
}
.post-prev, .post-next {
  position: absolute;
}
.post-prev {
  left: 0;
  margin-top: -20px;
  top: 50%;
}
.post-next {
  right: 0;
  margin-top: -20px;
  top: 50%;
}
.post-prev i {
  padding-right: 8px;
}
.post-next i {
  padding-left: 8px;
}
a.prev-next>i{
	-webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  position: relative;
    top: -1px;
    font-size: 130%;
}
.entry-post-nav.group h4 a i {
  color: #3b424b;
  padding-right: 10px;
  text-shadow: none;
}
.entry-post-nav.group .post-next h4 a i {
	padding-right: 0;
	padding-left: 10px;
}
.entry-single-post-nav h4 {
  margin: 0;
}
.entry-single-post-nav i:before {
  font-size: 70%;
  position: relative;
  top: -2px;
}
.rev_slider_wrapper {
position: relative;
z-index: 0;
}
.tequila-slider-revolution-container {
	position: relative;
	}
  .tequila-slider-revolution-container.below {
    border-bottom: none; }
  .tequila-slider-revolution-container .rev_slider_wrapper {
    padding: 0 !important;
    position: relative;
	z-index: 1; }

.page-template-template-blank-3-php .tequila-slider-revolution-container.above,
.page-template-template-blank-6-php .tequila-slider-revolution-container.above {
  border-bottom: none; }

/* Slider navigation  */

.tp-bullets.tp-thumbs {
  padding: 0; }

.tp-bullets.simplebullets.navbar,
.tp-bullets.simplebullets.navbar-old {
  height: 40px;
  border: 0;
  background: #272727; }
  @media (max-width: 767px) {
    .tp-bullets.simplebullets.navbar,
    .tp-bullets.simplebullets.navbar-old {
      display: none; } }
  .tp-bullets.simplebullets.navbar .bullet,
  .tp-bullets.simplebullets.navbar-old .bullet {
    width: 19px;
    height: 19px;
    margin-top: 10px;
    background: white;
    border-radius: 100em;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.navbar .bullet.selected,
    .tp-bullets.simplebullets.navbar-old .bullet:hover,
    .tp-bullets.simplebullets.navbar-old .bullet.selected {
      background-color: #ff2a13; }
    .tp-bullets.simplebullets.navbar .bullet.last,
    .tp-bullets.simplebullets.navbar-old .bullet.last {
      margin-right: 0; }

@media (max-width: 767px) {
  .tp-bullets.simplebullets.round,
  .tp-bullets.simplebullets.round-old,
  .tp-bullets.simplebullets.square-old {
    display: none; } }
.tp-bullets.simplebullets.round .bullet,
.tp-bullets.simplebullets.round-old .bullet,
.tp-bullets.simplebullets.square-old .bullet {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  background: white;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected,
  .tp-bullets.simplebullets.round-old .bullet:hover,
  .tp-bullets.simplebullets.round-old .bullet.selected,
  .tp-bullets.simplebullets.square-old .bullet:hover,
  .tp-bullets.simplebullets.square-old .bullet.selected {
    background-color: #ff2a13; }
  .tp-bullets.simplebullets.round .bullet.last,
  .tp-bullets.simplebullets.round-old .bullet.last,
  .tp-bullets.simplebullets.square-old .bullet.last {
    margin-right: 0; }

.tp-bullets.simplebullets.round .bullet,
.tp-bullets.simplebullets.round-old .bullet {
  border-radius: 100em; }

.tp-leftarrow,
.tp-rightarrow {
  background-image: none !important; }
  .tp-leftarrow.tparrows.custom:before,
  .tp-rightarrow.tparrows.custom:before {
    display: block;
    margin: 0 auto;
    font-family: "icon_font";
    font-weight: normal;
    font-size: 120px;
    font-size: 12.0rem;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    speak: none;
    color: white;
        margin-top: -48px!important;
        opacity:1;
        position: absolute;
        top:50%;
 }
  .tp-leftarrow.tparrows.custom,
  .tp-rightarrow.tparrows.custom {
  background-color: rgba(255,255,255,0);
  cursor: pointer;
  height: 100%;
  margin: 0 !important;
  /*top: 0 !important;*/
  width: 200px;
  z-index: 100;
    -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
  .tp-leftarrow.custom:hover,
  .tp-rightarrow.custom:hover {
  background-color: rgba(255,255,255,0.2);
    -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  }
  .tp-leftarrow.tparrows.custom {
    left:0!important;
  }
  .tp-rightarrow.tparrows.custom {
    /*right:-20px!important;
    left: auto!important;*/
  }
.tp-leftarrow.tparrows.custom:before {
  content: "\e808"!important;
  margin-left: 42px;}

.tp-rightarrow.tparrows.custom:before {
  content: "\e809"!important;
  margin-left: 42px; }

  @media (max-width: 1199px) {
  .tp-leftarrow.tparrows.custom,
  .tp-rightarrow.tparrows.custom {
   width: 150px;   }
  .tp-leftarrow.tparrows.custom:before {
     margin-left: 10px;}
.tp-rightarrow.tparrows.custom:before {
   margin-left: 10px; }  }
  @media (max-width: 979px) {
  .tp-leftarrow.tparrows.custom:before,
  .tp-rightarrow.tparrows.custom:before {
    font-size: 75px;
    font-size: 7.5rem;
    margin-top: -57px !important; }
  .tp-leftarrow.tparrows.custom,
  .tp-rightarrow.tparrows.custom {
   width: 87px;  }    }
  @media (max-width: 599px) {
  .tp-leftarrow.tparrows.custom:before,
  .tp-rightarrow.tparrows.custom:before {
    font-size: 50px;
    font-size: 5.0rem;
    margin-top: -40px !important; }
  .tp-leftarrow.tparrows.custom,
  .tp-rightarrow.tparrows.custom {
   width: 50px;  }
  .tp-leftarrow.tparrows.custom:before {
     margin-left: 2px;}

  .tp-rightarrow.tparrows.custom:before {
   margin-left: 2px; }    }

    .tp-leftarrow.custom:before,
    .tp-rightarrow.custom:before {
}
    .tp-leftarrow.custom:hover,
    .tp-rightarrow.custom:hover {
                                 }
      .tp-leftarrow.custom:hover:before,
      .tp-rightarrow.custom:hover:before {
        opacity: 1; }


.tp-leftarrow.navbar,
.tp-rightarrow.navbar,
.tp-leftarrow.navbar-old,
.tp-rightarrow.navbar-old {
  width: 40px;
  height: 40px;
  margin: 0;
  line-height: 38px;
  text-align: center;
  background: none; }

  /*end slider navigation*/

.tequila-slider-scroll-bottom {
  position: absolute;
  display: block;
  border: 1px solid white;
  width: 60px;
  height: 60px;
  font-size: 26px;
  line-height: 60px;
  text-align: center;
  color: white;
  border-radius: 100em;
  z-index: 1020;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .tequila-slider-scroll-bottom.top {
    top: 20px; }
  .tequila-slider-scroll-bottom.left {
    left: 20px; }
  .tequila-slider-scroll-bottom.right {
    right: 20px; }
  .tequila-slider-scroll-bottom.bottom {
    bottom: 20px; }
  .tequila-slider-scroll-bottom.center {
    left: 50%;
    margin-left: -30px; }
  .tequila-slider-scroll-bottom:hover {
    color: #698d9f;
    border-color: #698d9f;
    background-color: rgba(255,255,255,0.8);}
  @media (min-width: 768px) and (max-width: 979px) {
    .tequila-slider-scroll-bottom {
	font-size: 24px;
	height: 50px;
	line-height: 43px;
	width: 50px;
	padding-top: 4px; }
      .tequila-slider-scroll-bottom.center {
        margin-left: -25px; } }
  @media (max-width: 767px) {
    .tequila-slider-scroll-bottom {
	border-width: 1px;
	font-size: 22px;
	height: 46px;
	line-height: 45px;
	width: 46px; }
      .tequila-slider-scroll-bottom.center {
        margin-left: -23px; } }
  @media (max-width: 480px) {
    .tequila-slider-scroll-bottom {
	border-width: 1px;
	font-size: 22px;
	height: 46px;
	line-height: 45px;
	width: 46px; }
      .tequila-slider-scroll-bottom.center {
        margin-left: -20px; } }

.jp-jplayer {
  position: absolute; }

.jp-jplayer-audio {
  border-radius: 3px; }

.jp-jplayer-video {
  background-color: black; }

.jp-controls-container-video {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px; }

.jp-interface {
	background-color: #3b424b;
	height: 60px;
	padding-right: 300px;
	position: relative;
}

.jp-controls {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .jp-controls a {
	display: block;
	height: 60px;
	line-height: 59px;
	outline: medium none;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 0;
	width: 55px;
	z-index: 1; }
    .jp-controls a span {
      visibility: hidden; }
    .jp-controls a:before {
      display: block;
      margin: 0 auto;
      font-family: "icon_font";
      font-weight: normal;
      font-size: 14px;
      font-size: 1.4rem;
      font-style: normal;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased;
      color: white;
      speak: none; }
    .jp-controls a:hover:before {
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
      color: #bababa; }

a.jp-play:before {
  content: ""; }

a.jp-pause:before {
  content: ""; }

a.jp-mute,
a.jp-unmute {
  right: 63px;
  border-left: 1px solid #272727;
  -webkit-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.1); }

a.jp-mute:before {
  content: "\f028"; }

a.jp-unmute:before {
  content: "\f026"; }

.jp-progress-container {
	height: 5px;
	left: 53px;
	position: relative;
	right: 20px;
	top: 29px; }

.jp-progress {
	background-color: white;
	height: 1px;
	left: 0;
	position: absolute;
	right: 0; }

.jp-seek-bar {
	background-color: #fff;
	cursor: pointer;
	height: 1px;
	position: absolute;
	top: 0; }

.jp-play-bar {
	height: 5px;
	position: absolute;
	top: -2px; }
.jp-custom-bar {
	color: white;
	font-size: 13px;
	position: absolute;
	right: 0;
	top: 20px;
	width: 225px;
}
button.jp-mute {
	background-color: transparent;
	border: medium none;
	color: white;
	float: right;
	padding: 0 4px 0 0;
	position: relative;
	top: -3px;
}
.jp-volume-bar-container {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 52px;
  height: 10px; }

.jp-volume-bar {
	background-color: #cecece;
	cursor: pointer;
	float: right;
	height: 5px;
	margin-right: 25px;
	overflow: hidden;
	position: relative;
	top: 7px;
	width: 80px;}

.jp-volume-bar-value {
	height: 5px; }

.jp-current-time {
  display: inline;
  padding-right: 3px;
}
.jp-duration {
  display: inline;
  padding-left: 3px;
  padding-right: 8px;
}

#big-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: black; }

#big-video-wrap .vjs-tech {
  margin: 0; }
.vjs-control-bar {
	display: none;
}
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity; }

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.tequila-iso-container {
  margin: 0 -1em 3em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.tequila-iso-container.cols-5 {
	margin: 0 0 4em;}
/*
.tequila-navbar-fixed-right-active.post-type-archive-tequila-portfolio .masthead,
.tequila-navbar-fixed-left-active.post-type-archive-tequila-portfolio .masthead,
.tequila-navbar-fixed-right-active.blog .masthead,
.tequila-navbar-fixed-left-active.blog .masthead,
.tequila-navbar-fixed-right-active.archive .masthead,
.tequila-navbar-fixed-left-active.archive .masthead,
.tequila-navbar-fixed-left-active.single .masthead,
.tequila-navbar-fixed-right-active.single .masthead {
	margin-top:4em;
 }
 */
 #tequila-iso-container article {
border-bottom: 1px solid #e0e0e0;
margin-bottom: 4em;
padding-bottom: 4em;
}
 #tequila-iso-container article.format-quote,
 #tequila-iso-container article.format-link {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
 }
 #tequila-iso-container article:last-child {
	border: medium none;
	padding-bottom: 2em;
}
.tequila-responsive-video-inner iframe {
  max-width: 100%;
}
article.post {
  margin-bottom: 4em;
}
.tequila-iso-container > .hentry {
  margin: 0;
  padding: 0 1em 3em;
  /*opacity: 0;*/
 /* filter: alpha(opacity=0);*/
  zoom: 1; }
.tequila-iso-container.cols-5 > .hentry {
padding: 0!important;
margin: 0!important;
border: 0!important;
}
.tequila-iso-container.cols-5 > .hentry .entry-featured {
	margin: 0 !important;
}
.tequila-iso-container.cols-5 > .hentry > .entry-featured img{
	max-width: inherit;
	width: 101%;
}
.tequila-iso-container.cols-5 > .hentry > .entry-featured .entry-thumb,
.tequila-iso-container.cols-5 > .hentry > .entry-featured {
  overflow: hidden;
  width: 101.2%;
}
.tequila-iso-container.cols-1 > .hentry {
	border: medium none !important;
	margin: 0 !important;
	overflow: hidden;
	padding: 0 !important;
	width: 100%;
	opacity: 1!important;}
.tequila-iso-container.cols-1 > .hentry>.entry-featured {
	height: 200px;
	margin: 0 !important;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;}
.tequila-iso-container.cols-1 > .hentry>.entry-featured:hover,
.tequila-iso-container.cols-1:hover .isotope-item {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.tequila-iso-container.cols-1 > .hentry>.entry-featured>.entry-featured a {
  height: 200px;
  background-position: center center;
  background-size: cover;
  display: block;
}
.tequila-iso-container.cols-1 > .hentry .entry-header {
  text-align: center;
}
.tequila-iso-container.cols-2 > .hentry {
  width: 49.95%; }

.tequila-iso-container.cols-3 > .hentry {
  width: 33%; }
  @media (max-width: 979px) {
    .tequila-iso-container.cols-3 > .hentry {
      width: 100%; } }

.tequila-iso-container.cols-4 > .hentry {
  width: 24.95%; }
  @media (max-width: 979px) {
    .tequila-iso-container.cols-4 > .hentry {
      width: 49.95%; } }

.tequila-iso-container.cols-5 > .hentry {
  width: 19.8%; }

@media (max-width: 979px) {
.tequila-iso-container.cols-5 > .hentry {
  width: 33.2%; } }

@media (max-width: 767px) {
  .tequila-iso-container[class*="cols-"] > .hentry {
    width: 100%; } }

.no-js .tequila-iso-container > .hentry {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1; }

.option-set {
  margin-top: 0.87533em;
  margin-bottom: 0; }

.tequila-portfolio-filter {
  display: inline-block;
  border: 1px solid #dcdcdc;
  float: none;
  position: relative;
  margin: 0.35em 0.415em;
  cursor: pointer;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  color: #88a4b1;
  background-color: transparent; }

  .tequila-portfolio-filter:hover,
  .tequila-portfolio-filter.selected {
    color: #ffffff!important;
    background-color: #698d9f!important;
    border-color: #698d9f;}

.tequila-portfolio-filters {
  margin: 0; }

.tequila-portfolio-filters-menu {
  margin-top: 1.313em;
  text-align: center; }
  .tequila-portfolio-filters-menu li {
    display: inline-block; }

.tequila-portfolio-filter {
background-color: transparent !important;
display: inline-block;}


#tequila-isotope-loading, #tequila-isotope-loading-after {
	background-position: center center;
	text-align: center;
	display: block;
	width: 100%!important;
	height: 44px;
	background-repeat: no-repeat;
	margin: 2em auto;
	background-size: 44px 44px;}
.tequila-portfolio .entry-featured {
  margin-bottom: 2em;
}

/*=========== Related Posts =================*/
.related-posts-wrap {
  border-top: 1px solid #e0e0e0;
  padding-top: 2.4em;
}
.single-tequila-portfolio .related-posts-wrap {
  border-top: none;
  padding-top: 0;
  margin-bottom: 2.5em;
}
.related-posts {
	margin-bottom: 2.5em;
}
.related-posts .post,
.related-posts .tequila-portfolio {
	float: left;
	margin-bottom: 1.5em;
	margin-top: 0;
}
.related-posts.cols-3 {
	margin-left: -3%;
}
.related-posts.cols-3 .post,
.related-posts.cols-3 .tequila-portfolio {
	margin-left: 3%;
	width: 30.334%;
}
@media (max-width: 767px) {
.related-posts.cols-3 .post,
.related-posts.cols-3 .tequila-portfolio {
	width: 48%;
} }
.related-posts.cols-4 {
	margin-left: -2%;
}
.related-posts.cols-4 .post,
.related-posts.cols-4 .tequila-portfolio {
	width: 23%;
	margin-left: 2%;
}
@media (max-width: 767px) {
.related-posts.cols-4 .post,
.related-posts.cols-4 .tequila-portfolio {
	width: 48%;
} }
.related-title {
	margin-bottom: 1.4em;
}
.related-date {
  font-size: 85.71%;
  font-style: italic;
  margin-left: -0.2em;
  color:#698d9f;
}
.related-posts .entry-title {
	margin-bottom: 0;
}
.related-posts .entry-featured {
  margin-bottom: 1em;
}
.related-posts .entry-header {
  margin-bottom: 0.4em;
}
/*============================================*/
.ilightbox-overlay.light {
  background: white; }

.ilightbox-loader.light {
  -webkit-box-shadow: 0px 0px 85px #dacffc, 0px 0px 85px #dacffc;
  box-shadow: 0px 0px 85px #dacffc, 0px 0px 85px #dacffc; }

.ilightbox-loader.light div {
  background: white url("../../images/ilightbox-preloader-light.gif") no-repeat center; }

.ilightbox-holder.light {
	background: none repeat scroll 0 0 white;
	border: 1px solid #ccc;
	padding: 1%;}

.ilightbox-holder.light .ilightbox-container .ilightbox-caption {
  color: black;
  background: url("../../images/ilightbox-caption-bg-light.png"); }

.ilightbox-holder.light .ilightbox-container .ilightbox-social {
  background: url("../../images/ilightbox-caption-bg-light.png");
  border-radius: 2px; }

.ilightbox-holder.light .ilightbox-alert {
  color: #89949B;
  background: url("../../images/ilightbox-alert-light.png") no-repeat center top; }

.ilightbox-toolbar.light {
  top: 8px;
  left: 8px;
  height: 23px;
  background-color: white; }

.ilightbox-toolbar.light a {
  width: 25px;
  height: 23px;
  text-align: center; }

.ilightbox-toolbar.light a.ilightbox-close {
  border-radius: 3px 0 0 3px; }

.ilightbox-toolbar.light a.ilightbox-fullscreen {
  border-radius: 0 3px 3px 0; }

.ilightbox-toolbar.light a:before {
  font-family: "icon_font";
  display: inline-block;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  speak: none; }

.ilightbox-toolbar.light a.ilightbox-close:before {
  content: "\e832";
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px; }

.ilightbox-toolbar.light a.ilightbox-fullscreen:before {
  content: "\e89e";
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 23px; }

.ilightbox-toolbar.light a.ilightbox-prev-button,
.ilightbox-toolbar.light a.ilightbox-next-button {
  display: none; }

.ilightbox-thumbnails.light .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.45); }

.ilightbox-thumbnails.light .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url("../../framework/img/global/ilightbox-thumb-overlay-play-light.png") no-repeat center; }

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-title {
  padding: 10px 8px;
  padding-right: 60px;
  font-size: 18px;
  color: black; }

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar {
  top: 5px;
  left: auto;
  right: 5px; }

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: right; }

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a:first-of-type {
  border-radius: 0 3px 3px 0; }

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a:last-of-type {
  border-radius: 3px 0 0 3px; }

.ilightbox-overlay,
.ilightbox-loader,
.ilightbox-loader *,
.ilightbox-holder,
.ilightbox-holder .ilightbox-container,
.ilightbox-holder .ilightbox-container img.ilightbox-image,
.ilightbox-holder .ilightbox-container .ilightbox-caption,
.ilightbox-toolbar,
.ilightbox-toolbar *,
.ilightbox-thumbnails,
.ilightbox-thumbnails *,
.ilightbox-holder .ilightbox-container .ilightbox-social,
.ilightbox-holder .ilightbox-container .ilightbox-social * {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none; }

.ilightbox-closedhand * {
  cursor: url(closedhand.cur), default !important; }

.ilightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000; }

.ilightbox-loader {
  position: fixed;
  top: 45%;
  left: -192px;
  padding-left: 30px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  zoom: 1;
  border-radius: 0 100px 100px 0;
  z-index: 100005; }

.ilightbox-loader div {
  width: 72px;
  height: 72px;
  border-radius: 0 100px 100px 0; }

.ilightbox-loader.horizontal {
  top: -192px;
  left: 45%;
  padding: 0;
  padding-top: 30px;
  border-radius: 0 0 100px 100px; }

.ilightbox-loader.horizontal div {
  border-radius: 0 0 100px 100px; }

.ilightbox-toolbar {
  display: none;
  position: fixed;
  z-index: 100010; }

.ilightbox-toolbar a {
  float: left;
  cursor: pointer; }

.ilightbox-thumbnails {
  display: block;
  position: fixed;
  z-index: 100009; }

.ilightbox-thumbnails.ilightbox-horizontal {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px; }

.ilightbox-thumbnails.ilightbox-vertical {
  top: 0;
  right: 0;
  width: 140px;
  height: 100%;
  overflow: hidden; }

.ilightbox-thumbnails .ilightbox-thumbnails-container {
  display: block;
  position: relative; }

.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
  width: 100%;
  height: 100px; }

.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
  width: 140px;
  height: 100%; }

.ilightbox-thumbnails .ilightbox-thumbnails-grid {
  display: block;
  position: absolute; }

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail {
  display: block;
  position: relative;
  padding: 10px;
  cursor: pointer; }

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 2px; }

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
  zoom: 1; }

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1; }

.ilightbox-holder {
  display: none;
  position: fixed;
  z-index: 100003; }

.ilightbox-holder.ilightbox-next,
.ilightbox-holder.ilightbox-prev {
  cursor: pointer; }

.ilightbox-holder div.ilightbox-container {
  position: relative;
  width: 100%;
  height: 100%; }

.ilightbox-holder img.ilightbox-image {
  width: 100%;
  height: 100%; }

.ilightbox-holder .ilightbox-container .ilightbox-caption {
  display: none;
	bottom: 0;
	box-sizing: border-box;
	display: block !important;
	font-size: 12px;
	left: 0;
	line-height: 150%;
	margin: 0 auto;
	max-width: 100%;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	word-wrap: break-word;
	z-index: 20003;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ilightbox-holder .ilightbox-alert {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 50px;
  margin: auto;
  padding-top: 100px;
  text-align: center; }

.ilightbox-holder .ilightbox-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto; }

.ilightbox-holder .ilightbox-inner-toolbar {
  position: relative; }

.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar {
  position: absolute; }

.tequila-social-global {
  font-weight: 400;
  line-height: 1; }
  .tequila-social-global a {
    display: inline-block;
    text-align: center; }
    .tequila-social-global a i {
      display: block; }
.footer-bottom .tequila-social-global {
  margin: 1.62em 0;
}
.tequila-scroll-top {
	background-color: #f2f2f2;
	bottom: 36px;
	border-radius: 100em;
	color: #3b424b;
	font-size: 30px;
	height: 60px;
	line-height: 56px;
	position: fixed;
	text-align: center;
	width: 60px;
	z-index: 1031; }
  .tequila-scroll-top.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
    zoom: 1; }
    .tequila-scroll-top.in:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      zoom: 1; }
  .tequila-scroll-top.left {
    left: 24px; }
  .tequila-scroll-top.right {
    right: 24px; }
  .tequila-scroll-top:hover {
    color: #5a5a5a; }

.tequila-colophon {
  position: relative;
  border-top: 1px solid #d4d4d4;
  background-color: white;
  -webkit-box-shadow: 0 -0.125em 0.25em 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0 -0.125em 0.25em 0 rgba(0, 0, 0, 0.075); }
  .tequila-colophon + .tequila-colophon {
    border-top: 1px solid #e0e0e0;
    border-top: 1px solid rgba(0, 0, 0, 0.085);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8); }
  .tequila-colophon.top {
    padding: 5% 0 5.25%; }
    .tequila-colophon.top [class*="span"] .widget:first-child {
      margin-top: 0; }
    @media (max-width: 979px) {
      .tequila-colophon.top {
        padding: 6.5% 0; }
        .tequila-colophon.top [class*="span"] .widget:first-child {
          margin-top: 3em; }
        .tequila-colophon.top [class*="span"]:first-child .widget:first-child {
          margin-top: 0; } }
  .tequila-colophon.bottom {
    border-bottom: 5px solid #3b424b;
    padding: 10px 0;
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
    color: #7a7a7a; }
    .tequila-colophon.bottom .tequila-nav {
      margin: 10px 0;
      line-height: 1.3; }
      .tequila-colophon.bottom .tequila-nav li {
        margin: 0 0.5em;
        display: inline-block; }
        .tequila-colophon.bottom .tequila-nav li a {
          display: block;
          font-weight: 400;
          letter-spacing: 2px;
          text-transform: uppercase; }
          .tequila-colophon.bottom .tequila-nav li a:hover {
            background-color: transparent; }
    .tequila-colophon.bottom .tequila-social-global {
      margin: 10px 0; }
      .tequila-colophon.bottom .tequila-social-global a {
        margin: 0 1.25%;
        font-size: 21px;
        font-size: 2.1rem; }
    .tequila-colophon.bottom .tequila-colophon-content {
      margin: 30px 0 10px;
      font-weight: 400;
      letter-spacing: 2px;
      line-height: 1.3; }
  .tequila-colophon .widget {
    margin-top: 3em; }

.tequila-footer{
  background-color: #ffffff;
}
.tequila-footer-logo {
margin: 2em 2em 2em 0;
float: left;
}
.tequila-footer > .widget_wrap {
  padding: 4em 0 1.5em;
  border-top: 1px solid #ededed;
}
.tequila-footer .widget {
	margin-bottom: 2em;
}
.tequila-footer .widget.widget_logo_widget {
	margin-bottom: 0;
}
.tequila-sidebar {
	background: none repeat scroll 0 0 white;
    margin-bottom: 4em;
}
.footer-bottom {
	border-top: 1px solid #ededed;
	min-height: 60px;
}
.footer-content {
  display: inline-block;
}
@media (max-width: 979px) {
  .tequila-sidebar {
    margin-top: 50px; } }
.tequila-sidebar .widget {
  margin-top: 1.2em; }
  .tequila-sidebar .widget:first-child {
    margin-top: 0; }
.tequila-sidebar .widget.widget_search {
  margin-bottom: 1.5em;
}
.tequila-main {
  position: relative; }
  .tequila-main .widget {
    margin-top: 3em; }
    .tequila-main .widget:first-child {
      margin-top: 0; }

.hentry {
  margin-top: 4em; }
  .hentry:first-child {
    margin-top: 0; }
  .hentry p:last-child,
  .hentry ul:last-child,
  .hentry ol:last-child {
    margin-bottom: 0; }

.entry-featured {
  position: relative;
  margin-bottom: 1.6em;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.post-type-archive-tequila-portfolio .cols-2 .entry-featured,
.tequila-portfolio-wrapper .cols-2 .entry-featured {
  margin-bottom: 0; }
.tequila-portfolio-wrapper .tequila-container-fluid.offset {
  margin: 60px auto;
}
.tequila-portfolio .entry-featured .entry-header {
	background-color: rgba(255, 255, 255, 0.85);
	box-shadow: 0 0 0 3px #698d9f inset;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.tequila-portfolio .entry-featured .entry-header:hover {
  opacity: 1;
      -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.tequila-iso-container.cols-5 .entry-featured .entry-header {
	background-color: #698d9f;
	box-shadow: none;
	opacity: 0.85;
	position:absolute;
	left: -100%;
	width: 100%;
	height: 100%;
      -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}
.tequila-iso-container.cols-5 .entry-featured .entry-header:hover {
   opacity: 0.85;
      -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}
.tequila-iso-container.cols-1 .entry-featured .entry-header{
	opacity: 1;
	background-color: rgba(255, 255, 255, 0);
	box-shadow: none!important;
	overflow: hidden;
	left: 0!important;
	right: 0!important;
	top:-100%;
}
.entry-header .entry-featured {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left:0;
}
.tequila-iso-container.cols-1 .entry-featured .title-wrapper {
  margin: 0 auto;
  padding: 14px 12px 12px;
  width: auto;
}
.tequila-iso-container.cols-1 .entry-featured .entry-header .title-wrapper {
  display: inline-block;
}
.tequila-iso-container.cols-1 .entry-featured .entry-header .title-wrapper {
  background-color: #698d9f;
}
.tequila-iso-container.cols-1 .entry-featured .entry-header h2,
.tequila-iso-container.cols-1 .entry-featured .entry-header span {
	  color:#fff;
}
.hover-wrap {
	background-color: rgba(255,255,255,0.65);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tequila-portfolio .entry-featured .entry-header > a {
  display: block;
  height: 100%;
}
.tequila-portfolio .entry-featured .entry-title {
	font-size: 128.57%;
	font-weight: 600;
	text-align: center;
	text-transform: none;
	display: block;
	color: #272727;
	margin-bottom: 0;
}
.tequila-iso-container.cols-1 .tequila-portfolio .entry-featured .entry-title {
  text-transform: uppercase;
  color: #3b424b;
  font-weight: 900;
}
.tequila-iso-container.cols-1 .tequila-portfolio .entry-featured .entry-header .entry-title {
  color: #fff;
}
.tequila-iso-container.cols-1 .entry-featured > a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.tequila-portfolio .entry-featured .title-wrapper{
	position: relative;
	top: 50%;
	display: block;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.tequila-iso-container.cols-5 .entry-featured .entry-header .title-wrapper {
	bottom: 0;
	position: absolute;
	top: inherit;
	width: 100%;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
.tequila-iso-container.cols-5 .entry-featured .entry-header .entry-title {
	color: white;
	font-size: 128.57%;
	font-weight: 800;
	padding: 0 6%;
	text-align: left;
	text-transform: uppercase;
}
.cols-2.tequila-iso-container > .hentry {
	border: medium none !important;
	overflow: hidden;
	padding: 0 1em !important;
	margin-bottom: 4em !important;
}
.post-type-archive-tequila-portfolio .cols-2.tequila-iso-container > .hentry,
.tequila-portfolio-wrapper .cols-2.tequila-iso-container > .hentry {
	margin-bottom: 2em !important;
}
.cols-3.tequila-iso-container > .hentry,
.cols-4.tequila-iso-container > .hentry {
	border: medium none !important;
	overflow: hidden;
	padding: 0 1em !important;
	margin-bottom: 4em !important;
}
.cols-3.tequila-iso-container > .hentry.tequila-portfolio,
.cols-4.tequila-iso-container > .hentry.tequila-portfolio{
	margin: 0!important;
}
.tequila-portfolio .entry-featured .portfolio-category span{
  margin: 0 1px;
  font-size: 14px;
  font-size: 1.4rem;
  color:#3c3c3c;
}
.tequila-portfolio .entry-featured .portfolio-category a:hover{
	color:#698d9f;
}
.tequila-portfolio .entry-featured .portfolio-category {
	display: block;
	margin-top: 0.3em;
	padding: 0 3%;
	position: relative;
	text-align: center;
}
.cols-1 .tequila-portfolio .entry-featured .portfolio-category {
  margin-top: 3px;
}
@media (max-width: 480px) {
.tequila-portfolio .entry-featured .entry-title {
	font-size: 160%;
  }
.tequila-portfolio .entry-featured .portfolio-category a{
  font-size: 12px;
  font-size: 1.2rem;
}
.cols-2.tequila-iso-container > .hentry {
  padding: 0 2em 2em !important;
}
}
@media (max-width: 767px) {
.cols-2.tequila-iso-container > .hentry {
  padding: 0 2em 2em !important;
}
}

.tequila-iso-container.cols-5 .entry-featured .entry-header .portfolio-category {
	display: block;
	margin-top: 0.3em;
	padding: 0 5.6% 5%;
	position: relative;
	text-align: left;
}
.tequila-iso-container.cols-5 .entry-featured .entry-header .portfolio-category span {
  color: #ffffff;
  font-size: 1.4rem;
  margin: 0 1px;
}
.entry-wrap {
  display: block;
  background-color: white;
  position: relative;
  z-index: 1; }

.entry-thumb {
  display: block;
  position: relative;
  background-color: transparent; }
  .entry-thumb img {
   /* min-width: 100%;*/
   display: block;
    margin: 0 auto;
    -webkit-transition: opacity 0.75s ease;
    transition: opacity 0.75s ease; }


.entry-title {
  line-height: 1.05;
  margin: 0 0 0.5em;;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
  @media (max-width: 480px) {
    .entry-title {
      font-size: 200%; } }

.cols-3 .entry-title,
.tequila-content-sidebar-active .cols-2 .entry-title{
  font-size: 128.57%;
}
.cols-4 .entry-title {
	font-size: 100%;
	line-height: 1.4em;
	margin-bottom: 0.75em;
}
.entry-title-sub {
  display: block;
  margin: 0.75em 0 0;
  font-size: 128.5%;
  line-height: 1.05; }

.p-meta {
  margin: -0.9em 0 1.1em !important;
  font-size: 85.71%;
  line-height: 1.5;
  font-style: italic; }
  .cols-2 .p-meta,
  .cols-3 .p-meta,
  .cols-4 .p-meta {
  margin: -0.5em 0 1.1em !important; }
  .p-meta > span a {
    white-space: nowrap;
    color:inherit; }
  .p-meta > span i {
	  font-size: 120%;
	  margin-left: -0.2em;
  }
  .p-meta > span:after {
    content: "";
    padding: 0 0 0 0.55em; }
  .p-meta > span:last-child:after {
    display: none; }
    .meta_admin {margin-left: -0.35em;}
.tequila-portfolio .p-meta a {
  color: #3b424b;
}
.entry-content {
  /*margin-top: 1.4em;*/
  position: relative;
  *zoom: 1; }
  .entry-content:before, .entry-content:after {
    display: table;
    content: ""; }
  .entry-content:after {
    clear: both; }

.more-link {
  display: inline-block;
  margin: 0;
  font-weight: 600;
  font-size: 85.71%;
  line-height: 1.4; }

.entry-footer {
	margin-bottom: 2.6em;
	margin-top: 2.2em; }
.entry-footer h4{display: inline;}
  .entry-footer a {
	  font-size: 71.45%;
	  font-weight: 400;
	  text-transform: uppercase;
  }
.footer-bottom .tequila-social-global {
  float: left;
}
.tequila-footer-nav {
  float: right;
}
.tequila-footer-nav > li {
  float: left;
  list-style: outside none none;
  margin-left: 2em;
}
.tequila-footer-nav a {
	color: #4e5762;
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
}
@media (max-width: 979px) {
.tequila-footer-nav {
  display: none;
  float: none;
  margin: 0 auto 4em;
}
.tequila-footer-logo {
  display: block;
  float: none;
  margin: 2em auto;
  text-align: center;
}
}
.pre-footer-content .tequila-icon{
  position: relative;
  top: -1px;
}
.tequila-footer .tequila-map {
	margin: 0!important;
}
/*========================STYLED POSTS===============================*/
.styled-post .entry-wrap {
  background-color: #698d9f;
  color: white;}
.styled-post .entry-wrap a{color: white;}
.styled-post .entry-content {
  padding: 0 2.1em 2.1em;}
.styled-post .entry-title {
	padding: 0.8em;
	margin: 0;}
.styled-post .p-meta {
  padding: 12px 2.2em 10px;
  border-color:white;}
.styled-post .entry-featured {
  margin-bottom: -1px;}
.styled-post .format-image .entry-title {
  padding: 0.8em;
  margin: 0;}

.author_bio {
  border-top: 1px solid #e0e0e0;
  padding-top: 3.2em;
  display: none; }
.author_avatar {
  float: left;
  margin-top: -16px;}
.author_avatar img {
    border-radius: 100%;
	width: 86px; }
.author_bio h4 {
  margin: 0;
  text-transform: uppercase; }
.tequila-author_desc, .tequila-author-info {
  margin: -6px 0 3em 118px; }

.tequila-custom-author-bio {
	border-top: 1px solid #e0e0e0;
	margin-bottom: -1.6em;
	margin-top: 4em;
	padding-top: 3.2em; }
.author_avatar {
  float: left;
  margin-top: -9px;}
.author_avatar img {
    border-radius: 100%;
	width: 86px; }
.author_bio h4 {
  margin: 0;
  text-transform: uppercase; }
.tequila-author-info {
	float: left;
	margin: 0 20px 0 24px; }
.p-author-status {
  color: #9f9f9f;
  font-style: italic;
  margin-bottom: 0.5em;
}
.tequila-author-social {
  background-color: #698d9f;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 9px;
  height: 18px;
  margin-right: 1px;
  padding-top: 2px;
  padding-left: 1px;
  text-align: center;
  vertical-align: middle;
  width: 18px;
}
.tequila-author-social:hover {
  background-color: #fff;
  color: #698d9f;
}
.tequila-page-title-disabled .entry-content {
  margin-top: 0; }

.tequila-post-fullwidth-active .tequila-main {
  width: 100%; }

.tequila-blog-masonry-active .tequila-iso-container.cols-2 .entry-title {
 font-size: 214.28%; }
.tequila-blog-masonry-active .tequila-iso-container.cols-2 .p-meta {
  font-size: 79%; }
  @media (max-width: 767px) {
    .tequila-blog-masonry-active .tequila-iso-container.cols-2 .p-meta {
      font-size: 85.7%; } }
  @media (max-width: 480px) {
    .tequila-blog-masonry-active .tequila-iso-container.cols-2 .p-meta {
      font-size: 85.7%; } }
.tequila-blog-masonry-active .tequila-iso-container.cols-2 .more-link {
  font-size: 110%; }
  @media (max-width: 767px) {
    .tequila-blog-masonry-active .tequila-iso-container.cols-2 .more-link {
      font-size: 128.5%; } }

.tequila-blog-masonry-active .tequila-iso-container.cols-3 .entry-title {
  font-size: 100%;
  margin: 0 0 1.5em; }
  @media (max-width: 979px) {
    .tequila-blog-masonry-active .tequila-iso-container.cols-3 .entry-title {
      font-size: 100%; } }
  @media (max-width: 979px) {
    .tequila-blog-masonry-active .tequila-iso-container.cols-3 .p-meta {
      font-size: 85.7%; } }
  @media (max-width: 979px) {
    .tequila-blog-masonry-active .tequila-iso-container.cols-3 .entry-wrap {
      padding: 6.75% 0; } }
  @media (max-width: 480px) {
    .tequila-blog-masonry-active .tequila-iso-container.cols-3 .entry-wrap {
      padding: 7.75% 0; } }
.tequila-blog-masonry-active .tequila-iso-container.cols-3 .more-link {
  font-size: 105%; }
  @media (max-width: 979px) {
    .tequila-blog-masonry-active .tequila-iso-container.cols-3 .more-link {
      font-size: 128.5%; } }

.tequila-blog-masonry-active .tequila-iso-container.cols-4 .entry-title {
  font-size: 100%;
  margin: 0 0 1.5em; }
  @media (max-width: 979px) {
    .tequila-blog-masonry-active .tequila-iso-container.cols-4 .entry-title {
      font-size: 100%; } }
  @media (max-width: 979px) {
    .tequila-blog-masonry-active .tequila-iso-container.cols-4 .p-meta {
      font-size: 85.7%; } }
  @media (max-width: 979px) {
    .tequila-blog-masonry-active .tequila-iso-container.cols-4 .entry-wrap {
      padding: 6.75% 0; } }
  @media (max-width: 480px) {
    .tequila-blog-masonry-active .tequila-iso-container.cols-4 .entry-wrap {
      padding: 7.75% 0; } }
.tequila-blog-masonry-active .tequila-iso-container.cols-4 .more-link {
  font-size: 105%; }
  @media (max-width: 979px) {
    .tequila-blog-masonry-active .tequila-iso-container.cols-4 .more-link {
      font-size: 128.5%; } }

.format-audio.no-post-thumbnail .entry-featured {
  margin-bottom: 1.5em;
  -webkit-box-shadow: none;
  box-shadow: none; }
.format-audio.has-post-thumbnail .entry-featured .tequila-responsive-audio-embed,
.format-audio.has-post-thumbnail .entry-featured .jp-controls-container-audio {

  margin: 0 auto; }
 .format-audio.has-post-thumbnail .entry-featured .tequila-responsive-audio-embed{
  margin: 0 auto -5px;
}
.format-audio.has-post-thumbnail .entry-featured .jp-controls-container-audio.poster {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  margin: 0 auto; }
  .format-audio.has-post-thumbnail .entry-featured .tequila-responsive-audio-embed iframe,
  .format-audio.has-post-thumbnail .entry-featured .jp-controls-container-audio iframe {
    bottom: 0; }

.blog .format-image .entry-featured,
.search .format-image .entry-featured,
.archive .format-image .entry-featured {
  -webkit-box-shadow: none;
  box-shadow: none; }

.tequila-format-link > a {
	color: #ffffff !important;
	display: block;
	font-size: 171.42%;
	font-style: italic;
	font-weight: 300;
	height: 100%;
	padding: 0.6em 1em;
	word-break: break-all; }

.tequila-format-link > a .tequila-icon-link {
  margin-left: -56px;
  padding-right: 22px; }

.tequila-format-link a:before {
	content: "\e923";
	font-family: "icon_font";
	font-style: normal;
	padding-right: 26px;
}

.tequila-blog-masonry-active .tequila-iso-container.cols-2 .format-link .entry-title-sub, .tequila-blog-masonry-active .tequila-iso-container.cols-3 .format-link .entry-title-sub {
  font-size: 110%; }

.blog.tequila-post-meta-disabled .format-link .tequila-hgroup,
.search.tequila-post-meta-disabled .format-link .tequila-hgroup,
.archive.tequila-post-meta-disabled .format-link .tequila-hgroup {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0; }

.tequila-format-quote {
	border: 1px solid #e4e9eb;
	margin-bottom: 0;
}
.tequila-format-quote blockquote {
	background-color: #fff;
	border: medium none;
	margin: 0;
	font-size: 24px;
	font-size: 2.4rem;
	padding: 1em 1em 1em 3.4em;
}
.tequila-format-quote blockquote:before {
  left: 1em;
  top: 0.82em;
}
.tequila-format-quote > h3 {
	font-size: 184.62%;
	color: #3b424b;
	margin-bottom: 20px;
	display: block;
}
.tequila-format-quote cite {
  color: #53575d;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  margin-top: 1em;
  text-transform: none;
  display: block;
}
.tequila-format-quote .tequila-icon-quote {
  margin-left: -57px;
  padding-right: 18px;
}

.tequila-blog-masonry-active .tequila-iso-container.cols-2 .format-quote .entry-title-sub, .tequila-blog-masonry-active .tequila-iso-container.cols-3 .format-quote .entry-title-sub {
  font-size: 110%; }

.blog.tequila-post-meta-disabled .format-quote .tequila-hgroup,
.search.tequila-post-meta-disabled .format-quote .tequila-hgroup,
.archive.tequila-post-meta-disabled .format-quote .tequila-hgroup {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0; }

.post-type-archive-tequila-portfolio .entry-wrap {
  padding: 29px 6.5% 35px; }
.post-type-archive-tequila-portfolio .tequila-entry-share {
  margin: 15px 0 -10px !important;
  border-color: #f0f0f0;
  padding: 3px 0; }
  .post-type-archive-tequila-portfolio .tequila-entry-share p {
    display: none; }
  .post-type-archive-tequila-portfolio .tequila-entry-share .tequila-share {
    font-size: 16px;
    font-size: 1.6rem; }
    .post-type-archive-tequila-portfolio .tequila-entry-share .tequila-share.email {
      top: -1px; }
      .post-type-archive-tequila-portfolio .tequila-entry-share .tequila-share.email span {
        font-size: 17px;
        font-size: 1.7rem; }
.tequila-ul-icons .tequila-icon-bookmarks:before {
  color: #698d9f;
  margin-left: 0.6em;
  width: 0.4em;
}
.tequila-portfolio .entry-wrap {
  margin: 0 auto;}
.tequila-li-icon {
display: inline;
font-size: 12px;
font-style: italic;
margin-right: 0.3em;
}
.tequila-li-icon:after {
  color: #698d9f;
  content: ",";
}
.tequila-li-icon:last-child:after {
  content: "";
}
.single-tequila-portfolio .tequila-entry-share{
  border: medium none;
}
.single-tequila-portfolio .p-meta {
	border: medium none;
	margin-top: -1em;
}
.single-tequila-portfolio .entry-wrap {
  margin: 0!important;
  width: 77%;
  float: left
}
.entry-extra.cf.portfolio-extra {
  float: right;
  width: 18%;
}
.entry-extra.cf.portfolio-extra > h4 {
  margin: 0.4em 0 1.5em;
}
.tequila-portfolio-fileds {
  color: #9f9f9f;
  font-size: 12px;
  font-style: italic;
}
.tequila-portfolio-fileds {
  list-style: none outside none;
  margin: 0;
}
.tequila-portfolio-fileds i {
  color: #698d9f;
  padding: 0 4px;
}
.tequila-portfolio-fileds span {
	color: #3b424b;
	margin-left: 0.3em;
}
.portfolio-extra .h-extra.skills {
  margin: 0;
}
.portfolio-extra .tequila-ul-icons>i {
	display: none;
}
.portfolio-extra .tequila-ul-icons {
	line-height: 1;
	margin: 0 !important;
	text-indent: 0;
	float: none;
	display: inline;
}
.portfolio-extra .h-extra.skills {
  font-size: 12px;
  margin: 0 !important;
}
.tequila-flexslider-carousel .flex-viewport{
	height: 100px!important;
}
.tequila-flexslider-carousel .tequila-slides{
	display:none;
}


@media (max-width: 767px) {
  .tequila-portfolio .entry-info,
  .tequila-portfolio .entry-extra {
    float: none;
    width: 100%; } }
.tequila-portfolio .h-extra {
  margin-top: 0.5em;
  font-size: 150%; }
  .tequila-portfolio .h-extra.skills {
    margin: 0 0 0.3em; }
  .tequila-portfolio .h-extra.launch {
    margin: 0 0 0.4em; }


h2.entry-title.entry-title-portfolio {
	font-weight: 400;
	line-height: 1;
	margin: 0; }
.single h2.entry-title.entry-title-portfolio {
	float: center;
	margin: 0 0 0.8em;}
h2.entry-title.entry-title-portfolio a{
	display: block;
	padding: 0 4%;}

.entry-single-portfolio-nav.cf {
	background-color: #f3f7f9;
	margin: 4em 0;
	padding: 1.2em 0 2em;
	text-align: center;
}
.entry-single-portfolio-nav h4 {
  margin: 0.6em 0 0.2em;
}
.entry-single-portfolio-nav h4 a {
	color:#88a4b1;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
}
.back_to_gallery {
  display: inline-block;
  text-align: center;
}
.entry-single-portfolio-nav .tequila-container-fluid {
	margin: 0 auto;
}
[class*="page-template-template-blank"] .entry-content {
  margin-top: 0; }

.page-template-template-blank-3-php.tequila-navbar-fixed-left-active,
.page-template-template-blank-3-php.tequila-navbar-fixed-right-active,
.page-template-template-blank-6-php.tequila-navbar-fixed-left-active,
.page-template-template-blank-6-php.tequila-navbar-fixed-right-active,
.page-template-template-blank-7-php.tequila-navbar-fixed-left-active,
.page-template-template-blank-7-php.tequila-navbar-fixed-right-active,
.page-template-template-blank-8-php.tequila-navbar-fixed-left-active,
.page-template-template-blank-8-php.tequila-navbar-fixed-right-active {
  padding: 0; }

[class*="page-template-template-blank"] .tequila-main,
.page-template-template-layout-full-width-php .tequila-main {
  float: none;
  display: block;
  width: auto; }

.error404 .entry-404 {
	margin-bottom: 6em;}
.error404 .entry-404 h1 {
	color: #698d9f;
	font-size: 94px;
	margin-bottom: -18px;
	text-align: center;}
.entry-404 h3 {
	color: #3c3c3c;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0;
	margin-bottom: 5em;
	text-transform: none;}
.entry-404 p.center-text {
  margin-bottom: 0.65em;
}
.entry-404 .form-search {
  margin: 0 auto 6em;
  max-width: 300px;
}
.tequila-header-landmark {
  margin: 0 auto 2.4em; }

.extra-offset {
  margin-top: 4em!important;
  margin-bottom: 4em!important; }

.h-landmark {
  overflow: hidden;
  margin: 0;
  letter-spacing: -1px;
  line-height: 1;
  text-transform: uppercase;}
  @media (max-width: 767px) {
    .h-landmark {
      font-size: 48px;
      font-size: 4.8rem; } }
  @media (max-width: 480px) {
    .h-landmark {
      font-size: 42px;
      font-size: 4.2rem; } }
  .h-landmark span {
	display: inline-block;
	font-weight: 300;
	position: relative; }

.p-landmark-sub {
  margin: 5px 0 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3; }
  @media (max-width: 480px) {
    .p-landmark-sub {
      font-size: 18px;
      font-size: 1.8rem; } }
  .p-landmark-sub strong {
    color: #272727; }

.tequila-comments-area {
  margin-bottom: 4em; }
.tequila-comments-wrap {
  border-top: 1px solid #e0e0e0;
  padding: 4em 0 0; }
.h-comments-title {
    font-weight: 400;
	margin: 0 0 1em;
	text-transform: uppercase; }
  .h-comments-title span {
    position: relative; }
  .h-comments-title small {
    position: absolute;
    top: -4px;
    right: -40px;
    display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 34px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    color: white;
    background-color: #698d9f;
    border-radius: 100em;
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3), 0 2px 1px white;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3), 0 2px 1px white; }

.tequila-comments-list {
  margin: 0;
  list-style: none; }

.tequila-comments-list .children {
  margin: 0 0 0 86px;
  list-style: none;
  position: relative; }
  @media (max-width: 979px) {
    .tequila-comments-list .children {
      margin-left: 0; } }

li.comment {
  margin: 0;
  padding: 0;
  position: relative; }
.tequila-comments-list {
  margin-top: -1em;
}
.tequila-comments-list > li.comment {
  border-top: 1px solid #e0e0e0;
  padding-top: 2em;
}
.tequila-comments-list > li.comment:first-child {
	border: none;
}
@media (max-width: 979px ) {
	ol.children li.comment:after {
	display: none
}
}
article.comment {
margin-left: 123px;
padding: 18px 0 26px;
position: relative;}

.tequila-boxed-layout-active article.comment {
  border: 1px solid #dddddd; }

.tequila-comment-header {
	font-size: 85.71%;
	margin-bottom: 0.5em; }

.tequila-comment-content {
  position: relative; }
.tequila-comment-author:before {content: "";}
.tequila-comment-author {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3b424b;
	line-height: 1;
	text-transform: uppercase;
	display: inline;
	font-size: inherit;
	font-style: normal;
	margin: 0; }
  .tequila-comment-author a {
    color: #272727; }
    .tequila-comment-author a:hover {
      color: #698d9f; }

.tequila-comment-time {
  color: #959595;
  display: inline-block;
  margin-left: 1em;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  position: relative; }
  .tequila-comment-time:hover {
    color: #698d9f; }

.tequila-comment-awaiting-moderation {
	color: #698d9f;
	font-style: italic;
	line-height: 1;
	margin: 0 0 0.4em; }

.comment-edit-link {
	white-space: nowrap; }

.comment-reply-link {
    margin-left: 10px;
	position: relative; }
.comment-reply-link::before {
  content: '\e932';
  font-family: "icon_font";
  padding-right: 5px;
}
.comment-reply-link-after {
  position: relative;
  bottom: 1px;
  font-size: 0.722em;
  line-height: 1; }
.reply-link-wrap {
	float: right; }
.tequila-comment-img {
	float: left;
	position: relative;
	z-index: 1;
  }
  .tequila-comment-img .avatar-wrap {
    display: block;
    position: relative; }
    .tequila-comment-img .avatar-wrap:before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%; }
    .tequila-comment-img .avatar-wrap .avatar {
       border-radius: 100%;
		width: 86px;}
  .tequila-comment-img .bypostauthor {
    display: block;
    bottom: 0;
    width: 100%;
    clear: left;
    margin-top: 3px;
    padding: 3px 0 4px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
    text-align: center;
    text-transform: lowercase;
    text-shadow: 0 1px 0 white;
    color: #999; }

#respond {
    border-top: 1px solid #e0e0e0;
	margin-bottom: 4em;
	padding-top: 4em; }
  #respond .required {
    font-weight: 300;
    color: #698d9f; }
.comment .comment-respond {
  background: none repeat scroll 0 0 #fff !important;
  padding-left: 0!important;
  padding-right: 0!important;
  position: relative;
}
.comment .comment-form {
  margin: 0 auto;
  width: 100%!important;
}
#reply-title {
	font-size: 138.46%;
	line-height: 1;
	margin: 0 0 27px; }
  #reply-title small {
    margin: 0.55em 0 0.3em;
    display: block;
    font-size: 60%;
    letter-spacing: 0.3px;
    text-transform: uppercase; }
    #reply-title small a {
      color: #698d9f; }
      #reply-title small a:hover, #reply-title small a:focus {
        color: #c61300; }

#commentform {
  margin-bottom: 0; }

.comment-notes {
  margin-bottom: 1em;
  font-size: 100%; }

.logged-in-as {
  margin-bottom: 1em;
  font-size: 100%; }

.comment-form .input-wrap {
  width: 48%;
  margin: 0 0 0 3.5%;
  float: right;
}
.comment-form .input-wrap:first-child {
	margin-left: 0;
	float: left;
}
.comment-form .input-wrap label, .comment-form .input-wrap input {
	display: block;
	width: 100%;
}
.comment-form textarea {
  height: 100px;
  margin-bottom: 30px;
  width: 100%; }

.form-submit {
  margin: 0; }

.widget {
	padding-top: 1.4em;}
	.widget:first-child {
		border:none;
		padding: 0;
	}
  .widget .h-widget:before {
    zoom: 1; }
  .widget a {
	  font-size: 85.71%;
	  font-weight: 600;
  }
  .widget a:before {
    font-family: "icon_font";
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    speak: none;
    zoom: 1; }
  .widget p:last-child,
  .widget ul:last-child,
  .widget ol:last-child {
    margin-bottom: 0; }
  .widget ul,
  .widget ol {
    background-color: transparent;
	list-style: none outside none;
	margin-left: 0;
	overflow: hidden; }
    .widget ul li,
    .widget ol li {
      padding: 0.15em 0;
      line-height: 1.5; }
      .widget ul li a,
      .widget ol li a {
        color: #53575d; }
      .widget ul li a.url {
        color: #3b424b; }
        .widget ul li a:hover,
        .widget ol li a:hover {
          color: #698d9f; }
      .widget ul li:last-child,
      .widget ol li:last-child {
        border-bottom: 0; }
  .widget select {
    width: 100%; }

.h-widget {
	line-height: 1;
	margin: 0 0 1.5em; }
.widget_calendar #wp-calendar {
  font-size: 87.5%;
  background-color: transparent;
  position: relative; }
  .widget_calendar #wp-calendar caption {
	background-color: #698d9f;
	color: #ffffff;
	font-size: 120%;
	padding: 6px 0;
	text-transform: uppercase; }
  .widget_calendar #wp-calendar th,
  .widget_calendar #wp-calendar td {
    line-height: 1;
    text-align: center; }
  .widget_calendar #wp-calendar th {
	color: #38332f;
	font-size: 75%;
	font-weight: 600;
	padding: 3.5% 0 3.3%; }
	#wp-calendar > thead {
	  border: 1px solid #f3f7f9;
	}
  .widget_calendar #wp-calendar td {
	border: medium none;
	color: #88a4b1;
	font-size: 12px;
	font-weight: 500;
	height: 33px;
	padding: 0; }
  .widget_calendar #wp-calendar td:hover a{
	  color: #fff;
	  background-color: #698d9f;
  }
  #wp-calendar > tbody {
  border: 1px solid #f3f7f9;}
  .widget_calendar #wp-calendar tbody td {
   	background-color: white; }
   	#wp-calendar a {
	  display: block;
		font-size: 12px;
		font-size: 1.2rem;
		height: 33px;
		padding-top: 11px;
	}
    .widget_calendar #wp-calendar tbody td.pad {
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .widget_calendar #wp-calendar tbody td.pad:first-child {
        border-left: 0; }
      .widget_calendar #wp-calendar tbody td.pad:last-child {
        border-right: 0; }
  .widget_calendar #wp-calendar #prev,
  .widget_calendar #wp-calendar #next{
	  padding: 0; }
  .widget_calendar #wp-calendar #prev a,
  .widget_calendar #wp-calendar #next a{
    line-height: 0;
    font-size: 0;
    color: transparent;
    text-shadow: none;
    position: absolute;
    right: 0;
    padding: 0;
    top:0;
    width: 25px }
    .widget_calendar #wp-calendar #prev a{
	    left: 0;
	    right: inherit;}
	 .widget_calendar #wp-calendar #prev a:before,
     .widget_calendar #wp-calendar #next a:before {
       content: "\e86b";
	   display: inline-block;
	   font-family: "icon_font";
	   color: #fff;
	   position: relative;
	   top:3px;
	   font-size: 26px;}
	.widget_calendar #wp-calendar #prev a:before{
	content: "\e86a"; }
    .widget_calendar #wp-calendar #today, .widget_calendar #wp-calendar #today a{
	    color: #ffffff;
	    border-radius: 100em;
	    background-color: #698d9f; }
	.widget_calendar #wp-calendar tfoot .pad {
		display: none;}

.widget.widget_categories li ul,
.widget.widget_product_categories li ul {
  margin: 0.65em 0 0.65em 1.3em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.widget.widget_categories li ul li,
.widget.widget_product_categories li ul li {
  -webkit-box-shadow: none;
  box-shadow: none; }
.widget_pages .children,
.widget_nav_menu .sub-menu {
  margin-bottom: -0.65em !important;
  margin-top: 0.65em;
}

.widget_nav_menu .menu > li:last-child a:first-child {
  border-bottom: 0; }

.widget_nav_menu .current-menu-item > a {
  background-color: white; }

.widget.widget_meta ul {
  border-bottom: 0; }

.widget.widget_meta li abbr[title] {
  border-bottom: 0; }

.widget.widget_pages ul {
  border-bottom: 0; }

.widget_recent_comments a:last-child {
  display: inline-block;
  margin-top: 0.5em;
  border-bottom: 0;
  font-size: 100%;
  font-weight: 600;
  line-height: 1.2; }
.comment-author-link:before {
  content: "by ";
  color: #a1a1a1;
}
.comment-author-link {
  color: #698d9f;
  font-style: italic;
}
.widget.widget_recent_comments li {
	border-bottom: 1px solid #e0e0e0;
	color: #a1a1a1;
	font-size: 85.71%;
	font-style: italic;
	line-height: 1.3;
	margin-top: 1em;
	padding-bottom: 1.1em;}
	.widget.widget_recent_comments li:first-child {margin: 0;}
	.recentcomments .url {
	  font-style: italic;
	  text-transform: none !important;
	}
	.recentcomments > a {
	  font-style: normal;
	}
  .widget.widget_recent_entries li .post-date {
    display: block;
    margin-top: 0.5em;
    text-transform: uppercase;
    opacity: 0.575;
    filter: alpha(opacity=57.5);
    zoom: 1; }

.widget_rss .rsswidget img {
  display: none; }

.widget.widget_rss li {
  padding: 1.4em 0 0;
  font-size: 81.25%; }
  .widget.widget_rss li .rsswidget {
    display: block;
    border-bottom: 0 !important;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 135.7%;
    font-weight: 400;
    line-height: 1.2; }
    .widget.widget_rss li .rsswidget:before {
      content: "\e836";
      padding-right: 0.4em; }

.widget_rss .rss-date {
  display: block;
  margin-top: 0.5em;
  text-transform: uppercase;
  opacity: 0.575;
  filter: alpha(opacity=57.5);
  zoom: 1; }

.widget_rss .rssSummary {
  margin: 0.75em 0;
  font-size: 84.6%; }

.widget_rss cite {
display: block;
margin-top: -0.3em;
text-transform: none;
  opacity: 0.575;
  filter: alpha(opacity=57.5);
  zoom: 1; }
  .widget_rss cite:before {
    content: "By: "; }

.widget_tag_cloud,
.widget_product_tag_cloud {
  margin-bottom: 2.85em; }

.widget_tag_cloud .tagcloud,
.widget_product_tag_cloud .tagcloud {
  margin-bottom: -1.2em;
  margin-top: 1.2em;
  *zoom: 1; }
    .tequila-footer .widget_tag_cloud .tagcloud,
	.tequila-footer .widget_product_tag_cloud .tagcloud {
	  margin-bottom: 0; }
  .widget_tag_cloud .tagcloud:before, .widget_tag_cloud .tagcloud:after,
  .widget_product_tag_cloud .tagcloud:before,
  .widget_product_tag_cloud .tagcloud:after {
    display: table;
    content: ""; }
  .widget_tag_cloud .tagcloud:after,
  .widget_product_tag_cloud .tagcloud:after {
    clear: both; }

.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
	background-color: #f2f2f2;
	color: #3b424b;
	border-radius: 100em;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 80% !important;
	font-style: italic;
	line-height: 1.3;
	margin: 0.4em 0.4em 0 0;
	padding: 0.6em 1.6em;
	position: relative;
	text-align: center;
	vertical-align: middle;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease; }
  @media (max-width: 767px) {
    .widget_tag_cloud .tagcloud a,
    .widget_product_tag_cloud .tagcloud a {
      font-size: 11px;
      font-size: 1.1rem; } }
  @media (max-width: 480px) {
    .widget_tag_cloud .tagcloud a,
    .widget_product_tag_cloud .tagcloud a {
      font-size: 10px;
      font-size: 1rem; } }
      .widget_tag_cloud .tagcloud a:hover,
      .widget_tag_cloud .tagcloud a:active,
      .widget_product_tag_cloud a:hover {
	      color: #ffffff;
      }
.comment-author-link a {
  display: inline-block!important;
  font-size: 100%!important;
}
.widget_text ol,
.widget_text ul {
  overflow: visible;
  margin: 0 0 1.313em 1.655em;
  border: 0;
  list-style: disc;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .widget_text ol li,
  .widget_text ul li {
    border: 0;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .widget_text ol li:hover,
    .widget_text ul li:hover {
      background-color: transparent; }
    .widget_text ol li a,
    .widget_text ul li a {
      border-bottom: 0; }
  .widget_text ol.tequila-ul-icons,
  .widget_text ul.tequila-ul-icons {
    list-style: none; }

.tequila-dribbble-widget ul {
  overflow: visible;
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .tequila-dribbble-widget ul li {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .tequila-dribbble-widget ul li:hover {
      background-color: transparent; }
    .tequila-dribbble-widget ul li a {
      border-bottom: 1px solid #ccc;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.tequila-flickr-widget ul {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .tequila-flickr-widget ul li {
    border: 0;
    padding: 0; }
    .tequila-flickr-widget ul li a {
      border-bottom: 1px solid transparent;
      color: white; }
      .tequila-flickr-widget ul li a:hover {
        color: white !important; }
      .tequila-flickr-widget ul li a img {
        width: 100%; }
#flickr > a {
  display: inline-block;
  margin: 0 1em 1em 0;
}
.widget_flickr .h-widget {
  margin-bottom: 2em;
}
.widget_nav_menu ul li,
.widget_meta ul li,
.widget_pages ul li {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .widget_nav_menu ul li:hover,
  .widget_meta ul li:hover,
  .widget_pages ul li:hover {
    background-color: transparent; }
  .widget_nav_menu ul li a,
  .widget_meta ul li a,
  .widget_pages ul li a {
    display: inline-block; }
    .widget_product_categories ul li a:before,
    .widget_recent_entries ul li a:before,
    .widget_archive ul li a:before,
    .widget_categories ul li a:before,
    .widget_nav_menu ul li a:before,
    .widget_meta ul li a:before,
    .widget_pages ul li a:before {
      content: "\e86b";
      color: #698d9f;
	  padding-right: 0.8em; }
    .widget_nav_menu ul li a:hover,
    .widget_meta ul li a:hover,
    .widget_pages ul li a:hover {
      background-color: white; }
  .widget_nav_menu ul li ul,
  .widget_nav_menu ul li .sub-menu,
  .widget_meta ul li ul,
  .widget_meta ul li .sub-menu,
  .widget_pages ul li ul,
  .widget_pages ul li .sub-menu {
    border: 0;
    background-color: transparent;
    border-radius: 0; }
    .widget_nav_menu ul li ul li a,
    .widget_nav_menu ul li .sub-menu li a,
    .widget_meta ul li ul li a,
    .widget_meta ul li .sub-menu li a,
    .widget_pages ul li ul li a,
    .widget_pages ul li .sub-menu li a {
      padding-left: 1.3em; }
    .widget_nav_menu ul li ul li:first-child a,
    .widget_nav_menu ul li .sub-menu li:first-child a,
    .widget_meta ul li ul li:first-child a,
    .widget_meta ul li .sub-menu li:first-child a,
    .widget_pages ul li ul li:first-child a,
    .widget_pages ul li .sub-menu li:first-child a {
      border-radius: 0; }
    .widget_nav_menu ul li ul ul li a,
    .widget_nav_menu ul li .sub-menu ul li a,
    .widget_meta ul li ul ul li a,
    .widget_meta ul li .sub-menu ul li a,
    .widget_pages ul li ul ul li a,
    .widget_pages ul li .sub-menu ul li a {
      padding-left: 2.55em; }
.widget_nav_menu .menu-item-has-children > a:before {
  content: "";
  margin-left: 0;
  position: inherit;
}
.widget_nav_menu .menu-item-has-children > a:before {
  content: "";
  margin-left: 0;
  position: inherit;
}

.widget_layered_nav ul li a:before {
  content: "\e8bd";
  padding-right: 0.8em;
  padding-left: 0.1em;
}
.widget_layered_nav ul li.chosen a:before {
  content: "\e8be";
}
.widget_layered_nav_filters ul {
  margin-bottom: 1.6em;
}
.widget_layered_nav_filters .chosen {
  display: inline-block;
  margin-right: 12px;
  padding: 0.25em 0;
}
.widget_layered_nav_filters .chosen a:after {
content: "×";
font-family: "icon_font";
font-style: normal;
font-weight: normal;
line-height: 1;
padding-left: 3px;
position: relative;
text-decoration: inherit;
top: -1px;
}
.widget_rss h4 {
  margin-bottom: 0.3em;
}
.widget.widget_get_in_touch {
  margin-bottom: 2em;}
.widget .widget-address,
.widget .widget-phone,
.widget .widget-email{
color: #3b424b;
font-size: 100%;
line-height: 2em;
margin-bottom: 0;
text-transform: none;
padding-left: 32px;
}
.widget-address:before,
.widget .widget-phone:before,
.widget .widget-email:before {
  font-family: "icon_font";
  content: "\e8de";
  color: #698d9f;
  font-size: 24px;
  top: 3px;
  position: relative;
  margin-left: -29px;
  padding-right: 10px;
}
.widget-email > a {
  font-size: 100%;
  font-weight: 400;
}
.widget-address:before{padding-right: 15px;}
.widget .widget-phone:before{content: "\e8ba";font-size:18px;}
.widget .widget-email:before{content: "\e8d3";font-size: 18px;top:3px;}
.widget-email > a {
  color: #3b424b;
}
.tequila-footer .widget_nav_menu li,
.tequila-footer .widget_categories li{
  padding: 0.25em 0!important;
  text-transform: none;
}
.cat-item > span,
.widget_archive span {
  color: #3b424b;
  float: right;
}
/*==========Twitter====================*/
.widget .tweet_list > li {
  margin:0 0 1em 2em;
  color: #53575d;
  font-size: 100%!important;
  font-weight: 400;
}
.widget .tweet_list > li:last-child {
  margin:0 0 0 2em;
}
.widget .tweet_list > li:before {
	color: #698d9f;
	content: "\e839";
	font-family: zocial;
	font-size: 16px;
	margin-left: -1.6em;
	padding-right: 0.25em;
}
.widget .tweet_list a {
  color: #b5b5b5;
  font-size: 100%;
  font-weight: 400!important;
}
.widget .tweet_list a:hover {color:#698d9f;}
/*==========Recent Posts Widget========*/
.widget_recent_posts .recent_posts img {
	float: left;
	border-radius: 100em;
	margin-bottom: 5px;
	margin-right: 12px;
	margin-top: 3px;
}
.widget_recent_posts .date-block {
	color: #9f9f9f;
	font-size: 85.71%;
	text-transform: none !important;
}
.widget_recent_posts .date-block:before {
	color: #698d9f;
	content: "";
	font-family: "icon_font";
	font-size: 14px;
	padding-right: 0.3em;
	position: relative;
	top: 1px;
}
.widget_recent_posts .recent_posts {
  margin-bottom: 12px;
  padding: 0 0 12px;
  border-bottom: 1px solid #d3d3d3;
}
.widget_recent_posts .recent_posts:last-child {
  margin-bottom: 0.18em;
  padding-bottom: 0;
}
.widget_recent_posts a {
	font-size: 85.71%;
	position: relative;
	text-transform: uppercase;
	top: -3px;
}
/*=====================================*/
.logo-widget {
margin-left: -74px;
margin-top: -34px;
margin-bottom: -16px;
}
	@media (max-width: 979px) {
		.logo-widget {
		  margin-left: 0;
		  margin-top: 0;
		}
	}
.logo-widget img {
	display:block;
	margin: 0 auto;
}
.sticky {
  margin: 0;
  width: 100%!important; }

.alignright {
  float: right;
  margin: 0.35em 0 0.35em 1.313em; }

.alignleft {
  float: left;
  margin: 0.35em 1.313em 0.35em 0; }

.alignnone {
  float: none;
  margin: 0 0 1.313em 0; }

.aligncenter {
  display: block;
  margin: 0 auto 1.313em; }
/*
embed, iframe, object, video {
  max-width: 100%;
  height: auto;
}
*/
.widget iframe {
  max-width: 100%;
  height: auto;
}
.wp-caption,
.gallery-item {
  max-width: 100%;
  text-align: center;
  background-color: white; }
  .wp-caption img,
  .gallery-item img {
    border-radius: 0;
    border: medium none !important; }
  .wp-caption > .wp-caption-text,
  .wp-caption > .wp-caption-text:last-child,
  .gallery-item > .wp-caption-text,
  .gallery-item > .wp-caption-text:last-child {
    display: block;
    margin: 9px 0 5px;
	border-left: 2px solid #698d9f;
	color: #698d9f;
	font-size: 1rem;
	line-height: 1.2;
	padding: 1px 0 0 10px;
	text-align: left;
	text-transform: uppercase; }
.gallery-caption {}
.gallery {
  clear: both;
  margin: 0 0 2em -3%!important;
  *zoom: 1; }
  .gallery:before, .gallery:after {
    display: table;
    content: ""; }
  .gallery:after {
    clear: both; }
  .gallery .gallery-item {
    float: left;
    margin: 3% 0 0 3%!important;
    position: relative; }

.gallery-type-2 .wp-caption-text {
  background-color: white;
  border: medium none !important;
  bottom: 0;
  left: 10px;
  margin: 0 !important;
  padding: 10px !important;
  position: absolute;
}
.gallery-type-2 .wp-caption-text-wrap {
	display: block;
	padding-left: 12px;
	position: relative;
}
.gallery-type-2 .wp-caption-text-wrap::before {
	border-left: 2px solid #698d9f;
	bottom: 0;
	content: "";
	left: 0;
	padding-right: 10px;
	position: absolute;
	top: 0;
	width: 0;
}
.gallery-columns-0 .gallery-item,
.gallery-columns-1 .gallery-item {
  width: 100%; }
.gallery-columns-2 .gallery-item {
  width: 47%!important; }
.gallery-columns-3 .gallery-item {
  width: 30.3333%!important; }
.gallery-columns-4 .gallery-item {
  width: 22%!important; }
  @media (max-width: 979px) {
    .gallery-columns-4 .gallery-item {
      width: 48%!important; } }

@media (max-width: 767px) {
  .gallery-columns-0 .gallery-item,
  .gallery-columns-1 .gallery-item,
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    width: 100%;
    float: none;
    margin-right: 0; } }

@media (max-width: 979px) {
  .tequila-row-fluid {
    width: 100%; }

  .tequila-row-fluid [class*="span"],
  .tequila-row-fluid [class*="span"].right:first-child {
    float: none;
    display: block;
    width: auto;
    margin-left: 0; }

  .tequila-row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

@media (max-width: 979px) {
  body.tequila-navbar-fixed-top-active, body.tequila-navbar-fixed-left-active, body.tequila-navbar-fixed-right-active {
    padding: 0; }

  .tequila-navbar-fixed-top .tequila-navbar,
  .tequila-navbar-fixed-left .tequila-navbar,
  .tequila-navbar-fixed-right .tequila-navbar {
    position: relative; }

    .tequila-navbar-fixed-left .tequila-nav > li > a,
    .tequila-navbar-fixed-right .tequila-nav > li > a {
      text-align: left; }

  .tequila-nav-collapse {
    display: block;
    clear: both; }

  .tequila-nav-collapse .tequila-nav {
    float: none;
    margin: 1.5em 0; }

  .tequila-nav-collapse .tequila-nav > li {
    float: none; }

  .tequila-navbar .tequila-navbar-inner .tequila-nav-collapse .tequila-nav > li > a,
  .tequila-navbar .tequila-navbar-inner .tequila-nav-collapse .sub-menu a {
    height: auto;
    margin: 2px 0;
    padding: 0.75em 1em;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    background-color: transparent;
    -webkit-transition: none;
    transition: none; }

  .tequila-nav-collapse .sub-menu a {
    color: #3b424b; }

  .tequila-navbar .tequila-navbar-inner .tequila-nav-collapse .tequila-nav > li > a:hover,
  .tequila-navbar .tequila-navbar-inner .tequila-nav-collapse .sub-menu a:hover,
  .tequila-navbar .tequila-navbar-inner .tequila-nav-collapse .tequila-nav > .current-menu-item > a {
    color: #272727;
    background-color: whitesmoke;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .tequila-nav-collapse .sub-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: block;
    max-width: none;
    margin: 0 0 0 1.5em;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .tequila-nav-collapse .sub-menu:before,
  .tequila-nav-collapse .sub-menu:after {
    display: none; }

  .tequila-navbar .tequila-nav-collapse .tequila-nav.right {
    float: none;
    margin-left: 0; }

  .tequila-nav-collapse,
  .tequila-nav-collapse.collapse {
    overflow: hidden;
    height: 0; }

  .tequila-btn-navbar {
    display: block; }

  .sf-menu > li a {
    white-space: normal; }

  .sf-menu ul {
    visibility: visible !important;
    display: block !important; }

  .sub-menu a {
    font-size: 14px; }

  .tequila-navbar-fixed-top-active .tequila-navbar.tequila-navbar-fixed-top.tequila-container-fluid.max.width {
    left: 0;
    right: 0;
    width: 100%; } }

@media (min-width: 980px) {
  .tequila-nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important; } }

.ie9 .btn-simple,
.ie9 .btn-depth {
  position: relative; }

.ie9 .btn-simple:active {
  bottom: -4px; }

.ie9 .btn-depth:active {
  left: -6px;
  bottom: -6px; }

.ie8 img {
  width: 100%; }


.ie8 .navbar .collapse {
  overflow: visible; }

.ie8 .btn-depth,
.ie8 .btn-depth:hover,
.ie8 .btn-simple,
.ie8 .btn-simple:hover,
.ie8 .btn-group > .btn-depth:first-child {
  margin: 0; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
.admin-bar .tequila-navbar-fixed-top,
.admin-bar .tequila-navbar-fixed-left,
.admin-bar .tequila-navbar-fixed-right,
.admin-bar.tequila-navbar-dynamic-active .tequila-navbar {
  top: 32px; }
  @media (max-width: 979px) {
    .admin-bar .tequila-navbar-fixed-top,
    .admin-bar .tequila-navbar-fixed-left,
    .admin-bar .tequila-navbar-fixed-right {
      top: 0; } }

.admin-bar .tequila-widgetbar,
.admin-bar .tequila-btn-widgetbar {
  top: 32px; }

@media (min-width: 1200px) {
  .admin-bar.tequila-icon .tequila-sidebar {
    top: 32px; } }

@media (min-width: 1200px) {
  .admin-bar.tequila-icon.tequila-full-width-active .tequila-sidebar {
    top: 0; } }

.cf,.col2-set {
  *zoom: 1; }
  .cf:before, .cf:after,
  .col2-set:before,.col2-set:after {
    display: table;
    content: ""; }
  .cf:after,
  .col2-set:after {
    clear: both; }

.content-box {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.right {
  float: right; }

.left {
  float: left; }

.center-block {
  margin-left: auto;
  margin-right: auto; }

.center-list {
  display: table;
  margin-left: auto;
  margin-right: auto; }

.hide {
  display: none; }

.show {
  display: block; }

.hidden {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.overflow-hidden {
  overflow: hidden; }

.affix {
  position: fixed; }

.w-900 {
  font-weight: 900; }

.w-800 {
  font-weight: 800; }

.w-700 {
  font-weight: 700; }

.w-600 {
  font-weight: 600; }

.w-500 {
  font-weight: 500; }

.w-400 {
  font-weight: 400; }

.w-300 {
  font-weight: 300; }

.w-200 {
  font-weight: 200; }

.w-100 {
  font-weight: 100; }

.tt-upper {
  text-transform: uppercase; }

.tt-lower {
  text-transform: lowercase; }

.tt-none {
  text-transform: none; }

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

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

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

.tequila-visible-phone {
  display: none !important; }

.tequila-visible-tablet {
  display: none !important; }

.tequila-visible-desktop {
  display: inherit !important; }

span.tequila-visible-desktop {
  display: inline !important; }

.tequila-hidden-desktop {
  display: none !important; }

@media (min-width: 768px) and (max-width: 979px) {
  .tequila-visible-tablet {
    display: inherit !important; }

  span.tequila-visible-tablet {
    display: inline !important; }

  .tequila-hidden-tablet {
    display: none !important; }

  .tequila-hidden-desktop {
    display: inherit !important; }

  span.tequila-hidden-desktop {
    display: inline !important; }

  .tequila-visible-desktop {
    display: none !important; } }
@media (max-width: 767px) {
  .tequila-visible-phone {
    display: inherit !important; }

  span.tequila-visible-phone {
    display: inline !important; }

  .tequila-hidden-phone {
    display: none !important; }

  .tequila-hidden-desktop {
    display: inherit !important; }

  span.tequila-hidden-desktop {
    display: inline !important; }

  .tequila-visible-desktop {
    display: none !important; } }
.ptn, .pvn, .pan {
  padding-top: 0 !important; }

.pts, .pvs, .pas {
  padding-top: 0.5em !important; }

.ptm, .pvm, .pam {
  padding-top: 1em !important; }

.ptl, .pvl, .pal {
  padding-top: 2em !important; }

.prn, .phn, .pan {
  padding-right: 0 !important; }

.prs, .phs, .pas {
  padding-right: 0.5em !important; }

.prm, .phm, .pam {
  padding-right: 1em !important; }

.prl, .phl, .pal {
  padding-right: 2em !important; }

.pbn, .pvn, .pan {
  padding-bottom: 0 !important; }

.pbs, .pvs, .pas {
  padding-bottom: 0.5em !important; }

.pbm, .pvm, .pam {
  padding-bottom: 1em !important; }

.pbl, .pvl, .pal {
  padding-bottom: 2em !important; }

.pln, .phn, .pan {
  padding-left: 0 !important; }

.pls, .phs, .pas {
  padding-left: 0.5em !important; }

.plm, .phm, .pam {
  padding-left: 1em !important; }

.pll, .phl, .pal {
  padding-left: 2em !important; }

.mtn, .mvn, .man {
  margin-top: 0 !important; }

.mts, .mvs, .mas {
  margin-top: 0.5em !important; }

.mtm, .mvm, .mam {
  margin-top: 1em !important; }

.mtl, .mvl, .mal {
  margin-top: 2em !important; }

.mrn, .mhn, .man {
  margin-right: 0 !important; }

.mrs, .mhs, .mas {
  margin-right: 0.5em !important; }

.mrm, .mhm, .mam {
  margin-right: 1em !important; }

.mrl, .mhl, .mal {
  margin-right: 2em !important; }

.mbn, .mvn, .man {
  margin-bottom: 0 !important; }

.mbs, .mvs, .mas {
  margin-bottom: 0.5em !important; }

.mbm, .mvm, .mam {
  margin-bottom: 1em !important; }

.mbl, .mvl, .mal {
  margin-bottom: 2em !important; }

.mln, .mhn, .man {
  margin-left: 0 !important; }

.mls, .mhs, .mas {
  margin-left: 0.5em !important; }

.mlm, .mhm, .mam {
  margin-left: 1em !important; }

.mll, .mhl, .mal {
  margin-left: 2em !important; }

#infscr-loading {
	bottom: 0;
	left: 50%;
	margin-left: -22px;
	position: absolute;
	width: 44px;
	height: 44px;
	background-image: url('data:image/svg+xml;utf8,<svg width="44" height="44" viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" stroke="#698d9f"><g fill="none" fill-rule="evenodd" stroke-width="2"><circle cx="22" cy="22" r="1"><animate attributeName="r" begin="0s" dur="1.8s" values="1; 20" calcMode="spline" keyTimes="0; 1" keySplines="0.165, 0.84, 0.44, 1" repeatCount="indefinite" /><animate attributeName="stroke-opacity" begin="0s" dur="1.8s" values="1; 0" calcMode="spline" keyTimes="0; 1" keySplines="0.3, 0.61, 0.355, 1" repeatCount="indefinite" /></circle><circle cx="22" cy="22" r="1"><animate attributeName="r" begin="-0.9s" dur="1.8s" values="1; 20" calcMode="spline" keyTimes="0; 1" keySplines="0.165, 0.84, 0.44, 1" repeatCount="indefinite" /><animate attributeName="stroke-opacity" begin="-0.9s" dur="1.8s" values="1; 0" calcMode="spline" keyTimes="0; 1" keySplines="0.3, 0.61, 0.355, 1" repeatCount="indefinite" /></circle></g></svg>');
}
#infscr-loading>div, #infscr-loading>img{
	display: none;
}
.tequila_blog_infinite_scroll .prev-next {
	display: none;
}

@font-face {
  font-family: 'icon_font';
  src: url('../../fonts/icon_font/icon_font.eot?42608627');
  src: url('../../fonts/icon_font/icon_font.eot?42608627#iefix') format('embedded-opentype'),
       url('../../fonts/icon_font/icon_font.woff?42608627') format('woff'),
       url('../../fonts/icon_font/icon_font.ttf?42608627') format('truetype'),
       url('../../fonts/icon_font/icon_font.svg?42608627#icon_font') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/**/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icon_font';
    src: url('../../fonts/icon_font/icon_font.svg?42608627#icon_font') format('svg');
  }
}


 [class^="tequila-icon-"]:before, [class*=" tequila-icon-"]:before {
  font-family: "icon_font";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}



.tequila-icon-minus-in-circle:before { content: '\e800'; } /* '' */
.tequila-icon-plus-in-circle-1:before { content: '\e801'; } /* '' */
.tequila-icon-bug:before { content: '\e802'; } /* '' */
.tequila-icon-volume-up:before { content: '\e803'; } /* '' */
.tequila-icon-arrow-down-long:before { content: '\e804'; } /* '' */
.tequila-icon-arrow-up-long:before { content: '\e805'; } /* '' */
.tequila-icon-arrow-combo:before { content: '\e806'; } /* '' */
.tequila-icon-star:before { content: '\e807'; } /* '' */
.tequila-icon-arrow-left-thin:before { content: '\e808'; } /* '' */
.tequila-icon-arrow-right-thin:before { content: '\e809'; } /* '' */
.tequila-icon-arrow-left-bold:before { content: '\e80a'; } /* '' */
.tequila-icon-arrow-right-bold:before { content: '\e80b'; } /* '' */
.tequila-icon-star-empty:before { content: '\e80c'; } /* '' */
.tequila-icon-link:before { content: '\e80d'; } /* '' */
.tequila-icon-comment-1:before { content: '\e80e'; } /* '' */
.tequila-icon-mustache:before { content: '\e80f'; } /* '' */
.tequila-icon-scissors-and-comb:before { content: '\e810'; } /* '' */
.tequila-icon-lightbulb:before { content: '\e811'; } /* '' */
.tequila-icon-down-dir:before { content: '\e812'; } /* '' */
.tequila-icon-left-dir:before { content: '\e813'; } /* '' */
.tequila-icon-up-dir:before { content: '\e814'; } /* '' */
.tequila-icon-circle:before { content: '\e815'; } /* '' */
.tequila-icon-arrow-down:before { content: '\e816'; } /* '' */
.tequila-icon-arrow-down-thing:before { content: '\e817'; } /* '' */
.tequila-icon-arrow-top-thing:before { content: '\e818'; } /* '' */
.tequila-icon-bag-cart:before { content: '\e819'; } /* '' */
.tequila-icon-menu:before { content: '\e81a'; } /* '' */
.tequila-icon-arrow-left:before { content: '\e81b'; } /* '' */
.tequila-icon-arrow-right:before { content: '\e81c'; } /* '' */
.tequila-icon-arrow-up:before { content: '\e81d'; } /* '' */
.tequila-icon-clock-1:before { content: '\e81e'; } /* '' */
.tequila-icon-social_youtube_square:before { content: '\e81f'; } /* '' */
.tequila-icon-scissors-1:before { content: '\e820'; } /* '' */
.tequila-icon-restaurant-1:before { content: '\e821'; } /* '' */
.tequila-icon-hotel-food:before { content: '\e822'; } /* '' */
.tequila-icon-login-1:before { content: '\e823'; } /* '' */
.tequila-icon-logout-1:before { content: '\e824'; } /* '' */
.tequila-icon-quote:before { content: '\e825'; } /* '' */
.tequila-icon-dog:before { content: '\e826'; } /* '' */
.tequila-icon-social_delicious_square:before { content: '\e827'; } /* '' */
.tequila-icon-bookmark:before { content: '\e828'; } /* '' */
.tequila-icon-baby:before { content: '\e829'; } /* '' */
.tequila-icon-search-2:before { content: '\e82a'; } /* '' */
.tequila-icon-social_deviantart_square:before { content: '\e82b'; } /* '' */
.tequila-icon-flashlight:before { content: '\e82c'; } /* '' */
.tequila-icon-plus:before { content: '\e82d'; } /* '' */
.tequila-icon-eye:before { content: '\e82e'; } /* '' */
.tequila-icon-minus:before { content: '\e82f'; } /* '' */
.tequila-icon-cancel-squared:before { content: '\e830'; } /* '' */
.tequila-icon-eye-3:before { content: '\e831'; } /* '' */
.tequila-icon-cancel-circled:before { content: '\e832'; } /* '' */
.tequila-icon-lock-open:before { content: '\e833'; } /* '' */
.tequila-icon-lock-2:before { content: '\e834'; } /* '' */
.tequila-icon-tag-2:before { content: '\e835'; } /* '' */
.tequila-icon-switch:before { content: '\e836'; } /* '' */
.tequila-icon-water:before { content: '\e837'; } /* '' */
.tequila-icon-droplet:before { content: '\e838'; } /* '' */
.tequila-icon-graduation-cap-1:before { content: '\e839'; } /* '' */
.tequila-icon-user:before { content: '\e83a'; } /* '' */
.tequila-icon-download:before { content: '\e83b'; } /* '' */
.tequila-icon-upload:before { content: '\e83c'; } /* '' */
.tequila-icon-picture:before { content: '\e83d'; } /* '' */
.tequila-icon-thumbs-up:before { content: '\e83e'; } /* '' */
.tequila-icon-thumbs-down:before { content: '\e83f'; } /* '' */
.tequila-icon-tag:before { content: '\e840'; } /* '' */
.tequila-icon-tags:before { content: '\e841'; } /* '' */
.tequila-icon-upload-cloud:before { content: '\e842'; } /* '' */
.tequila-icon-download-cloud:before { content: '\e843'; } /* '' */
.tequila-icon-globe:before { content: '\e844'; } /* '' */
.tequila-icon-sun:before { content: '\e845'; } /* '' */
.tequila-icon-cloud:before { content: '\e846'; } /* '' */
.tequila-icon-flash:before { content: '\e847'; } /* '' */
.tequila-icon-moon:before { content: '\e848'; } /* '' */
.tequila-icon-umbrella:before { content: '\e849'; } /* '' */
.tequila-icon-flight:before { content: '\e84a'; } /* '' */
.tequila-icon-leaf:before { content: '\e84b'; } /* '' */
.tequila-icon-award:before { content: '\e84c'; } /* '' */
.tequila-icon-cog:before { content: '\e84d'; } /* '' */
.tequila-icon-paper-plane:before { content: '\e84e'; } /* '' */
.tequila-icon-right-dir:before { content: '\e84f'; } /* '' */
.tequila-icon-leaf-1:before { content: '\e850'; } /* '' */
.tequila-icon-lifebuoy:before { content: '\e851'; } /* '' */
.tequila-icon-direction:before { content: '\e852'; } /* '' */
.tequila-icon-feather:before { content: '\e853'; } /* '' */
.tequila-icon-pencil:before { content: '\e854'; } /* '' */
.tequila-icon-keyboard:before { content: '\e855'; } /* '' */
.tequila-icon-print:before { content: '\e856'; } /* '' */
.tequila-icon-bell:before { content: '\e857'; } /* '' */
.tequila-icon-attention:before { content: '\e858'; } /* '' */
.tequila-icon-alert:before { content: '\e859'; } /* '' */
.tequila-icon-tools:before { content: '\e85a'; } /* '' */
.tequila-icon-basket:before { content: '\e85b'; } /* '' */
.tequila-icon-coffee:before { content: '\e85c'; } /* '' */
.tequila-icon-food:before { content: '\e85d'; } /* '' */
.tequila-icon-briefcase:before { content: '\e85e'; } /* '' */
.tequila-icon-suitcase:before { content: '\e85f'; } /* '' */
.tequila-icon-heart-empty:before { content: '\e860'; } /* '' */
.tequila-icon-glass:before { content: '\e861'; } /* '' */
.tequila-icon-music:before { content: '\e862'; } /* '' */
.tequila-icon-video:before { content: '\e863'; } /* '' */
.tequila-icon-videocam:before { content: '\e864'; } /* '' */
.tequila-icon-picture-1:before { content: '\e865'; } /* '' */
.tequila-icon-camera:before { content: '\e866'; } /* '' */
.tequila-icon-scissors:before { content: '\e867'; } /* '' */
.tequila-icon-fire:before { content: '\e868'; } /* '' */
.tequila-icon-bookmarks:before { content: '\e869'; } /* '' */
.tequila-icon-angle-left:before { content: '\e86a'; } /* '' */
.tequila-icon-angle-right:before { content: '\e86b'; } /* '' */
.tequila-icon-angle-up:before { content: '\e86c'; } /* '' */
.tequila-icon-angle-down:before { content: '\e86d'; } /* '' */
.tequila-icon-down-dir-1:before { content: '\e86e'; } /* '' */
.tequila-icon-up-dir-1:before { content: '\e86f'; } /* '' */
.tequila-icon-left-dir-1:before { content: '\e870'; } /* '' */
.tequila-icon-right-dir-1:before { content: '\e871'; } /* '' */
.tequila-icon-play:before { content: '\e872'; } /* '' */
.tequila-icon-stop:before { content: '\e873'; } /* '' */
.tequila-icon-pause:before { content: '\e874'; } /* '' */
.tequila-icon-cross:before { content: '\e875'; } /* '' */
.tequila-icon-cancel:before { content: '\e876'; } /* '' */
.tequila-icon-check-1:before { content: '\e877'; } /* '' */
.tequila-icon-alarm:before { content: '\e878'; } /* '' */
.tequila-icon-coffee-1:before { content: '\e879'; } /* '' */
.tequila-icon-camera-1:before { content: '\e87a'; } /* '' */
.tequila-icon-map-1:before { content: '\e87b'; } /* '' */
.tequila-icon-flaticon_4418:before { content: '\e87c'; } /* '' */
.tequila-icon-user-club2:before { content: '\e87d'; } /* '' */
.tequila-icon-user-3:before { content: '\e87e'; } /* '' */
.tequila-icon-friends:before { content: '\e87f'; } /* '' */
.tequila-icon-search:before { content: '\e880'; } /* '' */
.tequila-icon-mail-alt:before { content: '\e881'; } /* '' */
.tequila-icon-heart:before { content: '\e882'; } /* '' */
.tequila-icon-star-2:before { content: '\e883'; } /* '' */
.tequila-icon-star-empty-2:before { content: '\e884'; } /* '' */
.tequila-icon-user-1:before { content: '\e885'; } /* '' */
.tequila-icon-users:before { content: '\e886'; } /* '' */
.tequila-icon-th-large:before { content: '\e887'; } /* '' */
.tequila-icon-th:before { content: '\e888'; } /* '' */
.tequila-icon-th-list:before { content: '\e889'; } /* '' */
.tequila-icon-ok:before { content: '\e88a'; } /* '' */
.tequila-icon-ok-circled:before { content: '\e88b'; } /* '' */
.tequila-icon-ok-circled2:before { content: '\e88c'; } /* '' */
.tequila-icon-plus-squared:before { content: '\e88d'; } /* '' */
.tequila-icon-help:before { content: '\e88e'; } /* '' */
.tequila-icon-info:before { content: '\e88f'; } /* '' */
.tequila-icon-link-ext:before { content: '\e890'; } /* '' */
.tequila-icon-attach:before { content: '\e891'; } /* '' */
.tequila-icon-lock:before { content: '\e892'; } /* '' */
.tequila-icon-pin:before { content: '\e893'; } /* '' */
.tequila-icon-eye-1:before { content: '\e894'; } /* '' */
.tequila-icon-bookmark-1:before { content: '\e895'; } /* '' */
.tequila-icon-flag:before { content: '\e896'; } /* '' */
.tequila-icon-quote-left:before { content: '\e897'; } /* '' */
.tequila-icon-code:before { content: '\e898'; } /* '' */
.tequila-icon-edit:before { content: '\e899'; } /* '' */
.tequila-icon-location:before { content: '\e89a'; } /* '' */
.tequila-icon-login:before { content: '\e89b'; } /* '' */
.tequila-icon-menu-1:before { content: '\e89c'; } /* '' */
.tequila-icon-resize-vertical:before { content: '\e89d'; } /* '' */
.tequila-icon-move:before { content: '\e89e'; } /* '' */
.tequila-icon-rocket:before { content: '\e89f'; } /* '' */
.tequila-icon-right:before { content: '\e8a0'; } /* '' */
.tequila-icon-play-circled:before { content: '\e8a1'; } /* '' */
.tequila-icon-font:before { content: '\e8a2'; } /* '' */
.tequila-icon-text-height:before { content: '\e8a3'; } /* '' */
.tequila-icon-text-width:before { content: '\e8a4'; } /* '' */
.tequila-icon-list:before { content: '\e8a5'; } /* '' */
.tequila-icon-megaphone:before { content: '\e8a6'; } /* '' */
.tequila-icon-list-bullet:before { content: '\e8a7'; } /* '' */
.tequila-icon-tasks:before { content: '\e8a8'; } /* '' */
.tequila-icon-money:before { content: '\e8a9'; } /* '' */
.tequila-icon-volume-up-1:before { content: '\e8aa'; } /* '' */
.tequila-icon-music-1:before { content: '\e8ab'; } /* '' */
.tequila-icon-search-1:before { content: '\e8ac'; } /* '' */
.tequila-icon-mail:before { content: '\e8ad'; } /* '' */
.tequila-icon-heart-1:before { content: '\e8ae'; } /* '' */
.tequila-icon-star-3:before { content: '\e8af'; } /* '' */
.tequila-icon-user-2:before { content: '\e8b0'; } /* '' */
.tequila-icon-videocam-1:before { content: '\e8b1'; } /* '' */
.tequila-icon-camera-2:before { content: '\e8b2'; } /* '' */
.tequila-icon-photo:before { content: '\e8b3'; } /* '' */
.tequila-icon-attach-1:before { content: '\e8b4'; } /* '' */
.tequila-icon-lock-1:before { content: '\e8b5'; } /* '' */
.tequila-icon-eye-2:before { content: '\e8b6'; } /* '' */
.tequila-icon-tag-1:before { content: '\e8b7'; } /* '' */
.tequila-icon-thumbs-up-1:before { content: '\e8b8'; } /* '' */
.tequila-icon-pencil-1:before { content: '\e8b9'; } /* '' */
.tequila-icon-phone-1:before { content: '\e8ba'; } /* '' */
.tequila-icon-comment:before { content: '\e8bb'; } /* '' */
.tequila-icon-location-2:before { content: '\e8bc'; } /* '' */
.tequila-icon-check-empty:before { content: '\e8bd'; } /* '' */
.tequila-icon-check:before { content: '\e8be'; } /* '' */
.tequila-icon-cup:before { content: '\e8bf'; } /* '' */
.tequila-icon-trash:before { content: '\e8c0'; } /* '' */
.tequila-icon-doc:before { content: '\e8c1'; } /* '' */
.tequila-icon-star-1:before { content: '\e8c2'; } /* '' */
.tequila-icon-note:before { content: '\e8c3'; } /* '' */
.tequila-icon-star-empty-1:before { content: '\e8c4'; } /* '' */
.tequila-icon-cog-1:before { content: '\e8c5'; } /* '' */
.tequila-icon-params:before { content: '\e8c6'; } /* '' */
.tequila-icon-calendar:before { content: '\e8c7'; } /* '' */
.tequila-icon-sound:before { content: '\e8c8'; } /* '' */
.tequila-icon-clock:before { content: '\e8c9'; } /* '' */
.tequila-icon-lightbulb-1:before { content: '\e8ca'; } /* '' */
.tequila-icon-tv:before { content: '\e8cb'; } /* '' */
.tequila-icon-desktop:before { content: '\e8cc'; } /* '' */
.tequila-icon-mobile:before { content: '\e8cd'; } /* '' */
.tequila-icon-cd:before { content: '\e8ce'; } /* '' */
.tequila-icon-inbox:before { content: '\e8cf'; } /* '' */
.tequila-icon-globe-1:before { content: '\e8d0'; } /* '' */
.tequila-icon-cloud-1:before { content: '\e8d1'; } /* '' */
.tequila-icon-paper-plane-1:before { content: '\e8d2'; } /* '' */
.tequila-icon-email:before { content: '\e8d3'; } /* '' */
.tequila-icon-home:before { content: '\e8d4'; } /* '' */
.tequila-icon-fire-1:before { content: '\e8d5'; } /* '' */
.tequila-icon-graduation-cap:before { content: '\e8d6'; } /* '' */
.tequila-icon-megaphone-1:before { content: '\e8d7'; } /* '' */
.tequila-icon-database:before { content: '\e8d8'; } /* '' */
.tequila-icon-key:before { content: '\e8d9'; } /* '' */
.tequila-icon-beaker:before { content: '\e8da'; } /* '' */
.tequila-icon-truck:before { content: '\e8db'; } /* '' */
.tequila-icon-credit-card:before { content: '\e8dc'; } /* '' */
.tequila-icon-money-1:before { content: '\e8dd'; } /* '' */
.tequila-icon-location-1:before { content: '\e8de'; } /* '' */
.tequila-icon-food-1:before { content: '\e8df'; } /* '' */
.tequila-icon-shop:before { content: '\e8e0'; } /* '' */
.tequila-icon-diamond:before { content: '\e8e1'; } /* '' */
.tequila-icon-t-shirt:before { content: '\e8e2'; } /* '' */
.tequila-icon-wallet:before { content: '\e8e3'; } /* '' */
.tequila-icon-rocket-1:before { content: '\e8e4'; } /* '' */
.tequila-icon-money-2:before { content: '\e8e5'; } /* '' */
.tequila-icon-cog-alt:before { content: '\e8e6'; } /* '' */
.tequila-icon-wrench:before { content: '\e8e7'; } /* '' */
.tequila-icon-sliders:before { content: '\e8e8'; } /* '' */
.tequila-icon-doc-1:before { content: '\e8e9'; } /* '' */
.tequila-icon-attention-alt:before { content: '\e8ea'; } /* '' */
.tequila-icon-direction-1:before { content: '\e8eb'; } /* '' */
.tequila-icon-compass:before { content: '\e8ec'; } /* '' */
.tequila-icon-attention-1:before { content: '\e8ed'; } /* '' */
.tequila-icon-attention-circled:before { content: '\e8ee'; } /* '' */
.tequila-icon-bell-alt:before { content: '\e8ef'; } /* '' */
.tequila-icon-bell-1:before { content: '\e8f0'; } /* '' */
.tequila-icon-eye-off:before { content: '\e8f1'; } /* '' */
.tequila-icon-key-1:before { content: '\e8f2'; } /* '' */
.tequila-icon-filter:before { content: '\e8f3'; } /* '' */
.tequila-icon-beaker-1:before { content: '\e8f4'; } /* '' */
.tequila-icon-magic:before { content: '\e8f5'; } /* '' */
.tequila-icon-euro:before { content: '\e8f6'; } /* '' */
.tequila-icon-pound:before { content: '\e8f7'; } /* '' */
.tequila-icon-dollar:before { content: '\e8f8'; } /* '' */
.tequila-icon-rupee:before { content: '\e8f9'; } /* '' */
.tequila-icon-yen:before { content: '\e8fa'; } /* '' */
.tequila-icon-rouble:before { content: '\e8fb'; } /* '' */
.tequila-icon-try:before { content: '\e8fc'; } /* '' */
.tequila-icon-won:before { content: '\e8fd'; } /* '' */
.tequila-icon-bitcoin:before { content: '\e8fe'; } /* '' */
.tequila-icon-link-1:before { content: '\e8ff'; } /* '' */
.tequila-icon-hammer:before { content: '\e900'; } /* '' */
.tequila-icon-anchor:before { content: '\e901'; } /* '' */
.tequila-icon-terminal:before { content: '\e902'; } /* '' */
.tequila-icon-eraser:before { content: '\e903'; } /* '' */
.tequila-icon-puzzle:before { content: '\e904'; } /* '' */
.tequila-icon-shield:before { content: '\e905'; } /* '' */
.tequila-icon-language:before { content: '\e906'; } /* '' */
.tequila-icon-paw:before { content: '\e907'; } /* '' */
.tequila-icon-cubes:before { content: '\e908'; } /* '' */
.tequila-icon-lifebuoy-1:before { content: '\e909'; } /* '' */
.tequila-icon-bomb:before { content: '\e90a'; } /* '' */
.tequila-icon-android:before { content: '\e90b'; } /* '' */
.tequila-icon-apple:before { content: '\e90c'; } /* '' */
.tequila-icon-codeopen:before { content: '\e90d'; } /* '' */
.tequila-icon-flag-1:before { content: '\e90e'; } /* '' */
.tequila-icon-upload-cloud-1:before { content: '\e90f'; } /* '' */
.tequila-icon-mic:before { content: '\e910'; } /* '' */
.tequila-icon-cog-2:before { content: '\e911'; } /* '' */
.tequila-icon-phone:before { content: '\e912'; } /* '' */
.tequila-icon-box:before { content: '\e913'; } /* '' */
.tequila-icon-folder:before { content: '\e914'; } /* '' */
.tequila-icon-sound-1:before { content: '\e915'; } /* '' */
.tequila-icon-hourglass:before { content: '\e916'; } /* '' */
.tequila-icon-light-up:before { content: '\e917'; } /* '' */
.tequila-icon-adjust:before { content: '\e918'; } /* '' */
.tequila-icon-network:before { content: '\e919'; } /* '' */
.tequila-icon-air:before { content: '\e91a'; } /* '' */
.tequila-icon-cloud-sun:before { content: '\e91b'; } /* '' */
.tequila-icon-cloud-moon:before { content: '\e91c'; } /* '' */
.tequila-icon-rain:before { content: '\e91d'; } /* '' */
.tequila-icon-snow-heavy:before { content: '\e91e'; } /* '' */
.tequila-icon-clouds:before { content: '\e91f'; } /* '' */
.tequila-icon-asl:before { content: '\e920'; } /* '' */
.tequila-icon-male:before { content: '\e921'; } /* '' */
.tequila-icon-female:before { content: '\e922'; } /* '' */
.tequila-icon-link-2:before { content: '\e923'; } /* '' */
.tequila-icon-target:before { content: '\e924'; } /* '' */
.tequila-icon-player:before { content: '\e925'; } /* '' */
.tequila-icon-plus-1:before { content: '\e926'; } /* '' */
.tequila-icon-pencil-2:before { content: '\e927'; } /* '' */
.tequila-icon-kettle:before { content: '\e928'; } /* '' */
.tequila-icon-hamburger:before { content: '\e929'; } /* '' */
.tequila-icon-cup-1:before { content: '\e92a'; } /* '' */
.tequila-icon-camera-3:before { content: '\e92b'; } /* '' */
.tequila-icon-crop:before { content: '\e92c'; } /* '' */
.tequila-icon-bag:before { content: '\e92d'; } /* '' */
.tequila-icon-attach-2:before { content: '\e92e'; } /* '' */
.tequila-icon-mail-1:before { content: '\e92f'; } /* '' */
.tequila-icon-laptop:before { content: '\e930'; } /* '' */
.tequila-icon-share:before { content: '\e931'; } /* '' */
.tequila-icon-reply:before { content: '\e932'; } /* '' */
.tequila-icon-bag-1:before { content: '\e933'; } /* '' */
.tequila-icon-code-1:before { content: '\e934'; } /* '' */
.tequila-icon-photo-1:before { content: '\e935'; } /* '' */
.tequila-icon-mixer:before { content: '\e936'; } /* '' */
.tequila-icon-user-4:before { content: '\e937'; } /* '' */
.tequila-icon-help-1:before { content: '\e938'; } /* '' */
.tequila-icon-player-1:before { content: '\e939'; } /* '' */

[class^="tequila-social-"],
[class*=" tequila-social-"] {
  font-family: "zocial";
  speak: none;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased; }
  [class^="tequila-social-"]:before,
  [class*=" tequila-social-"]:before {
    speak: none;
    line-height: 1; }


.tequila-social-duckduckgo:before { content: '\e800'; } /* '' */
.tequila-social-aim:before { content: '\e801'; } /* '' */
.tequila-social-delicious:before { content: '\e802'; } /* '' */
.tequila-social-paypal:before { content: '\e803'; } /* '' */
.tequila-social-flattr:before { content: '\e804'; } /* '' */
.tequila-social-android:before { content: '\e805'; } /* '' */
.tequila-social-eventful:before { content: '\e806'; } /* '' */
.tequila-social-smashmag:before { content: '\e807'; } /* '' */
.tequila-social-google-plus:before { content: '\e808'; } /* '' */
.tequila-social-wikipedia:before { content: '\e809'; } /* '' */
.tequila-social-lanyrd:before { content: '\e80a'; } /* '' */
.tequila-social-calendar:before { content: '\e80b'; } /* '' */
.tequila-social-stumbleupon:before { content: '\e80c'; } /* '' */
.tequila-social-fivehundredpx:before { content: '\e80d'; } /* '' */
.tequila-social-pinterest:before { content: '\e80e'; } /* '' */
.tequila-social-bitcoin:before { content: '\e80f'; } /* '' */
.tequila-social-w3c:before { content: '\e810'; } /* '' */
.tequila-social-foursquare:before { content: '\e811'; } /* '' */
.tequila-social-html5:before { content: '\e812'; } /* '' */
.tequila-social-ie:before { content: '\e813'; } /* '' */
.tequila-social-klout:before { content: '\e814'; } /* '' */
.tequila-social-weibo:before { content: '\e815'; } /* '' */
.tequila-social-instapaper:before { content: '\e816'; } /* '' */
.tequila-social-viadeo:before { content: '\e817'; } /* '' */
.tequila-social-google:before { content: '\e818'; } /* '' */
.tequila-social-lkdto:before { content: '\e819'; } /* '' */
.tequila-social-hackernews:before { content: '\e81a'; } /* '' */
.tequila-social-stackoverflow:before { content: '\e81b'; } /* '' */
.tequila-social-intensedebate:before { content: '\e81c'; } /* '' */
.tequila-social-cloudapp:before { content: '\e81d'; } /* '' */
.tequila-social-linkedin:before { content: '\e81e'; } /* '' */
.tequila-social-call:before { content: '\e81f'; } /* '' */
.tequila-social-grooveshark:before { content: '\e820'; } /* '' */
.tequila-social-meetup:before { content: '\e821'; } /* '' */
.tequila-social-dropbox:before { content: '\e822'; } /* '' */
.tequila-social-eventbrite:before { content: '\e823'; } /* '' */
.tequila-social-scribd:before { content: '\e824'; } /* '' */
.tequila-social-ebay:before { content: '\e825'; } /* '' */
.tequila-social-vk:before { content: '\e826'; } /* '' */
.tequila-social-ninetyninedesigns:before { content: '\e827'; } /* '' */
.tequila-social-forrst:before { content: '\e828'; } /* '' */
.tequila-social-plancast:before { content: '\e829'; } /* '' */
.tequila-social-facebook:before { content: '\e82a'; } /* '' */
.tequila-social-posterous:before { content: '\e82b'; } /* '' */
.tequila-social-stripe:before { content: '\e82c'; } /* '' */
.tequila-social-github:before { content: '\e82d'; } /* '' */
.tequila-social-disqus:before { content: '\e82e'; } /* '' */
.tequila-social-digg:before { content: '\e82f'; } /* '' */
.tequila-social-spotify:before { content: '\e830'; } /* '' */
.tequila-social-rss:before { content: '\e831'; } /* '' */
.tequila-social-github-circled:before { content: '\e832'; } /* '' */
.tequila-social-opentable:before { content: '\e833'; } /* '' */
.tequila-social-cart:before { content: '\e834'; } /* '' */
.tequila-social-googleplay:before { content: '\e835'; } /* '' */
.tequila-social-skype:before { content: '\e836'; } /* '' */
.tequila-social-reddit:before { content: '\e837'; } /* '' */
.tequila-social-guest:before { content: '\e838'; } /* '' */
.tequila-social-twitter:before { content: '\e839'; } /* '' */
.tequila-social-itunes:before { content: '\e83a'; } /* '' */
.tequila-social-print:before { content: '\e83b'; } /* '' */
.tequila-social-angellist:before { content: '\e83c'; } /* '' */
.tequila-social-plurk:before { content: '\e83d'; } /* '' */
.tequila-social-youtube:before { content: '\e83e'; } /* '' */
.tequila-social-gowalla:before { content: '\e83f'; } /* '' */
.tequila-social-appstore:before { content: '\e840'; } /* '' */
.tequila-social-vimeo:before { content: '\e841'; } /* '' */
.tequila-social-songkick:before { content: '\e842'; } /* '' */
.tequila-social-instagram:before { content: '\e843'; } /* '' */
.tequila-social-dwolla:before { content: '\e844'; } /* '' */
.tequila-social-lastfm:before { content: '\e845'; } /* '' */
.tequila-social-windows:before { content: '\e846'; } /* '' */
.tequila-social-blogger:before { content: '\e847'; } /* '' */
.tequila-social-cc:before { content: '\e848'; } /* '' */
.tequila-social-xing:before { content: '\e849'; } /* '' */
.tequila-social-gmail:before { content: '\e84a'; } /* '' */
.tequila-social-appnet:before { content: '\e84b'; } /* '' */
.tequila-social-statusnet:before { content: '\e84c'; } /* '' */
.tequila-social-pinboard:before { content: '\e84d'; } /* '' */
.tequila-social-yahoo:before { content: '\e84e'; } /* '' */
.tequila-social-dribbble:before { content: '\e84f'; } /* '' */
.tequila-social-evernote:before { content: '\e850'; } /* '' */
.tequila-social-chrome:before { content: '\e851'; } /* '' */
.tequila-social-openid:before { content: '\e852'; } /* '' */
.tequila-social-acrobat:before { content: '\e853'; } /* '' */
.tequila-social-drupal:before { content: '\e854'; } /* '' */
.tequila-social-quora:before { content: '\e855'; } /* '' */
.tequila-social-email:before { content: '\e856'; } /* '' */
.tequila-social-flickr:before { content: '\e857'; } /* '' */
.tequila-social-macstore:before { content: '\e858'; } /* '' */
.tequila-social-soundcloud:before { content: '\e859'; } /* '' */
.tequila-social-buffer:before { content: '\e85a'; } /* '' */
.tequila-social-pocket:before { content: '\e85b'; } /* '' */
.tequila-social-tumblr:before { content: '\e85c'; } /* '' */
.tequila-social-myspace:before { content: '\e85d'; } /* '' */
.tequila-social-podcast:before { content: '\e85e'; } /* '' */
.tequila-social-eventasaurus:before { content: '\e85f'; } /* '' */
.tequila-social-bitbucket:before { content: '\e860'; } /* '' */
.tequila-social-lego:before { content: '\e861'; } /* '' */
.tequila-social-wordpress:before { content: '\e862'; } /* '' */
.tequila-social-amazon:before { content: '\e863'; } /* '' */
.tequila-social-steam:before { content: '\e864'; } /* '' */
.tequila-social-yelp:before { content: '\e865'; } /* '' */
.tequila-social-login:before { content: '\e866'; } /* '' */

@font-face {
  font-family: 'zocial';
  src: url("../../fonts/zocial_font/zocial.eot?v=1.0");
  src: url("../../fonts/zocial_font/zocial.eot?#iefix&v=1.0") format("embedded-opentype"), url("../../fonts/zocial_font/zocial.woff?v=1.0") format("woff"), url("../../fonts/zocial_font/zocial.ttf?v=1.0") format("truetype"), url("../../fonts/zocial_font/zocial.svg?#zocial&v=1.0") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'zocial';
    src: url('../../fonts/zocial_font/zocial.svg?#zocial&v=1.0') format('svg');
  }
}

/*---------------------------------------------------------------------------*/
/*  Megamenu
/*---------------------------------------------------------------------------*/
.tequila-navbar .tequila-megamenu-wrapper {
	margin: 0 auto;
	opacity: 1;
	padding: 0;
	position: relative;
	visibility: hidden;
	display: none;
	z-index: 10;
	top: 100%!important;
	list-style: none;
}
.tequila-navbar .tequila-megamenu-wrapper ul {
	bottom: inherit !important;
	float: none;
	left: inherit !important;
	position: relative !important;
	right: inherit !important;
	top: inherit !important;
}
.tequila-navbar .tequila-megamenu-wrapper .tequila-megamenu-holder,
.tequila-navbar .tequila-megamenu-wrapper .tequila-megamenu,
.tequila-navbar .tequila-megamenu-wrapper .tequila-megamenu-submenu,
.tequila-navbar .tequila-megamenu-wrapper .sub-menu {
  padding: 0;
  list-style: none;
}
.tequila-navbar .tequila-megamenu-wrapper .tequila-megamenu-title {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
.tequila-navbar .tequila-megamenu-wrapper .text-menu-icon {
  position: absolute;
}
.tequila-navbar .tequila-megamenu-wrapper .menu-text {
  margin-left: 23px;
}
.tequila-navbar .mobile-nav-item .tequila-megamenu-wrapper .row {
  padding: 0;
}
.tequila-navbar .mobile-nav-item .tequila-megamenu-title {
  font-weight: normal;
  margin: 0;
}
.tequila-megamenu-widgets-container {
  display: none;
}
.tequila-megamenu-title {
  display: none;
}
@media (min-width: 980px) {
	.tequila-navbar .tequila-megamenu-wrapper {
		position: absolute;
	}
 .tequila-navbar .tequila-megamenu-wrapper {
    position: absolute;
    z-index: 20000;
  }
  .tequila-navbar .tequila-megamenu-wrapper .tequila-megamenu-holder {
	background-color: white;
	border-top: 2px solid #698d9f;
	padding: 0;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
  }
  .tequila-navbar .tequila-megamenu-wrapper .sub-menu {
	background-color: transparent;
	border: medium none;
	box-shadow: none;
	display: block !important;
	left: inherit;
	list-style: outside none none;
	padding: 0;
	position: relative;
	top: inherit;
	visibility: visible !important;
	min-width: 100%;
}
  .tequila-navbar .tequila-nav-collapse .tequila-megamenu-wrapper .sub-menu.deep-level a,
  .tequila-navbar #sticky-nav .tequila-megamenu-wrapper .sub-menu.deep-level a {
    padding-left: 49px ;
  }
  .tequila-navbar .tequila-nav-collapse .tequila-megamenu-wrapper .sub-menu.deep-level .deep-level a,
  .tequila-navbar #sticky-nav .tequila-megamenu-wrapper .sub-menu.deep-level .deep-level a {
    padding-left: 64px;
  }
  .tequila-navbar .tequila-megamenu-wrapper .tequila-megamenu {
	display: table;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	table-layout: fixed;
	width: 100%;
  }
  .tequila-navbar .tequila-megamenu-wrapper .tequila-megamenu-submenu {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	display: table-cell;
	float: none;
	padding: 18px 0;
	vertical-align: top;
  }
  .tequila-navbar .tequila-megamenu-wrapper .tequila-megamenu-submenu:last-child {
	border:none;
  }
  .tequila-navbar .tequila-nav-collapse .tequila-megamenu-wrapper .sub-menu > li > a {
    display: block;
    padding: 5px 26px;
  }
  .tequila-navbar .tequila-megamenu-wrapper .tequila-megamenu-submenu li a:hover:not(.tequila-megamenu-widgets-container a:hover),
  .tequila-navbar .tequila-megamenu-wrapper .tequila-megamenu-submenu .current-menu-item a:not(.tequila-megamenu-widgets-container a) {
    background-color: #f3f2f2;
  }
  .tequila-navbar .tequila-megamenu-wrapper .tequila-megamenu-submenu .tequila-megamenu-icon img {
    margin-top: -3px;
  }
  .tequila-navbar .tequila-megamenu-wrapper .tequila-megamenu-title {
    margin-top: 0;
    padding: 0 26px 10px 26px;
    display: block;
  }
  .tequila-navbar .tequila-megamenu-wrapper .tequila-megamenu-title a {
    height: auto;
  }
  .tequila-navbar .tequila-megamenu-wrapper .tequila-megamenu-icon,
  .tequila-megamenu-icon {
    display: inline;
    margin-right: 12px;
  }
  .tequila-navbar .tequila-megamenu-wrapper .tequila-megamenu-icon img,
  .tequila-megamenu-icon img {
    margin-top: -2px;
    max-height: 15px;
    vertical-align: middle;
  }
  .tequila-navbar .tequila-megamenu-wrapper .tequila-megamenu-widgets-container {
    margin-bottom: 12px;
	margin-top: 4px;
  }
  .tequila-navbar .tequila-megamenu-wrapper .tequila-megamenu-widgets-container.second-level-widget,
  .tequila-navbar .tequila-megamenu-wrapper .tequila-megamenu-widgets-container.third-level-widget {
    padding: 0 34px;
  }
  .tequila-megamenu-widgets-container {
  	display: block;
  }
}
/* v3.4 specific styles */
.tequila-navbar .tequila-megamenu-wrapper * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tequila-navbar .tequila-megamenu-wrapper .row {
  clear: both;
}
.tequila-navbar #sticky-nav .tequila-megamenu-wrapper .tequila-megamenu-holder {
  top: 0;
}
.tequila-navbar #sticky-nav .tequila-megamenu-wrapper .tequila-megamenu {
  top: 0;
}
.tequila-nav-collapse .tequila-navbar-nav .tequila-megamenu-wrapper .tequila-megamenu-holder .tequila-megamenu .tequila-megamenu-submenu,
#sticky-nav .tequila-navbar-nav .tequila-megamenu-wrapper .tequila-megamenu-holder .tequila-megamenu .tequila-megamenu-submenu {
  display: table-cell;
  vertical-align: top;
  float: none;
}
.tequila-navbar .tequila-megamenu-wrapper.col-span-12 .tequila-megamenu {
  table-layout: fixed;
  width: 100%;
}
.tequila-navbar .tequila-nav-collapse .tequila-megamenu-wrapper .tequila-megamenu-title a,
.tequila-navbar #sticky-nav .tequila-megamenu-wrapper .tequila-megamenu-title a {
  padding: 0;
  background: none;
  border: none;
  font: inherit;
}
.tequila-nav-collapse .tequila-navbar-nav .tequila-megamenu-wrapper ul,
#sticky-nav .tequila-navbar-nav .tequila-megamenu-wrapper ul {
  position: relative;
  top: auto;
  width: auto;
}
.tequila-nav-collapse .tequila-navbar-nav .tequila-megamenu-wrapper .tequila-megamenu-holder ul .sub-menu,
#sticky-nav .tequila-navbar-nav .tequila-megamenu-wrapper .tequila-megamenu-holder ul .sub-menu {
  display: table;
  table-layout: fixed;
  left: 0;
  top: 0;
  border-color: #dcd9d9;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tequila-navbar .tequila-nav-collapse .tequila-navbar-nav .tequila-megamenu-wrapper .tequila-megamenu-holder ul ul.sub-menu,
.tequila-navbar #sticky-nav .tequila-navbar-nav .tequila-megamenu-wrapper .tequila-megamenu-holder ul ul.sub-menu {
  display: block;
  left: auto;
  right: auto;
  border: none;
  background: none;
}
.tequila-nav-collapse .tequila-navbar-nav .tequila-megamenu-wrapper li ul li li,
#sticky-nav .tequila-navbar-nav .tequila-megamenu-wrapper li ul li li {
  display: block;
}
.tequila-navbar .tequila-nav-collapse .tequila-navbar-nav .tequila-megamenu-wrapper li > a,
.tequila-navbar .tequila-nav-collapse .tequila-navbar-nav .tequila-megamenu-wrapper li ul li > a,
.tequila-navbar #sticky-nav .tequila-navbar-nav .tequila-megamenu-wrapper li > a,
.tequila-navbar #sticky-nav .tequila-navbar-nav .tequila-megamenu-wrapper li ul li > a {
  border-bottom: none;
}
.tequila-nav-collapse .tequila-navbar-nav .tequila-megamenu-wrapper li:hover > ul,
#sticky-nav .tequila-navbar-nav .tequila-megamenu-wrapper li:hover > ul {
  display: table;
}
.tequila-nav-collapse .tequila-navbar-nav .tequila-megamenu-wrapper ul li:hover ul,
#sticky-nav .tequila-navbar-nav .tequila-megamenu-wrapper ul li:hover ul {
  left: 0;
  top: 0;
}
.tequila-navbar .tequila-nav-collapse .tequila-megamenu-wrapper .tequila-megamenu-widgets-container ul.list-icon,
.tequila-navbar #sticky-nav .tequila-megamenu-wrapper .tequila-megamenu-widgets-container ul.list-icon {
  border: none;
  margin-left: 25px;
}
.tequila-navbar .tequila-nav-collapse .tequila-megamenu-wrapper .tequila-megamenu-widgets-container .recent-works-items a,
.tequila-navbar #sticky-nav .tequila-megamenu-wrapper .tequila-megamenu-widgets-container .recent-works-items a {
  padding: 3px;
}
/* mega menu RTL styles */
.rtl .tequila-navbar .tequila-megamenu-wrapper {
  left: auto;
  right: 0;
}
.rtl .tequila-navbar .tequila-nav-collapse .tequila-megamenu-wrapper .sub-menu.deep-level a,
.rtl .tequila-navbar #sticky-nav .tequila-megamenu-wrapper .sub-menu.deep-level a {
  padding-left: 34px;
  padding-right: 49px;
}
.rtl .tequila-navbar .tequila-nav-collapse .tequila-megamenu-wrapper .sub-menu.deep-level .deep-level a,
.rtl .tequila-navbar #sticky-nav .tequila-megamenu-wrapper .sub-menu.deep-level .deep-level a {
  padding-left: 34px;
  padding-right: 64px;
}
.rtl .tequila-navbar .tequila-megamenu-wrapper .tequila-megamenu-icon,
.rtl .tequila-megamenu-icon {
  margin-left: 9px;
  margin-right: 0;
}
.rtl .tequila-navbar .tequila-megamenu-wrapper .menu-text {
  margin-left: 0;
  margin-right: 23px;
}
.rtl .tequila-navbar .tequila-megamenu-wrapper .tequila-megamenu-submenu {
  border-left: 1px solid #DCD9D9;
  border-right: 0;
}
.rtl .tequila-navbar .tequila-megamenu-wrapper.columns-per-row-1 .tequila-megamenu .tequila-megamenu-submenu:nth-child(n),
.rtl .tequila-navbar .tequila-megamenu-wrapper.columns-per-row-2 .tequila-megamenu .tequila-megamenu-submenu:nth-child(2n),
.rtl .tequila-navbar .tequila-megamenu-wrapper.columns-per-row-3 .tequila-megamenu .tequila-megamenu-submenu:nth-child(3n),
.rtl .tequila-navbar .tequila-megamenu-wrapper.columns-per-row-4 .tequila-megamenu .tequila-megamenu-submenu:nth-child(4n),
.rtl .tequila-navbar .tequila-megamenu-wrapper.columns-per-row-5 .tequila-megamenu .tequila-megamenu-submenu:nth-child(5n),
.rtl .tequila-navbar .tequila-megamenu-wrapper.columns-per-row-6 .tequila-megamenu .tequila-megamenu-submenu:nth-child(6n) {
  border-left: none;
}
.rtl .tequila-navbar .tequila-nav-collapse .tequila-navbar-nav .tequila-megamenu-wrapper ul li:hover ul,
.rtl .tequila-navbar #sticky-nav .tequila-navbar-nav .tequila-megamenu-wrapper ul li:hover ul {
  right: 0;
}
.rtl .tequila-navbar .tequila-megamenu-wrapper .tequila-megamenu-bullet,
.rtl .tequila-megamenu-bullet {
  border-left: none;
  border-right: 3px solid #333333;
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.rtl .tequila-megamenu-holder,
.rtl .tequila-megamenu-holder .sub-menu {
  text-align: right;
}
.tequila-megamenu-holder .product_list_widget {
  margin-top: -0.75em;
}
/*==============Single Post Styles===============*/
.post-next-wrap {
	background-size: cover;
    position: relative;
}
.post-next-wrap:before {
  background-color: rgba(0, 0, 0, 0.35);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.post-next-wrap .tequila-container-fluid {
  position: relative;
  padding: 145px 0;
  z-index: 1;
}
.post-next-wrap h2 {
  margin-top: 0;
}
.post-next-wrap h2 a {
  color: white!important;
}
.next-post-link {
	background: none repeat scroll 0 0 white;
	font-size: 10px;
	left: 0;
	padding: 5px 12px 5px 18px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
}
.next-post-link::before {
  border-left: 2px solid #698d9f;
  content: "";
  height: 9px;
  left: 9px;
  position: absolute;
  top: 7px;
}
.post-next-wrap img {
  border-radius: 100%;
  float: left;
  margin-right: 16px;
}
.post-next-wrap h6 {
  color: white;
  margin-bottom: 0;
  margin-top: 0;
}
h6.mt {
  margin-top: 8px !important;
}
.tequila-popup-wrap {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.tequila-popup-inner {
  background-color: white;
  background-image: url("http://themes.ingwar.net/tequila/wp-content/uploads/2015/04/back_bg1.jpg");
  background-repeat: repeat-x;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  text-align: center;
  display: inline-block;
  left: 50%;
  max-width: 90%;
  padding: 4em;
  position: relative;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.close-popup {
  background-color: white;
  border-radius: 100%;
  font-size: 22px;
  height: 22px;
  line-height: 20px;
  position: absolute;
  right: -12px;
  text-indent: -3px;
  top: -12px;
  width: 22px;
}
.tequila-popup-inner .shortcode_wysija {
	margin: 2em auto;
}
.tequila-popup-inner .wysija-input {
  border: 2px solid #dcdcdc !important;
}
@media(max-width:600px) {
	.tequila-popup-inner .shortcode_wysija {
	  display: block;
	  width: auto;
	}
	.tequila-popup-inner .wysija-input {
	  width: auto;
	}
	#popup h2 {
	  font-size: 1.4em;
	}
}

.hide-topbar .tequila-topbar {
	display: none!important;
}
.menu-shadow .tequila-navbar{
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}
.select2-container {
    border: 1px solid #dad9d7;
    background-color: white;
}
.select2-container--default .select2-selection--single {
  border: none;
  height: 40px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}