/*
 * TABLE OF CONTENTS
 *
 * 1.  FONTS
 * 2.  CSS RESET
 * 3.  GLOBAL ELEMENTS
 * 4.  SPINNER
 * 5.  BOXED LAYOUT
 * 6.  CONTAINERS
 * 7.  SECTIONS
 * 8.  BUTTONS
 * 9.  DROPDOWN
 * 10. LISTS
 * 11. NAVBAR
 * 12. SERVICES
 * 13. TEXT TYPES
 * 14. BACKGROUND TYPES
 * 15. VIEWPORT SIZES
 * 16. OWL CAROUSEL
 * 17. QUOTES
 * 18. TESTIMONIALS
 * 19. PANELS
 * 20. TABS
 * 21. PRICING TABLE
 * 22. STATS
 * 23. GALLERY
 * 24. TIMELINE
 * 25. TEAM
 * 26. BLOG
 * 27. PROGRESS BARS
 * 28. MODALS
 * 29. SOCIAL ICONS
 * 30. CONTACTS
 * 31. GOOGLE MAP
 * 32. FOOTER
 * 33. MEDIA QUERIES
 */
 
/*
	FONTS
*/

@import url(http://fonts.googleapis.com/css?family=Alfa+Slab+One);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,300,700);

/*
	CSS 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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
	GLOBAL ELEMENTS
*/

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
:focus {
  outline: 0 !important;
}
body {
  background-color: #313131;
  font-family: 'Raleway';
  font-size: 16px;
  font-weight: 400;
  color: #b0b1b1;
  line-height: 1.4em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5em;
  color: #ecf0f1;
  font-family: 'Montserrat';
  font-weight: 400;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2.5em;
}
h3 {
  font-size: 2.2em;
}
h4 {
  font-size: 1.8em;
}
h5 {
  font-size: 1.33em;
}
h6 {
  font-size: 1em;
}
p {
  margin: 0px 0px 15px;
}
a {
  color: #723e76;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #cdadd0;
  text-decoration: underline;
}
input,
textarea {
  font-family: 'DaxlinePro-Regular';
  font-size: 16px;
}
input[type="text"],
input[type="password"],
textarea {
  padding: 8px;
  border: none;
}
input[type="submit"],
input[type="button"],
.submit {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  background-color: #723e76;
  border: none;
  padding: 0;
  -webkit-box-shadow: 0 3px 0 #cdadd0;
  -moz-box-shadow: 0 3px 0 #cdadd0;
  box-shadow: 0 3px 0 #cdadd0;
  line-height: 16px;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Montserrat';
}
input[type="submit"]:hover,
input[type="button"]:hover,
.submit:hover {
  background-color: #cdadd0;
  text-decoration: none;
}
textarea {
  resize: vertical;
  min-height: 100px;
}
hr {
  border-color: #444444;
  background-color: #444444;
}
::-moz-selection {
  background: rgba(140, 179, 69, 0.5);
}
::selection {
  background: rgba(140, 179, 69, 0.5);
}
.highlight {
  color: #cdadd0;
}
.vcenter-row {
  font-size: 0;
  font-family: 'AlfaSlabOne-Regular';
}
.vcenter-row * {
  font-size: 16px;
  font-family: 'Raleway';
}
.vcenter-col {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.visible {
  opacity: 1;
  filter: alpha(opacity=100);
}
.unvisible {
  opacity: 0;
  filter: alpha(opacity=0);
}
::-webkit-input-placeholder {
  color: #3d3d3d;
}
:-moz-placeholder {
  color: #3d3d3d;
}
::-moz-placeholder {
  color: #3d3d3d;
}
:-ms-input-placeholder {
  color: #3d3d3d;
}

/* SPINNER */

.loader {
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  display: block;
  position: fixed;
  background-color: #313131;
}
.spinner {
  margin: 200px auto;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  -webkit-animation: rotate 2s infinite linear;
  -moz-animation: rotate 2s infinite linear;
  -o-animation: rotate 2s infinite linear;
  animation: rotate 2s infinite linear;
}
.dot-a,
.dot-b {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #888888;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-animation: bounce 2s infinite ease-in-out;
  -moz-animation: bounce 2s infinite ease-in-out;
  -o-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.dot-b {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes rotate {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes bounce {
  0%,
  100% {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes bounce {
  0%,
  100% {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* BOXED LAYOUT */

@media screen and (min-width: 1220px) {
  body.boxed {
    background-image: url('../img/boxed-bg.png');
    background-repeat: repeat;
    background-color: #313131;
    margin: 25px auto;
    max-width: 1200px;
    height: auto;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
  body.boxed .navbar-fixed-top,
  body.boxed .navbar-sticky {
    margin: 0 auto;
    max-width: 1200px;
    -webkit-box-shadow: border-box;
    -moz-box-shadow: border-box;
    box-shadow: border-box;
  }
  body.boxed section:not(.light):not(.dark) {
    background-color: #313131;
  }
}

/* CONTAINERS */

.container {
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.text-container {
  margin-bottom: 55px;
}
.table-container {
  width: 100%;
  height: 100%;
  display: table;
}
.table-cell {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}

/* SECTIONS */

section {
  position: relative;
  padding: 40px 0;
}
section > header {
  padding: 40px 0;
  font-size: 1.2em;
  text-align: center;
  font-family: 'Raleway';
  color: #b0b1b1;
}
section > header h1,
section > header h2,
section > header h3,
section > header h4,
section > header h5,
section > header h6 {
  font-size: 2em;
  line-height: 1.5em;
  text-transform: uppercase;
  font-family: 'Raleway';
  color: #ecf0f1;
  font-weight: 700;
}
section.light {
  background-color: #313131;
  border: 1px solid #444444;
  border-left: none;
  border-right: none;
}
section.dark {
  background-color: #262626;
  border: 1px solid #444444;
  border-left: none;
  border-right: none;
}
section.no-padding {
  padding: 0;
}

/* BUTTONS */

.btn-default {
  color: #ffffff;
  background-color: #555555;
  border-color: #444444;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #3b3b3b;
  border-color: #252525;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #555555;
  border-color: #444444;
}
.btn-default .badge {
  color: #555555;
  background-color: #ffffff;
}
.open > .dropdown-toggle > .caret {
  border-top: none;
  border-bottom: 4px solid;
}
.btn-primary {
  color: #ffffff;
  background-color: #7d3582;
  border-color: #cdadd0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #cdadd0;
  border-color: #543057;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #7d3582;
  border-color: #cdadd0;
}
.btn-primary .badge {
  color: #7d3582;
  background-color: #ffffff;
}
.btn-h {
  display: inline-block;
  color: #ffffff;
  background-color: transparent;
  border: 4px solid #ffffff;
  text-decoration: none;
  font-size: 1.8em;
  padding: 0.5em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-h:hover,
.btn-h:focus,
.btn-h.focus,
.btn-h:active,
.btn-h.active {
  color: #ffffff;
  background-color: #cdadd0;
  text-decoration: none;
}
.btn-h.disabled,
.btn-h[disabled],
fieldset[disabled] .btn-h,
.btn-h.disabled:hover,
.btn-h[disabled]:hover,
fieldset[disabled] .btn-h:hover,
.btn-h.disabled:focus,
.btn-h[disabled]:focus,
fieldset[disabled] .btn-h:focus,
.btn-h.disabled.focus,
.btn-h[disabled].focus,
fieldset[disabled] .btn-h.focus,
.btn-h.disabled:active,
.btn-h[disabled]:active,
fieldset[disabled] .btn-h:active,
.btn-h.disabled.active,
.btn-h[disabled].active,
fieldset[disabled] .btn-h.active {
  background-color: transparent;
  border-color: #ffffff;
}

/* DROPDOWN */

.dropdown-menu {
  background-color: #555555;
  border: 1px solid #444444;
}
.dropdown-menu > li > a {
  color: #ecf0f1;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #7d3582;
  background-color: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  background-color: #cdadd0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #aaaaaa;
}
.dropdown-header {
  color: #ffa500;
}

/* LISTS */

.ordered-list {
  display: block;
  margin: 0 0 20px;
  list-style-position: inside;
}
.ordered-list li {
  float: none;
  border-bottom: 1px dotted #444444;
  list-style-type: decimal;
  margin: 0 !important;
  padding: 8px 0 8px 5px;
}
.bullet-list {
  display: block;
  margin: 0 0 20px;
  list-style-position: inside;
}
.bullet-list li {
  float: none;
  border-bottom: 1px dotted #444444;
  margin: 0 !important;
  padding: 8px 0 8px 5px;
}
.bullet-list li:before {
  content: "• ";
  color: #ecf0f1;
}
.check-list {
  display: block;
  margin: 0 0 20px;
  list-style-position: inside;
}
.check-list li {
  float: none;
  border-bottom: 1px dotted #444444;
  margin: 0 !important;
  padding: 8px 0 8px 5px;
}
.check-list li:before {
  width: 1.2em;
  display: inline-block;
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #ecf0f1;
  margin: 0px 8px 0 0;
}
.icon-list {
  display: block;
  margin: 0 0 20px;
  list-style-position: inside;
}
.icon-list li {
  float: none;
  display: block;
  border-bottom: 1px dotted #444444;
  margin: 0 !important;
  padding: 8px 0 8px 5px;
}
.icon-list li i {
  width: 1.2em;
  display: inline-block;
  color: #ecf0f1;
  margin: 0px 8px 0 0;
}

/* NAVBAR */

.navbar-default {
  border: none;
  background-color: #313131;
  border-bottom: 1px solid #cdadd0;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  width: 100%;
  z-index: 100;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.navbar-default .nav,
.navbar-default .collapse,
.navbar-default .dropup,
.navbar-default .dropdown {
  position: static;
}
.navbar-default .container {
  position: relative;
}
.navbar-default .dropdown-menu {
  left: auto;
}
.navbar-default .padd-content {
  padding: 20px 30px;
}
.navbar-default .dropdown.dropdown-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.navbar-default .navbar-brand {
  color: #ecf0f1;
  line-height: 20px;
  height: 100%;
  padding: 6px 14px;
  vertical-align: middle;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.navbar-default .navbar-brand img {
  display: inline-block;
  vertical-align: middle;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #cdadd0;
}
.navbar-default .navbar-text {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a {
  color: #ecf0f1;
  text-transform: uppercase;
  line-height: 22px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #7d3582;
}
.navbar-default .navbar-nav > .active > a {
  color: #ffffff;
  background-color: #7d3582;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #7d3582;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ecf0f1;
  background-color: #313131;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar-default .navbar-toggle {
  border-color: #ecf0f1;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #7d3582;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ecf0f1;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ecf0f1;
}
.navbar-default .navbar-link {
  color: #ecf0f1;
}
.navbar-default .navbar-link:hover {
  color: #cdadd0;
}
.navbar-default .dropdown-menu {
  border: 2px solid #7d3582;
  background-color: #313131;
  font-size: 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-top: 1px dashed #313131;
}
.navbar-default .dropdown-menu > li > a,
.navbar-default .dropdown-menu li a {
  color: #ecf0f1;
}
.navbar-default .dropdown-menu > li > a .fa,
.navbar-default .dropdown-menu li a .fa {
  width: 1.2em;
}
.navbar-default .dropdown-menu > li > a:hover,
.navbar-default .dropdown-menu > li > a:focus,
.navbar-default .dropdown-menu li a:hover,
.navbar-default .dropdown-menu li a:focus {
  color: #7d3582;
  text-decoration: none;
  background-color: transparent;
}
.navbar-default .dropdown-menu > .active > a,
.navbar-default .dropdown-menu > .active > a:hover,
.navbar-default .dropdown-menu > .active > a:focus {
  color: #ffffff;
  background-color: #7d3582;
}
.navbar-default .dropdown-menu > .active > a:hover,
.navbar-default .dropdown-menu > .active > a:focus {
  color: #ffffff;
}
.navbar-right .dropdown-menu {
  right: auto;
}
@media screen and (min-width: 768px) {
  .navbar-big {
    height: 80px;
  }
  .navbar-big .navbar-brand {
    line-height: 64px;
  }
  .navbar-big .navbar-nav > li > a {
    line-height: 50px;
  }
}

/* SERVICES */

.service {
  position: relative;
}
.service,
.service:hover,
.service:visited,
.service:active,
.service:link {
  text-decoration: none;
}
.service h1,
.service h2,
.service h3,
.service h4,
.service h5,
.service h6 {
  color: #a3a4a4;
  text-transform: uppercase;
  margin: 10px 0;
}
.service-icon {
  font-size: 5em;
  padding: 20px;
  color: #7d3582;
}
.service-content {
  color: #b0b1b1;
}
.service-accent:hover {
  background-color: #543057;
}
.service-accent:hover .service-icon,
.service-accent:hover .service-content,
.service-accent:hover h1,
.service-accent:hover h2,
.service-accent:hover h3,
.service-accent:hover h4,
.service-accent:hover h5,
.service-accent:hover h6 {
  color: #ffffff;
}
.service-border-container {
  border: 1px solid #444444;
  border-left: none;
  border-right: none;
}
.service-border {
  border-right: 1px solid #444444;
}
.service-border:last-of-type {
  border-right: none;
}
.service-box {
  display: block;
  overflow: hidden;
  min-height: 350px;
  padding-top: 65px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.service-box,
.service-box:hover,
.service-box:visited,
.service-box:active,
.service-box:link {
  text-decoration: none;
}
.service-box:last-of-type {
  border-right: none;
}
.service-box:hover {
  padding-top: 10px;
}
.service-box:hover .service-hide {
  opacity: 1;
  filter: alpha(opacity=100);
}
.service-hide {
  position: absolute;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* TEXT TYPES */

.white-text {
  color: #fff;
}
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p {
  color: #fff;
}
.white-text header h1,
.white-text header h2,
.white-text header h3,
.white-text header h4,
.white-text header h5,
.white-text header h6,
.white-text header p {
  color: #fff;
}
.black-text {
  color: #000;
}
.black-text h1,
.black-text h2,
.black-text h3,
.black-text h4,
.black-text h5,
.black-text h6,
.black-text p {
  color: #000;
}
.black-text header h1,
.black-text header h2,
.black-text header h3,
.black-text header h4,
.black-text header h5,
.black-text header h6,
.black-text header p {
  color: #000;
}
.accent-text {
  color: #7d3582;
}
.accent-text h1,
.accent-text h2,
.accent-text h3,
.accent-text h4,
.accent-text h5,
.accent-text h6,
.accent-text p {
  color: #7d3582;
}
.accent-text header h1,
.accent-text header h2,
.accent-text header h3,
.accent-text header h4,
.accent-text header h5,
.accent-text header h6,
.accent-text header p {
  color: #7d3582;
}
.h-text {
  font-family: 'Montserrat';
  font-weight: 400;
}
.big-text {
  font-size: 4em;
  line-height: 1.5em;
}
.small-text {
  font-size: 0.8em;
}
.medium-text {
  font-size: 2em;
}
.normal-text {
  font-size: 1em;
}

/* BACKGROUND TYPES */

.static {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .parallax:not([data-options]) {
    background-attachment: scroll !important;
  }
}
.dots {
  z-index: 1;
  display: block;
  position: relative;
}
.dots:after {
  content: "";
  position: absolute;
  background: url('../img/dots.png') repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.dark-overlay {
  z-index: 1;
  display: block;
  position: relative;
}
.dark-overlay:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.light-overlay {
  z-index: 1;
  display: block;
  position: relative;
}
.light-overlay:after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.accent-overlay {
  z-index: 1;
  display: block;
  position: relative;
}
.accent-overlay:after {
  content: "";
  position: absolute;
  background-color: rgba(151, 162, 72, 0.25);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

/* VIEWPORT SIZES */

.viewport-height {
  height: 100vh !important;
}
.viewport-width {
  width: 100vw !important;
}
.viewport-size {
  height: 100vh !important;
  width: 100vw !important;
}
.viewport-half-height {
  height: 50vh !important;
}
.viewport-half-width {
  width: 50vw !important;
}
.viewport-half-size {
  height: 50vh !important;
  width: 50vw !important;
}

/* OWL CAROUSEL */

.owl-carousel {
  position: relative;
  z-index: 1;
}
.owl-carousel .img-responsive {
  display: inline-block;
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #b0b1b1;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  background: #313131;
  border: 1px solid #999999;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  background: #cdadd0;
  color: #ffffff;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 14px;
  height: 14px;
  margin: 5px 7px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: #313131;
  border: 1px solid #543057;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #cdadd0;
  color: #ffffff;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #b0b1b1;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
}
.owl-item.loading {
  min-height: 150px;
  background: url('../img/ajax-loader.gif') no-repeat center center;
}

/* QUOTES */

.quote,
.testimonial-quote {
  font-family: 'Montserrat';
  font-size: 2em;
  line-height: 1.4em;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  z-index: 200;
  margin: 0 5%;
  text-shadow: 0 0 5px #000;
}
.quote:before,
.testimonial-quote:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f10d";
  font-size: 0.5em;
  vertical-align: top;
  position: relative;
  top: -0.25em;
  color: #ffffff;
  margin-right: 0.5em;
}
.quote:after,
.testimonial-quote:after {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f10e";
  font-size: 0.5em;
  vertical-align: top;
  position: relative;
  top: -0.25em;
  color: #ffffff;
  margin-left: 0.5em;
}
.quote-author {
  font-size: 1.2em;
  font-weight: 600;
  margin-top: 25px;
  z-index: 200;
  font-style: italic;
  text-align: center;
  text-shadow: 0 0 3px #000;
}
.quote-author:before,
.quote-author:after {
  content: "---";
  margin: 0 0.5em;
}

/* TESTIMONIALS */

.testimonial {
  margin: 20px 0;
  text-align: center;
}
.testimonial-image {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.testimonial-quote {
  font-size: 1.2em;
  text-transform: none;
}
.testimonial-name {
  font-size: 1.4em;
  margin-bottom: 0.5em;
}

/* PANELS */

.panel,
.panel-group,
.panel-default,
.panel-group .panel {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel-heading {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 0;
  -moz-background-clip: padding;
  border-top-right-radius: 0;
  background-clip: padding-box;
}
.panel-default > .panel-heading,
.panel-body {
  background: #313131;
}
.panel-title > a {
  display: block;
}
.panel-title > a,
.panel-title > a:hover {
  color: #ecf0f1;
  text-decoration: none;
}
.panel-title > a[aria-expanded="true"]:before,
.panel-title > a[aria-expanded="false"]:before {
  display: inline-block;
  width: 14px;
}
.panel-title > a[aria-expanded="true"]:before {
  content: "-";
}
.panel-title > a[aria-expanded="false"]:before {
  content: "+";
}

/* TABS */

.tab-content {
  padding: 10px 16px;
  background-color: #313131;
  border: 1px solid #DDD;
  border-top: none;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #2c2c2c;
  border: 1px solid #DDD;
  border-right: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  margin-right: 0;
  color: #ecf0f1;
  font-family: 'Montserrat';
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #313131;
  border-right: none;
  border-bottom: 1px solid #313131;
}
.nav-tabs > li:last-child > a,
.nav-tabs > li.active:last-child > a {
  border-right: 1px solid #DDD;
}

/* PRICING TABLE */

.price-table {
  margin-top: 20px;
  margin-bottom: 20px;
}
.price-column {
  background-color: #222222;
  text-align: left;
}
.price-column *,
.price-column {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.price-column h1,
.price-column h2,
.price-column h3,
.price-column h4,
.price-column h5,
.price-column h6 {
  background-color: #ecf0f1;
  text-align: left;
  color: #222222;
  padding: 10px 20px;
  font-size: 1.5em;
  margin-top: 0px;
  border-left: 10px solid #d5dde0;
}
.price-column ul {
  list-style: none;
  margin: 0;
}
.price-column ul li {
  color: #ecf0f1;
  font-size: 0.9em;
  border-bottom: 1px solid #151515;
  padding: 15px 30px;
}
.price-column ul li.price {
  font-size: 1.33em;
  font-weight: bold;
}
.price-column:hover {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.price-column:hover h1,
.price-column:hover h2,
.price-column:hover h3,
.price-column:hover h4,
.price-column:hover h5,
.price-column:hover h6 {
  background-color: #7d3582;
  border-left: 10px solid #543057;
}
.price-column:hover ul li {
  color: #cdadd0;
}
.price-column:hover .btn-ps {
  background-color: #7d3582;
}
.btn-ps {
  width: 100%;
  color: #222222;
  background-color: #ecf0f1;
  padding: 12px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.btn-ps:hover {
  color: #222222;
}

/* STATS */

.stats {
  color: #fff;
  margin: 40px 0;
  text-align: center;
}
.stats-icon {
  font-size: 4em;
  margin-bottom: 25px;
}
.stats-value {
  font-size: 3em;
  line-height: 1.2em;
  display: inline-block;
  font-family: 'Montserrat';
  border-bottom: 1px solid #fff;
}
.stats-desc {
  margin-top: 20px;
  font-size: 1.2em;
}

/* GALLERY */

.gallery {
  margin: 0;
  padding: 0;
}
.gallery-item {
  width: 25%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #ffffff;
}
.gallery-item:hover {
  color: #ffffff;
}
.gallery-item:hover .gallery-hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery-item:hover .gallery-hover:after,
.gallery-item:hover .gallery-hover:before {
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.gallery-image {
  margin: 0;
  width: 100%;
  display: block;
}
.gallery-hover {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3em;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery-hover:after,
.gallery-hover:before {
  position: absolute;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.gallery-hover:before {
  top: 10%;
  right: 6%;
  bottom: 10%;
  left: 6%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.gallery-hover:after {
  top: 6%;
  right: 10%;
  bottom: 6%;
  left: 10%;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -ms-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.gallery-title {
  color: #ffffff;
  font-size: 1.5em;
  text-transform: uppercase;
  font-family: 'Montserrat';
}
.gallery-category {
  display: block;
  color: #f22b1a;
  margin-top: 10px;
  font-family: 'Montserrat';
}
.gallery-icon {
  display: block;
  color: #ffffff;
  font-size: 4em;
  margin-top: 24px;
}
.gallery-desc {
  display: block;
  color: #ffffff;
  margin-top: 14px;
}
.gallery-filters {
  margin: auto;
  list-style-type: none;
  text-align: center;
  margin-bottom: 40px;
}
.gallery-filters li {
  display: inline-block;
  margin: 5px auto;
}
.gallery-filters li.active a {
  background-color: #7d3582;
}
.gallery-filters li a {
  padding: 10px;
  display: inline-block;
  color: #313131;
  background-color: #ecf0f1;
}
.gallery-filters li a:hover,
.gallery-filters li a:active,
.gallery-filters li a:visited,
.gallery-filters li a:link {
  text-decoration: none;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-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;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/* TIMELINE */

.timeline {
  margin: 0px auto;
  overflow: hidden;
  height: auto;
  position: relative;
  padding: 0px;
}
.timeline:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  border-left: 1px solid #ecf0f1;
}
.timeline-event {
  display: block;
  clear: both;
  position: relative;
}
.timeline-event .timeline-image {
  margin-right: 4%;
}
.timeline-event .timeline-image,
.timeline-event .timeline-text {
  float: left;
  text-align: left;
}
.timeline-event:nth-child(odd) .timeline-image {
  margin-left: 4%;
  margin-right: 0;
}
.timeline-event:nth-child(odd) .timeline-image,
.timeline-event:nth-child(odd) .timeline-text {
  float: right;
  text-align: right;
}
.timeline-event:before {
  content: "\f058";
  display: block;
  position: absolute;
  font-family: 'FontAwesome';
  top: 40%;
  left: 48%;
  width: 4%;
  padding: 6px 0;
  text-align: center;
  color: #ecf0f1;
  font-size: 2em;
  background-color: #313131;
}
.timeline-event:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.timeline-image {
  width: 46%;
  overflow: hidden;
}
.timeline-image img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.timeline-image:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.timeline-text {
  width: 50%;
  padding: 4%;
}
.timeline-text h1,
.timeline-text h2,
.timeline-text h3,
.timeline-text h4,
.timeline-text h5,
.timeline-text h6 {
  font-size: 1.2em;
  line-height: 1.2em;
  text-transform: uppercase;
}
.timeline-text time {
  color: #7d3582;
  line-height: 1.2em;
}
.timeline-text p {
  margin: 10px 0;
}

/* TEAM */

.team-member {
  display: block;
}
.team-member-image {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.team-member-image img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-member-image:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.team-member-image:hover .team-member-hover {
  opacity: 1;
}
.team-member-info {
  margin-top: 10px;
}
.team-member-info h1,
.team-member-info h2,
.team-member-info h3,
.team-member-info h4,
.team-member-info h5,
.team-member-info h6 {
  line-height: 1.2em;
}
.team-member-info h4 {
  font-size: 1.3em;
}
.team-member-info h5 {
  font-size: 1.05em;
}
.team-member-info p {
  margin-top: 10px;
}
.team-member-hover {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.team-member-social {
  text-align: center;
  font-size: 1.5em;
  position: absolute;
  padding: 1em;
  bottom: 0;
  left: 0;
  right: 0;
}
.team-member-social a {
  color: #fff;
  display: inline-block;
  margin: 0 5px;
}
.team-member-social a:hover {
  color: #7d3582;
}

/* BLOG */

.blog-post {
  margin: 0 20px;
}
.blog-post h1,
.blog-post h2,
.blog-post h3,
.blog-post h4,
.blog-post h5,
.blog-post h6 {
  margin: 6px 0 12px 0;
  font-size: 1.2em;
  text-transform: uppercase;
}
.blog-post span {
  margin-right: 16px;
}
.blog-post .fa {
  color: #ecf0f1;
  margin-right: 8px;
}

/* PROGRESS BARS */

.progress-bars p {
  margin: 0.5em 0;
}
.progress-bar {
  background-color: #97a248;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-bar-danger {
  background-color: #d9534f;
}

/* MODALS */

.modal-dialog {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal-content {
  background-color: #313131;
  color: #b0b1b1;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 0;
  -moz-background-clip: padding;
  border-top-right-radius: 0;
  background-clip: padding-box;
}
.modal-header {
  border-top: 5px solid #7d3582;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 0;
  -moz-background-clip: padding;
  border-top-right-radius: 0;
  background-clip: padding-box;
}
.modal-header i {
  font-size: 2em;
  margin-right: 10px;
  display: inline-block;
  color: #ecf0f1;
  vertical-align: middle;
}
.modal-title {
  display: inline-block;
  color: #ecf0f1;
  font-family: 'Montserrat';
  vertical-align: middle;
  text-transform: uppercase;
}
.modal-body {
  line-height: 1.5em;
  overflow-y: auto;
}
.close {
  font-size: 2.7em;
}

/* SOCIAL ICONS */

.social,
.social h1,
.social h2,
.social h3,
.social h4,
.social h5,
.social h6 {
  color: #fff;
}
.social h1,
.social h2,
.social h3,
.social h4,
.social h5,
.social h6 {
  padding-left: 10px;
}
.social-icons {
  padding: 20px 0;
  line-height: 80px;
}
.social-icons a {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  margin: 10px;
  text-align: center;
}
.social-icons a img,
.social-icons a svg {
  width: 40px;
  height: 40px;
  fill: #fff;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: border 0.15s;
  -moz-transition: border 0.15s;
  -o-transition: border 0.15s;
  transition: border 0.15s;
}
.social-icons a:hover img,
.social-icons a:hover svg {
  fill: #97a248;
  background-color: #fff;
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
  border: 5px solid #fff;
}

/* CONTACTS */

.contact-form h1,
.contact-info h1,
.contact-form h2,
.contact-info h2,
.contact-form h3,
.contact-info h3,
.contact-form h4,
.contact-info h4,
.contact-form h5,
.contact-info h5,
.contact-form h6,
.contact-info h6 {
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-size: 1.2em;
  color: #ecf0f1;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.contact-form {
  text-align: justify;
}
.contact-form input[type="text"],
.contact-form input[type="password"] {
  display: inline-block;
  margin: 10px 0;
  width: 100%;
}
.contact-form input[type="submit"],
.contact-form input[type="button"] {
  width: 100%;
  padding: 20px;
  font-size: 20px;
  margin: 10px 0;
}
.contact-form textarea {
  width: 100%;
  height: 180px;
  margin: 5px 0;
}
.contact-info p {
  margin: 1em auto;
}
.contact-info span {
  display: block;
}

/* GOOGLE MAP */

.google-map {
  width: 100%;
  height: 400px;
  margin: 0;
  padding: 0;
}

/* FOOTER */

.footer {
  background-color: #313131;
  color: #969595;
  font-size: 14px;
  text-align: center;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  color: #ffffff;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p {
  margin: 20px 40px;
}
.footer span {
  display: inline-block;
  padding: 10px;
}
.footer-line {
  background-color: #2c2c2c;
  line-height: 50px;
  text-align: left;
}
.footer-col {
  height: 100%;
  padding: 40px 0;
  border-right: 1px solid #3e3e3e;
}
.footer-col:last-of-type {
  border-right: none;
}
.navbar-footer dl,
.navbar-footer dt,
.navbar-footer dd {
  margin: 0;
  padding: 0;
  line-height: 1em;
}
.navbar-footer dt {
  display: none;
}
.navbar-footer ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style-type: none;
  line-height: 50px;
}
.navbar-footer ul li {
  padding: 0 10px;
  line-height: 1em;
  display: inline-block;
}
.navbar-footer ul li:last-child {
  border-right: none;
}
.navbar-footer ul li a,
.navbar-footer ul li a:visited,
.navbar-footer ul li a:link {
  color: #969595;
  text-decoration: none;
}
.navbar-footer ul li a:hover,
.navbar-footer ul li a:active {
  color: #cdadd0;
  text-decoration: none;
}

/* MAX 1400 */

@media screen and (max-width: 1400px) {
  .gallery-desc,
  .gallery-icon,
  .gallery-category {
    margin-top: 2px;
  }
}

/* MAX 1199 */

@media screen and (max-width: 1199px) {
  .gallery-item {
    width: 50%;
  }
  .service-box {
    min-height: 340px;
  }
  .navbar-default {
    font-size: 13px;
  }
}

/* MAX 991 */

@media screen and (max-width: 991px) {
  [class*="col-"] {
    margin-bottom: 15px;
  }
  .navbar-default .navbar-brand {
    padding-left: 6px;
    padding-right: 6px;
    line-height: 34px;
  }
  .navbar-default .navbar-brand img {
    max-width: 120px;
  }
  .navbar-default {
    font-size: 12px;
  }
  .nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .service-box {
    min-height: 360px;
  }
  .service-border {
    margin-bottom: 0;
  }
}

/* MAX 767 */

@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    width: auto !important;
  }
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.6em;
  }
  h4 {
    font-size: 1.4em;
  }
  h5 {
    font-size: 1.2em;
  }
  h6 {
    font-size: 1.1em;
  }
  section {
    padding: 15px 0;
  }
  section > header {
    padding: 15px 0;
  }
  section > header h1,
  section > header h2,
  section > header h3,
  section > header h4,
  section > header h5,
  section > header h6 {
    font-size: 1.5em;
  }
  .navbar-default .navbar-brand {
    padding: 10px 14px;
  }
  .navbar-default .navbar-brand,
  .navbar-default .navbar-nav > li > a {
    line-height: 20px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu {
    background-color: #313131;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ecf0f1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #7d3582;
    text-decoration: none;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #7d3582;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
  }
  .gallery-item {
    width: 100%;
  }
  .timeline:before {
    display: none;
  }
  .timeline-event:before {
    display: none;
  }
  .timeline-event .timeline-text,
  .timeline-event .timeline-image {
    width: 100%;
    text-align: left;
  }
  .timeline-event:nth-child(odd) .timeline-text,
  .timeline-event:nth-child(odd) .timeline-image {
    text-align: left;
  }
  .footer {
    text-align: center;
  }
  .text-container {
    margin-bottom: 0;
  }
  .modal-dialog {
    width: 96%;
  }
  .footer-col {
    padding: 10px 0;
    border-right: none;
  }
  .footer-line {
    text-align: center;
  }
  .navbar-footer {
    margin-top: 12px;
    text-align: left;
  }
  .navbar-footer dd,
  .navbar-footer dt,
  .navbar-footer ul {
    margin: 0;
    padding: 0;
  }
  .navbar-footer dd {
    position: relative;
  }
  .navbar-footer dt {
    display: block;
  }
  .navbar-footer dt a,
  .navbar-footer dt a:link,
  .navbar-footer dt a:visited,
  .navbar-footer dt a:hover,
  .navbar-footer dt a:active {
    padding: 8px;
    display: block;
    border: 1px solid #969595;
    text-transform: uppercase;
    text-decoration: none;
    color: #969595;
    width: 100%;
  }
  .navbar-footer ul {
    border: 1px solid #969595;
    color: #969595;
    display: none;
    padding: 0;
    top: 2px;
    width: auto;
    min-width: 170px;
    list-style: none;
    margin-top: 2px;
  }
  .navbar-footer ul li {
    margin: 0;
    padding: 0;
    display: block;
    border-right: none;
    border-bottom: 1px solid #969595;
  }
  .navbar-footer ul li a {
    display: block;
    padding: 8px;
  }
  .navbar-footer ul li:last-child {
    border-bottom: none;
  }
  .service-border {
    border-right: none;
    border-bottom: 1px solid #444444;
  }
  .service-border:last-of-type {
    border-bottom: none;
  }
  .service-hide {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .big-text {
    font-size: 2em;
    line-height: 1.5em;
  }
  .medium-text {
    font-size: 1.5em;
  }
}

/* MAX 500 */

@media screen and (max-width: 515px) {
  .quote {
    font-size: 1.4em;
  }
}
