/*
    Template Name: Primo
    Description: Creative Portfolio Html Template
    Author: Boxdroid
    Template URI: boxdroid-studio.com/primo
    Author URI: http://themeforest.net/user/Boxdroid
    Version: 1.0
*/
/*
=========================================================================
    [Table of contents]

    1 - Fonts
    2 - Reset
    3 - General
    4 - Helpers
      4 - 1 Separators
      4 - 2 Share links
    5 - Loader
    6 - Hero
      6 - 1 Vegas background
    7 - Navigation
    8 - Buttons
    9 - Size
    10 - Spacing
    11 - Colors
    12 - Sliders
    13 - Portfolio
      13 - 1 Dropdown
    14 - Footer
=========================================================================
*/
/* Font */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
}

hr {
  background-color: #ffffff;
  height: 1px;
  margin-bottom: 1.6em;
}

dl {
  margin-bottom: 1.6em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.6em;
}

table,
th,
td {
  border: 1px solid #efeff0;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.4em 1em;
}

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

figure {
  margin: 0;
}

del {
  opacity: 0.8;
}

address {
  font-style: italic;
}

ul,
ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* General */
/*html, body {
  height: 100%;
}
*/
body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
.button {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover, a:active, a:focus {
  color: #222222;
  text-decoration: none;
}

::-moz-selection {
  background: #f9a521;
  color: #FFF;
}

::selection {
  background: #f9a521;
  color: #FFF;
}

.container-fluid {
  padding: 0;
}

#main-content {
  padding: 120px 0;
}

#main-wrapper {
  position: relative;
  width: 100%;
  /*height: 100%;*/
}

#main-wrapper .half-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

/* -> Progress bar */
.progress {
  height: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.progress .progress-bar {
  background-color: #f9a521;
}

/* -> Table pricing */
.plan {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  border: 3px solid rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}

.plan.premium {
  background-color: rgba(249, 165, 33, 0.2);
  border-color: rgba(249, 165, 33, 0.8);
}

.plan .plan-name {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 30px 0;
}

.plan .plan-price {
  font-size: 40px;
  font-weight: 700;
  margin: 60px 0;
}

.plan .plan-price sup.currency {
  font-size: 20px;
}

.plan .plan-options {
  color: rgba(255, 255, 255, 0.8);
  margin: 40px 0;
}

.plan .plan-options li {
  margin-bottom: 10px;
}

.plan .plan-button .button {
  margin: 30px;
  display: block;
}

/* Helpers */
.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.text-normal {
  text-transform: none !important;
}

.font-alt {
  font-family: 'Montserrat', sans-serif;
}

.fixed {
  position: fixed;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear {
  width: 100%;
  height: 0;
  clear: both;
  display: block;
}

blockquote {
  position: relative;
  padding: 30px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.2);
}

blockquote::after {
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 40px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: rgba(255, 255, 255, 0.6);
}

blockquote p {
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  font-size: 15px;
  line-height: 30px;
  margin: 0 0 10px 0 !important;
}

blockquote h5 {
  font-size: 15px;
}

blockquote.style-2 {
  padding-left: 80px;
}

blockquote.style-2 h5 {
  text-align: right;
}

blockquote.style-2:after {
  top: 25px;
  bottom: 0;
  left: 25px;
  right: 0;
}

blockquote.style-3 {
  padding-top: 60px;
  text-align: center;
}

blockquote.style-3:after {
  font-size: 30px;
  top: 20px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* -> Separators */
.separator-1 {
  width: 116px;
  height: 6px;
  background-color: #f9a521;
  border: 0;
  margin: 30px 0;
}

/*-> Share links - Tags (List)  */
#share-links, #tags {
  font-size: 14px;
  padding-left: 0 !important;
}

#share-links li, #tags li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 20px;
}

#share-links li a, #tags li a {
  color: #ffffff;
}

#share-links li a:hover, #share-links li a:active, #share-links li a:focus, #tags li a:hover, #tags li a:active, #tags li a:focus {
  color: #f9a521;
}

#tags li {
  margin-right: 0;
}

#tags li a {
  color: rgba(255, 255, 255, 0.4) !important;
}

#tags li a:hover, #tags li a:active, #tags li a:focus {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* -> Map */
#map {
  width: 100%;
  height: 400px;
  /*&::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(35, 35, 35, .6)
  }*/
}

#map > div {
  background-color: #222222 !important;
}

#map .gm-style {
  opacity: 0.6;
}

/* Lists */
.style-1, .style-2, .style-3 {
  padding-left: 30px;
}

.style-1 li {
  list-style: disc !important;
  margin-bottom: 10px;
}

.style-2 li {
  list-style: decimal-leading-zero !important;
  margin-bottom: 10px;
}

.style-3 li {
  position: relative;
  list-style: none;
  margin-bottom: 10px;
}

.style-3 .icon {
  position: absolute;
  left: -25px;
}

/* -> alerts */
.alert-success, .alert-info, .alert-warning, .alert-danger {
  position: relative;
  color: #ffffff;
  border: 0;
  padding: 2% 2% 2% 8%;
}

.alert-success .icon, .alert-info .icon, .alert-warning .icon, .alert-danger .icon {
  position: absolute;
  left: 4%;
}

.alert-success {
  background-color: #1bab4e;
}

.alert-info {
  background-color: #21aaf9;
}

.alert-warning {
  background-color: #f9a521;
}

.alert-danger {
  background-color: #c73333;
}

/* Loader */
#page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #222222;
  z-index: 100001;
  transition: opacity 0.8s ease 0.8s, height 0.1s ease 1.6s;
  overflow: hidden;
}

.loaded #page-loader {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  height: 0;
}

#page-loader .page-loader-inner {
  transition: opacity 0.6s ease 0.3s;
}

.loaded #page-loader .page-loader-inner {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#page-loader .loader-figure,
#page-loader .loader-label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#page-loader .loader-figure {
  height: 0;
  width: 0;
  box-sizing: border-box;
  border: 0 solid #f9a521;
  border-radius: 50%;
  -webkit-animation: figure 1.2s ease infinite;
  -moz-animation: figure 1.2s ease infinite;
  animation: figure 1.2s ease infinite;
}

@-moz-keyframes figure {
  0% {
    height: 0;
    width: 0;
  }
  30% {
    height: 40px;
    width: 40px;
    border-width: 21px;
    opacity: 1;
  }
  100% {
    height: 40px;
    width: 40px;
    border-width: 0;
    opacity: 0;
  }
}

@-webkit-keyframes figure {
  0% {
    height: 0;
    width: 0;
  }
  30% {
    height: 40px;
    width: 40px;
    border-width: 21px;
    opacity: 1;
  }
  100% {
    height: 40px;
    width: 40px;
    border-width: 0;
    opacity: 0;
  }
}

@keyframes figure {
  0% {
    height: 0;
    width: 0;
  }
  30% {
    height: 40px;
    width: 40px;
    border-width: 21px;
    opacity: 1;
  }
  100% {
    height: 40px;
    width: 40px;
    border-width: 0;
    opacity: 0;
  }
}

#page-loader .loader-label {
  margin: 50px 0 0 0;
  font-size: 12px;
  line-height: 18px;
}

/* Hero */
.hero-block {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 70vh;
  z-index: 10;
}

.hero-block.fullscreen {
  height: 100vh;
}

.hero-block .hero-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.hero-block .hero-title {
  font-size: 45px;
  text-transform: uppercase;
  line-height: 55px;
  color: #ffffff;
  margin-bottom: 40px;
}

.hero-block .hero-title span {
  display: block;
  width: 100%;
}

/* -> Vegas background */
.slideshow, .static-img {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: -1;
}

.overlay .vegas-overlay {
  background-color: #222222;
  opacity: 0.8 !important;
}

.overlay-2 .vegas-overlay {
  background-color: #222222;
  opacity: 0.6 !important;
}

.vegas-slide-inner {
  background-position: 50% 0 !important;
}

/* Navigation */
#main-header {
  padding: 20px 0;
}

#main-header.inverse {
  font-size: 15px;
  background: transparent;
  border: 0;
}

#main-header.inverse .navbar-default .navbar-nav > li > a {
  color: #ffffff;
}

#main-header .navbar-default {
  font-size: 15px;
  font-weight: 700;
  background: transparent;
  border: 0;
}

#main-header .navbar-default.navbar {
  margin-bottom: 0;
}

#main-header .navbar-default .navbar-nav > li > a {
  color: #222222;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

#main-header .navbar-default .navbar-nav > li > a:hover {
  color: #f9a521 !important;
}

#main-header .navbar-default .navbar-nav > li.active a {
  color: #f9a521;
  background-color: transparent;
}

#main-header .navbar-default .navbar-nav.social {
  margin-top: 6px;
}

#main-header .navbar-default .navbar-nav.social li a {
  padding: 10px 8px;
}

/* -> Submenu */
.submenu {
  position: relative;
}

.submenu .submenu-items {
  display: none;
  position: absolute;
  background-color: #222222;
  min-width: 250px;
  padding: 16px 0;
  z-index: 9999;
}

.submenu .submenu-items li > a {
  padding: 12px 16px;
  font-size: 12px;
  text-decoration: none;
  text-align: left;
  display: block;
  color: #ffffff !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.submenu .submenu-items li > a:hover {
  color: #f9a521 !important;
}

.submenu:hover .submenu-items {
  display: block;
}

/* Buttons */
.button {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  border-radius: 5px;
  margin: 11px 22px 11px 0;
  border: 2px solid #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.button.button-md {
  font-size: 14px;
  letter-spacing: 2px;
  padding: 10px 20px !important;
}

.button.button-yellow {
  color: #ffffff;
  background-color: #f9a521;
  padding: 16px 35px;
  border-color: transparent;
}

.button.button-yellow:hover, .button.button-yellow:focus, .button.button-yellow:active, .button.button-yellow.button-hover {
  color: #f9a521;
  background-color: transparent;
  border-color: #f9a521;
}

.button.button-green {
  color: #ffffff;
  background-color: #1bab4e;
  padding: 16px 35px;
  border-color: transparent;
}

.button.button-green:hover, .button.button-green:focus, .button.button-green:active, .button.button-green.button-hover {
  color: #1bab4e;
  background-color: transparent;
  border-color: #1bab4e;
}

.button.button-tag {
  font-size: 11px;
  letter-spacing: 0;
  padding: 10px 18px;
  margin: 5px 5px 5px 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
}

.button.button-tag:hover, .button.button-tag:focus, .button.button-tag:active {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}

/* Form */
#searchform {
  position: relative;
  display: block;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  width: 100%;
  font-size: 13px;
  padding: 8px 0;
  margin: 0;
}

.field, textarea {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 35px !important;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  border-bottom: 2px solid #f9a521;
  opacity: 1;
}

.field {
  height: 45px;
}

/* Size */
/* -> Titles - Texts*/
.prm-title {
  font-size: 30px;
  line-height: 36px;
}

.prm-big-title {
  font-size: 90px !important;
  margin-bottom: 10px !important;
  font-weight: 700;
}

.prm-medium-title {
  font-size: 30px;
}

.text {
  line-height: 30px;
}

/* Spacing */
.p-0 {
  padding: 0 !important;
}

/* -> Padding Top */
.pt-0 {
  padding-top: 0;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

/* -> Padding Bottom */
.pb-0 {
  padding-bottom: 0;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

/* -> Padding Left */
.pl-0 {
  padding-left: 0;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

/* -> Padding Right */
.pr-0 {
  padding-right: 0;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

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

/* -> margin Top */
.mt-0 {
  margin-top: 0;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

/* -> margin Bottom */
.mb-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

/* -> margin Left */
.ml-0 {
  margin-left: 0;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

/* -> margin Right */
.mr-0 {
  margin-right: 0;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

/* Colors */
.color-primary {
  color: #f9a521;
}

.color-dark {
  color: #222222;
}

.color-white-trans {
  color: rgba(255, 255, 255, 0.4);
}

.bg-primary {
  color: #f9a521;
}

.bg-dark {
  color: #222222;
}

.bg-white-trans {
  color: rgba(255, 255, 255, 0.4);
}

/* Sliders */
#portfolio-slider .item img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.nav-vertical .owl-controls {
  position: absolute;
  top: 42%;
  right: 20px;
}

.nav-vertical .owl-controls .owl-page {
  display: block !important;
}

.nav-vertical.inverse .owl-controls .owl-page span {
  background: #ffffff !important;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 14px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #222222;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}

/* Countdown */
#countdown {
  position: relative;
  display: block;
}

#countdown > div {
  position: relative;
  float: left;
  width: 25%;
  font-size: 45px;
  line-height: .8em;
  letter-spacing: 2px;
  text-align: center;
}

#countdown > div + div::before {
  content: ":";
  position: absolute;
  left: 0;
}

#countdown > div > span {
  display: block;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.4);
}

/* Portfolio */
#portfolio-wrapper {
  width: 100% !important;
}

#portfolio-wrapper.fullwidth .portfolio-item {
  padding: 0;
}

#portfolio-wrapper.cols-2 .portfolio-item {
  width: 50%;
}

#portfolio-wrapper .portfolio-item {
  width: 33.33334%;
  padding: 10px;
}

#portfolio-wrapper .portfolio-item img {
  width: 100%;
}

#portfolio-wrapper .portfolio-item .portfolio-column {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

#portfolio-wrapper .portfolio-item .portfolio-column:hover .portfolio-content {
  opacity: 1;
  cursor: pointer;
}

#portfolio-wrapper .portfolio-item .portfolio-column:hover .portfolio-content h3, #portfolio-wrapper .portfolio-item .portfolio-column:hover .portfolio-content h6 {
  margin-top: 0;
  opacity: 1;
}

#portfolio-wrapper .portfolio-item .portfolio-column:hover .portfolio-overlay {
  opacity: 0.9;
}

#portfolio-wrapper .portfolio-item .portfolio-column .portfolio-content {
  position: absolute;
  z-index: 201;
  text-align: left;
  bottom: 30px;
  width: 100%;
  opacity: 0;
}

#portfolio-wrapper .portfolio-item .portfolio-column .portfolio-content h3 {
  position: relative;
  width: 100%;
  padding: 0 0 0 30px;
  margin: 30px 0 0 0;
  font-size: 18px;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

#portfolio-wrapper .portfolio-item .portfolio-column .portfolio-content h3 a {
  color: #ffffff;
}

#portfolio-wrapper .portfolio-item .portfolio-column .portfolio-content h6 {
  position: relative;
  width: 100%;
  margin: -30px 0 0 0;
  padding: 10px 30px;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

#portfolio-wrapper .portfolio-item .portfolio-column .portfolio-content h6 a {
  text-transform: none;
  color: rgba(255, 255, 255, 0.4);
}

#portfolio-wrapper .portfolio-item .portfolio-column .portfolio-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f9a521;
  top: 0;
  z-index: 80;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

#portfolio-content .portfolio-img {
  padding: 20px 0;
}

#portfolio-content .portfolio-img img {
  display: block;
  max-width: 100%;
  height: auto;
}

#portfolio-content .portfolio-attributes {
  font-size: 14px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.4);
}

#portfolio-content .portfolio-attributes .attribute {
  display: inline-flex;
}

#portfolio-content .portfolio-attributes .attribute i {
  margin-right: 10px;
}

#portfolio-content .portfolio-attributes .attribute a {
  color: rgba(255, 255, 255, 0.4);
  text-transform: none;
}

#portfolio-content .portfolio-attributes .attribute a:hover, #portfolio-content .portfolio-attributes .attribute a:active, #portfolio-content .portfolio-attributes .attribute a:focus {
  color: rgba(255, 255, 255, 0.8);
}

#portfolio-content .portfolio-attributes .attribute + .attribute {
  margin-left: 25px;
}

#portfolio-content .portfolio-description {
  line-height: 30px;
  margin-bottom: 30px;
}

#portfolio-content .portfolio-description p {
  margin-bottom: 10px;
}

/* -> Dropdown */
.wrapper-dropdown {
  position: relative;
  width: 200px;
  padding: 10px;
  float: right;
  background: transparent;
  border-bottom: 2px solid #f9a521;
  color: #fff;
  outline: none;
  cursor: pointer;
  text-align: right;
  font-weight: bold;
  z-index: 100;
}

.wrapper-dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 16px;
  top: 50%;
  border-width: 6px 6px 0 6px;
  margin-top: -3px;
  border-style: solid;
  border-color: #f9a521 transparent;
}

.wrapper-dropdown.active:after {
  border-color: #f9a521 transparent;
  border-width: 6px 6px 0 6px;
  margin-top: -3px;
}

.wrapper-dropdown.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}

.wrapper-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  list-style: none;
  font-weight: normal;
  opacity: 0;
  pointer-events: none;
}

.wrapper-dropdown .dropdown li:hover a {
  background: #3a3a3a;
}

.wrapper-dropdown .dropdown li a {
  display: block;
  text-decoration: none;
  color: #f9a521;
  padding: 10px 20px;
  text-transform: none;
}

.no-opacity .wrapper-dropdown .dropdown,
.no-pointerevents .wrapper-dropdown .dropdown {
  display: none;
  opacity: 1;
  pointer-events: auto;
}

.no-opacity .wrapper-dropdown.active .dropdown,
.no-pointerevents .wrapper-dropdown.active .dropdown {
  display: block;
}

/* -> Blog */
#blog-grid.cols-2 .post-item {
  width: 50%;
}

#blog-grid.single .post-info {
  margin-top: 20px;
}

#blog-grid.single .post-title {
  margin: 30px 0 !important;
  font-size: 25px !important;
}

#blog-grid.single .post-content p {
  margin: 15px 0;
}

#blog-grid.single .post-content ul {
  margin: 15px 0;
  padding-left: 40px;
}

#blog-grid.single .post-content ul > li {
  list-style: disc;
}

#blog-grid .post-item {
  width: 100%;
  padding: 8px 10px 10px;
}

#blog-grid .post-item .post-title {
  font-size: 18px;
  margin: 25px 0 16px 0;
}

#blog-grid .post-item .post-title a {
  color: #ffffff;
}

#blog-grid .post-item .post-info {
  font-size: 13px;
  overflow: hidden;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.4);
}

#blog-grid .post-item .post-info .attribute {
  display: inline-flex;
}

#blog-grid .post-item .post-info .attribute i {
  margin-right: 2px;
}

#blog-grid .post-item .post-info .attribute + .attribute {
  margin-left: 3px;
}

#blog-grid .post-item .post-info .attribute + .attribute::before {
  content: "|";
  float: left;
  margin-right: 5px;
}

#blog-grid .post-item .post-content {
  line-height: 25px;
  margin-bottom: 60px;
}

.pagination {
  margin: 0 0 20px 0;
  padding-top: 30px;
  position: relative;
  width: 100%;
  text-align: center;
}

.pagination a.prev_button, .pagination a.next_button {
  position: absolute;
  color: #f9a521;
  font-size: 18px;
}

.pagination a.prev_button:hover, .pagination a.prev_button:active, .pagination a.prev_button:focus, .pagination a.next_button:hover, .pagination a.next_button:active, .pagination a.next_button:focus {
  color: #ffffff;
}

.pagination a.prev_button {
  left: 0;
}

.pagination a.next_button {
  right: 0;
}

.sidebar {
  padding-left: 0;
}

.sidebar .sidebar-inner .widget-area aside {
  margin-bottom: 40px;
}

.sidebar .sidebar-inner .widget-area .widget-title {
  font-size: 16px;
  margin-bottom: 30px;
}

.sidebar .sidebar-inner .widget-area .categories > ul {
  list-style: none;
}

.sidebar .sidebar-inner .widget-area .categories > ul > li {
  margin: 10px 0;
}

.sidebar .sidebar-inner .widget-area .categories > ul > li > a {
  font-size: 14px;
  text-transform: none;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar .sidebar-inner .widget-area .categories > ul > li > a:hover, .sidebar .sidebar-inner .widget-area .categories > ul > li > a:active, .sidebar .sidebar-inner .widget-area .categories > ul > li > a:focus {
  color: rgba(255, 255, 255, 0.8);
}

.sidebar .sidebar-inner .widget-area .recent-posts li.recent-post {
  position: relative;
  padding: 0 6px 0 0;
  list-style: none;
  margin-bottom: 15px;
}

.sidebar .sidebar-inner .widget-area .recent-posts li.recent-post .recent-post-media {
  position: relative;
  display: inline-block;
  float: left;
  width: 62px;
  height: 62px;
  margin: 0 12px 0 0;
  background: #f9a521;
}

.sidebar .sidebar-inner .widget-area .recent-posts li.recent-post .recent-post-media img {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.sidebar .sidebar-inner .widget-area .recent-posts li.recent-post .recent-post-media:hover img, .sidebar .sidebar-inner .widget-area .recent-posts li.recent-post .recent-post-media:active img, .sidebar .sidebar-inner .widget-area .recent-posts li.recent-post .recent-post-media:focus img {
  opacity: .2;
}

.sidebar .sidebar-inner .widget-area .recent-posts li.recent-post .recent-post-content {
  height: 62px;
  padding: 14px 0;
}

.sidebar .sidebar-inner .widget-area .recent-posts li.recent-post .recent-post-content .recent-post-date, .sidebar .sidebar-inner .widget-area .recent-posts li.recent-post .recent-post-content .recent-post-title {
  font-size: 14px;
  text-transform: none;
  margin-bottom: 4px;
}

.sidebar .sidebar-inner .widget-area .recent-posts li.recent-post .recent-post-content .recent-post-date {
  color: rgba(255, 255, 255, 0.4);
}

/*-> Comments */
#comments-wrapper .comments .comment-list {
  list-style: none;
  position: relative;
  z-index: 150;
  padding: 0 !important;
}

#comments-wrapper .comments .comment-list .comment {
  display: inline-block;
  position: relative;
  width: 100%;
}

#comments-wrapper .comments .comment-list .comment ul.comment-list {
  padding-left: 80px !important;
  margin: 0 !important;
}

#comments-wrapper .comments .comment-list .comment .comment-box {
  padding-bottom: 40px;
}

#comments-wrapper .comments .comment-list .comment .comment-box .comment-img {
  display: block;
  float: left;
  width: 64px;
  height: 64px;
}

#comments-wrapper .comments .comment-list .comment .comment-box .comment-text {
  padding: 0 0 0 80px;
  min-height: 85px;
}

#comments-wrapper .comments .comment-list .comment .comment-box .comment-text .comment-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-top: -9px;
}

#comments-wrapper .comments .comment-list .comment .comment-box .comment-text .comment-info .comment-name {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-transform: none;
  font-size: 16px;
  color: #ffffff;
}

#comments-wrapper .comments .comment-list .comment .comment-box .comment-text .comment-info .comment-name:hover, #comments-wrapper .comments .comment-list .comment .comment-box .comment-text .comment-info .comment-name:active, #comments-wrapper .comments .comment-list .comment .comment-box .comment-text .comment-info .comment-name:focus {
  color: #f9a521;
}

#comments-wrapper .comments .comment-list .comment .comment-box .comment-text .comment-info .comment-date {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 13px;
  color: rgba(255, 255, 255, 0.4);
}

#comments-wrapper .comments .comment-list .comment .comment-box .comment-text .comment-info .comment-reply {
  position: absolute;
  right: 0;
  color: #f9a521;
}

#comments-wrapper .comments .comment-list .comment .comment-box .comment-text .comment-text-holder p {
  margin: 0 !important;
}

/* Footer */
#main-footer.footer {
  width: 100%;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

#main-footer.footer.fixed {
  position: fixed;
  bottom: 0;
}

#main-footer.footer .footer-text .footer-copyright, #main-footer.footer .footer-text .footer-contact, #main-footer.footer .footer-text .footer-phone {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #ffffff;
  text-transform: none;
}

#main-footer.footer .footer-text .footer-contact {
  text-align: center;
}

#main-footer.footer .footer-text .footer-phone {
  text-align: right;
}
