@import url(http://fonts.googleapis.com/css?family=Lato:300,400,900,300italic,400italic);
@import url(http://fonts.googleapis.com/css?family=PT+Sans);
/*
** Table Of Contents

**bootstrap overrides
**vertical margins and paddings
**general styles
**utilites
**styled lists
**icons
**buttons 
**common sections styles
**light section
**grey section
**dark sections
**color section
**boxed layout
**template styles
**main menu (min 768px) styles
**main menu mobile styles
**blog
**widgets
**shortcodes
**plugins
  - Owl Carousel
  - FlexSlider
  - prettyPhoto
  - Easy pieChart
  - toTop
  - Isotope Portfolio

*/
/*
**bootstrap overrides
*/
/*breadcrumbs*/
.breadcrumb {
  margin: 5px 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: inherit;
}

.breadcrumb > .active {
  color: inherit;
  opacity: 0.9;
}

.breadcrumb > li + li:before {
  color: inherit;
  padding: 0 13px;
}

/*pagination*/
.pagination > li > a,
.pagination > li > span {
  text-align: center;
  padding: 8px 0;
  border-color: #4d4d4d;
  color: #4d4d4d;
  border-width: 2px;
  margin-left: 10px;
  min-width: 40px;
  max-width: 40px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0px;
  padding: 8px 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0px;
  padding: 8px 0;
  color: #4d4d4d;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #f27cae;
  border-color: #f27cae;
  color: #ffffff;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #f27cae;
  border-color: #f27cae;
  color: #ffffff;
}

/*forms*/
.form-control {
  height: 40px;
  border-color: rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  border-radius: 0;
  color: #111111;
  padding-left: 30px;
  padding-right: 40px;
  font-size: 20px;
  font-style: italic;
}

.form-control, .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control.invalid {
  -webkit-box-shadow: 0 0 0 2px #20bbe9;
  box-shadow: 0 0 0 2px #20bbe9;
}

.form-control:focus {
  border-color: #000000;
  color: #000000;
}

.form-control:-moz-placeholder {
  color: #000000;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #000000;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #000000;
}

.form-control::-webkit-input-placeholder {
  color: #000000;
}

.form-control:focus:-moz-placeholder {
  color: transparent;
  opacity: 1;
}

.form-control:focus::-moz-placeholder {
  color: transparent;
  opacity: 1;
}

.form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

@media (min-width: 768px) {
  form > .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  form > .row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.form-control + [class*="icon-"] {
  position: absolute;
  font-size: 24px;
  right: 20px;
  top: 7px;
  color: #20bbe9;
}

/*carousel*/
.carousel {
  overflow: hidden;
}

.carousel-indicators li {
  width: 14px;
  height: 14px;
  border-width: 2px;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.carousel-indicators li:hover {
  opacity: 0.8;
}

.carousel-indicators .active {
  border-color: #20bbe9;
  width: 14px;
  height: 14px;
  background-color: transparent;
}

.carousel-control {
  border: 1px solid #ffffff;
  color: #ffffff !important;
  border-radius: 0px;
  width: 50px;
  height: 50px;
  left: -50px;
  top: 50%;
  margin-top: -25px;
  text-shadow: none;
  opacity: 1;
  background-image: none !important;
  filter: alpha(opacity=100);
}

.carousel-control.right {
  right: -50px;
}

.carousel:hover .carousel-control {
  left: 50px;
}

.carousel:hover .carousel-control.right {
  left: auto;
  right: 50px;
}

.carousel-control span {
  font-family: 'fontello' !important;
  width: 50px !important;
  height: 50px !important;
  margin: 0 !important;
  font-size: 16px !important;
  left: 0 !important;
  top: 0 !important;
  line-height: 50px;
}

.carousel-control .icon-prev:before {
  content: '\e801';
}

.carousel-control .icon-next:before {
  content: '\e80a';
}

/*collapse accordion*/
.panel-heading .panel-title {
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
  position: relative;
}
.panel-heading .panel-title > a {
  line-height: 1;
  letter-spacing: 0.2em;
  display: block;
  padding: 12px 50px 12px 30px;
  color: #ffffff;
  background-color: #20bbe9;
  border: none;
  word-wrap: break-word;
}
.panel-heading .panel-title > a.collapsed:hover,
.panel-heading .panel-title > a:hover {
  color: #ffffff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}
.panel-heading .panel-title > a:after {
  color: #ffffff;
  font-family: 'fontello';
  content: '\e800';
  position: absolute;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background-color: #f27cae;
  letter-spacing: 0;
}
.panel-heading .panel-title > a.collapsed:after {
  content: '\e80a';
}

.panel {
  box-shadow: none;
}

.panel-group .panel {
  border-radius: 0;
  background-color: transparent;
}

.panel-default > .panel-heading {
  background-color: transparent;
  color: inherit;
  position: relative;
  border: none;
  border-radius: 0;
  padding: 0;
}

.panel-default {
  border-color: transparent;
}

.panel-group .panel + .panel {
  margin-top: 8px;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  padding: 23px 30px 30px;
  margin-top: -3px;
  border: none;
  border-radius: 0px;
}

/*progress bars*/
p + .progress {
  margin-top: -10px;
}

.progress {
  overflow: visible;
  height: 10px;
  position: relative;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f27cae;
  border: none;
}

.progress-bar {
  background-color: #20bbe9;
  color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 10px;
}

.progress-bar span {
  position: relative;
  color: #ffffff;
  top: -5px;
  font-size: 0.9em;
  display: none;
}

.alert {
  border-radius: 0;
  border-width: 3px;
}

.media-right, .media > .pull-right {
  padding-left: 20px;
}

.media-left, .media > .pull-left {
  padding-right: 20px;
}

/*nav*/
.nav > li > a {
  color: inherit;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: inherit;
}

/*tabs*/
.tab-content {
  border-radius: 0 0 0 0;
  padding: 30px 40px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.tab-content.no-border {
  padding: 0;
  border: none;
  background-color: transparent !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.nav-tabs {
  border-bottom-color: transparent;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding: 9px 24px;
  margin-right: 2px;
  margin-top: 0px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-bottom-color: #ffffff;
  background-color: transparent;
  color: #4d4d4d;
}

/*bs buttons*/
.btn {
  padding: 18px 30px;
  text-transform: uppercase;
  margin: 0 2px 6px 0;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

li.media:before,
li.media:after {
  display: block;
  content: '';
  clear: both;
}

/*
**vertical margins and paddings
*/
section > [class*="container"] {
  padding-top: 100px;
  padding-bottom: 100px;
}

.darkgrey_section + .darkgrey_section > [class*="container"],
.dark_section + .dark_section > [class*="container"],
.color_section + .color_section > [class*="container"],
.light_section + .light_section > [class*="container"],
.grey_section + .grey_section > [class*="container"] {
  padding-top: 5px;
}

.darkgrey_section.with_bottom_border + .darkgrey_section > [class*="container"],
.dark_section.with_bottom_border + .dark_section > [class*="container"],
.color_section.with_bottom_border + .color_section > [class*="container"],
.light_section.with_bottom_border + .light_section > [class*="container"],
.grey_section.with_bottom_border + .grey_section > [class*="container"] {
  padding-top: 90px;
}

.darkgrey_section + .darkgrey_section.with_top_border > [class*="container"],
.dark_section + .dark_section.with_top_border > [class*="container"],
.color_section + .color_section.with_top_border > [class*="container"],
.light_section + .light_section.with_top_border > [class*="container"],
.light_section + .light_section.parallax > [class*="container"],
.grey_section + .grey_section.with_top_border > [class*="container"] {
  padding-top: 90px;
}

.darkgrey_section + .darkgrey_section.darkgrey_lighter > [class*="container"],
.darkgrey_section.darkgrey_lighter + .darkgrey_section > [class*="container"] {
  padding-top: 100px;
}

.row + .row {
  margin-top: 20px;
}

section > [class*="container"] > .row > [class*="col-"],
footer > [class*="container"] > .row > [class*="col-"] {
  margin-top: 15px;
  margin-bottom: 15px;
}

section > [class*="container"] > .row > [class*="col-"]:last-child,
footer > [class*="container"] > .row > [class*="col-"]:last-child,
.bottom_section > [class*="container"] > .row > [class*="col-"] {
  margin-bottom: 0;
}

.table_section [class*="container"] {
  height: 100%;
}

.table_section .row {
  display: table;
  min-width: 100%;
  height: 100%;
}

.table_section [class*="col-"] {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

#topline > [class*="container"] > .row > [class*="col-"] {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .table_section .row,
  .table_section [class*="col-"] {
    display: block;
    width: auto;
  }

  section [class*="col-"] + [class*="col-"],
  footer [class*="col-"] + [class*="col-"] {
    margin-top: 25px !important;
  }

  [class*="col-xs"] + [class*="col-xs"] {
    margin-top: 0 !important;
  }
}
.action_section > [class*="container"] {
  padding-top: 55px;
  padding-bottom: 55px;
}

.bottom_section > [class*="container"] {
  padding-bottom: 0;
}

.title_section > [class*="container"] {
  padding-bottom: 50px;
}

#breadcrumbs > [class*="container"] {
  padding-top: 25px;
  padding-bottom: 25px;
}

#breadcrumbs.light_section + .light_section > [class*="container"],
#folio.light_section + .light_section > [class*="container"],
#folio.darkgrey_section + .darkgrey_section > [class*="container"] {
  padding-top: 55px;
}

#folio.light_section + .light_section.parallax > [class*="container"] {
  padding-top: 90px;
}

#topmenu > [class*="container"] {
  padding-top: 1px;
  padding-bottom: 1px;
}

#topline > [class*="container"] {
  padding-top: 0;
  padding-bottom: 0;
}

#recent > [class*="container"] {
  padding-top: 75px;
  padding-bottom: 75px;
}

#pagination > [class*="container"] {
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer > [class*="container"] {
  padding-top: 68px;
  padding-bottom: 45px;
}

#copyright > [class*="container"] {
  padding-top: 28px;
  padding-bottom: 24px;
}

@media (max-width: 767px) {
  .container {
    max-width: 500px;
  }
}
.action_section.table_section h2,
.action_section.table_section h3 {
  margin: 0;
}

/*
**general styles
*/
html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

::selection {
  color: #ffffff;
  background-color: #20bbe9;
}

::-moz-selection {
  color: #ffffff;
  background-color: #20bbe9;
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  background-color: #ffffff;
  overflow: visible;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

p {
  margin-bottom: 16px;
}

blockquote {
  font-size: 20px;
  position: relative;
  margin: 20px 0;
  padding: 27px 20px 29px 98px;
  line-height: 1.57;
  color: #4d4d4d;
  border: 1px solid #f2f2f2;
  font-style: italic;
}

blockquote:before,
blockquote:after {
  font-family: 'PT Sans', sans-serif;
  font-size: 100px;
  font-style: normal;
  content: '\201c';
  color: #20bbe9;
  position: absolute;
  left: 46px;
  top: 0;
}

.blockquote-big {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  font-size: 30px;
  text-align: center;
  line-height: 1.2;
  color: #4d4d4d;
  padding: 0 60px;
  border: none;
}
@media (max-width: 767px) {
  .blockquote-big {
    font-size: 22px;
  }
}
.blockquote-big h3 {
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: inherit;
}
.blockquote-big:after {
  left: auto;
  right: 0;
  top: -23px;
  content: '\201d';
}
.blockquote-big:before {
  top: -23px;
  left: 0;
}

img {
  max-width: 100%;
}

strong {
  font-weight: 900;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a:hover {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.15s linear 0s;
  -moz-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  -ms-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}

a:focus {
  outline: medium none;
  text-decoration: none;
}

a img {
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}

iframe {
  border: none;
  max-width: 100%;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/*
**utilites
*/
.alignleft {
  float: left;
  margin: 5px 30px 15px 0;
  max-width: 50%;
}

.inline-block {
  display: inline-block;
}

.with_background {
  padding: 40px;
  background-color: #f5f5f5;
}

.with_border {
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

#response,
.highlight {
  color: #20bbe9;
}

.highlight2 {
  color: #f27cae;
}

.grey {
  color: #4d4d4d;
}

.thin {
  font-weight: 300;
}

/*dividers*/
.divider20 {
  margin: 20px 0;
}

.divider40 {
  margin: 40px 0;
}

.topmargin0 {
  margin-top: 0;
}

.topmargin10 {
  margin-top: 10px;
}

.topmargin40 {
  margin-top: 40px;
}

.margin0 {
  margin: 0;
}

/*vertical align*/
.display_table {
  display: table;
  min-width: 100%;
  height: 100%;
}

.display_table_cell {
  display: table-cell;
  vertical-align: middle;
}

.not_found {
  font-size: 300px;
}
.not_found + p {
  border-bottom: 1px solid #f2f2f2;
  display: inline-block;
  margin-top: -10px;
  padding: 0 40px 20px;
}

@media (min-width: 768px) {
  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-sm-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .not_found {
    font-size: 130px;
  }

  .text-xs-center {
    text-align: center !important;
  }
}
/*
**styled lists
*/
ul.list1 {
  list-style: none;
  color: #4d4d4d;
  padding: 0;
}

ul.list1 li {
  position: relative;
  padding: 9px 0 10px 30px;
}

ul.list1 li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

ul.list1 li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

ul.list1 li:before {
  content: '';
  display: block;
  position: absolute;
  border: 2px solid #20bbe9;
  left: 0px;
  top: 22px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

ul.list2 {
  list-style: none;
  padding-left: 20px !important;
}

ul.list2 li {
  position: relative;
  padding: 8px 0 8px;
}

ul.list2 li:before {
  font-family: 'fontello';
  content: '\e82c';
  font-size: 28px;
  color: #20bbe9;
  display: block;
  position: absolute;
  left: -18px;
}

ol.list3 {
  counter-reset: li;
  list-style: none outside none;
  padding: 0;
}

ol.list3 li {
  position: relative;
  padding: 8px 0 8px 38px;
}

ol.list3 li:after {
  content: counter(li,decimal-leading-zero);
  counter-increment: li;
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -16px;
  font-weight: 700;
  color: inherit;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  background-color: #20bbe9;
  border-radius: 100%;
}

/*
**icons
*/
a[class^="socialico-"] {
  font-size: 0px !important;
  display: inline-block;
  position: relative;
  padding-right: 29px;
  vertical-align: top;
  margin-right: 5px;
}

a[class^="socialico-"]:before {
  display: inline-block;
  text-indent: 0;
  overflow: hidden;
  font-family: 'socialicoregular';
  font-size: 24px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 1px;
  width: 29px;
  height: 29px;
  line-height: 29px;
  margin: 0;
  color: #4d4d4d;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a[class^="socialico-"]:hover:before {
  color: #20bbe9 !important;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}

/*colors for used social icons*/
a.socialico-facebook:hover:before,
a.color-icon.socialico-facebook:before {
  color: #507cbe !important;
}

a.socialico-twitter:hover:before,
a.color-icon.socialico-twitter:before {
  color: #00abef !important;
}

a.socialico-flickr:hover:before,
a.color-icon.socialico-flickr:before {
  color: #ff0084 !important;
}

a.socialico-google:hover:before,
a.color-icon.socialico-google:before {
  color: #cb4437 !important;
}

a.socialico-linkedin:hover:before,
a.color-icon.socialico-linkedin:before {
  color: #00649b !important;
}

a.socialico-dribble:hover:before,
a.color-icon.socialico-dribble:before {
  color: #f76799 !important;
}

a.socialico-pint:hover:before,
a.color-icon.socialico-pint:before {
  color: #00bdec !important;
}

a.socialico-skype:hover:before,
a.color-icon.socialico-skype:before {
  color: #17b3ee !important;
}

a.color-icon:hover:before {
  opacity: 0.6;
}

h1 > [class*="rt-icon-"],
h2 > [class*="rt-icon-"],
h3 > [class*="rt-icon-"],
h4 > [class*="rt-icon-"],
h5 > [class*="rt-icon-"],
h6 > [class*="rt-icon-"] {
  font-size: 1.2em;
  position: relative;
  top: .1em;
  line-height: 0;
  padding-right: 0.1em;
}

p > [class*="rt-icon-"] {
  position: relative;
  top: .1em;
  line-height: 0;
  padding-right: 0.6em;
}
p > [class*="rt-icon-"] + [class*="rt-icon-"] {
  margin-left: -0.75em;
}

a > [class*="rt-icon-"],
.theme_button > [class*="rt-icon-"] {
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 3px;
  padding: 4px;
}

.theme_button > [class*="glyphicon"],
.theme_button > [class*="fa-"] {
  padding: 0 17px;
  font-size: 1.5em;
  line-height: 0.2;
  position: relative;
  top: 3px;
}

/* 
**buttons 
*/
.theme_button {
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: 400;
  padding: 21px 26px;
  margin-bottom: 4px;
  line-height: 1;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  border: 2px solid #20bbe9;
  background-color: #20bbe9;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}

.theme_button:active,
.theme_button:hover,
.theme_button:focus {
  color: #ffffff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
  opacity: 1;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}

.theme_button:active {
  top: 1px;
}

.theme_button.inverse {
  color: #4d4d4d;
  background-color: transparent;
  border: 2px solid #4d4d4d;
}

.block_button {
  display: block;
  width: 100%;
  text-align: center;
}

/*
**common sections styles
*/
/*parallax*/
.parallax {
  background-attachment: fixed !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 767px) {
  .parallax {
    -webkit-background-size: auto auto !important;
    -moz-background-size: auto auto !important;
    -o-background-size: auto auto !important;
    background-size: auto auto !important;
  }
}
.parallax:before,
.parallax:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
}

@media (max-width: 992px) {
  .parallax.light_section:after {
    background-color: #ffffff;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=92)";
    filter: alpha(opacity=92);
    opacity: 0.92;
  }
}
.parallax.grey_section:after {
  background-color: #ffffff;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.parallax.color_section:after {
  background-color: #20bbe9;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.parallax.color_section.main_color2:after {
  background-color: #f27cae;
}

.parallax.dark_section:before {
  background-color: #000;
  opacity: 0.6;
}

.parallax.dark_section:after {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: alpha(opacity=0.2);
  opacity: 0.20;
}

.parallax.darkgrey_section:after {
  background: #319ed6;
}

.parallax > [class*="container"],
.radial_gradient > [class*="container"],
.gradient > [class*="container"],
.diagonal_section > [class*="container"] {
  z-index: 3;
  position: relative;
}

.radial_gradient {
  position: relative;
  overflow: hidden;
}

.gradient {
  position: relative;
}

.gradient:before,
.gradient:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.gradient:before,
.gallery-image-links:before,
.blog-item:hover:before {
  background: #20bbe9;
  background: -moz-linear-gradient(left, #20bbe9 0%, #f27cae 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #20bbe9), color-stop(100%, #f27cae));
  background: -webkit-linear-gradient(left, #20bbe9 0%, #f27cae 100%);
  background: -o-linear-gradient(left, #20bbe9 0%, #f27cae 100%);
  background: -ms-linear-gradient(left, #20bbe9 0%, #f27cae 100%);
  background: linear-gradient(to right, #20bbe9 0%, #f27cae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$mainColor', endColorstr='$mainColor2',GradientType=1 );
}

.gradient:after {
  background-image: url(../img/background_section.png);
  opacity: 0.5;
}

.radial_gradient:before {
  content: '';
  display: block;
  position: absolute;
  width: 1400px;
  height: 1400px;
  top: 50%;
  left: 50%;
  margin-top: -700px;
  margin-left: -700px;
  z-index: 2;
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 50%, color-stop(0%, rgba(255, 255, 255, 0.24)), color-stop(50%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.diagonal_section {
  position: relative;
  overflow: hidden;
}
.diagonal_section:after {
  content: '';
  display: block;
  position: absolute;
  left: 48%;
  top: -250%;
  height: 400%;
  width: 100%;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  -moz-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  background-color: #f27cae;
}
.diagonal_section.with_background_image:after {
  background-image: url(../img/background_section.png);
}

.with_background_image {
  background-image: url(../img/background_section.png);
}

.with_top_border,
.with_bottom_border {
  position: relative;
}

.with_top_border:before,
.with_bottom_border:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.05);
}

.with_bottom_border:after {
  top: auto;
  bottom: 0;
}

.bg_image {
  background-image: url(../img/background_section.png);
}

.section_header {
  margin: 0 0 10px;
  font-size: 50px;
  position: relative;
  word-wrap: break-word;
  text-transform: uppercase;
}
.section_header.big {
  text-transform: uppercase;
  font-size: 100px;
  margin-bottom: 30px;
}
.section_header.small {
  font-size: 30px;
}

.section_header.page-title {
  font-size: 48px;
}

.section_header + h3 {
  margin: -22px 0 44px;
  font-size: 30px;
  font-weight: 300;
}

.section_header + p {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 7px;
}

.section_header.big + p {
  font-size: 30px;
  margin-bottom: 30px;
}

.text-center .section_header + p,
.section_header.text-center + p {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section_header + blockquote {
  font-size: 16px;
  max-width: 60%;
  margin: 50px auto 44px;
  border: none;
  background-color: transparent;
  padding: 0 40px;
}

.section_header + blockquote:before, .section_header + blockquote:after {
  font-style: normal;
  font-family: 'fontello';
  content: '\e808';
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 30px;
  color: #20bbe9;
}

.section_header + blockquote:after {
  content: '\e809';
  left: auto;
  right: 0;
}

@media (max-width: 991px) {
  .section_header {
    font-size: 50px;
    margin-top: 0;
  }

  .section_header + blockquote, .section_header + p {
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .section_header {
    font-size: 30px;
    margin-top: 0;
  }

  .section_header.big {
    font-size: 36px;
    margin-top: 0;
  }

  .section_header + blockquote, .section_header + p {
    max-width: 100% !important;
  }
}
/*page preloader*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 13000;
  height: 100%;
}

.preloader_image {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../img/preloader.gif) no-repeat 50% 50% transparent;
  margin: -40px 0 0 -40px;
}

/**light section*/
.light_section {
  background-color: #ffffff;
  color: #000000;
}
.light_section.bg_image {
  color: #4d4d4d;
}
.light_section h1,
.light_section h2,
.light_section h3,
.light_section h4,
.light_section h5,
.light_section h6 {
  color: #4d4d4d;
}
.light_section h1 a,
.light_section h2 a,
.light_section h3 a,
.light_section h4 a,
.light_section h5 a,
.light_section h6 a {
  color: inherit;
}
.light_section h1 a:hover,
.light_section h2 a:hover,
.light_section h3 a:hover,
.light_section h4 a:hover,
.light_section h5 a:hover,
.light_section h6 a:hover {
  color: #20bbe9;
}
.light_section a {
  color: #20bbe9;
}
.light_section a:hover {
  color: #000000;
}
.light_section .theme_button {
  color: #ffffff;
}
.light_section .theme_button:hover, .light_section .theme_button:focus {
  color: #ffffff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}
.light_section .theme_button.inverse {
  color: #4d4d4d;
}
.light_section .theme_button.inverse:hover, .light_section .theme_button.inverse:focus {
  border-color: #f27cae;
  background-color: #f27cae;
  color: #ffffff;
}
.light_section .widget_tag_cloud a:hover {
  color: #f27cae;
}

/**grey section*/
.grey_section {
  background-color: #E2E5EA;
  color: #a5a5a5;
}
.grey_section h1,
.grey_section h2,
.grey_section h3,
.grey_section h4,
.grey_section h5,
.grey_section h6 {
  color: #454545;
}
.grey_section h1 a,
.grey_section h2 a,
.grey_section h3 a,
.grey_section h4 a,
.grey_section h5 a,
.grey_section h6 a {
  color: inherit;
}
.grey_section h1 a:hover,
.grey_section h2 a:hover,
.grey_section h3 a:hover,
.grey_section h4 a:hover,
.grey_section h5 a:hover,
.grey_section h6 a:hover {
  color: #20bbe9;
}
.grey_section a {
  color: #20bbe9;
}
.grey_section a:hover {
  color: #4d4d4d;
}
.grey_section .theme_button {
  color: #ffffff;
  border-color: #20bbe9;
}
.grey_section .theme_button:hover, .grey_section .theme_button:focus {
  color: #ffffff;
  border-color: #4d4d4d;
  background-color: #4d4d4d;
}
.grey_section .theme_button.inverse {
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.grey_section .theme_button.inverse:hover, .grey_section .theme_button.inverse:focus {
  background-color: #f27cae;
  border-color: #f27cae;
  color: #ffffff;
}
.grey_section .form-control {
  border-color: #ffffff;
}

/**common dark sections*/
[class*="dark"] {
  /* blog */
  /* shortcodes */
}
[class*="dark"] h1,
[class*="dark"] h2,
[class*="dark"] h3,
[class*="dark"] h4,
[class*="dark"] h5,
[class*="dark"] h6 {
  color: #ffffff;
}
[class*="dark"] h1 a,
[class*="dark"] h2 a,
[class*="dark"] h3 a,
[class*="dark"] h4 a,
[class*="dark"] h5 a,
[class*="dark"] h6 a {
  color: #ffffff;
}
[class*="dark"] h1 a:hover,
[class*="dark"] h2 a:hover,
[class*="dark"] h3 a:hover,
[class*="dark"] h4 a:hover,
[class*="dark"] h5 a:hover,
[class*="dark"] h6 a:hover {
  color: #20bbe9;
}
[class*="dark"] a {
  color: #20bbe9;
}
[class*="dark"] a:hover {
  color: #ffffff;
}
[class*="dark"] hr {
  border-color: rgba(255, 255, 255, 0.15);
}
[class*="dark"] blockquote, [class*="dark"] .blockquote {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
}
[class*="dark"] .theme_button {
  border-color: #20bbe9;
  background-color: #20bbe9;
  color: #ffffff;
}
[class*="dark"] .theme_button:hover, [class*="dark"] .theme_button:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #4d4d4d;
}
[class*="dark"] .theme_button.inverse {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
[class*="dark"] .theme_button.inverse:hover, [class*="dark"] .theme_button.inverse:focus {
  background-color: #ffffff;
  color: #4d4d4d;
}
[class*="dark"] .with_background {
  background-color: rgba(255, 255, 255, 0.06);
}
[class*="dark"] .with_border {
  border-color: rgba(255, 255, 255, 0.15);
}
[class*="dark"] .grey {
  color: #ffffff;
}
[class*="dark"].with_top_border:before, [class*="dark"].with_bottom_border:after {
  background-color: rgba(255, 255, 255, 0.15);
}
[class*="dark"] .section_header + p {
  color: inherit;
}
[class*="dark"] .form-control {
  color: #000000;
  border-color: #ffffff;
}
[class*="dark"] .contact-form.transparent-background .form-control {
  border-color: rgba(255, 255, 255, 0.15);
}
[class*="dark"] .border-paragraphs p {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15) !important;
}
[class*="dark"] .table-bordered,
[class*="dark"] .table th,
[class*="dark"] .table td {
  border-color: rgba(255, 255, 255, 0.15);
}
[class*="dark"] .table-striped > tbody > tr:nth-child(odd),
[class*="dark"] .table-striped > tbody > tr:nth-child(odd) > td,
[class*="dark"] .table-striped > tbody > tr:nth-child(odd) > th {
  border-color: rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.06);
}
[class*="dark"] a[class^="socialico-"]:before {
  color: #ffffff;
}
[class*="dark"] .teaser_icon i {
  color: #20bbe9;
}
[class*="dark"] .teaser:hover i {
  color: #ffffff;
}
[class*="dark"] .teaser h2 + p {
  color: #ffffff;
}
[class*="dark"] .tab-content {
  background-color: rgba(255, 255, 255, 0.06);
}
[class*="dark"] .tab-content, [class*="dark"] .nav-tabs > li > a {
  border-color: rgba(255, 255, 255, 0.15);
}
[class*="dark"] .nav-tabs > li.active > a, [class*="dark"] .nav-tabs > li.active > a:hover, [class*="dark"] .nav-tabs > li.active > a:focus {
  border-color: rgba(255, 255, 255, 0.15);
  border-bottom-color: transparent;
  background-color: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}
[class*="dark"] .vertical-tabs .nav > li > a {
  border-color: rgba(255, 255, 255, 0.15);
}
[class*="dark"] .vertical-tabs .nav > li.active a {
  background-color: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}
[class*="dark"] .vertical-tabs .nav > li.active a:after,
[class*="dark"] .vertical-tabs .nav > li.active a:before {
  display: none;
}
[class*="dark"] #isotope_filters a, [class*="dark"] .filters a {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
}
[class*="dark"] .price-table {
  border-color: rgba(255, 255, 255, 0.15);
  outline-color: rgba(255, 255, 255, 0.15);
}
[class*="dark"] .price-table.style2 {
  background-color: rgba(255, 255, 255, 0.06);
}
[class*="dark"] .plan-name {
  background-color: rgba(255, 255, 255, 0.06);
}
[class*="dark"] .plan-price p {
  color: #ffffff;
}
[class*="dark"] .features-list .disabled:before {
  color: #ffffff;
}
[class*="dark"] ul.list1 {
  color: #ffffff;
}
[class*="dark"] ul.list1 li {
  border-color: rgba(255, 255, 255, 0.15);
}
[class*="dark"] .entry-meta > span + span {
  border-color: rgba(255, 255, 255, 0.15);
}
[class*="dark"].blog .entry-header, [class*="dark"].blog-single .entry-header, [class*="dark"].event-single .entry-header {
  border-color: rgba(255, 255, 255, 0.15);
}
[class*="dark"] .blog-grid-post-meta {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
}
[class*="dark"] .post-share-buttons,
[class*="dark"] .post-share-buttons a + a {
  border-color: rgba(255, 255, 255, 0.15);
}
[class*="dark"] .post-content {
  border-color: rgba(255, 255, 255, 0.15);
}
[class*="dark"] .owl-theme .owl-controls .owl-buttons div {
  border-color: rgba(255, 255, 255, 0.15);
}
[class*="dark"] .upcomming-events .owl-item + .owl-item {
  border-color: rgba(255, 255, 255, 0.15);
}
[class*="dark"] .testimonials-carousel .media + p {
  background-color: rgba(255, 255, 255, 0.06);
}
[class*="dark"] .owl-carousel .blog-item {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: transparent;
}
[class*="dark"] .side-item,
[class*="dark"] .blog-item .from-blog-social {
  border-color: rgba(255, 255, 255, 0.15);
}
@media (min-width: 992px) {
  [class*="dark"].blog article.post .date, [class*="dark"].blog-single article.post .date {
    color: inherit;
  }
}
[class*="dark"] .entry-excerpt {
  border-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}
[class*="dark"] .comment-meta {
  color: #ffffff;
}
[class*="dark"] .comment-list article:after {
  background-color: rgba(255, 255, 255, 0.15);
}
[class*="dark"] .comment-respond {
  border-color: rgba(255, 255, 255, 0.15);
}
[class*="dark"] .events-grid .entry-tags {
  border-color: rgba(255, 255, 255, 0.15);
}
[class*="dark"] .widget_recent_entries li,
[class*="dark"] .widget_recent_comments li,
[class*="dark"] .widget_archive li,
[class*="dark"] .widget_categories li,
[class*="dark"] .widget_meta li,
[class*="dark"] .widget_nav_menu li,
[class*="dark"] .widget_pages li,
[class*="dark"] .widget_popular_entries li {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
[class*="dark"] .widget_nav_menu ul ul {
  border-color: rgba(255, 255, 255, 0.15);
}
[class*="dark"] .widget_popular_entries .media-heading {
  color: #ffffff;
}
[class*="dark"] .widget_recent_comments li:before,
[class*="dark"] .widget_recent_entries li:before {
  color: #ffffff;
}
[class*="dark"] .widget_recent_entries a:before, [class*="dark"] .widget_archive a:before, [class*="dark"] .widget_categories a:before, [class*="dark"] .widget_meta a:before, [class*="dark"] .widget_nav_menu a:before, [class*="dark"] .widget_pages a:before {
  color: #ffffff;
}
[class*="dark"] .tweet_list li + li .tweet_right {
  border-color: rgba(255, 255, 255, 0.15);
}
[class*="dark"] .widget_tag_cloud a {
  color: #ffffff;
}
[class*="dark"] .widget_tag_cloud a:hover {
  color: #f27cae;
}
[class*="dark"] #calendar_wrap {
  border-color: rgba(255, 255, 255, 0.15);
}
[class*="dark"] .widget_calendar tfoot td a {
  border-color: rgba(255, 255, 255, 0.15);
}
[class*="dark"] .widget_calendar caption,
[class*="dark"] .widget_calendar thead,
[class*="dark"] .widget_calendar th {
  color: #ffffff;
}
[class*="dark"] .widget_calendar tbody td a:hover {
  color: #ffffff;
}
[class*="dark"] aside .widget a {
  color: #ffffff;
}
[class*="dark"] .pagination > li > a, [class*="dark"] .pagination > li > span {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}
[class*="dark"] .pagination > li > a:hover,
[class*="dark"] .pagination > li > span:hover,
[class*="dark"] .pagination > li > a:focus,
[class*="dark"] .pagination > li > span:focus,
[class*="dark"] .pagination > .active > a,
[class*="dark"] .pagination > .active > span,
[class*="dark"] .pagination > .active > a:hover,
[class*="dark"] .pagination > .active > span:hover,
[class*="dark"] .pagination > .active > a:focus,
[class*="dark"] .pagination > .active > span:focus {
  border-color: #f27cae;
  background-color: #f27cae;
  color: #ffffff;
}
[class*="dark"] .thumbnail {
  background-color: transparent;
}
[class*="dark"] .thumbnail h3 a {
  color: #ffffff;
}
[class*="dark"] .thumbnail .caption {
  border-color: rgba(255, 255, 255, 0.15);
  background-color: transparent;
}
[class*="dark"] .progress {
  border-color: rgba(255, 255, 255, 0.15);
}
[class*="dark"] .panel-heading .panel-title > a.collapsed:hover,
[class*="dark"] .panel-heading .panel-title > a:hover {
  background-color: #ffffff;
  color: #4d4d4d;
}
[class*="dark"] .entry-meta .comments-link a {
  color: #ffffff;
}
[class*="dark"] .team-item,
[class*="dark"] .social-icons {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

/**dark section*/
.dark_section {
  background-color: #111111;
  color: #e2e2e2;
}

/**darkgrey section*/
.darkgrey_section {
  background-color: #4d4d4d;
  color: #e2e2e2;
}
.darkgrey_section .section_header + p {
  color: #000000 !important;
}

.darkgrey_section.darkgrey_lighter {
  background-color: #555555;
}

/**color section*/
.color_section.main_color2 {
  background-color: #f27cae;
}

.color_section {
  background-color: #20bbe9;
  color: #ffffff;
}
.color_section h1,
.color_section h2,
.color_section h3,
.color_section h4,
.color_section h5,
.color_section h6 {
  color: #ffffff;
}
.color_section h1 a,
.color_section h2 a,
.color_section h3 a,
.color_section h4 a,
.color_section h5 a,
.color_section h6 a {
  color: #ffffff;
}
.color_section h1 a:hover,
.color_section h2 a:hover,
.color_section h3 a:hover,
.color_section h4 a:hover,
.color_section h5 a:hover,
.color_section h6 a:hover {
  color: #abe5f7;
}
.color_section a {
  color: #ffffff;
}
.color_section a:hover {
  color: #abe5f7;
}
.color_section blockquote, .color_section .blockquote {
  border-color: #4ec9ee;
}
.color_section .theme_button {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #4d4d4d;
}
.color_section .theme_button:hover, .color_section .theme_button:focus {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
  color: #ffffff;
}
.color_section .theme_button.inverse {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.color_section .theme_button.inverse:hover, .color_section .theme_button.inverse:focus {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
  color: #ffffff;
}
.color_section .with_background {
  background-color: #2ebfea;
}
.color_section .with_border {
  border-color: #4ec9ee;
}
.color_section.with_top_border .container:before, .color_section.with_bottom_border .container:after {
  background-color: #4ec9ee;
}
.color_section .section_header:before {
  background-color: #4ec9ee;
}
.color_section #response,
.color_section .highlight {
  color: #4d4d4d;
}
.color_section a[class^="socialico-"]:before {
  color: #ffffff;
}

/*
**boxed layout
*/
body.boxed {
  position: static;
  width: auto;
  height: auto;
}

body.pattern1 {
  background-image: url(../img/pattern1.png);
}

body.pattern2 {
  background-image: url(../img/pattern2.png);
}

body.pattern3 {
  background-image: url(../img/pattern3.png);
}

body.pattern4 {
  background-image: url(../img/pattern4.png);
}

.boxed .container {
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.boxed #box_wrapper.container {
  padding: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

/*
animated elements
*/
.to_animate {
  visibility: hidden;
}

.animated {
  /*IE7 fix*/
  visibility: visible !important;
}

/*
**template styles
*/
#box_wrapper, #land {
  overflow: visible;
  position: relative;
}

#topline {
  background-color: #ffffff;
}
#topline #searchform {
  position: absolute;
  right: 0;
  top: 0;
}
#topline #searchform #search {
  background-color: transparent;
  z-index: 3;
  padding: 6px 40px 6px 10px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 60px;
  height: 60px;
}
#topline #searchform #search:focus {
  width: 230px;
  background-color: #ffffff;
}
#topline #searchform .theme_button {
  z-index: 1;
  padding: 18px 20px 18px 0;
}
#topline #social {
  border-bottom: 1px solid #f2f2f2;
}
#topline a[class^="socialico-"] {
  opacity: 0.3;
}
#topline a[class^="socialico-"]:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  #topline {
    text-align: center !important;
  }
}
#header {
  background-color: #4d4d4d;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  height: 60px;
  z-index: 1000;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

#social {
  margin: 0;
}
#social a[class^="socialico-"] {
  padding-right: 59px;
  line-height: 59px;
  height: 59px;
  margin-right: 0;
}
#social a[class^="socialico-"]:before {
  line-height: 59px;
  height: 59px;
  width: 59px;
}

a.logo {
  display: inline-block;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #4d4d4d;
  padding: 15px 0;
  word-break: break-word;
}
@media (max-width: 500px) {
  a.logo {
    font-size: 24px;
    min-height: 60px;
  }
}
a.logo > span {
  display: none;
}
#social + a.logo {
  margin: 26px 0;
}
#bottomlogo a.logo > strong, #social + a.logo > strong {
  font-size: 50px;
  letter-spacing: 0.2em;
}
@media (max-width: 500px) {
  #bottomlogo a.logo > strong, #social + a.logo > strong {
    font-size: 24px;
  }
}
#bottomlogo a.logo > span, #social + a.logo > span {
  font-size: 16px;
  letter-spacing: 0.2em;
  display: block;
  max-width: 300px;
  margin: 12px auto 5px;
}
#bottomlogo a.logo > span {
  color: #ffffff;
}
#bottomlogo a.logo:hover {
  color: #4d4d4d;
}

/*flexslider mainslider styles*/
#mainslider {
  position: relative;
}
#mainslider .slide_description_wrapper {
  padding: 40px 0;
  background-color: #20bbe9;
}
@media (max-width: 1199px) {
  #mainslider .slide_description_wrapper {
    text-align: center !important;
  }
}
#mainslider p:first-child {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #4d4d4d;
}
#mainslider h3 {
  font-size: 40px;
  line-height: 0.9;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 2px;
  padding: 0 0 2px;
}
#mainslider .slider_quote {
  background-color: #ffffff;
  padding: 0 20px 0 0;
}
#mainslider .slider_quote h4 {
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
#mainslider .slider_quote h4 + p {
  padding: 0 20px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 16px;
}
#mainslider .slider_quote blockquote {
  color: #000000;
  border: none;
}
@media (min-width: 992px) {
  .boxed #mainslider .slider_quote {
    display: none;
  }
}
#mainslider .theme_button {
  margin: 20px 0 30px;
}
#mainslider .flex-control-nav {
  width: auto;
  right: 40px;
  bottom: 50%;
}
#mainslider .flex-control-nav li {
  display: block;
  margin: 10px 0;
}

@media (min-width: 1200px) {
  #mainslider .slide_description_wrapper {
    position: absolute;
    top: 14%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    padding: 0;
  }
  #mainslider h3 {
    font-size: 60px;
  }
}
@media (min-width: 1600px) {
  #mainslider h3 {
    font-size: 100px;
  }
  #mainslider .theme_button {
    margin: 30px 0 60px;
  }
}
#breadcrumbs h1 {
  display: inline;
  font-size: 60px;
}

@media screen and (max-width: 991px) {
  #breadcrumbs h1 {
    font-size: 40px;
  }
}
#folio {
  overflow: hidden;
}

#subscribe .form-inline {
  max-width: 370px;
  margin: 25px auto 0;
}
#subscribe .form-inline p {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 20px 0 16px;
}

aside .widget a {
  color: #4d4d4d;
}

aside .widget a:hover {
  color: #20bbe9;
}

#partners-carousel {
  text-align: center;
  margin-bottom: 0;
}

#related-gallery-items-carousel {
  margin-top: 30px;
}

.page404 {
  background-image: url(../example/mainteam01.png);
}

#progress {
  background-image: url(../example/parallax/progress.jpg);
}

#services {
  background: url(../example/parallax/services.jpg) no-repeat 100% 0;
}

#recent {
  background: url(../example/parallax/recent.jpg) no-repeat 100% 0;
}

#skills {
  background: url(../example/parallax/skills.jpg) no-repeat 100% 0;
}

#subscribe {
  background-image: url(../example/parallax/subscribe.jpg);
}

#contact {
  background-image: url(../example/parallax/map.jpg);
}

#recent .section_header {
  margin-bottom: 42px;
}

#recent > img {
  z-index: 3;
  position: relative;
  right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #recent > img {
    position: absolute;
    top: 20%;
    max-width: 60%;
  }
}
@media (min-width: 992px) {
  #recent > img {
    position: absolute;
    top: -30px;
    max-width: 60%;
  }
}

#copyright a {
  color: #f27cae;
}
#copyright a:hover {
  color: #000000;
}

#map {
  height: 500px;
}
#map img {
  max-width: inherit;
}
#map h3 {
  margin-top: 0;
}
#map p {
  line-height: 1.3;
}

/*
**main menu (min 768px) styles
*/
@media (min-width: 768px) {
  /* menu layout */
  .sf-menu, .sf-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .sf-menu li {
    position: relative;
  }

  .sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    z-index: 99;
  }

  .sf-menu > li > ul {
    left: -50%;
    margin-left: 17px;
  }

  .sf-menu li:hover > ul,
  .sf-menu li.sfHover > ul {
    display: block;
  }

  .sf-menu a {
    display: block;
    position: relative;
  }

  .sf-menu ul ul {
    top: -7px;
    left: 100%;
  }

  /* menu skin */
  .sf-menu {
    text-align: center;
  }

  .sf-menu ul {
    text-align: center;
    list-style: none;
    padding: 7px 0;
    background-color: #ffffff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    min-width: 12em;
    /* allow long menu items to determine submenu width */
    *width: 12em;
    /* no auto sub width for IE7, see white-space comment below */
  }

  .sf-menu a {
    font-weight: 400;
    padding: .75em 1.1em;
    text-decoration: none;
    zoom: 1;
    /* IE7 */
  }

  .sf-menu li {
    white-space: nowrap;
    /* no need for Supersubs plugin */
    *white-space: normal;
    /* ...unless you support IE7 (let it wrap) */
    -webkit-transition: background .2s;
    transition: background .2s;
  }

  .sf-menu > li {
    display: inline-block;
    padding: 0 0;
    position: relative;
  }

  .sf-menu > li + li:before {
    content: '';
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.15);
  }

  .sf-menu > li > a {
    padding: 15px 30px 15px 34px;
    color: #f27cae;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .sf-menu > li > a:hover,
  .sf-menu > li.active > a {
    color: #20bbe9;
  }

  .sf-menu ul a {
    color: #4d4d4d;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .sf-menu ul > li + li:before {
    position: absolute;
    content: '';
    height: 1px;
    left: 30px;
    right: 30px;
    background-color: #f2f2f2;
  }

  .sf-menu ul a:hover,
  .sf-menu ul li.active a {
    color: #20bbe9;
  }

  .affix-top .sf-menu > li > a [class*='icon'] {
    display: block;
    font-size: 1.9em;
    line-height: 1em;
    padding: 0;
    top: 0;
    text-align: center;
  }

  .sf-menu ul ul {
    border-top: 0;
  }

  .sf-menu li:hover,
  .sf-menu li.sfHover {
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
  }

  /*** arrows (for all except IE7) **/
  /* styling for both css and generated arrows */
  .sf-arrows .sf-with-ul:after {
    font-family: 'fontello';
    content: '\e82e';
    padding-left: 7px;
  }

  /*top menu level*/
  /* styling for right-facing arrows */
  .sf-arrows ul .sf-with-ul:after {
    content: '\e830';
  }

  #header.desktop-hide {
    top: -60px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .sf-menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#toggle_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 1001;
  visibility: visible;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  -webkit-transition: background 0.3s, border-color 0.3s ease-in-out 0s;
  -moz-transition: background 0.3s, border-color 0.3s ease-in-out 0s;
  -o-transition: background 0.3s, border-color 0.3s ease-in-out 0s;
  -ms-transition: background 0.3s, border-color 0.3s ease-in-out 0s;
  transition: background 0.3s, border-color 0.3s ease-in-out 0s;
}
#toggle_menu:hover, #toggle_menu.header-hidden {
  background-color: #20bbe9;
  border-color: #20bbe9;
}
#toggle_menu:hover span,
#toggle_menu:hover span:before,
#toggle_menu:hover span:after, #toggle_menu.header-hidden span,
#toggle_menu.header-hidden span:before,
#toggle_menu.header-hidden span:after {
  background-color: #ffffff;
}
#toggle_menu span,
#toggle_menu span:before,
#toggle_menu span:after {
  display: block;
  width: 16px;
  height: 2px;
  position: absolute;
  background-color: #4d4d4d;
  content: '';
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#toggle_menu span {
  left: 22px;
  top: 50%;
  margin-top: -1px;
}
#toggle_menu span:before {
  top: -4px;
}
#toggle_menu span:after {
  top: 4px;
}

/*
**main menu mobile styles
*/
@media (max-width: 767px) {
  #header {
    height: 0;
  }
  #header .mobile-active {
    position: fixed;
    bottom: 0;
  }

  #mainmenu_wrapper {
    /*position: relative;*/
    position: fixed;
    visibility: hidden;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    opacity: 0;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
  }

  .mobile-active #mainmenu_wrapper {
    visibility: visible;
    opacity: 1;
    background-color: #111;
    background-color: rgba(0, 0, 0, 0.9);
  }

  #toggle_menu {
    top: 0;
  }
  #toggle_menu.sticked, #toggle_menu.sticked.header-hidden {
    background-color: rgba(0, 0, 0, 0.4);
  }
  #toggle_menu.mobile-active {
    background-color: #ffffff !important;
    border: none;
    left: auto;
    right: 0;
  }
  #toggle_menu.mobile-active:after {
    position: absolute;
    top: 14px;
    left: 10px;
    font-family: 'rt-icons';
    content: "\e602";
    font-size: 40px;
    color: #4d4d4d;
  }
  #toggle_menu.mobile-active span {
    display: none;
  }

  .nav-justified > li > a {
    text-align: left;
  }

  .sf-menu {
    position: fixed;
    overflow: auto;
    background-color: #ffffff;
    width: auto;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    padding: 20px;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 900;
    word-wrap: break-word;
    text-align: left;
  }

  .sf-menu a {
    color: #4d4d4d;
  }

  .sf-menu ul {
    list-style: none;
    padding-left: 10px;
  }

  .sf-menu ul li a {
    display: block;
    padding: 10px;
    font-weight: normal;
    text-transform: none;
  }

  .sf-menu ul li a:before {
    content: '-';
    padding-right: 5px;
  }

  .sf-menu ul ul li a:before {
    content: '--';
    padding-right: 5px;
  }

  /*** arrows (for all except IE7) **/
  .sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em;
    /* no CSS arrows for IE7 (lack pseudo-elements) */
  }

  /* styling for both css and generated arrows */
  .sf-arrows .sf-with-ul:after {
    font-family: 'fontello';
    content: '\e82e';
    position: absolute;
    right: 1.44em;
    height: 0;
    width: 0;
    font-size: 20px;
  }

  /*top menu level*/
  .sf-arrows .sfHover > a,
  .sf-arrows .sfHover > a:hover {
    color: #ffffff;
    background-color: #4d4d4d;
  }
}
@media (max-width: 400px) {
  .sf-menu {
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    padding: 15px 5px;
  }
}
/*
**blog
*/
.blog article + article {
  margin-top: 71px;
}

.blog .post-content, .blog .entry-content {
  text-align: center;
}

.with-share-buttons {
  padding-left: 40px;
  position: relative;
}

.post-share-buttons {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #f2f2f2;
}
.blog-single .post-share-buttons, .event-single .post-share-buttons {
  left: -42px;
}
.post-share-buttons a, .post-share-buttons a:before {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  line-height: 40px;
}
.post-share-buttons a + a {
  border-top: 1px solid #f2f2f2;
}

@media (min-width: 1200px) {
  .right-sidebar [class*="col-"] > article,
  .right-sidebar [class*="col-"] > .topmargin40 {
    margin-right: 100px;
  }

  .left-sidebar [class*="col-"] > article,
  .left-sidebar [class*="col-"] > .topmargin40 {
    margin-left: 100px;
  }
}
.entry-title {
  margin-top: 0;
  font-size: 30px;
}

.blog .entry-header,
.blog-single .entry-header,
.event-single .entry-header {
  border: 1px solid #f2f2f2;
}

iframe + .entry-header {
  margin-top: -7px;
}

.entry-meta {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.entry-meta > span {
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .entry-meta {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
  }
  .entry-meta > span {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    padding: 13px 0;
  }
  .entry-meta > span + span {
    border-left: 1px solid #f2f2f2;
  }
}

.comment-meta:before,
.comment-meta:after {
  display: block;
  clear: both;
  content: '';
  width: 0;
  height: 0;
}

.entry-meta .comments-link a {
  color: #4d4d4d;
}

.entry-thumbnail {
  text-align: center;
  position: relative;
}

.entry-thumbnail img {
  background-color: #ffffff;
}

.entry-thumbnail[class*='col-'] {
  margin-bottom: 0;
}

.entry-tags {
  padding: 14px 0 0;
  margin-bottom: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/*icons in posts*/
.tags-links a:before,
.comments-link a:before,
.date time:before,
.author a:before,
.item-likes:before,
.categories-links:before {
  font-family: 'rt-icons';
  content: "\e64d";
  color: #20bbe9;
  font-size: 16px;
  position: relative;
  top: 1px;
}

.entry-tags a:first-child:before {
  padding-left: 0;
}

.tags-links a:before {
  content: "\e687";
  padding: 0 18px 0 12px;
}

.item-likes:before {
  content: "\e677";
  padding: 0 18px 0 12px;
}

.author a:before {
  content: "\e680";
  padding: 0 18px 0 12px;
}

.categories-links:before {
  content: "\e6f9";
  padding: 0 10px 0 12px;
}

.date time:before {
  content: "\e673";
  padding: 0 20px 0 2px;
}

.comments-link a:before {
  padding: 0 10px 0 24px;
  content: "\e6e1";
}

/*blog grid*/
.blog-grid {
  text-align: center;
  padding-bottom: 30px;
}
.blog-grid .entry-title {
  margin-bottom: 25px;
}

.blog-grid-post-meta {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #4d4d4d;
  margin: 30px 0 0;
  padding-top: 30px;
}

.post-content {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: none;
  padding: 35px 34px 30px;
}

.post-button {
  margin: 33px 0 18px;
}
.post-button a {
  padding-left: 32px;
  padding-right: 32px;
}

.blog-item {
  position: relative;
}
.blog-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.blog-item:hover:before {
  display: block;
  opacity: 0.3;
}
.blog-item .blog-item-info {
  position: absolute;
  bottom: 24px;
  left: 45px;
}
.blog-item .blog-item-info h3 {
  font-size: 40px;
}
.blog-item .blog-item-info a {
  color: #ffffff;
}
.blog-item .blog-item-info a:hover {
  color: #20bbe9;
}
.blog-item .blog-item-info p {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.2em;
}

/*blog single*/
.blog-single .entry-tags {
  margin: 10px 0 40px;
}
.blog-single article.post .entry-title {
  font-size: 50px;
  margin-bottom: 22px;
}
.blog-single .entry-thumbnail {
  margin-bottom: 32px;
}

.entry-excerpt {
  color: #4d4d4d;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 30px;
  padding-bottom: 11px;
  margin-bottom: 21px;
}

.st_facebook_hcount,
.st_twitter_hcount,
.st_googleplus_hcount {
  position: relative;
  text-align: right;
}

.st_facebook_hcount span,
.st_twitter_hcount span,
.st_googleplus_hcount span {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}

.blog-single .entry-content {
  margin-bottom: 40px;
}

/* common side item */
.side-item {
  border: 1px solid #f2f2f2;
}

.item-content {
  margin: 34px 40px;
}

.item-media {
  margin: -1px 0 0 -1px;
}

@media (min-width: 768px) {
  .side-item .entry-header {
    border-width: 0 1px 1px 0;
    margin-left: -30px;
  }
  .side-item .entry-header .date time:before,
  .side-item .entry-header .author a:before,
  .side-item .entry-header .item-likes:before {
    display: block;
    padding: 0;
  }

  .item-content.left {
    margin-right: 0;
  }

  .item-content.right {
    margin-left: 0;
  }
}
/* events */
.events-grid .entry-tags {
  padding-top: 19px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.events-grid .entry-tags [class*='icon'] {
  font-size: 20px;
  position: relative;
  top: 0.2em;
  padding-right: 0.5em;
}
.events-grid .entry-tags span + span {
  padding-left: 20px;
}

.events-grid + .events-grid {
  margin-top: 30px;
}

.event-single .entry-title {
  font-size: 50px;
  margin-bottom: 22px;
}

/*comments*/
.comments-area {
  margin-top: 76px;
}
.comments-area h2 {
  font-size: 30px;
  text-transform: uppercase;
}
.comments-area li {
  list-style: none;
  padding-top: 30px;
}

.comments-area .media-object {
  max-width: 80px;
}

.comment-list {
  margin: 0;
  padding: 0;
  position: relative;
}
.comment-list ol {
  padding-left: 30px;
}
.comment-list article:after {
  content: '';
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
  .comment-list ol {
    padding-left: 100px;
  }
}
@media (min-width: 768px) {
  .entry-thumbnail.col-sm-5 {
    padding-right: 0;
  }
}
.comments-area .media-body {
  padding: 0 0 8px 0;
  margin-bottom: 7px;
}

.comment-meta {
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.comment-meta .comment-date {
  display: block;
  margin-top: 4px;
}

.reply {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  margin: -10px 0 10px;
}
.reply a {
  color: #f27cae;
}

.comment-respond {
  margin-top: 80px;
}
.comment-respond h3 {
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 46px;
}
.comment-respond p {
  margin-bottom: 10px;
}

.comment-form .theme_button {
  padding-left: 67px;
  padding-right: 67px;
}

.comment-form .theme_button + .theme_button {
  padding-left: 63px;
  padding-right: 63px;
}

/*
**widgets
*/
.module-header {
  margin: 0 0 20px;
  text-transform: uppercase;
}

.widget label[for],
.comment-form label[for], .contact-form label[for] {
  display: none;
}

.widget > h3,
.widget .widget-title {
  text-transform: uppercase;
  font-size: 30px;
  margin: 0 0 28px;
  position: relative;
}

aside .widget + .widget {
  margin-top: 43px;
}

.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_flickr ul,
.widget_twitter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
widget_search,
widget_mailchimp
*/
.widget_search .form-inline,
.widget_mailchimp .form-inline {
  position: relative;
}

.widget_search .form-inline .form-group,
.widget_mailchimp .form-inline .form-group {
  display: block;
  vertical-align: top;
  position: relative;
}

.widget_search input[type="text"],
.widget_mailchimp input[type="email"] {
  padding-right: 50px;
  display: block;
  width: 100%;
}

.widget_search .theme_button,
.widget_mailchimp .theme_button {
  font-size: 0;
  padding: 8px 10px;
}

.widget_search .theme_button,
.widget_mailchimp .theme_button {
  position: absolute;
  right: 0;
  top: 1px;
  background-color: transparent !important;
  border-color: transparent !important;
  color: #4d4d4d !important;
}
.widget_search .theme_button:before,
.widget_mailchimp .theme_button:before {
  font-size: 16px;
  content: "\e68d";
  font-family: 'rt-icons';
}

.widget_mailchimp .theme_button:before {
  content: "\e6aa";
}

/*
widget_recent_entries
widget_recent_comments
widget_archive
widget_categories
widget_meta
widget_nav_menu
widget_pages
*/
.widget_recent_comments li {
  padding: 15px 0;
}

.widget_recent_comments li:first-child {
  padding-top: 0;
}

.widget_recent_comments li:before {
  font-family: 'rt-icons';
  content: "\e674";
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 2px;
  padding-right: 10px;
  color: #4d4d4d;
}

.widget_recent_entries li {
  padding: 15px 0 15px 40px;
}

.widget_recent_entries .post-date {
  margin-bottom: 0;
}

.widget_recent_entries li:first-child {
  padding-top: 0;
}

.widget_recent_entries li:before {
  font-family: 'rt-icons';
  content: "\e714";
  font-size: 24px;
  line-height: 1;
  position: absolute;
  top: 21px;
  left: 0;
  padding-right: 10px;
  color: #4d4d4d;
}

.widget_recent_entries li:first-child:before {
  top: 5px;
}

.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a {
  display: block;
  padding: 9px 0 10px 30px;
  position: relative;
}

.widget_archive a:before,
.widget_categories a:before,
.widget_meta a:before,
.widget_nav_menu a:before,
.widget_pages a:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #f27cae;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}

.widget_archive span,
.widget_categories span {
  display: none;
}

.widget_archive li:first-child span,
.widget_categories li:first-child span {
  margin-top: -14px;
}

.widget_nav_menu ul ul {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-left: 20px;
}

.widget_nav_menu ul ul li:first-child a {
  padding-top: 15px;
}

@media (min-width: 768px) {
  #copyright .widget_nav_menu li, #topmenu .widget_nav_menu li {
    display: inline-block;
    position: relative;
    border: none;
    padding-right: 5px;
  }
  #copyright .widget_nav_menu li:before, #topmenu .widget_nav_menu li:before {
    content: '';
    position: absolute;
    padding: 0;
    left: -5px;
    top: 5px;
    bottom: 5px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.05);
    opacity: 0.3;
    display: block;
  }
  #copyright .widget_nav_menu li:first-child:before, #topmenu .widget_nav_menu li:first-child:before {
    display: none;
  }
  #copyright .widget_nav_menu a, #topmenu .widget_nav_menu a {
    padding: 0 10px;
  }
  #copyright .widget_nav_menu a:before, #topmenu .widget_nav_menu a:before {
    display: none;
  }
}
/*widget_tag_cloud*/
.widget_tag_cloud a {
  margin: 0 26px 0 0;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
aside .widget_tag_cloud a {
  color: #000000;
}

.widget_tag_cloud a:hover {
  color: #f27cae;
}

/*widget_flickr*/
.widget_flickr ul {
  padding-top: 7px;
}
.widget_flickr li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.widget_flickr img {
  max-width: 80px;
  border-radius: 1px;
}

/*widget_popular_entries*/
.widget_popular_entries p {
  margin-bottom: 0;
}
.widget_popular_entries .media-heading {
  line-height: 1;
  margin-bottom: 14px;
  color: #4d4d4d;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.widget_popular_entries .media-object {
  max-width: 80px;
}
.widget_popular_entries li {
  margin-top: 2px;
  padding: 25px 0 18px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.widget_popular_entries li:first-child {
  padding-top: 8px;
}

/*widget_calendar*/
#calendar_wrap {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 26px 24px 0;
}

.widget_calendar table {
  font-size: 14px;
  line-height: 26px;
  width: 100%;
  border: none;
}
.widget_calendar caption {
  line-height: 1;
  text-transform: uppercase;
  font-size: 30px;
  padding: 8px 4px 18px;
  text-align: center;
  color: #4d4d4d;
}
.widget_calendar tfoot td {
  padding: 24px 0 36px;
}
.widget_calendar tfoot td a {
  position: relative;
  top: 1px;
  color: #4d4d4d;
  text-align: center;
  font-size: 0;
  width: 40px;
  height: 40px;
  border: 2px solid #4d4d4d;
  display: inline-block;
  line-height: 38px;
}
.widget_calendar tfoot td a:hover {
  color: #ffffff;
  background-color: #f27cae;
  border-color: #f27cae;
}
.widget_calendar th {
  font-weight: normal;
  padding: 0 6px;
  text-align: center;
}
.widget_calendar td {
  text-align: center;
  padding: 0 6px;
  vertical-align: top;
}
.widget_calendar tbody td {
  font-size: 20px;
  border: none;
  padding: 1px 4px;
  position: relative;
}
.widget_calendar tbody td a {
  font-weight: 700;
  color: #20bbe9;
}
.widget_calendar #prev {
  text-align: right;
}
.widget_calendar #prev a {
  margin-right: -10px;
}
.widget_calendar #prev a:before {
  font-size: 20px;
  font-family: 'fontello';
  content: '\e840';
}
.widget_calendar #next {
  text-align: left;
}
.widget_calendar #next a {
  margin-left: -11px;
}
.widget_calendar #next a:after {
  font-size: 20px;
  font-family: 'fontello';
  content: '\e841';
}

/*widget_twitter*/
.tweet_avatar {
  float: left;
}

.tweet_right {
  overflow: hidden;
  zoom: 1;
  margin-left: 60px;
}

.tweet_list li + li {
  margin-top: 10px;
  clear: both;
}

.tweet_list li + li .tweet_right {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.tweet_list li + li .tweet_right, .tweet_list li + li .tweet_avatar {
  padding-top: 10px;
}

/*
**shortcodes
*/
.teaser {
  text-align: center;
}
.teaser h4 {
  font-size: 30px;
  margin: 16px 0 18px;
}
.teaser h3 {
  position: relative;
  margin-bottom: 10px;
}
.teaser h2 {
  font-size: 50px;
  font-weight: 700;
  margin: 20px 0 13px;
}
.teaser h2 + p {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 0;
  color: #4d4d4d;
}
.teaser .teaser_button {
  margin: 42px 0 0;
}

.teaser_icon i {
  font-size: 64px;
  color: #4d4d4d;
  display: inline-block;
}

[class*="teaser"] i {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.teaser:hover i {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.side_teaser h3 {
  font-size: 30px;
  margin-bottom: 14px;
}
.side_teaser .pull-left + .media-body {
  padding-left: 10px;
}
.side_teaser .pull-right + .media-body {
  padding-right: 10px;
  text-align: right;
}

.side_teaser i,
.square_teaser i {
  text-align: center;
  font-size: 32px;
  line-height: 60px;
  display: inline-block;
  width: 60px;
  height: 60px;
  position: relative;
  top: -2px;
  background-color: #20bbe9;
  color: #ffffff;
}

.side_teaser:hover i,
.square_teaser:hover i {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.square_teaser {
  text-align: center;
}
.square_teaser h4 {
  font-size: 30px;
  margin: 22px 0 14px;
}

.big_icon i {
  top: 0;
  font-size: 48px;
  height: 100px;
  width: 100px;
  line-height: 100px;
}
.big_icon .counter {
  margin: 31px 0 3px;
  font-size: 60px;
}
.big_icon .counter:first-letter {
  font-weight: 900;
}

/*horizontal teaser*/
.side_teaser.table_section {
  margin-top: 26px;
}
.side_teaser.table_section h3 {
  font-size: 50px;
}
.side_teaser.table_section h3:first-letter {
  color: #20bbe9;
  font-weight: 900;
}
.side_teaser.table_section h4 {
  color: inherit;
  font-size: 30px;
}
.side_teaser.table_section + .side_teaser.table_section {
  margin-top: 70px;
}
.side_teaser.table_section i {
  font-size: 48px;
  height: 100px;
  width: 100px;
  line-height: 100px;
}

@media (min-width: 768px) {
  .side_teaser.table_section [class*="col-"] * {
    margin: 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  .side_teaser.table_section [class*="col-"] * {
    text-align: center !important;
  }
}
.side_teaser_small i {
  font-size: 32px;
  color: #f27cae;
}
.side_teaser_small h3 {
  font-size: 20px;
  margin-bottom: 2px;
}
.side_teaser_small p {
  font-style: italic;
}

.teaser.with_counter p.counter {
  font-size: 54px;
  margin: 26px 0;
}
.teaser.with_counter h2.counter {
  min-height: 40px;
}

.testimonials-carousel {
  padding: 0 0 20px;
}
.testimonials-carousel h4 {
  margin: 0 0 6px;
}
.testimonials-carousel h4 + p {
  margin-bottom: 0;
}
.testimonials-carousel .carousel-indicators {
  bottom: -16px;
}
.testimonials-carousel .carousel-control {
  display: none;
}
.testimonials-carousel .media + p {
  position: relative;
  padding: 10px 16px;
  background-color: #f5f5f5;
}
.testimonials-carousel .media:after {
  content: '';
  display: block;
  clear: both;
}
.testimonials-carousel .media + p:before,
.testimonials-carousel .media + p:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-style: solid;
  border-width: 18px 0 0 18px;
  border-color: rgba(0, 0, 0, 0.05) transparent transparent transparent;
}
.testimonials-carousel .media + p:after {
  left: auto;
  right: 0;
  border-style: solid;
  border-width: 18px 18px 0 0;
}
.testimonials-carousel .media-object {
  max-width: 80px;
  margin-bottom: 10px;
}
.testimonials-carousel .carousel-indicators li {
  border-color: #20bbe9;
}
.testimonials-carousel .carousel-indicators li.active {
  background-color: #20bbe9;
}

/*thumbnail*/
.thumbnail {
  position: relative;
  text-align: center;
  border-radius: 0;
  padding: 0;
  border: none;
  overflow: hidden;
  background-color: #ffffff;
}
.thumbnail h3 {
  font-size: 20px;
  margin-bottom: 6px;
  color: #4d4d4d;
}
.thumbnail h3 a {
  color: inherit;
}
.thumbnail h3 a:hover {
  color: #20bbe9;
}
.thumbnail .caption {
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: inherit;
  background-color: #ffffff;
  padding: 9px 20px;
}

/* team side item */
.team-item {
  border: 1px solid #f2f2f2;
}
.team-item:after {
  content: '';
  display: block;
  clear: both;
}
.team-item.color_section {
  border: none;
}
.team-item .team-item-description {
  padding: 40px 48px;
  text-align: center;
}
.team-item h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0 0 14px;
}
.team-item.color_section h3 {
  color: #4d4d4d;
}
.team-item .team-job {
  text-transform: uppercase;
  margin: 0 0 -4px;
  font-size: 16px;
  letter-spacing: 0.2em;
}
.team-item a[class^="socialico-"]:before {
  color: #ffffff;
  opacity: 0.6;
}
.team-item a[class^="socialico-"]:before:hover {
  opacity: 1;
}

.social-icons {
  margin: 2px 0 10px;
}
.gallery-post .social-icons {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid #f2f2f2;
}

@media (min-width: 1200px) {
  .team-item {
    overflow: hidden;
  }

  .team-item-image {
    overflow: hidden;
    margin-top: 0;
    position: relative;
  }
  [class*="-side-item"] .team-item-image {
    max-width: 270px;
  }
  [class*="-side-item"].color_section .team-item-image:after {
    left: 87%;
    top: -50%;
    height: 200%;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.3);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    background-color: #20bbe9;
  }
  .color_section.main_color2 .team-item-image:after {
    background-color: #f27cae;
  }

  .left-side-item {
    max-height: 270px;
  }
  .left-side-item .team-item-description {
    text-align: left;
    padding-right: 0;
  }
  .left-side-item .team-item-image {
    float: right;
  }
  .left-side-item.color_section .team-item-image:after {
    left: auto;
    right: 87%;
  }

  .right-side-item {
    max-height: 270px;
  }
  .right-side-item .team-item-description {
    text-align: right;
    padding-left: 30px;
  }
  .right-side-item .team-item-image {
    float: left;
  }
}
/*vertical tabs*/
.vertical-tabs .nav > li > a {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 8px 15px;
  margin-bottom: 3px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 2em;
}
.vertical-tabs .nav > li.active a {
  color: #4d4d4d;
}

@media (min-width: 768px) {
  .vertical-tabs .nav {
    margin-right: -25px;
  }
  .vertical-tabs .nav > li.active {
    position: relative;
    z-index: 2;
  }
  .vertical-tabs .nav > li.active a:after,
  .vertical-tabs .nav > li.active a:before {
    display: block;
    content: '';
    width: 9px;
    border-left: 9px solid rgba(0, 0, 0, 0.05);
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    height: 0;
    position: absolute;
    right: -9px;
    top: 50%;
    margin-top: -9px;
  }
  .vertical-tabs .nav > li.active a:after {
    border-left-color: #fff;
    border-left-width: 7px;
  }
}
/*price tables*/
.price-table,
.price-table ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.price-table {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.plan-name {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #f5f5f5;
  padding: 20px 0;
}

.plan-name h3 {
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}

.plan-price {
  margin: 35px 0 25px;
  position: relative;
}
.plan-price span:first-child {
  font-size: 40px;
  position: absolute;
  background-color: #20bbe9;
  color: #ffffff;
  line-height: 70px;
  width: 70px;
  height: 70px;
  left: 50%;
  top: -10px;
  margin-left: -35px;
  opacity: 0.15;
  border-radius: 50%;
}
.plan-price span + span {
  font-size: 50px;
  line-height: 50px;
  position: relative;
  letter-spacing: -1px;
  display: block;
  color: #20bbe9;
}
.plan-price p {
  display: inline;
  color: #4d4d4d;
  font-size: 40px;
  margin-left: -4px;
  letter-spacing: -1px;
}
.plan-price span + span + p {
  font-size: 20px;
  text-transform: uppercase;
}

.features-list li {
  margin: 10px 30px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.features-list .enabled:before,
.features-list .disabled:before {
  font-family: 'rt-icons';
  content: "\e600";
  padding-right: 8px;
  color: #20bbe9;
}
.features-list .disabled:before {
  color: #4d4d4d;
  content: "\e602";
}

.call-to-action {
  margin: 30px 20px 30px;
}

.style2 {
  background-color: #f5f5f5;
}
.style2 .plan-name {
  background-color: #20bbe9;
}
.style2 .plan-name h3 {
  color: #ffffff;
}

/*contacts*/
.contact-form-respond {
  display: block;
  font-weight: 900;
}

.contact-form-respond:before {
  font-family: 'rt-icons';
  content: "\e600";
  padding-right: 10px;
}

.contact-form p {
  margin-bottom: 10px;
}

.contact-form .theme_button {
  padding-left: 58px;
  padding-right: 58px;
  margin: 4px;
}

.contact-form.transparent-background .form-control {
  background-color: transparent;
}

.contact-email {
  font-size: 40px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .contact-email {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
.border-paragraphs {
  margin: 30px 0 30px;
}
.border-paragraphs p {
  padding: 9px 0 10px;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.border-paragraphs p:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/*
**plugins
*/
/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
  margin-bottom: 80px;
  /* clearfix */
  /* fix */
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/* mouse grab icon */
.grabbing {
  cursor: url(../img/grabbing.png) 8 8, move;
}

.owl-theme {
  /* preloading images */
  /* Clickable class fix problem with hover on touch devices */
  /* Use it for non-touch hover action */
  /*
  *   Owl Carousel Owl Demo Theme 
  *   v1.3.3
  */
}
.owl-theme .owl-item.loading {
  min-height: 150px;
  background: url(../img/AjaxLoader.gif) no-repeat center center;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
.owl-theme .owl-controls {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -60px;
  text-align: center;
  /* Styling Pagination*/
  /* If PaginationNumbers is true */
  /* Styling Next and Prev buttons */
}
.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: 10px;
  height: 10px;
  margin: 5px 5px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
}
.owl-theme .owl-controls .owl-page.active span {
  top: 2px;
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 2px solid #ffffff;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #ffffff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  font-size: 0;
  color: transparent;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: #000000;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.owl-theme .owl-controls .owl-buttons div:hover {
  color: #ffffff;
  background-color: #4d4d4d;
}
.owl-theme .owl-controls .owl-buttons div:before {
  font-family: 'fontello';
  content: '\e803';
  font-size: 12px;
  line-height: 38px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:before {
  content: '\e804';
}

/*
fraction slider
*/
/* SLIDER STYLES */
.slider-wrapper {
  position: relative;
  width: 100%;
  /*padding-bottom: 8px;*/
}

.slider {
  position: relative;
  width: 100%;
  /*  height:400px; when responsive, comment this out */
  margin: 0 auto;
}

.fraction-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.fraction-slider .slide {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 800;
  overflow: hidden;
}

.fraction-slider .active-slide {
  z-index: 899;
}

.fraction-slider .fs_obj {
  display: none;
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 999;
}

.fraction-slider .fs_fixed_obj {
  z-index: 950;
  left: 0;
}

.fraction-slider .fs_obj * {
  position: relative;
}

.fs_loader {
  width: 100%;
  height: 400px;
  background: url(../img/fs.spinner.gif) center center no-repeat transparent;
}

/** CONTROLS **/
.fraction-slider .prev,
.fraction-slider .next {
  opacity: 0;
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  text-align: center;
  z-index: 960;
  top: 50%;
  margin-top: -30px;
  background-color: #ffffff;
  color: #4d4d4d;
}

.fraction-slider .prev:before,
.fraction-slider .next:before {
  content: '\e833';
  font-family: 'fontello';
}

.fraction-slider .next:before {
  content: '\e834';
}

.fraction-slider .prev {
  left: 10px;
}

.fraction-slider .prev:hover,
.fraction-slider .next:hover {
  background-color: #4d4d4d;
  color: #ffffff;
}

.fraction-slider .next {
  right: 10px;
}

.fraction-slider:hover .prev,
.fraction-slider:hover .next {
  opacity: 1;
}

/** PAGER **/
.fs-pager-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 10px;
  text-align: center;
  z-index: 9999;
  background-color: #20bbe9;
}

.fs-pager-wrapper a {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 4px solid #20bbe9;
  position: relative;
  top: -8px;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 5px 0 0;
}

.fs-pager-wrapper .active {
  background-color: #20bbe9;
}

.fraction-slider p {
  position: absolute;
  top: -200px;
  z-index: 8000;
  margin: 0;
  white-space: nowrap;
  line-height: 100%;
}

.fraction-slider blockquote {
  max-width: 30%;
  line-height: inherit !important;
}

/*
flexslider
*/
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

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

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0;
  position: relative;
  zoom: 1;
}

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

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

.flexslider .slides {
  zoom: 1;
}

/*.carousel li { margin-right: 5px; }*/
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  border: 2px solid #20bbe9;
  font-size: 0;
  color: transparent;
  text-align: center;
}

.flex-direction-nav .flex-prev {
  left: 10px;
}

.flex-direction-nav .flex-next {
  right: 10px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
  font-family: "fontello";
  font-size: 20px;
  content: '\e833';
  color: #4d4d4d;
  position: absolute;
  top: 5px;
  left: 12px;
}

.flex-direction-nav a.flex-next:before {
  content: '\e834';
  left: 14px;
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: 'rt-icons';
  font-size: 20px;
  display: inline-block;
  content: "\e6a2";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\e711";
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 16px;
  text-align: center;
  z-index: 10;
}

.flex-control-nav li {
  text-align: center;
  display: inline-block;
  width: 20px;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: #ffffff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: border 0.2s ease-in-out 0s;
  -moz-transition: border 0.2s ease-in-out 0s;
  -o-transition: border 0.2s ease-in-out 0s;
  -ms-transition: border 0.2s ease-in-out 0s;
  transition: border 0.2s ease-in-out 0s;
}

.flex-control-paging li a:hover {
  border-color: #20bbe9;
}

.flex-control-paging li a.flex-active {
  border: 2px solid #ffffff;
  background-color: transparent;
  width: 14px;
  height: 14px;
  position: relative;
  left: -2px;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*
prettyPhoto
*/
div.facebook .pp_expand {
  background: url(../img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_expand:hover {
  background: url(../img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract {
  background: url(../img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract:hover {
  background: url(../img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(../img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
  z-index: 3000;
}

div.facebook .pp_description {
  margin: 0 37px 0 0;
}

div.facebook .pp_loaderIcon {
  background: url(../img/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

div.facebook .pp_arrow_previous {
  background: url(../img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}

div.facebook .pp_arrow_next {
  background: url(../img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}

div.facebook .pp_nav {
  margin-top: 0;
}

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
  margin-top: -2px;
}

div.facebook .pp_nav .pp_play {
  background: url(../img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_nav .pp_pause {
  background: url(../img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_next:hover {
  background: url(../img/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.facebook .pp_previous:hover {
  background: url(../img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.pp_pic_holder a:focus {
  outline: none;
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}

.pp_content {
  height: 40px;
  min-width: 40px;
  overflow: hidden;
}

* html .pp_content {
  width: 40px;
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

.pp_content_container .pp_left {
  padding-left: 20px;
}

.pp_content_container .pp_right {
  padding-right: 20px;
}

.pp_content_container .pp_details {
  float: left;
  /*margin:10px 0 2px;*/
  padding: 7px 10px;
  background-color: #ffffff;
}

.pp_description {
  display: none;
  margin: 0;
}

.pp_social {
  float: left;
  margin: 0;
}

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: auto;
  overflow: hidden;
}

.pp_social .twitter {
  float: left;
}

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}

.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}

.pp_nav .pp_play, .pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}

a.pp_arrow_previous, a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}

.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}

.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

.pp_gallery ul a img {
  border: 0;
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

.pp_gallery li.default a {
  background: url(../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}

a.pp_next {
  background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

a.pp_previous {
  background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

a.pp_expand, a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}

a.pp_close {
  position: absolute;
  right: 6px;
  top: -16px;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}

#pp_full_res {
  line-height: 1 !important;
}

#pp_full_res .pp_inline {
  text-align: left;
}

#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}

div.ppt {
  color: #ffffff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}

.pp_top, .pp_bottom {
  height: 20px;
  position: relative;
}

* html .pp_top, * html .pp_bottom {
  padding: 0 20px;
}

.pp_top .pp_left, .pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_top .pp_middle, .pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}

.pp_top .pp_right, .pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_fade, .pp_gallery li.default a img {
  display: none;
}

/*
easy pie chart
*/
.chart {
  position: relative;
  display: inline-block;
  width: 270px;
  height: 270px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.percent {
  display: inline-block;
  padding-top: 103px;
  font-size: 80px;
  font-weight: 900;
  z-index: 2;
}

.percent:after {
  font-weight: 300;
  content: '%';
}

.angular {
  margin-top: 100px;
}
.angular .chart {
  margin-top: 0;
}

/* 
totop 
*/
#toTop {
  bottom: 5px;
  right: 5px;
  display: none;
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: fixed;
  text-decoration: none;
  z-index: 9999;
  font-size: 0;
  color: transparent;
  background-color: #f27cae;
}

#toTop:after {
  color: #ffffff;
  content: '\e825';
  font-size: 22px;
  line-height: 60px;
  font-family: 'fontello';
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#toTopHover, #toTop:hover {
  background-color: #20bbe9;
  bottom: 8px;
}

#toTop:hover:after {
  color: #ffffff;
}

#toTop:active, #toTop:focus {
  outline: medium none;
}

/* jQuery Countdown styles 2.0.0. */
#countdown:before,
#countdown:after {
  clear: both;
  display: table;
  content: ' ';
}

.countdown-rtl {
  direction: rtl;
}

.countdown-row {
  clear: both;
  display: block;
  padding: 20px 0;
  text-align: center;
}

.countdown-show1 .countdown-section {
  width: 98%;
}

.countdown-show2 .countdown-section {
  width: 48%;
}

.countdown-show3 .countdown-section {
  width: 32.5%;
}

.countdown-show4 .countdown-section {
  width: 24.5%;
}

.countdown-show5 .countdown-section {
  width: 19.5%;
}

.countdown-show6 .countdown-section {
  width: 16.25%;
}

.countdown-show7 .countdown-section {
  width: 14%;
}

.countdown-section {
  display: block;
  float: left;
  font-size: 1.1em;
  text-align: center;
}

.countdown-amount {
  font-size: 4em;
  color: #20bbe9;
  font-weight: 400;
}

.countdown-period {
  display: block;
}

.countdown-descr {
  display: block;
  width: 100%;
}

/*
isotope portfolio
*/
#isotope_container {
  margin-left: -16px;
  margin-right: -16px;
}

#isotope_filters,
.filters {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
#isotope_filters li,
.filters li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#isotope_filters a,
.filters a {
  margin: 0 20px 0;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #4d4d4d;
}
#isotope_filters a:hover, #isotope_filters a.selected, #isotope_filters a.active,
.filters a:hover,
.filters a.selected,
.filters a.active {
  color: #20bbe9;
}

#isotope_filters {
  margin: 13px 0 33px;
}

.blog-grid .isotope-item {
  margin-right: -1px;
}

.gallery-item {
  padding: 0;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  text-align: center;
}
.boxed .gallery-item {
  margin-left: -1px;
}

.gallery-item.padding-item {
  padding: 15px;
  margin-left: -1px;
}
.gallery-item.padding-item .gallery-image-links a:before {
  display: none;
}
.gallery-item.padding-item > div {
  position: relative;
  overflow: hidden;
}

.gallery-item-description {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 25px 25px 25px;
  text-align: center;
  z-index: 5;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.entry-thumbnail .gallery-item-description {
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
  padding: 0 40px 20px;
  letter-spacing: 0.2em;
  font-size: 16px;
  color: #ffffff;
}
.entry-thumbnail .gallery-item-description a {
  color: #ffffff;
}
.entry-thumbnail .gallery-item-description a i {
  font-size: 1em;
}
.entry-thumbnail .gallery-item-description a:hover {
  color: #20bbe9;
}

.gallery-item:hover .gallery-item-description {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.gallery-item .gallery-item-description h3 {
  margin: 0 40px 0px 40px;
  font-size: 40px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
@media (max-width: 1400px) {
  .gallery-item .gallery-item-description h3 {
    font-size: 24px;
  }
}
.gallery-item .gallery-item-description h3 a {
  color: #ffffff !important;
}
.gallery-item .gallery-item-description h3 a:hover {
  color: #20bbe9 !important;
}

.gallery-item .gallery-item-description p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.item-meta {
  margin: 10px 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 14px;
}
.item-meta a {
  color: #f27cae;
}

.gallery-item:hover .gallery-item-description h3,
.gallery-item:hover .gallery-item-description p {
  color: #ffffff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.gallery-classic-item-description {
  padding: 8px 10px 18px;
}

.gallery-item img {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gallery-image-links, .gallery-image-links:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.gallery-item:hover .gallery-image-links:before {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.gallery-item:hover .gallery-image-links {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.gallery-image-links a {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 16px;
  text-align: center;
}

.gallery-image-links a.p-link {
  display: none;
}

.classic-folio .gallery-image {
  position: relative;
}

.gallery-image-links a:before {
  position: absolute;
  color: #ffffff;
  top: 50%;
  margin-top: -10px;
  font-family: 'rt-icons';
  content: "\e68d";
}

/* single item */
.gallery-post {
  margin-bottom: 30px;
  text-align: center;
}
.gallery-post h1 {
  margin-top: 0;
}

.project-details h4 {
  margin-top: 0;
}
.project-details p span {
  font-weight: 700;
}
.project-details p + p {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 15px;
}
.project-details p:last-child {
  border: none;
}

/*
isotope animations
*/
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.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: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.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;
}