@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,700,600,400,400italic);
/*
** Table Of Contents

**bootstrap overrides
**vertical margins and paddings
**general styles
**utilites
**styled lists
**icons
**buttons 
**common sections styles
**light section
**grey section
**dark sections
**color section
**boxed layout
**template styles
**main menu (min 768px) styles
**main menu mobile styles
**blog
**widgets
**shortcodes
**plugins
  - Owl Carousel
  - FlexSlider
  - prettyPhoto
  - Easy pieChart
  - toTop
  - Isotope Portfolio

*/
/*
**bootstrap overrides
*/
/*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: 5px 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  color: #404040;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
  color: inherit;
}

.breadcrumb > .active {
  color: inherit;
  opacity: 0.9;
}

.breadcrumb > li + li:before {
  color: inherit;
  padding: 0 13px;
}

/*pagination*/
.pagination > li > a,
.pagination > li > span {
  text-align: center;
  padding: 10px 0;
  border-color: rgba(0, 0, 0, 0.1);
  margin-left: 9px;
  min-width: 40px;
  max-width: 40px;
  color: #404040;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0px;
  padding: 10px 0;
  color: #404040;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0px;
  padding: 10px 0;
  color: #404040;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #d94362;
  border-color: #d94362;
  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: #d94362;
  border-color: #d94362;
  color: #ffffff;
}

/*forms*/
.form-control {
  height: 40px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: transparent;
  border-radius: 0;
  color: #372d3b;
  padding-left: 30px;
  padding-right: 40px;
  font-size: 16px;
}

.form-control, .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control.invalid {
  -webkit-box-shadow: 0 0 0 2px #d94362;
  box-shadow: 0 0 0 2px #d94362;
}

.form-control:focus {
  border-color: #808080;
  color: #808080;
}

.form-control:-moz-placeholder {
  color: #808080;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #808080;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #808080;
}

.form-control::-webkit-input-placeholder {
  color: #808080;
}

.form-control:focus:-moz-placeholder {
  color: transparent;
  opacity: 1;
}

.form-control:focus::-moz-placeholder {
  color: transparent;
  opacity: 1;
}

.form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

@media (min-width: 768px) {
  form > .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  form > .row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.form-control + [class*="icon-"] {
  position: absolute;
  font-size: 24px;
  right: 20px;
  top: 7px;
  color: #d94362;
}

/*carousel*/
.carousel {
  overflow: hidden;
}

.carousel-indicators li {
  width: 14px;
  height: 14px;
  border-width: 2px;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.carousel-indicators li:hover {
  opacity: 0.8;
}

.carousel-indicators .active {
  border-color: #d94362;
  width: 14px;
  height: 14px;
  background-color: transparent;
}

.carousel-control {
  border: 1px solid #ffffff;
  color: #ffffff !important;
  border-radius: 0px;
  width: 50px;
  height: 50px;
  left: -50px;
  top: 50%;
  margin-top: -25px;
  text-shadow: none;
  opacity: 1;
  background-image: none !important;
  filter: alpha(opacity=100);
}

.carousel-control.right {
  right: -50px;
}

.carousel:hover .carousel-control {
  left: 50px;
}

.carousel:hover .carousel-control.right {
  left: auto;
  right: 50px;
}

.carousel-control span {
  font-family: 'fontello' !important;
  width: 50px !important;
  height: 50px !important;
  margin: 0 !important;
  font-size: 16px !important;
  left: 0 !important;
  top: 0 !important;
  line-height: 50px;
}

.carousel-control .icon-prev:before {
  content: '\e801';
}

.carousel-control .icon-next:before {
  content: '\e80a';
}

/*collapse accordion*/
.panel-heading .panel-title {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0;
  position: relative;
}
.panel-heading .panel-title > a {
  line-height: 1;
  display: block;
  padding: 14px 50px 14px 30px;
  border-radius: 0px;
  color: #ffffff;
  background-color: #d94362;
  border-color: #d94362;
}
.panel-heading .panel-title > a.collapsed:hover,
.panel-heading .panel-title > a:hover {
  color: #ffffff;
  background-color: #d94362;
  border-color: #d94362;
}
.panel-heading .panel-title > a.collapsed {
  color: #ffffff;
  background-color: #404040;
  border-color: #404040;
}
.panel-heading .panel-title > a:after {
  font-family: 'fontello';
  content: '\e802';
  position: absolute;
  font-size: 12px;
  right: 28px;
  top: 14px;
}
.panel-heading .panel-title > a.collapsed:after {
  content: '\e804';
}

.panel {
  box-shadow: none;
}

.panel-group .panel {
  border-radius: 0;
  background-color: transparent;
}

.panel-default > .panel-heading {
  background-color: transparent;
  color: inherit;
  position: relative;
  border: none;
  border-radius: 0;
  padding: 0;
}

.panel-default {
  border-color: transparent;
}

.panel-group .panel + .panel {
  margin-top: 8px;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  padding: 23px 30px 30px;
  margin-top: -3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

/*progress bars*/
p + .progress {
  margin-top: -10px;
}

.progress {
  overflow: visible;
  height: 10px;
  position: relative;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f5f5f5;
}

.progress-bar {
  background-color: #d94362;
  color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar span {
  position: relative;
  color: #ffffff;
  top: -5px;
  font-size: 0.9em;
  display: none;
}

.alert {
  border-radius: 0;
}

.media-right, .media > .pull-right {
  padding-left: 20px;
}

.media-left, .media > .pull-left {
  padding-right: 20px;
}

/*nav*/
.nav > li > a {
  color: inherit;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: inherit;
}

/*tabs*/
.tab-content {
  border-radius: 0 0 0 0;
  padding: 20px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.tab-content.no-border {
  padding: 0;
  border: none;
  background-color: transparent !important;
}

.nav-tabs {
  border-bottom-color: transparent;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding: 13px 20px;
  margin-right: 2px;
  margin-top: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-bottom-color: #ffffff;
  background-color: transparent;
  color: #404040;
}

/*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;
}

li.media:before,
li.media:after {
  display: block;
  content: '';
  clear: both;
}

/*
**vertical margins and paddings
*/
section > [class*="container"] {
  padding-top: 100px;
  padding-bottom: 100px;
}

.darkgrey_section + .darkgrey_section > [class*="container"],
.dark_section + .dark_section > [class*="container"],
.color_section + .color_section > [class*="container"],
.light_section + .light_section > [class*="container"],
.grey_section + .grey_section > [class*="container"] {
  padding-top: 5px;
}

.darkgrey_section.with_bottom_border + .darkgrey_section > [class*="container"],
.dark_section.with_bottom_border + .dark_section > [class*="container"],
.color_section.with_bottom_border + .color_section > [class*="container"],
.light_section.with_bottom_border + .light_section > [class*="container"],
.grey_section.with_bottom_border + .grey_section > [class*="container"] {
  padding-top: 90px;
}

.darkgrey_section + .darkgrey_section.with_top_border > [class*="container"],
.dark_section + .dark_section.with_top_border > [class*="container"],
.color_section + .color_section.with_top_border > [class*="container"],
.light_section + .light_section.with_top_border > [class*="container"],
.grey_section + .grey_section.with_top_border > [class*="container"] {
  padding-top: 90px;
}

.darkgrey_section + .darkgrey_section.darkgrey_lighter > [class*="container"],
.darkgrey_section.darkgrey_lighter + .darkgrey_section > [class*="container"] {
  padding-top: 100px;
}

.row + .row {
  margin-top: 20px;
}

section > [class*="container"] > .row > [class*="col-"],
footer > [class*="container"] > .row > [class*="col-"] {
  margin-top: 10px;
  margin-bottom: 10px;
}

section > [class*="container"] > .row > [class*="col-"]:last-child,
footer > [class*="container"] > .row > [class*="col-"]:last-child {
  margin-bottom: 0;
}

.table_section [class*="container"] {
  height: 100%;
}

.table_section .row {
  display: table;
  min-width: 100%;
  height: 100%;
}

.table_section [class*="col-"] {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

@media screen and (max-width: 767px) {
  .table_section .row,
  .table_section [class*="col-"] {
    display: block;
    width: auto;
  }

  section [class*="col-"] + [class*="col-"],
  footer [class*="col-"] + [class*="col-"] {
    margin-top: 25px !important;
  }

  [class*="col-xs"] + [class*="col-xs"] {
    margin-top: 0 !important;
  }
}
.action_section > [class*="container"] {
  padding-top: 70px;
  padding-bottom: 70px;
}

.title_section > [class*="container"] {
  padding-bottom: 50px;
}

#breadcrumbs > [class*="container"] {
  padding-top: 25px;
  padding-bottom: 33px;
}

#breadcrumbs.light_section + .light_section > [class*="container"] {
  padding-top: 50px;
}

#topmenu > [class*="container"] {
  padding-top: 1px;
  padding-bottom: 1px;
}

#topline > [class*="container"] {
  padding-top: 25px;
  padding-bottom: 25px;
}

#pagination > [class*="container"] {
  padding-top: 30px;
  padding-bottom: 30px;
}

#form > [class*="container"] {
  padding-top: 56px;
  padding-bottom: 66px;
}

#info > [class*="container"] {
  padding-bottom: 1px;
}

#footer > [class*="container"] {
  padding-top: 68px;
  padding-bottom: 45px;
}

#copyright > [class*="container"] {
  padding-top: 34px;
  padding-bottom: 34px;
}

@media (max-width: 767px) {
  .container {
    max-width: 500px;
  }
}
/*
**general styles
*/
html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

::selection {
  color: #ffffff;
  background-color: #d94362;
}

::-moz-selection {
  color: #ffffff;
  background-color: #d94362;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  background-color: #ffffff;
  overflow: visible;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}

h2 {
  margin-bottom: 20px;
}

p {
  margin-bottom: 16px;
}

blockquote,
.blockquote {
  font-size: 16px;
  position: relative;
  margin: 20px 0;
  padding: 10px 10px 10px 21px;
  color: #404040;
  border-left: 5px solid #d94362;
  font-style: italic;
}

blockquote h3 {
  font-size: 0.9em;
  font-style: normal;
}

blockquote h3:before,
blockquote h3:after {
  content: ' - ';
}

img {
  max-width: 100%;
  
}

section strong, footer strong {
  color: #404040;
  font-weight: 400;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a:hover {
  color: #808080;
  text-decoration: none;
  -webkit-transition: all 0.15s linear 0s;
  -moz-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  -ms-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}

a:focus {
  outline: medium none;
  text-decoration: none;
}

a img {
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}

iframe {
  border: none;
  max-width: 100%;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/*
**utilites
*/
.alignleft {
  float: left;
  margin: 5px 30px 15px 0;
  max-width: 50%;
}

.with_background {
  padding: 40px;
  background-color: #f5f5f5;
}

.with_border {
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#response,
.highlight {
  color: #fff980;
}

.grey {
  color: #404040;
}

.thin {
  font-weight: 300;
}

/*dividers*/
.divider20 {
  margin: 20px 0;
}

.divider40 {
  margin: 40px 0;
}

.topmargin0 {
  margin-top: 0;
}

.topmargin10 {
  margin-top: 10px;
}

.topmargin40 {
  margin-top: 40px;
}

.margin0 {
  margin: 0;
}

/*vertical align*/
.display_table {
  display: table;
  width: 100%;
  height: 100%;
}

.display_table_cell {
  display: table-cell;
  vertical-align: middle;
}

.not_found {
  font-size: 300px;
}

@media (min-width: 768px) {
  .text-md-right {
    text-align: right;
  }
}
/*
**styled lists
*/
ul.list1 {
  list-style: none;
  color: #404040;
  padding: 0;
  max-width: 290px;
}

ul.list1 li {
  position: relative;
  padding: 4px 0 4px 22px;
}

ul.list1 li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

ul.list1 li:before {
  color: #d94362;
  content: '';
  display: block;
  position: absolute;
  border: 2px solid;
  left: 0px;
  top: 13px;
  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: #d94362;
  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: #d94362;
  border-radius: 100%;
}

/*
**icons
*/
a[class^="socialico-"] {
  font-size: 0px !important;
  display: inline-block;
  position: relative;
  padding-right: 29px;
  line-height: 29px;
  vertical-align: top;
  margin-right: 5px;
}

a[class^="socialico-"]:before {
  display: inline-block;
  text-indent: 0;
  overflow: hidden;
  font-family: 'socialicoregular';
  font-size: 25px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 1px;
  width: 29px;
  height: 29px;
  line-height: 29px;
  margin: 0;
  color: #ffffff;
  background-color: #404040;
  border-radius: 50%;
  -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: #d94362 !important;
  border-color: #d94362 !important;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}

/*colors for used social icons*/
a.socialico-facebook:hover:before {
  background-color: #507cbe !important;
}

a.socialico-twitter:hover:before {
  background-color: #00abef !important;
}

a.socialico-flickr:hover:before {
  background-color: #ff0084 !important;
}

a.socialico-google:hover:before {
  background-color: #cb4437 !important;
}

a.socialico-linkedin:hover:before {
  background-color: #00649b !important;
}

a.socialico-dribble:hover:before {
  background-color: #f76799 !important;
}

a.socialico-pint:hover:before {
  background-color: #00bdec !important;
}

a.socialico-skype:hover:before {
  background-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-"] {
  font-size: 1.2em;
  position: relative;
  top: .1em;
  line-height: 0;
  padding-right: 0.1em;
}

p > [class*="rt-icon-"] {
  font-size: 1.5em;
  position: relative;
  top: .2em;
  line-height: 0;
  padding-right: 0.64em;
}
p > [class*="rt-icon-"] + [class*="rt-icon-"] {
  margin-left: -0.75em;
}

a > [class*="rt-icon-"],
.theme_button > [class*="rt-icon-"] {
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 3px;
  padding: 4px;
}

.theme_button > [class*="glyphicon"],
.theme_button > [class*="fa-"] {
  padding: 0 17px;
  font-size: 1.5em;
  line-height: 0.2;
  position: relative;
  top: 3px;
}

/* 
**buttons 
*/
.theme_button {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
  padding: 18px 44px;
  line-height: 1;
  display: inline-block;
  background-color: transparent;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  background-color: #d94362;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}

.theme_button:active,
.theme_button:hover,
.theme_button:focus {
  color: #ffffff;
  background-color: #404040;
  border-color: #404040;
  opacity: 1;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}

.theme_button:active {
  top: 1px;
}

.theme_button.inverse {
  color: #ffffff;
  background-color: #404040;
}

.block_button {
  display: block;
  width: 100%;
  text-align: center;
}

/*
**common sections styles
*/
/*parallax*/
.parallax {
  background-attachment: fixed !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  overflow: hidden;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 767px) {
  .parallax {
    -webkit-background-size: auto auto !important;
    -moz-background-size: auto auto !important;
    -o-background-size: auto auto !important;
    background-size: auto auto !important;
  }
}
.parallax:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
}

.parallax.light_section:after {
  background-color: #ffffff;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=92)";
  filter: alpha(opacity=92);
  opacity: 0.92;
}

.parallax.grey_section:after {
  background-color: #fafafa;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.parallax.color_section:after {
	background-color:#362e04;
  /*background-color: #d94362;*/
  background-image: url(../img/background_section.png);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  /*opacity: 0.9;*/
}

.parallax.dark_section:after {
  background-color: #362e04;
  background-image: url(../img/background_section_dark.png);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: alpha(opacity=95);
  opacity: 0.95;
}

.parallax.darkgrey_section:after {
  background-color: #404040;
  background-image: url(../img/background_section.png);
}

.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,
.with_bottom_border {
  position: relative;
}

.with_top_border:before,
.with_bottom_border:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.with_bottom_border:after {
  top: auto;
  bottom: 0;
}

.section_header {
  margin: 0 0 10px;
  font-size: 70px;
  position: relative;
  word-wrap: break-word;
}
.section_header.big {
  font-size: 90px;
  margin-bottom: 30px;
}
.section_header.small {
  font-size: 40px;
  text-transform: uppercase;
}

.section_header.page-title {
  font-size: 48px;
}

.section_header + h3 {
  margin: -22px 0 24px;
  font-size: 60px;
  font-weight: 300;
}

.section_header + p {
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  line-height: 1.5em;
  position: relative;
  color: #c26600;
}

.section_header.big + p {
  font-size: 30px;
  margin-bottom: 30px;
}

.text-center .section_header + p,
.section_header.text-center + p {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section_header + blockquote {
  font-size: 16px;
  max-width: 60%;
  margin: 50px auto 44px;
  border: none;
  background-color: transparent;
  padding: 0 40px;
}

.section_header + blockquote:before, .section_header + blockquote:after {
  font-style: normal;
  font-family: 'fontello';
  content: '\e808';
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 30px;
  color: #d94362;
}

.section_header + blockquote:after {
  content: '\e809';
  left: auto;
  right: 0;
}

@media (max-width: 991px) {
  .section_header {
    font-size: 50px;
    margin-top: 0;
  }

  .section_header + blockquote, .section_header + p {
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .section_header {
    font-size: 50px;
    margin-top: 0;
  }

  .section_header + blockquote, .section_header + p {
    max-width: 100% !important;
  }
}
/*page preloader*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 13000;
  height: 100%;
}

.preloader_image {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../img/preloader.gif) no-repeat 50% 50% transparent;
  margin: -40px 0 0 -40px;
}

/**light section*/
.light_section {
  /*background-color: #ffffff;*/
  background:url(../example/texture.gif) repeat;
  color: #474747;
}
.light_section h1,
.light_section h2,
.light_section h3,
.light_section h4,
.light_section h5,
.light_section h6 {
  color: #bf0000;
}
.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: #d94362;
}
.light_section a {
  /*color: #d94362;*/
  color:#454545;
}
.light_section a:hover {
  color: #808080;
}
.light_section .theme_button {
  color: #ffffff;
}
.light_section .theme_button:hover, .light_section .theme_button:focus {
  color: #ffffff;
  background-color: #404040;
  border-color: #404040;
}
.light_section .theme_button.inverse {
  color: #ffffff;
}
.light_section .theme_button.inverse:hover, .light_section .theme_button.inverse:focus {
  border-color: #d94362;
  background-color: #d94362;
  color: #ffffff;
}
.light_section .widget_tag_cloud a:hover {
  color: #ffffff;
}

/**grey section*/
.grey_section {
  background-color: #fafafa;
  color: #737373;
}
.grey_section h1,
.grey_section h2,
.grey_section h3,
.grey_section h4,
.grey_section h5,
.grey_section h6 {
  color: #383838;
}
.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: #d94362;
}

/**common dark sections*/
[class*="dark"] {
  /* shortcodes */
}
[class*="dark"] h1,
[class*="dark"] h2,
[class*="dark"] h3,
[class*="dark"] h4,
[class*="dark"] h5,
[class*="dark"] h6 {
  color: #ffffff;
}
[class*="dark"] h1 a,
[class*="dark"] h2 a,
[class*="dark"] h3 a,
[class*="dark"] h4 a,
[class*="dark"] h5 a,
[class*="dark"] h6 a {
  color: #ffffff;
}
[class*="dark"] h1 a:hover,
[class*="dark"] h2 a:hover,
[class*="dark"] h3 a:hover,
[class*="dark"] h4 a:hover,
[class*="dark"] h5 a:hover,
[class*="dark"] h6 a:hover {
  color: #d94362;
}
[class*="dark"] strong {
  color: #ffffff;
}
[class*="dark"] a {
  color: #fff980;
}
[class*="dark"] a:hover {
  color: #ffffff;
}
[class*="dark"] hr {
  border-color: rgba(255, 255, 255, 0.1);
}
[class*="dark"] blockquote, [class*="dark"] .blockquote {
  color: #ffffff;
}
[class*="dark"] .theme_button {
  background-color: #cf0000;
border-color: #bf0000;
  color: #ffffff;
}
[class*="dark"] .theme_button:hover, [class*="dark"] .theme_button:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #404040;
}
[class*="dark"] .theme_button.inverse {
  border-color: #d94362;
  background-color: #ffffff;
  color: #404040;
}
[class*="dark"] .theme_button.inverse:hover, [class*="dark"] .theme_button.inverse:focus {
  background-color: #d94362;
  color: #ffffff;
}
[class*="dark"] .with_background {
  background-color: rgba(255, 255, 255, 0.06);
}
[class*="dark"] .with_border {
  border-color: rgba(255, 255, 255, 0.1);
}
[class*="dark"] .grey {
  color: #ffffff;
}
[class*="dark"].with_top_border:before, [class*="dark"].with_bottom_border:after {
  background-color: rgba(255, 255, 255, 0.1);
}
[class*="dark"] .section_header + p {
  color: #ffffff;
}
[class*="dark"] .form-control {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}
[class*="dark"] .border-paragraphs p + p {
  border-color: rgba(255, 255, 255, 0.1);
}
[class*="dark"] .table-bordered,
[class*="dark"] .table th,
[class*="dark"] .table td {
  border-color: rgba(255, 255, 255, 0.1);
}
[class*="dark"] .table-striped > tbody > tr:nth-child(odd),
[class*="dark"] .table-striped > tbody > tr:nth-child(odd) > td,
[class*="dark"] .table-striped > tbody > tr:nth-child(odd) > th {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.06);
}
[class*="dark"] .teaser_icon i[class*="icon"] {
  color: #d94362;
}
[class*="dark"] .teaser h2 + p {
  color: #ffffff;
}
[class*="dark"] .panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: rgba(255, 255, 255, 0.1);
}
[class*="dark"] .panel-heading .panel-title > a.collapsed {
  color: #404040;
  background-color: #ffffff;
  border-color: #ffffff;
}
[class*="dark"] .tab-content {
  background-color: rgba(255, 255, 255, 0.06);
}
[class*="dark"] .tab-content, [class*="dark"] .nav-tabs > li > a {
  border-color: rgba(255, 255, 255, 0.1);
}
[class*="dark"] .nav-tabs > li.active > a, [class*="dark"] .nav-tabs > li.active > a:hover, [class*="dark"] .nav-tabs > li.active > a:focus {
  border-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: transparent;
  background-color: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}
[class*="dark"] .vertical-tabs .nav > li > a {
  border-color: rgba(255, 255, 255, 0.1);
}
[class*="dark"] .vertical-tabs .nav > li.active a {
  background-color: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}
[class*="dark"] .vertical-tabs .nav > li.active a:after,
[class*="dark"] .vertical-tabs .nav > li.active a:before {
  display: none;
}
[class*="dark"] #isotope_filters a, [class*="dark"] .filters a {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}
[class*="dark"] .price-table {
  border-color: rgba(255, 255, 255, 0.1);
  outline-color: rgba(255, 255, 255, 0.1);
}
[class*="dark"] .price-table.style2 {
  background-color: rgba(255, 255, 255, 0.06);
}
[class*="dark"] .plan-name {
  background-color: rgba(255, 255, 255, 0.06);
}
[class*="dark"] .plan-price p {
  color: #ffffff;
}
[class*="dark"] .features-list .disabled:before {
  color: #ffffff;
}
[class*="dark"] ul.list1 {
  color: #ffffff;
}
[class*="dark"] ul.list1 li + li {
  border-color: rgba(255, 255, 255, 0.1);
}
[class*="dark"] .entry-meta {
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
[class*="dark"] .post-content {
  border-color: rgba(255, 255, 255, 0.1);
}
[class*="dark"] .owl-theme .owl-controls .owl-buttons div {
  border-color: rgba(255, 255, 255, 0.1);
}
[class*="dark"] .upcomming-events .owl-item + .owl-item {
  border-color: rgba(255, 255, 255, 0.1);
}
[class*="dark"] .testimonials-carousel .media + p {
  background-color: rgba(255, 255, 255, 0.06);
}
[class*="dark"] .side-item {
  border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 992px) {
  [class*="dark"].blog article.post .date, [class*="dark"].blog-single article.post .date {
    color: inherit;
  }
}
[class*="dark"] .entry-excerpt {
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
[class*="dark"] .comment-meta {
  color: #ffffff;
}
[class*="dark"] .comment-list article:after {
  background-color: rgba(255, 255, 255, 0.1);
}
[class*="dark"] .comment-respond {
  border-color: rgba(255, 255, 255, 0.1);
}
[class*="dark"] .events-grid .entry-tags {
  border-color: rgba(255, 255, 255, 0.1);
}
[class*="dark"] .widget_recent_entries li,
[class*="dark"] .widget_recent_comments li,
[class*="dark"] .widget_archive li,
[class*="dark"] .widget_categories li,
[class*="dark"] .widget_meta li,
[class*="dark"] .widget_nav_menu li,
[class*="dark"] .widget_pages li,
[class*="dark"] .widget_popular_entries li {
  border-color: rgba(255, 255, 255, 0.1);
}
[class*="dark"] .widget_nav_menu ul ul {
  border-color: rgba(255, 255, 255, 0.1);
}
[class*="dark"] .widget_popular_entries .media-heading {
  color: #ffffff;
}
[class*="dark"] .widget_recent_comments li:before,
[class*="dark"] .widget_recent_entries li:before {
  color: #ffffff;
}
[class*="dark"] .widget_recent_entries a:before, [class*="dark"] .widget_archive a:before, [class*="dark"] .widget_categories a:before, [class*="dark"] .widget_meta a:before, [class*="dark"] .widget_nav_menu a:before, [class*="dark"] .widget_pages a:before {
  color: #ffffff;
}
[class*="dark"] .tweet_list li + li .tweet_right {
  border-color: rgba(255, 255, 255, 0.1);
}
[class*="dark"] .widget_tag_cloud a {
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
[class*="dark"] .widget_tag_cloud a:hover {
  color: #ffffff;
}
[class*="dark"] #calendar_wrap {
  border-color: rgba(255, 255, 255, 0.1);
}
[class*="dark"] .widget_calendar tfoot td a {
  border-color: rgba(255, 255, 255, 0.1);
}

/**dark section*/
.dark_section {
  background-color: #372d3b;
  color: #e3e3e3;
}

/**darkgrey section*/
.darkgrey_section {
  background-color: #404040;
  color: #b0b0b0;
}
.darkgrey_section .section_header + p {
  color: #808080 !important;
}

.darkgrey_section.darkgrey_lighter {
  background-color: #484848;
}

/**color section*/
.color_section {
  background-color: #d94362;
  color: #f3c2cc;
}
.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: #f3c2cc;
}
.color_section a {
  color: #ffffff;
}
.color_section a:hover {
  color: #f3c2cc;
}
.color_section blockquote, .color_section .blockquote {
  border-color: #e26d85;
}
.color_section .theme_button {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #404040;
}
.color_section .theme_button:hover, .color_section .theme_button:focus {
  background-color: #404040;
  border-color: #404040;
  color: #ffffff;
}
.color_section .theme_button.inverse {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.color_section .theme_button.inverse:hover, .color_section .theme_button.inverse:focus {
  background-color: #404040;
  border-color: #404040;
  color: #ffffff;
}
.color_section .with_background {
  background-color: #dc506d;
}
.color_section .with_border {
  border-color: #e26d85;
}
.color_section.with_top_border .container:before, .color_section.with_bottom_border .container:after {
  background-color: #e26d85;
}
.color_section .section_header:before {
  background-color: #e26d85;
}
.color_section #response,
.color_section .highlight {
  color: #fbf988;
}
.color_section .form-control {
  color: #ffffff;
  border-color: #e26d85;
  background-color: #dc506d;
}
.color_section .form-control:-moz-placeholder {
  color: #f3c2cc;
}
.color_section .form-control::-moz-placeholder {
  color: #f3c2cc;
}
.color_section .form-control:-ms-input-placeholder {
  color: #f3c2cc;
}
.color_section .form-control::-webkit-input-placeholder {
  color: #f3c2cc;
}
.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;
}

/*
**boxed layout
*/
body.boxed {
  position: static;
  width: auto;
  height: auto;
}

body.pattern1 {
  background-image: url(../img/pattern1.png);
}

body.pattern2 {
  background-image: url(../img/pattern2.png);
}

body.pattern3 {
  background-image: url(../img/pattern3.png);
}

body.pattern4 {
  background-image: url(../img/pattern4.png);
}

.boxed .container {
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.boxed #box_wrapper.container {
  padding: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

/*
animated elements
*/
.to_animate {
  visibility: hidden;
}

.animated {
  /*IE7 fix*/
  visibility: visible !important;
}

/*
**template styles
*/
#box_wrapper, #land {
  overflow: visible;
  position: relative;
}

@media (max-width: 767px) {
  #header,
  #header .text-right {
    text-align: center !important;
  }
}
#header {
  background-color: #fff980;
  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;
}

@media (min-width : 1244px) {
#header .navbar-brand{padding: 5px 0px 0px 50px;}
}
@media (min-width : 768px) and (max-width : 1243px){
#header .navbar-brand{padding: 30px 0px 23px 0;}
}
@media (min-width : 280px) and (max-width : 767px){
#header .navbar-brand{padding: 5px 0px 0px 0;}
}

#header .navbar-brand {
  font-family: 'Roboto Slab', serif;
  
  font-size: 25px;
  color: #c20000;
  height: auto;
  float: none;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
}

.navbar-brand img {
  position: relative;
  bottom: 3px;
  /*background-color: #fff;*/
  /*-webkit-border-radius: 50%;*/
  /*border-radius: 50%;*/
  display: inline;
  /*border: 1px solid #d5d5d5;*/
}

#mainslider + #header,
#mainslider + #header_wrapper > #header {
  position: fixed;
}

@media (min-width: 992px) {
  #mainslider + #header,
  #mainslider + #header_wrapper > #header {
    top: 50px;
  }
}
#mainslider + #header_wrapper {
  height: auto !important;
}

#header.affix {
  position: fixed;
  top: 0 !important;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}

.action_section h2 {
  margin: 0 0 6px;
}

#social {
  margin: 0;
  padding: 5px 0;
}

/*flexslider mainslider styles*/
#mainslider {
  border-bottom: 9px solid #e6af13;
}
#mainslider .flexslider {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}
#mainslider .slides li:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  background-color: #372d3b;
  background-image: url(../img/background_section_dark.png);
}
#mainslider .slide_description_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: 3;
}
#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: -2em;
}
#mainslider .highlight {
  background-color: #404040;
  color: #ffffff;
  padding: 0 5px 2px;
  display: inline-block;
}
#mainslider p:first-child {
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff;
}
#mainslider h3 {
  font-size: 90px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0 0 2px;
  padding: 0 0 2px;
  font-weight: 700;
  color: #fff980;
}
#mainslider .theme_button {
  margin-top: 30px;
  padding-left: 5px;
  padding-right: 20px;
}

@media (max-width: 1100px) {
  #mainslider .slide_description_wrapper {
    -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;
  }
  #mainslider .theme_button {
    font-size: 1.3em;
  }
}
@media (max-width: 767px) {
  #mainslider {
    margin-top: 147px;
  }
  #mainslider .flex-control-nav {
    display: none;
  }
  #mainslider h3 {
    line-height: 1;
    font-size: 50px;
  }
  #mainslider .theme_button {
    font-size: 1.8em;
  }
}
@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);
  }
}
#breadcrumbs {
  border-top: 10px solid #d94362;
}

#breadcrumbs h1 {
  display: inline;
  font-size: 70px;
}

#info > hr {
  margin: 0;
  padding-bottom: 20px;
}

#form h3 {
  font-size: 40px;
  margin: 18px 0 25px;
}

#form .theme_button {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  #features .row,
  #features [class*="col-"] {
    display: block;
    width: auto;
  }

  #breadcrumbs h1 {
    font-size: 40px;
  }
}
aside .widget a {
  color: #808080;
}

aside .widget a:hover {
  color: #d94362;
}

@media (min-width: 768px) {
  /*sidebar with background*/
}
#partners-carousel {
  text-align: center;
  margin-bottom: 0;
}

#related-gallery-items-carousel {
  margin-top: 30px;
}

#slogan {
  background-image: url(../example/parallax/slogan.jpg);
}

#breadcrumbs {
  background-image: url(../example/parallax/breadcrumbs.jpg);
}

#team {
  background-image: url(../example/parallax/team.jpg);
}

#ministries {
  background-image: url(../example/parallax/ministries.jpg);
}

#skills {
  background-image: url(../example/parallax/skills.jpg);
}

#action {
  /*background-image: url(../example/parallax/action.jpg);*/
  background-image: url(../example/slide02.jpg);
}

#contact {
  background-image: url(../example/parallax/map.jpg);
}

#footer + #copyright {
  border-top: 10px solid #d94362;
}

#copyright .navbar-brand {
  float: none;
  height: auto;
}
#copyright p {
  margin-bottom: 0;
}

#map {
  height: 500px;
}
#map img {
  max-width: inherit;
}
#map h3 {
  margin-top: 0;
}
#map p {
  line-height: 1.3;
}

/*
**main menu (min 768px) styles
*/
@media (min-width: 768px) {
  /* menu layout */
  .sf-menu, .sf-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .sf-menu li {
    position: relative;
  }

  .sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    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 {
    text-align: center;
  }

  .sf-menu ul {
    text-align: left;
    list-style: none;
    padding: 7px 0;
    background-color: #ffffff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    min-width: 12em;
    /* allow long menu items to determine submenu width */
    *width: 12em;
    /* no auto sub width for IE7, see white-space comment below */
  }

  .sf-menu a {
    padding: .75em 1.1em;
    text-decoration: none;
    zoom: 1;
    /* IE7 */
  }

  .sf-menu a {
    color: #ffffff;
  }

  .sf-menu li {
    white-space: nowrap;
    /* no need for Supersubs plugin */
    *white-space: normal;
    /* ...unless you support IE7 (let it wrap) */
    -webkit-transition: background .2s;
    transition: background .2s;
  }

  .sf-menu > li {
    display: inline-block;
    padding: 24px 0;
    position: relative;
  }

  .boxed .sf-menu > li {
    padding: 14px 0;
  }

  .sf-menu > li + li:before {
    content: '';
    width: 1px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    background-color: #cec400;
  }

  .sf-menu > li > a {
    padding: 0 20px 0 20px;
    color: #404040;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
  }

  .sf-menu > li > a:hover,
  .sf-menu > li.active > a {
    color: #d94362;
    background-color: transparent !important;
  }

  .sf-menu ul a {
    color: #404040;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
  }

  .sf-menu ul a:hover,
  .sf-menu ul li.active a {
    color: #ffffff;
    background-color: #d94362;
  }

  .affix-top .sf-menu > li > a [class*='icon'] {
    display: block;
    font-size: 1.9em;
    line-height: 1em;
    padding: 0;
    top: 0;
    text-align: center;
  }

  .sf-menu ul ul {
    border-top: 0;
  }

  .sf-menu li:hover,
  .sf-menu li.sfHover {
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
  }

  /*** arrows (for all except IE7) **/
  .sf-arrows .sf-with-ul {
    padding-right: 1.6em;
    *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.1em;
    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: 10px;
    padding-right: 10px;
  }
}
/*
**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: #fff;
    z-index: 11;
  }

  #toggle_mobile_menu {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    right: 10px;
top: -60px;
    cursor: pointer;
    border: 15px solid #bc2100;
    border-left-width: 8px;
    border-right-width: 8px;
  }

  #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: #404040;
    top: -8px;
    left: -5px;
  }

  .nav-justified > li > a {
    text-align: left;
  }

  .sf-menu {
    position: fixed;
    overflow: auto;
    background-color: #fff18b;
    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: #404040;
  }

  .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: #404040;
  }
}
@media (max-width: 400px) {
  .sf-menu {
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    padding: 15px 5px;
  }
}
/*
**blog
*/
.blog article + article {
  margin-top: 60px;
}

.blog article.post .date strong,
.blog-single article.post .date strong {
  font-weight: 400;
}

@media (min-width: 992px) {
  .blog article.post, .blog-single article.post {
    position: relative;
    margin-left: 100px;
  }
  .blog article.post .date, .blog-single article.post .date {
    position: absolute;
    left: -100px;
    width: 70px;
    top: 70px;
    font-weight: 400;
    color: #404040;
    text-align: center;
  }
  .blog article.post .date strong, .blog-single article.post .date strong {
    position: absolute;
    font-size: 40px;
    background-color: #d94362;
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
    top: -70px;
    left: 0;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    font-weight: 700;
  }

  .blog article.post.format-small-image .date {
    left: -85px;
  }
}
.entry-title {
  margin-top: 0;
  font-size: 50px;
}

.entry-meta {
  padding: 7px 0 6px;
  margin: 24px 0 18px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #404040;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
}

.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;
}

.entry-thumbnail img {
  background-color: #ffffff;
}

.entry-thumbnail[class*='col-'] {
  margin-bottom: 0;
}

.entry-tags {
  padding: 14px 0 0;
  margin-bottom: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #404040;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
}

/*blog grid*/
.blog-grid {
  text-align: center;
  padding-bottom: 30px;
}

.post-content {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  padding: 27px 34px;
}

.entry-title-small {
  font-size: 20px;
  margin-top: 0;
}

/*blog single*/
.blog-single .entry-tags {
  margin: 10px 0 40px;
}
.blog-single article.post .date {
  top: 80px;
}
.blog-single article.post .entry-meta {
  margin: 21px 0 30px 0;
  padding: 5px 0 4px;
}
.blog-single .entry-thumbnail {
  margin-bottom: 32px;
}

.entry-excerpt {
  color: #404040;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  padding-bottom: 7px;
  margin-bottom: 21px;
}

.st_facebook_hcount,
.st_twitter_hcount,
.st_googleplus_hcount {
  position: relative;
  text-align: right;
}

.st_facebook_hcount span,
.st_twitter_hcount span,
.st_googleplus_hcount span {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}

.author-meta {
  margin: 70px 0 40px 0;
}
.author-meta h2 {
  margin: 0 0 2px;
}
.author-meta .author-place {
  margin-bottom: 7px;
}

/* common side item */
.side-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.side-item .section_header {
  font-size: 50px;
}

.item-content {
  margin: 30px 40px;
}

.item-media {
  margin: -1px;
}

@media (min-width: 768px) {
  .item-content.left {
    margin-right: 0;
  }

  .item-content.right {
    margin-left: 0;
  }

  .author-meta .item-content.right {
    margin-left: 10px;
  }
}
/* events */
.events-grid .entry-tags {
  color: #404040;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
}
.events-grid .entry-tags [class*='icon'] {
  font-size: 24px;
  position: relative;
  top: 0.2em;
  padding-right: 0.5em;
}
.events-grid .entry-tags span + span {
  padding-left: 20px;
}

.events-grid + .events-grid {
  margin-top: 30px;
}

/*comments*/
.comments-area {
  margin-top: 70px;
}
.comments-area h2 {
  margin-bottom: 0;
}
.comments-area li {
  list-style: none;
  padding-top: 30px;
}

.comments-area .media-object {
  max-width: 80px;
}

.comment-list {
  margin: 0;
  padding: 0;
  position: relative;
}
.comment-list ol {
  padding-left: 30px;
}
.comment-list article:after {
  content: '';
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .blog-single .comments-area {
    margin-left: 100px;
  }
  .blog-single .author-meta {
    margin-left: 100px;
  }
  .blog-single .comment-respond {
    margin-left: 100px;
  }

  .comment-list ol {
    padding-left: 100px;
  }
}
@media (min-width: 768px) {
  .entry-thumbnail.col-sm-5 {
    padding-right: 0;
  }
}
.comments-area .media-body {
  padding: 0 0 8px 0;
  margin-bottom: 7px;
}

.comment-meta {
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 14px;
  color: #404040;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
}

.reply {
  float: right;
}

.comment-respond {
  margin-top: 80px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 34px 40px;
}
.comment-respond h3 {
  font-size: 30px;
  margin: 0 0 26px;
}
.comment-respond p {
  margin-bottom: 10px;
}

.comment-form .theme_button {
  padding-left: 67px;
  padding-right: 67px;
}

.comment-form .theme_button + .theme_button {
  padding-left: 63px;
  padding-right: 63px;
}

@media (min-width: 768px) {
  .comment-form-author {
    width: 50%;
    padding-right: 5px;
    float: left;
  }

  .comment-form-email {
    width: 50%;
    padding-left: 5px;
    float: left;
  }
}
/*
**widgets
*/
.module-header {
  margin-top: 0;
}

.widget label[for],
.comment-form label[for], .contact-form label[for] {
  display: none;
}

.widget > h3,
.widget .widget-title {
  font-size: 20px;
  margin: 0 0 15px;
  position: relative;
}

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,
.widget_mailchimp .form-inline {
  position: relative;
}

.widget_search .form-inline .form-group,
.widget_mailchimp .form-inline .form-group {
  display: block;
  vertical-align: top;
  position: relative;
}

.widget_search input[type="text"],
.widget_mailchimp input[type="email"] {
  padding-right: 50px;
  display: block;
}

.widget_search .theme_button,
.widget_mailchimp .theme_button {
  font-size: 0;
  padding: 8px 16px;
}

.widget_search .theme_button,
.widget_mailchimp .theme_button {
  position: absolute;
  right: 30px;
  top: 0;
  background-color: transparent !important;
  color: #d94362 !important;
}
.widget_search .theme_button:before,
.widget_mailchimp .theme_button:before {
  font-size: 24px;
  content: "\e6df";
  font-family: 'rt-icons';
}

.widget_mailchimp .theme_button:before {
  content: "\e6f9";
}

/*
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: #404040;
}

.widget_recent_entries li {
  padding: 15px 0 15px 40px;
}

.widget_recent_entries .post-date {
  margin-bottom: 0;
}

.widget_recent_entries li:first-child {
  padding-top: 0;
}

.widget_recent_entries li:before {
  font-family: 'rt-icons';
  content: "\e6e2";
  font-size: 24px;
  line-height: 1;
  position: absolute;
  top: 18px;
  left: 0;
  padding-right: 10px;
  color: #404040;
}

.widget_recent_entries li:first-child:before {
  top: 5px;
}

.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a {
  display: block;
  padding: 4px 19px 5px 0;
  position: relative;
}

.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_archive a:before,
.widget_categories a:before,
.widget_meta a:before,
.widget_nav_menu a:before,
.widget_pages a:before {
  font-family: 'fontello';
  content: '\e804';
  font-size: 12px;
  color: #404040;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -17px;
}

.widget_archive span,
.widget_categories span {
  display: none;
}

.widget_archive li:first-child span,
.widget_categories li:first-child span {
  margin-top: -14px;
}

.widget_nav_menu ul ul {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
}

.widget_nav_menu ul ul li:first-child a {
  padding-top: 15px;
}

@media (min-width: 768px) {
  #copyright .widget_nav_menu li, #topmenu .widget_nav_menu li {
    display: inline-block;
    position: relative;
    border: none;
    padding-right: 5px;
  }
  #copyright .widget_nav_menu li:before, #topmenu .widget_nav_menu li:before {
    content: '';
    position: absolute;
    padding: 0;
    left: -5px;
    top: 5px;
    bottom: 5px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0.3;
    display: block;
  }
  #copyright .widget_nav_menu li:first-child:before, #topmenu .widget_nav_menu li:first-child:before {
    display: none;
  }
  #copyright .widget_nav_menu a, #topmenu .widget_nav_menu a {
    padding: 0 10px;
  }
  #copyright .widget_nav_menu a:before, #topmenu .widget_nav_menu a:before {
    display: none;
  }
}
/*widget_tag_cloud*/
.widget_tag_cloud a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 20px;
  margin: 0 6px 9px 0;
  background-color: transparent;
  display: inline-block;
  color: #404040;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
}

.widget_tag_cloud a:hover {
  background-color: #d94362;
  border-color: #d94362;
}

/*widget_flickr*/
.widget_flickr ul {
  padding-top: 7px;
}
.widget_flickr li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.widget_flickr img {
  max-width: 80px;
  border-radius: 1px;
}

/*widget_popular_entries*/
.widget_popular_entries p {
  margin-bottom: 0;
}
.widget_popular_entries .media-heading {
  line-height: 1;
  margin-bottom: 14px;
  color: #404040;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
}
.widget_popular_entries .media-object {
  max-width: 80px;
}
.widget_popular_entries li {
  margin-top: 2px;
  padding: 25px 0 18px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_popular_entries li:first-child {
  padding-top: 8px;
}

/*widget_calendar*/
#calendar_wrap {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 26px 24px 3px;
}

.widget_calendar table {
  width: 100%;
  border: none;
}
.widget_calendar caption {
  line-height: 1;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  text-align: left;
  font-size: 20px;
  padding: 0 4px 19px;
}
.widget_calendar tfoot td {
  padding: 20px 0 26px;
}
.widget_calendar tfoot td a {
  text-align: center;
  font-size: 0;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  line-height: 38px;
}
.widget_calendar th {
  padding: 0 6px;
  text-align: center;
}
.widget_calendar td {
  text-align: center;
  padding: 0 6px;
  vertical-align: top;
}
.widget_calendar tbody td {
  border: none;
  position: relative;
}
.widget_calendar tbody td a {
  font-weight: 700;
  color: #d94362;
}
.widget_calendar #prev {
  text-align: right;
}
.widget_calendar #prev a {
  margin-right: -10px;
}
.widget_calendar #prev a:before {
  font-size: 13px;
  font-family: 'fontello';
  content: '\e803';
}
.widget_calendar #next {
  text-align: left;
}
.widget_calendar #next a {
  margin-left: -11px;
}
.widget_calendar #next a:after {
  font-size: 13px;
  font-family: 'fontello';
  content: '\e804';
}

/*widget_twitter*/
.tweet_avatar {
  float: left;
}

.tweet_right {
  overflow: hidden;
  zoom: 1;
  margin-left: 60px;
}

.tweet_list li + li {
  margin-top: 10px;
  clear: both;
}

.tweet_list li + li .tweet_right {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tweet_list li + li .tweet_right, .tweet_list li + li .tweet_avatar {
  padding-top: 10px;
}

/*
**shortcodes
*/
.teaser {
  text-align: center;
}
.teaser h3 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.teaser h3:after {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #d94362;
  bottom: -12px;
  left: 30px;
  right: 30px;
}
.teaser h2 {
  font-size: 40px;
  margin: 4px 0 -3px;
}
.teaser h2 + p {
  color: #404040;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 0;
}

.teaser_icon i[class*="icon"] {
  display: inline-block;
  font-size: 32px;
  color: #404040;
  -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: #ffffff;
}

.side_teaser h3 {
  font-size: 20px;
  margin-bottom: 14px;
}
.side_teaser .pull-left + .media-body {
  padding-left: 10px;
}
.side_teaser .pull-right + .media-body {
  padding-right: 10px;
  text-align: right;
}

.side_teaser [class*="icon"],
.round_teaser [class*="icon"] {
  text-align: center;
  font-size: 48px;
  line-height: 100px;
  display: inline-block;
  width: 100px;
  height: 100px;
  position: relative;
  top: -6px;
  border-radius: 50%;
  background-color: #d94362;
  color: #ffffff;
}

.round_teaser {
  text-align: center;
}
.round_teaser h4 {
  font-size: 20px;
  margin: 22px 0 14px;
}

/*horizontal teaser*/
.side_teaser.table_section {
  margin-top: 26px;
}
.side_teaser.table_section + .side_teaser.table_section {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .side_teaser.table_section [class*="col-"] * {
    margin: 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  .side_teaser.table_section [class*="col-"] * {
    text-align: center !important;
  }
}
.side_teaser_small [class*="icon"] {
  font-size: 32px;
  position: relative;
  top: -6px;
}
.side_teaser_small h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.teaser.with_counter p.counter {
  font-size: 54px;
  margin: 26px 0;
}
.teaser.with_counter h2.counter {
  min-height: 40px;
}

.testimonials-carousel {
  padding: 0 0 20px;
}
.testimonials-carousel h4 {
  margin: 0 0 6px;
}
.testimonials-carousel h4 + p {
  margin-bottom: 0;
}
.testimonials-carousel .carousel-indicators {
  bottom: -16px;
}
.testimonials-carousel .carousel-control {
  display: none;
}
.testimonials-carousel .media + p {
  position: relative;
  padding: 10px 16px;
  background-color: #f5f5f5;
}
.testimonials-carousel .media:after {
  content: '';
  display: block;
  clear: both;
}
.testimonials-carousel .media + p:before,
.testimonials-carousel .media + p:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-style: solid;
  border-width: 18px 0 0 18px;
  border-color: rgba(0, 0, 0, 0.1) 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: #d94362;
}
.testimonials-carousel .carousel-indicators li.active {
  background-color: #d94362;
}

/*thumbnail*/
.thumbnail {
  position: relative;
  text-align: center;
  border-radius: 0;
  padding: 0;
  border: none;
  overflow: hidden;
  background-color: #ffffff;
}
.thumbnail h3 {
  font-size: 20px;
  margin-bottom: 6px;
  color: #404040;
}
.thumbnail h3 a {
  color: inherit;
}
.thumbnail h3 a:hover {
  color: #d94362;
}
.thumbnail .caption {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: inherit;
  background-color: #ffffff;
}
.thumbnail .team-social {
  position: relative;
  margin-top: 20px;
  padding-top: 26px;
  padding-bottom: 14px;
}
.thumbnail .team-social:before {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  height: 3px;
  top: 0;
  background-color: #d94362;
}

/*vertical tabs*/
.vertical-tabs .nav > li > a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 1.7em;
}
.vertical-tabs .nav > li.active a {
  color: #404040;
}

@media (min-width: 768px) {
  .vertical-tabs .nav {
    margin-right: -25px;
  }
  .vertical-tabs .nav > li.active {
    position: relative;
    z-index: 2;
  }
  .vertical-tabs .nav > li.active a:after,
  .vertical-tabs .nav > li.active a:before {
    display: block;
    content: '';
    width: 9px;
    border-left: 9px solid rgba(0, 0, 0, 0.1);
    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: 8px 4px;
  outline: 4px solid rgba(10, 10, 10, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  overflow: hidden;
}

.plan-name {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  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: #d94362;
  color: #ffffff;
  line-height: 70px;
  width: 70px;
  height: 70px;
  left: 50%;
  top: -10px;
  margin-left: -35px;
  opacity: 0.15;
  border-radius: 50%;
}
.plan-price span + span {
  font-size: 50px;
  line-height: 50px;
  position: relative;
  letter-spacing: -1px;
  display: block;
  color: #d94362;
}
.plan-price p {
  display: inline;
  color: #404040;
  font-size: 40px;
  margin-left: -4px;
  letter-spacing: -1px;
}
.plan-price span + span + p {
  font-size: 2em;
}

.features-list li {
  margin: 10px 30px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.features-list .enabled:before,
.features-list .disabled:before {
  font-family: 'rt-icons';
  content: "\e600";
  padding-right: 8px;
  color: #d94362;
}
.features-list .disabled:before {
  color: #404040;
  content: "\e602";
}

.call-to-action {
  margin: 20px 20px 30px;
}

.style2 {
  background-color: #f5f5f5;
}
.style2 .plan-name {
  background-color: #d94362;
}
.style2 .plan-name h3 {
  color: #ffffff;
}

/*contacts*/
.contact-form p {
  margin-bottom: 10px;
}

.contact-form-respond:before {
  font-family: 'rt-icons';
  content: "\e600";
  padding-right: 10px;
}

.contact-form .theme_button {
  padding-left: 67px;
  padding-right: 67px;
}

.border-paragraphs {
  margin-bottom: 30px;
}
.border-paragraphs p {
  margin-bottom: 4px;
}

.border-paragraphs p + p {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 5px;
}

/* upcomming events */
.owl-carousel.upcomming-events {
  margin: 32px 0 100px;
}
.owl-carousel.upcomming-events .owl-controls {
  bottom: -80px;
}

@media (min-width: 480px) {
  .upcomming-events .owl-item + .owl-item {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.upcomming-event {
  text-align: center;
}
.upcomming-event h3 {
  font-size: 20px;
  margin: 16px 0 14px;
}
.upcomming-event p {
  margin-bottom: 0;
}
.upcomming-event .date {
  position: relative;
  display: block;
  margin: 10px auto 0;
  width: 70px;
  font-weight: 400;
  color: #404040;
  text-align: center;
  color: #404040;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
}
.upcomming-event .date strong {
  display: block;
  margin: auto;
  font-size: 40px;
  background-color: #d94362;
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  font-weight: 700;
}

/*
**plugins
*/
/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
  margin-bottom: 80px;
  /* clearfix */
  /* fix */
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/* mouse grab icon */
.grabbing {
  cursor: url(../img/grabbing.png) 8 8, move;
}

.owl-theme {
  /* preloading images */
  /* Clickable class fix problem with hover on touch devices */
  /* Use it for non-touch hover action */
  /*
  *   Owl Carousel Owl Demo Theme 
  *   v1.3.3
  */
}
.owl-theme .owl-item.loading {
  min-height: 150px;
  background: url(../img/AjaxLoader.gif) no-repeat center center;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
.owl-theme .owl-controls {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -60px;
  text-align: center;
  /* Styling Pagination*/
  /* If PaginationNumbers is true */
  /* Styling Next and Prev buttons */
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page.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: #d94362;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #ffffff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  font-size: 0;
  color: transparent;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #808080;
  -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: #404040;
}
.owl-theme .owl-controls .owl-buttons div:before {
  font-family: 'fontello';
  content: '\e803';
  font-size: 12px;
  line-height: 38px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:before {
  content: '\e804';
}

/*
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 #d94362;
  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: #404040;
  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: 32px;
  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: 14px;
  height: 14px;
  display: block;
  background: transparent;
  border: 2px solid #ffffff;
  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 {
  border-color: #d94362;
}

.flex-control-paging li a.flex-active {
  border-color: #fff980;
}

.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: 152px;
  height: 152px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.chart + h3 {
  font-size: 20px;
}

.percent {
  display: inline-block;
  line-height: 152px;
  font-size: 60px;
  z-index: 2;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
}

.angular {
  margin-top: 100px;
}
.angular .chart {
  margin-top: 0;
}

/* 
totop 
*/
#toTop {
  bottom: 20px;
  right: 20px;
  display: none;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: fixed;
  text-decoration: none;
  z-index: 9999;
  font-size: 0;
  color: transparent;
  background-color: #ecbf01;
  border-radius: 50%;
}

#toTop:after {
  color: #ffffff;
  content: '\e805';
  font-size: 16px;
  line-height: 50px;
  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: #cf0000;
  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: #d94362;
  font-weight: 400;
}

.countdown-period {
  display: block;
}

.countdown-descr {
  display: block;
  width: 100%;
}

/*
isotope portfolio
*/
#isotope_filters,
.filters {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
#isotope_filters li,
.filters li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#isotope_filters a,
.filters a {
  padding: 6px 19px;
  margin: 0 4px 4px 0;
  border: 1px solid rgba(173, 57, 3, 0.5);
	display: inline-block;
	color: #d50404;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
}
#isotope_filters a:hover, #isotope_filters a.selected, #isotope_filters a.active,
.filters a:hover,
.filters a.selected,
.filters a.active {
  background-color: #cf0000;
border-color: #bf0000;
  color: #ffffff;
}

#isotope_filters {
  margin: 24px 0 46px;
}

.gallery-item {
  padding: 0;
  overflow: hidden;
  position: relative;
  margin-right: -1px;
  max-width: 100%;
}

.gallery-item.padding-item {
  padding: 15px;
}
.gallery-item.padding-item > div {
  position: relative;
  overflow: hidden;
}

.gallery-item-description {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 25px 25px 25px;
  text-align: center;
  z-index: 2;
  -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;
}

.gallery-item:hover .gallery-item-description {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.gallery-item h3 {
  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.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.gallery-item h3 a {
  color: #ffffff !important;
}
.gallery-item h3 a:hover {
  color: #d94362 !important;
}

.gallery-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.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.gallery-meta {
  margin-bottom: 0;
}
.gallery-meta a {
  font-weight: 400;
}

.gallery-item:hover h3,
.gallery-item:hover p {
  color: #ffffff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.gallery-item img {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gallery-item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery-image-links {
  -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;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #404040;
  background-color: rgba(64, 64, 64, 0.8);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.gallery-item:hover .gallery-image-links {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.gallery-image-links a {
  position: absolute;
  width: 49px;
  height: 49px;
  z-index: 3;
  display: inline-block;
  line-height: 49px;
  font-size: 24px;
  border-radius: 50%;
  text-align: center;
  top: -50px;
  left: 50%;
  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.p-view {
  background-color: #ecbf01;
  color: #ffffff;
  margin-left: -30px;
}
.gallery-image-links a.p-view:hover {
  background-color: #cf0000;
  color: #ffffff;
}

.gallery-image-links a.p-link {
  background-color: #ffffff;
  color: #404040;
  margin-right: -7px;
  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;
}
.gallery-image-links a.p-link:hover {
  color: #ffffff;
  background-color: #d94362;
}

.gallery-item:hover .gallery-image-links a {
  top: 40%;
  margin-top: -50px;
}

.gallery-image-links a:before {
  font-family: 'rt-icons';
  content: "\e68d";
}

.gallery-image-links a.p-link:before {
  content: "\e68c";
}

#related-items-carousel .owl-item {
  padding: 0 15px;
}
#related-items-carousel .room-icons {
  margin: -15px 0 12px;
}
#related-items-carousel .theme_button {
  margin-top: 14px;
}

/* single item */
.gallery-post {
  margin-bottom: 30px;
  text-align: center;
}
.gallery-post h1 {
  margin-top: 0;
}

.project-details h4 {
  margin-top: 0;
}
.project-details p span {
  font-weight: 700;
}
.project-details p + p {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  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;
  top: 22%;
  left: -260px;
  width: 260px;
  height: 466px;
  background-color: #404040;
  color: #ffffff;
  z-index: 12500;
  font-size: 15px;
  -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 a {
  color: #d94362;
}
#switcher .checkbox {
  margin: -4px 0;
}
#switcher input[type=checkbox] {
  top: 6px;
}
#switcher h4 {
  line-height: 40px;
  font-size: 20px;
  color: #ffffff;
  background-color: #d94362;
  margin: 0;
  padding: 0 36px;
}
#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: 40px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-size: 24px;
  background-color: #d94362;
  text-align: center;
  right: -40px;
  top: 0;
  cursor: pointer;
}
#switcher li {
  margin-bottom: 0px;
  padding: 0 4px;
}
#switcher p {
  margin: 0 0 5px;
}

#switcher-version a {
  padding: 6px 12px;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
}

#switcher-version a.light {
  background-color: #ffffff;
  color: #404040;
  border: 1px solid #ffffff;
}

#switcher-version a.light:hover {
  background-color: transparent;
  color: #ffffff;
}

#switcher-version a.dark {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}

#switcher-version a.dark:hover {
  color: #404040;
  background-color: #ffffff;
}

#switcher-colors a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #d94362;
}

#switcher-colors a.color2 {
  background-color: #16a4d6;
}

#switcher-colors a.color3 {
  background-color: #72c9b9;
}

#switcher-colors a.color4 {
  background-color: #f6ac03;
}

#switcher-colors a.color5 {
  background-color: #ff868f;
}

#switcher-colors a.color6 {
  background-color: #f65151;
}

#switcher-colors a.color7 {
  background-color: #89b927;
}

#switcher-colors a.color8 {
  background-color: #cd6dc7;
}

#switcher-colors a.color9 {
  background-color: #e27647;
}

#switcher-colors a.color10 {
  background-color: #507cbe;
}

#switcher_accent_color,
#switcher_color_scheme,
#switcher_layout {
  padding: 10px 36px 10px;
}

#switcher_color_scheme {
  background-color: #333333;
}

/*# sourceMappingURL=main.css.map */

.mybtn{ padding:8px 12px; background:#cf0000 !important; margin-top:12px; font-family: 'Roboto Slab', serif;}

.mybtn2{ padding:8px 12px; 
background:#cf0000 !important; 
margin-top:12px; 
font-family: 'Roboto Slab', serif; 
color:#fff !important;}

#order-btn a{ background:#cf0000 !important;color:#fff; font-weight:bold; padding:5px 10px !important;}
#order-btn a:hover{ background:#e30101 !important; color:#fff; font-weight:bold; padding-top:5px; padding-bottom:5px;}

.small-text{ font-size:14px;}

.day{ font-weight:bold;}
 
 
/*Top Button*/

#top-order-btn{ padding:12px;background-color:red; text-align:center; overflow:hidden;z-index: 999999; position: static; display:none;}

#top-order-btn a{ font-weight:bold; font-size:16px; font-family:Arial; color:white;     letter-spacing: 0px; display:block; width:100%; height:100%;}

@media only screen and (max-width : 767px) {

#top-order-btn{display:block;}

}

/*@media only screen and (max-width : 990px) {
	#top-order-btn{display:block;}
}*/
