
body {
  margin: 0 !important;
}

body, html {
  overflow-x:hidden;
  font-size: 14px;
  line-height:24px;
  color: #322c2b;
}

a:hover,
a:active,
a:focus {
  text-decoration:none;
  outline:none !important;
}

p {
  margin: 0 0 25px 0;
  font-size: 14px;
  line-height: 24px;
}

.with-sidebar-left .col-main {
  padding-left: 45px;
}

.with-sidebar-right .col-main {
  padding-right: 45px;
}

.with-sidebar-left-right .col-main {
  padding-left: 45px;
  padding-right: 45px;
}

.lead {
  margin: 0 0 25px 0;
}

.form-control {
  margin: 0 0 25px 0;
}

.form-horizontal .control-label {
  text-align: left;
  padding: 0;
}

.drop1 {
  background-image: url(../images/form.png);
  background-repeat: no-repeat;
  background-size: 35px 40px;
  height: 40px;
  width:35px;
  line-height:40px;
  font-size: 16px;
  display: inline-block;
  margin: 0 8px 8px 0;
  float:left;
  color: #eeecec;
  text-align: center;
  position: relative;
  top: 4px;
}

.drop2 {
  background: #202020;
  height: 40px;
  width:40px;
  line-height:40px;
  font-size: 16px;
  display: inline-block;
  margin: 0 8px 8px 0;
  float:left;
  color: #eeecec;
  text-align: center;
  position: relative;
  top: 4px;
}

.drop3 {
  background: #f5f5f5;
  height: 40px;
  width:40px;
  line-height:40px;
  font-size: 16px;
  display: inline-block;
  margin: 0 8px 8px 0;
  float:left;
  color: #333;
  text-align: center;
  position: relative;
  top: 4px;
}

.panel {
  display: none;
  width: 280px;
  padding: 20px;
  background-color: #202020;
  color: #fff;
  overflow-y: auto;
}

.panel-close {
  position: absolute;
  right:20px;
  top:20px;
  line-height:26px;
  cursor: pointer;
  height:26px;
  width: 26px;
  text-align: right;
  display: block;
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
  color: #c7c7c7;
}

.panel ul.nav-list a {
  color: #606060;
  display: block;
}

.panel ul.nav-list li.active.current a {
  color: #f5f5f5;
}

.panel ul.nav-list a:hover,
.panel ul.nav-list a:active,
.panel ul.nav-list a:focus {
  color: #f5f5f5;
}

.panel ul.nav-list,
.panel ul.nav-list > ul {
  list-style: none outside none;
  padding:0;
}

.panel ul.nav-list > li {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #323232;
}

.panel ul.nav-list > li a.dropdown-toggle {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #323232;
  display: block;
}

.panel ul.nav-list > li > ul > li {
  margin: 0 0 10px 0;
  padding: 0 0 10px 25px;
  border-bottom: 1px solid #323232;
}

.panel ul.nav-list > li > ul > li:last-child {
  margin: 0;
  padding: 0 0 0 25px;
  border-bottom: 0;
}

.staff-member {
  margin: 0 0 25px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 25px 0;
  padding:0;
  color: #322c2b;
}

h1.heading-single,
h2.heading-single,
h3.heading-single,
h4.heading-single,
h5.heading-single,
h6.heading-single {
  position: relative;
  margin: 0 0 50px 0;
}

h1.heading-single:after,
h2.heading-single:after,
h3.heading-single:after,
h4.heading-single:after,
h5.heading-single:after,
h6.heading-single:after {
  position: absolute;
  bottom:-26px;
  left:0;
  width:50px;
  height:2px;
  content: "";
}

h1.heading-single.text-center:after,
h2.heading-single.text-center:after,
h3.heading-single.text-center:after,
h4.heading-single.text-center:after,
h5.heading-single.text-center:after,
h6.heading-single.text-center:after {
  position: absolute;
  bottom:-26px;
  left:50%;
  width:50px;
  height:2px;
  content: "";
  margin-left: -25px;
}

h1.heading-single.text-right:after,
h2.heading-single.text-right:after,
h3.heading-single.text-right:after,
h4.heading-single.text-right:after,
h5.heading-single.text-right:after,
h6.heading-single.text-right:after {
  position: absolute;
  bottom:-26px;
  right:0;
  left:auto;
  width:50px;
  height:2px;
  content: "";
}

h1.heading-double,
h2.heading-double,
h3.heading-double,
h4.heading-double,
h5.heading-double,
h6.heading-double {
  position: relative;
  margin: 0 0 50px 0;
}

h1.heading-double:after,
h2.heading-double:after,
h3.heading-double:after,
h4.heading-double:after,
h5.heading-double:after,
h6.heading-double:after {
  position: absolute;
  bottom:-15px;
  left:0;
  width:100%;
  height:2px;
  content: "";
}

.well-template h1.heading-single,
.well-template h2.heading-single,
.well-template h3.heading-single,
.well-template h4.heading-single,
.well-template h5.heading-single,
.well-template h6.heading-single,
.well-template h1.heading-double,
.well-template h2.heading-double,
.well-template h3.heading-double,
.well-template h4.heading-double,
.well-template h5.heading-double,
.well-template h6.heading-double {
  color: #fff;
}

.well-template h1.heading-single:after,
.well-template h2.heading-single:after,
.well-template h3.heading-single:after,
.well-template h4.heading-single:after,
.well-template h5.heading-single:after,
.well-template h6.heading-single:after,
.well-template h1.heading-double:after,
.well-template h2.heading-double:after,
.well-template h3.heading-double:after,
.well-template h4.heading-double:after,
.well-template h5.heading-double:after,
.well-template h6.heading-double:after,
.well-template h1.heading-single.text-center:after,
.well-template h2.heading-single.text-center:after,
.well-template h3.heading-single.text-center:after,
.well-template h4.heading-single.text-center:after,
.well-template h5.heading-single.text-center:after,
.well-template h6.heading-single.text-center:after,
.well-template h1.heading-double.text-center:after,
.well-template h2.heading-double.text-center:after,
.well-template h3.heading-double.text-center:after,
.well-template h4.heading-double.text-center:after,
.well-template h5.heading-double.text-center:after,
.well-template h6.heading-double.text-center:after {
  background: #fff;
}

.well-black h1.heading-single:after,
.well-black h2.heading-single:after,
.well-black h3.heading-single:after,
.well-black h4.heading-single:after,
.well-black h5.heading-single:after,
.well-black h6.heading-single:after,
.well-black h1.heading-double:after,
.well-black h2.heading-double:after,
.well-black h3.heading-double:after,
.well-black h4.heading-double:after,
.well-black h5.heading-double:after,
.well-black h6.heading-double:after {
  background: #606060;
}

.leading-0,
.leading-1,
.leading-2,
.leading-3,
.leading-4,
.leading-5,
.leading-6,
.leading-7,
.leading-8,
.leading-9,
.leading-10 {
  margin-bottom: 50px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 25px;
}

.tooltip-inner {
  padding: 10px;
  font-size: 14px;
  line-height: 24px;
}

.thumbnail {
  border: 3px solid #f5f5f5;
  padding: 0;
  margin: 0 0 25px 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  overflow: hidden;
}

.thumbnail img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

a.thumbnail:hover {
  border-color: #e3e3e3;
}

.thumbnail:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.pagination > .current > a,
.pagination > .current > span,
.pagination > .current > a:hover,
.pagination > .current > span:hover,
.pagination > .current > a:focus,
.pagination > .current > span:focus {
  color: #fff;
}

div.pagination {
  margin: 0;
  display: block;
}

ul.pagination {
  margin: 0 0 25px 0;
}

hr.hr-fade {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(132,132,148,0), rgba(132,132,148,0.75), rgba(132,132,148,0));
  background-image: -moz-linear-gradient(left, rgba(132,132,148,0), rgba(132,132,148,0.75), rgba(132,132,148,0));
  background-image: -ms-linear-gradient(left, rgba(132,132,148,0), rgba(132,132,148,0.75), rgba(132,132,148,0));
  background-image: -o-linear-gradient(left, rgba(132,132,148,0), rgba(132,132,148,0.75), rgba(132,132,148,0));
}

hr.hr-double {
  padding: 4px;
  border: none;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.hr-icon {
  position: relative;
  display:block;
  padding:0;
}

.hr-icon hr {
  margin: 25px 0 50px 0;
}

.fa-icon-divider {
  background-image: url(../images/form.png);
  background-size: 43px 50px;
  background-repeat: no-repeat;
  display: block;
  font-size: 20px;
  height: 50px;
  left: 50%;
  line-height: 50px;
  margin-left: -21.5px; 
  margin-top: 0;
  position: absolute;
  text-align: center;
  width: 43px;
  top:-25px;
  color: #eeecec
}








.fa-margin-right {
  margin-right: 10px;
}

.fa-margin-left {
  margin-left: 10px;
}

.progress {
  margin: 0 0 25px 0;
}

.bars-slim .progress {
  height: 5px;
}

.progress-bar.progress-bar-success {
  background: #9cc902;
}

.progress-bar.progress-bar-info {
  background: #0293c9;
}

.progress-bar.progress-bar-warning {
  background: #f0ad4e;
}

.progress-bar.progress-bar-danger {
  background: #e10000;
}

h5.progress-title {
  margin-bottom: 5px;
}

.color-success {
  color: #9cc902;
}

.color-info {
  color: #0293c9;
}

.color-warning {
  color: #f0ad4e;
}

.color-danger {
  color: #e10000;
}



hr {
  margin: 0 0 25px 0;
  border-color: #e3e3e3;
}


.page-header {
  margin: 0;
  padding: 0;
  border:0;
}

blockquote {
  padding: 15px;
  margin: 0 0 25px 0;
  background: #f5f5f5;
  border-left: 5px solid;
  font-size: 14px;
  font-weight: normal;
  line-height:24px;
}

blockquote footer,
blockquote small,
blockquote .small {
  font-size: 14px;
  font-weight: normal;
  line-height:24px;
}

.fa-ul {
  margin: 0 0 25px 30px;
}

.fa-ul > li {
  margin: 0 0 10px -30px;
  padding: 0 0 10px 30px;
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid #e3e3e3;
}

.fa-ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.fa-li {
  left: 0;
  width: 30px;
  text-align: left;
  top:0;
  font-size: 17px;
  line-height: 24px;
}

.fa-ul.fa-ul-big {
  margin: 0 0 25px 50px;
}

.fa-ul.fa-ul-big > li {
  margin: 0 0 10px -50px;
  padding: 0 0 10px 50px;
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid #e3e3e3;
}

.fa-ul.fa-ul-big > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.fa-ul.fa-ul-big .fa-li {
  left: 0;
  width: 50px;
  text-align: left;
  top:6px;
  font-size: 30px;
  line-height: 30px;
}

.nav-tabs > li > a {
  margin-right: 0;
  color: #322c2b;
}

.nav-tabs > li:hover > a:after {
  height:2px;
  position: absolute;
  top: -2px;
  left: -1px;
  right:-1px;
  content: "";
  background: #999;
}

.nav-tabs > li.active > a:after {
  height:2px;
  position: absolute;
  top: -2px;
  left: -1px;
  right:-1px;
  content: "";
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #322c2b;
}

ul.nav-pills.nav-ws-tabs > li > a,
ul.nav-pills.nav-ws-tabs > li > a:hover,
ul.nav-pills.nav-ws-tabs > li > a:focus {
  color: #fff;
  color: rgba(255,255,255,.75);
  padding: 10px 15px;
}

ul.nav-pills.nav-ws-tabs > li + li {
  margin-left:0;
}

.nav-pills > li > a {
  color: #322c2b;
  -webkit-transition: padding .7s ease-in-out 0s;
  -moz-transition: padding .7s ease-in-out 0s;
  -ms-transition: padding .7s ease-in-out 0s;
  -o-transition: padding .7s ease-in-out 0s;
  transition: padding .7s ease-in-out 0s;
}

.nav-pills.nav-stacked > li > a {
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  padding: 10px 0;
}

.nav-pills.nav-stacked > li > a:after {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  right:7px;
  top:10px;
  color: #999;
}

.nav-stacked > li + li {
  margin-top:0;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background: transparent;
  padding-left:0;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  background: transparent;
  padding-left: 15px;
  -webkit-transition: padding .1s ease-in-out 0s;
  -moz-transition: padding .1s ease-in-out 0s;
  -ms-transition: padding .1s ease-in-out 0s;
  -o-transition: padding .1s ease-in-out 0s;
  transition: padding .1s ease-in-out 0s;
}

.page-wrapper {
  background: #fff;
}

.page-wrapper.boxed {
  background: #fff;
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
}

#header {
  background-image: url(../images/header-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #222;
}

#header h1,
#header h2,
#header h3,
#header h4,
#header h5,
#header h6 {
  color: #fff;
}

#header-inner {
  margin-top: 25px;
}

#menu .navbar {
  margin: 0;
}

#menu .navbar-default {
  background: transparent;
  border:0;
  float: left;
}

#menu .navbar-collapse {
  padding-left:0;
  padding-right:0;
}

#menu .navbar-default .navbar-nav > li > a {
  color: #fff;
  color: rgba(255,255,255,.75);
  font-size:15px;
  border-right: 1px solid #666;
  border-right: 1px solid rgba(0,0,0,.2);
}

#menu .dropdown-menu {
  border:0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 15px 0;
}

#menu .dropdown-menu > li > a {
  color: #fff;
  color: rgba(255,255,255,.75);
}

#menu .dropdown-menu > li > a {
  padding: 8px 15px;
}

ul.list-inline.list-social {
  float: right;
  overflow: hidden;
  line-height: 50px;
  height:50px;
}

ul.list-inline.list-social > li {
  padding: 0;
  height:50px;
  border-left: 1px solid #666;
  border-left: 1px solid rgba(0,0,0,.2);
  float: left;
}

ul.list-inline.list-social > li > a {
  width:50px;
  height:50px;
  line-height:50px;
  text-align: center;
  position: relative;
  display: inline-block;
  
}

ul.list-inline.list-social li a i.fa {
  width:50px;
  height:50px;
  line-height:50px;
  text-align: center;
  position: absolute;
  color: #fff;
  color: rgba(255,255,255,.75);
  right:0;
  font-size:20px;
  transition: all .2s ease-in-out 0s;
}

ul.list-inline.list-social li a i.fa.fa-one {
  top:0;
  
}

ul.list-inline.list-social li a i.fa.fa-two {
  top:-50px;
  color: #fff;
}

ul.list-inline.list-social > li > a:hover i.fa.fa-one,
ul.list-inline.list-social > li > a:active i.fa.fa-one,
ul.list-inline.list-social > li > a:focus i.fa.fa-one {
  top:50px
}

ul.list-inline.list-social > li > a:hover i.fa.fa-two,
ul.list-inline.list-social > li > a:active i.fa.fa-two,
ul.list-inline.list-social > li > a:focus i.fa.fa-two {
  top:0
}

ul.list-inline.list-form > li > a {
  background-image: url(../images/form.png);
  background-repeat: no-repeat;
  background-size: 30px 35px;
  width: 30px;
  height: 35px;
  display: block;
  line-height:35px;
  font-size: 16px;
  color: #eeecec;
  text-align: center;
}

#sitetitle {
  overflow: hidden;
  padding-top: 25px;
}

#sitetitle h1 {
  color: #f5f5f5;
  font-size: 25px;
  line-height:34px;
}

#sitetitle .breadcrumb {
  background: transparent;
  border:0;
  padding:0;
  margin: 5px 0 30px 0;
}

#sitetitle .breadcrumb > li + li::before {
  padding: 0 1px 0 5px;
}

#main {
  padding: 50px 0 25px 0;
}

#bottom {
  background: #202020;
  color: #606060;
  padding: 75px 0 50px 0;
}

#bottom h1,
#bottom h2,
#bottom h3,
#bottom h4,
#bottom h5,
#bottom h6 {
  color: #c7c7c7;
  font-weight: 700;
  position: relative;
  margin: 0 0 35px 0;
}

#bottom h1:after,
#bottom h2:after,
#bottom h3:after,
#bottom h4:after,
#bottom h5:after,
#bottom h6:after {
  position: absolute;
  bottom:-10px;
  left:0;
  width:50px;
  height:2px;
  background: #606060;
  content: "";
}

#bottom a:not(.btn) {
  color: #999;
}

#bottom a:not(.btn):hover,
#bottom a:not(.btn):active,
#bottom a:not(.btn):focus {
  color: #f5f5f5;
}

#bottom .fa-li {
  color: #999;
}

#bottom .fa-ul > li {
  border-color: #323232;
}

#bottom blockquote {
  background: transparent;
  padding: 0;
  border:0;
  margin: 0 0 50px 0;
}

#bottom .owl-theme .owl-dots {
  bottom: 0;
  text-align: left;
}

#footer {
  padding: 25px 0 0 0;
  background: #202020;
  border-top: 1px solid #323232;
  color: #606060;
}

#footer a {
  color: #999;
}

#footer a:not(.btn):hover,
#footer a:not(.btn):active,
#footer a:not(.btn):focus {
  color: #f5f5f5;
}

ul.gallery {
  font-size: 0;
  list-style: none outside none;
  padding: 0;
  margin: 0 0 25px 0;
}

ul.gallery li {
  display: inline-block;
  outline: 0 solid;
  padding: 0;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

ul.gallery li img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

ul.gallery li:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

ul.gallery li img {height: auto;max-width: 100%;}
ul.gallery.columns-1 li {width: 100%;}
ul.gallery.columns-2 li {width: 50%;}
ul.gallery.columns-3 li {width: 33.3333%;}
ul.gallery.columns-4 li {width: 25%;}
ul.gallery.columns-5 li {width: 20%;}
ul.gallery.columns-6 li {width: 16.6667%;}


.toggles {list-style:none; padding:0 0 25px 0;margin:0;}

.toggle-title a { display:block;line-height:20px;padding:15px 2000px 15px 50px;margin:0 -2000px 0 0;text-decoration: none;color: #322c2b;background:#f5f5f5;border: 0;font-weight:700;}

.toggle-title a:hover,
.toggle-title a:active,
.toggle-title a:focus {
  color: #322c2b;
}
.toggles > li {background:none;	padding:0 0 10px 0;margin:0;position:relative;}
.toggles > li:last-child {padding:0;}
.toggles > li.current a:not(.btn), .toggles > li:hover a:not(.btn) { text-decoration:none;}
.toggle-title a span {	display:block;float:left;height:20px;margin-left:-30px;	margin-right:10px;width:20px;font-size:20px;}
.toggle-title a span:before {content:"\f0fe";color:#ccc;}
.toggles li.current .toggle-title a span:before { content: "\f146"; color:#585858;}
.toggle-content {display:none;padding:0;}
.toggle-content .toggle-inner {padding: 20px 0 0 0;}
.toggle-content .toggle-inner > *:last-child {margin: 0 0 15px 0;}

.toggles li.current .toggle-content { display:block; }
.toggle-content > ul { margin-bottom:30px; }

.fully .toggle-title a { display:block;line-height:20px;padding:15px 15px 15px 50px;margin:0;text-decoration: none;color: #322c2b;background:#f5f5f5;border: 0;font-weight:700;}



.service-block {
  margin: 0 0 25px 0;
}

.service-block .service-block-icon {
  background-image: url(../images/form.png);
  background-size: 80px 92.5px;
  background-position: center center;
  width: 80px;
  height: 92.5px;
  line-height: 92px;
  margin: 0 auto 25px auto;
  font-size: 40px;
  color: #eeecec;
  text-align: center;
}

.service-block h3 {
  font-weight: 700;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.bold {
  font-weight: 700;
}

iframe {
  border: medium none;
  width:100%;
  margin: 0 0 25px 0;
}

.flex-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.4%;
  padding-top: 25px;
  position: relative;
  margin: 0 0 25px 0;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/flex-loader.gif);
  
}

.flex-video.widescreen {
  padding-bottom: 50%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video.youtube {
  padding-top: 0;
}

.flex-video.html5 {
  padding-top: 0;
}

.flex-video .video-js {
  width: 100%;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.tt {
  bottom: -41px;
  display: block;
  font-size:16px;
  right: 15px;
  position:fixed;
  text-align:center;
  width:40px;
  height:40px;
  line-height:40px;
  z-index: 999;
  background: #999;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

.tt.tt-visible {
  bottom: 0;
}

.tt .fa {
  color:#fff;
}
img {
  max-width:100%;
  float:none;
}

.element-invisible {
  border: 0 none;
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

ul.list-inline {
  margin:0;
}

ul.list-inline > li:first-child {
  padding-left:0;
}

ul.list-inline > li:last-child {
  padding-right:0;
}

.alert {
  padding:20px;
  border-width: 0 0 0 2px;
  border-style: none none none solid;
  color: #333;
  margin: 0 0 25px 0;
}

.alert > div *:last-child {
  margin-bottom:0;
}

.alert.alert-danger,
.alert.alert-error {
  border-left-color: #e10000;
  background-color: #f5f5f5;
}

.alert.alert-danger strong,
.alert.alert-danger b,
.alert.alert-error strong,
.alert.alert-error b,
.alert.alert-danger a,
.alert.alert-error a {
  color:  #e10000;
}

.alert.alert-warning {
  border-left-color: #f0ad4e;
  background-color: #f5f5f5;
}

.alert.alert-warning strong,
.alert.alert-warning b,
.alert.alert-warning a {
  color: #f0ad4e;
}

.alert.alert-info,
.alert.alert-notice {
  border-left-color: #0293c9;
  background-color: #f5f5f5;
}

.alert.alert-info strong,
.alert.alert-info b,
.alert.alert-notice strong,
.alert.alert-notice b,
.alert.alert-info a,
.alert.alert-notice a {
  color: #0293c9;
}

.alert.alert-success {
  border-left-color: #9cc902;
  background-color: #f5f5f5;
}

.alert.alert-success strong,
.alert.alert-success b,
.alert.alert-success a {
  color: #9cc902;
}

.alert.alert-light,
.alert.alert-message {
  border-left-color: #999;
  background-color: #f5f5f5;
}

.alert.alert-light strong,
.alert.alert-light b {
  color: #999;
}

.alert.alert-dark {
  border-left-color: #333;
  background-color: #c2c2c2;
}

.alert.alert-dark strong,
.alert.alert-dark b {
  color: #333;
}

.mt0 {margin-top:0px !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt35 {margin-top:35px !important;}
.mt40 {margin-top:40px !important;}
.mt45 {margin-top:45px !important;}
.mt50 {margin-top:50px !important;}
.mt55 {margin-top:55px !important;}
.mt60 {margin-top:60px !important;}
.mt65 {margin-top:65px !important;}
.mt70 {margin-top:70px !important;}
.mt75 {margin-top:75px !important;}
.mt80 {margin-top:80px !important;}
.mt85 {margin-top:85px !important;}
.mt90 {margin-top:90px !important;}
.mt95 {margin-top:95px !important;}
.mt100 {margin-top:100px !important;}

.mb0 {margin-bottom:0px !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px !important;}
.mb45 {margin-bottom:45px !important;}
.mb50 {margin-bottom:50px !important;}
.mb55 {margin-bottom:55px !important;}
.mb60 {margin-bottom:60px !important;}
.mb65 {margin-bottom:65px !important;}
.mb70 {margin-bottom:70px !important;}
.mb75 {margin-bottom:75px !important;}
.mb80 {margin-bottom:80px !important;}
.mb85 {margin-bottom:85px !important;}
.mb90 {margin-bottom:90px !important;}
.mb95 {margin-bottom:95px !important;}
.mb100 {margin-bottom:100px !important;}

.mt-5 {margin-top:-5px !important;}
.mt-10 {margin-top:-10px !important;}
.mt-15 {margin-top:-15px !important;}
.mt-20 {margin-top:-20px !important;}
.mt-25 {margin-top:-25px !important;}
.mt-30 {margin-top:-30px !important;}
.mt-35 {margin-top:-35px !important;}
.mt-40 {margin-top:-40px !important;}
.mt-45 {margin-top:-45px !important;}
.mt-50 {margin-top:-50px !important;}
.mt-55 {margin-top:-55px !important;}
.mt-60 {margin-top:-60px !important;}
.mt-65 {margin-top:-65px !important;}
.mt-70 {margin-top:-70px !important;}
.mt-75 {margin-top:-75px !important;}
.mt-80 {margin-top:-80px !important;}
.mt-85 {margin-top:-85px !important;}
.mt-90 {margin-top:-90px !important;}
.mt-95 {margin-top:-95px !important;}
.mt-100 {margin-top:-100px !important;}

.mb-5 {margin-bottom:-5px !important;}
.mb-10 {margin-bottom:-10px !important;}
.mb-15 {margin-bottom:-15px !important;}
.mb-20 {margin-bottom:-20px !important;}
.mb-25 {margin-bottom:-25px !important;}
.mb-30 {margin-bottom:-30px !important;}
.mb-35 {margin-bottom:-35px !important;}
.mb-40 {margin-bottom:-40px !important;}
.mb-45 {margin-bottom:-45px !important;}
.mb-50 {margin-bottom:-50px !important;}
.mb-55 {margin-bottom:-55px !important;}
.mb-60 {margin-bottom:-60px !important;}
.mb-65 {margin-bottom:-65px !important;}
.mb-70 {margin-bottom:-70px !important;}
.mb-75 {margin-bottom:-75px !important;}
.mb-80 {margin-bottom:-80px !important;}
.mb-85 {margin-bottom:-85px !important;}
.mb-90 {margin-bottom:-90px !important;}
.mb-95 {margin-bottom:-95px !important;}
.mb-100 {margin-bottom:-100px !important;}

.mr0 {margin-right:0px !important;}
.mr5 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr25 {margin-right:25px !important;}
.mr30 {margin-right:30px !important;}
.mr35 {margin-right:35px !important;}
.mr40 {margin-right:40px !important;}
.mr45 {margin-right:45px !important;}
.mr50 {margin-right:50px !important;}
.mr55 {margin-right:55px !important;}
.mr60 {margin-right:60px !important;}
.mr65 {margin-right:65px !important;}
.mr70 {margin-right:70px !important;}
.mr75 {margin-right:75px !important;}
.mr80 {margin-right:80px !important;}
.mr85 {margin-right:85px !important;}
.mr90 {margin-right:90px !important;}
.mr95 {margin-right:95px !important;}
.mr100 {margin-right:100px !important;}

.ml0 {margin-left:0px !important;}
.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}
.ml35 {margin-left:35px !important;}
.ml40 {margin-left:40px !important;}
.ml45 {margin-left:45px !important;}
.ml50 {margin-left:50px !important;}
.ml55 {margin-left:55px !important;}
.ml60 {margin-left:60px !important;}
.ml65 {margin-left:65px !important;}
.ml70 {margin-left:70px !important;}
.ml75 {margin-left:75px !important;}
.ml80 {margin-left:80px !important;}
.ml85 {margin-left:85px !important;}
.ml90 {margin-left:90px !important;}
.ml95 {margin-left:95px !important;}
.ml100 {margin-left:100px !important;}

.spacer {width:100% !important;float:none;clear:both;}
.spacer:before, .spacer:after {content:"";clear:both;height:0;}
.spacer.height5 {height:5px !important;}
.spacer.height10 {height:10px !important;}
.spacer.height15 {height:15px !important;}
.spacer.height20 {height:20px !important;}
.spacer.height25 {height:25px !important;}
.spacer.height30 {height:30px !important;}
.spacer.height35 {height:35px !important;}
.spacer.height40 {height:40px !important;}
.spacer.height45 {height:45px !important;}
.spacer.height50 {height:50px !important;}
.spacer.height55 {height:55px !important;}
.spacer.height60 {height:60px !important;}
.spacer.height65 {height:65px !important;}
.spacer.height70 {height:70px !important;}
.spacer.height75 {height:75px !important;}
.spacer.height80 {height:80px !important;}
.spacer.height85 {height:85px !important;}
.spacer.height90 {height:90px !important;}
.spacer.height95 {height:95px !important;}
.spacer.height100 {height:100px !important;}




.bg-pattern1{ background:url("../images/bg/bg01.png") repeat fixed center 0 #F1F1F1;}
.bg-pattern2{ background:url("../images/bg/bg02.png") repeat fixed center 0 #F1F1F1;}
.bg-pattern3{ background:url("../images/bg/bg03.png") repeat fixed center 0 #F1F1F1;}
.bg-pattern4{ background:url("../images/bg/bg04.png") repeat fixed center 0 #F1F1F1;}
.bg-pattern5{ background:url("../images/bg/bg05.png") repeat fixed center 0 #F1F1F1;}
.bg-pattern6{ background:url("../images/bg/bg06.png") repeat fixed center 0 #F1F1F1;}
.bg-pattern7{ background:url("../images/bg/bg07.png") repeat fixed center 0 #F1F1F1;}
.bg-pattern8{ background:url("../images/bg/bg08.png") repeat fixed center 0 #F1F1F1;}
.bg-pattern9{ background:url("../images/bg/bg09.png") repeat fixed center 0 #F1F1F1;}
.bg-pattern10{ background:url("../images/bg/bg10.png") repeat fixed center 0 #F1F1F1;}
.bg-pattern11{ background:url("../images/bg/bg11.png") repeat fixed center 0 #F1F1F1;}
.bg-pattern12{ background:url("../images/bg/bg12.png") repeat fixed center 0 #F1F1F1;}
.bg-pattern13{ background:url("../images/bg/bg13.png") repeat fixed center 0 #F1F1F1;}
.bg-pattern14{ background:url("../images/bg/bg14.png") repeat fixed center 0 #F1F1F1;}
.bg-pattern15{ background:url("../images/bg/bg15.png") repeat fixed center 0 #F1F1F1;}
.bg-pattern16{ background:url("../images/bg/bg16.png") repeat fixed center 0 #F1F1F1;}
.bg-pattern17{ background:url("../images/bg/bg17.png") repeat fixed center 0 #F1F1F1;}
.bg-pattern18{ background:url("../images/bg/bg18.png") repeat fixed center 0 #F1F1F1;}
.bg-pattern19{ background:url("../images/bg/bg19.png") repeat fixed center 0 #F1F1F1;}
.bg-pattern20{ background:url("../images/bg/bg20.png") repeat fixed center 0 #F1F1F1;}

/* Carousel */

.owl-carousel .owl-controls .owl-nav div {
	bottom: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	color: #fff;
	line-height: 50px;
	text-align: center;
}


.owl-carousel .owl-controls .owl-nav .owl-prev {
	left: 0;
	top: 50%;
	position: absolute;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
	right: 0;
	top: 50%;
	position: absolute;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
	left:-50px;
	-webkit-transition: left .2s linear;
	-moz-transition: left .2s linear;
	-ms-transition: left .2s linear;
	-o-transition: left .2s linear;
	transition: left .2s linear;
}

.owl-carousel:hover .owl-controls .owl-nav .owl-next  {
	right:0;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
	right:-50px;
	-webkit-transition: right .2s linear;
	-moz-transition: right .2s linear;
	-ms-transition: right .2s linear;
	-o-transition: right .2s linear;
	transition: right .2s linear;
}

.owl-carousel:hover .owl-controls .owl-nav .owl-prev  {
	left:0;
}

.owl-carousel .owl-item:hover {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-theme .owl-controls {

    text-align: center;
}

.owl-theme .owl-dots {
    position: absolute; width:100%;
    bottom:0;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    display: block;
    height: 7px;
    margin: 15px 7px;
    -webkit-transition: opacity 200ms ease 0s;
    -moz-transition: opacity 200ms ease 0s;
    -ms-transition: opacity 200ms ease 0s;
    -o-transition: opacity 200ms ease 0s;
    transition: opacity 200ms ease 0s;
    width: 20px;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


.owl-height {
  -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 {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
  overflow: hidden;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  margin: 0 0 -1px 0;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.ws-anyslider-outer {
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.ws-anyslider-overlay {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 500;
  text-align: center;
  width: 100%;
}

.ws-anyslider-overlay h1 {
  color: #fff;
  margin: 0 0 30px 0;
  font-weight: 700;
  text-shadow: 0 0 10px #000, 0 0 10px #000;
  font-size: 60px;
  line-height: 70px;
}



.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 3px;
  margin: 15px 10px 15px 0;
  padding: 0;
  background: #fff;
  background: rgba(255,255,255,.5);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.owl-theme .owl-dots .owl-dot:last-child span {
  margin-right:0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot.active:hover span {
  background: #fff;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}


.widearea-grey {
  background-image: url(../images/widearea-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #202020;
  color:#606060;
}

.widearea-grey h1,
.widearea-grey h2,
.widearea-grey h3,
.widearea-grey h4,
.widearea-grey h5,
.widearea-grey h6 {
  color: #c7c7c7;
}

.widearea-grey i.fa {
  color: #999;
}

.widearea-grey hr {
  border-color: #323232;
}

.parallax-wrapper  {
  background-attachment: fixed;
  background-size: cover;
  color: #c7c7c7;
}

.parallax-wrapper h1,
.parallax-wrapper h2,
.parallax-wrapper h3,
.parallax-wrapper h4,
.parallax-wrapper h5,
.parallax-wrapper h6 {
  color: #fff;
}

.element-invisible {border: 0 none;height: 1px;margin: 0;overflow: hidden;padding: 0;position: absolute;width: 1px;}

.panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.panel-primary > .panel-heading,
.panel-primary > .panel-footer {
  color: #fff;
}

.panel-info {
  border-color: #0293c9;
}

.panel-info > .panel-heading,
.panel-info > .panel-footer {
  background: #0293c9;
  border-color: #0293c9;
  color: #fff;
}

.panel-success {
  border-color: #9cc902;
}

.panel-success > .panel-heading,
.panel-success > .panel-footer {
  background: #9cc902;
  border-color: #9cc902;
  color: #fff;
}

.panel-warning {
  border-color: #f0ad4e;
}

.panel-warning > .panel-heading,
.panel-warning > .panel-footer {
  background: #f0ad4e;
  border-color: #f0ad4e;
  color: #fff;
}

.panel-danger {
  border-color: #e10000;
}

.panel-danger > .panel-heading,
.panel-danger > .panel-footer {
  background: #e10000;
  border-color: #e10000;
  color: #fff;
}


.well {padding:20px;background: #f9f9f9; border:1px solid #e5e5e5;margin-bottom: 25px;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;}
.well p:last-child {margin-bottom:0;}
.well.well-border {border-width: 5px;}
.well-white, .well-white {padding:20px; background: #fff; border: 1px solid #E5E5E5;}
.well-template {padding:20px;margin-bottom:25px;color:#fff;}
.well-black {padding:20px;margin-bottom:25px;color:#606060;background: #202020; border:1px solid #000;}
.well-black h1, .well-black h2, .well-black h3, .well-black h4, .well-black h5, .well-black h6 {color:#c7c7c7;}
.well input, .well select {background: #fff;}
.well-default-border {border:1px solid #e5e5e5; padding:20px; margin-bottom: 25px;background: #fff;}
.well-template-border {border:1px solid; padding:20px; margin-bottom: 25px;background: #fff;}
.well-black-border {border:1px solid #202020; padding:20px; margin-bottom: 25px;background:#fff;}

.color-black {color:#000 !important;}
.bg-color-black {background:#000 !important;}

.bold, .strong {font-weight:700;}


@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'IcoMoon';
	content: attr(data-icon);
	speak: none;
}
[class^="icon-"] {
	display: inline-block;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
	font-weight: normal;
}
.icon-joomla:before {
	content: "\e200";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
	content: "\e005";
}
.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
	content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
	content: "\e007";
}
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
	content: "\e008";
}
.icon-arrow-first:before {
	content: "\e003";
}
.icon-arrow-last:before {
	content: "\e004";
}
.icon-arrow-up-2:before {
	content: "\e009";
}
.icon-arrow-right-2:before {
	content: "\e00a";
}
.icon-arrow-down-2:before {
	content: "\e00b";
}
.icon-arrow-left-2:before {
	content: "\e00c";
}
.icon-arrow-up-3:before {
	content: "\e00f";
}
.icon-arrow-right-3:before {
	content: "\e010";
}
.icon-arrow-down-3:before {
	content: "\e011";
}
.icon-arrow-left-3:before {
	content: "\e012";
}
.icon-menu-2:before {
	content: "\e00e";
}
.icon-arrow-up-4:before {
	content: "\e201";
}
.icon-arrow-right-4:before {
	content: "\e202";
}
.icon-arrow-down-4:before {
	content: "\e203";
}
.icon-arrow-left-4:before {
	content: "\e204";
}
.icon-share:before,
.icon-redo:before {
	content: "\27";
}
.icon-undo:before {
	content: "\28";
}
.icon-forward-2:before {
	content: "\e205";
}
.icon-backward-2:before,
.icon-reply:before {
	content: "\e206";
}
.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
	content: "\6c";
}
.icon-undo-2:before {
	content: "\e207";
}
.icon-move:before {
	content: "\7a";
}
.icon-expand:before {
	content: "\66";
}
.icon-contract:before {
	content: "\67";
}
.icon-expand-2:before {
	content: "\68";
}
.icon-contract-2:before {
	content: "\69";
}
.icon-play:before {
	content: "\e208";
}
.icon-pause:before {
	content: "\e209";
}
.icon-stop:before {
	content: "\e210";
}
.icon-previous:before,
.icon-backward:before {
	content: "\7c";
}
.icon-next:before,
.icon-forward:before {
	content: "\7b";
}
.icon-first:before {
	content: "\7d";
}
.icon-last:before {
	content: "\e000";
}
.icon-play-circle:before {
	content: "\e00d";
}
.icon-pause-circle:before {
	content: "\e211";
}
.icon-stop-circle:before {
	content: "\e212";
}
.icon-backward-circle:before {
	content: "\e213";
}
.icon-forward-circle:before {
	content: "\e214";
}
.icon-loop:before {
	content: "\e001";
}
.icon-shuffle:before {
	content: "\e002";
}
.icon-search:before {
	content: "\53";
}
.icon-zoom-in:before {
	content: "\64";
}
.icon-zoom-out:before {
	content: "\65";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
	content: "\2b";
}
.icon-pencil-2:before {
	content: "\2c";
}
.icon-brush:before {
	content: "\3b";
}
.icon-save-new:before,
.icon-plus-2:before {
	content: "\5d";
}
.icon-ban-circle:before,
.icon-minus-sign:before,
.icon-minus-2:before {
	content: "\5e";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
	content: "\49";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
	content: "\47";
}
.icon-new:before,
.icon-plus:before {
	content: "\2a";
}
.icon-plus-circle:before {
	content: "\e215";
}
.icon-minus:before,
.icon-not-ok:before {
	content: "\4b";
}
.icon-minus-circle:before {
	content: "\e216";
}
.icon-unpublish:before,
.icon-cancel:before {
	content: "\4a";
}
.icon-cancel-circle:before {
	content: "\e217";
}
.icon-checkmark-2:before {
	content: "\e218";
}
.icon-checkmark-circle:before {
	content: "\e219";
}
.icon-info:before {
	content: "\e220";
}
.icon-info-2:before,
.icon-info-circle:before {
	content: "\e221";
}
.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
	content: "\45";
}
.icon-question-2:before,
.icon-question-circle:before {
	content: "\e222";
}
.icon-notification:before {
	content: "\e223";
}
.icon-notification-2:before,
.icon-notification-circle:before {
	content: "\e224";
}
.icon-pending:before,
.icon-warning:before {
	content: "\48";
}
.icon-warning-2:before,
.icon-warning-circle:before {
	content: "\e225";
}
.icon-checkbox-unchecked:before {
	content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
	content: "\3e";
}
.icon-checkbox-partial:before {
	content: "\3f";
}
.icon-square:before {
	content: "\e226";
}
.icon-radio-unchecked:before {
	content: "\e227";
}
.icon-radio-checked:before,
.icon-generic:before {
	content: "\e228";
}
.icon-circle:before {
	content: "\e229";
}
.icon-signup:before {
	content: "\e230";
}
.icon-grid:before,
.icon-grid-view:before {
	content: "\58";
}
.icon-grid-2:before,
.icon-grid-view-2:before {
	content: "\59";
}
.icon-menu:before {
	content: "\5a";
}
.icon-list:before,
.icon-list-view:before {
	content: "\31";
}
.icon-list-2:before {
	content: "\e231";
}
.icon-menu-3:before {
	content: "\e232";
}
.icon-folder-open:before,
.icon-folder:before {
	content: "\2d";
}
.icon-folder-close:before,
.icon-folder-2:before {
	content: "\2e";
}
.icon-folder-plus:before {
	content: "\e234";
}
.icon-folder-minus:before {
	content: "\e235";
}
.icon-folder-3:before {
	content: "\e236";
}
.icon-folder-plus-2:before {
	content: "\e237";
}
.icon-folder-remove:before {
	content: "\e238";
}
.icon-file:before {
	content: "\e016";
}
.icon-file-2:before {
	content: "\e239";
}
.icon-file-add:before,
.icon-file-plus:before {
	content: "\29";
}
.icon-file-remove:before,
.icon-file-minus:before {
	content: "\e017";
}
.icon-file-check:before {
	content: "\e240";
}
.icon-file-remove:before {
	content: "\e241";
}
.icon-save-copy:before,
.icon-copy:before {
	content: "\e018";
}
.icon-stack:before {
	content: "\e242";
}
.icon-tree:before {
	content: "\e243";
}
.icon-tree-2:before {
	content: "\e244";
}
.icon-paragraph-left:before {
	content: "\e246";
}
.icon-paragraph-center:before {
	content: "\e247";
}
.icon-paragraph-right:before {
	content: "\e248";
}
.icon-paragraph-justify:before {
	content: "\e249";
}
.icon-screen:before {
	content: "\e01c";
}
.icon-tablet:before {
	content: "\e01d";
}
.icon-mobile:before {
	content: "\e01e";
}
.icon-box-add:before {
	content: "\51";
}
.icon-box-remove:before {
	content: "\52";
}
.icon-download:before {
	content: "\e021";
}
.icon-upload:before {
	content: "\e022";
}
.icon-home:before {
	content: "\21";
}
.icon-home-2:before {
	content: "\e250";
}
.icon-out-2:before,
.icon-new-tab:before {
	content: "\e024";
}
.icon-out-3:before,
.icon-new-tab-2:before {
	content: "\e251";
}
.icon-link:before {
	content: "\e252";
}
.icon-picture:before,
.icon-image:before {
	content: "\2f";
}
.icon-pictures:before,
.icon-images:before {
	content: "\30";
}
.icon-palette:before,
.icon-color-palette:before {
	content: "\e014";
}
.icon-camera:before {
	content: "\55";
}
.icon-camera-2:before,
.icon-video:before {
	content: "\e015";
}
.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
	content: "\56";
}
.icon-music:before {
	content: "\57";
}
.icon-user:before {
	content: "\22";
}
.icon-users:before {
	content: "\e01f";
}
.icon-vcard:before {
	content: "\6d";
}
.icon-address:before {
	content: "\70";
}
.icon-share-alt:before,
.icon-out:before {
	content: "\26";
}
.icon-enter:before {
	content: "\e257";
}
.icon-exit:before {
	content: "\e258";
}
.icon-comment:before,
.icon-comments:before {
	content: "\24";
}
.icon-comments-2:before {
	content: "\25";
}
.icon-quote:before,
.icon-quotes-left:before {
	content: "\60";
}
.icon-quote-2:before,
.icon-quotes-right:before {
	content: "\61";
}
.icon-quote-3:before,
.icon-bubble-quote:before {
	content: "\e259";
}
.icon-phone:before {
	content: "\e260";
}
.icon-phone-2:before {
	content: "\e261";
}
.icon-envelope:before,
.icon-mail:before {
	content: "\4d";
}
.icon-envelope-opened:before,
.icon-mail-2:before {
	content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
	content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
	content: "\50";
}
.icon-briefcase:before {
	content: "\e020";
}
.icon-tag:before {
	content: "\e262";
}
.icon-tag-2:before {
	content: "\e263";
}
.icon-tags:before {
	content: "\e264";
}
.icon-tags-2:before {
	content: "\e265";
}
.icon-options:before,
.icon-cog:before {
	content: "\38";
}
.icon-cogs:before {
	content: "\37";
}
.icon-screwdriver:before,
.icon-tools:before {
	content: "\36";
}
.icon-wrench:before {
	content: "\3a";
}
.icon-equalizer:before {
	content: "\39";
}
.icon-dashboard:before {
	content: "\78";
}
.icon-switch:before {
	content: "\e266";
}
.icon-filter:before {
	content: "\54";
}
.icon-purge:before,
.icon-trash:before {
	content: "\4c";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
	content: "\23";
}
.icon-unlock:before {
	content: "\e267";
}
.icon-key:before {
	content: "\5f";
}
.icon-support:before {
	content: "\46";
}
.icon-database:before {
	content: "\62";
}
.icon-scissors:before {
	content: "\e268";
}
.icon-health:before {
	content: "\6a";
}
.icon-wand:before {
	content: "\6b";
}
.icon-eye-open:before,
.icon-eye:before {
	content: "\3c";
}
.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
	content: "\e269";
}
.icon-clock:before {
	content: "\6e";
}
.icon-compass:before {
	content: "\6f";
}
.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
	content: "\e01b";
}
.icon-book:before {
	content: "\e271";
}
.icon-lightning:before,
.icon-flash:before {
	content: "\79";
}
.icon-print:before,
.icon-printer:before {
	content: "\e013";
}
.icon-feed:before {
	content: "\71";
}
.icon-calendar:before {
	content: "\43";
}
.icon-calendar-2:before {
	content: "\44";
}
.icon-calendar-3:before {
	content: "\e273";
}
.icon-pie:before {
	content: "\77";
}
.icon-bars:before {
	content: "\76";
}
.icon-chart:before {
	content: "\75";
}
.icon-power-cord:before {
	content: "\32";
}
.icon-cube:before {
	content: "\33";
}
.icon-puzzle:before {
	content: "\34";
}
.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
	content: "\72";
}
.icon-lamp:before {
	content: "\74";
}
.icon-pin:before,
.icon-pushpin:before {
	content: "\73";
}
.icon-location:before {
	content: "\63";
}
.icon-shield:before {
	content: "\e274";
}
.icon-flag:before {
	content: "\35";
}
.icon-flag-3:before {
	content: "\e275";
}
.icon-bookmark:before {
	content: "\e023";
}
.icon-bookmark-2:before {
	content: "\e276";
}
.icon-heart:before {
	content: "\e277";
}
.icon-heart-2:before {
	content: "\e278";
}
.icon-thumbs-up:before {
	content: "\5b";
}
.icon-thumbs-down:before {
	content: "\5c";
}
.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
	content: "\40";
}
.icon-star-2:before {
	content: "\41";
}
.icon-featured:before,
.icon-default:before,
.icon-star:before {
	content: "\42";
}
.icon-smiley:before,
.icon-smiley-happy:before {
	content: "\e279";
}
.icon-smiley-2:before,
.icon-smiley-happy-2:before {
	content: "\e280";
}
.icon-smiley-sad:before {
	content: "\e281";
}
.icon-smiley-sad-2:before {
	content: "\e282";
}
.icon-smiley-neutral:before {
	content: "\e283";
}
.icon-smiley-neutral-2:before {
	content: "\e284";
}
.icon-cart:before {
	content: "\e019";
}
.icon-basket:before {
	content: "\e01a";
}
.icon-credit:before {
	content: "\e286";
}
.icon-credit-2:before {
	content: "\e287";
}
.icon-expired:before {
	content: "\4b";
}


/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.nivo-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
	visibility: visible;
	opacity: 1;
}
.nivo-lightbox-wrap  {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
}
.nivo-lightbox-content {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
	position: absolute;
	top: 50%;
	left: 0;
}
.nivo-lightbox-next {
	position: absolute;
	top: 50%;
	right: 0;
}
.nivo-lightbox-close {
	position: absolute;
	top: 2%;
	right: 2%;
}

.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}
.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
	max-height: 100%;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle;
}

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	   -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	     -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
	-webkit-transform: translateX(-10%);
	   -moz-transform: translateX(-10%);
	    -ms-transform: translateX(-10%);
	        transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
	-webkit-transform: translateX(10%);
	   -moz-transform: translateX(10%);
	    -ms-transform: translateX(10%);
	        transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transform: translateY(-10%);
	   -moz-transform: translateY(-10%);
	    -ms-transform: translateY(-10%);
	        transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
	-webkit-transform: translateY(10%);
	   -moz-transform: translateY(10%);
	    -ms-transform: translateY(10%);
	        transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
	        perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	   -moz-transform: translateZ(300px);
	    -ms-transform: translateZ(300px);
	        transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	        transform: translateZ(0);
}


/*
 * Nivo Lightbox Default Theme v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
	background: #666;
	background: rgba(0,0,0,0.6); 
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(../images/lightbox/loading.gif) no-repeat 50% 50%; }

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover { 
	opacity: 1; 
	background-color: rgba(0,0,0,0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
	background-image: url(../images/lightbox/prev.png); 
	border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next { 
	background-image: url(../images/lightbox/next.png); 
	border-radius: 3px 0 0 3px;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
	display: block;
	background: url(../images/lightbox/close.png) no-repeat 0 0;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	padding: 0;
	opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover { opacity: 1; }

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	background: #fff;
	padding: 40px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

@media (-webkit-min-device-pixel-ratio: 1.3),
       (-o-min-device-pixel-ratio: 2.6/2),
       (min--moz-device-pixel-ratio: 1.3),
       (min-device-pixel-ratio: 1.3),
       (min-resolution: 1.3dppx) {

	.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { 
		background-image: url(../images/lightbox/loading@2x.gif); 
		background-size: 32px 32px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-prev { 
		background-image: url(../images/lightbox/prev@2x.png); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-next { 
		background-image: url(../images/lightbox/next@2x.png); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-close { 
		background-image: url(../images/lightbox/close@2x.png); 
		background-size: 16px 16px;
	}
	
}


.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}

.rotating.flip {
  position: relative;
}

.rotating .front, .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0,0,1px);
  -moz-transform: translate3d(0,0,1px);
  -ms-transform: translate3d(0,0,1px);
  -o-transform: translate3d(0,0,1px);
  transform: translate3d(0,0,1px);
}

.rotating.flip .front {
  z-index: 1;
}

.rotating .back {
  display: block;
  opacity: 0;
}

.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}



.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  
  -webkit-transform: rotateY(180deg) translate3d(0,0,0);
  -moz-transform: rotateY(180deg) translate3d(0,0,0);
  -ms-transform: rotateY(180deg) translate3d(0,0,0);
  -o-transform: rotateY(180deg) translate3d(0,0,0);
  transform: rotateY(180deg) translate3d(0,0,0);
}

.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,0);
  -moz-transform: rotateX(180deg) translate3d(0,0,0);
  -ms-transform: rotateX(180deg) translate3d(0,0,0);
  -o-transform: rotateX(180deg) translate3d(0,0,0);
  transform: rotateX(180deg) translate3d(0,0,0);
}

.rotating.flip.cube .front {
  -webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: translate3d(0,0,100px) scale(0.85,0.85);
  transform: translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

  .with-sidebar-left .col-main {
    padding-left: 15px;
  }
  
  .with-sidebar-right .col-main {
    padding-right: 15px;
  }
  
  .with-sidebar-left-right .col-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .ws-anyslider-overlay h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
  }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  
  #menu .navbar-default {
    float: none;
  }
  
  ul.list-inline.list-social {
    float:none;
    border-bottom: 1px solid #666;
    border-bottom: 1px solid rgba(0,0,0,.2);
  }
  
  ul.list-inline.list-social > li:last-child {
    border-right: 1px solid #666;
    border-right: 1px solid rgba(0,0,0,.2);
  }
  
  #sitetitle .breadcrumb.text-right {
    text-align: left;
  }
  
  .navbar-nav {
    margin: 0;
  }
  
  .navbar-default .navbar-brand {
    color: #fff;
    color: rgba(255,255,255,.75);
  }
  
  .navbar-default .navbar-toggle {
    border-color: #ddd;
    background: #ddd;
  }
  
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #666;
    border-color: rgba(0,0,0,.2);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  
  #header #header-inner h1,
  #header #header-inner h2,
  #header #header-inner h3,
  #header #header-inner h4,
  #header #header-inner h5,
  #header #header-inner h6 {
    text-align: left;
  }
  
  #menu .dropdown-menu {
    padding: 0;
  }
  
  #menu .dropdown-menu > li > a {
    padding: 10px 15px 10px 40px;
  }
  
  .ws-anyslider-overlay h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
  
  .ws-anyslider-overlay {
    display: none;
  }
  
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
		
}

