/*  ################################################################

  File Name: style.css
  Template Name: Fiora
  Created By: Filiz OZER
  http://themeforest.net/user/jollythemes
  
  1) SKELETON
  2) HEADER
  3) SLIDER
  4) SECTIONS
  5) POST OPTIONS
  6) PORTFOLIO
  7) CSS3 ANIMATIONS


################################################################# */ 

/* ----------------------------------------------------
  SKELETON
------------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Raleway:400,700,600,500,300,800,900);

body {
    font-family: 'Raleway', Arial, sans-serif;
    background: #fff;
    color:#333;
    background: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 18px;
}

/* Typography */

h1 {
    font-size: 48px;
    font-weight: 300;
}

h2 {
    font-size: 36px;
    font-weight: 300;
}

h3 {
    font-size: 24px;
    font-weight: 300;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

p {
    color: #333;
    line-height: 25px;
    font-size: 13px;
}

li {
  font-size: 13px;
  line-height: 25px;
}

.portfolio-filter li a:hover,
.portfolio-filter li a.active,
.portfolio-filter li a:active,
.portfolio-filter li a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
a {
color:#cb875f;
text-decoration:none;
-webkit-transition:background-color .2s linear, color .2s linear;
-moz-transition:background-color .2s linear, color .2s linear;
-o-transition:background-color .2s linear, color .2s linear;
-ms-transition:background-color .2s linear, color .2s linear;
transition:background-color .2s linear, color .2s linear;
}

.navbar-header a:hover {
border-color:#a86846;
}

a:hover,a:focus {
text-decoration:none;
color:#494c50;
}

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

.alignright {
float:right;
margin:20px 0 20px 20px;
}

.aligncenter {
margin-left:auto;
margin-right:auto;
display:block;
clear:both;
}

.drop-caps p:first-child:first-letter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  color: #434b55;
  padding: 4px;
  margin-right: 7px;
  margin-top: 5px;
  font-family: Georgia;
  display: block;
}  
    
.drop-caps.full p:first-child:first-letter {
  color: #fff;
  background: #434b55 !important;
  padding: 7px;
  margin-right: 7px;
}

.custom {
  background:#434b55;
  border-left: 0 none;
  color: #fff;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.4;
  padding: 2em;
  text-align: left;
}

.soundcloud {
border:1px solid #fff;
width:100%;
}

.vimeo {
width:695px;
height:391px;
border:1px solid #fff;
}

blockquote {
border-left:5px solid #f9f9f9;
font-size:15px;
line-height: 1.6;
font-style:italic;
font-weight:normal;
text-align:left;
margin:0 0 30px;
padding:10px 20px;
}

.first {
  clear:both
}

.last{
  margin-right:0
}

small, .small {
  font-size:100%;
}

/* ----------------------------------------------------
  HEADER
------------------------------------------------------- */

.wrapper {
  padding:20px;
  background: #f5f5f5;
}
.header {
  background: #fff;
  padding: 40px 0;
  position: relative;
}

body.onepage .header {
  position: absolute;
  top:0;
  background:rgba(255,255,255,0);
  background:transparent;
  left: 0;
  width: 100%;
  z-index:9999;
}
body.onepage .wrapper {
  padding: 0;
}
body.onepage .menu-wrapper {
  background:rgba(255,255,255,0);
  background:transparent;
}
body.onepage .menu-wrapper.affix {
  background:rgba(255,255,255,0.8) !important;
}
.menu-wrapper {
  height: auto;
  position: relative;
  width: 100%;
  margin:0;
  background:rgba(255,255,255,0.8);
  -webkit-transition: background 0.1s linear, height 0.1s linear;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition: background 0.1s linear 0s, height 0.1s linear 0s;
  -o-transition: background 0.1s linear 0s, height 0.1s linear 0s;
  transition: background 0.1s linear 0s, height 0.1s linear 0s;
}
.dropdown-menu,
.menu-wrapper.affix  .dropdown-menu {
  margin-top:8px;
}
.menu-wrapper.affix {
  width:100%;
  -webkit-backface-visibility: hidden; 
-webkit-transform: translateZ(0);
  top:0;
  background:rgba(255,255,255,0.9);
  right:0;
  padding: 8px 0;
  margin-top:0;
  margin:0 !important;
  position: fixed;
  z-index: 9999;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
.navbar,
.navbar-default {
  background: rgba(255, 255, 255, 0);
  margin:0;
  border-radius: 0;
  border:none;
  padding:0 30px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color:rgba(255,255,255,0.8);
  background: rgba(255, 255, 255, 0);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a {
  color:rgb(64,67,71);
  background: rgba(255, 255, 255, 0);
}
.dropdown-menu {
  background: #434b55;
  box-shadow:none;
  padding:10px;
  border:0;
  border-color:#f3f3ef;
  border-radius:0 !important;
}
.dropdown-menu > li > a {
  clear: both;
  color: #fff;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 8px 20px 8px 10px;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: capitalize;
}
.navbar-nav {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
  padding:15px 10px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}
.navbar-brand {
  float: left;
  font-size: 18px;
  height: auto;
  text-align: center;
  margin: 8px 10px 6px 0px;
  text-transform: uppercase;
  color:rgb(64,67,71);
  line-height: 1;
  padding: 7px 20px;
  border:1px solid rgb(64,67,71);
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* ----------------------------------------------------
  SLIDER STYLES
------------------------------------------------------- */

.slider-wrapper {
  background:#fff;
}
.tp-bannertimer {
  display: none !important;
}
.tparrows.preview4:after,
.tparrows.preview4 .tp-arr-titleholder {
  background:#434b55 !important;
}
.tp-caption.slider-title,
.slider-title{
  font-size:24px;
  line-height:84px;
  font-weight:300; 
  letter-spacing:0.3em;
  color:rgb(203,135,95);
  text-decoration:none;
  padding:0px;
  background-color:transparent;
  border-width:0px;
  border-color:rgb(255,255,255);
  border-style:none
}
.tp-caption.slider-title-2,
.slider-title-2{
  font-size:80px;
  line-height:80px;
  letter-spacing:0.1em; 
  font-weight:900;
  color:#434b55;
  text-decoration:none;
  background-color:transparent;
  border-width:0px;
  border-color:rgb(0,0,0);
  border-style:none
}
.tp-banner-container{
  width:100%;
  position:relative;
  padding:0;
}
.tp-banner{
  width:100%;
  position:relative;
}
.tp-banner-fullscreen-container {
  width:100%;
  position:relative;
  padding:0;
}

/* ----------------------------------------------------
  SECTIONS
------------------------------------------------------- */

.pricing-box {
  cursor: pointer;
  background: #434b55;
  border: 1px solid #58606a;
  padding: 30px 30px 30px;
  -webkit-transition:background-color .2s linear, color .2s linear;
  -moz-transition:background-color .2s linear, color .2s linear;
  -o-transition:background-color .2s linear, color .2s linear;
  -ms-transition:background-color .2s linear, color .2s linear;
  transition:background-color .2s linear, color .2s linear;
}

.pricing-box:hover {
  background: #58606a;
  border: 1px solid #434b55;
}

.pricing-box.outline-outward:before {
  border-color:#434b55;
}

.pricing-details {
  list-style:none;
  padding:10px 0 ;
}

.pricing-heading h2 {
  color: #fff;
  font-size: 3.4em;
  padding-bottom: 0;
  font-weight: 500;
}

.pricing-heading h3 {
  color: #fff;
  font-size: 1.6em;
  padding-bottom: 0;
  text-transform: uppercase;
}

.pricing-details ul,
.pricing-details ul li {
  list-style: none;
  padding:0;
  margin:0;
  color:#fff;
}
.pricing-box .btn {
  border:1px solid #fff !important;
  color:#fff !important;
}
.pricing-box .button-wrapper {
  margin-top:0;
}

.pricing-details ul li {
    border-top: 1px solid #58606a;
    margin: 5px;
    padding: 7px;
}

.pricing-box:hover .pricing-details ul li {
  border-top: 1px solid #434b55;
}

.pricing-box:hover .pricing-details ul li:first-child,
.pricing-details ul li:first-child {
  border-top:0;
}
.pricing-container,
.callussection {
  text-align: center;
  color:#fff;
  z-index: 100;
  position: relative;
}

.callussection h1 {
  font-size: 3em !important;
  font-weight: 300 !important;
  letter-spacing: 0.1em !important;
  text-transform: inherit;
}

.callussection .button-wrapper  {
  margin-top:-5px;
}
.callussection .button-wrapper .btn {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
}
.parallax-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #434b55;
  z-index: 1;
}

.section-parallax .lead a:hover {
  color:#fff !important;
}
.parallax-light {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:rgba(67,75,85,0.9);
  z-index: 1;
}

.teambox img {
  width: 100%;
}
.sexy-bg {
    background: url(images/sexy-bg.png) no-repeat right bottom #fff !important;
}
#callus {
  background-image:url(demos/parallax_01.jpg);
}

#pricing {
  background-image:url(demos/slider_02.jpg);
}

.section-parallax {
  padding:80px 0;
  position: relative;
  display: block;
}
.section-parallax .btn {
  color:#fff;
  border-radius: 0;
  font-size:13px;
  padding:7px 30px;
  border:2px solid #fff;
  background: transparent;
}
.section-parallax {
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  vertical-align: middle;
  z-index: 1;
  color: #fff;
}
.white-wrapper {
  position: relative;
  display: block;
  z-index:1000;
  padding:40px 0 40px;
  margin: 0 auto;
  background: #fff;
}

.buttons small,
.buttons h3,
.section-sub-title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 1.5em;
  margin-top: 30px;
  text-transform: uppercase;
}
.section-parallax {
  color:#fff;
}
.message-welcome {
  z-index: 11;
  position: relative;
}
.title {
  margin-bottom: 65px;
  text-align: center;
}
.section-parallax h1,
.title h3 {
  font-size: 18px;
  letter-spacing: 0.4em;
  font-weight: 400;
}
.widget .lead {
  margin-top:0;
  font-size:12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color:#a6a7a8;
  line-height: 1.6;
  font-weight: 300;
}
.section-parallax p,
.title .lead {
  margin-top:15px;
  font-size:16px;
  letter-spacing: 0.1em;
  color:#a6a7a8;
  line-height: 1.6;
  font-weight: 300;
}
.nopadding {
  padding-bottom: 0
}
.neverpadding {
  padding:0;
}
.borderleft {
  border-left: 1px solid #a6a7a8;
}
.borderright {
  border-right: 1px solid #a6a7a8;
}
.border-bottom  {
  border-bottom: 1px solid #f2f2f2;
}
.border-top  {
  border-top: 1px solid #f2f2f2;
}

/* ----------------------------------------------------
  POST OPTIONS
------------------------------------------------------- */

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #cb875f;
}
.loader1 {
  width: 100px !important;
}
body.onepage .blog-wrapper img {
  width: 100%;
}
.btn-primary {
    background-color: #cb875f;
    border-color: #cb875f;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #494c50;
  border-color: #494c50;
}
.btn {
  font-size:13px;
  border-radius: 0;
}
.pager li > a, .pager li > span {
    background-color: #fff;
    border: 1px solid #494c50;
    border-radius: 0;
    color: #494c50;
    display: inline-block;
    font-size: 21px;
    padding: 8px 5px;
}
.pager li > a:hover, .pager li > span:hover {
    color: #494c50;
    background:#fff;
    border: 1px solid #494c50;
}

.media-list .media-object {
    width:75px;
    margin-right:15px;
}
.media-heading {
    font-size: 15px !important;
    font-style: italic;
    margin: 10px 0;
    text-align: left;
    text-transform: none !important;
}
.media-heading .pull-right {
    font-size:13px;
}
.media-list {
    margin-top:60px;
}
.media, .media .media {
    margin-top: 60px;
}

.single-post .section-sub-title  {
  margin-bottom:15px;
  font-size:21px;
  font-weight: 600;
}

.social a {
  color:#9f9f9f;
}
.social p {
    text-transform: uppercase;
    padding:0;
    margin:0;
}
.post-share {
    margin: 30px 0; 
}
#map {
  height:450px;
  width:100%
}
#map img{
  max-width:inherit
}
.map{
  position:relative
}
.map .row .col-lg-4{
  float:right;
  margin-top:-450px;
  z-index:9
}
.contact-icon {
  margin:20px 0;
  overflow:hidden;
}
.map .row{
  position:relative
}
.infobox img {
  width:100% !important;
}
.map .searchmodule {
  padding:18px 10px
}
.infobox {
  display: inline-block;
  padding: 5px;
  position: relative;
  width: 270px;
}
.infobox img {
  width:80px !important;
  padding-right:10px
}
.infobox .title {
  font-size:13px;
  font-weight:bold;
  margin-top:0;
  margin-bottom:0;
  text-transform:uppercase;
  padding-bottom:5px;
}
.infobox .title a {
  font-weight:bold;
}

.blog-wrapper .section-sub-title {
  margin-bottom:10px;
}

.post-meta {
  padding-top:5px;
}

.blog-wrapper h3 a  {
  color:rgb(64, 67, 71);
}

#sidebar a,
.post-meta span a {
  color:#9f9f9f;
}
.post-meta span {
  display: inline-block;
  margin-bottom: 10px;
  font-size:12px !important;
  margin-right: 10px;
  text-align: left;
}
.form-control {
  font-size:12px;
  background-color: #fff;
  border:1px solid rgb(64, 67, 71);
  border-radius: 0;
}

.form-control:focus {
  border-color: #cb875f;
  box-shadow:none;
}
.contact-widget .button-wrapper {
  margin:10px 0;
}

label {
  font-weight: 300;
  margin:10px 0;
}
.sitemap ul,
.check ul {
    margin: 0;
    padding:5px;
}
.details ul {
    margin:20px 0;
    padding:5px;
}
.sitemap ul li,
.check ul li,
.details ul li {
    list-style: none;
    margin-bottom:0 !important;
}

.check li:before,
.details li:before {
    content:"\ea6e";
    font-family:"jollyicons";
    font-size:16px;
    left:0;
    color:#343434;
    padding-right:10px;
    position:relative;
    top:2px;
}

#sidebar .section-sub-title {
  margin-top:0;
}
#sidebar .widget {
  margin-bottom:30px;
}

#sidebar .button-wrapper {
  margin-top:10px;
}

#sidebar .button-wrapper .btn {
  font-size: 13px;
  height: auto;
  margin: 0 10px 6px 0;
  padding: 8px 13px;
}
.tags a {
  color:#9f9f9f;
  border: 1px solid #999;
  display: inline-block;
  margin: 0 3px 4px 0;
  font-size:12px;
  padding: 2px 6px;
}

.nav-tabs {
  border-bottom:0 none;
  padding:0;
}

.nav-tabs > li > a {
  border-radius:0;
  color:#343434;
}

.tab-content {
  border:1px solid #DDD;
  padding:20px;
}

.panel-title {
  font-size:14px;
  font-weight:400!important;
  line-height:30px;
  margin:0!important;
  padding:0!important;
}

.panel-default > .panel-heading:hover,.panel-default > .panel-heading:focus,.panel-default > .panel-heading {
  background-color:#fff;
}

.panel-default > .panel-heading h4 a {
  color:#000!important;
  text-decoration:none;
}

.skill_count {
  color:#222;
  font-size:14px;
  font-weight:bold;
  position:absolute;
  right:4%;
  top:0;
}

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

.skills_bar small {
  color: #111;
  display: block;
  font-size: 12px !important;
  font-weight: 300;
  left: 0;
  margin: 10px 0;
  position: relative;
  text-transform: uppercase;
  top: 0;
}

.progress {
  background:#f2f2f2!important;
  position:relative;
  box-shadow:none;
  border-radius:5px!important;
  line-height:40px;
  height:20px;
  margin:4px 0;
}

.progress-bar {
  background-color:#434b55;
  border-radius:5px 0 0 5px!important;
}

/* ----------------------------------------------------
  PORTFOLIO
------------------------------------------------------- */

.single-portfolio .title {
  text-align: left !important;
  margin-bottom:0;
  padding: 0;
}

.portfolio-media img {
  width:100%;
}
#boxed-portfolio .item {
  margin: 0 2px 4px;
  padding:0;
}
#boxed-portfolio .item img {
  height: auto !important;
  height: 100% !important;
  width: 100%;
  position: relative;
  z-index: -2;
}
#boxed-portfolio {
  display: block !important;
  overflow: visible !important;
  position: relative;
  z-index: 10;
}
.button-wrapper {
  margin-top:30px;
}
.button-wrapper .btn {
  border: 1px solid rgb(64, 67, 71);
  color: rgb(64, 67, 71);
  float: none;
  font-size: 13px;
  height: auto;
  letter-spacing: 2px;
  line-height: 1;
  margin: 8px 10px 6px 0;
  padding: 11px 30px;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  border-radius: 0;
}

.button-wrapper .btn:hover {
  border-color: #cb875f;
}
.masonry_wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.masonry_wrapper .item {
  float: left;
  padding: 0;
  position: relative;
}

.masonry_wrapper .box {
  padding:20px;
}
.masonry_wrapper .item img {
  width: 100%;
}
.masonry_wrapper .item a, .masonry_wrapper .item a img {
  position: relative;
  overflow: hidden;
  display: block;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope, .isotope .isotope-item {
  -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;
}
.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;
}
.portfolio-filter ul {
  list-style:none; 
  padding-left:0
}   
.portfolio-filter {
  overflow:hidden;
  margin: 0 0 40px;
}
.portfolio-filter li {
  display: inline;
  margin: 0 15px;
  padding: 0;
}
.portfolio-filter li a {
  color:#494c50;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.buttons a.portfoliobuttons {
    display: inline-table !important;
    margin: 5px 3px 0 !important;
    overflow: hidden !important;
    padding: 8px !important;
    position: relative !important;
    border:1px solid #fff;
}
/* ----------------------------------------------------
  FOOTER
------------------------------------------------------- */

.copyrights .list-inline > li a {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
  color: #a6a7a8 !important;
}
.footer {
  background: #4e5660;
  color: #a6a7a8;
  padding-bottom: 60px;
  padding-top: 75px;
}
.footer .title h3,
.footer .widget h3{
  margin:10px 0; 
  color:#fff;
}
.copyrights {
  background: #434b55;
  padding: 20px 0;
  overflow: hidden;
  position: relative;
  display: block;
}
.copymessage  p,
.copymessage  a{
  text-transform: uppercase;
  font-size:14px !important;
  font-weight: 400 !important;
  color:#fff;
  padding-top:8px;
  letter-spacing: 0.6px;
}
.hbottom {
  position: absolute;
  width: 100%;
  z-index:9999;
  left: 0;
  background-color:#fff; 
  bottom: 0;
}

/* ----------------------------------------------------
  ELEMENTS
------------------------------------------------------- */
.about-image img {
  margin:40px auto 0;
  width: 100%;
}
.aboutimg img {
  width:100%;
  margin:0 auto;
}
.about-us img {
  width:100%;
}
.service-box {
  margin-top:40px;
  cursor: pointer;
  color:#fff;
}
.service-box h3 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 15px;
}
.service-box:hover .icon-container {
  color:#cb875f;
}
.service-box .icon-container{
  color:#fff;
  width: 80px;
  display: block;
  height: 80px;
  line-height: 90px;
  text-align: center;
  font-size:34px;
  margin: auto;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -13px;
}
.tooltip-inner {
  max-width: 100%;
  padding: 20px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2;
  color:rgb(64,67,71);
  text-align: left;
  text-decoration: none;
  background:rgb(255,255,255);
  border-radius: 0;
}
.tooltip.top .tooltip-arrow {
  border-top-color: rgb(255,255,255);
}

.white-wrapper .icon-container,
.white-wrapper .service-box h3  {
  color:#434b55;
}

.teambox .tooltip-inner p,
.white-wrapper .tooltip-inner {
  background:#434b55;
  color:#fff !important;
}
.white-wrapper .tooltip.top .tooltip-arrow {
  border-top-color:#434b55;
} 
.service-widget {
  padding: 30px;
}
.teambox .tooltip-inner p {
  text-transform: none;
  text-align: center;
  line-height: 1.6;
}

.teambox {
  cursor:pointer;
  text-align: center;
}
.teambox img {
  width: 100%;
}
.teambox h3 {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}
.teambox h3 small {
    display: block;
    margin-top:10px;
}

/*Results*/
#div-results td {
    min-height: 44px;
}
/*Join*/
.page-findusac input[type=radio] {
    margin-right: 10px;
}

/* ----------------------------------------------------
  CSS3 ANIMATIONS
------------------------------------------------------- */

/* Hover Shadow */
@-webkit-keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-webkit-keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }

  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}

@keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }

  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}

.hover-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hover-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hover-shadow:hover, .hover-shadow:focus, .hover-shadow:active {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.hover-shadow:hover:before, .hover-shadow:focus:before, .hover-shadow:active:before {
  opacity: .4;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hover-shadow;
  animation-name: hover-shadow;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
#loader {
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
  background-color: #fff;
  position:fixed;
  display: table;
  width: 100%;
  top:0;
  height: 100%;
  min-height: 100%;
  z-index:9999;
}
.loader-container {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 12;
  text-align:center;
  text-transform: uppercase;
}
.loader-back-logo {
  margin-top:-10px;
  font-size:18px;
}
.loader {
  margin-top:10px;
  margin-left: 0px
}
.loader-back-text {
  z-index:-1;
  color: #e9e9e9;
  position: absolute;
  text-transform: uppercase;
  top:41%;
  font-weight: 300;
  text-transform: uppercase;
  left:44%;
  font-size: 3.2em;
}
.outline-outward {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pricing-box.outline-outward {
  display: block;
}

.outline-outward:before {
  content: '';
  position: absolute;
  border: #fff solid 1px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.outline-outward:hover:before, .outline-outward:focus:before, .outline-outward:active:before {
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
}
.social-icon {
  padding:15px 5px !important; 
}
.magnifier .buttons {
  visibility:hidden;
  position:absolute;
  cursor: pointer;
  width:100%;
  top:50%;
  margin-top:-20px;
  opacity:0;
  -webkit-transform:scale(0.2);
  -moz-transform:scale(0.2);
  -ms-transform:scale(0.2);
  -o-transform:scale(0.2);
  transform:scale(0.2);
  -webkit-transition:all .3s ease 0;
  -moz-transition:all .3s ease 0;
  -ms-transition:all .3s ease 0;
  -o-transition:all .3s ease 0;
  transition:all .3s ease 0;
}
.magnifier .buttons a {
  color:#fff;
  font-size:14px;
}
.buttons small,
.buttons h3 {
  padding:0;
  margin:0;
  color:#fff;
  display: block;
}
.buttons small {
  color:#a1a4a8;
  font-size:12px;
}
.buttons h3 {
  margin:14px 10px 7px;
  font-size:15px;
}
.magnifier .buttons a:hover {
  color:#fff;
}
.magnifier:hover .authordate,.magnifier:hover .hoverbutton,.magnifier:hover .buttons {
  opacity:1;
  visibility:visible;
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
}
.entry:hover .magnifier {
  opacity:1;
  visibility:visible;
}
.entry {
  display:block;
  overflow: hidden;
  position:relative;
}
.magnifier {
  position:absolute;
  background-color: rgba(67,75,85,0.8);
  text-align:center;
  top:15px;
  left:15px;
  z-index:998;
  bottom:15px;
  right:15px;
  opacity:0;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -ms-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
}
.entry img {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -ms-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}
.entry:hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-transform: rotate(-10deg) scale(1.4);
  -moz-transform: rotate(-10deg) scale(1.4);
  -ms-transform: rotate(-10deg) scale(1.4);
  -o-transform: rotate(-10deg) scale(1.4);
  transform: rotate(-10deg) scale(1.4);
}
#single-header a:hover {
  color:#fff;
}
#single-header {
  background: #434b55;
  color: #fff;
  display: block;
  padding: 40px 0 30px;
  text-align: center;
  position: relative;
  width: 100%;
}
.bigtitle h2 {
  color:#fff;
  font-size: 40px;
  margin: 5px 0 0;
  padding: 0;
  text-transform: uppercase;
}
.single-title h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.4em;
}
#single-header p {
  color: #a6a7a8;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 15px;
}

.breadcrumb-container {
  text-align:right;
  padding-right:20px;
}
.breadcrumb {
  text-transform: uppercase;
  text-align: center;
  background-color:rgba(0,0,0,0);
  border-left:0 solid #B54321;
  border-radius:0;
  color:#a6a7a8;
  list-style:none outside none;
  margin-top:15px;
  padding:0;
}
.breadcrumb > .active {
  color:#a6a7a8;
  font-size:11px;
}
.breadcrumb a {
  color:#a6a7a8;
  font-weight:300;
  font-size:11px;
}
.breadcrumb > li + li:before {
  font-size:11px;
  padding:0 3px;
}


/* ----------------------------------------------------
  RESPINSIVE
------------------------------------------------------- */

@media screen and (max-width: 768px) {
body.onepage .header {
  top:0;
  padding:10px 0;
  background:rgb(255,255,255) !important;
}
.wrapper {
  padding:0;
}
.menu-wrapper {
  background:rgb(255,255,255) !important;
  position: static !important;
}
.dropdown-menu {
  padding:4px !important;
}
.social-icon {
  display: none !important
}
.navbar-default .navbar-nav > li > a {
    padding: 7px 10px;
}

  .id-footer-content-block.row.text-center.copyright {
    max-width: 380px;
    margin: 40px auto;
  }
  .page-mail form table td>div {
    width: 100% !important;
  }
  .page-mail form table tr {
    display:inline-block;
    width: 100%;
  }
  .page-mail form table td {
    text-align: left;
    border: none;
  }
  .page-mail form table {
    width: 100% !important;
  }
}

.blog-list img {
  width: 100%;
}

.section-sub-title a,
.blog-list h3 a {
  color:#494c50;
}

.readmore {
  font-style: italic
}

.blog-list {
  margin-bottom:50px;
}

.pricewrap,
.wishlistwrap {
  font-family: arial;
  color:#999;
}

.price-old {
    font-size: 11px;
    font-weight: 300;
    text-decoration: line-through;
}
.shop-rating {
display:inline;
cursor:pointer;
margin-right:20px;
}

.shop-rating i {
color:#121212;
}


.shop-rating i:hover {
color:#cb875f;
}

.table img {
    display: table;
    float: right;
    width: 80px !important;
}
.box2 {
    border: 1px solid #ededed;
    padding: 20px;
}

.checkout-post h3,
.checkout-post h2 {
    color: #121212;
    display: block;
    font-size:21px !important;
    line-height: 125%;
    margin: 15px 0;
    overflow: hidden;
    text-align: left;
}

#payment label, .table a {
    color: #999 !important;
    display: block;
    font-family: Athelas !important;
    font-size: 15px;
    font-style: italic;
    padding: 20px;
}
.well {
    background-color: #f9f9f9;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 15px 20px;
}

.payment_methods {
  padding:20px 0;
}
.payment_methods li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    list-style: outside none none !important;
    padding: 0.5em 0;
}

#navbar {position: relative;}
#navbar .navbar-right {position: absolute; right: 10px; margin-right: 0;}









/*
	*
	*	Insight Designs
	*
	*
	*
	*
	*
	*
*/
html, body
{
	overflow-x: hidden;
}

.wrapper
{
	padding: 0px;
	background-color: rgb(255,255,255);
}

a
{
	color: #ec1a23;
}

#admin-menu, #admin-menu .dropdown
{
	z-index: 10000;
}

.header .menu-wrapper .navbar .container
{
	max-width: 100%;
	padding-right: 0;
	padding-left: 0;
}

h1, h2, h3, h4
{
	text-transform: uppercase;
}

.front .panel-pane
{
/* 	border-bottom : 1px solid rgb(220,220,220); */
}

#single-header
{
	padding: 10px 0;
	text-align: left;
	background-color: #1e3163;
}

#single-header h1
{
	font-size: 40px;
	margin: 10px 0;
	padding: 0;
}

#single-header h1
{
	font-size: 36px;
}

.bread-crumbs
{
	text-align: right;
}

/*
	*
	*	menu
	*
	*
*/

/*
.region-menu .menu
{
	font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    
    padding-left: 0;
    list-style: none;
    float: right;
    margin-top: 45px;
    display:block;
}

.region-menu .menu > li
{
	display: inline;
	font-size: 13px;
	line-height: 25px;
}

.region-menu .menu > li a
{
	padding: 15px 10px;
	color: rgb( 64, 67, 71 );
	background: transparent;
	line-height: 20px;
}

.region-menu .menu li.expanded ul.menu
{
	position: absolute;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	
	-webkit-transition: max-height 0.2s ease-in-out, opacity 0.2s ease-in-out;
	transition: max-height 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

#navbar
{
	float: right;
}

.region-menu .menu li.expanded ul.menu.ID-active
{
	opacity: 1;
	max-height: 2000px;
	background: #1e3163;
	box-shadow: none;
	padding: 10px;
	border-color: #f3f3fe !important;
	border-width: 1px;
	border-style: solid;
	z-index: 10000;
}

.region-menu .menu li.expanded ul.menu li
{
	display: block;
	clear: both;
}

.region-menu .menu li.expanded ul.menu li a
{
	color: rgb(255,255,255);
	font-weight: 400;
	display: block;
	padding: 8px 20px 8px 10px;
	font-size: 12px;
	text-transform: capitalize;
}


*/



/************/
.dropdown-menu
{
	background: #1e3163;
}

#navbar li.last.expanded ul.menu
{
	margin-left: -180%;
}
#navbar li:nth-last-child(2).expanded ul.menu
{
	margin-left: -90%;
}
.dropdown-menu
{
	z-index: 100000;
	border: 1px solid rgb(255,255,255);
}
/************/

#navbar
{
	padding-right: 0;
}

ul.menu.navbar-nav
{
	margin-top: 43px;
	float: right;
}

ul.menu.navbar-nav li:last-of-type a
{
	padding-right: 0;
}

ul.menu.dropdown-menu li
{
	display: block;
	clear: both;
}

.navbar-header .logo img
{
}

#navbar .menu li.expanded .menu
{
	margin-top: 0;
}

@media (min-width: 768px){
	.region-menu .menu
	{
		float: left;
	}
	
	.region-menu .menu > li
	{
		float: left;
	}
	.logo
	{
		width: auto;
		display: inline;
	}
	.navbar-header a.logo
	{
		display: inline;
	}
	
}

.logo
{
	position: relative;
	z-index: 100;
}



/*
	*
	*
*/
#block-art-revolution-art-revolution-block-1
{
	margin-bottom: 60px;
	
}


/*
	*
	*	@description 	/results/cat?...
	*
	*
	*
*/

#idw-riderdetails-table
{
	width: 80%;
	min-height: 100px;
	top: 10%;
	margin: 10% 10% 0;
	position : fixed;
	border: 1px solid rgb(200,200,200);
	box-shadow: 0 0 10px rgba( 0,0,0,0.2);
	z-index: 10000;
	background-color: rgb(255,255,255);
	margin-left: 0;
}
#idw-riderdetails-table .idw-inner
{
	padding : 20px;
}
#idw-riderdetails-table .idw-close
{
	float: right;
	cursor: pointer;
}

#idw-riderdetails-table .idw-inner h2
{
	margin-top: 40px;
}

@media (max-width: 767px){
	#idw-riderdetails-table 
	{
		width: 91%;
	}
}
/*
	home services
*/
.front .view-services
{
	padding-bottom : 50px;
}

.front .view-services .icon-container img
{
	width : 100%;
}



/*
	footer
*/

.region.region-footer
{
	padding: 5px 0 40px;
/* 	background-color:  #434b55; */
	margin-top: 80px;
	background-color: #1e3163;
}

.region.region-footer form.search-form
{
	max-width: 280px;
	display: block;
	float: right;
}

.region.region-footer *
{
	color: rgb(255,255,255);
	text-align: center;
}

.region.region-footer .copyright
{
	margin-top: 40px;
}

@media screen and (max-width: 768px){
	.region.region-footer .borderright,
	.region.region-footer .borderleft
	{
		border: none;
	}
}

/*
	*	tabbed content
*/


.tabs-menu {
	width: 100%;
	clear: both;
    height: 30px;
    float: left;
    clear: both;
	list-style: none;
	margin-bottom: 0;
	padding-left: 20px;
}

.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
}

.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none; 
}

.tabs-menu .current a {
    color: #2e7da3;
}

.tab {
	padding-top: 10px;
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: 100%;
    padding-bottom: 80px;
}

.tab-content {
    width: 100%;
    padding: 20px;
    display: none;
}

#tab-1 {
	display: block;   
}

@media screen and ( max-width: 768px ){
	
}


/*
	content container
*/
#block-system-main .content .panel-pane.pane-custom .pane-content,
#block-system-main .content .panel-pane.pane-recent-articles .pane-content,
#block-art-revolution-art-revolution-block-1 .content,
.region-footer .content,
.pane-shawn-s-content-area,
#brac-register,
#brac-loginform
{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

#block-instagram-social-feed-instagram-social-feed-block
{
	margin: 0 auto;
}

@media screen and ( min-width: 768px ){
	#block-system-main .content .panel-pane.pane-custom .pane-content,
	#block-system-main .content .panel-pane.pane-recent-articles .pane-content,
	#block-art-revolution-art-revolution-block-1 .content,
	.region-footer .content,
	.pane-shawn-s-content-area,
	#block-instagram-social-feed-instagram-social-feed-block,
	#brac-register,
	#brac-loginform
	{
		width: 750px;
	}
}
@media screen and ( min-width: 992px ){
	#block-system-main .content .panel-pane.pane-custom .pane-content,
	#block-system-main .content .panel-pane.pane-recent-articles .pane-content,
	#block-art-revolution-art-revolution-block-1 .content,
	.region-footer .content,
	.pane-shawn-s-content-area,
	#block-instagram-social-feed-instagram-social-feed-block,
	#brac-register,
	#brac-loginform
	{
		width: 970px;
	}
}
@media screen and ( min-width: 1200px ){
	#block-system-main .content .panel-pane.pane-custom .pane-content,
	#block-system-main .content .panel-pane.pane-recent-articles .pane-content,
	#block-art-revolution-art-revolution-block-1 .content,
	.region-footer .content,
	.pane-shawn-s-content-area,
	#block-instagram-social-feed-instagram-social-feed-block,
	#brac-register,
	#brac-loginform
	{
		width: 1170px;
	}
}
.pane-shawn-s-content-area
{
	margin-bottom : 40px;
	padding-bottom: 40px;	
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15
{
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 767px){
	.col-xs-15
	{
		width: 100%;
		clear: both;
	}
	
}

/*
	*	brands
	*
*/

.row.clients .fadeIn img
{
	position: relative;
	top: 50%;
	
/*
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 1;
*/
	

	-webkit-transform: scale(0.9) translateY(-50%);
	-ms-transform: scale(0.9) translateY(-50%);
	transform : scale(0.9) translateY(-50%);
	
	-webkit-transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, filter 0.4s ease-in-out;
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, filter 0.4s ease-in-out;
}

.row.clients .fadeIn:hover img
{
/*
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
*/
	
	opacity: 1;

/*
	-webkit-transform : scale(1) translateY(-50%);
	-ms-transform : scale(1) translateY(-50%);
	transform : scale(1) translateY(-50%);
*/

}










.pane-about-us
{
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.panel-pane.pane-about-us h1,
.panel-pane.pane-about-us h2,
.panel-pane.pane-about-us h3,
.panel-pane.pane-about-us h4,
.panel-pane.pane-brands h1,
.panel-pane.pane-brands h2,
.panel-pane.pane-brands h3,
.panel-pane.pane-brands h4,
.pane-instagram-pane h2.pane-title
{
	text-align : center;
	text-transform : uppercase;
}




table.eventmonthtable
{}

table.eventmonthtable tr
{
	max-width: 100%;
	width: 100%;
	display: inline-table;
	overflow: hidden;
}

table.eventmonthtable tr.calheader
{
	width: 100%;
}

table.eventmonthtable tr td.calothermonth,
table.eventmonthtable tr td.calcurrentmonth
{
	width: 14%;
}




/*
	*
	*	calendar related styles
	*
	*
*/

.eventmonthtable
{
/* 	margin-top: 80px; */
}

.ID-cal
{
	width: 100%;
	clear: both;
	margin-bottom: 40px;
}

.ID-cal ul
{
	list-style: none;
	padding: 0;
}

.ID-cal-header
{
	width: 100%;
	margin: 0;
	padding: 0;
}

.ID-cal-header h2
{
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.ID-cal-header span.cal-head
{
	width: 13.8%;
	display: inline-table;
	margin: 0;
	padding: 0;
	box-sizing: border-box;

	text-align: center;
}
.ID-cal-month-row
{
	width: 100%;
	clear: both;
	margin: 10px 0 40px 0;
	box-shadow: 0 0 5px rgba(200,200,200,0.2);
	border-radius: 4px;
}

.ID-cal-week-row
{
	width: 100%;
	min-height: 100px;
	clear: both;
	box-sizing: border-box;
	display: inline-table;
	margin: 0;
	padding: 0;
}

.ID-cal-day-row
{

	box-sizing: border-box;
	border: 1px solid grey;
	display: table-cell;
	width: 14%;
}

.ID-cal-day-row li
{
	line-height: 1.4em;
}

.ID-cal-day-row .id-cal-extended-data *
{
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.ID-cal-day-row .id-cal-extended-data
{
	max-height: 0;
	overflow: hidden;
	
	-webkit-transition: max-height 0.2s ease-in-out;
	transition: max-height 0.2s ease-in-out;
	
}

.ID-cal-day-row .id-cal-extended-data.id-active
{
	max-height: 100px;
}

.ID-cal-week-row .ID-cal-day-row:nth-of-type(1),
.ID-cal-week-row .ID-cal-day-row:nth-of-type(2),
.ID-cal-week-row .ID-cal-day-row:nth-of-type(3),
.ID-cal-week-row .ID-cal-day-row:nth-of-type(4),
.ID-cal-week-row .ID-cal-day-row:nth-of-type(5),
.ID-cal-week-row .ID-cal-day-row:nth-of-type(6)
{
	border-right-width: 0;
	border-bottom-width: 0;
}
.ID-cal-week-row .ID-cal-day-row:nth-of-type(7)
{
	border-bottom-width: 0;
}

.ID-cal-month-row .ID-cal-week-row:last-of-type .ID-cal-day-row
{
	border-bottom-width: 1px;
}

.ID-cal-day-row-inner
{
	padding: 4%;
}

.ID-cal-month-row .ID-cal-week-row:nth-of-type(1) .ID-cal-day-row:nth-of-type(1)
{
	border-top-left-radius: 4px;
}

.ID-cal-month-row .ID-cal-week-row:nth-of-type(1) .ID-cal-day-row:nth-of-type(7)
{
	border-top-right-radius : 4px;
}

.ID-cal-month-row .ID-cal-week-row:last-of-type .ID-cal-day-row:nth-of-type(1)
{
	border-bottom-left-radius: 4px;
}

.ID-cal-month-row .ID-cal-week-row:last-of-type .ID-cal-day-row:nth-of-type(7)
{
	border-bottom-right-radius : 4px;
}

.ID-cal-day-row-inner ul li
{
	margin-bottom: 15px;
}

li.cal-display {
/*
    list-style: disc;
    list-style-position: inside;
*/
}

.id-cal-tabs
{ 
	transform: translateY(25px)
}

.id-cal-tabs-left
{
	float:left;
	text-align:left;
}

.id-cal-tabs-right
{
	float:right;
	text-align:right;
}

#id-calendar-view .list-view
	{
		display: none;
	}

@media screen and (max-width: 767px){
	.ID-cal-month-row
	{
		display: block;
	}
	
	.ID-cal-day-row:not(.ID-has-event),
	.ID-cal-header span.cal-head
	{
		display: none;
	}
	.ID-cal-day-row
	{
		width: 100%;
		clear: both;
		display: block;
		border: 0px solid rgba( 255,255,255, 0 );
		border-bottom: 1px solid rgb( 200, 200, 200 );
	}
	.id-cal-tabs
	{
		transform: none;
	}
	#id-calendar-view .full-view
	{
		display: none;
	}
	#id-calendar-view .list-view
	{
		display: inherit;
	}
	#id-calendar-view ul li
	{
		list-style: none;
	}
	.ID-cal-header
	{
		display: none;
	}
	#id-calendar-view .ID-cal-month-row
	{
		box-shadow: none;
	}
	.ID-cal-week-row
	{
		min-height: 0;
	}
	.ID-cal-day-row.not-current
	{
		display: none;
	}
}


@media screen and ( min-width: 768px ){
	#id-calendar-view.id-list-view .ID-cal-month-row
	{
		display: block;
	}
	
	#id-calendar-view.id-list-view .ID-cal-day-row:not(.ID-has-event),
	#id-calendar-view.id-list-view .ID-cal-header span.cal-head
	{
		display: none;
	}
	#id-calendar-view.id-list-view .ID-cal-day-row
	{
		width: 100%;
		clear: both;
		display: block;
		border: 0px solid rgba( 255,255,255, 0 );
		border-bottom: 1px solid rgb( 200, 200, 200 );
	}
	#id-calendar-view.id-list-view .id-cal-tabs
	{
		transform: none;
	}
	#id-calendar-view.id-list-view .full-view
	{
		display: none;
	}
	#id-calendar-view.id-list-view .list-view
	{
		display: inherit;
	}
	#id-calendar-view.id-list-view ul li
	{
		list-style: none;
	}
	#id-calendar-view.id-list-view .ID-cal-header
	{
		display: none;
	}
	#id-calendar-view.id-list-view .ID-cal-month-row
	{
		box-shadow: none;
	}
	#id-calendar-view.id-list-view .ID-cal-week-row
	{
		min-height: 0;
	}
	
	#id-calendar-view.id-list-view .ID-cal-day-row.not-current
	{
		display: none;
	}
}


/*
	*
	*	events
	*
*/

.id-event-list-list
{
	width: 100%;
	clear: both;
	margin: 40px 0 80px;
}

.id-event-list-inst
{
	margin: 0;
	padding: 0;
}

id-event-list-inst a,
.pane-instagram-pane .pane-title
{
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.id-event-list-inst .id-inner
{
	padding: 6%;
	padding-top : 0;
	padding-left: 0;
}


.pane-1
{
	padding-bottom: 40px;
	margin-bottom: 80px;
}

.id-event-list-inst h3
{
	font-size: 21px;
	color: #333;
}

.id-event-list-inst h3,
.id-event-list-inst h4
{
	text-transform: none;
}


@media screen and (max-width: 900px) and (min-width : 768px){
	.id-event-list-inst h3
	{
		font-size: 18px;
	}
	.id-event-list-inst .id-inner
	{
		padding-left: 8%;
	}
}

@media screen and (max-width: 768px){
	.front .panel-pane *
	{
		text-align: center;
	}
}

.id-event-list-header h2,
.id-event-list-header h2 + div
{
	display: inline;
	width: auto;
}

.id-event-list-inst ul
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}

.id-event-list-inst ul li
{
	line-height: 1.8em;
}



/*
	*
	*	Recent Articles
	*
*/

.pane-recent-articles
{
	margin-bottom: 80px;
	padding-bottom: 40px;
	margin-top: 40px;
}

.pane-recent-articles table.views-table
{
	width: 100%;
}

.pane-recent-articles h2.pane-title,
.view-id-recent_articles table.views-table *
{
	text-align: center;
}

.front .view-recent-articles td,
.pane-recent-articles thead th
{
	border: none;
}


/*
	*
	*
	*
*/

.id-pres-blog-callout
{
	margin: 40px 0 80px 0;
}

.id-pres-blog-callout *
{
	text-align : center;
}

.id-pres-blog-callout h2,
.id-pres-blog-callout h5
{
	margin-bottom : 40px;
}

a.button,
input[type=submit]
{
	border: 1px solid rgb(64, 67, 71);
    color: rgb(64, 67, 71);
    float: none;
    font-size: 13px;
    height: auto;
    letter-spacing: 2px;
    line-height: 1;
    margin: 8px 10px 6px 0;
    padding: 11px 30px;
    text-align: center;
    text-transform: uppercase;
    background: transparent;
    border-radius: 0;
}

a.button:hover,
input[type=submit]:hover
{
	border-color: #cb875f;
}


.front .view-display-id-block_classic
{
	margin-bottom : 0;
	padding-bottom : 0;
}


.id-custom-pane
{
	text-align: center;
}

.id-custom-pane .id-icon-row
{
	margin-bottom: 40px;
}

.front .pane-3
{
	padding-bottom: 40px;
	margin-top: 80px;
}






/*
	*
	*	Instagram
	*
*/

ul.instagram-social-feed
{
	margin-left: 0;
	padding-left: 0;
}

.front .panel-pane.pane-instagram-pane
{
	margin-top: 80px;
	border-bottom: none;
}

li.social-feed-item {
    list-style: none;
    width: 25%;
    display: inline;
}
li.social-feed-item img
{
	margin: 2%;
    border: 1px solid rgba( 230,230,230,1 );
/*     box-shadow: 0 0 5px rgba( 180,180,180,0.1); */
}

@media screen and (max-width: 768px){
	li.social-feed-item 
	{
		width: 33%;
	}
}

@media screen and (max-width: 640px){
	li.social-feed-item 
	{
		width: 100%;
		display: block;
	}
	li.social-feed-item img
	{
		margin: 2% auto;
		display: block;
	}
}



div[id^="node-"] h2:first-of-type a
{
	display: none;
}


/*
	*	tables
	*
*/

table { 
	width: 100%; 
	margin-top: 40px;
	border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
	background: #eee; 
}
th { 
	background: #1e3163; 
	color: #fff; 
	font-weight: bold; 
}
td, th { 
	padding: 6px; 
	border: 1px solid #ccc; 
	text-align: left; 
}


/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
	table{
		width: 90%;
		margin: 0 auto;
		margin-top: 20px;
	}
	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr {
		display: block;
		
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	tr { border: 1px solid #ccc; }

	td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		text-align: right;
	}

	td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
	}

	/*
	Label the data
	*/
	td.aca-comp-date:before { content: "Date"; }
	td.aca-comp-racegroupname:before { content: "Group"; }
	td.aca-comp-points:before { content: "points"; }
	td.aca-comp-place:before { content: "Place"; }
	td.aca-comp-time:before { content: "Time"; }
	td.aca-comp-name:before { content: "Name"; }
	td.aca-comp-team:before { content: "Team"; }
	td.aca-comp-city:before { content: "City"; }
	td.aca-comp-details:before { content: "Details"; }
	td.aca-comp-category:before { content: "Category"; }
	td.aca-comp-raceday-category:before { content: "Race Day Cat"; }
	td.aca-comp-usac:before { content: "USAC #"; }
	td.aca-comp-state:before { content : "state" }
	td.aca-comp-teamid:before { content : "Club No."}
	td.aca-comp-teamurl:before { content : "URL"}
	td.aca-comp-teamprofile:before { content : "members" }
	td.aca-comp-teamaccepting:before { content : "accepting" }
	td.aca-comp-racename:before { content : "Race" }
	td.aca-comp-racetype:before { content : "Race Type" }
	
	.page-results-individual td,
	.page-node-14 td,
	.page-node-825 td
	{
		text-align: left !important;
		padding-left: 20px;
	}
	.page-results-individual td:before,
	.page-node-14 td:before,
	.page-node-825 td:before
	{
		content: "" !important;
	}
	
	.page-info-clubs .dataGrid th
	{
		display: none;
	}
	
}

















span.promoter + h6 
{
	display: inline;
}

.page-calendar-barbat .id-event-list-inst .pcContainer
{
	display: none;
}

.id-event-list-inst header h4,
.recent-news-inst h4
{
	color: #333;
}

div[id^="node-"]
{
	margin-bottom: 80px;
}

.tab-content
{
	border : none;
}

.page-results-individual ul.ui-autocomplete
{
	position: absolute;
	top : 40px;
	left: 0;
	list-style: none;
	
	background: rgb(240,240,240);
    border-radius: 4px;
    border: 1px solid rgb(180,180,180);
    padding: 5px 20px;
}

.page-results-individual ul.ui-autocomplete li
{
	display: block;
}

.front .pane-custom.pane-2
{
	padding: 80px 0;
}

.pane-recent-news .pane-title
{
	text-align: center;
	margin-bottom: 20px;
}

.front .recent-news
{
	margin-bottom : 80px;
}

.front .pane-recent-news
{
	margin-bottom: 80px;
}

.recent-news-inst
{
	padding-bottom: 40px;
}

.pane-brands .pane-title
{
	margin-bottom: 20px;
}

@media screen and (max-width: 767px){
	
	.ID-cal-day-row .not-current{
		display: none;
	}
	
	#navbar,
	.region-menu .menu
	{
		float: none;
	}
	#navbar ul.menu li
	{
		display: block;
	}
	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form
	{
		border: none;
	}
	.region-menu .menu li.expanded ul.menu
	{
		position : relative;
	}
	.region-menu .menu li.expanded ul.menu.ID-active
	{
		background: transparent;
		border-width: 0;
	}
	.region-menu .menu li.expanded ul.menu li a
	{
		color : rgba(64,67,71,0.8)
	}
	.navbar-header a.logo
	{
		display: inline;
	}
	#navbar li.last.expanded ul.menu
	{
		margin-left: 0;
	}
	
	h2
	{
		font-size: 28px;
	}
	
	.id-event-list-header h2 + div
	{
		display: block;
	}
	
	.instagram-social-feed ul
	{
		margin-left: 0;
		padding-left: 0 ;
	}
	
	.eventmonthtable
	{
		margin-top: 40px;
	}
	
	.ID-cal-month-row
	{
		box-shadow: none;
	}
	
	.ID-cal-week-row
	{
		min-height: 0;
		display: block;
	}
	
	li.cal-display
	{
		list-style: none;
	}
	
	.ID-cal-day-row.ID-has-event.not-current
	{
		display: none;
	}
	
	.page-results-individual ul li.title
	{
		display: none;
	}
	
	.page-results-individual span[class^='disc-']
	{
		display: block;
		width: 100% !important;
		clear: both;
	}
	
	.page-node-35 img[alt='women mentors']
	{
		width: 100% !important;
	}
	
	.page-info-clubs table
	{
		width: 100%;
	}
	
	ul.menu.navbar-nav
	{
		float: none;
	}
	
	.ID-cal-header h2
	{
		padding-top: 20px;
	}
}

@media screen and (max-width: 500px){
	#single-header h1
	{
		font-size: 24px;
	}
}

@media screen and (max-width:820px) and (min-width:768px){
	.region-menu .menu > li a
	{
		padding: 10px;
	}
}



#admin-menu
{
	display: inherit;
}

#block-instagram-social-feed-instagram-social-feed-block
{
	margin-top: 80px;
}

#block-instagram-social-feed-instagram-social-feed-block h2
{
	text-align: center;
	margin-bottom: 20px;
}

div.bread-crumbs a:hover, 
div.bread-crumbs a:focus
{
	color: #ec1a23
}


.id-event-list-inst
{
	z-index: 100;
}

.page-node-14 ul
{
	list-style: none;
}

.subcontent-more-link
{
	width: 100%; 
	text-align: right;
	clear: both; 
	font-size: 1.5em;
}

@media screen and (max-width: 767px){
	.subcontent-more-link
	{
/* 		padding-right: 2%; */
	}
	
	.page-results-individual .dataGrid th
	{
		display: none;
	}
}


.pane-brands h2.pane-title {
    margin: 0 0 50px;
}

.front .pane-1,
.front .pane-recent-news
{
    margin-bottom: 40px;
}

th a
{
	color: #fff;
}

.page-results-individual .title
{
	text-align: left;
}




@media screen and (min-width: 768px){
	
	.page-results-individual form#results table tbody td
	{
		width: 33%;
	}
	
	.page-results-individual form#results table tbody td select
	{
		width: 75%;
		display: inline;
	}
	
	.page-results-individual form#results table tbody td input[type=submit]
	{
		display: block;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px){
	.page-results-individual form#results table input,
	.page-results-individual form#results table tbody td select
	{
		width : 96%;
	}
	.page-results-individual .dataGrid table
	{
		width: 94%;
	}
	
	body[class^="page-upgrade-"] .dataGrid thead
	{
		display: none;
	}
	
	.navbar-header a.logo img
	{
		max-width: 64%;
	}
	
	.view-brands .col-xs-15 img
	{
		margin: 0 auto;
		width: auto;
	}
	
	.row.clients .img-responsive
	{
		margin-left: auto;
		margin-right: auto;
	}
	.row.clients .col-inst {
		min-width: height;
	    min-height: 120px;
	}
}

.front .id-event-list-header
{
	border-bottom: 2px solid #ffe007;
	padding-bottom: 5px;
}

@media screen and (max-width: 1199px){
	ul.menu.navbar-nav
	{
		margin-top: 10px;
	}
}

@media screen and (min-width: 767px) and (max-width: 799px){
	.region-menu .menu > li a
	{
		padding: 10px 5px;
	}
}

.page-results-individual .dataGrid ul.disc .title
{
	margin-bottom: 50px;
	border-bottom: 1px solid gainsboro;
}

.not-front div[id^=block-views-brands] h2
{
	text-align: center;
}

.not-front .region.region-after-content.region-after-content {
    padding-top: 80px;
    clear: both;
}

.not-front #block-views-brands-block-1 h2
{
	font-size: 2.8em;
}

.comment_forbidden
{
	display: none !important;
}

.front .v-resultslink
{
	font-size: 1em;
}

li.cal-display h3 {
    font-size: 13px;
}


.id-popupdisplay
{
	position : fixed;
	position : fixed;
	top : 30%;
	left : 25%;
	background-color: white;
	border : 1px solid #123456;
	z-index : 1000;
	width: 50%;
}

.id-popupdisplay ul li {
    display: inline-table;
    width: 20%;
}






/*
	*	grey bars
	*
*/
.front #block-art-revolution-art-revolution-block-1,
.front .panel-pane.pane-views.pane-brands#doGrey,
.front .panel-pane.pane-views.pane-brands#doGrey .view.view-brands.view-id-brands,
.front .panel-pane.pane-views.pane-recent-news,
.front .region.region-after-content.region-after-content
{
	background-color: rgb( 239, 239, 239 );
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-color: rgb( 230, 230, 230 );
}

.front .panel-pane.pane-views.pane-brands#doGrey .view.view-brands.view-id-brands
{
	border-width: 0;
}

.front .panel-pane.pane-views.pane-brands#doGrey,
.front .panel-pane.pane-views.pane-recent-news,
.front .region.region-after-content.region-after-content
{
	padding-top: 40px;
}


.front .region.region-after-content.region-after-content
{
	padding-bottom : 40px;
}

.front #block-instagram-social-feed-instagram-social-feed-block
{
	margin-top: 0px;
}

.front .region.region-after-content.region-after-content
{
	margin-bottom: -10px;
}

.front .region.region-footer.region-footer
{
	margin-top: 0;
}


.row.clients .col-inst img.img-responsive {
    max-width: 200px;
    margin: 0 auto;
}

#node-1055
{
	margin-bottom :0;
}
.white-wrapper
{
	z-index: 100;
}

.submitted,
.links.inline
{
	display: none;
}




#brac-search
{
	text-align: right;
	position: absolute;
	top: -20px;
	left: 0px;
	right: 0px;
	z-index: 1000;
}


.menu-wrapper.affix #brac-search
{
	top: 10px;
}


#brac-register,
#brac-loginform
{
	padding-right: 0;
}

#brac-register a,
#brac-loginform a
{
	font-size: 0.9em;
}
#brac-loginform *
{
	font-size: 0.96em
}

#brac-loginform input
{
	display: inline;
}

#brac-loginform input[type="submit"].button
{
	padding-top: 7px;
	padding-bottom: 7px;
	border-color: rgba(64, 67, 71, 0.3);
}

.showm
{
	display: none;
}

@media screen and (max-width: 767px){
	#brac-search
	{
		top: 10px;
	}
	.navbar, .navbar-default
	{
		margin-top: 20px;
	}
	
	#brac-loginform #loginForm,
	.hidem
	{
		display: none;
	}
	.showm
	{
		display: inherit;
	}
	#brac-register,
	#brac-loginform
	{
		padding-right: 15px;
	}
	
	.bread-crumbs
	{
		padding-right: 15px;
	}
}

.ID-cal-day-row-inner
{
	min-height: 150px;
}

select + select
{
	margin-top: 10px;
}
