@charset "utf-8";
.container-fluid > .row > .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
/* Common Styles */
img{
  max-width: 100%;
}
.flexslider .slides img,
img{
  height: auto;
}
.site-wrapper{
	position: relative;
	overflow: hidden;
}
.nd-region{
	padding-top: 30px;
	padding-bottom: 30px;
}
.no-padding{
	padding: 0 !important;
}
.centered{
	text-align: center;
}
.spacer{
	height: 30px;
	overflow: hidden;
}
.spacer.xs{
	height: 10px;
}
.spacer.sm{
	height: 20px;
}
.spacer.md{
	height: 40px;
}
.spacer.lg{
	height: 60px;
}
.spacer.xlg{
	height: 80px;
}
.full-width {
	margin: 0 -100% 0 -100%;
	padding: 55px 100% 60px 100%;
	overflow: hidden;
}
.no-border{
	border: none;
}
.img-responsive img{
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}
.footer-no-top .back-to-top{
  display: none;
}

/* Messages */
div.error {
  background-image: none;
}

/* Call to Action */
h3 strong{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

/* Menu */
.navbar-default .navbar-nav > .hovernav > span > a {
	color: #121212;
}
.navbar-right {
  height: auto;
}
.navbar-header .navbar-brand img{
  max-height: 50px;
}
.dropdown-menu > .active > a{
  background: none !important;
}

/* Parallax */
.parallax-bg{
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
  position: relative;
}
.parallax-bg .content {
	z-index: 3;
	position: relative;
}
.text-white,
.text-white p,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white a,
.text-white small{
	color: #fff;
}
.parallax-no-overlay .parallax-overlay{
	display: none;
}

/* Skills Progress Bar */
.skill-col p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 0px;
}

/* Out Team Block*/
.cs-style-3 figure img {
	width: auto;
	height: auto;
}

/* Shortcodes */
.no-border.call-to-action{
	padding: 0;
}
.quote img {
  width: 100px;
  margin-bottom: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
}

.fluid-width-video-wrapper iframe{
  border: none;
}

/* Contact Form */
.contact-form .form-item label,
.contact-form .form-item-copy,
.contact-form .grippie{
  display: none;
}
.contact-form textarea{
  width: 100%;
  height: 165px;
  padding: 13px;
  color: #444;
  background: #fff;
  border: 1px solid #F2F2F2;
  margin-top: 0;
  margin-right: 15px;
  -webkit-border-radius: 2px;
}
#contact input, select {
  margin: 0px 0px;
  height: 48px;
}
#contact .form-group {
  margin-bottom: 11px;
}

/* Project Page */
.tags-list li {
  margin-right: 5px;
}
.project-header{
  margin-bottom: 10px;
}

/* Taxonomy Block */
.region-sidebar .block,
aside .block{
  margin-bottom: 60px;
}
.blog-list ul{
  list-style: none;
  padding: 0;
}

/* Search Form */
.input-group{
  display: table !important;
}
.input-group-btn{
  display: table-cell !important;
}
.input-group .form-group{
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table-cell;
}
.btn-glypicon{
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.input-group-btn .form-actions .btn{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  margin-left: -1px;
}

/* Pager */
.pager > li > a{
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.pager-previous{
  float: left;
}
.pager-next{
  float: right;
}
.pager-current{
  position: relative;
  top: 11px;
}

/* Blog Page */
.user-picture img {
  max-height: 100px;
}

/* Contextual Links Fix */
a.contextual-links-trigger:hover {
  background: transparent url(/modules/contextual/images/gear-select.png) no-repeat 2px -18px;
}

/* Primary Tabs */
.tabs.primary{
  padding-left: 31px;
  margin: 0 0 -1px;
  border-bottom: 1px solid #ddd;
}
.tabs.primary li > a {
  background: #f7f7f7;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  border-bottom: none !important;
  border-radius: 0;
  padding: 12px 13px;
  color: #6d6d6d;
  position: relative;
  line-height: 1.42857143;
  border: 1px solid transparent;
  display: block;
}
.tabs.primary li {
  position: relative;
  display: inline-block;
  bottom: -1px;
  z-index: 4;
  border: 1px solid #ddd;
  margin-right: 20px;
}
.tabs.primary li.active {
  border-bottom: 0;
  bottom: -2px;
}
.tabs.primary a:hover{
  text-decoration: none;
}

/* Login Register Forms */
.box{
  background: #f7f7f7;
  padding: 30px;
  border: 1px solid #ddd;
}

/* Login My Account Links */
.login-links {
  position: fixed;
  width:172px;
  height: auto;
  top:100px;
  min-height: 80px;
  text-align:left;
  background:white;
  border:1px solid #f1f1f1;
  z-index: 15;
  border-top-right-radius:3px;
  border-bottom-right-radius:3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.login-links.panel-close {
  left:-172px;
}
.panel-open {
  left:-1px;
}
.colors-container {
  width: 100%;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 20px;
  padding-top: 15px;
}
.login-links a.panel-btn {
  position: absolute;
  font-size:20px;
  width:50px;
  height: 50px;
  background:white;
  right:-50px;
  top:10px;
  text-align: center;
  line-height: 47px;
  cursor: pointer;
  border:1px solid #f1f1f1;
  border-top-right-radius:3px;
  border-bottom-right-radius:3px;
}
.login-links .colors-container i{
  width: 20px;
}

/* Search */
#search-form #edit-basic{
  margin: 33px 0 14px 0;
}
.search-advanced{
  margin: 0 0 40px 0;
}

/* Cube Porftolio Popup */
/*.cbp-popup-content {
  padding-top: 110px;
}*/

/* Full Screen Slider */
body.not-front .home-bottom{
  display: none;
}

/*.cs-style-3 figcaption,
.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}*/

@media only screen and (max-width: 1024px) {
  #home{
    background-attachment: scroll;
  }
}
.parrallax-window{
  position: relative;
}