@import url(http://fonts.googleapis.com/css?family=Dosis:300,400);
/*
** Table Of Contents

**bootstrap overrides
**vertical margins and paddings
**general styles
**utilites
**styled lists
**icons
**buttons 
**common sections styles
**light section
**grey section
**darkgrey section
**dark section
**color section
**boxed layout
**template styles
**main menu (min 768px) styles
**main menu mobile styles
**blog
**widgets
**shortcodes
**plugins
  - Owl Carousel
  - BxSlider
  - Fraction Slider
  - FlexSlider
  - prettyPhoto
  - Easy pieChart
  - toTop
  - Isotope Portfolio

*/
/*
**bootstrap overrides
*/
/*5 columns for bootstrap*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/*breadcrumbs*/
.breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb > .active {
  color: inherit;
  opacity: 0.9;
}

/*pagination*/
.pagination > li > a,
.pagination > li > span {
  padding: 12px 18px;
  color: #7f7f7f;
  border-color: #e4e4e4;
  margin-left: 6px;
  border-width: 0;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #08B2C8;
  border-color: #08B2C8;
  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: #08B2C8;
  border-color: #08B2C8;
  color: #ffffff;
}

/*forms*/
.form-control {
  height: 42px;
  border-color: #e4e4e4;
  border-radius: 1px;
  color: #1D1D1D;
}

.form-control, .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control.invalid {
  -webkit-box-shadow: 0 0 0 2px #08B2C8;
  box-shadow: 0 0 0 2px #08B2C8;
}

.form-control:focus {
  border-color: #7f7f7f;
  color: #7f7f7f;
}

.form-control:-moz-placeholder {
  color: #7f7f7f;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #7f7f7f;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #7f7f7f;
}

.form-control::-webkit-input-placeholder {
  color: #7f7f7f;
}

.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;
}

/*carousel*/
.carousel {
  overflow: hidden;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  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-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: 20px;
  font-weight: 400;
  padding: 0;
  position: relative;
}
.panel-heading .panel-title > a {
  font-size: 18px;
  line-height: 1;
  display: block;
  padding: 17px 10px 17px 50px;
  border-radius: 0px;
  color: #ffffff;
  background-color: #343434;
  border-color: #08B2C8;
}
.panel-heading .panel-title > a.collapsed:hover,
.panel-heading .panel-title > a:hover {
  color: #ffffff;
  background-color: #343434;
  border-color: #343434;
}
.panel-heading .panel-title > a.collapsed {
  color: #ffffff;
  background-color: #08B2C8;
  border-color: #08B2C8;
}
.panel-heading .panel-title > a:after {
  font-family: 'FontAwesome';
  content: "\f056";
  position: absolute;
  font-size: 34px;
  left: 11px;
  top: 10px;
}
.panel-heading .panel-title > a.collapsed:after {
  content: "\f055";
}

.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: 3px;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  padding: 23px 20px 15px;
  margin-top: -3px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
}

/*progress bars*/
.progress {
  overflow: visible;
  height: 32px;
  position: relative;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f5f5f5;
  margin-left: 40px;
}

.progress-bar {
  background-color: #08B2C8;
  color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar span {
  position: absolute;
  font-size: 1.5em;
  left: -40px;
  top: 7px;
}

.alert {
  border-radius: 0;
  border-width: 2px;
}

/*nav*/
.nav > li > a {
  color: inherit;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: inherit;
}

/*tabs*/
.tab-content {
  padding: 0;
  border-radius: 0 0 0 0;
  background-color: #ffffff;
  padding: 20px 30px;
  border: 1px solid #e4e4e4;
}

.nav-tabs {
  border-bottom-color: transparent;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: -2px;
}

.nav-tabs > li > a {
  padding: 13px 20px;
  margin-right: 2px;
  margin-top: 0px;
  border: 1px solid #e4e4e4;
  border-radius: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-bottom-color: transparent;
  border-width: 2px;
  background-color: #ffffff;
  color: #343434;
}

/*bs buttons*/
.btn {
  padding: 14px 20px;
  text-transform: uppercase;
  margin: 0 2px 6px 0;
  border: none;
  border-radius: 2px;
  -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;
}

/*
**vertical margins and paddings
*/
section > .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.darkgrey_section + .darkgrey_section > .container,
.dark_section + .dark_section > .container,
.color_section + .color_section > .container,
.light_section + .light_section > .container,
.grey_section + .grey_section > .container {
  padding-top: 5px;
}

.darkgrey_section + .darkgrey_section[class*="with_"] > .container,
.dark_section + .dark_section[class*="with_"] > .container,
.color_section + .color_section[class*="with_"] > .container,
.light_section + .light_section[class*="with_"] > .container,
.grey_section + .grey_section[class*="with_"] > .container {
  padding-top: 70px;
}

.row + .row {
  margin-top: 20px;
}

section > .container > .row > [class*="col-"],
footer > .container > .row > [class*="col-"] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.table_section .container {
  height: 100%;
}

.table_section .row {
  display: table;
  height: 100%;
}

.table_section [class*="col-"] {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

@media screen and (max-width: 767px) {
  .table_section .row,
  .table_section [class*="col-"] {
    display: block;
    width: auto;
  }

  [class*="col-"] + [class*="col-"] {
    margin-top: 25px !important;
  }

  [class*="col-xs"] + [class*="col-xs"] {
    margin-top: 0 !important;
  }
}
.action_section > .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

#breadcrumbs > .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

#breadcrumbs.light_section + .light_section > .container-fluid,
#breadcrumbs.light_section + .light_section > .container {
  padding-top: 50px;
}


#pagination > .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer > .container {
  padding-top: 50px;
  padding-bottom: 30px;
}

#copyright > .container {
  padding-top: 18px;
  padding-bottom: 18px;
}

@media (max-width: 767px) {
  .container {
    max-width: 500px;
  }
}
/*
**general styles
*/
html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

::selection {
  color: #ffffff;
  background-color: #08B2C8;
}

::-moz-selection {
  color: #ffffff;
  background-color: #08B2C8;
}

body {
  font-family: 'Dosis', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  background-color: #ffffff;
  overflow: visible;
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1;
  font-weight: 400;
}

p {
  margin-bottom: 16px;
}

blockquote,
.blockquote {
  font-size: 14px;
  position: relative;
  margin: 20px 0;
  padding: 16px 16px 16px 30px;
  line-height: 1.6;
  border-left: 5px solid #08B2C8;
  font-style: italic;
}

blockquote h3 {
  font-size: 0.9em;
  font-style: normal;
}

blockquote h3:before,
blockquote h3:after {
  content: ' - ';
}

img {
  max-width: 100%;
}

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 {
  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;
}

hr {
  border-top-width: 2px;
}

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 20px 15px 0;
}

.with_background {
  padding: 20px;
  background-color: #f5f5f5;
}

.with_border {
  padding: 20px;
  border: 1px solid #e4e4e4;
}

#response,
.highlight {
  color: #08B2C8;
}

/*dividers*/
.divider20 {
  margin: 20px 0;
}

.divider40 {
  margin: 40px 0;
}

.topmargin0 {
  margin-top: 0;
}

/*vertical align*/
.display_table {
  display: table;
  width: 100%;
  height: 100%;
}

.display_table_cell {
  display: table-cell;
  vertical-align: middle;
}

/*
**styled lists
*/
ul.list1 {
  list-style: none;
  padding-left: 22px !important;
}

ul.list1 li {
  position: relative;
  padding: 4px 0 4px;
}

ul.list1 li:before {
  content: '';
  display: block;
  position: absolute;
  border: 2px solid;
  left: -19px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

ul.list2 {
  list-style: none;
  padding-left: 20px !important;
}

ul.list2 li {
  position: relative;
  padding: 6px 0 6px;
}

ul.list2 li:before {
  font-family: 'fontello';
  content: '\e82c';
  font-size: 28px;
  color: #08B2C8;
  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: #08B2C8;
  border-radius: 100%;
}

/*
**icons
*/
a[class^="socialico-"] {
  font-size: 0px !important;
  display: inline-block;
  position: relative;
  padding-right: 48px;
  line-height: 48px;
  vertical-align: top;
  margin-right: 5px;
}

a[class^="socialico-"]:before {
  display: inline-block;
  text-indent: 0;
  overflow: hidden;
  font-family: 'socialicoregular';
  font-size: 36px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 1px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin: 0;
  color: #08B2C8;
  border: 2px solid #08B2C8;
  -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: #ffffff !important;
  background-color: #08B2C8 !important;
  border-color: #08B2C8 !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:before {
  color: #507cbe !important;
  border-color: #507cbe !important;
}

a.socialico-twitter:before {
  color: #00abef !important;
  border-color: #00abef !important;
}

a.socialico-flickr:before {
  color: #ff0084 !important;
  border-color: #ff0084 !important;
}

a.socialico-google:before {
  color: #cb4437 !important;
  border-color: #cb4437 !important;
}

a.socialico-linkedin:before {
  color: #00649b !important;
  border-color: #00649b !important;
}

a.socialico-dribble:before {
  color: #f76799 !important;
  border-color: #f76799 !important;
}

a.socialico-pint:before {
  color: #00bdec !important;
  border-color: #00bdec !important;
}

a.socialico-skype:before {
  color: #17b3ee !important;
  border-color: #17b3ee !important;
}

h1 > [class*="rt-icon-"],
h2 > [class*="rt-icon-"],
h3 > [class*="rt-icon-"],
h4 > [class*="rt-icon-"],
h5 > [class*="rt-icon-"],
h6 > [class*="rt-icon-"],
p > [class*="rt-icon-"] {
  font-size: 1.2em;
  position: relative;
  top: .1em;
  line-height: 0;
  padding-right: 0.1em;
}

a > [class*="rt-icon-"],
.theme_button > [class*="rt-icon-"] {
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 3px;
  padding-right: 4px;
}

.theme_button > [class*="glyphicon"],
.theme_button > [class*="fa-"] {
  padding-right: 7px;
}

.theme_button > [class*="rt-icon-"],
.theme_button > [class*="glyphicon"],
.theme_button > [class*="fa-"] {
  margin-left: -7px;
}

/* 
**buttons 
*/
.theme_button {
  font-size: inherit;
  padding: 14px 20px;
  line-height: 1;
  display: inline-block;
  background-color: transparent;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #08B2C8;
  background-color: #08B2C8;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  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: #343434;
  border-color: #343434;
  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.border {
  background-color: transparent;
  border: 2px solid #08B2C8;
  padding-top: 13px;
  padding-bottom: 13px;
}

.block_button {
  display: block;
  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;
  overflow: hidden;
  background-position: 50% 50%;
  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:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  z-index: 1;
}

.parallax.light_section:after {
  background-color: #ffffff;
  opacity: 0.92;
}

.parallax.grey_section:after {
  background-color: #f8f8f8;
  opacity: 0.9;
}

.parallax.color_section:after {
  background-color: #08B2C8;
}

.parallax.dark_section:after {
  background-color: #1D1D1D;
}

.parallax.darkgrey_section:after {
  background-color: #343434;
}

.parallax > .container, .gradient > .container {
  z-index: 3;
  position: relative;
}

.gradient {
  position: relative;
  overflow: hidden;
}

.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 */
}

.with_background_image {
  background-image: url(../img/background_section.png);
}

.with_top_border .container,
.with_bottom_border .container {
  position: relative;
}

.with_top_border .container:before,
.with_bottom_border .container:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  left: 15px;
  right: 15px;
  top: 0;
  background-color: #e4e4e4;
}

.with_bottom_border .container:after {
  top: auto;
  bottom: 0;
}

.section_header {
  margin-top: 4px;
  margin-bottom: 42px !important;
  font-size: 36px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}

.section_header.page-title {
  font-size: 48px;
}

.section_header:before {
  content: '';
  position: absolute;
  width: 150px;
  height: 1px;
  bottom: -21px;
  left: 0;
  background-color: #08B2C8;
}

.section_header:after {
  font-family: 'FontAwesome';
  content: "\f0a3";
  font-size: 20px;
  position: absolute;
  color: #08B2C8;
  height: 0;
  bottom: -10px;
  left: 68px;
}

.text-center .section_header:before, .text-center.section_header:before {
  left: 50%;
  margin-left: -75px;
}

.text-center .section_header:after, .text-center.section_header:after {
  margin-left: -7px;
  left: 50%;
}

.section_header + p {
  font-size: 18px;
  line-height: 1.5em;
  position: relative;
}

.text-center .section_header + p,
.section_header.text-center + p {
  margin: 40px auto 24px;
  max-width: 60%;
  margin-bottom: 14px;
  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: #08B2C8;
}

.section_header + blockquote:after {
  content: '\e809';
  left: auto;
  right: 0;
}

@media (max-width: 767px) {
  .section_header {
    font-size: 30px;
    margin-top: 0;
  }

  .section_header + blockquote, .section_header + p {
    max-width: 100% !important;
  }
}
.color_section .section_header:after {
  background-color: #ffffff;
}

.color_section .section_header:before {
  background-color: rgba(255, 255, 255, 0.3);
}

/*
.color_section .section_header {
    color: $lightColor !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: #7f7f7f;
}
.light_section h1,
.light_section h2,
.light_section h3,
.light_section h4,
.light_section h5,
.light_section h6 {
  color: #343434;
}
.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: #08B2C8;
}
.light_section a {
  color: #08B2C8;
}
.light_section a:hover {
  color: #343434;
}
.light_section .theme_button {
  color: #ffffff;
}
.light_section .theme_button:hover, .light_section .theme_button:focus {
  color: #ffffff;
  background-color: #343434;
  border-color: #343434;
}
.light_section .theme_button.border {
  color: #343434;
}
.light_section .theme_button.border:hover, .light_section .theme_button.border:focus {
  border-color: #08B2C8;
  background-color: #08B2C8;
  color: #ffffff;
}
.light_section .widget_tag_cloud a:hover {
  color: #ffffff;
}

/**grey section*/
.grey_section {
  background-color: #f8f8f8;
  color: #727272;
  border-top: 1px solid #00b4ab;
  border-bottom: 1px solid #00b4ab;
}
.grey_section h1,
.grey_section h2,
.grey_section h3,
.grey_section h4,
.grey_section h5,
.grey_section h6 {
  color: #2c2c2c;
}
.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: #08B2C8;
}
.grey_section a {
  color: #08B2C8;
}
.grey_section a:hover {
  color: #343434;
}
.grey_section .theme_button {
  color: #ffffff;
  border-color: #08B2C8;
}
.grey_section .theme_button:hover, .grey_section .theme_button:focus {
  color: #ffffff;
  border-color: #343434;
  background-color: #343434;
}
.grey_section .theme_button.border {
  border-color: #08B2C8;
  color: #343434;
}
.grey_section .theme_button.border:hover, .grey_section .theme_button.border:focus {
  background-color: #08B2C8;
  color: #ffffff;
}
.grey_section .with_background {
  background-color: #f0f0f0;
}
.grey_section .with_border {
  border-color: #00b4ab;
}
.grey_section.with_top_border .container:before, .grey_section.with_bottom_border .container:after {
  background-color: #00b4ab;
}
.grey_section hr {
  border-color: #e1e1e1;
}
.grey_section .nav > li > a:hover,
.grey_section .nav > li > a:focus {
  background-color: #f0f0f0;
  color: #343434;
}
.grey_section .nav > li.active > a:hover,
.grey_section .nav > li.active > a:focus,
.grey_section .nav-tabs > li.active > a:hover,
.grey_section .nav-tabs > li.active > a:focus {
  background-color: #ffffff;
}
.grey_section .panel-heading .panel-title > a,
.grey_section .panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #00b4ab;
}
.grey_section .progress {
  background-color: #ededed;
}
.grey_section .testimonials-carousel {
  border-color: #00b4ab;
}
.grey_section .widget_recent_entries li + li,
.grey_section .widget_recent_comments li + li,
.grey_section .widget_archive li + li,
.grey_section .widget_categories li + li,
.grey_section .widget_meta li + li,
.grey_section .widget_nav_menu li + li,
.grey_section .widget_pages li + li,
.grey_section .widget_popular_entries li + li {
  border-color: #00b4ab;
}
.grey_section .tweet_list li + li .tweet_right {
  border-color: #00b4ab;
}
.grey_section .price-table,
.grey_section .features-list li {
  border-color: #00b4ab;
}
.grey_section .widget_tag_cloud a {
  border-color: #00b4ab;
}
.grey_section .widget_tag_cloud a:hover {
  color: #ffffff;
}
.grey_section .widget_calendar caption,
.grey_section .widget_calendar thead,
.grey_section .widget_calendar tbody,
.grey_section .widget_calendar tfoot,
.grey_section .widget_calendar tbody td {
  border-color: #00b4ab;
}
.grey_section .owl-theme .owl-controls .owl-buttons div {
  border-color: #00b4ab;
}
.grey_section #isotope_filters a {
  border-color: #00b4ab;
}
.grey_section .project-details p + p {
  border-color: #00b4ab;
}
.grey_section .event-item .event-item-description {
  border-color: #00b4ab;
  background-color: #ffffff;
}
.grey_section .gallery-image-links a {
  border-color: #00b4ab;
  color: #343434;
}

/**darkgrey section*/
.darkgrey_section {
  background-color: #343434;
  color: #bbbbbb;
}
.darkgrey_section h1,
.darkgrey_section h2,
.darkgrey_section h3,
.darkgrey_section h4,
.darkgrey_section h5,
.darkgrey_section h6 {
  color: #ffffff;
}
.darkgrey_section h1 a,
.darkgrey_section h2 a,
.darkgrey_section h3 a,
.darkgrey_section h4 a,
.darkgrey_section h5 a,
.darkgrey_section h6 a {
  color: #ffffff;
}
.darkgrey_section h1 a:hover,
.darkgrey_section h2 a:hover,
.darkgrey_section h3 a:hover,
.darkgrey_section h4 a:hover,
.darkgrey_section h5 a:hover,
.darkgrey_section h6 a:hover {
  color: #08B2C8;
}
.darkgrey_section a {
  color: #ffffff;
}
.darkgrey_section a:hover {
  color: #08B2C8;
}
.darkgrey_section .theme_button {
  border-color: #08B2C8;
  color: #ffffff;
}
.darkgrey_section .theme_button:hover, .darkgrey_section .theme_button:focus {
  color: #343434;
  background-color: #ffffff;
  border-color: #ffffff;
}
.darkgrey_section .theme_button.border {
  border-color: #08B2C8;
}
.darkgrey_section .theme_button.border:hover, .darkgrey_section .theme_button.border:focus {
  color: #ffffff;
  background-color: #08B2C8;
}
.darkgrey_section .with_background {
  background-color: #3c3c3c;
}
.darkgrey_section .with_border {
  border-color: #4e4e4e;
}
.darkgrey_section.with_top_border .container:before, .darkgrey_section.with_bottom_border .container:after {
  background-color: #4e4e4e;
}
.darkgrey_section .section_header:before {
  background-color: #4e4e4e;
}
.darkgrey_section .form-control {
  color: #ffffff;
  border-color: #4e4e4e;
  background-color: #3c3c3c;
}
.darkgrey_section hr {
  border-color: #4e4e4e;
}
.darkgrey_section aside {
  border-color: #4e4e4e;
}
.darkgrey_section .widget > h3,
.darkgrey_section .widget .widget-title {
  border-color: #4e4e4e;
}
.darkgrey_section aside .widget {
  border-color: #4e4e4e;
}
.darkgrey_section .pagination > li > a, .darkgrey_section .pagination > li > span {
  border-color: #4e4e4e;
  background-color: #3c3c3c;
}
.darkgrey_section .pagination > .active > a,
.darkgrey_section .pagination > .active > span,
.darkgrey_section .pagination > .active > a:hover,
.darkgrey_section .pagination > .active > span:hover,
.darkgrey_section .pagination > .active > a:focus,
.darkgrey_section .pagination > .active > span:focus,
.darkgrey_section .pagination > li > a:hover,
.darkgrey_section .pagination > li > span:hover,
.darkgrey_section .pagination > li > a:focus,
.darkgrey_section .pagination > li > span:focus {
  background-color: #08B2C8;
}
.darkgrey_section .thumbnail {
  border-color: #4e4e4e;
}
.darkgrey_section .thumbnail .caption {
  border-color: #4e4e4e;
  background-color: #3c3c3c;
}
.darkgrey_section .progress {
  background-color: #3c3c3c;
}
.darkgrey_section .percent {
  color: #ffffff;
}
.darkgrey_section .owl-theme .owl-controls .owl-buttons div {
  border-color: #4e4e4e;
  color: #ffffff;
}
.darkgrey_section .testimonials-carousel {
  border-color: #4e4e4e;
}
.darkgrey_section .widget_recent_entries li + li,
.darkgrey_section .widget_recent_comments li + li,
.darkgrey_section .widget_archive li + li,
.darkgrey_section .widget_categories li + li,
.darkgrey_section .widget_meta li + li,
.darkgrey_section .widget_nav_menu li + li,
.darkgrey_section .widget_pages li + li,
.darkgrey_section .widget_popular_entries li + li {
  border-color: #4e4e4e;
}
.darkgrey_section .widget_nav_menu ul ul {
  border-color: #4e4e4e;
}
.darkgrey_section .widget_recent_comments li:before {
  color: #ffffff;
}
.darkgrey_section .tweet_list li + li .tweet_right {
  border-color: #4e4e4e;
}
.darkgrey_section .widget_flickr img {
  border-color: #4e4e4e;
}
.darkgrey_section .widget_popular_entries .media-object {
  border-color: #4e4e4e;
}
.darkgrey_section .price-table,
.darkgrey_section .features-list li {
  border-color: #4e4e4e;
}
.darkgrey_section .plan-name {
  border-color: #4e4e4e;
  background-color: #3c3c3c;
}
.darkgrey_section .price-table.style2 {
  background-color: #3c3c3c;
}
.darkgrey_section .plan-price p {
  color: #ffffff;
}
.darkgrey_section .features-list .disabled:before {
  color: #676767;
}
.darkgrey_section .side_teaser .pull-left [class*="icon"],
.darkgrey_section .side_teaser .pull-right [class*="icon"] {
  color: #ffffff;
}
.darkgrey_section .widget_tag_cloud a {
  border-color: #4e4e4e;
}
.darkgrey_section .widget_tag_cloud a:hover {
  color: #343434;
  background-color: #ffffff;
}
.darkgrey_section .widget_calendar caption,
.darkgrey_section .widget_calendar thead,
.darkgrey_section .widget_calendar tbody,
.darkgrey_section .widget_calendar tfoot,
.darkgrey_section .widget_calendar tbody td {
  border-color: #4e4e4e;
}
.darkgrey_section .widget_calendar caption,
.darkgrey_section .widget_calendar thead {
  background-color: #3c3c3c;
}
.darkgrey_section .widget_calendar tbody td a {
  background-color: #08B2C8;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.darkgrey_section .widget_calendar tbody td a:hover {
  background-color: #3c3c3c;
}
.darkgrey_section .nav > li > a,
.darkgrey_section .vertical-tabs .nav > li > a {
  border-color: #4e4e4e;
}
.darkgrey_section .nav > li > a:hover,
.darkgrey_section .vertical-tabs .nav > li > a:hover {
  background-color: #3c3c3c;
}
.darkgrey_section .panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #4e4e4e;
}
.darkgrey_section .nav-tabs > li > a,
.darkgrey_section .vertical-tabs .nav > li > a,
.darkgrey_section .panel-heading .panel-title > a {
  border-color: #4e4e4e;
  background-color: #313131;
  color: #ffffff;
}
.darkgrey_section .panel-heading .panel-title > a:hover {
  background-color: #08B2C8;
  border-color: #08B2C8;
}
.darkgrey_section .tab-content,
.darkgrey_section .panel-group .panel-heading + .panel-collapse .panel-body {
  background-color: #3c3c3c;
  border-color: #4e4e4e;
}
.darkgrey_section .nav-tabs > li.active > a,
.darkgrey_section .vertical-tabs .nav > li.active a {
  background-color: #3c3c3c;
  border-color: #4e4e4e;
}
.darkgrey_section .nav-tabs > li.active > a {
  border-bottom-color: #3c3c3c;
}
.darkgrey_section .nav-tabs > li.active > a:hover,
.darkgrey_section .nav-tabs > li.active > a:focus {
  color: #ffffff;
}
.darkgrey_section .vertical-tabs .nav > li.active a {
  color: #ffffff;
}
.darkgrey_section .vertical-tabs .nav > li.active a:after {
  border-left-color: #3c3c3c;
}
.darkgrey_section .vertical-tabs .nav > li.active a:before {
  border-left-color: #4e4e4e;
}
.darkgrey_section .entry-meta,
.darkgrey_section .entry-tags,
.darkgrey_section .blog-single .entry-tags {
  border-color: #4e4e4e !important;
}
.darkgrey_section .entry-tags a:before, .darkgrey_section .entry-meta a:before, .darkgrey_section time:before, .darkgrey_section .reply a:before {
  color: #ffffff;
}
.darkgrey_section .entry-thumbnail img {
  background-color: #3c3c3c;
  border-color: #4e4e4e;
}
.darkgrey_section .author-meta {
  background-color: #3c3c3c;
  border-color: #4e4e4e;
}
.darkgrey_section .comments-area .media-object {
  background-color: #3c3c3c;
  border-color: #4e4e4e;
}
.darkgrey_section .comments-area .media-body {
  background-color: #3c3c3c;
  border-color: #4e4e4e;
}
.darkgrey_section .comment-meta {
  border-color: #4e4e4e !important;
}
@media (min-width: 768px) {
  .darkgrey_section .author-meta .col-sm-2 img {
    background-color: #464646;
    border-color: #4e4e4e;
  }
}
.darkgrey_section #isotope_filters a {
  color: #ffffff;
  border-color: #4e4e4e;
}
.darkgrey_section .project-details p + p {
  border-color: #4e4e4e;
}
.darkgrey_section .event-item .event-item-description {
  border-color: #4e4e4e;
  background-color: #464646;
}
.darkgrey_section .gallery-image-links a {
  border-color: #5a5a5a;
  color: #ffffff;
}

.darkgrey_section + .darkgrey_section {
  border-top: none;
}

/**dark section*/
.dark_section {
  background-color: #1D1D1D;
  color: #f5f5f5;
}
.dark_section h1,
.dark_section h2,
.dark_section h3,
.dark_section h4,
.dark_section h5,
.dark_section h6 {
  color: #ffffff;
}
.dark_section h1 a,
.dark_section h2 a,
.dark_section h3 a,
.dark_section h4 a,
.dark_section h5 a,
.dark_section h6 a {
  color: #ffffff;
}
.dark_section h1 a:hover,
.dark_section h2 a:hover,
.dark_section h3 a:hover,
.dark_section h4 a:hover,
.dark_section h5 a:hover,
.dark_section h6 a:hover {
  color: #08B2C8;
}
.dark_section a {
  color: #ffffff;
}
.dark_section a:hover {
  color: #08B2C8;
}
.dark_section .theme_button {
  border-color: #08B2C8;
  background-color: #08B2C8;
  color: #ffffff;
}
.dark_section .theme_button:hover, .dark_section .theme_button:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #343434;
}
.dark_section .theme_button.border {
  border-color: #08B2C8;
  background-color: transparent;
}
.dark_section .theme_button.border:hover, .dark_section .theme_button.border:focus {
  background-color: #08B2C8;
  color: #ffffff;
}
.dark_section .with_background {
  background-color: #252525;
}
.dark_section .with_border {
  border-color: #373737;
}
.dark_section.with_top_border .container:before, .dark_section.with_bottom_border .container:after {
  background-color: #373737;
}
.dark_section .section_header:before {
  background-color: #4e4e4e;
}
.dark_section .form-control {
  color: #ffffff;
  border-color: #373737;
  background-color: #252525;
}
.dark_section .table td {
  border-color: #373737 !important;
}
.dark_section .table-striped > tbody > tr:nth-child(odd) > td,
.dark_section .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #535353 !important;
  border-color: #373737 !important;
}
.dark_section hr {
  border-color: #373737;
}
.dark_section .widget > h3,
.dark_section .widget .widget-title {
  border-color: #373737;
}
.dark_section aside .widget {
  border-color: #373737;
}
.dark_section .pagination > li > a, .dark_section .pagination > li > span {
  border-color: #373737;
  background-color: #252525;
}
.dark_section .pagination > .active > a,
.dark_section .pagination > .active > span,
.dark_section .pagination > .active > a:hover,
.dark_section .pagination > .active > span:hover,
.dark_section .pagination > .active > a:focus,
.dark_section .pagination > .active > span:focus,
.dark_section .pagination > li > a:hover,
.dark_section .pagination > li > span:hover,
.dark_section .pagination > li > a:focus,
.dark_section .pagination > li > span:focus {
  background-color: #08B2C8;
  color: #ffffff;
}
.dark_section .thumbnail {
  border-color: #373737;
}
.dark_section .thumbnail .caption {
  border-color: #373737;
  background-color: #252525;
}
.dark_section .progress {
  background-color: #252525;
}
.dark_section .percent {
  color: #ffffff;
}
.dark_section .owl-theme .owl-controls .owl-buttons div {
  border-color: #373737;
  color: #ffffff;
}
.dark_section .testimonials-carousel {
  border-color: #373737;
}
.dark_section .widget_recent_entries li + li,
.dark_section .widget_recent_comments li + li,
.dark_section .widget_archive li + li,
.dark_section .widget_categories li + li,
.dark_section .widget_meta li + li,
.dark_section .widget_nav_menu li + li,
.dark_section .widget_pages li + li,
.dark_section .widget_popular_entries li + li {
  border-color: #373737;
}
.dark_section .widget_nav_menu ul ul {
  border-color: #373737;
}
.dark_section .widget_recent_comments li:before {
  color: #ffffff;
}
.dark_section .tweet_list li + li .tweet_right {
  border-color: #373737;
}
.dark_section .widget_flickr img {
  border-color: #373737;
}
.dark_section .widget_popular_entries .media-object {
  border-color: #373737;
}
.dark_section .price-table,
.dark_section .features-list li {
  border-color: #373737;
}
.dark_section .plan-name {
  border-color: #373737;
  background-color: #252525;
}
.dark_section .price-table.style2 {
  background-color: #252525;
}
.dark_section .plan-price p {
  color: #ffffff;
}
.dark_section .features-list .disabled:before {
  color: #505050;
}
.dark_section .widget_tag_cloud a {
  border-color: #373737;
}
.dark_section .widget_tag_cloud a:hover {
  color: #ffffff;
}
.dark_section .widget_calendar caption,
.dark_section .widget_calendar thead,
.dark_section .widget_calendar tbody,
.dark_section .widget_calendar tfoot,
.dark_section .widget_calendar tbody td {
  border-color: #373737;
}
.dark_section .widget_calendar caption,
.dark_section .widget_calendar thead {
  background-color: #252525;
}
.dark_section .widget_calendar tbody td a {
  background-color: #08B2C8;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.dark_section .widget_calendar tbody td a:hover {
  background-color: #252525;
}
.dark_section .nav > li > a,
.dark_section .vertical-tabs .nav > li > a {
  border-color: #373737;
}
.dark_section .nav > li > a:hover,
.dark_section .vertical-tabs .nav > li > a:hover {
  background-color: #252525;
}
.dark_section .panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #373737;
}
.dark_section .nav-tabs > li > a,
.dark_section .vertical-tabs .nav > li > a,
.dark_section .panel-heading .panel-title > a {
  border-color: #373737;
  background-color: #1a1a1a;
  color: #ffffff;
}
.dark_section .panel-heading .panel-title > a:hover {
  background-color: #08B2C8;
  border-color: #08B2C8;
}
.dark_section .tab-content,
.dark_section .panel-group .panel-heading + .panel-collapse .panel-body {
  background-color: #252525;
  border-color: #373737;
}
.dark_section .nav-tabs > li.active > a,
.dark_section .vertical-tabs .nav > li.active a {
  background-color: #252525;
  border-color: #373737;
}
.dark_section .nav-tabs > li.active > a {
  border-bottom-color: #252525;
}
.dark_section .nav-tabs > li.active > a:hover,
.dark_section .nav-tabs > li.active > a:focus {
  color: #ffffff;
}
.dark_section .vertical-tabs .nav > li.active a {
  color: #ffffff;
}
.dark_section .vertical-tabs .nav > li.active a:after {
  border-left-color: #252525;
}
.dark_section .vertical-tabs .nav > li.active a:before {
  border-left-color: #373737;
}
.dark_section .entry-meta,
.dark_section .entry-tags,
.dark_section .blog-single .entry-tags {
  border-color: #373737 !important;
}
.dark_section .entry-tags a:before, .dark_section .entry-meta a:before, .dark_section time:before, .dark_section .reply a:before {
  color: #ffffff;
}
.dark_section .entry-thumbnail img {
  background-color: #252525;
  border-color: #373737;
}
.dark_section .author-meta {
  background-color: #252525;
  border-color: #373737;
}
.dark_section .comments-area .media-object {
  background-color: #252525;
  border-color: #373737;
}
.dark_section .comments-area .media-body {
  background-color: #252525;
  border-color: #373737;
}
.dark_section .comment-meta {
  border-color: #373737 !important;
}
@media (min-width: 768px) {
  .dark_section .author-meta .col-sm-2 img {
    background-color: #2f2f2f;
    border-color: #373737;
  }
}
.dark_section #isotope_filters a {
  color: #ffffff;
  border-color: #373737;
}
.dark_section .project-details p + p {
  border-color: #373737;
}
.dark_section .event-item .event-item-description {
  border-color: #373737;
  background-color: #252525;
}
.dark_section .gallery-image-links a {
  border-color: #373737;
  color: #ffffff;
}

/**color section*/
.color_section {
  background-color: #08B2C8;
  border-top: 2px solid #f69b87;
  border-bottom: 2px solid #f69b87;
  color: #fdeae6;
}
.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: #fdeae6;
}
.color_section a {
  color: #ffffff;
}
.color_section a:hover {
  color: #fdeae6;
}
.color_section blockquote, .color_section .blockquote {
  border-color: #f69b87;
}
.color_section .theme_button {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #343434;
}
.color_section .theme_button:hover, .color_section .theme_button:focus {
  background-color: #343434;
  border-color: #343434;
  color: #ffffff;
}
.color_section .theme_button.border {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.color_section .theme_button.border:hover, .color_section .theme_button.border:focus {
  background-color: #343434;
  border-color: #343434;
  color: #ffffff;
}
.color_section .with_background {
  background-color: #f38066;
}
.color_section .with_border {
  border-color: #f69b87;
}
.color_section.with_top_border .container:before, .color_section.with_bottom_border .container:after {
  background-color: #f69b87;
}
.color_section .section_header:before {
  background-color: #f69b87;
}
.color_section #response,
.color_section .highlight {
  color: #ffffff;
}
.color_section .form-control {
  color: #ffffff;
  border-color: #f69b87;
  background-color: #f38066;
}
.color_section .form-control:-moz-placeholder {
  color: #fdeae6;
}
.color_section .form-control::-moz-placeholder {
  color: #fdeae6;
}
.color_section .form-control:-ms-input-placeholder {
  color: #fdeae6;
}
.color_section .form-control::-webkit-input-placeholder {
  color: #fdeae6;
}
.color_section .form-control:focus:-moz-placeholder {
  color: transparent;
  opacity: 1;
}
.color_section .form-control:focus::-moz-placeholder {
  color: transparent;
  opacity: 1;
}
.color_section .form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.color_section .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.color_section hr {
  border-color: #f69b87;
}
.color_section aside .widget {
  border-color: #f69b87;
}
.color_section .widget > h3:before,
.color_section .widget > h3:after,
.color_section .widget > .widget-title:before,
.color_section .widget > .widget-title:after {
  background-color: #ffffff;
}
.color_section .widget > h3,
.color_section .widget .widget-title {
  border-color: #f69b87;
}
.color_section .pagination > li > a,
.color_section .pagination > li > span {
  color: #ffffff;
  border-color: #f69b87;
  background-color: #f38066;
}
.color_section .pagination > .active > a,
.color_section .pagination > .active > span,
.color_section .pagination > .active > a:hover,
.color_section .pagination > .active > span:hover,
.color_section .pagination > .active > a:focus,
.color_section .pagination > .active > span:focus,
.color_section .pagination > li > a:hover,
.color_section .pagination > li > span:hover,
.color_section .pagination > li > a:focus,
.color_section .pagination > li > span:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1D1D1D;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.1);
}
.color_section .thumbnail {
  border-color: #f69b87;
}
.color_section .thumbnail .caption {
  border-color: #f69b87;
  background-color: #f38066;
}
.color_section .thumbnail + h3 + p {
  color: #1D1D1D;
}
.color_section .progress {
  background-color: #f38066;
}
.color_section .progress-bar {
  background-color: #ffffff;
}
.color_section .percent {
  color: #ffffff;
}
.color_section .owl-theme .owl-controls .owl-buttons div {
  background-color: #f69b87;
  color: #ffffff;
}
.color_section .owl-theme .owl-controls .owl-buttons div:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #343434;
}
.color_section .testimonials-carousel {
  border-color: #f69b87;
}
.color_section .testimonials-carousel .carousel-indicators li {
  border-color: #ffffff;
}
.color_section .testimonials-carousel .carousel-indicators li.active {
  background-color: #ffffff;
}
.color_section .widget_recent_entries li + li,
.color_section .widget_recent_comments li + li,
.color_section .widget_archive li + li,
.color_section .widget_categories li + li,
.color_section .widget_meta li + li,
.color_section .widget_nav_menu li + li,
.color_section .widget_pages li + li,
.color_section .widget_popular_entries li + li {
  border-color: #f69b87;
}
.color_section .widget_recent_entries a:before, .color_section .widget_archive a:before, .color_section .widget_categories a:before, .color_section .widget_meta a:before, .color_section .widget_nav_menu a:before, .color_section .widget_pages a:before {
  color: #ffffff;
}
.color_section .widget_nav_menu ul ul {
  border-color: #f69b87;
}
.color_section .widget_recent_comments li:before {
  color: #ffffff;
}
.color_section .tweet_list li + li .tweet_right {
  border-color: #f69b87;
}
.color_section .widget_flickr img {
  border-color: #f69b87;
}
.color_section .widget_popular_entries .media-object {
  border-color: #f69b87;
}
.color_section .price-table,
.color_section .features-list li {
  border-color: #f69b87;
}
.color_section .plan-name {
  border-color: #f69b87;
  background-color: #f38066;
}
.color_section .plan-price span:first-child,
.color_section .plan-price span + span {
  color: #1D1D1D;
}
.color_section .price-table.style2 {
  background-color: #f38066;
}
.color_section .plan-price p {
  color: #ffffff;
}
.color_section .features-list .enabled:before {
  color: #1D1D1D;
}
.color_section .features-list .disabled:before {
  color: #fdeae6;
}
.color_section .widget_tag_cloud a {
  background-color: #f69b87;
}
.color_section .widget_tag_cloud a:hover {
  color: #343434 !important;
  background-color: #ffffff;
}
.color_section .widget_calendar caption,
.color_section .widget_calendar thead,
.color_section .widget_calendar tbody,
.color_section .widget_calendar tfoot,
.color_section .widget_calendar tbody td {
  border-color: #f69b87;
}
.color_section .widget_calendar caption,
.color_section .widget_calendar thead {
  background-color: #f38066;
}
.color_section .widget_calendar tbody td a {
  background-color: #08B2C8;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.color_section .widget_calendar tbody td a:hover {
  background-color: #f38066;
}
.color_section .nav > li > a,
.color_section .vertical-tabs .nav > li > a {
  border-color: #f69b87;
}
.color_section .nav > li > a:hover,
.color_section .vertical-tabs .nav > li > a:hover {
  background-color: #f38066;
}
.color_section .panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #f69b87;
}
.color_section .nav-tabs > li > a,
.color_section .vertical-tabs .nav > li > a,
.color_section .panel-heading .panel-title > a {
  border-color: #f69b87;
  background-color: #f27053;
  color: #ffffff;
}
.color_section .panel-heading .panel-title > a:hover {
  background-color: #08B2C8;
  border-color: #08B2C8;
}
.color_section .tab-content,
.color_section .panel-group .panel-heading + .panel-collapse .panel-body {
  background-color: #f38066;
  border-color: #f69b87;
}
.color_section .nav-tabs > li.active > a,
.color_section .vertical-tabs .nav > li.active a {
  background-color: #f38066;
  border-color: #f69b87;
}
.color_section .nav-tabs > li.active > a {
  border-bottom-color: #f38066;
}
.color_section .nav-tabs > li.active > a:hover,
.color_section .nav-tabs > li.active > a:focus {
  color: #ffffff;
}
.color_section .vertical-tabs .nav > li.active a {
  color: #ffffff;
}
.color_section .vertical-tabs .nav > li.active a:after {
  border-left-color: #f38066;
}
.color_section .vertical-tabs .nav > li.active a:before {
  border-left-color: #f69b87;
}
.color_section .entry-meta,
.color_section .entry-tags,
.color_section .blog-single .entry-tags {
  border-color: #f69b87 !important;
}
.color_section .entry-tags a:before, .color_section .entry-meta a:before, .color_section time:before, .color_section .reply a:before {
  color: #ffffff;
}
.color_section .entry-thumbnail img {
  background-color: #f38066;
  border-color: #f69b87;
}
.color_section .author-meta {
  background-color: #f38066;
  border-color: #f69b87;
}
.color_section .comments-area .media-object {
  background-color: #f38066;
  border-color: #f69b87;
}
.color_section .comments-area .media-body {
  background-color: #f38066;
  border-color: #f69b87;
}
.color_section .comment-meta {
  border-color: #f69b87 !important;
}
@media (min-width: 768px) {
  .color_section .author-meta .col-sm-2 img {
    background-color: #f59079;
    border-color: #f69b87;
  }
}
.color_section #isotope_filters a {
  color: #ffffff;
  border-color: #f69b87;
}
.color_section #isotope_filters a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #343434;
}
.color_section .project-details p + p {
  border-color: #f69b87;
}
.color_section .event-item .event-item-description {
  border-color: #f69b87;
  background-color: #f38066;
}
.color_section .gallery-image-links a {
  border-color: #f8af9f;
  color: #ffffff;
}
.color_section .gallery-image-links a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #343434;
}

/*
**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
*/
.animated {
  /*IE7 fix*/
  visibility: visible !important;
}

/*
**template styles
*/
#box_wrapper, #land {
  height: 100%;
  overflow: visible;
  position: relative;
}

#land {
  text-align: center;
  background-image: url(../example/parallax/land.jpg);
}

#land:after {
  background-image: url(../img/land.png);
}

#land .pulse {
  display: inline-block;
  font-size: 6em;
  margin: 40px 0 0;
}

#topline {
  font-size: 0.9em;
  text-transform: uppercase;
}
#topline .row {
  width: 100%;
}
#topline span + span {
  padding-left: 18px;
}
#topline .navbar-brand {
  padding: 4px 0px 4px 0;
  font-size: 36px;
  text-transform: uppercase;
  color: #343434;
  height: auto;
  float: none;
  font-weight: 400;
}
#topline .navbar-brand img {
  position: relative;
  bottom: 7px;
}
#topline .navbar-brand span {
  color: #08B2C8;
}
#topline .navbar-brand [class*="icon"]:before {
  padding-right: 14px;
}
#topline .theme_button {
  padding: 7px 20px;
  margin: 5px 0;
}

/*header search*/
#toggle_search {
  background-color: #08B2C8;
  color: #ffffff;
  padding: 14px 20px 15px;
  display: block;
  float: right;
  cursor: pointer;
}

#toggle_search:before {
  font-size: 16px;
  content: "\e65d";
  font-family: 'rt-icons';
}

#header .widget_search {
  float: right;
  position: absolute;
  top: 100%;
  right: 15px;
  height: 0;
  overflow: hidden;
}

#header form {
  display: inline-block;
  margin-top: 5px;
}

@media (max-width: 767px) {
  #topline,
  #topline .text-right,
  #header,
  #header .text-right {
    text-align: center !important;
  }
}
#header {
  background-color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  position: relative;
  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;
}

#header [class*="col-"] > div {
  background-color: #343434;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
#header [class*="col-"] > div:before, #header [class*="col-"] > div:after {
  display: table;
  content: ' ';
  clear: both;
}

.boxed #header {
  background-color: #343434;
}

#header.affix {
  position: fixed;
  background-color: #343434;
}

.action_section h2 {
  margin: 0 0 6px;
}

/*flexslider mainslider styles*/
#mainslider .flexslider {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  z-index: 1;
}
#mainslider .slide_description_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12%;
  height: 100%;
}
#mainslider .slide_description_wrapper:before, #mainslider .slide_description {
  display: inline-block;
  vertical-align: middle;
}
#mainslider .slide_description_wrapper:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  margin-left: -0.25em;
}
#mainslider .slide_description_wrapper.right {
  left: auto;
  right: 12%;
}
#mainslider .highlight {
  background-color: #343434;
  color: #ffffff;
  padding: 0 5px 2px;
  display: inline-block;
}
#mainslider p:first-child {
  font-size: 24px;
  margin-bottom: 10px;
  color: #ffffff;
  background-color: #08B2C8;
  display: inline-block;
  padding: 0.2em 0.4em;
}
#mainslider h4 {
  font-size: 30px;
}
#mainslider h3 {
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0 0 2px;
  padding: 0 0 2px;
  font-weight: 700;
}
#mainslider h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 900;
  font-size: 130px;
  letter-spacing: -3px;
  margin: 0 0 0 -0.04em;
}
#mainslider .theme_button {
  margin-top: 30px;
}

@media (max-width: 1100px) {
  #mainslider .slide_description_wrapper {
    left: -10%;
    right: -10%;
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  #mainslider h3 {
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  #mainslider .flex-control-nav {
    display: none;
  }
}
@media (max-width: 500px) {
  #mainslider .slide_description_wrapper {
    left: -20%;
    right: -20%;
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  #mainslider h3 {
    line-height: 1.25;
  }
}
#breadcrumbs h1 {
  display: inline;
}

@media (min-width: 768px) {
  /*sidebar with background*/
}
#partners-carousel {
  text-align: center;
  margin-left: -10px;
}
#partners-carousel img {
  border: 1px solid #e4e4e4;
  margin: 10px;
}

#related-event-items-carousel {
  margin-top: 30px;
}

#services {
  background-image: url(../example/parallax/services.jpg);
}

#progress {
  background-image: url(../example/parallax/progress.jpg);
}

#skills {
  background-image: url(../example/parallax/skills.jpg);
}

#contact_parallax {
  background-image: url(../example/parallax/map.jpg);
}

#copyright p {
  margin-bottom: 0;
  font-size: 18px;
}

#map {
  height: 400px;
}

#map img {
  max-width: inherit;
}

/*
**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%;
    left: 0;
    z-index: 99;
  }

  .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 ul {
    list-style: none;
    padding: 7px 0;
    background-color: #08B2C8;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    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 {
    padding: .75em 1.1em;
    text-decoration: none;
    zoom: 1;
    /* IE7 */
  }

  .sf-menu a {
    color: #ffffff;
  }

  .sf-menu li {
    /*background: $lightColor;*/
    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 {
    float: left;
	min-width:180px;
  }

  .sf-menu > li:first-child > a {
    border-left: 1px solid #4e4e4e;
  }

  .sf-menu > li > a {
    color: #ffffff;
    border-top: 1px solid #343434;
    border-bottom: 1px solid #343434;
    background-color: #343434;
    border-right: 1px solid #4e4e4e;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    padding: 14px 20px;
  }

  .sf-menu > li > a:hover,
  .sf-menu > li.active > a {
    color: #ffffff;
    background-color: #08B2C8 !important;
    border-color: #08B2C8;
  }

  .sf-menu ul a:hover {
    color: #343434;
    background-color: #f8f8f8;
  }

  .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 li:hover,
  .sf-menu li.sfHover {
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
  }

  /*** 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;
  }

  /*top menu level*/
  /* styling for right-facing arrows */
  .sf-arrows ul .sf-with-ul:after {
    content: '\e830';
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .sf-menu > li > a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/*
**main menu mobile styles
*/
@media (max-width: 767px) {
  #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_mobile_menu,
  #toggle_mobile_menu:before,
  #toggle_mobile_menu:after {
    display: block;
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    z-index: 11;
  }

  #toggle_mobile_menu {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    right: 50%;
    margin-right: -15px;
    top: 1px;
    cursor: pointer;
    border: 26px solid #343434;
    border-left-width: 15px;
    border-right-width: 15px;
  }

  #toggle_mobile_menu:before {
    top: -6px;
  }

  #toggle_mobile_menu:after {
    top: 6px;
  }

  .mobile-active #toggle_mobile_menu {
    position: fixed;
    right: 0;
    top: 0;
    margin: 0;
    border-bottom-width: 32px;
    background-color: #ffffff;
    border-color: #ffffff;
  }

  .mobile-active #toggle_mobile_menu:before {
    background-color: #ffffff;
  }

  .mobile-active #toggle_mobile_menu:after {
    font-family: 'rt-icons';
    content: "\e602";
    background-color: transparent;
    font-size: 40px;
    color: #343434;
    top: -8px;
    left: -5px;
  }

  .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.2em;
    text-transform: uppercase;
    word-wrap: break-word;
    text-align: left;
  }

  .sf-menu a {
    color: #343434;
  }

  .sf-menu ul {
    list-style: none;
    padding-left: 10px;
  }

  .sf-menu ul li a {
    display: block;
    padding: 10px;
    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: #343434;
  }
}
@media (max-width: 400px) {
  .sf-menu {
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    padding: 15px 5px;
  }
}
/*
**blog
*/
.blog article + article {
  margin-top: 60px;
}

.entry-title {
  margin-top: 0;
  text-transform: uppercase;
}

.entry-meta {
  padding: 14px 0;
  margin: 20px 0 20px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.entry-meta:before,
.entry-meta:after,
.comment-meta:before,
.comment-meta:after {
  display: block;
  clear: both;
  content: '';
  width: 0;
  height: 0;
}

.entry-meta .comments-link {
  float: right;
}

.entry-thumbnail {
  text-align: center;
  margin-bottom: 20px;
}

.entry-thumbnail img {
  background-color: #ffffff;
}

.entry-thumbnail[class*='col-'] {
  margin-bottom: 0;
}

.entry-tags {
  padding: 14px 0;
  border-top: 1px solid #e4e4e4;
}

/*blog single*/
.blog-single .entry-tags {
  margin: 50px 0 40px;
  border-bottom: 1px solid #e4e4e4;
}

.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;
}

.author-meta {
  background-color: #f5f5f5;
  border: 1px solid #e4e4e4;
  margin: 70px 0 40px;
}

@media (min-width: 768px) {
  .author-meta .col-sm-2 img {
    margin-left: 15px;
    margin-top: 15px;
    display: block;
    width: 100%;
  }

  .author-meta {
    padding-right: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .author-meta .col-sm-10 {
    padding: 0 30px 15px;
    text-align: center;
  }
}
/*comments*/
.comments-area li {
  list-style: none;
}

.comments-area .media-object {
  max-width: 70px;
}

@media (min-width: 768px) {
  .entry-thumbnail.col-sm-5 {
    padding-right: 0;
  }
}
.comments-area h2 {
  margin-bottom: 40px;
}

.comment-list {
  margin: 0;
  padding: 0;
}

.comments-area .media-body {
  padding: 0 15px 0;
  margin-bottom: 15px;
}

.comment-meta {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e4e4e4;
}

.reply {
  float: right;
}

.comment-respond h3 {
  margin: 40px 0;
}

/*
**shop
*/
#toggle_shop_view {
  display: inline-block;
  border: 1px solid #373737;
  background-color: #252525;
  padding: 8px 13px;
}

#toggle_shop_view:before {
  font-family: 'FontAwesome';
  content: "\f03a";
}

#toggle_shop_view.grid:before {
  content: "\f00a";
}

#product_listing.list [class*="col-sm-"] {
  width: 100%;
  float: none;
}
#product_listing.list [class*="col-sm-"]:before, #product_listing.list [class*="col-sm-"]:after {
  content: ' ';
  display: table;
  clear: both;
}
#product_listing.list [class*="col-sm-"] .product-image {
  float: left;
  max-width: 200px;
  margin-right: 20px;
}
#product_listing.list [class*="col-sm-"] .product-details {
  overflow: hidden;
  zoom: 1;
}

.product-wrapper {
  margin: 10px 0;
}

.product-image {
  position: relative;
}

.for-sale {
  background-color: #08B2C8;
  color: #ffffff;
  position: absolute;
  top: 20px;
  right: 0;
  padding: 3px 6px;
  z-index: 0;
}
.for-sale:before {
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 5;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 15px 0;
  border-color: transparent #08B2C8 transparent transparent;
  content: "";
  display: inline-block;
}

.shop-filter .form-control,
.single-product-description .form-group,
.single-product-description .form-control {
  display: inline-block;
  width: auto;
}

.single-product-description > div + div {
  border-top: 1px solid #373737;
  margin-top: 13px;
  padding-top: 13px;
}

.product-price {
  font-size: 1.6em;
  line-height: 1.6em;
  font-weight: 400;
  color: #08B2C8;
}

.product-details p {
  margin: 5px 0;
}

.old-price {
  text-decoration: line-through;
}

.product-rating .fa-star {
  color: #ffc000;
}
.product-rating a {
  padding-left: 6px;
}

.product-tools a {
  padding-left: 6px;
}

.shop-filter {
  background-color: #252525;
  padding: 10px 20px;
  margin: 0 0 20px 0;
}

.cart-table > tbody > tr > td {
  vertical-align: middle;
}
.cart-table > tbody > tr > td.product-remove {
  text-align: center !important;
}

.quantity {
  position: relative;
  display: inline-block;
}
.quantity [type="button"] {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  border: 1px solid #373737;
  width: 22px;
  height: 22px;
  background-color: transparent;
}
.quantity [type="button"].minus {
  top: auto;
  bottom: 0;
}
.quantity [type="number"] {
  padding-right: 30px;
  max-width: 70px;
}

.cart_totals > h4 {
  margin: 35px 0 20px;
  padding-top: 20px;
  border-top: 1px solid #e4e4e4;
}

.theme_button.addtocart {
  font-size: 0;
  padding-left: 13px;
  padding-right: 13px;
}

.theme_button.addtocart:before {
  font-size: 18px;
  content: "\e68f";
  font-family: 'rt-icons';
}

#related-products-carousel .shop-product {
  padding: 15px;
}

/*
**widgets
*/
.widget label[for],
.comment-form label[for] {
  display: none;
}

.widget > h3,
.widget .widget-title {
  text-transform: uppercase;
  border-bottom: 1px solid #e4e4e4;
  margin: 0 0 30px;
  padding: 0 0 20px 0;
  position: relative;
}

.widget > h3:before,
.widget > h3:after,
.widget .widget-title:before,
.widget .widget-title:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #08B2C8;
}

.widget > h3:after,
.widget .widget-title:after {
  font-family: 'FontAwesome';
  content: "\f0a3";
  height: 0;
  font-size: 12px;
  color: #08B2C8;
  bottom: 5px;
  left: 26px;
}

aside .widget + .widget {
  margin-top: 40px;
}

.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 .form-group,
.widget_mailchimp .form-inline .form-group {
  display: inline-block;
  vertical-align: top;
}

.widget_search input[type="text"],
.widget_mailchimp input[type="email"] {
  max-width: 210px;
  display: inline-block;
}

.widget_search .theme_button,
.widget_mailchimp .theme_button {
  font-size: 0;
  padding: 12px 16px;
}

.widget_search .theme_button:before,
.widget_mailchimp .theme_button:before {
  font-size: 16px;
  content: "\e65d";
  font-family: 'rt-icons';
}

.widget_mailchimp .theme_button:before {
  content: "\e70f";
}

/*
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: "\e675";
  font-size: 16px;
  line-height: 1;
  position: relative;
  top: 3px;
  padding-right: 10px;
  color: #343434;
}

.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;
}

.widget_recent_entries li + li,
.widget_recent_comments li + li,
.widget_archive li + li,
.widget_categories li + li,
.widget_meta li + li,
.widget_nav_menu li + li,
.widget_pages li + li {
  border-top: 1px solid #e4e4e4;
}

.widget_recent_entries a,
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a {
  display: block;
  padding: 12px 0;
  position: relative;
}

.widget_recent_entries li:first-child a,
.widget_archive li:first-child a,
.widget_categories li:first-child a,
.widget_meta li:first-child a,
.widget_nav_menu li:first-child a,
.widget_pages li:first-child a {
  padding-top: 0;
}

.widget_recent_entries a:before,
.widget_archive a:before,
.widget_categories a:before,
.widget_meta a:before,
.widget_nav_menu a:before,
.widget_pages a:before {
  font-family: 'rt-icons';
  content: "\e649";
  padding-right: 10px;
  color: #08B2C8;
  font-size: 26px;
  position: relative;
  top: 4px;
}

.widget_archive span,
.widget_categories span {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}

.widget_archive li:first-child span,
.widget_categories li:first-child span {
  margin-top: -14px;
}

.widget_nav_menu ul ul {
  border-top: 1px solid #e4e4e4;
  padding-left: 20px;
}

.widget_nav_menu ul ul li:first-child a {
  padding-top: 15px;
}

@media (min-width: 768px) {
  #copyright .widget_nav_menu li {
    display: inline-block;
    position: relative;
    border: none;
    padding-right: 5px;
  }
  #copyright .widget_nav_menu li:before {
    content: '';
    position: absolute;
    padding: 0;
    left: -5px;
    top: 5px;
    bottom: 5px;
    width: 1px;
    background-color: #e4e4e4;
    opacity: 0.3;
    display: block;
  }
  #copyright .widget_nav_menu li:first-child:before {
    display: none;
  }
  #copyright .widget_nav_menu a {
    padding: 0 10px;
  }
  #copyright .widget_nav_menu a:before {
    display: none;
  }
}
/*widget_tag_cloud*/
.widget_tag_cloud a {
  padding: 4px 20px;
  margin: 0 0 4px 0;
  border-radius: 1px;
  background-color: #08B2C8;
  color: #ffffff;
  display: inline-block;
}

.widget_tag_cloud a:hover {
  background-color: #343434;
  border-color: #08B2C8;
}

/*widget_flickr*/
.widget_flickr li {
  display: inline-block;
  margin: 0 5px 5px 0;
}

.widget_flickr img {
  max-width: 70px;
  border-radius: 1px;
}

/*widget_popular_entries*/
.widget_popular_entries .media-heading {
  line-height: 1;
}

.widget_popular_entries .media-object {
  max-width: 60px;
  /*styles*/
}

.widget_popular_entries .excerpt {
  display: none;
}

.widget_popular_entries li + li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e4e4e4;
}

.darkgrey_section .widget_popular_entries li + li {
  border-color: #575757;
}

/*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;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar caption,
.widget_calendar thead,
.widget_calendar tbody,
.widget_calendar tfoot {
  border: 1px solid #e4e4e4;
}

.widget_calendar caption {
  font-size: 1.3em;
  text-transform: uppercase;
  padding: 10px 0 2px;
  border-bottom: none;
  background-color: #f5f5f5;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.widget_calendar thead {
  border-top: none;
  background-color: #f5f5f5;
}

.widget_calendar tfoot {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.widget_calendar th {
  font-weight: normal;
  font-size: 1.1em;
}

.widget_calendar td, .widget_calendar th {
  text-align: center;
  padding: 8px;
  vertical-align: top;
}

.widget_calendar tbody td {
  border: 1px solid #e4e4e4;
  position: relative;
}

.widget_calendar tbody td a {
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  padding: 8px;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.widget_calendar #prev a:before {
  font-family: 'fontello';
  content: '\e840';
  padding-right: 10px;
}

.widget_calendar #next a:after {
  font-family: 'fontello';
  content: '\e841';
  padding-left: 10px;
}

/*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 #e4e4e4;
}

.tweet_list li + li .tweet_right, .tweet_list li + li .tweet_avatar {
  padding-top: 10px;
}

/*
**shortcodes
*/
.teaser {
  text-align: center;
}
.teaser h3 {
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.teaser h3:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #08B2C8;
  bottom: -8px;
  left: 50%;
  margin-left: -20px;
}

.teaser_icon i[class*="icon"] {
  display: inline-block;
  font-size: 80px;
  color: #ffffff;
  background-color: #08B2C8;
  padding: 30px;
  border: 10px solid transparent;
  border-radius: 100%;
  -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[class*="icon"] {
  color: #08B2C8;
  background-color: #ffffff;
  border: 10px solid #08B2C8;
}

.side_teaser h3 {
  font-weight: 300;
  text-transform: uppercase;
}

.side_teaser .pull-left [class*="icon"],
.side_teaser .pull-right [class*="icon"] {
  font-size: 80px;
  color: #343434;
}

.teaser.with_counter p.counter {
  font-size: 54px;
  margin: 26px 0;
}

.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 + 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: #e4e4e4 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: #08B2C8;
}
.testimonials-carousel .carousel-indicators li.active {
  background-color: #08B2C8;
}

/*thumbnail*/
.thumbnail {
  position: relative;
  text-align: center;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  padding: 0;
  overflow: hidden;
}
.thumbnail img {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.thumbnail .caption {
  padding-top: 30px;
  color: inherit;
  position: absolute;
  height: auto;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  border-top: 2px solid #e4e4e4;
  background-color: #ffffff;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.thumbnail:hover img {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.thumbnail:hover .caption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}

.thumbnail + h3 {
  text-align: center;
  font-size: 1.4em;
  margin: -10px 0 2px;
}

.thumbnail + h3 + p {
  text-align: center;
  color: #08B2C8;
}

/*vertical tabs*/
.vertical-tabs .nav > li > a {
  border: 1px solid #e4e4e4;
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 1.7em;
}
.vertical-tabs .nav > li.active a {
  color: #343434;
}

@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 #e4e4e4;
    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: 10px;
  outline: 12px solid #eeeeee;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  overflow: hidden;
}

.plan-name {
  border-bottom: 1px solid #e4e4e4;
  background-color: #f5f5f5;
  padding: 20px 0;
}

.plan-name h3 {
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}

.plan-price {
  margin: 15px 0;
  position: relative;
}
.plan-price span:first-child {
  font-size: 40px;
  position: absolute;
  background-color: #08B2C8;
  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;
  color: #08B2C8;
}
.plan-price p {
  display: inline;
  color: #343434;
  font-size: 40px;
  margin-left: -4px;
  letter-spacing: -1px;
}
.plan-price span + span + p {
  margin-left: -48px;
  font-size: 2em;
}

.features-list li {
  margin: 10px 30px;
  padding-top: 10px;
  border-top: 1px solid #e4e4e4;
}
.features-list .enabled:before,
.features-list .disabled:before {
  font-family: 'rt-icons';
  content: "\e600";
  padding-right: 8px;
  color: #08B2C8;
}
.features-list .disabled:before {
  color: #343434;
  content: "\e602";
}

.call-to-action {
  margin: 20px 20px 30px;
}

.style2 {
  background-color: #f5f5f5;
}
.style2 .plan-name {
  background-color: #08B2C8;
}
.style2 .plan-name h3 {
  color: #ffffff;
}

/*contact form*/
.contact-form-respond {
  padding-left: 20px;
}

.contact-form-respond:before {
  font-family: 'rt-icons';
  content: "\e600";
  padding-right: 10px;
}

/*
**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;
  /* 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;
  top: -80px;
  text-align: right;
  /* 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.active span,
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #08B2C8;
}
.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: 28px;
  height: 28px;
  text-align: center;
  margin: 0 2px;
  left: 10px;
  border-radius: 1px;
  background-color: #08B2C8;
  color: #ffffff;
  -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: #343434;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 10px;
  left: auto;
}
.owl-theme .owl-controls .owl-buttons div:before {
  content: '\e82b';
  font-family: 'fontello';
  line-height: 28px;
  font-size: 16px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:before {
  content: '\e82c';
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/* RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/* THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #08B2C8;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #08B2C8;
  text-indent: -9999px;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  outline: 0;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #343434;
}

.bxslider {
  margin: 0;
  padding: 0;
}

.bxslider li {
  padding: 30px 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background-color: #08B2C8;
}

.bx-wrapper .bx-next {
  right: 10px;
  background-color: #08B2C8;
}

.bx-wrapper .bx-next:before {
  content: '\e841' !important;
  left: 19px !important;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  outline: 0;
  width: 46px;
  height: 46px;
  font-size: 0;
  color: transparent;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a:before {
  position: absolute;
  left: 16px;
  top: 11px;
  color: #ffffff;
  font-size: 29px;
  font-family: "fontello";
  content: '\e840';
}

.bx-wrapper .bx-controls-direction a:hover {
  background-color: #343434;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*
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: #343434;
}

.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: #343434;
  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: #08B2C8;
}

.fs-pager-wrapper a {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 4px solid #08B2C8;
  position: relative;
  top: -8px;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 5px 0 0;
}

.fs-pager-wrapper .active {
  background-color: #08B2C8;
}

.fraction-slider p {
  color: #ffffff;
  position: absolute;
  top: -200px;
  z-index: 8000;
  padding: 1% 2%;
  font-size: 50px;
  line-height: 100%;
  color: #ffffff;
  white-space: nowrap;
  text-transform: uppercase;
}

.fraction-slider p.big {
  font-size: 70px;
}

.fraction-slider p.light {
  background-color: #ffffff;
}
.fraction-slider p.light a {
  color: #343434;
}
.fraction-slider p.light a:hover {
  color: #08B2C8;
}

/*
timeline
*/
.tmtimeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.tmtimeline li {
  position: relative;
}

/* The line */
.tmtimeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #f8af9f;
  left: 20%;
  margin-left: -10px;
}

/* The date/time */
.tmtimeline > li .tmtime {
  display: block;
  width: 25%;
  padding-right: 100px;
  position: absolute;
}

.tmtimeline > li .tmtime span {
  display: block;
  text-align: right;
}

.tmtimeline > li .tmtime span {
  font-size: 2.9em;
  color: #f8af9f;
}

.tmtimeline > li:nth-child(odd) .tmtime span {
  color: #f48870;
}

/* Right content */
.tmtimeline > li .tmlabel {
  margin: 0 0 15px 25%;
  background: #08B2C8;
  color: #ffffff;
  padding: 0.9em 1.1em 0.3em;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  border-radius: 2px;
}

.tmtimeline > li:nth-child(odd) .tmlabel {
  background: #eb3a12;
}

.tmtimeline > li .tmlabel h2 {
  color: #ffffff;
  margin-top: 0px;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #f48870;
}

/* The triangle */
.tmtimeline > li .tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #08B2C8;
  border-width: 10px;
  top: 10px;
}

.tmtimeline > li:nth-child(odd) .tmlabel:after {
  border-right-color: #eb3a12;
}

/* The icons */
.tmtimeline > li .tmicon {
  width: 40px;
  height: 40px;
  font-size: 1.4em;
  line-height: 40px;
  position: absolute;
  color: #fff;
  background: #eb3a12;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #f8af9f;
  text-align: center;
  left: 20%;
  top: 0;
  margin: 0 0 0 -25px;
}

.tmicon-foundation:before {
  content: "\e620";
}

.tmicon-office:before {
  content: "\e62f";
}

.tmicon-mail:before {
  content: "\e002";
}

.tmicon-earth:before {
  content: "\e003";
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {
  .tmtimeline > li .tmtime span:last-child {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 47.2em) {
  .tmtimeline:before {
    display: none;
  }

  .tmtimeline > li .tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
  }

  .tmtimeline > li .tmtime span {
    text-align: left;
  }

  .tmtimeline > li .tmlabel {
    margin: 0 0 30px 0;
    padding: 1em;
    font-weight: 400;
    font-size: 95%;
  }

  .tmtimeline > li .tmlabel:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #3594cb;
    top: -20px;
  }

  .tmtimeline > li:nth-child(odd) .tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #6cbfee;
  }

  .tmtimeline > li .tmicon {
    position: relative;
    float: right;
    left: auto;
    margin: -55px 5px 0 0px;
  }
}
/*
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 #08B2C8;
  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: #343434;
  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: 20px;
  text-align: center;
  z-index: 2;
}

.flex-control-nav li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 18px;
  height: 18px;
  display: block;
  background: #08B2C8;
  border: 2px solid #08B2C8;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.flex-control-paging li a:hover {
  background-color: transparent;
}

.flex-control-paging li a.flex-active {
  background-color: transparent;
}

.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: 180px;
  height: 180px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.percent {
  display: inline-block;
  font-size: 2em;
  color: #343434;
  line-height: 180px;
  z-index: 2;
}

.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}

.angular {
  margin-top: 100px;
}

.angular .chart {
  margin-top: 0;
}

/* 
totop 
*/
#toTop {
  bottom: 20px;
  right: 20px;
  display: none;
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: fixed;
  text-decoration: none;
  z-index: 9999;
  font-size: 0;
  color: transparent;
  background-color: #343434;
}

#toTop:after {
  color: #ffffff;
  content: '\e82d';
  font-size: 22px;
  line-height: 40px;
  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: #08B2C8;
  bottom: 23px;
}

#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: #08B2C8;
  font-weight: 400;
}

.countdown-period {
  display: block;
}

.countdown-descr {
  display: block;
  width: 100%;
}

/*
isotope portfolio
*/
#isotope_filters {
  text-align: center;
  margin: 30px 0 30px;
}

#isotope_filters a {
  padding: 9px 22px;
  margin: 0 4px 4px 0;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  display: inline-block;
  color: #7f7f7f;
}

#isotope_filters a:hover {
  background-color: #08B2C8;
  border-color: #08B2C8;
  color: #ffffff;
}

.event-item {
  padding: 0;
  overflow: hidden;
  position: relative;
  margin-right: -1px;
  max-width: 100%;
}

.event-item-description {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 35px;
  text-align: center;
}

.event-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.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.event-date {
  margin-bottom: 0;
}

.gallery-image-links a {
  width: 40px;
  height: 40px;
  z-index: 3;
  display: inline-block;
  line-height: 36px;
  border: 1px solid #e4e4e4;
  color: #7f7f7f;
  font-size: 18px;
  border-radius: 1px;
  text-align: center;
  position: absolute;
  bottom: -50px;
  right: 11px;
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -ms-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.gallery-image-links a:hover {
  color: #ffffff;
  background-color: #08B2C8;
  border-color: #08B2C8;
}

.gallery-image-links a.p-link {
  right: 61px;
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.event-item:hover .gallery-image-links a {
  bottom: 10px;
}

.gallery-image-links a:before {
  font-family: 'rt-icons';
  content: "\e68d";
}

.gallery-image-links a.p-link:before {
  content: "\e68c";
}

.event-item .event-item-description {
  z-index: 2;
  background-color: #f8f8f8;
  -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;
}

.event-item h3 {
  background: transparent;
  margin: 20px 40px 0px 40px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -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;
}

.event-item 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.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;
}

.event-item:hover .event-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;
}

.event-item:hover img {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.event-item:hover h3,
.event-item:hover p,
.event-item:hover a.info {
  -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;
}

.project-details h4 {
  margin-top: 0;
}
.project-details p span {
  font-weight: 700;
}
.project-details p + p {
  border-top: 1px solid #e4e4e4;
  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;
}

/*switcher styles*/
#switcher {
  position: fixed;
  padding: 0 10px 0 20px;
  top: 30%;
  left: -200px;
  width: 200px;
  height: 350px;
  background-color: #ffffff;
  z-index: 12500;
  -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);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#switcher.active {
  left: 0;
}

#switcher span {
  -webkit-box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #1D1D1D;
  background-color: #ffffff;
  text-align: center;
  right: -50px;
  top: 0;
  cursor: pointer;
}

#switcher li {
  margin-bottom: 10px;
}

#switcher p {
  margin-top: -7px;
}

#switcher-version a {
  padding: 6px 12px;
  display: inline-block;
  line-height: 1;
}

#switcher-version a.light, #switcher-version a.dark:hover {
  background-color: #f1f1f1;
  color: #1D1D1D;
}

#switcher-version a.dark, #switcher-version a.light:hover {
  background-color: #343434;
  color: #ffffff;
}

#switcher-colors a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #4bb8e7;
}

#switcher-colors a.color2 {
  background-color: #1BA573;
}

#switcher-colors a.color3 {
  background-color: #08B2C8;
}
.projeler { height:300px; min-height:300px; margin-bottom:25px !important; }
.projeler div img { display:block; height:250px; max-height:250px; margin:0 auto !important; }
.ustblok, .bosluksuz { padding-top:0 !important; padding-bottom:0 !important; }