@import url(http://fonts.googleapis.com/css?family=Abel);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
/*override bootstrap*/
.clearfix {
  clear: both;
}

.navbar-brand {
  float: none;
  padding: 0;
}

.nav > li > a:hover, .nav > li > a:focus,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: transparent;
}

.form-inline .form-group {
  margin-bottom: 0px;
}

.form-control {
  box-shadow: none;
  height: 48px;
  margin-bottom: 4px;
  padding: 4px 12px;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid transparent;
  background-color: #fff;
  font-size: 16px;
}

.form-control:focus {
  border-color: #979CA2;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-title {
  font-size: 20px;
  font-weight: 300;
}

.panel-title > a {
  color: #d2316d;
}

.panel-title > a.collapsed {
  color: inherit;
}

.panel {
  box-shadow: none;
}

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

.panel-default > .panel-heading {
  background-color: #FAFAFA;
  color: #d2316d;
  position: relative;
  border: 1px solid #e1e1e1;
  border-radius: 0;
}

.panel-heading {
  padding: 16px 11px 14px 56px;
}

.panel-heading[class*="rt-icon-"]:before {
  position: absolute;
  font-size: 20px;
  color: #d2316d;
  left: 20px;
}

.accordion-toggle:after {
  display: block;
  content: "";
  position: absolute;
  right: 10px;
  top: 18px;
  font-size: 0;
  width: 17px;
  height: 17px;
  color: transparent;
  background: url("../img/bg_li.png") no-repeat -17px 0 #d2316d;
  -webkit-transition: background-color 0.2s linear 0s;
  -moz-transition: background-color 0.2s linear 0s;
  -o-transition: background-color 0.2s linear 0s;
  -ms-transition: background-color 0.2s linear 0s;
  transition: background-color 0.2s linear 0s;
}

.accordion-toggle.collapsed:after {
  background-position: 0px;
  background-color: #d2316d;
}

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

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-top: none;
}

.panel-body {
  padding-left: 21px;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}

.pagination {
  margin: 88px 0 -20px;
}

.pagination > li > a {
  font-size: 0.9em;
  padding: 6px 12px;
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
  margin-right: 9px;
  display: inline-block;
  background-color: transparent;
  border-radius: 0px !important;
}

.pagination > li.active > a, .pagination > li > a:hover, .pagination > li.active > a:hover {
  background-color: #fcfcfc;
  opacity: 0.9;
  color: #d2316d;
  border-color: #e1e1e1;
}

.pagination > li.active > a {
  color: #d2316d;
}

.carousel-indicators {
  display: none;
}

.carousel-control {
  width: 30px;
}

.carousel-control.right, .carousel-control.left {
  background-image: none;
}

.carousel-control > span {
  width: 39px !important;
  height: 39px !important;
  background: #d2316d;
}

.carousel-control .icon-next {
  margin-left: -32px;
}

.carousel-control .icon-prev {
  margin-left: -7px;
}

.carousel-control .icon-prev:before, .carousel-control .icon-next:before {
  content: "\e833";
  font-family: 'fontello';
  text-shadow: none;
  position: absolute;
  top: 10px;
  left: 11px;
}

.carousel-control > span.icon-next:before {
  content: "\e834";
  left: 13px;
}

.progress {
  height: 39px;
  box-shadow: none;
  background-color: #e1e1e1;
  border-radius: 0;
  margin-bottom: 10px;
}

.progress-bar {
  font-size: inherit;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar span {
  display: inline-block;
  padding: 8px 19px;
}

.sr-only {
  position: static;
  width: auto;
  height: auto;
}

.progress-bar-info {
  background-color: #d2316d;
}

.thumbnail {
  padding: 0;
  border: none;
}

.thumbnail .caption {
  color: inherit;
  text-align: center;
}

.tab-content {
  border: 1px solid #e1e1e1;
  padding: 30px 30px 24px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.nav-tabs {
  border-bottom-color: transparent;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding: 13px 20px;
  background-color: #e1e1e1;
  color: #d2316d;
  margin-right: 0;
  margin-top: 20px;
  border-radius: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #2D2D2D;
  border: 1px solid #e1e1e1;
  border-bottom: 1px solid #fff;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  background-color: #fff;
}

.alert {
  border: none;
  border-radius: 0;
  padding: 30px 30px 30px 30px;
}

.alert-dismissable .close {
  top: 0;
}

.btn {
  display: inline-block;
  padding: 6px 34px 6px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  background-image: none;
  text-shadow: none;
  border-radius: 0;
  line-height: 24px;
  border: none;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.btn:hover {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.btn-default {
  border: 1px solid #ccc;
}

.img-rounded {
  border-radius: 100%;
}

blockquote h3 {
  margin-top: 0;
  font-style: normal;
}

/*vertical*/
/*
**vertical margins and paddings
*/
section > .container {
  padding-top: 70px;
  padding-bottom: 70px;
}

.darkgrey_section + .darkgrey_section > .container,
.dark_section + .dark_section > .container,
.color_section + .color_section > .container,
.light_section + .light_section > .container,
.grey_section + .grey_section > .container {
  padding-top: 5px;
}

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

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

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

.table_section .container {
  height: 100%;
}

.table_section .row {
  display: table;
  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;
  }

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

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

#breadcrumbs > .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

#breadcrumbs.light_section + .light_section > .container-fluid,
#breadcrumbs.light_section + .light_section > .container {
  padding-top: 50px;
}

#topmenu > .container {
  padding-top: 1px;
  padding-bottom: 1px;
}

#topline > .container {
  padding-top: 25px;
  padding-bottom: 25px;
}

#pagination > .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer > .container {
  padding-top: 50px;
  padding-bottom: 30px;
}

#copyright > .container {
  padding-top: 18px;
  padding-bottom: 18px;
}

@media (max-width: 767px) {
  .container {
    max-width: 500px;
  }
}
/*parallax bg*/
.parallax {
  background-attachment: fixed !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}

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

.parallax.light_section:after {
  background-color: #ffffff;
  opacity: 0.92;
}

.parallax.grey_section:after {
  background-color: #f8f8f8;
  opacity: 0.9;
}

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

.parallax.dark_section:after {
  opacity: 0.9;
  background-color: #1D1D1D;
}

.parallax.darkgrey_section:after {
  background-color: #343434;
}

.parallax > .container, .gradient > .container {
  z-index: 3;
  position: relative;
}

#land {
  background-image: url(../img/parallax/top.jpg);
}

#features {
background-image: url(../img/parallax/2cooks.jpg);
}


#belowcontent {
  background-image: url(../img/parallax/how.jpg);
}

#clients {
  background-image: url(../img/parallax/testimonials.jpg);
}

#tweets {
  background-image: url(../img/parallax/tweet.jpg);
}

/*
**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);
}

#box_wrapper {
  height: 100%;
}

/*main*/
html, body {
  position: relative;
  width: 100%;
  height: 100%;
}

::selection {
  background: #d2316d;
  color: #fff;
}

::-moz-selection {
  background: #d2316d;
  color: #fff;
}

body {
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  line-height: 26px;
  color: #727272;
  background: #dddddd;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2D2D2D;
  font-family: 'Abel', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

p {
  margin-bottom: 15px;
}

.item-page p {
  margin-bottom: 25px;
}

blockquote, .blockquote {
  position: relative;
  border: 1px solid #e1e1e1;
  margin: 20px 0;
  padding: 10px 10px 10px 36px;
}

blockquote:before, .blockquote:before {
  font-family: 'fontello';
  display: block;
  position: absolute;
  font-size: 20px;
  left: 9px;
  content: '\e818';
}

sup, .sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.5em;
}

sub, .sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  bottom: -0.25em;
}

img {
  max-width: 100%;
}

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

a:hover {
  color: #d2316d;
  opacity: 0.85;
  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 {
  color: #d2316d;
  outline: medium none;
  text-decoration: none;
}

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

.theme_button {
  font-weight: 400;
  background-color: #d2316d;
  font-size: 16px;
  padding: 12px 20px;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.theme_button:active, .theme_button:hover, .theme_button:focus {
  background-color: #2D2D2D;
  color: #ffffff;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.05s ease-in-out;
  -moz-transition: all 0.05s ease-in-out;
  -o-transition: all 0.05s ease-in-out;
  -ms-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
}

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

.theme_button.inverse:hover {
  background-color: #2D2D2D;
  color: #fff;
}

.theme_button + .theme_button {
  margin-left: 4px;
}

.form-submit .theme_button {
  display: block;
  width: 100%;
}

.not_found {
  color: #d2316d;
  font-weight: 400;
  font-size: 200px;
  line-height: 1.1;
  margin: 54px 0 -39px;
}

.highlight, #response {
  color: #d2316d;
}

.grey {
  color: #d2316d;
}

.big {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.3em;
}

.vertical-margin-20 {
  margin: 20px 0 !important;
}

.vertical-margin-40 {
  margin: 40px 0 !important;
}

.vertical-margin-60 {
  margin: 60px 0 !important;
}

.section_header {
  margin-top: 4px;
  margin-bottom: 42px !important;
  font-size: 36px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}

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

.section_header:before {
  content: '';
  position: absolute;
  width: 150px;
  height: 2px;
  bottom: -21px;
  left: 0;
  background-color: #d2316d;
}

.section_header:after {
  font-family: 'FontAwesome';
  content: "\f192";
  font-size: 20px;
  position: absolute;
  color: #d2316d;
  height: 0;
  bottom: -9px;
  left: 68px;
}

.text-center .section_header:before, .text-center.section_header:before {
  left: 50%;
  margin-left: -75px;
}

.text-center .section_header:after, .text-center.section_header:after {
  margin-left: -7px;
  left: 50%;
}

.section_header + p {
  font-size: 18px;
  line-height: 1.5em;
  position: relative;
}

.text-center .section_header + p,
.section_header.text-center + p {
  margin: 40px auto 24px;
  max-width: 60%;
  margin-bottom: 14px;
  text-align: center;
}

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

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

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

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

  .section_header + blockquote, .section_header + p {
    max-width: 100% !important;
  }
}
.block > h3 {
  margin-top: 0;
  margin-bottom: 18px;
}

.page-title {
  margin: 0 0 32px 0;
}

.entry-title {
  margin: 0 0 8px;
}

.entry-thumbnail {
  margin: 32px 0 34px;
}

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

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

.theme_button > [class*="glyphicon"],
.theme_button > [class*="fa-"] {
  padding-right: 7px;
}

.theme_button > [class*="rt-icon-"],
.theme_button > [class*="glyphicon"],
.theme_button > [class*="fa-"] {
  margin-left: -7px;
}

/*
**styled lists
*/
ul.list1 {
  list-style: none;
  padding-left: 22px !important;
}

ul.list1 li {
  position: relative;
  padding: 4px 0 4px;
}

ul.list1 li:before {
  content: '';
  display: block;
  position: absolute;
  border: 2px solid;
  left: -19px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

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

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

ul.list2 li:before {
  font-family: 'fontello';
  content: '\e82c';
  font-size: 28px;
  color: #d2316d;
  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: #d2316d;
  border-radius: 100%;
}

#land {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
}

#land h3 {
  font-size: 40px;
  line-height: 70px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}

#land .bxslider li {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  text-transform: uppercase;
}

#land .widget_testimonials .carousel-introtext {
  font-size: 30px !important;
}

#land .theme_button {
  background-color: transparent;
  color: #dedede;
  border: 2px solid #dedede;
  display: inline-block;
  margin-top: 40px;
}

#land .theme_button:hover {
  background-color: #474747;
  color: #fff;
  border: 2px solid #dedede;
}

#header {
  /*styles for sticky menu*/
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
  padding: 0;
  background-color: #2D2D2D;
  z-index: 9000;
  position: relative;
}

.is-sticky #header {
  top: 0;
  right: 0;
  left: 0;
}

#header-sticky-wrapper {
  background-color: #bbb;
}

#header .row {
  position: relative;
}

#header .navbar-brand {
  font-family: 'Abel', sans-serif;
  text-transform: uppercase;
  display: block;
  position: absolute;
  padding: 7px 15px;
  z-index: 10;
  color: #ffffff;
  top: 5px;
  font-size: 52px;
  letter-spacing: -1px;
}

#header .navbar-brand img {
  display: inline-block;
}

#header .navbar-brand span {
  font-weight: 700;
}

#big-logo {
  position: absolute;
  top: 40px;
  left: 50%;
  z-index: 5;
  margin-left: -63px;
}

#social {
  position: relative;
  display: inline-block;
  margin: 30px 0 30px;
}

#social:before, #social:after {
  position: absolute;
  display: block;
  content: '';
  width: 40px;
  height: 1px;
  left: -60px;
  top: 50%;
  background-color: #fff;
  opacity: 0.3;
}

#social:after {
  left: auto;
  right: -60px;
}

@media screen and (max-width: 991px) {
  #land h3 {
	font-size: 20px;
  }

  #header .navbar-brand {
    display: none;
    top: 0;
    padding: 0 15px;
  }
}
.mainmenu_wrap:before, .mainmenu_wrap:after {
  display: table;
  content: "";
  clear: both;
}

#map img {
  max-width: inherit;
}

#middle h1:first-child, #belowcontent h1:first-child {
  margin-top: 0;
}

#middle div.text-center h1 {
  margin: 54px 0 28px;
}

#middle p + .text-center .theme_button {
  margin-top: 53px;
}

aside .block + .block {
  margin-top: 34px;
}

#additional {
  text-align: center;
}

#partners h1 {
  margin-bottom: 34px;
  color: #2D2D2D;
  text-align: center;
}

.single_partner {
  text-align: center;
}

.single_partner > a {
  position: relative;
  display: block;
  overflow: hidden;
}

.wide_link {
  display: block;
  text-align: center;
  background-color: #d2316d;
  position: absolute;
  top: -10%;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.single_partner > a:hover .wide_link {
  top: 0;
  opacity: 0.7;
}

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

#map_wrap {
  position: relative;
}

#map_wrap .widget_contact {
  position: absolute;
  z-index: 2;
  background-color: #ffffff;
  top: 40px;
  padding: 20px 20px;
}

@media (max-width: 767px) {
  #subscribe .form-control {
    width: 100%;
  }

  #partners {
    background-position: 50% 0 !important;
  }
}
@media (max-width: 991px) {
  #map_wrap .widget_contact {
    position: static;
    margin: 40px 0;
  }
}
#footer .social-icons {
  margin: 53px 0 50px;
}

.light_section {
  background-color: #fafafa;
}

.grey_section {
  background-color: #bbbbbb;
  color: #4e4f53;
}
.lightgrey_section {
  background-color: #dddddd;
}
.color_section {
  background-color: #7d656c;
  color: #fff;
}

.title_section h2 {
  font-size: 65px;
  line-height: 1em;
}

.title_section h3 {
  line-height: 1.4em;
}

.dark_section {
  color: #fff;
  background-color: #2D2D2D;
}

.dark_section h1, .color_section h1,
.dark_section h2, .color_section h2,
.dark_section h3, .color_section h3,
.dark_section h4, .color_section h4,
.dark_section h5, .color_section h5,
.dark_section h6, .color_section h6 {
  color: #fff;
}

.dark_section#portfolio h4, .dark_section#portfolio p {
  color: #2D2D2D;
}

.dark_section a, .color_section a {
  color: #fff;
}

.dark_section .block > h3 {
  color: #fff;
  font-size: 26px;
}

.dark_section .widget_news li + li {
  border-color: #444;
}

.dark_section .form-control {
  border-color: #444;
}

.dark_section .widget_nav_menu a {
  color: #d2316d;
}

.dark_section .widget_nav_menu a:hover {
  color: #ffffff;
}

.dark_section a[class^="socialico-"]:before {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 100%;
}

.dark_section a[class^="socialico-"]:hover:before {
  opacity: 1;
  background-color: transparent;
  border-color: #d2316d;
  color: #d2316d;
}

.dark_section [class^="rt-icon-"] {
  color: #ffffff !important;
}

#copyright {
  text-align: center;
}

#copyright .navbar-brand {
  position: relative;
  top: -14px;
}

#copyright .widget_nav_menu ul {
  float: right;
}

#copyright .widget_nav_menu li {
  display: inline-block;
  margin-left: 20px;
  padding: 0;
}

#copyright .widget_nav_menu li a:before {
  display: none;
}

#copyright .widget_nav_menu li a:hover {
  left: auto;
}

/*contact form*/
.contact-form p:first-child {
  padding-left: 0;
}

p.contact-form-name, p.contact-form-email, p.contact-form-subject {
  margin-bottom: 10px;
}

.contact-form-50 p.contact-form-name, .contact-form-50 p.contact-form-email, .contact-form-50 p.contact-form-email {
  width: 50%;
}

p.contact-form-message, p.form-submit {
  padding: 0;
}

/*p.contact-form-submit {margin-top: 40px;}*/
@media (max-width: 570px) {
  p.contact-form-name, p.contact-form-email, p.contact-form-subject {
    float: none;
    width: 100% !important;
  }
}
/* Menu */
.sf-menu, .sf-menu * {
  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 {
  float: left;
  /*display: inline-block;*/
}

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

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

.sf-menu ul ul {
  top: 0 !important;
  left: 100%;
}

/* Menu Skin */
.sf-menu {
  float: right;
}

.sf-menu ul {
  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 ul ul {
  margin-top: -17px;
}

.sf-menu a {
  text-transform: uppercase;
  padding: 0;
  text-decoration: none;
  zoom: 1;
  /* IE7 */
  color: #2D2D2D;
  font-size: 16px;
}

.sf-menu a:hover {
  /*    color:#d2316d;*/
}

.sf-menu > li {
  /*text-align: center;
  padding:28px 0 18px 36px;
  */
}

.sf-menu > li > a {
  padding: 20px 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

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

.sf-menu > li li.active > a {
  background-color: #d2316d;
  color: #fff;
  cursor: text;
}

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

.sf-menu ul {
  display: none !important;
  background-color: #d2316d;
  padding: 17px 0 10px;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 0;
}

.sf-menu ul li {
  padding: 0 30px 0 20px;
}

.sf-menu ul a {
  padding: 7px 0;
  color: #fff;
}

.sf-menu ul a:hover {
  opacity: 0.6;
}

.sf-menu ul li:first-child a {
  /*    padding-top:4px;
      border-top: none;*/
}

.sf-menu ul li:last-child a {
  /*    padding-bottom: 0;*/
}

.sf-menu ul ul {
  background-color: #d2316d;
  margin-left: 3px;
}

.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*/
.sf-arrows ul .sf-with-ul {
  padding-right: 1.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 {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 3px solid transparent;
  border-top-color: #fff;
  /* edit this to suit design (no rgba in IE8) */
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  display: block;
  margin-top: -3px;
  margin-right: -30px;
  border-color: transparent;
  border-left-color: #fff;
  /* edit this to suit design (no rgba in IE8) */
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #fff;
  opacity: 0.6;
}

.sf-menu [class*="rt-icon-"] {
  font-size: 19px;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: -1px;
  display: none;
}

/*Menu Mobile Layout*/
@media (min-width: 768px) {
  #mainmenu {
    display: block !important;
  }

  #mainmenu {
    width: auto !important;
    opacity: 1 !important;
    height: auto !important;
  }
}
@media (max-width: 991px) {
  #mainmenu {
    float: none;
    text-align: center;
  }

  .sf-menu > li > a {
    text-align: center;
  }

  .sf-menu ul {
    text-align: left;
  }
}
@media (max-width: 767px) {
  #header {
    position: fixed;
    right: 0;
    top: 0;
    width: auto;
    z-index: 100000;
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.05);
    text-align: left;
    border-bottom: none;
  }

  #header-sticky-wrapper {
    height: auto !important;
  }

  #mainmenu {
    display: none;
    margin: 0 0 17px 0;
    padding-top: 17px;
    position: relative;
    height: 350px;
    overflow: auto;
    border-top: 1px solid #fff;
  }

  .main-menu-icon {
    padding: 19px 0;
    display: block;
    margin: 0 auto;
    width: 30px;
    cursor: pointer;
  }

  .main-menu-icon span {
    margin: 0 auto 3px;
    display: block;
    height: 3px;
    background-color: #fff;
  }

  .sf-menu > li {
    display: block;
    padding: 0;
    float: none;
  }

  .sf-menu > li + li {
    border-left: none;
  }

  .sf-menu > li > a {
    padding: 4px 0;
    margin: 10px;
    text-align: left;
  }

  .sf-menu ul {
    text-align: left;
    position: static;
    display: none !important;
    opacity: 1 !important;
    padding: 0 0 0 20px;
    margin: 0 30px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent !important;
  }

  .sf-menu ul li {
    padding: 0;
  }

  .sf-menu ul li + li {
    border: none;
  }

  .sf-menu ul ul {
    margin: 1px 0 3px;
  }

  .sf-menu > li > a:hover, .sf-menu > li.active > a {
    background: none;
    border-color: transparent;
    color: #fff;
    opacity: 0.5;
  }

  .sf-menu ul a {
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 5px 0;
    border: none;
  }

  #copyright {
    text-align: center;
  }

  #copyright .widget_nav_menu ul {
    float: none;
  }
}
.menu-item-number,
.menu-item-desc {
  display: none;
  color: #d2316d;
  font-size: 12px;
  letter-spacing: 0px;
}

.is-sticky .menu-item-number,
.is-sticky .menu-item-desc {
  display: none !important;
}

/*header on large screens styles*/
@media (min-width: 991px) {
  /*mainmenu*/
  /*  .menu-item-number,
      .menu-item-desc,
      .menu-item-desc:before {display: block; }
      .menu-item-desc {position: relative;}
  */
}
/*
 * 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;
  height: 100% !important;
}

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

.flexslider .slides .slider_images img {
  width: auto;
  display: inline-block;
  background-color: #d2316d;
  margin: 0 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.flexslider .slides .slider_images img:hover {
  background-color: #d2316d;
}

.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;
  position: relative;
  overflow: hidden;
  zoom: 1;
  height: 100%;
}

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

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

.flexslider .slides {
  zoom: 1;
  height: 100% !important;
}

.carousel li {
  /*margin-right: 5px;*/
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  display: block;
  width: 50px;
  height: 50px;
  margin: -25px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  background-color: #fff;
  font-size: 0;
  color: transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
  left: 0;
}

.flex-direction-nav .flex-next {
  right: 0;
}

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

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

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
  background-color: #d2316d;
}

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

.flex-direction-nav a:before {
  background: url(../img/arrows-slider-big.png) no-repeat -3px 0 #d2316d;
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
}

.flex-direction-nav a:hover:before {
  background-position: -3px 0;
  background-color: #d2316d;
}

.flex-direction-nav a.flex-next:before {
  background-position: -49px 0px;
}

.flex-direction-nav a.flex-next:hover:before {
  background-position: -49px 0px;
}

/* 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-size: 20px;
  display: inline-block;
  content: '\f004';
}

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

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

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

.flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  cursor: pointer;
  background-color: #d2316d;
  opacity: 0.6;
  display: inline-block;
  text-indent: -30px;
  overflow: hidden;
  width: 20px;
  height: 12px;
  margin: 0 5px 0 0;
}

.flex-control-paging li a:hover {
  opacity: 1;
  background: #d2316d !important;
}

.flex-control-paging li a.flex-active {
  background: #d2316d;
  cursor: default;
  opacity: 1;
}

.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;
}

/*slider common*/
#mainslider {
  position: relative;
  background: #F4F4F4;
}

.slide_description {
  position: absolute;
  left: 0;
  right: 0;
}

.slide_description a.theme_button {
  display: inline-block;
}

.imagetitle {
  color: #fff;
  display: block;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.imagedesc {
  font-size: 16px;
  margin-bottom: 30px;
  color: #ffffff;
}

.fullwidthimage [class^="col-"] {
  position: static;
  height: 0px;
}

.fullwidthimage .slide_description {
  max-width: 370px;
  left: 20%;
  max-width: 350px;
}

.fullwidthimage .imagetitle {
  display: inline-block;
  color: #fff;
  padding: 6px 14px 10px;
  background-color: #d2316d;
  background-color: rgba(51, 51, 51, 0.8);
}

.fullwidthimage .imagedesc {
  color: #fff;
  margin-bottom: 20px;
  padding: 26px 30px;
  background-color: #fff;
  background-color: rgba(51, 51, 51, 0.8);
}

.flexslider .slides img.leftcontent_image {
  width: auto;
}

.leftcontent .slide_description {
  position: relative;
  left: auto;
  right: auto;
}

.fullwidthcontent {
  padding: 60px 0 60px;
}

.regular_image {
  position: relative;
}

.regular_image img, img.leftcontent_image {
  display: block;
}

.regular_image .slide_description {
  background-color: #d2316d;
  background-color: rgba(51, 51, 51, 0.8);
  padding: 30px 40px 20px;
  top: auto !important;
  left: 65px;
  bottom: 50px;
  max-width: 370px;
}

.regular_image .imagetitle {
  color: #fff;
  font-weight: 400;
  display: block;
  font-size: 28px;
  margin-bottom: 14px;
}

.regular_image .imagedesc {
  color: #fff;
}

@media screen and (min-width: 768px) {
  /*.flex-control-nav {display: none;}*/
}
@media screen and (max-width: 767px) {
  .flex-direction-nav {
    display: none;
  }

  #big-logo {
    max-width: 80px;
    top: 30px;
    margin-left: -40px;
  }

  .slides .slide_description {
    background-color: transparent !important;
    padding: 0 !important;
    left: 10px !important;
    bottom: 10px !important;
    right: auto !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
  }

  .leftcontent .slide_description {
    position: relative;
    top: auto !important;
  }
}
@media screen and (max-width: 700px) {
  .imagetitle {
    font-size: 18px !important;
  }

  .imagedesc {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 500px) {
  .imagetitle {
    font-size: 14px !important;
  }

  .imagedesc {
    font-size: 12px !important;
  }

  .fullwidthimage .imagedesc {
    display: none;
  }
}
/*totop*/
#toTop {
  background: #d2316d;
  bottom: 14px;
  display: none;
  height: 50px;
  width: 50px;
  overflow: hidden;
  position: fixed;
  right: 10px;
  text-decoration: none;
  z-index: 9999;
  font-size: 0px;
  color: transparent;
  border-radius: 4px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

#toTop:after {
  display: block;
  content: '\e831';
  color: #ffffff;
  font-size: 37px;
  font-family: 'fontello';
  position: absolute;
  left: 15px;
  top: 13px;
}

#toTopHover, #toTop:hover {
  background: #2D2D2D;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

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

a[class^="socialico-"] {
  font-size: 0px !important;
  display: inline-block;
  position: relative;
  padding-right: 58px;
  line-height: 40px;
  vertical-align: middle;
}

a[class^="socialico-"]:before {
  display: inline-block;
  text-indent: 0;
  overflow: hidden;
  font-family: 'socialicoregular';
  font-size: 30px;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: -5px;
  left: 0;
  color: #ffffff;
  background-color: #d2316d;
  border-radius: 4px;
  width: 46px;
  height: 46px;
  margin: 0 3px;
  line-height: 46px;
  -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;
}

a[class^="socialico-"]:hover:before {
  color: #fff;
  background-color: #2D2D2D;
  -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;
}

a[class*="rounded"]:hover:before, a[class*="rounded"]:before {
  background-color: transparent;
  color: #d2316d;
}

.related_posts_list {
  padding-left: 0;
  list-style: none;
}

.horizontal_slider_item, .related_posts_item, .thumbnail {
  border-radius: 0;
}

#portfolio .item_title {
  position: absolute;
  padding: 0 15px;
  right: 15px;
  left: 15px;
  bottom: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.related_posts_item > h4 {
  padding: 18px 0;
  margin: 0;
  font-size: 18px;
}

.related_posts_item > h4 > a {
  color: #d2316d;
}

.horizontal_slider_item > h4,
#portfolio .item_title h4 {
  margin: 0;
  padding: 16px 0;
  font-size: 20px;
}

.horizontal_slider_item > h4 > span.heart,
.related_posts_item > h4 > span.heart,
#portfolio .item_title h4 > span.heart {
  float: right;
  padding: 1px 0 1px 21px;
  font-size: 14px;
  position: relative;
  color: #fff;
}

.horizontal_slider_item > h4 > span.heart:before,
.related_posts_item > h4 > span.heart:before,
#portfolio .item_title h4 > span.heart:before {
  position: absolute;
  display: block;
  content: "\e662";
  font-family: 'rt-icons';
  left: 4px;
  color: #d2316d;
}

#portfolio .item_title h4 > a,
.horizontal_slider_item > h4 > a {
  color: #fff;
}

#portfolio .item_title h4 > a:hover,
.related_posts_item > h4 > a:hover,
.horizontal_slider_item > h4 > a:hover {
  color: #fff;
  opacity: 0.8;
}

.portfolio_item_image, .horizontal_slider_introimg {
  position: relative;
  overflow: hidden;
}

.portfolio_item_image > div {
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.8);
}

.horizontal_slider_item .portfolio_item_image {
  left: 0;
  right: 0;
  text-align: center;
  line-height: 1.9em;
}

.horizontal_slider_item_description {
  padding: 20px 0px 20px;
  text-align: center;
}

.horizontal_slider_item_description h3 {
  font-size: 19px;
  margin: 0 0 10px 0;
  text-transform: none;
}

.horizontal_slider_item_description h3 a {
  color: #fff;
  opacity: 0.8;
}

.horizontal_slider_item_description h3 a:hover {
  color: #fff;
  opacity: 0.8;
}

.p-view, .p-link {
  /*    visibility: hidden;*/
  display: block;
  height: 60px;
  width: 60px;
  margin-left: -63px;
  position: absolute;
  top: 10%;
  left: 50%;
  border: 2px solid #fff;
  border-radius: 100%;
}

.p-link {
  margin-left: 5px;
}

.p-view:before, .p-link:before {
  font-family: 'rt-icons';
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  content: "\e71c";
  line-height: 60px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.p-view:hover, .p-link:hover {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.p-link:before {
  content: "\e71d";
}

.horizontal_slider_item img, .portfolio_item_image img {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  display: block;
  width: 100%;
}

.horizontal_slider_item:hover img, .portfolio_item_image:hover img {
  opacity: 0.9;
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.horizontal_slider_item:hover .p-view, .portfolio_item_image:hover .p-view {
  opacity: 1;
}

/*gallery*/
ul#portfolioContainer {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

#portfolio h4 {
  margin-top: 0;
}

#portfolio .isotope-item {
  max-width: 100%;
  overflow: hidden;
  float: left;
  margin-left: -1px;
  margin-bottom: 30px;
}

#portfolio .item_title p {
  padding: 0 0 22px;
  margin: 0;
  color: #fff;
}

#portfolio .item_title h4 {
  margin: 0px 0 9px;
  padding: 0;
}

#filtrable {
  padding: 0;
  margin-top: -30px;
}

#filtrable li {
  display: inline-block;
  margin-right: 15px;
}

#filtrable a {
  font-size: 0.9em;
  padding: 4px 16px;
  margin: 28px 0;
  display: inline-block;
  background-color: #fff;
  color: #727272;
  border-radius: 2px;
  text-transform: uppercase;
}

#filtrable a:hover,
#filtrable a.selected {
  background-color: #979CA2;
  color: #fff;
}

#filtrable a:hover {
  opacity: 0.8;
}

.portfolio_loadmore {
  margin: 30px 0 40px !important;
}

#gallery_container {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: -100%;
  overflow: auto;
  display: none;
}

/*gallery single item*/
#portfolio_nav {
  margin-top: 40px;
}

#portfolio_nav + #middle {
  margin-top: 0px;
  padding-top: 0;
}

#portfolio_nav a {
  color: #2D2D2D;
  font-size: 36px;
  margin: 0 30px;
}

#portfolio_nav a:hover {
  color: #d2316d;
}

.description {
  margin-bottom: 26px;
}

.skills, .client {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.location {
  margin-bottom: 27px;
}

.skills > span, .client > span, .location > span {
  font-weight: 700;
}

.skills > a, .client > a, .location > a {
  color: #d2316d;
}

.skills > a:hover, .client > a:hover, .location > a:hover {
  color: #d2316d;
}

/*.gallery-single h1 {margin: -9px 0 44px !important;}*/
/*.gallery-single h3 {margin: 14px 0 19px;}*/
/* Isotope Filtering */
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item[style] {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.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;
}

/*blog*/
.blog {
  margin-top: 7px;
}

.blog .entry-thumbnail:first-child {
  margin: 0px 0px 20px;
}

.blog article + article {
  margin-top: 44px;
  padding-top: 44px;
  border-top: 1px solid #e1e1e1;
}

h2.entry-title {
  margin: 36px 0 20px;
  font-size: 35px;
}

h2.entry-title a {
  color: #d2316d;
}

h2.entry-title a:hover {
  color: #d2316d;
}

.format-small-image h2.entry-title {
  margin-top: 0;
}

.entry-meta {
  margin: 20px 0;
  padding: 8px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  font-size: 12px;
}

.entry-meta .comments-link {
  float: right;
}

.entry-meta .comments-link a, .reply a {
  color: #d2316d;
}

.entry-meta .comments-link a:hover, .reply a:hover {
  color: #d2316d;
}

.entry-tags {
  background: url(../img/tags_icon.png) no-repeat 0 2px transparent;
  padding-left: 27px;
  margin-top: 29px;
}

.blog .read-more {
  margin-top: 21px;
}

.blog .format-small-image .entry-thumbnail {
  margin-bottom: 0;
}

img.alignleft {
  float: left;
  margin: 5px 20px 5px 0;
}

footer.bottom-entry-meta {
  margin: 33px 0;
}

.tags {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 36px 0;
}

.tags h3 {
  display: inline-block;
  margin: 4px 0 0;
}

.tags-links {
  position: relative;
  top: -3px;
  left: 4px;
}

.tags a, .tagcloud a {
  font-size: 0.9em;
  padding: 4px 10px;
  border: 1px solid #e1e1e1;
  margin-bottom: 4px;
  display: inline-block;
  background-color: transparent;
}

.tags a:hover, .tagcloud a:hover {
  background-color: #fcfcfc;
}

.author-meta {
  margin: 40px 0 50px;
  padding: 29px 68px 13px;
  border: 1px solid #e1e1e1;
}

.author-meta > img {
  display: block;
  float: left;
  max-width: 200px;
  margin: 10px 30px 10px 0;
}

.author-meta h3 {
  margin: 12px 0 18px;
}

.author-meta p:after {
  display: table;
  content: " ";
  clear: both;
}

.related-posts > h3 {
  margin-bottom: 34px;
}

.comments-area {
  margin: 96px 0 40px;
}

.comments-title {
  font-size: 24px;
  margin-bottom: 30px;
}

.comments-area ol {
  list-style: none;
  padding-left: 0;
}

.comments-area li {
  padding: 26px 0 5px;
}

.comments-area ol.children li {
  padding: 30px 0 0 70px;
}

.comments-area ol.children ol ol li {
  padding-left: 0;
}

/*.comment-author, .comment-metadata, .reply {display: inline-block;}*/
.comment-meta {
  position: relative;
}

.comment-metadata {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin: 3px 0 10px 100px;
  font-size: 12px;
  padding: 11px 0;
}

.comment-author a {
  font-size: 14px;
  position: relative;
  top: -5px;
}

.comment-author img {
  max-width: 70px;
  margin-right: 28px;
  float: left;
}

.reply {
  position: absolute;
  right: 0;
  top: 36px;
  font-size: 12px;
}

.comment-content {
  padding: 0 0 9px 100px;
}

.comment-respond {
  margin-top: 56px;
}

.comment-reply-title {
  margin-bottom: 26px;
}

.comment-respond label, .contact-form label {
  display: none;
}

form.contact-form {
  margin-top: 0px;
  margin-bottom: 20px;
  max-width: 500px;
  margin: 0 auto;
}

p.comment-form-author, p.comment-form-email, p.comment-form-url {
  width: 33.33333%;
  float: left;
  margin-bottom: 10px;
}

p.comment-form-author, p.comment-form-email {
  padding-right: 10px;
}

p.comment-form-comment:before, p.contact-form-message:before {
  display: table;
  content: " ";
}

.comment-respond p.form-submit {
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 570px) {
  .comments-area ol.children li {
    padding: 30px 0 0 30px;
  }

  p.comment-form-author, p.comment-form-email, p.comment-form-url, p.contact-form-name, p.contact-form-email, p.contact-form-subject {
    float: none;
    padding: 0 8px 0 0;
    width: 100%;
  }

  p.contact-form-message {
    padding-right: 8px;
  }
}
/*widgets*/
.single_teaser {
  text-align: center;
  margin: 20px 0 43px;
}

.single_teaser.icons [class^="rt-icon-"] {
  font-size: 40px;
}

.single_teaser.icons.style1 [class^="rt-icon-"] {
  font-size: 40px;
  line-height: 130px;
  color: #fff;
  background-color: #aaa;
  display: inline-block;
  width: 130px;
  height: 130px;
  margin-bottom: 7px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.single_teaser.icons.style1:hover [class^="rt-icon-"] {
  color: #fff;
  background-color: #d2316d;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.single_teaser h3 {
  font-size: 19px;
  margin-top: 20px;
}

.single_teaser h3 a {
  color: #d2316d;
}

.single_teaser h3 a:hover {
  color: #d2316d;
}

.single_teaser p.introtext {
  margin: 10px 0 30px;
}

.single_teaser.icons.style2 {
  margin: 0 0 20px;
  padding: 0px 0 13px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.single_teaser.icons.style2 .icons_introimg {
  display: inline-block;
  margin-right: 10px;
}

.single_teaser.icons.style2 [class^="rt-icon-"] {
  font-size: 30px;
  border-radius: 0;
  background: transparent;
  color: #818181;
}

.single_teaser.icons.style2 h2 {
  color: #818181;
  display: inline-block;
  font-size: 40px;
  margin: 12px 0 9px;
}

.single_teaser.icons.style2 h3 {
  font-size: 18px;
  margin: 2px 0;
}

.single_teaser.icons.style2:hover h2 {
  color: #d2316d;
}

.single_teaser.icons.style2:hover [class^="rt-icon-"]:before {
  color: #d2316d;
}

.single_teaser.icons.style2:hover h3 {
  color: #d2316d;
}

.single_teaser.icons.style3 [class^="rt-icon-"] {
  border-radius: 100%;
  width: 140px;
  height: 140px;
  margin: 0 auto 10px;
  display: inline-block;
  background: #ffffff;
  color: #979CA2;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  line-height: 140px;
  font-size: 50px;
}

.single_teaser.icons.style3:hover [class^="rt-icon-"] {
  color: #d2316d;
  font-size: 80px;
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.single_teaser.icons.style4 [class^="rt-icon-"] {
  font-size: 50px;
  margin-top: 50px;
  position: absolute;
  top: 100px;
  margin-left: -25px;
}

.single_teaser.icons.style4 h2 {
  display: inline-block;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 150px;
  font-size: 35px;
  width: 160px;
  height: 158px;
  font-weight: 300;
}

.single_teaser.icons.style4 h3 {
  color: #fff;
  margin-top: 40px;
}

.single_teaser.icons.style5 {
  overflow: hidden;
  padding: 20px;
  border-radius: 8px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.single_teaser.icons.style5:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.single_teaser.icons.style5 [class^="rt-icon-"] {
  color: #fff;
  font-size: 60px;
  line-height: 80px;
  width: 100%;
  height: 80px;
  text-align: center;
  display: block;
}

/*.widget_categories > h3 {margin-bottom: 13px;}*/
.widget_categories ul, .widget_archive ul, .widget_recent_entries ul {
  list-style: none;
  padding-left: 20px;
}

.widget_categories li, .widget_archive li, .widget_recent_entries li {
  padding: 3px 0;
  color: #d2316d;
}

.widget_categories a, .widget_archive a, .widget_recent_entries a {
  color: #d2316d;
  position: relative;
  padding: 0 !important;
}

.widget_categories a:before, .widget_archive a:before, .widget_recent_entries a:before {
  /*background-color: #d2316d; width:4px;*/
  height: 4px;
  content: '';
  position: absolute;
  display: block;
  left: -14px;
  top: 7px;
  border: 3px solid transparent;
  border-left-color: #d2316d;
}

.widget_categories a:hover, .widget_archive a:hover, .widget_recent_entries a:hover, .widget_nav_menu a:hover {
  color: #d2316d;
}

.widget_nav_menu a {
  padding: 0px 0 10px 30px !important;
  color: #d2316d;
}

.widget_nav_menu [class*="rt-icon-"] {
  font-size: 19px;
  display: inline-block;
  margin-right: 20px;
  position: absolute;
  top: 2px;
  left: -4px;
}

.widget_tag_cloud > h3 {
  margin-bottom: 26px;
}

.widget_news > h3 {
  margin-bottom: 7px;
}

.widget_news ul {
  list-style: none;
  padding-left: 0;
}

.widget_news li {
  padding: 18px 0 6px;
}

.widget_news a {
  color: #d2316d;
}

.widget_news a:hover {
  color: #d2316d;
}

.widget_news li + li {
  border-top: 1px solid #e1e1e1;
}

.news_introimg {
  float: left;
  max-width: 80px;
}

.news_right {
  margin-left: 100px;
}

.news_right h5 {
  margin-top: 6px;
  font-size: 16px;
}

.search-field {
  max-width: 180px;
  background-color: transparent;
}

.widget_social_links > h3 {
  margin-bottom: 13px;
}

.widget_social_links ul {
  padding-left: 0;
  list-style: none;
}

.widget_social_links a[class^="socialico-"] {
  padding: 0px 0px 0px 40px;
  font-size: inherit !important;
  color: #d2316d;
}

.widget_social_links a[class^="socialico-"]:before {
  top: -3px;
}

.widget_social_links a[class^="socialico-"]:hover {
  color: #d2316d;
}

.widget_social_links li {
  padding: 6px 10px 6px 0;
  vertical-align: bottom;
}

.widget_schedule dt {
  font-weight: normal;
}

.widget_schedule .dl-horizontal dt {
  width: 80px;
  text-align: left;
}

.widget_schedule .dl-horizontal dd {
  margin-left: 100px;
  text-align: right;
}

.widget_testimonials {
  padding: 20px;
}

.widget_testimonials .carousel-introtext {
  position: relative;
  padding: 10px 10px 10px 50px;
  font-size: 24px;
  line-height: 1.2em;
  text-align: center;
}

.widget_testimonials .carousel-introtext:before {
  font-family: 'fontello';
  display: block;
  position: absolute;
  font-size: 20px;
  left: 0px;
  content: '\e818';
}

.widget_testimonials .carousel-readmore {
  padding: 20px 10px;
  text-align: center;
  text-transform: uppercase;
  color: #d2316d;
  font-weight: 700;
}

.widget_testimonials .carousel-readmore span {
  display: block;
  text-align: center;
  max-width: 60px;
  margin: 0 auto 14px;
}

.widget_testimonials .carousel-readmore span img {
  border-radius: 100%;
  padding: 3px;
  border: 1px solid #fff;
}

.widget_testimonials .carousel-control.right, .widget_testimonials .carousel-control.left {
  display: block;
  width: 50px;
  height: 50px;
  top: 50%;
  right: 0px;
  margin-top: -25px;
  z-index: 10;
  color: #2D2D2D;
  text-shadow: none;
}

.widget_testimonials .carousel-control.left {
  left: 0;
  right: auto;
}

.widget_testimonials .carousel-control.right:before {
  font-family: 'fontello';
  content: "\e841";
  font-size: 50px;
}

.widget_testimonials .carousel-control.left:before {
  font-family: 'fontello';
  content: "\e840";
  font-size: 50px;
}

.thumbnail > img {
  border-radius: 3px;
}

.thumbnail {
  position: relative;
  border-radius: 3px;
  -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;
}

.thumbnail:hover {
  top: -3px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.thumbnail .caption {
  padding: 16px 20px 9px;
  line-height: 1.3em;
  position: relative;
}

.thumbnail .caption h4 {
  font-size: 20px;
  margin: 6px 0 0px;
}

.thumbnail .caption h4 + p {
  font-style: italic;
}

.thumbnail .caption p.team-social {
  margin-top: 20px;
}

.dxsingle_teaser_right {
  margin: 0 100px 23px 0;
  padding: 20px 20px 36px;
  text-align: right;
  font-size: 16px;
}

.dxsingle_teaser_right h3 {
  margin: 0 0 10px;
  font-size: 26px;
  text-transform: uppercase;
}

.dxsingle_teaser_right h3 a {
  color: #d2316d;
}

.dxsingle_teaser_right h3 a:hover {
  color: #d2316d;
}

.left_icons {
  position: relative;
  border-radius: 6px;
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.5);
  -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;
}

.left_icons [class^="rt-icon-"] {
  display: block;
  font-size: 80px;
  color: #fff;
  border-radius: 100%;
  margin: 0 20px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -40px;
  -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;
}

.left_icons:hover {
  color: #ffffff;
  background-color: #d2316d;
}

.left_icons.style2 [class^="rt-icon-"] {
  background-color: #d2316d;
  color: #fff;
  text-align: center;
  font-size: 30px;
  width: 70px;
  height: 70px;
  padding: 0;
  line-height: 70px;
  border-radius: 100%;
}

.left_icons.style2:hover [class^="rt-icon-"] {
  background: #d2316d;
  -moz-transform: rotate(360deg) scale(1.1);
  -ms-transform: rotate(360deg) scale(1.1);
  -webkit-transform: rotate(360deg) scale(1.1);
  transform: rotate(360deg) scale(1.1);
}

.left_icons.style2 .dxsingle_teaser_right {
  margin-left: 90px;
}

.twitter {
  text-align: center;
  font-size: 24px;
  line-height: 1.5em;
}

.twitter .tweet_time {
  display: block;
  margin: 0 0 30px;
  font-size: 14px;
  text-transform: uppercase;
}

.twitter .flex-direction-nav {
  display: none;
}

.twitter.flexslider .slides img {
  width: auto;
  margin: 50px 0 10px;
  display: inline-block;
}

/*circle progress bars*/
.chart {
  position: relative;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 20px 0;
}

.percent {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  margin-top: -0.3em;
  margin-left: -0.8em;
  z-index: 2;
}

.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}

/*pricing tables*/
.pricing-table {
  overflow: hidden;
  list-style: none;
  padding: 0;
  text-align: center;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
}

.pricing-table.style2 {
  background-color: #ffffff;
  border: none;
  position: relative;
}

.pricing-table:hover {
  -webkit-transition: all .05s linear;
  -moz-transition: all .05s linear;
  -o-transition: all .05s linear;
  -ms-transition: all .05s linear;
  transition: all .05s linear;
}

.pricing-table.style2:hover {
  box-shadow: 0px 0px 10px #f1f1f1;
  top: -2px;
}

.pricing-table.style2:hover li.plan-name {
  background-color: #d2316d;
}

.pricing-table ul {
  list-style: none;
  padding: 0;
}

.pricing-table ul li {
  padding: 10px 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}

.pricing-table li + li {
  border-top: 0;
}

.pricing-table li p {
  padding: 0 4px;
  margin: 0;
}

.pricing-table li.plan-price {
  padding: 30px 0 10px;
  background-color: #d2316d;
  color: #fff;
}

.pricing-table.style2 li.plan-price {
  padding: 30px 0 10px;
  background-color: #ffffff;
  color: inherit;
}

.pricing-table li.plan-name {
  font-size: 1.8em;
  padding: 22px 0 22px;
  color: #d2316d;
}

.pricing-table.style2 li.plan-name {
  font-size: 1.3em;
  padding: 14px 0 14px;
  color: #ffffff;
  background: #979CA2;
}

.plan-price span + span {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
}

.plan-price span:first-child {
  font-size: 19px;
  position: relative;
  top: -14px;
  font-weight: 700;
}

.call-to-action a {
  display: block;
  padding: 8px 0;
}

.style2 .call-to-action a {
  display: inline-block;
  padding: 10px 33px;
  margin: 30px 0;
}

/*flickr*/
ul#flickr {
  margin: 0;
  padding: 0;
}

ul#flickr li {
  background-color: #C4C4C4;
  display: inline-block;
  line-height: 0 !important;
  list-style: none outside none;
  margin: 0 5px 5px 0;
}

/*Call Out*/
.bs-callout {
  border-left: 3px solid #EEEEEE;
  margin: 20px 0;
  padding: 30px;
}

.bs-callout h4 {
  margin-bottom: 5px;
  margin-top: 0;
}

.bs-callout p:last-child {
  margin-bottom: 0;
}

.bs-callout-danger {
  background-color: #FDF7F7;
  border-color: #EED3D7;
}

.bs-callout-danger h4 {
  color: #B94A48;
}

.bs-callout-warning {
  background-color: #FAF8F0;
  border-color: #FAEBCC;
}

.bs-callout-warning h4 {
  color: #8A6D3B;
}

.bs-callout-info {
  background-color: #F4F8FA;
  border-color: #BCE8F1;
}

.bs-callout-info h4 {
  color: #34789A;
}

/*front page images*/
.front-image-wrapper {
  margin-top: 40px;
}

.front-image-wrapper img {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.front-image-indicators {
  margin: 37px 0;
  padding: 0;
  text-align: center;
}

.front-image-indicators li {
  display: inline-block;
  height: 26px;
  cursor: pointer;
}

.front-image-indicators li.img-tablet {
  width: 13px;
  margin-right: 6px;
  background: url(../img/icon-tablet.png) no-repeat 0 100% #d2316d;
}

.front-image-indicators li.img-desktop {
  width: 30px;
  margin-right: 2px;
  background: url(../img/icon-desktop.png) no-repeat 0 100% #d2316d;
}

.front-image-indicators li.img-phone {
  width: 13px;
  background: url(../img/icon-phone.png) no-repeat 0 100% #d2316d;
}

.front-image-indicators li.active {
  background-color: #2D2D2D !important;
}

/*page preloader*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: url(../example/logo.png) no-repeat 50% 50% #fff;*/
  background: #fff;
  z-index: 10000;
  height: 100%;
}

.preloaderimg {
  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;
}

/*
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;
}

/*color swithcer*/
/* #color-switcher {
  position: fixed;
  width: 24px;
  height: 64px;
  top: 50%;
  margin-top: -32px;
  background: #fff;
  z-index: 11000;
}

#color-switcher a {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  margin: 4px;
}

#color-switcher a:hover {
  opacity: 0.8;
}

#red {
  background-color: #d2316d;
}

#blue {
  background-color: #00afd1;
}

#green {
  background-color: #6f9c19;
}

*/
/*timeline*/
#timeline {
  width: 100%;
  height: 600px;
  overflow: hidden;
  margin: 40px auto;
  position: relative;
  border-right: 1px dotted #2D2D2D;
}

#dates {
  width: 100px;
  overflow: hidden;
  float: right;
  padding: 0;
  position: relative;
  z-index: 100;
}

#dates li {
  list-style: none;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 24px;
  padding-left: 10px;
  position: relative;
}

#dates a:before {
  position: absolute;
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 100%;
  left: 0;
  top: 50%;
  margin-top: -2px;
  background: #d2316d;
}

#dates a.selected:before {
  margin-top: -7px;
}

#dates a {
  line-height: 38px;
  padding-bottom: 10px;
  color: #2D2D2D;
}

#dates .selected {
  font-size: 38px;
}

#issues {
  width: 100%;
  height: 600px;
  position: absolute;
  padding: 0 140px 0 0;
}

#issues li {
  overflow: auto;
  width: 100%;
  height: 600px;
  list-style: none;
}

#issues li.selected img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

#issues li img {
  display: inline-block;
  margin: 10px 30px 10px 50px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  /* IE 8 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
  /* IE 6 & 7 */
  zoom: 1;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}

#issues li h1 {
  text-align: center;
}

#issues li p {
  margin: 10px 20px;
  font-weight: normal;
  line-height: 22px;
}

#next,
#prev {
  position: absolute;
  left: 50%;
  font-size: 40px;
}

#next:before,
#prev:before {
  display: block;
  position: absolute;
  font-family: 'fontello';
  content: '\e835';
}

#next {
  bottom: 40px;
}

#next:before {
  content: '\e832';
}

#next.disabled,
#prev.disabled {
  opacity: 0.2;
}

@media (max-width: 767px) {
  #dates {
    display: none;
  }

  #issues {
    padding-right: 0;
  }
}
/* 
 *  Core Owl Carousel CSS File
 *  v1.24
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.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-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.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;
}

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

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  text-align: center;
  -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);
}

/* CSS3 Transitions */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/*
*   Owl Carousel Owl Demo Theme 
*   v1.24
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

.owl-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -13px;
}

.owl-prev, .owl-next {
  position: absolute;
  left: 0;
}

.owl-next {
  right: 0;
  left: auto;
}

.owl-prev:before, .owl-next:before {
  font-family: 'fontello';
  content: '\e83e';
  -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;
}

.owl-prev:before {
  content: '\e83d';
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  font-size: 16px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  opacity: 0.4;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  color: #d2316d;
  opacity: 1;
  text-decoration: none;
}

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

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #2D2D2D;
}

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

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../img/AjaxLoader.gif) no-repeat center center;
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  *zoom: 1;
}

#top_slider {
  background: rgba(0, 0, 0, 0.4);
}

#top_slider h3 {
  color: #fff;
  display: block;
  font-weight: 700;
  font-size: 40px;
  line-height: 80px;
  margin: 30px 0;
  text-transform: uppercase;
}

ul.bxslider {
  margin: 0;
  padding: 0;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -20px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #d2316d;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  outline: 0;
  /*text-indent: -9999px;*/
  z-index: 9999;
  font-size: 0;
  color: transparent;
  display: none;
}

.bx-wrapper .bx-controls-direction a:before {
  font-family: 'fontello';
  content: '\e80a';
  font-size: 80px;
  color: #fff;
  -webkit-transition: all 0.11s linear 0s;
  -moz-transition: all 0.11s linear 0s;
  -o-transition: all 0.11s linear 0s;
  -ms-transition: all 0.11s linear 0s;
  transition: all 0.11s linear 0s;
}

.bx-wrapper .bx-controls-direction a:hover:before {
  color: #d2316d;
}

.bx-wrapper .bx-controls-direction a.bx-prev:before {
  content: '\e801';
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/*
animated elements
*/
.animated {
  visibility: visible !important;
}

/*switcher styles
#switcher {
  position: fixed;
  padding: 0 10px 0 20px;
  top: 30%;
  left: -200px;
  width: 200px;
  height: 350px;
  background-color: #ffffff;
  z-index: 12500;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#switcher.active {
  left: 0;
}

#switcher span {
  -webkit-box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #1D1D1D;
  background-color: #ffffff;
  text-align: center;
  right: -50px;
  top: 0;
  cursor: pointer;
}

#switcher li {
  margin-bottom: 10px;
}

#switcher p {
  margin-top: -7px;
}

#switcher-version a {
  padding: 6px 12px;
  display: inline-block;
  line-height: 1;
}

#switcher-version a.light, #switcher-version a.dark:hover {
  background-color: #f1f1f1;
  color: #1D1D1D;
}

#switcher-version a.dark, #switcher-version a.light:hover {
  background-color: #343434;
  color: #ffffff;
}

#switcher-colors a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #d2316d;
}

#switcher-colors a.color2 {
  background-color: #0C5892;
}

#switcher-colors a.color3 {
  background-color: #009D56;
}

*/
/*# sourceMappingURL=main.css.map */
